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 :
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+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in #(
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
46 as_echo_n='print
-rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
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'
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
66 as_echo_n='sh
-c $as_echo_n_body as_echo
'
69 as_echo='sh
-c $as_echo_body as_echo
'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
75 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
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.)
89 # Find who we are. Look in the path if we contain no directory separator.
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
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
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
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 ||
:
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.
145 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
147 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
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
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 :
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+\"\$@\"}'='\"\$@\"'
169 case \`(set -o) 2>/dev/null\` in #(
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; }
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 :
191 exitcode=1; echo positional parameters were not saved.
193 test x\$exitcode = x0 || 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 :
213 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
216 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
218 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
221 test -z "$as_dir" && as_dir
=.
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 :
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
246 if test "x$CONFIG_SHELL" != x
; then :
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.
254 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
256 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
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
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."
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."
284 SHELL
=${CONFIG_SHELL-/bin/sh}
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 ## --------------------- ##
295 # Portably unset VAR.
298 { eval $1=; unset $1;}
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
322 # Create "$as_dir" as a directory, including parents if necessary.
327 -*) as_dir
=.
/$as_dir;;
329 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
333 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
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\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
360 test -d "$as_dir" && break
362 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
363 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
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
381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
382 eval 'as_fn_append ()
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 :
406 as_val
=`expr "$@" || test $? -eq 1`
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.
418 as_status
=$1; test $as_status -eq 0 && as_status
=1
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
427 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
434 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
440 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
446 as_me
=`$as_basename -- "$0" ||
447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
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. :-)
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
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).
504 # Exit status is that of the last command.
508 ECHO_C
= ECHO_N
= ECHO_T
=
509 case `echo -n x` in #(((((
511 case `echo 'xy\c'` in
512 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
521 rm -f conf$$ conf$$.exe conf$$.
file
522 if test -d conf$$.dir
; then
523 rm -f conf$$.dir
/conf$$.
file
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
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 ||
537 elif ln conf$$.
file conf$$
2>/dev
/null
; then
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"'
551 test -d .
/-p && rmdir .
/-p
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
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`
578 ac_default_prefix
=/usr
/local
580 ac_config_libobj_dir
=.
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'
593 PACKAGE_URL
='http://www.gnu.org/software/libatomic/'
595 # Factoring default headers for most tests.
596 ac_includes_default
="\
598 #ifdef HAVE_SYS_TYPES_H
599 # include <sys/types.h>
601 #ifdef HAVE_SYS_STAT_H
602 # include <sys/stat.h>
608 # ifdef HAVE_STDLIB_H
613 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
618 #ifdef HAVE_STRINGS_H
619 # include <strings.h>
621 #ifdef HAVE_INTTYPES_H
622 # include <inttypes.h>
631 ac_subst_vars
='am__EXEEXT_FALSE
642 ARCH_AARCH64_LINUX_FALSE
643 ARCH_AARCH64_LINUX_TRUE
651 LIBAT_BUILD_VERSIONED_SHLIB_SUN_FALSE
652 LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE
653 LIBAT_BUILD_VERSIONED_SHLIB_GNU_FALSE
654 LIBAT_BUILD_VERSIONED_SHLIB_GNU_TRUE
655 LIBAT_BUILD_VERSIONED_SHLIB_FALSE
656 LIBAT_BUILD_VERSIONED_SHLIB_TRUE
662 MAINTAINER_MODE_FALSE
687 am__fastdepCCAS_FALSE
724 INSTALL_STRIP_PROGRAM
780 program_transform_name
793 enable_option_checking
794 enable_version_specific_runtime_libs
795 enable_generated_files_in_srcdir
799 enable_dependency_tracking
806 enable_maintainer_mode
810 with_gcc_major_version_only
812 ac_precious_vars
='build_alias
819 # Initialize some variables set by options.
821 ac_init_version
=false
822 ac_unrecognized_opts
=
824 # The variables have the same names as the options, with
825 # dashes changed to underlines.
833 program_transform_name
=s
,x
,x
,
841 # Installation directory options.
842 # These are left unexpanded so users can "make install exec_prefix=/foo"
843 # and all the variables that are supposed to be based on exec_prefix
844 # by default will actually change.
845 # Use braces instead of parens because sh, perl, etc. also accept them.
846 # (The list follows the same order as the GNU Coding Standards.)
847 bindir
='${exec_prefix}/bin'
848 sbindir
='${exec_prefix}/sbin'
849 libexecdir
='${exec_prefix}/libexec'
850 datarootdir
='${prefix}/share'
851 datadir
='${datarootdir}'
852 sysconfdir
='${prefix}/etc'
853 sharedstatedir
='${prefix}/com'
854 localstatedir
='${prefix}/var'
855 includedir
='${prefix}/include'
856 oldincludedir
='/usr/include'
857 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
858 infodir
='${datarootdir}/info'
863 libdir
='${exec_prefix}/lib'
864 localedir
='${datarootdir}/locale'
865 mandir
='${datarootdir}/man'
871 # If the previous option needs an argument, assign it.
872 if test -n "$ac_prev"; then
873 eval $ac_prev=\
$ac_option
879 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
884 # Accept the important Cygnus configure options, so we can diagnose typos.
886 case $ac_dashdash$ac_option in
890 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
892 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
895 -build |
--build |
--buil |
--bui |
--bu)
896 ac_prev
=build_alias
;;
897 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
898 build_alias
=$ac_optarg ;;
900 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
901 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
902 ac_prev
=cache_file
;;
903 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
904 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
905 cache_file
=$ac_optarg ;;
908 cache_file
=config.cache
;;
910 -datadir |
--datadir |
--datadi |
--datad)
912 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
913 datadir
=$ac_optarg ;;
915 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
916 |
--dataroo |
--dataro |
--datar)
917 ac_prev
=datarootdir
;;
918 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
919 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
920 datarootdir
=$ac_optarg ;;
922 -disable-* |
--disable-*)
923 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
924 # Reject names that are not valid shell variable names.
925 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
926 as_fn_error $?
"invalid feature name: $ac_useropt"
927 ac_useropt_orig
=$ac_useropt
928 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
929 case $ac_user_opts in
933 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
934 ac_unrecognized_sep
=', ';;
936 eval enable_
$ac_useropt=no
;;
938 -docdir |
--docdir |
--docdi |
--doc |
--do)
940 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
943 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
945 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
948 -enable-* |
--enable-*)
949 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
950 # Reject names that are not valid shell variable names.
951 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
952 as_fn_error $?
"invalid feature name: $ac_useropt"
953 ac_useropt_orig
=$ac_useropt
954 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
955 case $ac_user_opts in
959 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
960 ac_unrecognized_sep
=', ';;
962 eval enable_
$ac_useropt=\
$ac_optarg ;;
964 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
965 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
966 |
--exec |
--exe |
--ex)
967 ac_prev
=exec_prefix
;;
968 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
969 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
970 |
--exec=* |
--exe=* |
--ex=*)
971 exec_prefix
=$ac_optarg ;;
973 -gas |
--gas |
--ga |
--g)
974 # Obsolete; use --with-gas.
977 -help |
--help |
--hel |
--he |
-h)
979 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
980 ac_init_help
=recursive
;;
981 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
982 ac_init_help
=short
;;
984 -host |
--host |
--hos |
--ho)
985 ac_prev
=host_alias
;;
986 -host=* |
--host=* |
--hos=* |
--ho=*)
987 host_alias
=$ac_optarg ;;
989 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
991 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
993 htmldir
=$ac_optarg ;;
995 -includedir |
--includedir |
--includedi |
--included |
--include \
996 |
--includ |
--inclu |
--incl |
--inc)
997 ac_prev
=includedir
;;
998 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
999 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1000 includedir
=$ac_optarg ;;
1002 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1004 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1005 infodir
=$ac_optarg ;;
1007 -libdir |
--libdir |
--libdi |
--libd)
1009 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1010 libdir
=$ac_optarg ;;
1012 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1013 |
--libexe |
--libex |
--libe)
1014 ac_prev
=libexecdir
;;
1015 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1016 |
--libexe=* |
--libex=* |
--libe=*)
1017 libexecdir
=$ac_optarg ;;
1019 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1020 ac_prev
=localedir
;;
1021 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1022 localedir
=$ac_optarg ;;
1024 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1025 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1026 ac_prev
=localstatedir
;;
1027 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1028 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1029 localstatedir
=$ac_optarg ;;
1031 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1033 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1034 mandir
=$ac_optarg ;;
1036 -nfp |
--nfp |
--nf)
1037 # Obsolete; use --without-fp.
1040 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1041 |
--no-cr |
--no-c |
-n)
1044 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1045 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1048 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1049 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1050 |
--oldin |
--oldi |
--old |
--ol |
--o)
1051 ac_prev
=oldincludedir
;;
1052 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1053 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1054 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1055 oldincludedir
=$ac_optarg ;;
1057 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1059 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1060 prefix
=$ac_optarg ;;
1062 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1063 |
--program-pre |
--program-pr |
--program-p)
1064 ac_prev
=program_prefix
;;
1065 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1066 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1067 program_prefix
=$ac_optarg ;;
1069 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1070 |
--program-suf |
--program-su |
--program-s)
1071 ac_prev
=program_suffix
;;
1072 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1073 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1074 program_suffix
=$ac_optarg ;;
1076 -program-transform-name |
--program-transform-name \
1077 |
--program-transform-nam |
--program-transform-na \
1078 |
--program-transform-n |
--program-transform- \
1079 |
--program-transform |
--program-transfor \
1080 |
--program-transfo |
--program-transf \
1081 |
--program-trans |
--program-tran \
1082 |
--progr-tra |
--program-tr |
--program-t)
1083 ac_prev
=program_transform_name
;;
1084 -program-transform-name=* |
--program-transform-name=* \
1085 |
--program-transform-nam=* |
--program-transform-na=* \
1086 |
--program-transform-n=* |
--program-transform-=* \
1087 |
--program-transform=* |
--program-transfor=* \
1088 |
--program-transfo=* |
--program-transf=* \
1089 |
--program-trans=* |
--program-tran=* \
1090 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1091 program_transform_name
=$ac_optarg ;;
1093 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1095 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1096 pdfdir
=$ac_optarg ;;
1098 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1100 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1103 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1104 |
-silent |
--silent |
--silen |
--sile |
--sil)
1107 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1109 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1111 sbindir
=$ac_optarg ;;
1113 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1114 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1115 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1117 ac_prev
=sharedstatedir
;;
1118 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1119 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1120 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1122 sharedstatedir
=$ac_optarg ;;
1124 -site |
--site |
--sit)
1126 -site=* |
--site=* |
--sit=*)
1129 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1131 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1132 srcdir
=$ac_optarg ;;
1134 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1135 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1136 ac_prev
=sysconfdir
;;
1137 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1138 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1139 sysconfdir
=$ac_optarg ;;
1141 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1142 ac_prev
=target_alias
;;
1143 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1144 target_alias
=$ac_optarg ;;
1146 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1149 -version |
--version |
--versio |
--versi |
--vers |
-V)
1150 ac_init_version
=: ;;
1153 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1154 # Reject names that are not valid shell variable names.
1155 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1156 as_fn_error $?
"invalid package name: $ac_useropt"
1157 ac_useropt_orig
=$ac_useropt
1158 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1159 case $ac_user_opts in
1163 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1164 ac_unrecognized_sep
=', ';;
1166 eval with_
$ac_useropt=\
$ac_optarg ;;
1168 -without-* |
--without-*)
1169 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1170 # Reject names that are not valid shell variable names.
1171 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1172 as_fn_error $?
"invalid package name: $ac_useropt"
1173 ac_useropt_orig
=$ac_useropt
1174 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1175 case $ac_user_opts in
1179 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1180 ac_unrecognized_sep
=', ';;
1182 eval with_
$ac_useropt=no
;;
1185 # Obsolete; use --with-x.
1188 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1189 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1190 ac_prev
=x_includes
;;
1191 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1192 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1193 x_includes
=$ac_optarg ;;
1195 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1196 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1197 ac_prev
=x_libraries
;;
1198 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1199 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1200 x_libraries
=$ac_optarg ;;
1202 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1203 Try \`$0 --help' for more information"
1207 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1208 # Reject names that are not valid shell variable names.
1209 case $ac_envvar in #(
1210 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1211 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1213 eval $ac_envvar=\
$ac_optarg
1214 export $ac_envvar ;;
1217 # FIXME: should be removed in autoconf 3.0.
1218 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1219 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1220 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1221 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1227 if test -n "$ac_prev"; then
1228 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1229 as_fn_error $?
"missing argument to $ac_option"
1232 if test -n "$ac_unrecognized_opts"; then
1233 case $enable_option_checking in
1235 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1236 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1240 # Check all directory arguments for consistency.
1241 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1242 datadir sysconfdir sharedstatedir localstatedir includedir \
1243 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1244 libdir localedir mandir
1246 eval ac_val
=\$
$ac_var
1247 # Remove trailing slashes.
1250 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1251 eval $ac_var=\
$ac_val;;
1253 # Be sure to have absolute directory names.
1255 [\\/$
]* | ?
:[\\/]* ) continue;;
1256 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1258 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1261 # There might be people who depend on the old broken behavior: `$host'
1262 # used to hold the argument of --host etc.
1263 # FIXME: To remove some day.
1266 target
=$target_alias
1268 # FIXME: To remove some day.
1269 if test "x$host_alias" != x
; then
1270 if test "x$build_alias" = x
; then
1271 cross_compiling
=maybe
1272 elif test "x$build_alias" != "x$host_alias"; then
1278 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1280 test "$silent" = yes && exec 6>/dev
/null
1283 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1284 ac_ls_di
=`ls -di .` &&
1285 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1286 as_fn_error $?
"working directory cannot be determined"
1287 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1288 as_fn_error $?
"pwd does not report name of working directory"
1291 # Find the source files, if location was not specified.
1292 if test -z "$srcdir"; then
1293 ac_srcdir_defaulted
=yes
1294 # Try the directory containing this script, then the parent directory.
1295 ac_confdir
=`$as_dirname -- "$as_myself" ||
1296 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1297 X"$as_myself" : 'X\(//\)[^/]' \| \
1298 X"$as_myself" : 'X\(//\)$' \| \
1299 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1300 $as_echo X"$as_myself" |
1301 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1319 if test ! -r "$srcdir/$ac_unique_file"; then
1323 ac_srcdir_defaulted
=no
1325 if test ! -r "$srcdir/$ac_unique_file"; then
1326 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1327 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1329 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1331 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1333 # When building in place, set srcdir=.
1334 if test "$ac_abs_confdir" = "$ac_pwd"; then
1337 # Remove unnecessary trailing slashes from srcdir.
1338 # Double slashes in file names in object file debugging info
1339 # mess up M-x gdb in Emacs.
1341 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1343 for ac_var
in $ac_precious_vars; do
1344 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1345 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1346 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1347 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1351 # Report the --help message.
1353 if test "$ac_init_help" = "long"; then
1354 # Omit some internal or obsolete options to make the list less imposing.
1355 # This message is too long to be a string in the A/UX 3.1 sh.
1357 \`configure' configures GNU Atomic Library 1.0 to adapt to many kinds of systems.
1359 Usage: $0 [OPTION]... [VAR=VALUE]...
1361 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1362 VAR=VALUE. See below for descriptions of some of the useful variables.
1364 Defaults for the options are specified in brackets.
1367 -h, --help display this help and exit
1368 --help=short display options specific to this package
1369 --help=recursive display the short help of all the included packages
1370 -V, --version display version information and exit
1371 -q, --quiet, --silent do not print \`checking ...' messages
1372 --cache-file=FILE cache test results in FILE [disabled]
1373 -C, --config-cache alias for \`--cache-file=config.cache'
1374 -n, --no-create do not create output files
1375 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1377 Installation directories:
1378 --prefix=PREFIX install architecture-independent files in PREFIX
1379 [$ac_default_prefix]
1380 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1383 By default, \`make install' will install all the files in
1384 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1385 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1386 for instance \`--prefix=\$HOME'.
1388 For better control, use the options below.
1390 Fine tuning of the installation directories:
1391 --bindir=DIR user executables [EPREFIX/bin]
1392 --sbindir=DIR system admin executables [EPREFIX/sbin]
1393 --libexecdir=DIR program executables [EPREFIX/libexec]
1394 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1395 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1396 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1397 --libdir=DIR object code libraries [EPREFIX/lib]
1398 --includedir=DIR C header files [PREFIX/include]
1399 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1400 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1401 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1402 --infodir=DIR info documentation [DATAROOTDIR/info]
1403 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1404 --mandir=DIR man documentation [DATAROOTDIR/man]
1405 --docdir=DIR documentation root [DATAROOTDIR/doc/libatomic]
1406 --htmldir=DIR html documentation [DOCDIR]
1407 --dvidir=DIR dvi documentation [DOCDIR]
1408 --pdfdir=DIR pdf documentation [DOCDIR]
1409 --psdir=DIR ps documentation [DOCDIR]
1415 --program-prefix=PREFIX prepend PREFIX to installed program names
1416 --program-suffix=SUFFIX append SUFFIX to installed program names
1417 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1420 --build=BUILD configure
for building on BUILD
[guessed
]
1421 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1422 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1426 if test -n "$ac_init_help"; then
1427 case $ac_init_help in
1428 short | recursive
) echo "Configuration of GNU Atomic Library 1.0:";;
1433 --disable-option-checking ignore unrecognized
--enable/--with options
1434 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1435 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1436 --enable-version-specific-runtime-libs
1437 Specify that runtime libraries should be installed
1438 in a compiler-specific directory
[default
=no
]
1439 --enable-generated-files-in-srcdir
1440 put copies of generated files
in source dir intended
1441 for creating
source tarballs
for users without
1442 texinfo bison or flex.
[default
=no
]
1443 --enable-silent-rules less verbose build output
(undo
: "make V=1")
1444 --disable-silent-rules verbose build output
(undo
: "make V=0")
1445 --enable-multilib build many library versions
(default
)
1446 --enable-dependency-tracking
1447 do not reject slow dependency extractors
1448 --disable-dependency-tracking
1449 speeds up one-time build
1450 --enable-shared[=PKGS
] build shared libraries
[default
=yes]
1451 --enable-static[=PKGS
] build static libraries
[default
=yes]
1452 --enable-fast-install[=PKGS
]
1453 optimize
for fast installation
[default
=yes]
1454 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1455 --enable-maintainer-mode
1456 enable make rules and dependencies not useful
(and
1457 sometimes confusing
) to the casual installer
1458 --enable-symvers=STYLE enables symbol versioning of the shared library
1460 --disable-werror disable building with
-Werror
1461 --enable-cet enable Intel CET
in target libraries
[default
=auto
]
1464 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1465 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1466 --with-toolexeclibdir=DIR
1467 install libraries built with a cross compiler within
1469 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1471 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1472 --with-gcc-major-version-only
1473 use only GCC major number
in filesystem paths
1475 Some influential environment variables
:
1476 CC C compiler
command
1477 CFLAGS C compiler flags
1478 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1479 nonstandard directory
<lib dir
>
1480 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1481 CPPFLAGS
(Objective
) C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if
1482 you have headers
in a nonstandard directory
<include dir
>
1483 CCAS assembler compiler
command (defaults to CC
)
1484 CCASFLAGS assembler compiler flags
(defaults to CFLAGS
)
1487 Use these variables to override the choices made by
`configure' or to help
1488 it to find libraries and programs with nonstandard names/locations.
1490 Report bugs to the package provider.
1491 GNU Atomic Library home page: <http://www.gnu.org/software/libatomic/>.
1492 General help using GNU software: <http://www.gnu.org/gethelp/>.
1497 if test "$ac_init_help" = "recursive"; then
1498 # If there are subdirs, report their specific --help.
1499 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1500 test -d "$ac_dir" ||
1501 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1506 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1508 ac_dir_suffix=/`$as_echo "$ac_dir" |
sed 's|^\.[\\/]||'`
1509 # A ".." for each directory in $ac_dir_suffix.
1510 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" |
sed 's|/[^\\/]*|/..|g;s|/||'`
1511 case $ac_top_builddir_sub in
1512 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1513 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1516 ac_abs_top_builddir=$ac_pwd
1517 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1518 # for backward compatibility:
1519 ac_top_builddir=$ac_top_build_prefix
1522 .) # We are building in place.
1524 ac_top_srcdir=$ac_top_builddir_sub
1525 ac_abs_top_srcdir=$ac_pwd ;;
1526 [\\/]* | ?:[\\/]* ) # Absolute name.
1527 ac_srcdir=$srcdir$ac_dir_suffix;
1528 ac_top_srcdir=$srcdir
1529 ac_abs_top_srcdir=$srcdir ;;
1531 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1532 ac_top_srcdir=$ac_top_build_prefix$srcdir
1533 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1535 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1537 cd "$ac_dir" || { ac_status=$?; continue; }
1538 # Check for guested configure.
1539 if test -f "$ac_srcdir/configure.gnu"; then
1541 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1542 elif test -f "$ac_srcdir/configure"; then
1544 $SHELL "$ac_srcdir/configure" --help=recursive
1546 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1548 cd "$ac_pwd" || { ac_status=$?; break; }
1552 test -n "$ac_init_help" && exit $ac_status
1553 if $ac_init_version; then
1555 GNU Atomic Library configure 1.0
1556 generated by GNU Autoconf 2.69
1558 Copyright (C) 2012 Free Software Foundation, Inc.
1559 This configure script is free software; the Free Software Foundation
1560 gives unlimited permission to copy, distribute and modify it.
1565 ## ------------------------ ##
1566 ## Autoconf initialization. ##
1567 ## ------------------------ ##
1569 # ac_fn_c_try_compile LINENO
1570 # --------------------------
1571 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1572 ac_fn_c_try_compile ()
1574 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1575 rm -f conftest.$ac_objext
1576 if { { ac_try="$ac_compile"
1578 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1579 *) ac_try_echo
=$ac_try;;
1581 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1582 $as_echo "$ac_try_echo"; } >&5
1583 (eval "$ac_compile") 2>conftest.err
1585 if test -s conftest.err
; then
1586 grep -v '^ *+' conftest.err
>conftest.er1
1587 cat conftest.er1
>&5
1588 mv -f conftest.er1 conftest.err
1590 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1591 test $ac_status = 0; } && {
1592 test -z "$ac_c_werror_flag" ||
1593 test ! -s conftest.err
1594 } && test -s conftest.
$ac_objext; then :
1597 $as_echo "$as_me: failed program was:" >&5
1598 sed 's/^/| /' conftest.
$ac_ext >&5
1602 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1603 as_fn_set_status
$ac_retval
1605 } # ac_fn_c_try_compile
1607 # ac_fn_c_try_link LINENO
1608 # -----------------------
1609 # Try to link conftest.$ac_ext, and return whether this succeeded.
1612 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1613 rm -f conftest.
$ac_objext conftest
$ac_exeext
1614 if { { ac_try
="$ac_link"
1616 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1617 *) ac_try_echo=$ac_try;;
1619 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1620 $as_echo "$ac_try_echo"; } >&5
1621 (eval "$ac_link") 2>conftest.err
1623 if test -s conftest.err; then
1624 grep -v '^ *+' conftest.err >conftest.er1
1625 cat conftest.er1 >&5
1626 mv -f conftest.er1 conftest.err
1628 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1629 test $ac_status = 0; } && {
1630 test -z "$ac_c_werror_flag" ||
1631 test ! -s conftest.err
1632 } && test -s conftest$ac_exeext && {
1633 test "$cross_compiling" = yes ||
1634 test -x conftest$ac_exeext
1638 $as_echo "$as_me: failed program was:" >&5
1639 sed 's/^/| /' conftest.$ac_ext >&5
1643 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1644 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1645 # interfere with the next link command; also delete a directory that is
1646 # left behind by Apple's compiler. We do this before executing the actions.
1647 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1648 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1649 as_fn_set_status $ac_retval
1651 } # ac_fn_c_try_link
1653 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1654 # -------------------------------------------------------
1655 # Tests whether HEADER exists and can be compiled using the include files in
1656 # INCLUDES, setting the cache variable VAR accordingly.
1657 ac_fn_c_check_header_compile ()
1659 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1661 $as_echo_n "checking for $2... " >&6; }
1662 if eval \${$3+:} false; then :
1663 $as_echo_n "(cached) " >&6
1665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1666 /* end confdefs.h. */
1670 if ac_fn_c_try_compile "$LINENO"; then :
1675 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1679 $as_echo "$ac_res" >&6; }
1680 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1682 } # ac_fn_c_check_header_compile
1684 # ac_fn_c_try_cpp LINENO
1685 # ----------------------
1686 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1689 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1690 if { { ac_try="$ac_cpp conftest.$ac_ext"
1692 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1693 *) ac_try_echo
=$ac_try;;
1695 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1696 $as_echo "$ac_try_echo"; } >&5
1697 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1699 if test -s conftest.err
; then
1700 grep -v '^ *+' conftest.err
>conftest.er1
1701 cat conftest.er1
>&5
1702 mv -f conftest.er1 conftest.err
1704 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1705 test $ac_status = 0; } > conftest.i
&& {
1706 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1707 test ! -s conftest.err
1711 $as_echo "$as_me: failed program was:" >&5
1712 sed 's/^/| /' conftest.
$ac_ext >&5
1716 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1717 as_fn_set_status
$ac_retval
1721 # ac_fn_c_try_run LINENO
1722 # ----------------------
1723 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1724 # that executables *can* be run.
1727 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1728 if { { ac_try
="$ac_link"
1730 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1731 *) ac_try_echo=$ac_try;;
1733 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1734 $as_echo "$ac_try_echo"; } >&5
1735 (eval "$ac_link") 2>&5
1737 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1738 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1739 { { case "(($ac_try" in
1740 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1741 *) ac_try_echo
=$ac_try;;
1743 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1744 $as_echo "$ac_try_echo"; } >&5
1745 (eval "$ac_try") 2>&5
1747 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1748 test $ac_status = 0; }; }; then :
1751 $as_echo "$as_me: program exited with status $ac_status" >&5
1752 $as_echo "$as_me: failed program was:" >&5
1753 sed 's/^/| /' conftest.
$ac_ext >&5
1755 ac_retval
=$ac_status
1757 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1758 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1759 as_fn_set_status
$ac_retval
1763 # ac_fn_c_check_func LINENO FUNC VAR
1764 # ----------------------------------
1765 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1766 ac_fn_c_check_func
()
1768 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1770 $as_echo_n "checking for $2... " >&6; }
1771 if eval \
${$3+:} false
; then :
1772 $as_echo_n "(cached) " >&6
1774 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1775 /* end confdefs.h. */
1776 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1777 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1778 #define $2 innocuous_$2
1780 /* System header to define __stub macros and hopefully few prototypes,
1781 which can conflict with char $2 (); below.
1782 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1783 <limits.h> exists even on freestanding compilers. */
1786 # include <limits.h>
1788 # include <assert.h>
1793 /* Override any GCC internal prototype to avoid an error.
1794 Use char because int might match the return type of a GCC
1795 builtin and then its argument prototype would still apply. */
1800 /* The GNU C library defines this for functions which it implements
1801 to always fail with ENOSYS. Some functions are actually named
1802 something starting with __ and the normal name is an alias. */
1803 #if defined __stub_$2 || defined __stub___$2
1815 if ac_fn_c_try_link
"$LINENO"; then :
1820 rm -f core conftest.err conftest.
$ac_objext \
1821 conftest
$ac_exeext conftest.
$ac_ext
1824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1825 $as_echo "$ac_res" >&6; }
1826 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1828 } # ac_fn_c_check_func
1830 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1831 # -------------------------------------------
1832 # Tests whether TYPE exists after having included INCLUDES, setting cache
1833 # variable VAR accordingly.
1834 ac_fn_c_check_type
()
1836 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1838 $as_echo_n "checking for $2... " >&6; }
1839 if eval \
${$3+:} false
; then :
1840 $as_echo_n "(cached) " >&6
1843 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1844 /* end confdefs.h. */
1855 if ac_fn_c_try_compile
"$LINENO"; then :
1856 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1857 /* end confdefs.h. */
1868 if ac_fn_c_try_compile
"$LINENO"; then :
1873 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1875 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1879 $as_echo "$ac_res" >&6; }
1880 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1882 } # ac_fn_c_check_type
1884 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1885 # --------------------------------------------
1886 # Tries to find the compile-time value of EXPR in a program that includes
1887 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1889 ac_fn_c_compute_int
()
1891 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1892 if test "$cross_compiling" = yes; then
1893 # Depending upon the size, compute the lo and hi bounds.
1894 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1895 /* end confdefs.h. */
1900 static int test_array [1 - 2 * !(($2) >= 0)];
1902 return test_array [0];
1908 if ac_fn_c_try_compile
"$LINENO"; then :
1911 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1912 /* end confdefs.h. */
1917 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1919 return test_array [0];
1925 if ac_fn_c_try_compile
"$LINENO"; then :
1926 ac_hi
=$ac_mid; break
1928 as_fn_arith
$ac_mid + 1 && ac_lo
=$as_val
1929 if test $ac_lo -le $ac_mid; then
1933 as_fn_arith
2 '*' $ac_mid + 1 && ac_mid
=$as_val
1935 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1938 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1939 /* end confdefs.h. */
1944 static int test_array [1 - 2 * !(($2) < 0)];
1946 return test_array [0];
1952 if ac_fn_c_try_compile
"$LINENO"; then :
1955 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1956 /* end confdefs.h. */
1961 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1963 return test_array [0];
1969 if ac_fn_c_try_compile
"$LINENO"; then :
1970 ac_lo
=$ac_mid; break
1972 as_fn_arith
'(' $ac_mid ')' - 1 && ac_hi
=$as_val
1973 if test $ac_mid -le $ac_hi; then
1977 as_fn_arith
2 '*' $ac_mid && ac_mid
=$as_val
1979 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1984 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1986 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1987 # Binary search between lo and hi bounds.
1988 while test "x$ac_lo" != "x$ac_hi"; do
1989 as_fn_arith
'(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid
=$as_val
1990 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1991 /* end confdefs.h. */
1996 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1998 return test_array [0];
2004 if ac_fn_c_try_compile
"$LINENO"; then :
2007 as_fn_arith
'(' $ac_mid ')' + 1 && ac_lo
=$as_val
2009 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2012 ?
*) eval "$3=\$ac_lo"; ac_retval
=0 ;;
2016 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2017 /* end confdefs.h. */
2019 static long int longval () { return $2; }
2020 static unsigned long int ulongval () { return $2; }
2027 FILE *f = fopen ("conftest.val", "w");
2032 long int i = longval ();
2035 fprintf (f, "%ld", i);
2039 unsigned long int i = ulongval ();
2042 fprintf (f, "%lu", i);
2044 /* Do not output a trailing newline, as this causes \r\n confusion
2045 on some platforms. */
2046 return ferror (f) || fclose (f) != 0;
2052 if ac_fn_c_try_run
"$LINENO"; then :
2053 echo >>conftest.val
; read $3 <conftest.val
; ac_retval
=0
2057 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
2058 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
2062 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2063 as_fn_set_status
$ac_retval
2065 } # ac_fn_c_compute_int
2067 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2068 # -------------------------------------------------------
2069 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2070 # the include files in INCLUDES and setting the cache variable VAR
2072 ac_fn_c_check_header_mongrel
()
2074 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2075 if eval \
${$3+:} false
; then :
2076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2077 $as_echo_n "checking for $2... " >&6; }
2078 if eval \
${$3+:} false
; then :
2079 $as_echo_n "(cached) " >&6
2082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2083 $as_echo "$ac_res" >&6; }
2085 # Is the header compilable?
2086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2087 $as_echo_n "checking $2 usability... " >&6; }
2088 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2089 /* end confdefs.h. */
2093 if ac_fn_c_try_compile
"$LINENO"; then :
2094 ac_header_compiler
=yes
2096 ac_header_compiler
=no
2098 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2100 $as_echo "$ac_header_compiler" >&6; }
2102 # Is the header present?
2103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2104 $as_echo_n "checking $2 presence... " >&6; }
2105 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2106 /* end confdefs.h. */
2109 if ac_fn_c_try_cpp
"$LINENO"; then :
2110 ac_header_preproc
=yes
2112 ac_header_preproc
=no
2114 rm -f conftest.err conftest.i conftest.
$ac_ext
2115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2116 $as_echo "$ac_header_preproc" >&6; }
2118 # So? What about this header?
2119 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2121 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2122 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2123 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2124 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2127 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2128 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2129 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2130 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2131 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2132 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2133 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2134 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2135 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2136 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2140 $as_echo_n "checking for $2... " >&6; }
2141 if eval \
${$3+:} false
; then :
2142 $as_echo_n "(cached) " >&6
2144 eval "$3=\$ac_header_compiler"
2147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2148 $as_echo "$ac_res" >&6; }
2150 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2152 } # ac_fn_c_check_header_mongrel
2153 cat >config.log
<<_ACEOF
2154 This file contains any messages produced by compilers while
2155 running configure, to aid debugging if configure makes a mistake.
2157 It was created by GNU Atomic Library $as_me 1.0, which was
2158 generated by GNU Autoconf 2.69. Invocation command line was
2170 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2171 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2172 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2173 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2174 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2176 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2177 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2179 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2180 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2181 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2182 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2183 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2184 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2185 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2189 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2193 test -z "$as_dir" && as_dir
=.
2194 $as_echo "PATH: $as_dir"
2210 # Keep a trace of the command line.
2211 # Strip out --no-create and --no-recursion so they do not pile up.
2212 # Strip out --silent because we don't want to record it for future runs.
2213 # Also quote any args containing shell meta-characters.
2214 # Make two passes to allow for proper duplicate-argument suppression.
2218 ac_must_keep_next
=false
2224 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2225 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2226 |
-silent |
--silent |
--silen |
--sile |
--sil)
2229 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2232 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2234 as_fn_append ac_configure_args1
" '$ac_arg'"
2235 if test $ac_must_keep_next = true
; then
2236 ac_must_keep_next
=false
# Got value, back to normal.
2239 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2240 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2241 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2242 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2243 case "$ac_configure_args0 " in
2244 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2247 -* ) ac_must_keep_next
=true
;;
2250 as_fn_append ac_configure_args
" '$ac_arg'"
2255 { ac_configure_args0
=; unset ac_configure_args0
;}
2256 { ac_configure_args1
=; unset ac_configure_args1
;}
2258 # When interrupted or exit'd, cleanup temporary files, and complete
2259 # config.log. We remove comments because anyway the quotes in there
2260 # would cause problems or look ugly.
2261 # WARNING: Use '\'' to represent an apostrophe within the trap.
2262 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2263 trap 'exit_status=$?
2264 # Save into config.log some information that might help in debugging.
2268 $as_echo "## ---------------- ##
2269 ## Cache variables. ##
2270 ## ---------------- ##"
2272 # The following way of writing the cache mishandles newlines in values,
2274 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2275 eval ac_val=\$$ac_var
2279 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2280 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2283 _ | IFS | as_nl) ;; #(
2284 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2285 *) { eval $ac_var=; unset $ac_var;} ;;
2290 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2291 *${as_nl}ac_space=\ *)
2293 "s/'\''/'\''\\\\'\'''\''/g;
2294 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2297 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2304 $as_echo "## ----------------- ##
2305 ## Output variables. ##
2306 ## ----------------- ##"
2308 for ac_var in $ac_subst_vars
2310 eval ac_val=\$$ac_var
2312 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2314 $as_echo "$ac_var='\''$ac_val'\''"
2318 if test -n "$ac_subst_files"; then
2319 $as_echo "## ------------------- ##
2320 ## File substitutions. ##
2321 ## ------------------- ##"
2323 for ac_var
in $ac_subst_files
2325 eval ac_val
=\$
$ac_var
2327 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2329 $as_echo "$ac_var='\''$ac_val'\''"
2334 if test -s confdefs.h; then
2335 $as_echo "## ----------- ##
2342 test "$ac_signal" != 0 &&
2343 $as_echo "$as_me: caught signal $ac_signal"
2344 $as_echo "$as_me: exit $exit_status"
2346 rm -f core *.core core.conftest.* &&
2347 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2350 for ac_signal
in 1 2 13 15; do
2351 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2355 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2356 rm -f -r conftest
* confdefs.h
2358 $as_echo "/* confdefs.h */" > confdefs.h
2360 # Predefined preprocessor variables.
2362 cat >>confdefs.h
<<_ACEOF
2363 #define PACKAGE_NAME "$PACKAGE_NAME"
2366 cat >>confdefs.h
<<_ACEOF
2367 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2370 cat >>confdefs.h
<<_ACEOF
2371 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2374 cat >>confdefs.h
<<_ACEOF
2375 #define PACKAGE_STRING "$PACKAGE_STRING"
2378 cat >>confdefs.h
<<_ACEOF
2379 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2382 cat >>confdefs.h
<<_ACEOF
2383 #define PACKAGE_URL "$PACKAGE_URL"
2387 # Let the site file select an alternate cache file if it wants to.
2388 # Prefer an explicitly selected file to automatically selected ones.
2391 if test -n "$CONFIG_SITE"; then
2392 # We do not want a PATH search for config.site.
2393 case $CONFIG_SITE in #((
2394 -*) ac_site_file1
=.
/$CONFIG_SITE;;
2395 */*) ac_site_file1
=$CONFIG_SITE;;
2396 *) ac_site_file1
=.
/$CONFIG_SITE;;
2398 elif test "x$prefix" != xNONE
; then
2399 ac_site_file1
=$prefix/share
/config.site
2400 ac_site_file2
=$prefix/etc
/config.site
2402 ac_site_file1
=$ac_default_prefix/share
/config.site
2403 ac_site_file2
=$ac_default_prefix/etc
/config.site
2405 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2407 test "x$ac_site_file" = xNONE
&& continue
2408 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
2409 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2410 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2411 sed 's/^/| /' "$ac_site_file" >&5
2413 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2414 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2415 as_fn_error $?
"failed to load site script $ac_site_file
2416 See \`config.log' for more details" "$LINENO" 5; }
2420 if test -r "$cache_file"; then
2421 # Some versions of bash will fail to source /dev/null (special files
2422 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2423 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
2424 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2425 $as_echo "$as_me: loading cache $cache_file" >&6;}
2427 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2428 *) .
"./$cache_file";;
2432 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2433 $as_echo "$as_me: creating cache $cache_file" >&6;}
2437 # Check that the precious variables saved in the cache have kept the same
2439 ac_cache_corrupted
=false
2440 for ac_var
in $ac_precious_vars; do
2441 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2442 eval ac_new_set
=\
$ac_env_${ac_var}_set
2443 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2444 eval ac_new_val
=\
$ac_env_${ac_var}_value
2445 case $ac_old_set,$ac_new_set in
2447 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2448 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2449 ac_cache_corrupted
=: ;;
2451 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2452 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2453 ac_cache_corrupted
=: ;;
2456 if test "x$ac_old_val" != "x$ac_new_val"; then
2457 # differences in whitespace do not lead to failure.
2458 ac_old_val_w
=`echo x $ac_old_val`
2459 ac_new_val_w
=`echo x $ac_new_val`
2460 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2461 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2462 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2463 ac_cache_corrupted
=:
2465 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2466 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2467 eval $ac_var=\
$ac_old_val
2469 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2470 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2471 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2472 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2475 # Pass precious variables to config.status.
2476 if test "$ac_new_set" = set; then
2478 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2479 *) ac_arg
=$ac_var=$ac_new_val ;;
2481 case " $ac_configure_args " in
2482 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2483 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2487 if $ac_cache_corrupted; then
2488 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2489 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2490 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2491 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2492 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2494 ## -------------------- ##
2495 ## Main body of script. ##
2496 ## -------------------- ##
2499 ac_cpp
='$CPP $CPPFLAGS'
2500 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2501 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2502 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2508 ac_config_headers
="$ac_config_headers auto-config.h"
2515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-version-specific-runtime-libs" >&5
2516 $as_echo_n "checking for --enable-version-specific-runtime-libs... " >&6; }
2517 # Check whether --enable-version-specific-runtime-libs was given.
2518 if test "${enable_version_specific_runtime_libs+set}" = set; then :
2519 enableval
=$enable_version_specific_runtime_libs;
2520 case "$enableval" in
2522 *) as_fn_error $?
"Unknown argument to enable/disable version-specific-runtime-libs" "$LINENO" 5 ;;
2526 enable_version_specific_runtime_libs
=no
2530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_version_specific_runtime_libs" >&5
2531 $as_echo "$enable_version_specific_runtime_libs" >&6; }
2533 # We would like our source tree to be readonly. However when releases or
2534 # pre-releases are generated, the flex/bison generated files as well as the
2535 # various formats of manuals need to be included along with the rest of the
2536 # sources. Therefore we have --enable-generated-files-in-srcdir to do
2538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-generated-files-in-srcdir" >&5
2539 $as_echo_n "checking for --enable-generated-files-in-srcdir... " >&6; }
2540 # Check whether --enable-generated-files-in-srcdir was given.
2541 if test "${enable_generated_files_in_srcdir+set}" = set; then :
2542 enableval
=$enable_generated_files_in_srcdir;
2543 case "$enableval" in
2545 *) as_fn_error $?
"Unknown argument to enable/disable generated-files-in-srcdir" "$LINENO" 5 ;;
2549 enable_generated_files_in_srcdir
=no
2553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_generated_files_in_srcdir" >&5
2554 $as_echo "$enable_generated_files_in_srcdir" >&6; }
2555 if test "$enable_generated_files_in_srcdir" = yes; then
2567 # Gets build, host, target, *_vendor, *_cpu, *_os, etc.
2569 # You will slowly go insane if you do not grok the following fact: when
2570 # building this library, the top-level /target/ becomes the library's /host/.
2572 # configure then causes --target to default to --host, exactly like any
2573 # other package using autoconf. Therefore, 'target' and 'host' will
2574 # always be the same. This makes sense both for native and cross compilers
2575 # just think about it for a little while. :-)
2577 # Also, if this library is being configured as part of a cross compiler, the
2578 # top-level configure script will pass the "real" host as $with_cross_host.
2580 # Do not delete or change the following two lines. For why, see
2581 # http://gcc.gnu.org/ml/libstdc++/2003-07/msg00451.html
2583 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2584 if test -f "$ac_dir/install-sh"; then
2586 ac_install_sh
="$ac_aux_dir/install-sh -c"
2588 elif test -f "$ac_dir/install.sh"; then
2590 ac_install_sh
="$ac_aux_dir/install.sh -c"
2592 elif test -f "$ac_dir/shtool"; then
2594 ac_install_sh
="$ac_aux_dir/shtool install -c"
2598 if test -z "$ac_aux_dir"; then
2599 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2602 # These three variables are undocumented and unsupported,
2603 # and are intended to be withdrawn in a future Autoconf release.
2604 # They can cause serious problems if a builder's source tree is in a directory
2605 # whose full name contains unusual characters.
2606 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2607 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2608 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2611 # Make sure we can run config.sub.
2612 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2613 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2616 $as_echo_n "checking build system type... " >&6; }
2617 if ${ac_cv_build+:} false
; then :
2618 $as_echo_n "(cached) " >&6
2620 ac_build_alias
=$build_alias
2621 test "x$ac_build_alias" = x
&&
2622 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2623 test "x$ac_build_alias" = x
&&
2624 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
2625 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2626 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2630 $as_echo "$ac_cv_build" >&6; }
2631 case $ac_cv_build in
2633 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
2636 ac_save_IFS
=$IFS; IFS
='-'
2642 # Remember, the first character of IFS is used to create $*,
2643 # except with old shells:
2646 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2650 $as_echo_n "checking host system type... " >&6; }
2651 if ${ac_cv_host+:} false
; then :
2652 $as_echo_n "(cached) " >&6
2654 if test "x$host_alias" = x
; then
2655 ac_cv_host
=$ac_cv_build
2657 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2658 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2663 $as_echo "$ac_cv_host" >&6; }
2666 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
2669 ac_save_IFS
=$IFS; IFS
='-'
2675 # Remember, the first character of IFS is used to create $*,
2676 # except with old shells:
2679 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2683 $as_echo_n "checking target system type... " >&6; }
2684 if ${ac_cv_target+:} false
; then :
2685 $as_echo_n "(cached) " >&6
2687 if test "x$target_alias" = x
; then
2688 ac_cv_target
=$ac_cv_host
2690 ac_cv_target
=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2691 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2696 $as_echo "$ac_cv_target" >&6; }
2697 case $ac_cv_target in
2699 *) as_fn_error $?
"invalid value of canonical target" "$LINENO" 5;;
2701 target
=$ac_cv_target
2702 ac_save_IFS
=$IFS; IFS
='-'
2708 # Remember, the first character of IFS is used to create $*,
2709 # except with old shells:
2712 case $target_os in *\
*) target_os
=`echo "$target_os" | sed 's/ /-/g'`;; esac
2715 # The aliases save the names the user supplied, while $host etc.
2716 # will get canonicalized.
2717 test -n "$target_alias" &&
2718 test "$program_prefix$program_suffix$program_transform_name" = \
2720 program_prefix
=${target_alias}-
2722 target_alias
=${target_alias-$host_alias}
2724 # Sets up automake. Must come after AC_CANONICAL_SYSTEM. Each of the
2725 # following is magically included in AUTOMAKE_OPTIONS in each Makefile.am.
2726 # 1.9.0: minimum required version
2727 # no-define: PACKAGE and VERSION will not be #define'd in config.h (a bunch
2728 # of other PACKAGE_* variables will, however, and there's nothing
2729 # we can do about that; they come from AC_INIT).
2730 # no-dist: we don't want 'dist' and related rules.
2731 # foreign: we don't follow the normal rules for GNU packages (no COPYING
2732 # file in the top srcdir, etc, etc), so stop complaining.
2733 # -Wall: turns on all automake warnings...
2734 # -Wno-portability: ...except this one, since GNU make is required.
2735 # -Wno-override: ... and this one, since we do want this in testsuite.
2736 am__api_version
='1.15'
2738 # Find a good install program. We prefer a C program (faster),
2739 # so one script is as good as another. But avoid the broken or
2740 # incompatible versions:
2741 # SysV /etc/install, /usr/sbin/install
2742 # SunOS /usr/etc/install
2743 # IRIX /sbin/install
2745 # AmigaOS /C/install, which installs bootblocks on floppy discs
2746 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2747 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2748 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2749 # OS/2's system install, which has a completely different semantic
2750 # ./install, which can be erroneously created by make from ./install.sh.
2751 # Reject install programs that cannot install multiple files.
2752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2753 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2754 if test -z "$INSTALL"; then
2755 if ${ac_cv_path_install+:} false
; then :
2756 $as_echo_n "(cached) " >&6
2758 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2762 test -z "$as_dir" && as_dir
=.
2763 # Account for people who put trailing slashes in PATH elements.
2764 case $as_dir/ in #((
2765 .
/ | .
// |
/[cC
]/* | \
2766 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2767 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
2770 # OSF1 and SCO ODT 3.0 have their own names for install.
2771 # Don't use installbsd from OSF since it installs stuff as root
2773 for ac_prog
in ginstall scoinst
install; do
2774 for ac_exec_ext
in '' $ac_executable_extensions; do
2775 if as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext"; then
2776 if test $ac_prog = install &&
2777 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2778 # AIX install. It has an incompatible calling convention.
2780 elif test $ac_prog = install &&
2781 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2782 # program-specific install script used by HP pwplus--don't use.
2785 rm -rf conftest.one conftest.two conftest.dir
2786 echo one
> conftest.one
2787 echo two
> conftest.two
2789 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
2790 test -s conftest.one
&& test -s conftest.two
&&
2791 test -s conftest.dir
/conftest.one
&&
2792 test -s conftest.dir
/conftest.two
2794 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2807 rm -rf conftest.one conftest.two conftest.dir
2810 if test "${ac_cv_path_install+set}" = set; then
2811 INSTALL
=$ac_cv_path_install
2813 # As a last resort, use the slow shell script. Don't cache a
2814 # value for INSTALL within a source directory, because that will
2815 # break other packages using the cache if that directory is
2816 # removed, or if the value is a relative name.
2817 INSTALL
=$ac_install_sh
2820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2821 $as_echo "$INSTALL" >&6; }
2823 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2824 # It thinks the first close brace ends the variable substitution.
2825 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2827 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2829 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2832 $as_echo_n "checking whether build environment is sane... " >&6; }
2833 # Reject unsafe characters in $srcdir or the absolute working directory
2834 # name. Accept space and tab only in the latter.
2838 *[\\\"\
#\$\&\'\`$am_lf]*)
2839 as_fn_error $?
"unsafe absolute working directory name" "$LINENO" 5;;
2842 *[\\\"\
#\$\&\'\`$am_lf\ \ ]*)
2843 as_fn_error $?
"unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2846 # Do 'set' in a subshell so we don't clobber the current shell's
2847 # arguments. Must try -L first in case configure is actually a
2848 # symlink; some systems play weird games with the mod time of symlinks
2849 # (eg FreeBSD returns the mod time of the symlink's containing
2853 for am_try
in 1 2; do
2854 echo "timestamp, slept: $am_has_slept" > conftest.
file
2855 set X
`ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2856 if test "$*" = "X"; then
2858 set X
`ls -t "$srcdir/configure" conftest.file`
2860 if test "$*" != "X $srcdir/configure conftest.file" \
2861 && test "$*" != "X conftest.file $srcdir/configure"; then
2863 # If neither matched, then we have a broken ls. This can happen
2864 # if, for instance, CONFIG_SHELL is bash and it inherits a
2865 # broken ls alias from the environment. This has actually
2866 # happened. Such a system could not be considered "sane".
2867 as_fn_error $?
"ls -t appears to fail. Make sure there is not a broken
2868 alias in your environment" "$LINENO" 5
2870 if test "$2" = conftest.
file ||
test $am_try -eq 2; then
2877 test "$2" = conftest.
file
2883 as_fn_error $?
"newly created file is older than distributed files!
2884 Check your system clock" "$LINENO" 5
2886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2887 $as_echo "yes" >&6; }
2888 # If we didn't sleep, we still need to ensure time stamps of config.status and
2889 # generated files are strictly newer.
2891 if grep 'slept: no' conftest.
file >/dev
/null
2>&1; then
2898 test "$program_prefix" != NONE
&&
2899 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
2900 # Use a double $ so make ignores it.
2901 test "$program_suffix" != NONE
&&
2902 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
2903 # Double any \ or $.
2904 # By default was `s,x,x', remove it if useless.
2905 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
2906 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
2908 # Expand $ac_aux_dir to an absolute path.
2909 am_aux_dir
=`cd "$ac_aux_dir" && pwd`
2911 if test x
"${MISSING+set}" != xset
; then
2914 MISSING
="\${SHELL} \"$am_aux_dir/missing\"" ;;
2916 MISSING
="\${SHELL} $am_aux_dir/missing" ;;
2919 # Use eval to expand $SHELL
2920 if eval "$MISSING --is-lightweight"; then
2921 am_missing_run
="$MISSING "
2924 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2925 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2928 if test x
"${install_sh+set}" != xset
; then
2931 install_sh
="\${SHELL} '$am_aux_dir/install-sh'" ;;
2933 install_sh
="\${SHELL} $am_aux_dir/install-sh"
2937 # Installed binaries are usually stripped using 'strip' when the user
2938 # run "make install-strip". However 'strip' might not be the right
2939 # tool to use in cross-compilation environments, therefore Automake
2940 # will honor the 'STRIP' environment variable to overrule this program.
2941 if test "$cross_compiling" != no
; then
2942 if test -n "$ac_tool_prefix"; then
2943 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2944 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
2945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2946 $as_echo_n "checking for $ac_word... " >&6; }
2947 if ${ac_cv_prog_STRIP+:} false
; then :
2948 $as_echo_n "(cached) " >&6
2950 if test -n "$STRIP"; then
2951 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
2953 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2957 test -z "$as_dir" && as_dir
=.
2958 for ac_exec_ext
in '' $ac_executable_extensions; do
2959 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2960 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
2961 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2970 STRIP
=$ac_cv_prog_STRIP
2971 if test -n "$STRIP"; then
2972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2973 $as_echo "$STRIP" >&6; }
2975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2976 $as_echo "no" >&6; }
2981 if test -z "$ac_cv_prog_STRIP"; then
2983 # Extract the first word of "strip", so it can be a program name with args.
2984 set dummy strip
; ac_word
=$2
2985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2986 $as_echo_n "checking for $ac_word... " >&6; }
2987 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
2988 $as_echo_n "(cached) " >&6
2990 if test -n "$ac_ct_STRIP"; then
2991 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
2993 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2997 test -z "$as_dir" && as_dir
=.
2998 for ac_exec_ext
in '' $ac_executable_extensions; do
2999 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3000 ac_cv_prog_ac_ct_STRIP
="strip"
3001 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3010 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
3011 if test -n "$ac_ct_STRIP"; then
3012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3013 $as_echo "$ac_ct_STRIP" >&6; }
3015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3016 $as_echo "no" >&6; }
3019 if test "x$ac_ct_STRIP" = x
; then
3022 case $cross_compiling:$ac_tool_warned in
3024 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3025 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3026 ac_tool_warned
=yes ;;
3031 STRIP
="$ac_cv_prog_STRIP"
3035 INSTALL_STRIP_PROGRAM
="\$(install_sh) -c -s"
3037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3038 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3039 if test -z "$MKDIR_P"; then
3040 if ${ac_cv_path_mkdir+:} false
; then :
3041 $as_echo_n "(cached) " >&6
3043 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3044 for as_dir
in $PATH$PATH_SEPARATOR/opt
/sfw
/bin
3047 test -z "$as_dir" && as_dir
=.
3048 for ac_prog
in mkdir gmkdir
; do
3049 for ac_exec_ext
in '' $ac_executable_extensions; do
3050 as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext" ||
continue
3051 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3052 'mkdir (GNU coreutils) '* | \
3053 'mkdir (coreutils) '* | \
3054 'mkdir (fileutils) '4.1*)
3055 ac_cv_path_mkdir
=$as_dir/$ac_prog$ac_exec_ext
3065 test -d .
/--version && rmdir .
/--version
3066 if test "${ac_cv_path_mkdir+set}" = set; then
3067 MKDIR_P
="$ac_cv_path_mkdir -p"
3069 # As a last resort, use the slow shell script. Don't cache a
3070 # value for MKDIR_P within a source directory, because that will
3071 # break other packages using the cache if that directory is
3072 # removed, or if the value is a relative name.
3073 MKDIR_P
="$ac_install_sh -d"
3076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3077 $as_echo "$MKDIR_P" >&6; }
3079 for ac_prog
in gawk mawk nawk
awk
3081 # Extract the first word of "$ac_prog", so it can be a program name with args.
3082 set dummy
$ac_prog; ac_word
=$2
3083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3084 $as_echo_n "checking for $ac_word... " >&6; }
3085 if ${ac_cv_prog_AWK+:} false
; then :
3086 $as_echo_n "(cached) " >&6
3088 if test -n "$AWK"; then
3089 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
3091 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3095 test -z "$as_dir" && as_dir
=.
3096 for ac_exec_ext
in '' $ac_executable_extensions; do
3097 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3098 ac_cv_prog_AWK
="$ac_prog"
3099 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3109 if test -n "$AWK"; then
3110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3111 $as_echo "$AWK" >&6; }
3113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3114 $as_echo "no" >&6; }
3118 test -n "$AWK" && break
3121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3122 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3124 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3125 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3126 $as_echo_n "(cached) " >&6
3128 cat >conftest.
make <<\_ACEOF
3131 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3133 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3134 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3136 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3138 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3142 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3144 $as_echo "yes" >&6; }
3147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3148 $as_echo "no" >&6; }
3149 SET_MAKE
="MAKE=${MAKE-make}"
3152 rm -rf .tst
2>/dev
/null
3153 mkdir .tst
2>/dev
/null
3154 if test -d .tst
; then
3159 rmdir .tst
2>/dev
/null
3161 # Check whether --enable-silent-rules was given.
3162 if test "${enable_silent_rules+set}" = set; then :
3163 enableval
=$enable_silent_rules;
3166 case $enable_silent_rules in # (((
3167 yes) AM_DEFAULT_VERBOSITY
=0;;
3168 no
) AM_DEFAULT_VERBOSITY
=1;;
3169 *) AM_DEFAULT_VERBOSITY
=1;;
3171 am_make
=${MAKE-make}
3172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3173 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3174 if ${am_cv_make_support_nested_variables+:} false
; then :
3175 $as_echo_n "(cached) " >&6
3177 if $as_echo 'TRUE=$(BAR$(V))
3183 .PHONY: am__doit' |
$am_make -f - >/dev
/null
2>&1; then
3184 am_cv_make_support_nested_variables
=yes
3186 am_cv_make_support_nested_variables
=no
3189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3190 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3191 if test $am_cv_make_support_nested_variables = yes; then
3193 AM_DEFAULT_V
='$(AM_DEFAULT_VERBOSITY)'
3195 AM_V
=$AM_DEFAULT_VERBOSITY
3196 AM_DEFAULT_V
=$AM_DEFAULT_VERBOSITY
3200 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3201 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3202 # is not polluted with repeated "-I."
3203 am__isrc
=' -I$(srcdir)'
3204 # test to see if srcdir already configured
3205 if test -f $srcdir/config.status
; then
3206 as_fn_error $?
"source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3210 # test whether we have cygpath
3211 if test -z "$CYGPATH_W"; then
3212 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
3213 CYGPATH_W
='cygpath -w'
3220 # Define the identity of the package.
3225 cat >>confdefs.h
<<_ACEOF
3226 #define PACKAGE "$PACKAGE"
3230 cat >>confdefs.h
<<_ACEOF
3231 #define VERSION "$VERSION"
3234 # Some tools Automake needs.
3236 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3239 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
3242 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3245 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
3248 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
3250 # For better backward compatibility. To be removed once Automake 1.9.x
3251 # dies out for good. For more background, see:
3252 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3253 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3254 mkdir_p
='$(MKDIR_P)'
3256 # We need awk for the "check" target (and possibly the TAP driver). The
3257 # system "awk" is bad on some platforms.
3258 # Always define AMTAR for backward compatibility. Yes, it's still used
3259 # in the wild :-( We should find a proper way to deprecate it ...
3263 # We'll loop over all known methods to create a tar archive until one works.
3264 _am_tools
='gnutar pax cpio none'
3266 am__tar
='$${TAR-tar} chof - "$$tardir"' am__untar
='$${TAR-tar} xf -'
3273 # POSIX will say in a future version that running "rm -f" with no argument
3274 # is OK; and we want to be able to make that assumption in our Makefile
3275 # recipes. So use an aggressive probe to check that the usage we want is
3276 # actually supported "in the wild" to an acceptable degree.
3277 # See automake bug#10828.
3278 # To make any issue more visible, cause the running configure to be aborted
3279 # by default if the 'rm' program in use doesn't match our expectations; the
3280 # user can still override this though.
3281 if rm -f && rm -fr && rm -rf; then : OK
; else
3285 Your 'rm' program seems unable to run without file operands specified
3286 on the command line, even when the '-f' option is present. This is contrary
3287 to the behaviour of most rm programs out there, and not conforming with
3288 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3290 Please tell bug-automake@gnu.org about your system, including the value
3291 of your $PATH and any error possibly output before this message. This
3292 can help us improve future automake versions.
3295 if test x
"$ACCEPT_INFERIOR_RM_PROGRAM" = x
"yes"; then
3296 echo 'Configuration will proceed anyway, since you have set the' >&2
3297 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3301 Aborting the configuration process, to ensure you take notice of the issue.
3303 You can download and install GNU coreutils to get an 'rm' implementation
3304 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3306 If you want to complete the configuration process using your problematic
3307 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3308 to "yes", and re-run configure.
3311 as_fn_error $?
"Your 'rm' program is bad, sorry." "$LINENO" 5
3315 # Default to --enable-multilib
3316 # Check whether --enable-multilib was given.
3317 if test "${enable_multilib+set}" = set; then :
3318 enableval
=$enable_multilib; case "$enableval" in
3319 yes) multilib
=yes ;;
3321 *) as_fn_error $?
"bad value $enableval for multilib option" "$LINENO" 5 ;;
3328 # We may get other options which we leave undocumented:
3329 # --with-target-subdir, --with-multisrctop, --with-multisubdir
3330 # See config-ml.in if you want the gory details.
3332 if test "$srcdir" = "."; then
3333 if test "$with_target_subdir" != "."; then
3334 multi_basedir
="$srcdir/$with_multisrctop../.."
3336 multi_basedir
="$srcdir/$with_multisrctop.."
3339 multi_basedir
="$srcdir/.."
3343 # Even if the default multilib is not a cross compilation,
3344 # it may be that some of the other multilibs are.
3345 if test $cross_compiling = no
&& test $multilib = yes \
3346 && test "x${with_multisubdir}" != x
; then
3347 cross_compiling
=maybe
3350 ac_config_commands
="$ac_config_commands default-1"
3354 # Check whether --with-toolexeclibdir was given.
3355 if test "${with_toolexeclibdir+set}" = set; then :
3356 withval
=$with_toolexeclibdir; case ${with_toolexeclibdir} in
3360 with_toolexeclibdir
=`echo $with_toolexeclibdir | sed 's,/$,,'`
3364 with_toolexeclibdir
=no
3369 # Calculate toolexeclibdir
3370 # Also toolexecdir, though it's only used in toolexeclibdir
3371 case ${enable_version_specific_runtime_libs} in
3373 # Need the gcc compiler version to know where to install libraries
3374 # and header files if --enable-version-specific-runtime-libs option
3376 toolexecdir
='$(libdir)/gcc/$(target_alias)'
3377 toolexeclibdir
='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
3380 if test -n "$with_cross_host" &&
3381 test x
"$with_cross_host" != x
"no"; then
3382 # Install a library built with a cross compiler in tooldir, not libdir.
3383 toolexecdir
='$(exec_prefix)/$(target_alias)'
3384 case ${with_toolexeclibdir} in
3386 toolexeclibdir
='$(toolexecdir)/lib'
3389 toolexeclibdir
=${with_toolexeclibdir}
3393 toolexecdir
='$(libdir)/gcc-lib/$(target_alias)'
3394 toolexeclibdir
='$(libdir)'
3396 multi_os_directory
=`$CC -print-multi-os-directory`
3397 case $multi_os_directory in
3398 .
) ;; # Avoid trailing /.
3399 *) toolexeclibdir
=$toolexeclibdir/$multi_os_directory ;;
3406 # Check the compiler.
3407 # The same as in boehm-gc and libstdc++. Have to borrow it from there.
3408 # We must force CC to /not/ be precious variables; otherwise
3409 # the wrong, non-multilib-adjusted value will be used in multilibs.
3410 # As a side effect, we have to subst CFLAGS ourselves.
3415 ac_cpp
='$CPP $CPPFLAGS'
3416 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3417 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3418 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3419 if test -n "$ac_tool_prefix"; then
3420 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3421 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3423 $as_echo_n "checking for $ac_word... " >&6; }
3424 if ${ac_cv_prog_CC+:} false
; then :
3425 $as_echo_n "(cached) " >&6
3427 if test -n "$CC"; then
3428 ac_cv_prog_CC
="$CC" # Let the user override the test.
3430 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3434 test -z "$as_dir" && as_dir
=.
3435 for ac_exec_ext
in '' $ac_executable_extensions; do
3436 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3437 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3438 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3448 if test -n "$CC"; then
3449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3450 $as_echo "$CC" >&6; }
3452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3453 $as_echo "no" >&6; }
3458 if test -z "$ac_cv_prog_CC"; then
3460 # Extract the first word of "gcc", so it can be a program name with args.
3461 set dummy gcc
; ac_word
=$2
3462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3463 $as_echo_n "checking for $ac_word... " >&6; }
3464 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3465 $as_echo_n "(cached) " >&6
3467 if test -n "$ac_ct_CC"; then
3468 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3470 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3474 test -z "$as_dir" && as_dir
=.
3475 for ac_exec_ext
in '' $ac_executable_extensions; do
3476 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3477 ac_cv_prog_ac_ct_CC
="gcc"
3478 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3487 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3488 if test -n "$ac_ct_CC"; then
3489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3490 $as_echo "$ac_ct_CC" >&6; }
3492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3493 $as_echo "no" >&6; }
3496 if test "x$ac_ct_CC" = x
; then
3499 case $cross_compiling:$ac_tool_warned in
3501 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3502 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3503 ac_tool_warned
=yes ;;
3511 if test -z "$CC"; then
3512 if test -n "$ac_tool_prefix"; then
3513 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3514 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3516 $as_echo_n "checking for $ac_word... " >&6; }
3517 if ${ac_cv_prog_CC+:} false
; then :
3518 $as_echo_n "(cached) " >&6
3520 if test -n "$CC"; then
3521 ac_cv_prog_CC
="$CC" # Let the user override the test.
3523 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3527 test -z "$as_dir" && as_dir
=.
3528 for ac_exec_ext
in '' $ac_executable_extensions; do
3529 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3530 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3531 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3541 if test -n "$CC"; then
3542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3543 $as_echo "$CC" >&6; }
3545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3546 $as_echo "no" >&6; }
3552 if test -z "$CC"; then
3553 # Extract the first word of "cc", so it can be a program name with args.
3554 set dummy cc
; ac_word
=$2
3555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3556 $as_echo_n "checking for $ac_word... " >&6; }
3557 if ${ac_cv_prog_CC+:} false
; then :
3558 $as_echo_n "(cached) " >&6
3560 if test -n "$CC"; then
3561 ac_cv_prog_CC
="$CC" # Let the user override the test.
3564 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3568 test -z "$as_dir" && as_dir
=.
3569 for ac_exec_ext
in '' $ac_executable_extensions; do
3570 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3571 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3572 ac_prog_rejected
=yes
3576 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3583 if test $ac_prog_rejected = yes; then
3584 # We found a bogon in the path, so make sure we never use it.
3585 set dummy
$ac_cv_prog_CC
3587 if test $# != 0; then
3588 # We chose a different compiler from the bogus one.
3589 # However, it has the same basename, so the bogon will be chosen
3590 # first if we set CC to just the basename; use the full file name.
3592 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3598 if test -n "$CC"; then
3599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3600 $as_echo "$CC" >&6; }
3602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3603 $as_echo "no" >&6; }
3608 if test -z "$CC"; then
3609 if test -n "$ac_tool_prefix"; then
3610 for ac_prog
in cl.exe
3612 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3613 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3615 $as_echo_n "checking for $ac_word... " >&6; }
3616 if ${ac_cv_prog_CC+:} false
; then :
3617 $as_echo_n "(cached) " >&6
3619 if test -n "$CC"; then
3620 ac_cv_prog_CC
="$CC" # Let the user override the test.
3622 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3626 test -z "$as_dir" && as_dir
=.
3627 for ac_exec_ext
in '' $ac_executable_extensions; do
3628 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3629 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3630 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3640 if test -n "$CC"; then
3641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3642 $as_echo "$CC" >&6; }
3644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3645 $as_echo "no" >&6; }
3649 test -n "$CC" && break
3652 if test -z "$CC"; then
3654 for ac_prog
in cl.exe
3656 # Extract the first word of "$ac_prog", so it can be a program name with args.
3657 set dummy
$ac_prog; ac_word
=$2
3658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3659 $as_echo_n "checking for $ac_word... " >&6; }
3660 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3661 $as_echo_n "(cached) " >&6
3663 if test -n "$ac_ct_CC"; then
3664 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3666 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3670 test -z "$as_dir" && as_dir
=.
3671 for ac_exec_ext
in '' $ac_executable_extensions; do
3672 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3673 ac_cv_prog_ac_ct_CC
="$ac_prog"
3674 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3683 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3684 if test -n "$ac_ct_CC"; then
3685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3686 $as_echo "$ac_ct_CC" >&6; }
3688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3689 $as_echo "no" >&6; }
3693 test -n "$ac_ct_CC" && break
3696 if test "x$ac_ct_CC" = x
; then
3699 case $cross_compiling:$ac_tool_warned in
3701 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3702 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3703 ac_tool_warned
=yes ;;
3712 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3713 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3714 as_fn_error $?
"no acceptable C compiler found in \$PATH
3715 See \`config.log' for more details" "$LINENO" 5; }
3717 # Provide some information about the compiler.
3718 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3721 for ac_option
in --version -v -V -qversion; do
3722 { { ac_try
="$ac_compiler $ac_option >&5"
3724 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3725 *) ac_try_echo=$ac_try;;
3727 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3728 $as_echo "$ac_try_echo"; } >&5
3729 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3731 if test -s conftest.err; then
3733 ... rest of stderr output deleted ...
3734 10q' conftest.err >conftest.er1
3735 cat conftest.er1 >&5
3737 rm -f conftest.er1 conftest.err
3738 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3739 test $ac_status = 0; }
3742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3743 /* end confdefs.h. */
3753 ac_clean_files_save=$ac_clean_files
3754 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3755 # Try to create an executable without -o first, disregard a.out.
3756 # It will help us diagnose broken compilers, and finding out an intuition
3758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3759 $as_echo_n "checking whether the C compiler works... " >&6; }
3760 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
3762 # The possible output files:
3763 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3766 for ac_file in $ac_files
3769 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3770 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3775 if { { ac_try="$ac_link_default"
3777 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3778 *) ac_try_echo
=$ac_try;;
3780 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3781 $as_echo "$ac_try_echo"; } >&5
3782 (eval "$ac_link_default") 2>&5
3784 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3785 test $ac_status = 0; }; then :
3786 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3787 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3788 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3789 # so that the user can short-circuit this test for compilers unknown to
3791 for ac_file
in $ac_files ''
3793 test -f "$ac_file" ||
continue
3795 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
3798 # We found the default executable, but exeext='' is most
3802 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
3804 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3806 # We set ac_cv_exeext here because the later test for it is not
3807 # safe: cross compilers may not add the suffix if given an `-o'
3808 # argument, so we may need to know it at that point already.
3809 # Even if this section looks crufty: it has the advantage of
3816 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
3821 if test -z "$ac_file"; then :
3822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3823 $as_echo "no" >&6; }
3824 $as_echo "$as_me: failed program was:" >&5
3825 sed 's/^/| /' conftest.
$ac_ext >&5
3827 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3828 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3829 as_fn_error
77 "C compiler cannot create executables
3830 See \`config.log' for more details" "$LINENO" 5; }
3832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3833 $as_echo "yes" >&6; }
3835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3836 $as_echo_n "checking for C compiler default output file name... " >&6; }
3837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3838 $as_echo "$ac_file" >&6; }
3839 ac_exeext
=$ac_cv_exeext
3841 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
3842 ac_clean_files
=$ac_clean_files_save
3843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3844 $as_echo_n "checking for suffix of executables... " >&6; }
3845 if { { ac_try
="$ac_link"
3847 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3848 *) ac_try_echo=$ac_try;;
3850 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3851 $as_echo "$ac_try_echo"; } >&5
3852 (eval "$ac_link") 2>&5
3854 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3855 test $ac_status = 0; }; then :
3856 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
3857 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
3858 # work properly (i.e., refer to `conftest.exe'), while it won't with
3860 for ac_file
in conftest.exe conftest conftest.
*; do
3861 test -f "$ac_file" ||
continue
3863 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
3864 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3870 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3871 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3872 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
3873 See \`config.log' for more details" "$LINENO" 5; }
3875 rm -f conftest conftest
$ac_cv_exeext
3876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3877 $as_echo "$ac_cv_exeext" >&6; }
3879 rm -f conftest.
$ac_ext
3880 EXEEXT
=$ac_cv_exeext
3882 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3883 /* end confdefs.h. */
3888 FILE *f = fopen ("conftest.out", "w");
3889 return ferror (f) || fclose (f) != 0;
3895 ac_clean_files
="$ac_clean_files conftest.out"
3896 # Check that the compiler produces executables we can run. If not, either
3897 # the compiler is broken, or we cross compile.
3898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3899 $as_echo_n "checking whether we are cross compiling... " >&6; }
3900 if test "$cross_compiling" != yes; then
3901 { { ac_try
="$ac_link"
3903 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3904 *) ac_try_echo=$ac_try;;
3906 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3907 $as_echo "$ac_try_echo"; } >&5
3908 (eval "$ac_link") 2>&5
3910 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3911 test $ac_status = 0; }
3912 if { ac_try='./conftest$ac_cv_exeext'
3913 { { case "(($ac_try" in
3914 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3915 *) ac_try_echo
=$ac_try;;
3917 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3918 $as_echo "$ac_try_echo"; } >&5
3919 (eval "$ac_try") 2>&5
3921 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3922 test $ac_status = 0; }; }; then
3925 if test "$cross_compiling" = maybe
; then
3928 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3929 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3930 as_fn_error $?
"cannot run C compiled programs.
3931 If you meant to cross compile, use \`--host'.
3932 See \`config.log' for more details" "$LINENO" 5; }
3936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3937 $as_echo "$cross_compiling" >&6; }
3939 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
3940 ac_clean_files
=$ac_clean_files_save
3941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3942 $as_echo_n "checking for suffix of object files... " >&6; }
3943 if ${ac_cv_objext+:} false
; then :
3944 $as_echo_n "(cached) " >&6
3946 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3947 /* end confdefs.h. */
3957 rm -f conftest.o conftest.obj
3958 if { { ac_try
="$ac_compile"
3960 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3961 *) ac_try_echo=$ac_try;;
3963 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3964 $as_echo "$ac_try_echo"; } >&5
3965 (eval "$ac_compile") 2>&5
3967 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3968 test $ac_status = 0; }; then :
3969 for ac_file in conftest.o conftest.obj conftest.*; do
3970 test -f "$ac_file" || continue;
3972 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3973 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3978 $as_echo "$as_me: failed program was:" >&5
3979 sed 's/^/| /' conftest.$ac_ext >&5
3981 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3982 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3983 as_fn_error $? "cannot compute suffix of object files
: cannot compile
3984 See \
`config.log' for more details" "$LINENO" 5; }
3986 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3989 $as_echo "$ac_cv_objext" >&6; }
3990 OBJEXT=$ac_cv_objext
3992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3993 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3994 if ${ac_cv_c_compiler_gnu+:} false; then :
3995 $as_echo_n "(cached) " >&6
3997 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3998 /* end confdefs.h. */
4011 if ac_fn_c_try_compile "$LINENO"; then :
4016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4017 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4021 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4022 if test $ac_compiler_gnu = yes; then
4027 ac_test_CFLAGS=${CFLAGS+set}
4028 ac_save_CFLAGS=$CFLAGS
4029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4030 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4031 if ${ac_cv_prog_cc_g+:} false; then :
4032 $as_echo_n "(cached) " >&6
4034 ac_save_c_werror_flag=$ac_c_werror_flag
4035 ac_c_werror_flag=yes
4038 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4039 /* end confdefs.h. */
4049 if ac_fn_c_try_compile "$LINENO"; then :
4053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4054 /* end confdefs.h. */
4064 if ac_fn_c_try_compile "$LINENO"; then :
4067 ac_c_werror_flag=$ac_save_c_werror_flag
4069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4070 /* end confdefs.h. */
4080 if ac_fn_c_try_compile "$LINENO"; then :
4083 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4088 ac_c_werror_flag=$ac_save_c_werror_flag
4090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4091 $as_echo "$ac_cv_prog_cc_g" >&6; }
4092 if test "$ac_test_CFLAGS" = set; then
4093 CFLAGS=$ac_save_CFLAGS
4094 elif test $ac_cv_prog_cc_g = yes; then
4095 if test "$GCC" = yes; then
4101 if test "$GCC" = yes; then
4107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4108 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4109 if ${ac_cv_prog_cc_c89+:} false; then :
4110 $as_echo_n "(cached) " >&6
4112 ac_cv_prog_cc_c89=no
4114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4115 /* end confdefs.h. */
4119 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4120 struct buf { int x; };
4121 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4122 static char *e (p, i)
4128 static char *f (char * (*g) (char **, int), char **p, ...)
4133 s = g (p, va_arg (v,int));
4138 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4139 function prototypes and stuff, but not '\xHH' hex character constants.
4140 These don't provoke an error unfortunately, instead are silently treated
4141 as 'x'. The following induces an error, until -std is added to get
4142 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4143 array size at least. It's necessary to write '\x00'==0 to get something
4144 that's true only with -std. */
4145 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4147 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4148 inside strings and character constants. */
4150 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4152 int test (int i, double x);
4153 struct s1 {int (*f) (int a);};
4154 struct s2 {int (*f) (double a);};
4155 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4161 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4166 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4167 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4169 CC="$ac_save_CC $ac_arg"
4170 if ac_fn_c_try_compile "$LINENO"; then :
4171 ac_cv_prog_cc_c89=$ac_arg
4173 rm -f core conftest.err conftest.$ac_objext
4174 test "x$ac_cv_prog_cc_c89" != "xno" && break
4176 rm -f conftest.$ac_ext
4181 case "x$ac_cv_prog_cc_c89" in
4183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4184 $as_echo "none needed" >&6; } ;;
4186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4187 $as_echo "unsupported" >&6; } ;;
4189 CC="$CC $ac_cv_prog_cc_c89"
4190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4191 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4193 if test "x$ac_cv_prog_cc_c89" != xno; then :
4198 ac_cpp='$CPP $CPPFLAGS'
4199 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4200 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4201 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4204 ac_cpp='$CPP $CPPFLAGS'
4205 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4206 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4207 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4209 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4210 if ${am_cv_prog_cc_c_o+:} false; then :
4211 $as_echo_n "(cached) " >&6
4213 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4214 /* end confdefs.h. */
4224 # Make sure it works both with $CC and with simple cc.
4225 # Following AC_PROG_CC_C_O, we do the test twice because some
4226 # compilers refuse to overwrite an existing .o file with -o,
4227 # though they will create one.
4228 am_cv_prog_cc_c_o=yes
4230 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4231 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4234 (exit $ac_status); } \
4235 && test -f conftest2.$ac_objext; then
4238 am_cv_prog_cc_c_o=no
4242 rm -f core conftest*
4245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4246 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4247 if test "$am_cv_prog_cc_c_o" != yes; then
4248 # Losing compiler, so override with the script.
4249 # FIXME: It is wrong to rewrite CC.
4250 # But if we don't then we get into trouble of one sort or another.
4251 # A longer-term fix would be to have automake use am__CC in this case,
4252 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4253 CC="$am_aux_dir/compile $CC"
4256 ac_cpp='$CPP $CPPFLAGS'
4257 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4258 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4259 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4261 DEPDIR="${am__leading_dot}deps"
4263 ac_config_commands="$ac_config_commands depfiles"
4266 am_make=${MAKE-make}
4267 cat > confinc << 'END'
4269 @echo this is the am__doit target
4272 # If we don't find an include directive, just comment out the code.
4273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4274 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4278 # First try GNU make style include.
4279 echo "include confinc" > confmf
4280 # Ignore all kinds of additional output from 'make'.
4281 case `$am_make -s -f confmf
2> /dev
/null
` in #(
4282 *the\ am__doit\ target*)
4288 # Now try BSD make style include.
4289 if test "$am__include" = "#"; then
4290 echo '.include "confinc"' > confmf
4291 case `$am_make -s -f confmf
2> /dev
/null
` in #(
4292 *the\ am__doit\ target*)
4293 am__include=.include
4301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4302 $as_echo "$_am_result" >&6; }
4303 rm -f confinc confmf
4305 # Check whether --enable-dependency-tracking was given.
4306 if test "${enable_dependency_tracking+set}" = set; then :
4307 enableval=$enable_dependency_tracking;
4310 if test "x$enable_dependency_tracking" != xno; then
4311 am_depcomp="$ac_aux_dir/depcomp"
4315 if test "x$enable_dependency_tracking" != xno; then
4325 depcc="$CC" am_compiler_list=
4327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4328 $as_echo_n "checking dependency style of $depcc... " >&6; }
4329 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4330 $as_echo_n "(cached) " >&6
4332 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4333 # We make a subdir and do the tests there. Otherwise we can end up
4334 # making bogus files that we don't know about and never remove. For
4335 # instance it was reported that on HP-UX the gcc test will end up
4336 # making a dummy file named 'D' -- because '-MD' means "put the output
4340 # Copy depcomp to subdir because otherwise we won't find it if we're
4341 # using a relative directory.
4342 cp "$am_depcomp" conftest.dir
4344 # We will build objects and dependencies in a subdirectory because
4345 # it helps to detect inapplicable dependency modes. For instance
4346 # both Tru64's cc and ICC support -MD to output dependencies as a
4347 # side effect of compilation, but ICC will put the dependencies in
4348 # the current directory while Tru64 will put them in the object
4352 am_cv_CC_dependencies_compiler_type=none
4353 if test "$am_compiler_list" = ""; then
4354 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < .
/depcomp
`
4357 case " $depcc " in #(
4358 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4361 for depmode in $am_compiler_list; do
4362 # Setup a source with many dependencies, because some compilers
4363 # like to wrap large dependency lists on column 80 (with \), and
4364 # we should not choose a depcomp mode which is confused by this.
4366 # We need to recreate these files for each test, as the compiler may
4367 # overwrite some of them when testing with obscure command lines.
4368 # This happens at least with the AIX C compiler.
4370 for i in 1 2 3 4 5 6; do
4371 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4372 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4373 # Solaris 10 /bin/sh.
4374 echo '/* dummy */' > sub/conftst$i.h
4376 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4378 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4379 # mode. It turns out that the SunPro C++ compiler does not properly
4380 # handle '-M -o', and we need to detect this. Also, some Intel
4381 # versions had trouble with output in subdirs.
4382 am__obj=sub/conftest.${OBJEXT-o}
4383 am__minus_obj="-o $am__obj"
4386 # This depmode causes a compiler race in universal mode.
4387 test "$am__universal" = false || continue
4390 # After this tag, mechanisms are not by side-effect, so they'll
4391 # only be used when explicitly requested.
4392 if test "x$enable_dependency_tracking" = xyes; then
4398 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4399 # This compiler won't grok '-c -o', but also, the minuso test has
4400 # not run yet. These depmodes are late enough in the game, and
4401 # so weak that their functioning should not be impacted.
4402 am__obj=conftest.${OBJEXT-o}
4407 if depmode=$depmode \
4408 source=sub/conftest.c object=$am__obj \
4409 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4410 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4411 >/dev/null 2>conftest.err &&
4412 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4413 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4414 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4415 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4416 # icc doesn't choke on unknown options, it will just issue warnings
4417 # or remarks (even with -Werror). So we grep stderr for any message
4418 # that says an option was ignored or not supported.
4419 # When given -MP, icc 7.0 and 7.1 complain thusly:
4420 # icc: Command line warning: ignoring option '-M'; no argument required
4421 # The diagnosis changed in icc 8.0:
4422 # icc: Command line remark: option '-MP' not supported
4423 if (grep 'ignoring option' conftest.err ||
4424 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4425 am_cv_CC_dependencies_compiler_type=$depmode
4434 am_cv_CC_dependencies_compiler_type=none
4438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4439 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4440 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4443 test "x$enable_dependency_tracking" != xno \
4444 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4446 am__fastdepCC_FALSE='#'
4448 am__fastdepCC_TRUE='#'
4449 am__fastdepCC_FALSE=
4453 # By default we simply use the C compiler to build assembly code.
4455 test "${CCAS+set}" = set || CCAS=$CC
4456 test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
4460 depcc="$CCAS" am_compiler_list=
4462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4463 $as_echo_n "checking dependency style of $depcc... " >&6; }
4464 if ${am_cv_CCAS_dependencies_compiler_type+:} false; then :
4465 $as_echo_n "(cached) " >&6
4467 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4468 # We make a subdir and do the tests there. Otherwise we can end up
4469 # making bogus files that we don't know about and never remove. For
4470 # instance it was reported that on HP-UX the gcc test will end up
4471 # making a dummy file named 'D' -- because '-MD' means "put the output
4475 # Copy depcomp to subdir because otherwise we won't find it if we're
4476 # using a relative directory.
4477 cp "$am_depcomp" conftest.dir
4479 # We will build objects and dependencies in a subdirectory because
4480 # it helps to detect inapplicable dependency modes. For instance
4481 # both Tru64's cc and ICC support -MD to output dependencies as a
4482 # side effect of compilation, but ICC will put the dependencies in
4483 # the current directory while Tru64 will put them in the object
4487 am_cv_CCAS_dependencies_compiler_type=none
4488 if test "$am_compiler_list" = ""; then
4489 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < .
/depcomp
`
4494 for depmode in $am_compiler_list; do
4495 # Setup a source with many dependencies, because some compilers
4496 # like to wrap large dependency lists on column 80 (with \), and
4497 # we should not choose a depcomp mode which is confused by this.
4499 # We need to recreate these files for each test, as the compiler may
4500 # overwrite some of them when testing with obscure command lines.
4501 # This happens at least with the AIX C compiler.
4503 for i in 1 2 3 4 5 6; do
4504 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4505 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4506 # Solaris 10 /bin/sh.
4507 echo '/* dummy */' > sub/conftst$i.h
4509 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4511 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4512 # mode. It turns out that the SunPro C++ compiler does not properly
4513 # handle '-M -o', and we need to detect this. Also, some Intel
4514 # versions had trouble with output in subdirs.
4515 am__obj=sub/conftest.${OBJEXT-o}
4516 am__minus_obj="-o $am__obj"
4519 # This depmode causes a compiler race in universal mode.
4520 test "$am__universal" = false || continue
4523 # After this tag, mechanisms are not by side-effect, so they'll
4524 # only be used when explicitly requested.
4525 if test "x$enable_dependency_tracking" = xyes; then
4531 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4532 # This compiler won't grok '-c -o', but also, the minuso test has
4533 # not run yet. These depmodes are late enough in the game, and
4534 # so weak that their functioning should not be impacted.
4535 am__obj=conftest.${OBJEXT-o}
4540 if depmode=$depmode \
4541 source=sub/conftest.c object=$am__obj \
4542 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4543 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4544 >/dev/null 2>conftest.err &&
4545 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4546 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4547 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4548 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4549 # icc doesn't choke on unknown options, it will just issue warnings
4550 # or remarks (even with -Werror). So we grep stderr for any message
4551 # that says an option was ignored or not supported.
4552 # When given -MP, icc 7.0 and 7.1 complain thusly:
4553 # icc: Command line warning: ignoring option '-M'; no argument required
4554 # The diagnosis changed in icc 8.0:
4555 # icc: Command line remark: option '-MP' not supported
4556 if (grep 'ignoring option' conftest.err ||
4557 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4558 am_cv_CCAS_dependencies_compiler_type=$depmode
4567 am_cv_CCAS_dependencies_compiler_type=none
4571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CCAS_dependencies_compiler_type" >&5
4572 $as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; }
4573 CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type
4576 test "x$enable_dependency_tracking" != xno \
4577 && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then
4578 am__fastdepCCAS_TRUE=
4579 am__fastdepCCAS_FALSE='#'
4581 am__fastdepCCAS_TRUE='#'
4582 am__fastdepCCAS_FALSE=
4590 # In order to override CFLAGS_FOR_TARGET, all of our special flags go
4591 # in XCFLAGS. But we need them in CFLAGS during configury. So put them
4592 # in both places for now and restore CFLAGS at the end of config.
4593 save_CFLAGS="$CFLAGS"
4595 # Find other programs we need.
4596 if test -n "$ac_tool_prefix"; then
4597 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4598 set dummy ${ac_tool_prefix}ar; ac_word=$2
4599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4600 $as_echo_n "checking for $ac_word... " >&6; }
4601 if ${ac_cv_prog_AR+:} false; then :
4602 $as_echo_n "(cached) " >&6
4604 if test -n "$AR"; then
4605 ac_cv_prog_AR="$AR" # Let the user override the test.
4607 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4611 test -z "$as_dir" && as_dir=.
4612 for ac_exec_ext in '' $ac_executable_extensions; do
4613 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4614 ac_cv_prog_AR="${ac_tool_prefix}ar"
4615 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4625 if test -n "$AR"; then
4626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4627 $as_echo "$AR" >&6; }
4629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4630 $as_echo "no" >&6; }
4635 if test -z "$ac_cv_prog_AR"; then
4637 # Extract the first word of "ar", so it can be a program name with args.
4638 set dummy ar; ac_word=$2
4639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4640 $as_echo_n "checking for $ac_word... " >&6; }
4641 if ${ac_cv_prog_ac_ct_AR+:} false; then :
4642 $as_echo_n "(cached) " >&6
4644 if test -n "$ac_ct_AR"; then
4645 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4647 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4651 test -z "$as_dir" && as_dir=.
4652 for ac_exec_ext in '' $ac_executable_extensions; do
4653 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4654 ac_cv_prog_ac_ct_AR="ar"
4655 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4664 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4665 if test -n "$ac_ct_AR"; then
4666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4667 $as_echo "$ac_ct_AR" >&6; }
4669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4670 $as_echo "no" >&6; }
4673 if test "x$ac_ct_AR" = x; then
4676 case $cross_compiling:$ac_tool_warned in
4678 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4679 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4680 ac_tool_warned=yes ;;
4688 if test -n "$ac_tool_prefix"; then
4689 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
4690 set dummy ${ac_tool_prefix}nm; ac_word=$2
4691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4692 $as_echo_n "checking for $ac_word... " >&6; }
4693 if ${ac_cv_prog_NM+:} false; then :
4694 $as_echo_n "(cached) " >&6
4696 if test -n "$NM"; then
4697 ac_cv_prog_NM="$NM" # Let the user override the test.
4699 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4703 test -z "$as_dir" && as_dir=.
4704 for ac_exec_ext in '' $ac_executable_extensions; do
4705 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4706 ac_cv_prog_NM="${ac_tool_prefix}nm"
4707 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4717 if test -n "$NM"; then
4718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
4719 $as_echo "$NM" >&6; }
4721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4722 $as_echo "no" >&6; }
4727 if test -z "$ac_cv_prog_NM"; then
4729 # Extract the first word of "nm", so it can be a program name with args.
4730 set dummy nm; ac_word=$2
4731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4732 $as_echo_n "checking for $ac_word... " >&6; }
4733 if ${ac_cv_prog_ac_ct_NM+:} false; then :
4734 $as_echo_n "(cached) " >&6
4736 if test -n "$ac_ct_NM"; then
4737 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4739 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4743 test -z "$as_dir" && as_dir=.
4744 for ac_exec_ext in '' $ac_executable_extensions; do
4745 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4746 ac_cv_prog_ac_ct_NM="nm"
4747 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4756 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4757 if test -n "$ac_ct_NM"; then
4758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NM" >&5
4759 $as_echo "$ac_ct_NM" >&6; }
4761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4762 $as_echo "no" >&6; }
4765 if test "x$ac_ct_NM" = x; then
4768 case $cross_compiling:$ac_tool_warned in
4770 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4771 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4772 ac_tool_warned=yes ;;
4780 if test -n "$ac_tool_prefix"; then
4781 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4782 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4784 $as_echo_n "checking for $ac_word... " >&6; }
4785 if ${ac_cv_prog_RANLIB+:} false; then :
4786 $as_echo_n "(cached) " >&6
4788 if test -n "$RANLIB"; then
4789 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4791 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4795 test -z "$as_dir" && as_dir=.
4796 for ac_exec_ext in '' $ac_executable_extensions; do
4797 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4798 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4799 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4808 RANLIB=$ac_cv_prog_RANLIB
4809 if test -n "$RANLIB"; then
4810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4811 $as_echo "$RANLIB" >&6; }
4813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4814 $as_echo "no" >&6; }
4819 if test -z "$ac_cv_prog_RANLIB"; then
4820 ac_ct_RANLIB=$RANLIB
4821 # Extract the first word of "ranlib", so it can be a program name with args.
4822 set dummy ranlib; ac_word=$2
4823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4824 $as_echo_n "checking for $ac_word... " >&6; }
4825 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
4826 $as_echo_n "(cached) " >&6
4828 if test -n "$ac_ct_RANLIB"; then
4829 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4831 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4835 test -z "$as_dir" && as_dir=.
4836 for ac_exec_ext in '' $ac_executable_extensions; do
4837 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4838 ac_cv_prog_ac_ct_RANLIB="ranlib"
4839 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4848 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4849 if test -n "$ac_ct_RANLIB"; then
4850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4851 $as_echo "$ac_ct_RANLIB" >&6; }
4853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4854 $as_echo "no" >&6; }
4857 if test "x$ac_ct_RANLIB" = x; then
4858 RANLIB="ranlib-not-found-in-path-error"
4860 case $cross_compiling:$ac_tool_warned in
4862 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4863 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4864 ac_tool_warned=yes ;;
4866 RANLIB=$ac_ct_RANLIB
4869 RANLIB="$ac_cv_prog_RANLIB"
4872 # Extract the first word of "perl", so it can be a program name with args.
4873 set dummy perl; ac_word=$2
4874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4875 $as_echo_n "checking for $ac_word... " >&6; }
4876 if ${ac_cv_path_PERL+:} false; then :
4877 $as_echo_n "(cached) " >&6
4881 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
4884 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4888 test -z "$as_dir" && as_dir=.
4889 for ac_exec_ext in '' $ac_executable_extensions; do
4890 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4891 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
4892 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4899 test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="perl-not-found-in-path-error"
4903 PERL=$ac_cv_path_PERL
4904 if test -n "$PERL"; then
4905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
4906 $as_echo "$PERL" >&6; }
4908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4909 $as_echo "no" >&6; }
4918 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\
`" >&5
4919 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\
`" >&2;} ;;
4924 macro_version='2.2.7a'
4925 macro_revision='1.3134'
4939 ltmain="$ac_aux_dir/ltmain.sh"
4941 # Backslashify metacharacters that are still active within
4942 # double-quoted strings.
4943 sed_quote_subst='s/\(["`$
\\]\
)/\\\
1/g
'
4945 # Same as above, but do not quote variable references.
4946 double_quote_subst='s
/\
(["`\\]\)/\\\1/g'
4948 # Sed substitution to delay expansion of an escaped shell variable in a
4949 # double_quote_subst'ed string.
4950 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4952 # Sed substitution to delay expansion of an escaped single quote.
4953 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4955 # Sed substitution to avoid accidental globbing in evaled expressions
4956 no_glob_subst='s/\*/\\\*/g'
4958 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4959 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4960 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print
strings" >&5
4963 $as_echo_n "checking how to print
strings...
" >&6; }
4964 # Test print first, because it will be a builtin if present.
4965 if test "X
`print -r -- -n 2>/dev/null`" = X-n && \
4966 test "X
`print -r -- $ECHO 2>/dev/null`" = "X
$ECHO"; then
4968 elif test "X
`printf %s $ECHO 2>/dev/null`" = "X
$ECHO"; then
4971 # Use this function as a fallback that always works.
4972 func_fallback_echo ()
4974 eval 'cat <<_LTECHO_EOF
4978 ECHO='func_fallback_echo'
4981 # func_echo_all arg...
4982 # Invoke $ECHO with all args, space-separated.
4989 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result
: printf" >&5
4990 $as_echo "printf" >&6; } ;;
4991 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result
: print
-r" >&5
4992 $as_echo "print
-r" >&6; } ;;
4993 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result
: cat" >&5
4994 $as_echo "cat" >&6; } ;;
5010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for a
sed that does not truncate output
" >&5
5011 $as_echo_n "checking
for a
sed that does not truncate output...
" >&6; }
5012 if ${ac_cv_path_SED+:} false; then :
5013 $as_echo_n "(cached
) " >&6
5015 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5016 for ac_i in 1 2 3 4 5 6 7; do
5017 ac_script="$ac_script$as_nl$ac_script"
5019 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5020 { ac_script=; unset ac_script;}
5021 if test -z "$SED"; then
5022 ac_path_SED_found=false
5023 # Loop through the user's path and test for each of PROGNAME-LIST
5024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5028 test -z "$as_dir" && as_dir=.
5029 for ac_prog in sed gsed; do
5030 for ac_exec_ext in '' $ac_executable_extensions; do
5031 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5032 as_fn_executable_p "$ac_path_SED" || continue
5033 # Check for GNU ac_path_SED and select it if it is found.
5034 # Check for GNU $ac_path_SED
5035 case `"$ac_path_SED" --version 2>&1` in
5037 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5040 $as_echo_n 0123456789 >"conftest.
in"
5043 cat "conftest.
in" "conftest.
in" >"conftest.tmp
"
5044 mv "conftest.tmp
" "conftest.
in"
5045 cp "conftest.
in" "conftest.
nl"
5046 $as_echo '' >> "conftest.
nl"
5047 "$ac_path_SED" -f conftest.sed < "conftest.
nl" >"conftest.out
" 2>/dev/null || break
5048 diff "conftest.out
" "conftest.
nl" >/dev/null 2>&1 || break
5049 as_fn_arith $ac_count + 1 && ac_count=$as_val
5050 if test $ac_count -gt ${ac_path_SED_max-0}; then
5051 # Best one so far, save it but keep looking for a better one
5052 ac_cv_path_SED="$ac_path_SED"
5053 ac_path_SED_max=$ac_count
5055 # 10*(2^10) chars as input seems more than enough
5056 test $ac_count -gt 10 && break
5058 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5061 $ac_path_SED_found && break 3
5066 if test -z "$ac_cv_path_SED"; then
5067 as_fn_error $? "no acceptable
sed could be found
in \
$PATH" "$LINENO" 5
5074 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_SED" >&5
5075 $as_echo "$ac_cv_path_SED" >&6; }
5076 SED="$ac_cv_path_SED"
5079 test -z "$SED" && SED=sed
5080 Xsed="$SED -e 1s
/^X
//"
5092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for grep that handles long lines and
-e" >&5
5093 $as_echo_n "checking
for grep that handles long lines and
-e...
" >&6; }
5094 if ${ac_cv_path_GREP+:} false; then :
5095 $as_echo_n "(cached
) " >&6
5097 if test -z "$GREP"; then
5098 ac_path_GREP_found=false
5099 # Loop through the user's path and test for each of PROGNAME-LIST
5100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5101 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5104 test -z "$as_dir" && as_dir=.
5105 for ac_prog in grep ggrep; do
5106 for ac_exec_ext in '' $ac_executable_extensions; do
5107 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5108 as_fn_executable_p "$ac_path_GREP" || continue
5109 # Check for GNU ac_path_GREP and select it if it is found.
5110 # Check for GNU $ac_path_GREP
5111 case `"$ac_path_GREP" --version 2>&1` in
5113 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5116 $as_echo_n 0123456789 >"conftest.
in"
5119 cat "conftest.
in" "conftest.
in" >"conftest.tmp
"
5120 mv "conftest.tmp
" "conftest.
in"
5121 cp "conftest.
in" "conftest.
nl"
5122 $as_echo 'GREP' >> "conftest.
nl"
5123 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.
nl" >"conftest.out
" 2>/dev/null || break
5124 diff "conftest.out
" "conftest.
nl" >/dev/null 2>&1 || break
5125 as_fn_arith $ac_count + 1 && ac_count=$as_val
5126 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5127 # Best one so far, save it but keep looking for a better one
5128 ac_cv_path_GREP="$ac_path_GREP"
5129 ac_path_GREP_max=$ac_count
5131 # 10*(2^10) chars as input seems more than enough
5132 test $ac_count -gt 10 && break
5134 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5137 $ac_path_GREP_found && break 3
5142 if test -z "$ac_cv_path_GREP"; then
5143 as_fn_error $? "no acceptable
grep could be found
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
" "$LINENO" 5
5146 ac_cv_path_GREP=$GREP
5150 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_GREP" >&5
5151 $as_echo "$ac_cv_path_GREP" >&6; }
5152 GREP="$ac_cv_path_GREP"
5155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for egrep" >&5
5156 $as_echo_n "checking
for egrep...
" >&6; }
5157 if ${ac_cv_path_EGREP+:} false; then :
5158 $as_echo_n "(cached
) " >&6
5160 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5161 then ac_cv_path_EGREP="$GREP -E"
5163 if test -z "$EGREP"; then
5164 ac_path_EGREP_found=false
5165 # Loop through the user's path and test for each of PROGNAME-LIST
5166 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5167 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5170 test -z "$as_dir" && as_dir=.
5171 for ac_prog in egrep; do
5172 for ac_exec_ext in '' $ac_executable_extensions; do
5173 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5174 as_fn_executable_p "$ac_path_EGREP" || continue
5175 # Check for GNU ac_path_EGREP and select it if it is found.
5176 # Check for GNU $ac_path_EGREP
5177 case `"$ac_path_EGREP" --version 2>&1` in
5179 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5182 $as_echo_n 0123456789 >"conftest.
in"
5185 cat "conftest.
in" "conftest.
in" >"conftest.tmp
"
5186 mv "conftest.tmp
" "conftest.
in"
5187 cp "conftest.
in" "conftest.
nl"
5188 $as_echo 'EGREP' >> "conftest.
nl"
5189 "$ac_path_EGREP" 'EGREP$' < "conftest.
nl" >"conftest.out
" 2>/dev/null || break
5190 diff "conftest.out
" "conftest.
nl" >/dev/null 2>&1 || break
5191 as_fn_arith $ac_count + 1 && ac_count=$as_val
5192 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5193 # Best one so far, save it but keep looking for a better one
5194 ac_cv_path_EGREP="$ac_path_EGREP"
5195 ac_path_EGREP_max=$ac_count
5197 # 10*(2^10) chars as input seems more than enough
5198 test $ac_count -gt 10 && break
5200 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5203 $ac_path_EGREP_found && break 3
5208 if test -z "$ac_cv_path_EGREP"; then
5209 as_fn_error $? "no acceptable
egrep could be found
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
" "$LINENO" 5
5212 ac_cv_path_EGREP=$EGREP
5217 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_EGREP" >&5
5218 $as_echo "$ac_cv_path_EGREP" >&6; }
5219 EGREP="$ac_cv_path_EGREP"
5222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for fgrep
" >&5
5223 $as_echo_n "checking
for fgrep...
" >&6; }
5224 if ${ac_cv_path_FGREP+:} false; then :
5225 $as_echo_n "(cached
) " >&6
5227 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5228 then ac_cv_path_FGREP="$GREP -F"
5230 if test -z "$FGREP"; then
5231 ac_path_FGREP_found=false
5232 # Loop through the user's path and test for each of PROGNAME-LIST
5233 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5234 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5237 test -z "$as_dir" && as_dir=.
5238 for ac_prog in fgrep; do
5239 for ac_exec_ext in '' $ac_executable_extensions; do
5240 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5241 as_fn_executable_p "$ac_path_FGREP" || continue
5242 # Check for GNU ac_path_FGREP and select it if it is found.
5243 # Check for GNU $ac_path_FGREP
5244 case `"$ac_path_FGREP" --version 2>&1` in
5246 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5249 $as_echo_n 0123456789 >"conftest.
in"
5252 cat "conftest.
in" "conftest.
in" >"conftest.tmp
"
5253 mv "conftest.tmp
" "conftest.
in"
5254 cp "conftest.
in" "conftest.
nl"
5255 $as_echo 'FGREP' >> "conftest.
nl"
5256 "$ac_path_FGREP" FGREP < "conftest.
nl" >"conftest.out
" 2>/dev/null || break
5257 diff "conftest.out
" "conftest.
nl" >/dev/null 2>&1 || break
5258 as_fn_arith $ac_count + 1 && ac_count=$as_val
5259 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5260 # Best one so far, save it but keep looking for a better one
5261 ac_cv_path_FGREP="$ac_path_FGREP"
5262 ac_path_FGREP_max=$ac_count
5264 # 10*(2^10) chars as input seems more than enough
5265 test $ac_count -gt 10 && break
5267 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5270 $ac_path_FGREP_found && break 3
5275 if test -z "$ac_cv_path_FGREP"; then
5276 as_fn_error $? "no acceptable fgrep could be found
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
" "$LINENO" 5
5279 ac_cv_path_FGREP=$FGREP
5284 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_FGREP" >&5
5285 $as_echo "$ac_cv_path_FGREP" >&6; }
5286 FGREP="$ac_cv_path_FGREP"
5289 test -z "$GREP" && GREP=grep
5309 # Check whether --with-gnu-ld was given.
5310 if test "${with_gnu_ld+set}" = set; then :
5311 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5317 if test "$GCC" = yes; then
5318 # Check if gcc -print-prog-name=ld gives a path.
5319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ld used by
$CC" >&5
5320 $as_echo_n "checking
for ld used by
$CC...
" >&6; }
5323 # gcc leaves a trailing carriage return which upsets mingw
5324 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5326 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5329 # Accept absolute paths.
5331 re_direlt='/[^/][^/]*/\.\./'
5332 # Canonicalize the pathname of ld
5333 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5334 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5335 ac_prog=`$ECHO $ac_prog| $SED "s
%$re_direlt%/%"`
5337 test -z "$LD" && LD="$ac_prog"
5340 # If it fails, then pretend we aren't using GCC.
5344 # If it is relative, then search for the first ld in PATH.
5348 elif test "$with_gnu_ld" = yes; then
5349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for GNU ld
" >&5
5350 $as_echo_n "checking
for GNU ld...
" >&6; }
5352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for non-GNU ld
" >&5
5353 $as_echo_n "checking
for non-GNU ld...
" >&6; }
5355 if ${lt_cv_path_LD+:} false; then :
5356 $as_echo_n "(cached
) " >&6
5358 if test -z "$LD"; then
5359 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5360 for ac_dir in $PATH; do
5362 test -z "$ac_dir" && ac_dir=.
5363 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5364 lt_cv_path_LD="$ac_dir/$ac_prog"
5365 # Check to see if the program is GNU ld. I'd rather use --version,
5366 # but apparently some variants of GNU ld only accept -v.
5367 # Break only if it was the GNU/non-GNU ld that we prefer.
5368 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5369 *GNU* | *'with BFD'*)
5370 test "$with_gnu_ld" != no && break
5373 test "$with_gnu_ld" != yes && break
5380 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5385 if test -n "$LD"; then
5386 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
5387 $as_echo "$LD" >&6; }
5389 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5390 $as_echo "no
" >&6; }
5392 test -z "$LD" && as_fn_error $? "no acceptable ld found
in \
$PATH" "$LINENO" 5
5393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if the linker
($LD) is GNU ld
" >&5
5394 $as_echo_n "checking
if the linker
($LD) is GNU ld...
" >&6; }
5395 if ${lt_cv_prog_gnu_ld+:} false; then :
5396 $as_echo_n "(cached
) " >&6
5398 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5399 case `$LD -v 2>&1 </dev/null` in
5400 *GNU* | *'with BFD'*)
5401 lt_cv_prog_gnu_ld=yes
5404 lt_cv_prog_gnu_ld=no
5408 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_gnu_ld" >&5
5409 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5410 with_gnu_ld=$lt_cv_prog_gnu_ld
5420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for BSD- or MS-compatible name lister
(nm
)" >&5
5421 $as_echo_n "checking
for BSD- or MS-compatible name lister
(nm
)...
" >&6; }
5422 if ${lt_cv_path_NM+:} false; then :
5423 $as_echo_n "(cached
) " >&6
5425 if test -n "$NM"; then
5426 # Let the user override the test.
5429 lt_nm_to_check="${ac_tool_prefix}nm
"
5430 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5431 lt_nm_to_check="$lt_nm_to_check nm
"
5433 for lt_tmp_nm in $lt_nm_to_check; do
5434 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5435 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5437 test -z "$ac_dir" && ac_dir=.
5438 tmp_nm="$ac_dir/$lt_tmp_nm"
5439 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5440 # Check to see if the nm accepts a BSD-compat flag.
5441 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5442 # nm: unknown option "B
" ignored
5443 # Tru64's nm complains that /dev/null is an invalid object file
5444 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5445 */dev/null* | *'Invalid file or object type'*)
5446 lt_cv_path_NM="$tmp_nm -B"
5450 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5452 lt_cv_path_NM="$tmp_nm -p"
5456 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5457 continue # so that we can try to find one that supports BSD flags
5466 : ${lt_cv_path_NM=no}
5469 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_path_NM" >&5
5470 $as_echo "$lt_cv_path_NM" >&6; }
5471 if test "$lt_cv_path_NM" != "no
"; then
5474 # Didn't find any BSD compatible name lister, look for dumpbin.
5475 if test -n "$DUMPBIN"; then :
5476 # Let the user override the test.
5478 if test -n "$ac_tool_prefix"; then
5479 for ac_prog in dumpbin "link
-dump"
5481 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5482 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5484 $as_echo_n "checking
for $ac_word...
" >&6; }
5485 if ${ac_cv_prog_DUMPBIN+:} false; then :
5486 $as_echo_n "(cached
) " >&6
5488 if test -n "$DUMPBIN"; then
5489 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5491 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5495 test -z "$as_dir" && as_dir=.
5496 for ac_exec_ext in '' $ac_executable_extensions; do
5497 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5498 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5499 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5508 DUMPBIN=$ac_cv_prog_DUMPBIN
5509 if test -n "$DUMPBIN"; then
5510 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DUMPBIN" >&5
5511 $as_echo "$DUMPBIN" >&6; }
5513 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5514 $as_echo "no
" >&6; }
5518 test -n "$DUMPBIN" && break
5521 if test -z "$DUMPBIN"; then
5522 ac_ct_DUMPBIN=$DUMPBIN
5523 for ac_prog in dumpbin "link
-dump"
5525 # Extract the first word of "$ac_prog", so it can be a program name with args.
5526 set dummy $ac_prog; ac_word=$2
5527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5528 $as_echo_n "checking
for $ac_word...
" >&6; }
5529 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5530 $as_echo_n "(cached
) " >&6
5532 if test -n "$ac_ct_DUMPBIN"; then
5533 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5535 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5539 test -z "$as_dir" && as_dir=.
5540 for ac_exec_ext in '' $ac_executable_extensions; do
5541 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5542 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5543 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5552 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5553 if test -n "$ac_ct_DUMPBIN"; then
5554 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_DUMPBIN" >&5
5555 $as_echo "$ac_ct_DUMPBIN" >&6; }
5557 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5558 $as_echo "no
" >&6; }
5562 test -n "$ac_ct_DUMPBIN" && break
5565 if test "x
$ac_ct_DUMPBIN" = x; then
5568 case $cross_compiling:$ac_tool_warned in
5570 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
5571 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
5572 ac_tool_warned=yes ;;
5574 DUMPBIN=$ac_ct_DUMPBIN
5578 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5580 DUMPBIN="$DUMPBIN -symbols"
5588 if test "$DUMPBIN" != ":"; then
5592 test -z "$NM" && NM=nm
5599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister
($NM) interface
" >&5
5600 $as_echo_n "checking the name lister
($NM) interface...
" >&6; }
5601 if ${lt_cv_nm_interface+:} false; then :
5602 $as_echo_n "(cached
) " >&6
5604 lt_cv_nm_interface="BSD nm
"
5605 echo "int some_variable
= 0;" > conftest.$ac_ext
5606 (eval echo "\"\
$as_me:$LINENO: $ac_compile\"" >&5)
5607 (eval "$ac_compile" 2>conftest.err)
5608 cat conftest.err >&5
5609 (eval echo "\"\
$as_me:$LINENO: $NM \\\"conftest.
$ac_objext\\\"\"" >&5)
5610 (eval "$NM \"conftest.
$ac_objext\"" 2>conftest.err > conftest.out)
5611 cat conftest.err >&5
5612 (eval echo "\"\
$as_me:$LINENO: output
\"" >&5)
5613 cat conftest.out >&5
5614 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5615 lt_cv_nm_interface="MS dumpbin
"
5619 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_nm_interface" >&5
5620 $as_echo "$lt_cv_nm_interface" >&6; }
5622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether
ln -s works
" >&5
5623 $as_echo_n "checking whether
ln -s works...
" >&6; }
5625 if test "$LN_S" = "ln -s"; then
5626 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
5627 $as_echo "yes" >&6; }
5629 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
, using
$LN_S" >&5
5630 $as_echo "no
, using
$LN_S" >&6; }
5633 # find the maximum length of command line arguments
5634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of
command line arguments
" >&5
5635 $as_echo_n "checking the maximum length of
command line arguments...
" >&6; }
5636 if ${lt_cv_sys_max_cmd_len+:} false; then :
5637 $as_echo_n "(cached
) " >&6
5644 # On DJGPP, this test can blow up pretty badly due to problems in libc
5645 # (any single argument exceeding 2000 bytes causes a buffer overrun
5646 # during glob expansion). Even if it were fixed, the result of this
5647 # check would be larger than it should be.
5648 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5652 # Under GNU Hurd, this test is not required because there is
5653 # no limit to the length of command line arguments.
5654 # Libtool will interpret -1 as no limit whatsoever
5655 lt_cv_sys_max_cmd_len=-1;
5658 cygwin* | mingw* | cegcc*)
5659 # On Win9x/ME, this test blows up -- it succeeds, but takes
5660 # about 5 minutes as the teststring grows exponentially.
5661 # Worse, since 9x/ME are not pre-emptively multitasking,
5662 # you end up with a "frozen
" computer, even though with patience
5663 # the test eventually succeeds (with a max line length of 256k).
5664 # Instead, let's just punt: use the minimum linelength reported by
5665 # all of the supported platforms: 8192 (on NT/2K/XP).
5666 lt_cv_sys_max_cmd_len=8192;
5670 # On MiNT this can take a long time and run out of memory.
5671 lt_cv_sys_max_cmd_len=8192;
5675 # On AmigaOS with pdksh, this test takes hours, literally.
5676 # So we just punt and use a minimum line length of 8192.
5677 lt_cv_sys_max_cmd_len=8192;
5680 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5681 # This has been around since 386BSD, at least. Likely further.
5682 if test -x /sbin/sysctl; then
5683 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5684 elif test -x /usr/sbin/sysctl; then
5685 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5687 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5689 # And add a safety zone
5690 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5691 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5695 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5696 lt_cv_sys_max_cmd_len=196608
5700 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5701 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5702 # nice to cause kernel panics so lets avoid the loop below.
5703 # First set a reasonable default.
5704 lt_cv_sys_max_cmd_len=16384
5706 if test -x /sbin/sysconfig; then
5707 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5708 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5713 lt_cv_sys_max_cmd_len=102400
5715 sysv5* | sco5v6* | sysv4.2uw2*)
5716 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5717 if test -n "$kargmax"; then
5718 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5720 lt_cv_sys_max_cmd_len=32768
5724 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5725 if test -n "$lt_cv_sys_max_cmd_len"; then
5726 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5727 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5729 # Make teststring a little bigger before we do anything with it.
5730 # a 1K string should be a reasonable start.
5731 for i in 1 2 3 4 5 6 7 8 ; do
5732 teststring=$teststring$teststring
5734 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5735 # If test is not a shell built-in, we'll probably end up computing a
5736 # maximum length that is only half of the actual maximum length, but
5738 while { test "X
"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5739 = "X
$teststring$teststring"; } >/dev/null 2>&1 &&
5740 test $i != 17 # 1/2 MB should be enough
5743 teststring=$teststring$teststring
5745 # Only check the string length outside the loop.
5746 lt_cv_sys_max_cmd_len=`expr "X
$teststring" : ".
*" 2>&1`
5748 # Add a significant safety factor because C++ compilers can tack on
5749 # massive amounts of additional arguments before passing them to the
5750 # linker. It appears as though 1/2 is a usable value.
5751 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5758 if test -n $lt_cv_sys_max_cmd_len ; then
5759 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_sys_max_cmd_len" >&5
5760 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5762 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: none
" >&5
5763 $as_echo "none
" >&6; }
5765 max_cmd_len=$lt_cv_sys_max_cmd_len
5776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs
" >&5
5777 $as_echo_n "checking whether the shell understands some XSI constructs...
" >&6; }
5778 # Try some XSI features
5781 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5783 && eval 'test $(( 1 + 1 )) -eq 2 \
5784 && test "${#_lt_dummy}" -eq 5' ) >/dev
/null
2>&1 \
5786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5787 $as_echo "$xsi_shell" >&6; }
5790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5791 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5793 ( foo
=bar
; set foo baz
; eval "$1+=\$2" && test "$foo" = barbaz
) \
5795 && lt_shell_append
=yes
5796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5797 $as_echo "$lt_shell_append" >&6; }
5800 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
5810 # test EBCDIC or ASCII
5811 case `echo X|tr X '\101'` in
5812 A
) # ASCII based system
5813 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5814 lt_SP2NL
='tr \040 \012'
5815 lt_NL2SP
='tr \015\012 \040\040'
5817 *) # EBCDIC based system
5818 lt_SP2NL
='tr \100 \n'
5819 lt_NL2SP
='tr \r\n \100\100'
5831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5832 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5833 if ${lt_cv_ld_reload_flag+:} false
; then :
5834 $as_echo_n "(cached) " >&6
5836 lt_cv_ld_reload_flag
='-r'
5838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5839 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5840 reload_flag
=$lt_cv_ld_reload_flag
5841 case $reload_flag in
5843 *) reload_flag
=" $reload_flag" ;;
5845 reload_cmds
='$LD$reload_flag -o $output$reload_objs'
5848 if test "$GCC" = yes; then
5849 reload_cmds
='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5851 reload_cmds
='$LD$reload_flag -o $output$reload_objs'
5864 if test -n "$ac_tool_prefix"; then
5865 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5866 set dummy
${ac_tool_prefix}objdump
; ac_word
=$2
5867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5868 $as_echo_n "checking for $ac_word... " >&6; }
5869 if ${ac_cv_prog_OBJDUMP+:} false
; then :
5870 $as_echo_n "(cached) " >&6
5872 if test -n "$OBJDUMP"; then
5873 ac_cv_prog_OBJDUMP
="$OBJDUMP" # Let the user override the test.
5875 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5879 test -z "$as_dir" && as_dir
=.
5880 for ac_exec_ext
in '' $ac_executable_extensions; do
5881 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5882 ac_cv_prog_OBJDUMP
="${ac_tool_prefix}objdump"
5883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5892 OBJDUMP
=$ac_cv_prog_OBJDUMP
5893 if test -n "$OBJDUMP"; then
5894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5895 $as_echo "$OBJDUMP" >&6; }
5897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5898 $as_echo "no" >&6; }
5903 if test -z "$ac_cv_prog_OBJDUMP"; then
5904 ac_ct_OBJDUMP
=$OBJDUMP
5905 # Extract the first word of "objdump", so it can be a program name with args.
5906 set dummy objdump
; ac_word
=$2
5907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5908 $as_echo_n "checking for $ac_word... " >&6; }
5909 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false
; then :
5910 $as_echo_n "(cached) " >&6
5912 if test -n "$ac_ct_OBJDUMP"; then
5913 ac_cv_prog_ac_ct_OBJDUMP
="$ac_ct_OBJDUMP" # Let the user override the test.
5915 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5919 test -z "$as_dir" && as_dir
=.
5920 for ac_exec_ext
in '' $ac_executable_extensions; do
5921 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5922 ac_cv_prog_ac_ct_OBJDUMP
="objdump"
5923 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5932 ac_ct_OBJDUMP
=$ac_cv_prog_ac_ct_OBJDUMP
5933 if test -n "$ac_ct_OBJDUMP"; then
5934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5935 $as_echo "$ac_ct_OBJDUMP" >&6; }
5937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5938 $as_echo "no" >&6; }
5941 if test "x$ac_ct_OBJDUMP" = x
; then
5944 case $cross_compiling:$ac_tool_warned in
5946 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5947 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5948 ac_tool_warned
=yes ;;
5950 OBJDUMP
=$ac_ct_OBJDUMP
5953 OBJDUMP
="$ac_cv_prog_OBJDUMP"
5956 test -z "$OBJDUMP" && OBJDUMP
=objdump
5966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5967 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5968 if ${lt_cv_deplibs_check_method+:} false
; then :
5969 $as_echo_n "(cached) " >&6
5971 lt_cv_file_magic_cmd
='$MAGIC_CMD'
5972 lt_cv_file_magic_test_file
=
5973 lt_cv_deplibs_check_method
='unknown'
5974 # Need to set the preceding variable on all platforms that support
5975 # interlibrary dependencies.
5976 # 'none' -- dependencies not supported.
5977 # `unknown' -- same as none, but documents that we really don't know.
5978 # 'pass_all' -- all dependencies passed with no checks.
5979 # 'test_compile' -- check by making test program.
5980 # 'file_magic [[regex]]' -- check by looking for files in library path
5981 # which responds to the $file_magic_cmd with a given extended regex.
5982 # If you have `file' or equivalent on your system and you're not sure
5983 # whether `pass_all' will *always* work, you probably want this one.
5987 lt_cv_deplibs_check_method
=pass_all
5991 lt_cv_deplibs_check_method
=pass_all
5995 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5996 lt_cv_file_magic_cmd
='/usr/bin/file -L'
5997 lt_cv_file_magic_test_file
=/shlib
/libc.so
6001 # func_win32_libid is a shell function defined in ltmain.sh
6002 lt_cv_deplibs_check_method
='file_magic ^x86 archive import|^x86 DLL'
6003 lt_cv_file_magic_cmd
='func_win32_libid'
6007 # Base MSYS/MinGW do not provide the 'file' command needed by
6008 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6009 # unless we find 'file', for example because we are cross-compiling.
6010 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6011 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev
/null
2>&1; then
6012 lt_cv_deplibs_check_method
='file_magic ^x86 archive import|^x86 DLL'
6013 lt_cv_file_magic_cmd
='func_win32_libid'
6015 lt_cv_deplibs_check_method
='file_magic file format pei*-i386(.*architecture: i386)?'
6016 lt_cv_file_magic_cmd
='$OBJDUMP -f'
6021 # use the weaker test based on 'objdump'. See mingw*.
6022 lt_cv_deplibs_check_method
='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6023 lt_cv_file_magic_cmd
='$OBJDUMP -f'
6026 darwin
* | rhapsody
*)
6027 lt_cv_deplibs_check_method
=pass_all
6030 freebsd
* | dragonfly
*)
6031 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
> /dev
/null
; then
6034 # Not sure whether the presence of OpenBSD here was a mistake.
6035 # Let's accept both of them until this is cleared up.
6036 lt_cv_deplibs_check_method
='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6037 lt_cv_file_magic_cmd
=/usr
/bin
/file
6038 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so.*`
6042 lt_cv_deplibs_check_method
=pass_all
6047 lt_cv_deplibs_check_method
=pass_all
6051 lt_cv_deplibs_check_method
=pass_all
6054 hpux10.20
* | hpux11
*)
6055 lt_cv_file_magic_cmd
=/usr
/bin
/file
6058 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6059 lt_cv_file_magic_test_file
=/usr
/lib
/hpux32
/libc.so
6062 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]'
6063 lt_cv_file_magic_test_file
=/usr
/lib
/pa20_64
/libc.sl
6066 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6067 lt_cv_file_magic_test_file
=/usr
/lib
/libc.sl
6073 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6074 lt_cv_deplibs_check_method
='match_pattern /lib[^/]+(\.so|\.a)$'
6077 irix5
* | irix6
* | nonstopux
*)
6079 *-32|
*"-32 ") libmagic
=32-bit;;
6080 *-n32|
*"-n32 ") libmagic
=N32
;;
6081 *-64|
*"-64 ") libmagic
=64-bit;;
6082 *) libmagic
=never-match
;;
6084 lt_cv_deplibs_check_method
=pass_all
6087 # This must be Linux ELF.
6088 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu | uclinuxfdpiceabi
)
6089 lt_cv_deplibs_check_method
=pass_all
6093 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
> /dev
/null
; then
6094 lt_cv_deplibs_check_method
='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6096 lt_cv_deplibs_check_method
='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6101 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6102 lt_cv_file_magic_cmd
=/usr
/bin
/file
6103 lt_cv_file_magic_test_file
=/usr
/lib
/libnls.so
6107 lt_cv_deplibs_check_method
=pass_all
6111 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6112 lt_cv_deplibs_check_method
='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6114 lt_cv_deplibs_check_method
='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6118 osf3
* | osf4
* | osf5
*)
6119 lt_cv_deplibs_check_method
=pass_all
6123 lt_cv_deplibs_check_method
=pass_all
6127 lt_cv_deplibs_check_method
=pass_all
6130 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
6131 lt_cv_deplibs_check_method
=pass_all
6135 case $host_vendor in
6137 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]'
6138 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so*`
6141 lt_cv_deplibs_check_method
=pass_all
6144 lt_cv_file_magic_cmd
='/bin/file'
6145 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6148 lt_cv_file_magic_cmd
='/bin/file'
6149 lt_cv_deplibs_check_method
="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6150 lt_cv_file_magic_test_file
=/lib
/libc.so
6153 lt_cv_deplibs_check_method
=pass_all
6156 lt_cv_deplibs_check_method
=pass_all
6162 lt_cv_deplibs_check_method
=pass_all
6167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6168 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6169 file_magic_cmd
=$lt_cv_file_magic_cmd
6170 deplibs_check_method
=$lt_cv_deplibs_check_method
6171 test -z "$deplibs_check_method" && deplibs_check_method
=unknown
6184 if test -n "$ac_tool_prefix"; then
6185 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6186 set dummy
${ac_tool_prefix}ar; ac_word
=$2
6187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6188 $as_echo_n "checking for $ac_word... " >&6; }
6189 if ${ac_cv_prog_AR+:} false
; then :
6190 $as_echo_n "(cached) " >&6
6192 if test -n "$AR"; then
6193 ac_cv_prog_AR
="$AR" # Let the user override the test.
6195 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6199 test -z "$as_dir" && as_dir
=.
6200 for ac_exec_ext
in '' $ac_executable_extensions; do
6201 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6202 ac_cv_prog_AR
="${ac_tool_prefix}ar"
6203 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6213 if test -n "$AR"; then
6214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6215 $as_echo "$AR" >&6; }
6217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6218 $as_echo "no" >&6; }
6223 if test -z "$ac_cv_prog_AR"; then
6225 # Extract the first word of "ar", so it can be a program name with args.
6226 set dummy
ar; ac_word
=$2
6227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6228 $as_echo_n "checking for $ac_word... " >&6; }
6229 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
6230 $as_echo_n "(cached) " >&6
6232 if test -n "$ac_ct_AR"; then
6233 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
6235 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6239 test -z "$as_dir" && as_dir
=.
6240 for ac_exec_ext
in '' $ac_executable_extensions; do
6241 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6242 ac_cv_prog_ac_ct_AR
="ar"
6243 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6252 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
6253 if test -n "$ac_ct_AR"; then
6254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6255 $as_echo "$ac_ct_AR" >&6; }
6257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6258 $as_echo "no" >&6; }
6261 if test "x$ac_ct_AR" = x
; then
6264 case $cross_compiling:$ac_tool_warned in
6266 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6267 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6268 ac_tool_warned
=yes ;;
6276 test -z "$AR" && AR
=ar
6277 test -z "$AR_FLAGS" && AR_FLAGS
=cru
6289 if test -n "$ac_tool_prefix"; then
6290 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6291 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
6292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6293 $as_echo_n "checking for $ac_word... " >&6; }
6294 if ${ac_cv_prog_STRIP+:} false
; then :
6295 $as_echo_n "(cached) " >&6
6297 if test -n "$STRIP"; then
6298 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
6300 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6304 test -z "$as_dir" && as_dir
=.
6305 for ac_exec_ext
in '' $ac_executable_extensions; do
6306 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6307 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
6308 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6317 STRIP
=$ac_cv_prog_STRIP
6318 if test -n "$STRIP"; then
6319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6320 $as_echo "$STRIP" >&6; }
6322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6323 $as_echo "no" >&6; }
6328 if test -z "$ac_cv_prog_STRIP"; then
6330 # Extract the first word of "strip", so it can be a program name with args.
6331 set dummy strip
; ac_word
=$2
6332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6333 $as_echo_n "checking for $ac_word... " >&6; }
6334 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
6335 $as_echo_n "(cached) " >&6
6337 if test -n "$ac_ct_STRIP"; then
6338 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
6340 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6344 test -z "$as_dir" && as_dir
=.
6345 for ac_exec_ext
in '' $ac_executable_extensions; do
6346 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6347 ac_cv_prog_ac_ct_STRIP
="strip"
6348 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6357 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
6358 if test -n "$ac_ct_STRIP"; then
6359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6360 $as_echo "$ac_ct_STRIP" >&6; }
6362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6363 $as_echo "no" >&6; }
6366 if test "x$ac_ct_STRIP" = x
; then
6369 case $cross_compiling:$ac_tool_warned in
6371 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6372 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6373 ac_tool_warned
=yes ;;
6378 STRIP
="$ac_cv_prog_STRIP"
6381 test -z "$STRIP" && STRIP
=:
6388 if test -n "$ac_tool_prefix"; then
6389 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6390 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
6391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6392 $as_echo_n "checking for $ac_word... " >&6; }
6393 if ${ac_cv_prog_RANLIB+:} false
; then :
6394 $as_echo_n "(cached) " >&6
6396 if test -n "$RANLIB"; then
6397 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
6399 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6403 test -z "$as_dir" && as_dir
=.
6404 for ac_exec_ext
in '' $ac_executable_extensions; do
6405 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6406 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
6407 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6416 RANLIB
=$ac_cv_prog_RANLIB
6417 if test -n "$RANLIB"; then
6418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6419 $as_echo "$RANLIB" >&6; }
6421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6422 $as_echo "no" >&6; }
6427 if test -z "$ac_cv_prog_RANLIB"; then
6428 ac_ct_RANLIB
=$RANLIB
6429 # Extract the first word of "ranlib", so it can be a program name with args.
6430 set dummy ranlib
; ac_word
=$2
6431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6432 $as_echo_n "checking for $ac_word... " >&6; }
6433 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
6434 $as_echo_n "(cached) " >&6
6436 if test -n "$ac_ct_RANLIB"; then
6437 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
6439 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6443 test -z "$as_dir" && as_dir
=.
6444 for ac_exec_ext
in '' $ac_executable_extensions; do
6445 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6446 ac_cv_prog_ac_ct_RANLIB
="ranlib"
6447 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6456 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
6457 if test -n "$ac_ct_RANLIB"; then
6458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6459 $as_echo "$ac_ct_RANLIB" >&6; }
6461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6462 $as_echo "no" >&6; }
6465 if test "x$ac_ct_RANLIB" = x
; then
6468 case $cross_compiling:$ac_tool_warned in
6470 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6471 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6472 ac_tool_warned
=yes ;;
6474 RANLIB
=$ac_ct_RANLIB
6477 RANLIB
="$ac_cv_prog_RANLIB"
6480 test -z "$RANLIB" && RANLIB
=:
6487 # Determine commands to create old-style static archives.
6488 old_archive_cmds
='$AR $AR_FLAGS $oldlib$oldobjs'
6489 old_postinstall_cmds
='chmod 644 $oldlib'
6490 old_postuninstall_cmds
=
6492 if test -n "$RANLIB"; then
6495 old_postinstall_cmds
="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6498 old_postinstall_cmds
="$old_postinstall_cmds~\$RANLIB \$oldlib"
6501 old_archive_cmds
="$old_archive_cmds~\$RANLIB \$oldlib"
6506 lock_old_archive_extraction
=yes ;;
6508 lock_old_archive_extraction
=no
;;
6549 # If no C compiler was specified, use CC.
6552 # If no C compiler flags were specified, use CFLAGS.
6553 LTCFLAGS
=${LTCFLAGS-"$CFLAGS"}
6555 # Allow CC to be a program name with arguments.
6559 # Check for command to grab the raw symbol name followed by C symbol from nm.
6560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6561 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6562 if ${lt_cv_sys_global_symbol_pipe+:} false
; then :
6563 $as_echo_n "(cached) " >&6
6566 # These are sane defaults that work on at least a few old systems.
6567 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6569 # Character class describing NM global symbol codes.
6570 symcode
='[BCDEGRST]'
6572 # Regexp to match symbols that can be accessed directly from C.
6573 sympat
='\([_A-Za-z][_A-Za-z0-9]*\)'
6575 # Define system-specific variables.
6580 cygwin
* | mingw
* | pw32
* | cegcc
*)
6581 symcode
='[ABCDGISTW]'
6584 if test "$host_cpu" = ia64
; then
6585 symcode
='[ABCDEGRST]'
6589 symcode
='[BCDEGRST]'
6592 symcode
='[BCDEGQRST]'
6603 sysv5
* | sco5v6
* | unixware
* | OpenUNIX
*)
6611 # If we're using GNU nm, then use its standard symbol codes.
6612 case `$NM -V 2>&1` in
6613 *GNU
* |
*'with BFD'*)
6614 symcode
='[ABCDGIRSTW]' ;;
6617 # Transform an extracted symbol line into a proper C declaration.
6618 # Some systems (esp. on ia64) link data and code symbols differently,
6619 # so use this general approach.
6620 lt_cv_sys_global_symbol_to_cdecl
="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6622 # Transform an extracted symbol line into symbol name and symbol address
6623 lt_cv_sys_global_symbol_to_c_name_address
="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6624 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'"
6626 # Handle CRLF in mingw tool chain
6630 opt_cr
=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6634 # Try without a prefix underscore, then with it.
6635 for ac_symprfx
in "" "_"; do
6637 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6638 symxfrm
="\\1 $ac_symprfx\\2 \\2"
6640 # Write the raw and C identifiers.
6641 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6642 # Fake it for dumpbin and say T for any non-static function
6643 # and D for any global variable.
6644 # Also find C++ and __fastcall symbols from MSVC++,
6645 # which start with @ or ?.
6646 lt_cv_sys_global_symbol_pipe
="$AWK '"\
6647 " {last_section=section; section=\$ 3};"\
6648 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6649 " \$ 0!~/External *\|/{next};"\
6650 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6651 " {if(hide[section]) next};"\
6652 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6653 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6654 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6655 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6656 " ' prfx=^$ac_symprfx"
6658 lt_cv_sys_global_symbol_pipe
="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6661 # Check to see that the pipe works correctly.
6665 cat > conftest.
$ac_ext <<_LT_EOF
6670 void nm_test_func(void);
6671 void nm_test_func(void){}
6675 int main(){nm_test_var='a';nm_test_func();return(0);}
6678 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6679 (eval $ac_compile) 2>&5
6681 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6682 test $ac_status = 0; }; then
6683 # Now try to grab the symbols.
6685 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6686 (eval $NM conftest.
$ac_objext \|
"$lt_cv_sys_global_symbol_pipe" \
> $nlist) 2>&5
6688 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6689 test $ac_status = 0; } && test -s "$nlist"; then
6690 # Try sorting and uniquifying the output.
6691 if sort "$nlist" |
uniq > "$nlist"T
; then
6692 mv -f "$nlist"T
"$nlist"
6697 # Make sure that we snagged all the symbols we need.
6698 if $GREP ' nm_test_var$' "$nlist" >/dev
/null
; then
6699 if $GREP ' nm_test_func$' "$nlist" >/dev
/null
; then
6700 cat <<_LT_EOF > conftest.$ac_ext
6706 # Now generate the symbol file.
6707 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6709 cat <<_LT_EOF >> conftest.$ac_ext
6711 /* The mapping between symbol names and symbols. */
6716 lt__PROGRAM__LTX_preloaded_symbols[] =
6718 { "@PROGRAM@", (void *) 0 },
6720 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" |
$GREP -v main
>> conftest.
$ac_ext
6721 cat <<\_LT_EOF
>> conftest.
$ac_ext
6725 /* This works around a problem
in FreeBSD linker
*/
6726 #ifdef FREEBSD_WORKAROUND
6727 static const void
*lt_preloaded_setup
() {
6728 return lt__PROGRAM__LTX_preloaded_symbols
;
6736 # Now try linking the two files.
6737 mv conftest.
$ac_objext conftstm.
$ac_objext
6738 lt_save_LIBS
="$LIBS"
6739 lt_save_CFLAGS
="$CFLAGS"
6740 LIBS
="conftstm.$ac_objext"
6741 CFLAGS
="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6742 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6743 (eval $ac_link) 2>&5
6745 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6746 test $ac_status = 0; } && test -s conftest
${ac_exeext}; then
6749 LIBS
="$lt_save_LIBS"
6750 CFLAGS
="$lt_save_CFLAGS"
6752 echo "cannot find nm_test_func in $nlist" >&5
6755 echo "cannot find nm_test_var in $nlist" >&5
6758 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6761 echo "$progname: failed program was:" >&5
6762 cat conftest.
$ac_ext >&5
6764 rm -rf conftest
* conftst
*
6766 # Do not use the global_symbol_pipe unless it works.
6767 if test "$pipe_works" = yes; then
6770 lt_cv_sys_global_symbol_pipe
=
6776 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6777 lt_cv_sys_global_symbol_to_cdecl
=
6779 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6781 $as_echo "failed" >&6; }
6783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6784 $as_echo "ok" >&6; }
6809 # Check whether --enable-libtool-lock was given.
6810 if test "${enable_libtool_lock+set}" = set; then :
6811 enableval
=$enable_libtool_lock;
6814 test "x$enable_libtool_lock" != xno
&& enable_libtool_lock
=yes
6816 # Some flags need to be propagated to the compiler or linker for good
6820 # Find out which ABI we are using.
6821 echo 'int i;' > conftest.
$ac_ext
6822 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6823 (eval $ac_compile) 2>&5
6825 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6826 test $ac_status = 0; }; then
6827 case `/usr/bin/file conftest.$ac_objext` in
6839 # Find out which ABI we are using.
6840 echo '#line '$LINENO' "configure"' > conftest.
$ac_ext
6841 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6842 (eval $ac_compile) 2>&5
6844 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6845 test $ac_status = 0; }; then
6846 if test "$lt_cv_prog_gnu_ld" = yes; then
6847 case `/usr/bin/file conftest.$ac_objext` in
6849 LD
="${LD-ld} -melf32bsmip"
6852 LD
="${LD-ld} -melf32bmipn32"
6855 LD
="${LD-ld} -melf64bmip"
6859 case `/usr/bin/file conftest.$ac_objext` in
6875 x86_64-
*kfreebsd
*-gnu|x86_64-
*linux
*|powerpc
*-*linux
*| \
6876 s390
*-*linux
*|s390
*-*tpf
*|sparc
*-*linux
*)
6877 # Find out which ABI we are using.
6878 echo 'int i;' > conftest.
$ac_ext
6879 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6880 (eval $ac_compile) 2>&5
6882 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6883 test $ac_status = 0; }; then
6884 case `/usr/bin/file conftest.o` in
6887 x86_64-
*kfreebsd
*-gnu)
6888 LD
="${LD-ld} -m elf_i386_fbsd"
6891 case `/usr/bin/file conftest.o` in
6893 LD
="${LD-ld} -m elf32_x86_64"
6896 LD
="${LD-ld} -m elf_i386"
6900 powerpc64le-
*linux
*)
6901 LD
="${LD-ld} -m elf32lppclinux"
6904 LD
="${LD-ld} -m elf32ppclinux"
6907 LD
="${LD-ld} -m elf_s390"
6910 LD
="${LD-ld} -m elf32_sparc"
6916 x86_64-
*kfreebsd
*-gnu)
6917 LD
="${LD-ld} -m elf_x86_64_fbsd"
6920 LD
="${LD-ld} -m elf_x86_64"
6923 LD
="${LD-ld} -m elf64lppc"
6926 LD
="${LD-ld} -m elf64ppc"
6928 s390
*-*linux
*|s390
*-*tpf
*)
6929 LD
="${LD-ld} -m elf64_s390"
6932 LD
="${LD-ld} -m elf64_sparc"
6942 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6943 SAVE_CFLAGS
="$CFLAGS"
6944 CFLAGS
="$CFLAGS -belf"
6945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6946 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6947 if ${lt_cv_cc_needs_belf+:} false
; then :
6948 $as_echo_n "(cached) " >&6
6951 ac_cpp
='$CPP $CPPFLAGS'
6952 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6953 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6954 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6956 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6957 /* end confdefs.h. */
6967 if ac_fn_c_try_link
"$LINENO"; then :
6968 lt_cv_cc_needs_belf
=yes
6970 lt_cv_cc_needs_belf
=no
6972 rm -f core conftest.err conftest.
$ac_objext \
6973 conftest
$ac_exeext conftest.
$ac_ext
6975 ac_cpp
='$CPP $CPPFLAGS'
6976 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6977 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6978 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6982 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6983 if test x
"$lt_cv_cc_needs_belf" != x
"yes"; then
6984 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6985 CFLAGS
="$SAVE_CFLAGS"
6989 # Find out which ABI we are using.
6990 echo 'int i;' > conftest.
$ac_ext
6991 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6992 (eval $ac_compile) 2>&5
6994 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6995 test $ac_status = 0; }; then
6996 case `/usr/bin/file conftest.o` in
6998 case $lt_cv_prog_gnu_ld in
6999 yes*) LD
="${LD-ld} -m elf64_sparc" ;;
7001 if ${LD-ld} -64 -r -o conftest2.o conftest.o
>/dev
/null
2>&1; then
7013 need_locks
="$enable_libtool_lock"
7017 rhapsody
* | darwin
*)
7018 if test -n "$ac_tool_prefix"; then
7019 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7020 set dummy
${ac_tool_prefix}dsymutil
; ac_word
=$2
7021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7022 $as_echo_n "checking for $ac_word... " >&6; }
7023 if ${ac_cv_prog_DSYMUTIL+:} false
; then :
7024 $as_echo_n "(cached) " >&6
7026 if test -n "$DSYMUTIL"; then
7027 ac_cv_prog_DSYMUTIL
="$DSYMUTIL" # Let the user override the test.
7029 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7033 test -z "$as_dir" && as_dir
=.
7034 for ac_exec_ext
in '' $ac_executable_extensions; do
7035 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7036 ac_cv_prog_DSYMUTIL
="${ac_tool_prefix}dsymutil"
7037 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7046 DSYMUTIL
=$ac_cv_prog_DSYMUTIL
7047 if test -n "$DSYMUTIL"; then
7048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7049 $as_echo "$DSYMUTIL" >&6; }
7051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7052 $as_echo "no" >&6; }
7057 if test -z "$ac_cv_prog_DSYMUTIL"; then
7058 ac_ct_DSYMUTIL
=$DSYMUTIL
7059 # Extract the first word of "dsymutil", so it can be a program name with args.
7060 set dummy dsymutil
; ac_word
=$2
7061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7062 $as_echo_n "checking for $ac_word... " >&6; }
7063 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false
; then :
7064 $as_echo_n "(cached) " >&6
7066 if test -n "$ac_ct_DSYMUTIL"; then
7067 ac_cv_prog_ac_ct_DSYMUTIL
="$ac_ct_DSYMUTIL" # Let the user override the test.
7069 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7073 test -z "$as_dir" && as_dir
=.
7074 for ac_exec_ext
in '' $ac_executable_extensions; do
7075 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7076 ac_cv_prog_ac_ct_DSYMUTIL
="dsymutil"
7077 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7086 ac_ct_DSYMUTIL
=$ac_cv_prog_ac_ct_DSYMUTIL
7087 if test -n "$ac_ct_DSYMUTIL"; then
7088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7089 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7092 $as_echo "no" >&6; }
7095 if test "x$ac_ct_DSYMUTIL" = x
; then
7098 case $cross_compiling:$ac_tool_warned in
7100 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7101 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7102 ac_tool_warned
=yes ;;
7104 DSYMUTIL
=$ac_ct_DSYMUTIL
7107 DSYMUTIL
="$ac_cv_prog_DSYMUTIL"
7110 if test -n "$ac_tool_prefix"; then
7111 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7112 set dummy
${ac_tool_prefix}nmedit
; ac_word
=$2
7113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7114 $as_echo_n "checking for $ac_word... " >&6; }
7115 if ${ac_cv_prog_NMEDIT+:} false
; then :
7116 $as_echo_n "(cached) " >&6
7118 if test -n "$NMEDIT"; then
7119 ac_cv_prog_NMEDIT
="$NMEDIT" # Let the user override the test.
7121 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7125 test -z "$as_dir" && as_dir
=.
7126 for ac_exec_ext
in '' $ac_executable_extensions; do
7127 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7128 ac_cv_prog_NMEDIT
="${ac_tool_prefix}nmedit"
7129 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7138 NMEDIT
=$ac_cv_prog_NMEDIT
7139 if test -n "$NMEDIT"; then
7140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7141 $as_echo "$NMEDIT" >&6; }
7143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7144 $as_echo "no" >&6; }
7149 if test -z "$ac_cv_prog_NMEDIT"; then
7150 ac_ct_NMEDIT
=$NMEDIT
7151 # Extract the first word of "nmedit", so it can be a program name with args.
7152 set dummy nmedit
; ac_word
=$2
7153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7154 $as_echo_n "checking for $ac_word... " >&6; }
7155 if ${ac_cv_prog_ac_ct_NMEDIT+:} false
; then :
7156 $as_echo_n "(cached) " >&6
7158 if test -n "$ac_ct_NMEDIT"; then
7159 ac_cv_prog_ac_ct_NMEDIT
="$ac_ct_NMEDIT" # Let the user override the test.
7161 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7165 test -z "$as_dir" && as_dir
=.
7166 for ac_exec_ext
in '' $ac_executable_extensions; do
7167 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7168 ac_cv_prog_ac_ct_NMEDIT
="nmedit"
7169 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7178 ac_ct_NMEDIT
=$ac_cv_prog_ac_ct_NMEDIT
7179 if test -n "$ac_ct_NMEDIT"; then
7180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7181 $as_echo "$ac_ct_NMEDIT" >&6; }
7183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7184 $as_echo "no" >&6; }
7187 if test "x$ac_ct_NMEDIT" = x
; then
7190 case $cross_compiling:$ac_tool_warned in
7192 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7193 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7194 ac_tool_warned
=yes ;;
7196 NMEDIT
=$ac_ct_NMEDIT
7199 NMEDIT
="$ac_cv_prog_NMEDIT"
7202 if test -n "$ac_tool_prefix"; then
7203 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7204 set dummy
${ac_tool_prefix}lipo
; ac_word
=$2
7205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7206 $as_echo_n "checking for $ac_word... " >&6; }
7207 if ${ac_cv_prog_LIPO+:} false
; then :
7208 $as_echo_n "(cached) " >&6
7210 if test -n "$LIPO"; then
7211 ac_cv_prog_LIPO
="$LIPO" # Let the user override the test.
7213 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7217 test -z "$as_dir" && as_dir
=.
7218 for ac_exec_ext
in '' $ac_executable_extensions; do
7219 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7220 ac_cv_prog_LIPO
="${ac_tool_prefix}lipo"
7221 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7230 LIPO
=$ac_cv_prog_LIPO
7231 if test -n "$LIPO"; then
7232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7233 $as_echo "$LIPO" >&6; }
7235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7236 $as_echo "no" >&6; }
7241 if test -z "$ac_cv_prog_LIPO"; then
7243 # Extract the first word of "lipo", so it can be a program name with args.
7244 set dummy lipo
; ac_word
=$2
7245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7246 $as_echo_n "checking for $ac_word... " >&6; }
7247 if ${ac_cv_prog_ac_ct_LIPO+:} false
; then :
7248 $as_echo_n "(cached) " >&6
7250 if test -n "$ac_ct_LIPO"; then
7251 ac_cv_prog_ac_ct_LIPO
="$ac_ct_LIPO" # Let the user override the test.
7253 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7257 test -z "$as_dir" && as_dir
=.
7258 for ac_exec_ext
in '' $ac_executable_extensions; do
7259 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7260 ac_cv_prog_ac_ct_LIPO
="lipo"
7261 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7270 ac_ct_LIPO
=$ac_cv_prog_ac_ct_LIPO
7271 if test -n "$ac_ct_LIPO"; then
7272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7273 $as_echo "$ac_ct_LIPO" >&6; }
7275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7276 $as_echo "no" >&6; }
7279 if test "x$ac_ct_LIPO" = x
; then
7282 case $cross_compiling:$ac_tool_warned in
7284 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7285 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7286 ac_tool_warned
=yes ;;
7291 LIPO
="$ac_cv_prog_LIPO"
7294 if test -n "$ac_tool_prefix"; then
7295 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7296 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7298 $as_echo_n "checking for $ac_word... " >&6; }
7299 if ${ac_cv_prog_OTOOL+:} false
; then :
7300 $as_echo_n "(cached) " >&6
7302 if test -n "$OTOOL"; then
7303 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7305 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7309 test -z "$as_dir" && as_dir
=.
7310 for ac_exec_ext
in '' $ac_executable_extensions; do
7311 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7312 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7313 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7322 OTOOL
=$ac_cv_prog_OTOOL
7323 if test -n "$OTOOL"; then
7324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7325 $as_echo "$OTOOL" >&6; }
7327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7328 $as_echo "no" >&6; }
7333 if test -z "$ac_cv_prog_OTOOL"; then
7335 # Extract the first word of "otool", so it can be a program name with args.
7336 set dummy otool
; ac_word
=$2
7337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7338 $as_echo_n "checking for $ac_word... " >&6; }
7339 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7340 $as_echo_n "(cached) " >&6
7342 if test -n "$ac_ct_OTOOL"; then
7343 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7345 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7349 test -z "$as_dir" && as_dir
=.
7350 for ac_exec_ext
in '' $ac_executable_extensions; do
7351 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7352 ac_cv_prog_ac_ct_OTOOL
="otool"
7353 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7362 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7363 if test -n "$ac_ct_OTOOL"; then
7364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7365 $as_echo "$ac_ct_OTOOL" >&6; }
7367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7368 $as_echo "no" >&6; }
7371 if test "x$ac_ct_OTOOL" = x
; then
7374 case $cross_compiling:$ac_tool_warned in
7376 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7377 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7378 ac_tool_warned
=yes ;;
7383 OTOOL
="$ac_cv_prog_OTOOL"
7386 if test -n "$ac_tool_prefix"; then
7387 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7388 set dummy
${ac_tool_prefix}otool64
; ac_word
=$2
7389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7390 $as_echo_n "checking for $ac_word... " >&6; }
7391 if ${ac_cv_prog_OTOOL64+:} false
; then :
7392 $as_echo_n "(cached) " >&6
7394 if test -n "$OTOOL64"; then
7395 ac_cv_prog_OTOOL64
="$OTOOL64" # Let the user override the test.
7397 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7401 test -z "$as_dir" && as_dir
=.
7402 for ac_exec_ext
in '' $ac_executable_extensions; do
7403 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7404 ac_cv_prog_OTOOL64
="${ac_tool_prefix}otool64"
7405 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7414 OTOOL64
=$ac_cv_prog_OTOOL64
7415 if test -n "$OTOOL64"; then
7416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7417 $as_echo "$OTOOL64" >&6; }
7419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7420 $as_echo "no" >&6; }
7425 if test -z "$ac_cv_prog_OTOOL64"; then
7426 ac_ct_OTOOL64
=$OTOOL64
7427 # Extract the first word of "otool64", so it can be a program name with args.
7428 set dummy otool64
; ac_word
=$2
7429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7430 $as_echo_n "checking for $ac_word... " >&6; }
7431 if ${ac_cv_prog_ac_ct_OTOOL64+:} false
; then :
7432 $as_echo_n "(cached) " >&6
7434 if test -n "$ac_ct_OTOOL64"; then
7435 ac_cv_prog_ac_ct_OTOOL64
="$ac_ct_OTOOL64" # Let the user override the test.
7437 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7441 test -z "$as_dir" && as_dir
=.
7442 for ac_exec_ext
in '' $ac_executable_extensions; do
7443 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7444 ac_cv_prog_ac_ct_OTOOL64
="otool64"
7445 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7454 ac_ct_OTOOL64
=$ac_cv_prog_ac_ct_OTOOL64
7455 if test -n "$ac_ct_OTOOL64"; then
7456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7457 $as_echo "$ac_ct_OTOOL64" >&6; }
7459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7460 $as_echo "no" >&6; }
7463 if test "x$ac_ct_OTOOL64" = x
; then
7466 case $cross_compiling:$ac_tool_warned in
7468 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7469 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7470 ac_tool_warned
=yes ;;
7472 OTOOL64
=$ac_ct_OTOOL64
7475 OTOOL64
="$ac_cv_prog_OTOOL64"
7504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7505 $as_echo_n "checking for -single_module linker flag... " >&6; }
7506 if ${lt_cv_apple_cc_single_mod+:} false
; then :
7507 $as_echo_n "(cached) " >&6
7509 lt_cv_apple_cc_single_mod
=no
7510 if test -z "${LT_MULTI_MODULE}"; then
7511 # By default we will add the -single_module flag. You can override
7512 # by either setting the environment variable LT_MULTI_MODULE
7513 # non-empty at configure time, or by adding -multi_module to the
7515 rm -rf libconftest.dylib
*
7516 echo "int foo(void){return 1;}" > conftest.c
7517 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7518 -dynamiclib -Wl,-single_module conftest.c" >&5
7519 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7520 -dynamiclib -Wl,-single_module conftest.c
2>conftest.err
7522 if test -f libconftest.dylib
&& test ! -s conftest.err
&& test $_lt_result = 0; then
7523 lt_cv_apple_cc_single_mod
=yes
7525 cat conftest.err
>&5
7527 rm -rf libconftest.dylib
*
7531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7532 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7534 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7535 if ${lt_cv_ld_exported_symbols_list+:} false
; then :
7536 $as_echo_n "(cached) " >&6
7538 lt_cv_ld_exported_symbols_list
=no
7539 save_LDFLAGS
=$LDFLAGS
7540 echo "_main" > conftest.sym
7541 LDFLAGS
="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7542 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7543 /* end confdefs.h. */
7553 if ac_fn_c_try_link
"$LINENO"; then :
7554 lt_cv_ld_exported_symbols_list
=yes
7556 lt_cv_ld_exported_symbols_list
=no
7558 rm -f core conftest.err conftest.
$ac_objext \
7559 conftest
$ac_exeext conftest.
$ac_ext
7560 LDFLAGS
="$save_LDFLAGS"
7563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7564 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7566 $as_echo_n "checking for -force_load linker flag... " >&6; }
7567 if ${lt_cv_ld_force_load+:} false
; then :
7568 $as_echo_n "(cached) " >&6
7570 lt_cv_ld_force_load
=no
7571 cat > conftest.c
<< _LT_EOF
7572 int forced_loaded() { return 2;}
7574 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7575 $LTCC $LTCFLAGS -c -o conftest.o conftest.c
2>&5
7576 echo "$AR cru libconftest.a conftest.o" >&5
7577 $AR cru libconftest.a conftest.o
2>&5
7578 cat > conftest.c
<< _LT_EOF
7579 int main() { return 0;}
7581 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7582 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c
-Wl,-force_load,.
/libconftest.a
2>conftest.err
7584 if test -f conftest
&& test ! -s conftest.err
&& test $_lt_result = 0 && $GREP forced_load conftest
2>&1 >/dev
/null
; then
7585 lt_cv_ld_force_load
=yes
7587 cat conftest.err
>&5
7589 rm -f conftest.err libconftest.a conftest conftest.c
7590 rm -rf conftest.dSYM
7593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7594 $as_echo "$lt_cv_ld_force_load" >&6; }
7595 # Allow for Darwin 4-7 (macOS 10.0-10.3) although these are not expect to
7596 # build without first building modern cctools / linker.
7597 case $host_cpu-$host_os in
7598 *-rhapsody* |
*-darwin1.
[012])
7599 _lt_dar_allow_undefined
='${wl}-undefined ${wl}suppress' ;;
7601 _lt_dar_allow_undefined
='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7603 # darwin 5.x (macOS 10.1) onwards we only need to adjust when the
7604 # deployment target is forced to an earlier version.
7605 case ${MACOSX_DEPLOYMENT_TARGET-UNSET},$host in
7606 UNSET
,*-darwin[89]*|UNSET
,*-darwin[12][0123456789]*)
7609 _lt_dar_allow_undefined
='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
7616 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7617 _lt_dar_single_mod
='$single_module'
7619 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7620 _lt_dar_export_syms
=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7622 _lt_dar_export_syms
='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7624 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7625 _lt_dsymutil
='~$DSYMUTIL $lib || :'
7633 ac_cpp
='$CPP $CPPFLAGS'
7634 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7635 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7636 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
7637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
7638 $as_echo_n "checking how to run the C preprocessor... " >&6; }
7639 # On Suns, sometimes $CPP names a directory.
7640 if test -n "$CPP" && test -d "$CPP"; then
7643 if test -z "$CPP"; then
7644 if ${ac_cv_prog_CPP+:} false
; then :
7645 $as_echo_n "(cached) " >&6
7647 # Double quotes because CPP needs to be expanded
7648 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7651 for ac_c_preproc_warn_flag
in '' yes
7653 # Use a header file that comes with gcc, so configuring glibc
7654 # with a fresh cross-compiler works.
7655 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7656 # <limits.h> exists even on freestanding compilers.
7657 # On the NeXT, cc -E runs the code through the compiler's parser,
7658 # not just through cpp. "Syntax error" is here to catch this case.
7659 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7660 /* end confdefs.h. */
7662 # include <limits.h>
7664 # include <assert.h>
7668 if ac_fn_c_try_cpp
"$LINENO"; then :
7671 # Broken: fails on valid input.
7674 rm -f conftest.err conftest.i conftest.
$ac_ext
7676 # OK, works on sane cases. Now check whether nonexistent headers
7677 # can be detected and how.
7678 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7679 /* end confdefs.h. */
7680 #include <ac_nonexistent.h>
7682 if ac_fn_c_try_cpp
"$LINENO"; then :
7683 # Broken: success on invalid input.
7686 # Passes both tests.
7690 rm -f conftest.err conftest.i conftest.
$ac_ext
7693 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7694 rm -f conftest.i conftest.err conftest.
$ac_ext
7695 if $ac_preproc_ok; then :
7707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7708 $as_echo "$CPP" >&6; }
7710 for ac_c_preproc_warn_flag
in '' yes
7712 # Use a header file that comes with gcc, so configuring glibc
7713 # with a fresh cross-compiler works.
7714 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7715 # <limits.h> exists even on freestanding compilers.
7716 # On the NeXT, cc -E runs the code through the compiler's parser,
7717 # not just through cpp. "Syntax error" is here to catch this case.
7718 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7719 /* end confdefs.h. */
7721 # include <limits.h>
7723 # include <assert.h>
7727 if ac_fn_c_try_cpp
"$LINENO"; then :
7730 # Broken: fails on valid input.
7733 rm -f conftest.err conftest.i conftest.
$ac_ext
7735 # OK, works on sane cases. Now check whether nonexistent headers
7736 # can be detected and how.
7737 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7738 /* end confdefs.h. */
7739 #include <ac_nonexistent.h>
7741 if ac_fn_c_try_cpp
"$LINENO"; then :
7742 # Broken: success on invalid input.
7745 # Passes both tests.
7749 rm -f conftest.err conftest.i conftest.
$ac_ext
7752 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7753 rm -f conftest.i conftest.err conftest.
$ac_ext
7754 if $ac_preproc_ok; then :
7757 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7758 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7759 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
7760 See \`config.log' for more details" "$LINENO" 5; }
7764 ac_cpp
='$CPP $CPPFLAGS'
7765 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7766 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7767 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
7770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7771 $as_echo_n "checking for ANSI C header files... " >&6; }
7772 if ${ac_cv_header_stdc+:} false
; then :
7773 $as_echo_n "(cached) " >&6
7775 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7776 /* end confdefs.h. */
7790 if ac_fn_c_try_compile
"$LINENO"; then :
7791 ac_cv_header_stdc
=yes
7793 ac_cv_header_stdc
=no
7795 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7797 if test $ac_cv_header_stdc = yes; then
7798 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7799 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7800 /* end confdefs.h. */
7804 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7805 $EGREP "memchr" >/dev
/null
2>&1; then :
7808 ac_cv_header_stdc
=no
7814 if test $ac_cv_header_stdc = yes; then
7815 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7816 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7817 /* end confdefs.h. */
7821 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7822 $EGREP "free" >/dev
/null
2>&1; then :
7825 ac_cv_header_stdc
=no
7831 if test $ac_cv_header_stdc = yes; then
7832 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7833 if test "$cross_compiling" = yes; then :
7836 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7837 /* end confdefs.h. */
7840 #if ((' ' & 0x0FF) == 0x020)
7841 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7842 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7844 # define ISLOWER(c) \
7845 (('a' <= (c) && (c) <= 'i') \
7846 || ('j' <= (c) && (c) <= 'r') \
7847 || ('s' <= (c) && (c) <= 'z'))
7848 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7851 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7856 for (i = 0; i < 256; i++)
7857 if (XOR (islower (i), ISLOWER (i))
7858 || toupper (i) != TOUPPER (i))
7863 if ac_fn_c_try_run
"$LINENO"; then :
7866 ac_cv_header_stdc
=no
7868 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
7869 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
7874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7875 $as_echo "$ac_cv_header_stdc" >&6; }
7876 if test $ac_cv_header_stdc = yes; then
7878 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7882 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7883 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
7884 inttypes.h stdint.h unistd.h
7886 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7887 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7889 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7890 cat >>confdefs.h
<<_ACEOF
7891 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7899 for ac_header
in dlfcn.h
7901 ac_fn_c_check_header_compile
"$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7903 if test "x$ac_cv_header_dlfcn_h" = xyes
; then :
7904 cat >>confdefs.h
<<_ACEOF
7905 #define HAVE_DLFCN_H 1
7926 # Check whether --enable-shared was given.
7927 if test "${enable_shared+set}" = set; then :
7928 enableval
=$enable_shared; p
=${PACKAGE-default}
7930 yes) enable_shared
=yes ;;
7931 no
) enable_shared
=no
;;
7934 # Look at the argument we got. We use all the common list separators.
7935 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
7936 for pkg
in $enableval; do
7938 if test "X$pkg" = "X$p"; then
7957 # Check whether --enable-static was given.
7958 if test "${enable_static+set}" = set; then :
7959 enableval
=$enable_static; p
=${PACKAGE-default}
7961 yes) enable_static
=yes ;;
7962 no
) enable_static
=no
;;
7965 # Look at the argument we got. We use all the common list separators.
7966 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
7967 for pkg
in $enableval; do
7969 if test "X$pkg" = "X$p"; then
7989 # Check whether --with-pic was given.
7990 if test "${with_pic+set}" = set; then :
7991 withval
=$with_pic; pic_mode
="$withval"
7997 test -z "$pic_mode" && pic_mode
=default
8005 # Check whether --enable-fast-install was given.
8006 if test "${enable_fast_install+set}" = set; then :
8007 enableval
=$enable_fast_install; p
=${PACKAGE-default}
8009 yes) enable_fast_install
=yes ;;
8010 no
) enable_fast_install
=no
;;
8012 enable_fast_install
=no
8013 # Look at the argument we got. We use all the common list separators.
8014 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
8015 for pkg
in $enableval; do
8017 if test "X$pkg" = "X$p"; then
8018 enable_fast_install
=yes
8025 enable_fast_install
=yes
8038 # This can be used to rebuild libtool when needed
8039 LIBTOOL_DEPS
="$ltmain"
8041 # Always use our own libtool.
8042 LIBTOOL
='$(SHELL) $(top_builddir)/libtool'
8069 test -z "$LN_S" && LN_S
="ln -s"
8084 if test -n "${ZSH_VERSION+set}" ; then
8085 setopt NO_GLOB_SUBST
8088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8089 $as_echo_n "checking for objdir... " >&6; }
8090 if ${lt_cv_objdir+:} false
; then :
8091 $as_echo_n "(cached) " >&6
8093 rm -f .libs
2>/dev
/null
8094 mkdir .libs
2>/dev
/null
8095 if test -d .libs
; then
8098 # MS-DOS does not allow filenames that begin with a dot.
8101 rmdir .libs
2>/dev
/null
8103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8104 $as_echo "$lt_cv_objdir" >&6; }
8105 objdir
=$lt_cv_objdir
8111 cat >>confdefs.h
<<_ACEOF
8112 #define LT_OBJDIR "$lt_cv_objdir/"
8120 # AIX sometimes has problems with the GCC collect2 program. For some
8121 # reason, if we set the COLLECT_NAMES environment variable, the problems
8122 # vanish in a puff of smoke.
8123 if test "X${COLLECT_NAMES+set}" != Xset
; then
8125 export COLLECT_NAMES
8132 can_build_shared
=yes
8134 # All known linkers require a `.a' archive for static linking (except MSVC,
8135 # which needs '.lib').
8138 with_gnu_ld
="$lt_cv_prog_gnu_ld"
8141 old_CFLAGS
="$CFLAGS"
8143 # Set sane defaults for various variables
8144 test -z "$CC" && CC
=cc
8145 test -z "$LTCC" && LTCC
=$CC
8146 test -z "$LTCFLAGS" && LTCFLAGS
=$CFLAGS
8147 test -z "$LD" && LD
=ld
8148 test -z "$ac_objext" && ac_objext
=o
8150 for cc_temp
in $compiler""; do
8152 compile |
*[\\/]compile | ccache |
*[\\/]ccache
) ;;
8153 distcc |
*[\\/]distcc | purify |
*[\\/]purify
) ;;
8158 cc_basename
=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8161 # Only perform the check for file, if the check method requires it
8162 test -z "$MAGIC_CMD" && MAGIC_CMD
=file
8163 case $deplibs_check_method in
8165 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8167 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8168 if ${lt_cv_path_MAGIC_CMD+:} false
; then :
8169 $as_echo_n "(cached) " >&6
8173 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
8176 lt_save_MAGIC_CMD
="$MAGIC_CMD"
8177 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
8178 ac_dummy
="/usr/bin$PATH_SEPARATOR$PATH"
8179 for ac_dir
in $ac_dummy; do
8181 test -z "$ac_dir" && ac_dir
=.
8182 if test -f $ac_dir/${ac_tool_prefix}file; then
8183 lt_cv_path_MAGIC_CMD
="$ac_dir/${ac_tool_prefix}file"
8184 if test -n "$file_magic_test_file"; then
8185 case $deplibs_check_method in
8187 file_magic_regex
=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8188 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
8189 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
8190 $EGREP "$file_magic_regex" > /dev
/null
; then
8195 *** Warning: the command libtool uses to detect shared libraries,
8196 *** $file_magic_cmd, produces output that libtool cannot recognize.
8197 *** The result is that libtool may fail to recognize shared libraries
8198 *** as such. This will affect the creation of libtool libraries that
8199 *** depend on shared libraries, but programs linked with such libtool
8200 *** libraries will work regardless of this problem. Nevertheless, you
8201 *** may want to report the problem to your system manager and/or to
8202 *** bug-libtool@gnu.org
8212 MAGIC_CMD
="$lt_save_MAGIC_CMD"
8217 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
8218 if test -n "$MAGIC_CMD"; then
8219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8220 $as_echo "$MAGIC_CMD" >&6; }
8222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8223 $as_echo "no" >&6; }
8230 if test -z "$lt_cv_path_MAGIC_CMD"; then
8231 if test -n "$ac_tool_prefix"; then
8232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8233 $as_echo_n "checking for file... " >&6; }
8234 if ${lt_cv_path_MAGIC_CMD+:} false
; then :
8235 $as_echo_n "(cached) " >&6
8239 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
8242 lt_save_MAGIC_CMD
="$MAGIC_CMD"
8243 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
8244 ac_dummy
="/usr/bin$PATH_SEPARATOR$PATH"
8245 for ac_dir
in $ac_dummy; do
8247 test -z "$ac_dir" && ac_dir
=.
8248 if test -f $ac_dir/file; then
8249 lt_cv_path_MAGIC_CMD
="$ac_dir/file"
8250 if test -n "$file_magic_test_file"; then
8251 case $deplibs_check_method in
8253 file_magic_regex
=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8254 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
8255 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
8256 $EGREP "$file_magic_regex" > /dev
/null
; then
8261 *** Warning: the command libtool uses to detect shared libraries,
8262 *** $file_magic_cmd, produces output that libtool cannot recognize.
8263 *** The result is that libtool may fail to recognize shared libraries
8264 *** as such. This will affect the creation of libtool libraries that
8265 *** depend on shared libraries, but programs linked with such libtool
8266 *** libraries will work regardless of this problem. Nevertheless, you
8267 *** may want to report the problem to your system manager and/or to
8268 *** bug-libtool@gnu.org
8278 MAGIC_CMD
="$lt_save_MAGIC_CMD"
8283 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
8284 if test -n "$MAGIC_CMD"; then
8285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8286 $as_echo "$MAGIC_CMD" >&6; }
8288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8289 $as_echo "no" >&6; }
8302 # Use C for the default configuration in the libtool script
8306 ac_cpp
='$CPP $CPPFLAGS'
8307 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8308 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8309 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
8312 # Source file extension for C test sources.
8315 # Object file extension for compiled C test sources.
8319 # Code to be used in simple compile tests
8320 lt_simple_compile_test_code
="int some_variable = 0;"
8322 # Code to be used in simple link tests
8323 lt_simple_link_test_code
='int main(){return(0);}'
8331 # If no C compiler was specified, use CC.
8334 # If no C compiler flags were specified, use CFLAGS.
8335 LTCFLAGS
=${LTCFLAGS-"$CFLAGS"}
8337 # Allow CC to be a program name with arguments.
8340 # Save the default compiler, since it gets overwritten when the other
8341 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8342 compiler_DEFAULT
=$CC
8344 # save warnings/boilerplate of simple test code
8345 ac_outfile
=conftest.
$ac_objext
8346 echo "$lt_simple_compile_test_code" >conftest.
$ac_ext
8347 eval "$ac_compile" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
8348 _lt_compiler_boilerplate
=`cat conftest.err`
8351 ac_outfile
=conftest.
$ac_objext
8352 echo "$lt_simple_link_test_code" >conftest.
$ac_ext
8353 eval "$ac_link" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
8354 _lt_linker_boilerplate
=`cat conftest.err`
8359 ## There is no encapsulation within the following macros, do not change
8360 ## the running order or otherwise move them around unless you know exactly
8361 ## what you are doing...
8362 if test -n "$compiler"; then
8364 lt_prog_compiler_no_builtin_flag
=
8366 if test "$GCC" = yes; then
8367 case $cc_basename in
8369 lt_prog_compiler_no_builtin_flag
=' -Xcompiler -fno-builtin' ;;
8371 lt_prog_compiler_no_builtin_flag
=' -fno-builtin' ;;
8374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8375 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8376 if ${lt_cv_prog_compiler_rtti_exceptions+:} false
; then :
8377 $as_echo_n "(cached) " >&6
8379 lt_cv_prog_compiler_rtti_exceptions
=no
8380 ac_outfile
=conftest.
$ac_objext
8381 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8382 lt_compiler_flag
="-fno-rtti -fno-exceptions"
8383 # Insert the option either (1) after the last *FLAGS variable, or
8384 # (2) before a word containing "conftest.", or (3) at the end.
8385 # Note that $ac_compile itself does not contain backslashes and begins
8386 # with a dollar sign (not a hyphen), so the echo should work correctly.
8387 # The option is referenced via a variable to avoid confusing sed.
8388 lt_compile
=`echo "$ac_compile" | $SED \
8389 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8390 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8391 -e 's:$: $lt_compiler_flag:'`
8392 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8393 (eval "$lt_compile" 2>conftest.err
)
8395 cat conftest.err
>&5
8396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8397 if (exit $ac_status) && test -s "$ac_outfile"; then
8398 # The compiler can only warn and ignore the option if not recognized
8399 # So say no if there are warnings other than the usual output.
8400 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' >conftest.exp
8401 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
8402 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
8403 lt_cv_prog_compiler_rtti_exceptions
=yes
8409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8410 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8412 if test x
"$lt_cv_prog_compiler_rtti_exceptions" = xyes
; then
8413 lt_prog_compiler_no_builtin_flag
="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8425 lt_prog_compiler_wl
=
8426 lt_prog_compiler_pic
=
8427 lt_prog_compiler_static
=
8429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8430 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8432 if test "$GCC" = yes; then
8433 lt_prog_compiler_wl
='-Wl,'
8434 lt_prog_compiler_static
='-static'
8438 # All AIX code is PIC.
8439 if test "$host_cpu" = ia64
; then
8440 # AIX 5 now supports IA64 processor
8441 lt_prog_compiler_static
='-Bstatic'
8443 lt_prog_compiler_pic
='-fPIC'
8449 # see comment about AmigaOS4 .so support
8450 lt_prog_compiler_pic
='-fPIC'
8453 # FIXME: we need at least 68020 code to build shared libraries, but
8454 # adding the `-m68020' flag to GCC prevents building anything better,
8456 lt_prog_compiler_pic
='-m68020 -resident32 -malways-restore-a4'
8461 beos
* | irix5
* | irix6
* | nonstopux
* | osf3
* | osf4
* | osf5
*)
8462 # PIC is the default for these OSes.
8465 mingw
* | cygwin
* | pw32
* | os2
* | cegcc
*)
8466 # This hack is so that the source file can tell whether it is being
8467 # built for inclusion in a dll (and should export symbols for example).
8468 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8469 # (--disable-auto-import) libraries
8470 lt_prog_compiler_pic
='-DDLL_EXPORT'
8473 darwin
* | rhapsody
*)
8474 # PIC is the default on this platform
8475 # Common symbols not allowed in MH_DYLIB files
8476 lt_prog_compiler_pic
='-fno-common'
8480 # PIC is the default for Haiku.
8481 # The "-static" flag exists, but is broken.
8482 lt_prog_compiler_static
=
8486 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8487 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8488 # sets the default TLS model and affects inlining.
8494 lt_prog_compiler_pic
='-fPIC'
8500 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8501 # Instead, we relocate shared libraries at runtime.
8505 # Just because we use GCC doesn't mean we suddenly get shared libraries
8506 # on systems that don't support them.
8507 lt_prog_compiler_can_build_shared
=no
8512 # QNX uses GNU C++, but need to define -shared option too, otherwise
8514 lt_prog_compiler_pic
='-fPIC -shared'
8518 if test -d /usr
/nec
; then
8519 lt_prog_compiler_pic
=-Kconform_pic
8524 lt_prog_compiler_pic
='-fPIC'
8528 case $cc_basename in
8529 nvcc
*) # Cuda Compiler Driver 2.2
8530 lt_prog_compiler_wl
='-Xlinker '
8531 lt_prog_compiler_pic
='-Xcompiler -fPIC'
8535 # PORTME Check for flag to pass linker flags through the system compiler.
8538 lt_prog_compiler_wl
='-Wl,'
8539 if test "$host_cpu" = ia64
; then
8540 # AIX 5 now supports IA64 processor
8541 lt_prog_compiler_static
='-Bstatic'
8543 lt_prog_compiler_static
='-bnso -bI:/lib/syscalls.exp'
8547 mingw
* | cygwin
* | pw32
* | os2
* | cegcc
*)
8548 # This hack is so that the source file can tell whether it is being
8549 # built for inclusion in a dll (and should export symbols for example).
8550 lt_prog_compiler_pic
='-DDLL_EXPORT'
8553 hpux9
* | hpux10
* | hpux11
*)
8554 lt_prog_compiler_wl
='-Wl,'
8555 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8562 lt_prog_compiler_pic
='+Z'
8565 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8566 lt_prog_compiler_static
='${wl}-a ${wl}archive'
8569 irix5
* | irix6
* | nonstopux
*)
8570 lt_prog_compiler_wl
='-Wl,'
8571 # PIC (with -KPIC) is the default.
8572 lt_prog_compiler_static
='-non_shared'
8575 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
8576 case $cc_basename in
8577 # old Intel for x86_64 which still supported -KPIC.
8579 lt_prog_compiler_wl
='-Wl,'
8580 lt_prog_compiler_pic
='-KPIC'
8581 lt_prog_compiler_static
='-static'
8583 # icc used to be incompatible with GCC.
8584 # ICC 10 doesn't accept -KPIC any more.
8586 lt_prog_compiler_wl
='-Wl,'
8587 lt_prog_compiler_pic
='-fPIC'
8588 lt_prog_compiler_static
='-static'
8590 # Lahey Fortran 8.1.
8592 lt_prog_compiler_wl
='-Wl,'
8593 lt_prog_compiler_pic
='--shared'
8594 lt_prog_compiler_static
='--static'
8596 pgcc
* | pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
8597 # Portland Group compilers (*not* the Pentium gcc compiler,
8598 # which looks to be a dead project)
8599 lt_prog_compiler_wl
='-Wl,'
8600 lt_prog_compiler_pic
='-fpic'
8601 lt_prog_compiler_static
='-Bstatic'
8604 lt_prog_compiler_wl
='-Wl,'
8605 # All Alpha code is PIC.
8606 lt_prog_compiler_static
='-non_shared'
8608 xl
* | bgxl
* | bgf
* | mpixl
*)
8609 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8610 lt_prog_compiler_wl
='-Wl,'
8611 lt_prog_compiler_pic
='-qpic'
8612 lt_prog_compiler_static
='-qstaticlink'
8615 case `$CC -V 2>&1 | sed 5q` in
8616 *Sun\ F
* |
*Sun
*Fortran
*)
8617 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8618 lt_prog_compiler_pic
='-KPIC'
8619 lt_prog_compiler_static
='-Bstatic'
8620 lt_prog_compiler_wl
=''
8624 lt_prog_compiler_pic
='-KPIC'
8625 lt_prog_compiler_static
='-Bstatic'
8626 lt_prog_compiler_wl
='-Wl,'
8634 lt_prog_compiler_pic
='-KPIC'
8635 lt_prog_compiler_static
='-Bstatic'
8639 # QNX uses GNU C++, but need to define -shared option too, otherwise
8641 lt_prog_compiler_pic
='-fPIC -shared'
8644 osf3
* | osf4
* | osf5
*)
8645 lt_prog_compiler_wl
='-Wl,'
8646 # All OSF/1 code is PIC.
8647 lt_prog_compiler_static
='-non_shared'
8651 lt_prog_compiler_static
='-non_shared'
8655 lt_prog_compiler_pic
='-KPIC'
8656 lt_prog_compiler_static
='-Bstatic'
8657 case $cc_basename in
8659 lt_prog_compiler_wl
='-Qoption ld ';;
8661 lt_prog_compiler_wl
='-Wl,';;
8666 lt_prog_compiler_wl
='-Qoption ld '
8667 lt_prog_compiler_pic
='-PIC'
8668 lt_prog_compiler_static
='-Bstatic'
8671 sysv4 | sysv4.2uw2
* | sysv4.3
*)
8672 lt_prog_compiler_wl
='-Wl,'
8673 lt_prog_compiler_pic
='-KPIC'
8674 lt_prog_compiler_static
='-Bstatic'
8678 if test -d /usr
/nec
;then
8679 lt_prog_compiler_pic
='-Kconform_pic'
8680 lt_prog_compiler_static
='-Bstatic'
8684 sysv5
* | unixware
* | sco3.2v5
* | sco5v6
* | OpenUNIX
*)
8685 lt_prog_compiler_wl
='-Wl,'
8686 lt_prog_compiler_pic
='-KPIC'
8687 lt_prog_compiler_static
='-Bstatic'
8691 lt_prog_compiler_wl
='-Wl,'
8692 lt_prog_compiler_can_build_shared
=no
8696 lt_prog_compiler_pic
='-pic'
8697 lt_prog_compiler_static
='-Bstatic'
8701 lt_prog_compiler_can_build_shared
=no
8707 # For platforms which do not support PIC, -DPIC is meaningless:
8709 lt_prog_compiler_pic
=
8712 lt_prog_compiler_pic
="$lt_prog_compiler_pic -DPIC"
8715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8716 $as_echo "$lt_prog_compiler_pic" >&6; }
8724 # Check to make sure the PIC flag actually works.
8726 if test -n "$lt_prog_compiler_pic"; then
8727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8728 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8729 if ${lt_cv_prog_compiler_pic_works+:} false
; then :
8730 $as_echo_n "(cached) " >&6
8732 lt_cv_prog_compiler_pic_works
=no
8733 ac_outfile
=conftest.
$ac_objext
8734 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8735 lt_compiler_flag
="$lt_prog_compiler_pic -DPIC"
8736 # Insert the option either (1) after the last *FLAGS variable, or
8737 # (2) before a word containing "conftest.", or (3) at the end.
8738 # Note that $ac_compile itself does not contain backslashes and begins
8739 # with a dollar sign (not a hyphen), so the echo should work correctly.
8740 # The option is referenced via a variable to avoid confusing sed.
8741 lt_compile
=`echo "$ac_compile" | $SED \
8742 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8743 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8744 -e 's:$: $lt_compiler_flag:'`
8745 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8746 (eval "$lt_compile" 2>conftest.err
)
8748 cat conftest.err
>&5
8749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8750 if (exit $ac_status) && test -s "$ac_outfile"; then
8751 # The compiler can only warn and ignore the option if not recognized
8752 # So say no if there are warnings other than the usual output.
8753 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' >conftest.exp
8754 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
8755 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
8756 lt_cv_prog_compiler_pic_works
=yes
8762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8763 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8765 if test x
"$lt_cv_prog_compiler_pic_works" = xyes
; then
8766 case $lt_prog_compiler_pic in
8768 *) lt_prog_compiler_pic
=" $lt_prog_compiler_pic" ;;
8771 lt_prog_compiler_pic
=
8772 lt_prog_compiler_can_build_shared
=no
8783 # Check to make sure the static flag actually works.
8785 wl
=$lt_prog_compiler_wl eval lt_tmp_static_flag
=\"$lt_prog_compiler_static\"
8786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8787 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8788 if ${lt_cv_prog_compiler_static_works+:} false
; then :
8789 $as_echo_n "(cached) " >&6
8791 lt_cv_prog_compiler_static_works
=no
8792 save_LDFLAGS
="$LDFLAGS"
8793 LDFLAGS
="$LDFLAGS $lt_tmp_static_flag"
8794 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
8795 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
8796 # The linker can only warn and ignore the option if not recognized
8797 # So say no if there are warnings
8798 if test -s conftest.err
; then
8799 # Append any errors to the config.log.
8800 cat conftest.err
1>&5
8801 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
8802 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
8803 if diff conftest.exp conftest.er2
>/dev
/null
; then
8804 lt_cv_prog_compiler_static_works
=yes
8807 lt_cv_prog_compiler_static_works
=yes
8811 LDFLAGS
="$save_LDFLAGS"
8814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8815 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8817 if test x
"$lt_cv_prog_compiler_static_works" = xyes
; then
8820 lt_prog_compiler_static
=
8829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8830 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8831 if ${lt_cv_prog_compiler_c_o+:} false
; then :
8832 $as_echo_n "(cached) " >&6
8834 lt_cv_prog_compiler_c_o
=no
8835 $RM -r conftest
2>/dev
/null
8839 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8841 lt_compiler_flag
="-o out/conftest2.$ac_objext"
8842 # Insert the option either (1) after the last *FLAGS variable, or
8843 # (2) before a word containing "conftest.", or (3) at the end.
8844 # Note that $ac_compile itself does not contain backslashes and begins
8845 # with a dollar sign (not a hyphen), so the echo should work correctly.
8846 lt_compile
=`echo "$ac_compile" | $SED \
8847 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8848 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8849 -e 's:$: $lt_compiler_flag:'`
8850 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8851 (eval "$lt_compile" 2>out
/conftest.err
)
8853 cat out
/conftest.err
>&5
8854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8855 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
8857 # The compiler can only warn and ignore the option if not recognized
8858 # So say no if there are warnings
8859 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' > out
/conftest.exp
8860 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
8861 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
8862 lt_cv_prog_compiler_c_o
=yes
8867 # SGI C++ compiler will create directory out/ii_files/ for
8868 # template instantiation
8869 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
8870 $RM out
/* && rmdir out
8876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8877 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8885 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8886 if ${lt_cv_prog_compiler_c_o+:} false
; then :
8887 $as_echo_n "(cached) " >&6
8889 lt_cv_prog_compiler_c_o
=no
8890 $RM -r conftest
2>/dev
/null
8894 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8896 lt_compiler_flag
="-o out/conftest2.$ac_objext"
8897 # Insert the option either (1) after the last *FLAGS variable, or
8898 # (2) before a word containing "conftest.", or (3) at the end.
8899 # Note that $ac_compile itself does not contain backslashes and begins
8900 # with a dollar sign (not a hyphen), so the echo should work correctly.
8901 lt_compile
=`echo "$ac_compile" | $SED \
8902 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8903 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8904 -e 's:$: $lt_compiler_flag:'`
8905 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8906 (eval "$lt_compile" 2>out
/conftest.err
)
8908 cat out
/conftest.err
>&5
8909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8910 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
8912 # The compiler can only warn and ignore the option if not recognized
8913 # So say no if there are warnings
8914 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' > out
/conftest.exp
8915 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
8916 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
8917 lt_cv_prog_compiler_c_o
=yes
8922 # SGI C++ compiler will create directory out/ii_files/ for
8923 # template instantiation
8924 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
8925 $RM out
/* && rmdir out
8931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8932 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8937 hard_links
="nottested"
8938 if test "$lt_cv_prog_compiler_c_o" = no
&& test "$need_locks" != no
; then
8939 # do not overwrite the value of need_locks provided by the user
8940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8941 $as_echo_n "checking if we can lock with hard links... " >&6; }
8944 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
8946 ln conftest.a conftest.b
2>&5 || hard_links
=no
8947 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
8948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8949 $as_echo "$hard_links" >&6; }
8950 if test "$hard_links" = no
; then
8951 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8952 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8965 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8968 allow_undefined_flag
=
8969 always_export_symbols
=no
8971 archive_expsym_cmds
=
8972 compiler_needs_object
=no
8973 enable_shared_with_static_runtimes
=no
8974 export_dynamic_flag_spec
=
8975 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8976 hardcode_automatic
=no
8978 hardcode_direct_absolute
=no
8979 hardcode_libdir_flag_spec
=
8980 hardcode_libdir_flag_spec_ld
=
8981 hardcode_libdir_separator
=
8983 hardcode_shlibpath_var
=unsupported
8985 link_all_deplibs
=unknown
8988 old_archive_from_new_cmds
=
8989 old_archive_from_expsyms_cmds
=
8990 thread_safe_flag_spec
=
8991 whole_archive_flag_spec
=
8992 # include_expsyms should be a list of space-separated symbols to be *always*
8993 # included in the symbol list
8995 # exclude_expsyms can be an extended regexp of symbols to exclude
8996 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8997 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8998 # as well as any symbol that contains `d'.
8999 exclude_expsyms
='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9000 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9001 # platforms (ab)use it in PIC code, but their linkers get confused if
9002 # the symbol is explicitly referenced. Since portable code cannot
9003 # rely on this symbol name, it's probably fine to never include it in
9004 # preloaded symbol tables.
9005 # Exclude shared library initialization/finalization symbols.
9006 extract_expsyms_cmds
=
9009 cygwin
* | mingw
* | pw32
* | cegcc
*)
9010 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9011 # When not using gcc, we currently assume that we are using
9012 # Microsoft Visual C++.
9013 if test "$GCC" != yes; then
9018 # we just hope/assume this is gcc and not c89 (= MSVC++)
9028 # On some targets, GNU ld is compatible enough with the native linker
9029 # that we're better off using the native interface for both.
9030 lt_use_gnu_ld_interface
=no
9031 if test "$with_gnu_ld" = yes; then
9034 # The AIX port of GNU ld has always aspired to compatibility
9035 # with the native linker. However, as the warning in the GNU ld
9036 # block says, versions before 2.19.5* couldn't really create working
9037 # shared libraries, regardless of the interface used.
9038 case `$LD -v 2>&1` in
9039 *\ \
(GNU\ Binutils\
)\
2.19.5*) ;;
9040 *\ \
(GNU\ Binutils\
)\
2.
[2-9]*) ;;
9041 *\ \
(GNU\ Binutils\
)\
[3-9]*) ;;
9043 lt_use_gnu_ld_interface
=yes
9048 lt_use_gnu_ld_interface
=yes
9053 if test "$lt_use_gnu_ld_interface" = yes; then
9054 # If archive_cmds runs LD, not CC, wlarc should be empty
9057 # Set some defaults for GNU ld with shared library support. These
9058 # are reset later if shared libraries are not supported. Putting them
9059 # here allows them to be overridden if necessary.
9060 runpath_var
=LD_RUN_PATH
9061 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9062 export_dynamic_flag_spec
='${wl}--export-dynamic'
9063 # ancient GNU ld didn't support --whole-archive et. al.
9064 if $LD --help 2>&1 |
$GREP 'no-whole-archive' > /dev
/null
; then
9065 whole_archive_flag_spec
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9067 whole_archive_flag_spec
=
9069 supports_anon_versioning
=no
9070 case `$LD -v 2>&1` in
9071 *GNU\ gold
*) supports_anon_versioning
=yes ;;
9072 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.10.
*) ;; # catch versions < 2.11
9073 *\
2.11.93.0.2\
*) supports_anon_versioning
=yes ;; # RH7.3 ...
9074 *\
2.11.92.0.12\
*) supports_anon_versioning
=yes ;; # Mandrake 8.2 ...
9075 *\
2.11.
*) ;; # other 2.11 versions
9076 *) supports_anon_versioning
=yes ;;
9079 # See if GNU ld supports shared libraries.
9082 # On AIX/PPC, the GNU linker is very broken
9083 if test "$host_cpu" != ia64
; then
9087 *** Warning: the GNU linker, at least up to release 2.19, is reported
9088 *** to be unable to reliably create shared libraries on AIX.
9089 *** Therefore, libtool is disabling shared libraries support. If you
9090 *** really care for shared libraries, you may want to install binutils
9091 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9092 *** You will then need to restart the configuration process.
9101 # see comment about AmigaOS4 .so support
9102 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9103 archive_expsym_cmds
=''
9106 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)'
9107 hardcode_libdir_flag_spec
='-L$libdir'
9108 hardcode_minus_L
=yes
9114 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9115 allow_undefined_flag
=unsupported
9116 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9117 # support --undefined. This deserves some investigation. FIXME
9118 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9124 cygwin
* | mingw
* | pw32
* | cegcc
*)
9125 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9126 # as there is no search path for DLLs.
9127 hardcode_libdir_flag_spec
='-L$libdir'
9128 export_dynamic_flag_spec
='${wl}--export-all-symbols'
9129 allow_undefined_flag
=unsupported
9130 always_export_symbols
=no
9131 enable_shared_with_static_runtimes
=yes
9132 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9134 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
9135 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9136 # If the export-symbols file already is a .def file (1st line
9137 # is EXPORTS), use it as is; otherwise, prepend...
9138 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9139 cp $export_symbols $output_objdir/$soname.def;
9141 echo EXPORTS > $output_objdir/$soname.def;
9142 cat $export_symbols >> $output_objdir/$soname.def;
9144 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9151 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9152 link_all_deplibs
=yes
9157 hardcode_shlibpath_var
=no
9158 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9159 export_dynamic_flag_spec
='${wl}-E'
9160 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9161 # Instead, shared libraries are loaded at an image base (0x10000000 by
9162 # default) and relocated if they conflict, which is a slow very memory
9163 # consuming and fragmenting process. To avoid this, we pick a random,
9164 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9165 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9166 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9167 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'
9170 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu | uclinuxfdpiceabi
)
9172 if test "$host_os" = linux-dietlibc
; then
9173 case $cc_basename in
9174 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
9177 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
9178 && test "$tmp_diet" = no
9180 tmp_addflag
=' $pic_flag'
9181 tmp_sharedflag
='-shared'
9182 case $cc_basename,$host_cpu in
9183 pgcc
*) # Portland Group C compiler
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'
9187 pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
9188 # Portland Group f77 and f90 compilers
9189 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'
9190 tmp_addflag
=' $pic_flag -Mnomain' ;;
9191 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
9192 tmp_addflag
=' -i_dynamic' ;;
9193 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
9194 tmp_addflag
=' -i_dynamic -nofor_main' ;;
9195 ifc
* | ifort
*) # Intel Fortran compiler
9196 tmp_addflag
=' -nofor_main' ;;
9197 lf95
*) # Lahey Fortran 8.1
9198 whole_archive_flag_spec
=
9199 tmp_sharedflag
='--shared' ;;
9200 xl
[cC
]* | bgxl
[cC
]* | mpixl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9201 tmp_sharedflag
='-qmkshrobj'
9203 nvcc
*) # Cuda Compiler Driver 2.2
9204 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'
9205 compiler_needs_object
=yes
9208 case `$CC -V 2>&1 | sed 5q` in
9209 *Sun\ C
*) # Sun C 5.9
9210 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'
9211 compiler_needs_object
=yes
9212 tmp_sharedflag
='-G' ;;
9213 *Sun\ F
*) # Sun Fortran 8.3
9214 tmp_sharedflag
='-G' ;;
9216 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9218 if test "x$supports_anon_versioning" = xyes
; then
9219 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
9220 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9221 echo "local: *; };" >> $output_objdir/$libname.ver~
9222 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9225 case $cc_basename in
9226 xlf
* | bgf
* | bgxlf
* | mpixlf
*)
9227 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9228 whole_archive_flag_spec
='--whole-archive$convenience --no-whole-archive'
9229 hardcode_libdir_flag_spec
=
9230 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
9231 archive_cmds
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9232 if test "x$supports_anon_versioning" = xyes
; then
9233 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
9234 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9235 echo "local: *; };" >> $output_objdir/$libname.ver~
9236 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9246 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9247 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9250 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9251 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9256 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
9260 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9261 *** create shared libraries on Solaris systems. Therefore, libtool
9262 *** is disabling shared libraries support. We urge you to upgrade GNU
9263 *** binutils to release 2.9.1 or newer. Another option is to modify
9264 *** your PATH or compiler configuration so that the native linker is
9265 *** used, and then restart.
9268 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9269 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9270 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9276 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
9277 case `$LD -v 2>&1` in
9278 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
9282 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9283 *** reliably create shared libraries on SCO systems. Therefore, libtool
9284 *** is disabling shared libraries support. We urge you to upgrade GNU
9285 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9286 *** your PATH or compiler configuration so that the native linker is
9287 *** used, and then restart.
9292 # For security reasons, it is highly recommended that you always
9293 # use absolute paths for naming shared libraries, and exclude the
9294 # DT_RUNPATH tag from executables and libraries. But doing so
9295 # requires that you compile everything twice, which is a pain.
9296 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9297 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9298 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9299 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9308 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9311 hardcode_shlibpath_var
=no
9315 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9316 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9317 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9324 if test "$ld_shlibs" = no
; then
9326 hardcode_libdir_flag_spec
=
9327 export_dynamic_flag_spec
=
9328 whole_archive_flag_spec
=
9331 # PORTME fill in a description of your system's linker (not GNU ld)
9334 allow_undefined_flag
=unsupported
9335 always_export_symbols
=yes
9336 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'
9337 # Note: this linker hardcodes the directories in LIBPATH if there
9338 # are no directories specified by -L.
9339 hardcode_minus_L
=yes
9340 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9341 # Neither direct hardcoding nor static linking is supported with a
9343 hardcode_direct
=unsupported
9348 if test "$host_cpu" = ia64
; then
9349 # On IA64, the linker does run time linking by default, so we don't
9350 # have to do anything special.
9351 aix_use_runtimelinking
=no
9352 exp_sym_flag
='-Bexport'
9355 # If we're using GNU nm, then we don't want the "-C" option.
9356 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9357 # Also, AIX nm treats weak defined symbols like other global
9358 # defined symbols, whereas GNU nm marks them as "W".
9359 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
9360 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'
9362 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'
9364 aix_use_runtimelinking
=no
9366 # Test if we are trying to use run time linking or normal
9367 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9368 # need to do runtime linking.
9369 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
9370 for ld_flag
in $LDFLAGS; do
9371 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
9372 aix_use_runtimelinking
=yes
9379 exp_sym_flag
='-bexport'
9380 no_entry_flag
='-bnoentry'
9383 # When large executables or shared objects are built, AIX ld can
9384 # have problems creating the table of contents. If linking a library
9385 # or program results in "error TOC overflow" add -mminimal-toc to
9386 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9387 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9391 hardcode_direct_absolute
=yes
9392 hardcode_libdir_separator
=':'
9393 link_all_deplibs
=yes
9394 file_list_spec
='${wl}-f,'
9396 if test "$GCC" = yes; then
9397 case $host_os in aix4.
[012]|aix4.
[012].
*)
9398 # We only want to do this on AIX 4.2 and lower, the check
9399 # below for broken collect2 doesn't work under 4.3+
9400 collect2name
=`${CC} -print-prog-name=collect2`
9401 if test -f "$collect2name" &&
9402 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
9404 # We have reworked collect2
9407 # We have old collect2
9408 hardcode_direct
=unsupported
9409 # It fails to find uninstalled libraries when the uninstalled
9410 # path is not listed in the libpath. Setting hardcode_minus_L
9411 # to unsupported forces relinking
9412 hardcode_minus_L
=yes
9413 hardcode_libdir_flag_spec
='-L$libdir'
9414 hardcode_libdir_separator
=
9418 shared_flag
='-shared'
9419 if test "$aix_use_runtimelinking" = yes; then
9420 shared_flag
="$shared_flag "'${wl}-G'
9424 if test "$host_cpu" = ia64
; then
9425 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9426 # chokes on -Wl,-G. The following line is correct:
9429 if test "$aix_use_runtimelinking" = yes; then
9430 shared_flag
='${wl}-G'
9432 shared_flag
='${wl}-bM:SRE'
9437 export_dynamic_flag_spec
='${wl}-bexpall'
9438 # It seems that -bexpall does not export symbols beginning with
9439 # underscore (_), so it is better to generate a list of symbols to export.
9440 always_export_symbols
=yes
9441 if test "$aix_use_runtimelinking" = yes; then
9442 # Warning - without using the other runtime loading flags (-brtl),
9443 # -berok will link without error, but may produce a broken library.
9444 allow_undefined_flag
='-berok'
9445 # Determine the default libpath from the value encoded in an
9447 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9448 /* end confdefs.h. */
9458 if ac_fn_c_try_link
"$LINENO"; then :
9460 lt_aix_libpath_sed
='
9461 /Import File Strings/,/^$/ {
9467 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9468 # Check for a 64-bit object if we didn't find anything.
9469 if test -z "$aix_libpath"; then
9470 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9473 rm -f core conftest.err conftest.
$ac_objext \
9474 conftest
$ac_exeext conftest.
$ac_ext
9475 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9477 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9478 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"
9480 if test "$host_cpu" = ia64
; then
9481 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
9482 allow_undefined_flag
="-z nodefs"
9483 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"
9485 # Determine the default libpath from the value encoded in an
9487 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9488 /* end confdefs.h. */
9498 if ac_fn_c_try_link
"$LINENO"; then :
9500 lt_aix_libpath_sed
='
9501 /Import File Strings/,/^$/ {
9507 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9508 # Check for a 64-bit object if we didn't find anything.
9509 if test -z "$aix_libpath"; then
9510 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9513 rm -f core conftest.err conftest.
$ac_objext \
9514 conftest
$ac_exeext conftest.
$ac_ext
9515 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9517 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9518 # Warning - without using the other run time loading flags,
9519 # -berok will link without error, but may produce a broken library.
9520 no_undefined_flag
=' ${wl}-bernotok'
9521 allow_undefined_flag
=' ${wl}-berok'
9522 if test "$with_gnu_ld" = yes; then
9523 # We only use this code for GNU lds that support --whole-archive.
9524 whole_archive_flag_spec
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9526 # Exported symbols can be pulled into shared objects from archives
9527 whole_archive_flag_spec
='$convenience'
9529 archive_cmds_need_lc
=yes
9530 # This is similar to how AIX traditionally builds its shared libraries.
9531 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'
9539 # see comment about AmigaOS4 .so support
9540 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9541 archive_expsym_cmds
=''
9544 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)'
9545 hardcode_libdir_flag_spec
='-L$libdir'
9546 hardcode_minus_L
=yes
9552 export_dynamic_flag_spec
=-rdynamic
9555 cygwin
* | mingw
* | pw32
* | cegcc
*)
9556 # When not using gcc, we currently assume that we are using
9557 # Microsoft Visual C++.
9558 # hardcode_libdir_flag_spec is actually meaningless, as there is
9559 # no search path for DLLs.
9560 hardcode_libdir_flag_spec
=' '
9561 allow_undefined_flag
=unsupported
9562 # Tell ltmain to make .lib files, not .a files.
9564 # Tell ltmain to make .dll files, not .so files.
9566 # FIXME: Setting linknames here is a bad hack.
9567 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9568 # The linker will automatically build a .lib file if we build a DLL.
9569 old_archive_from_new_cmds
='true'
9570 # FIXME: Should let the user specify the lib program.
9571 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
9572 fix_srcfile_path
='`cygpath -w "$srcfile"`'
9573 enable_shared_with_static_runtimes
=yes
9576 darwin
* | rhapsody
*)
9579 archive_cmds_need_lc
=no
9581 hardcode_automatic
=yes
9582 hardcode_shlibpath_var
=unsupported
9583 if test "$lt_cv_ld_force_load" = "yes"; then
9584 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\"`'
9586 whole_archive_flag_spec
=''
9588 link_all_deplibs
=yes
9589 allow_undefined_flag
="$_lt_dar_allow_undefined"
9590 case $cc_basename in
9591 ifort
*) _lt_dar_can_shared
=yes ;;
9592 *) _lt_dar_can_shared
=$GCC ;;
9594 if test "$_lt_dar_can_shared" = "yes"; then
9595 output_verbose_link_cmd
=func_echo_all
9596 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9597 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9598 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}"
9599 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}"
9608 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9609 hardcode_libdir_flag_spec
='-L$libdir'
9610 hardcode_shlibpath_var
=no
9613 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9614 # support. Future versions do this automatically, but an explicit c++rt0.o
9615 # does not break anything, and helps significantly (at the cost of a little
9618 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9619 hardcode_libdir_flag_spec
='-R$libdir'
9621 hardcode_shlibpath_var
=no
9624 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9626 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9628 hardcode_minus_L
=yes
9629 hardcode_shlibpath_var
=no
9632 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9633 freebsd
* | dragonfly
*)
9634 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9635 hardcode_libdir_flag_spec
='-R$libdir'
9637 hardcode_shlibpath_var
=no
9641 if test "$GCC" = yes; then
9642 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'
9644 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'
9646 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9647 hardcode_libdir_separator
=:
9650 # hardcode_minus_L: Not really in the search PATH,
9651 # but as the default location of the library.
9652 hardcode_minus_L
=yes
9653 export_dynamic_flag_spec
='${wl}-E'
9657 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9658 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9660 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9662 if test "$with_gnu_ld" = no
; then
9663 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9664 hardcode_libdir_flag_spec_ld
='+b $libdir'
9665 hardcode_libdir_separator
=:
9667 hardcode_direct_absolute
=yes
9668 export_dynamic_flag_spec
='${wl}-E'
9669 # hardcode_minus_L: Not really in the search PATH,
9670 # but as the default location of the library.
9671 hardcode_minus_L
=yes
9676 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9679 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9682 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9685 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9691 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9694 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9698 # Older versions of the 11.00 compiler do not understand -b yet
9699 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9701 $as_echo_n "checking if $CC understands -b... " >&6; }
9702 if ${lt_cv_prog_compiler__b+:} false
; then :
9703 $as_echo_n "(cached) " >&6
9705 lt_cv_prog_compiler__b
=no
9706 save_LDFLAGS
="$LDFLAGS"
9707 LDFLAGS
="$LDFLAGS -b"
9708 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
9709 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
9710 # The linker can only warn and ignore the option if not recognized
9711 # So say no if there are warnings
9712 if test -s conftest.err
; then
9713 # Append any errors to the config.log.
9714 cat conftest.err
1>&5
9715 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
9716 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
9717 if diff conftest.exp conftest.er2
>/dev
/null
; then
9718 lt_cv_prog_compiler__b
=yes
9721 lt_cv_prog_compiler__b
=yes
9725 LDFLAGS
="$save_LDFLAGS"
9728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9729 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9731 if test x
"$lt_cv_prog_compiler__b" = xyes
; then
9732 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9734 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9740 if test "$with_gnu_ld" = no
; then
9741 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9742 hardcode_libdir_separator
=:
9747 hardcode_shlibpath_var
=no
9751 hardcode_direct_absolute
=yes
9752 export_dynamic_flag_spec
='${wl}-E'
9754 # hardcode_minus_L: Not really in the search PATH,
9755 # but as the default location of the library.
9756 hardcode_minus_L
=yes
9762 irix5
* | irix6
* | nonstopux
*)
9763 if test "$GCC" = yes; then
9764 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'
9765 # Try to use the -exported_symbol ld option, if it does not
9766 # work, assume that -exports_file does not work either and
9767 # implicitly export all symbols.
9768 save_LDFLAGS
="$LDFLAGS"
9769 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9770 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9771 /* end confdefs.h. */
9774 if ac_fn_c_try_link
"$LINENO"; then :
9775 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'
9778 rm -f core conftest.err conftest.
$ac_objext \
9779 conftest
$ac_exeext conftest.
$ac_ext
9780 LDFLAGS
="$save_LDFLAGS"
9782 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'
9783 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'
9785 archive_cmds_need_lc
='no'
9786 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9787 hardcode_libdir_separator
=:
9789 link_all_deplibs
=yes
9793 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9794 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9796 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9798 hardcode_libdir_flag_spec
='-R$libdir'
9800 hardcode_shlibpath_var
=no
9804 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9806 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9807 hardcode_libdir_separator
=:
9808 hardcode_shlibpath_var
=no
9815 if test -f /usr
/libexec
/ld.so
; then
9817 hardcode_shlibpath_var
=no
9818 hardcode_direct_absolute
=yes
9819 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9820 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9821 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9822 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9823 export_dynamic_flag_spec
='${wl}-E'
9826 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
9827 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9828 hardcode_libdir_flag_spec
='-R$libdir'
9831 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9832 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9842 hardcode_libdir_flag_spec
='-L$libdir'
9843 hardcode_minus_L
=yes
9844 allow_undefined_flag
=unsupported
9845 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'
9846 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9850 if test "$GCC" = yes; then
9851 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9852 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'
9854 allow_undefined_flag
=' -expect_unresolved \*'
9855 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'
9857 archive_cmds_need_lc
='no'
9858 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9859 hardcode_libdir_separator
=:
9862 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
9863 if test "$GCC" = yes; then
9864 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9865 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'
9866 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9868 allow_undefined_flag
=' -expect_unresolved \*'
9869 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'
9870 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~
9871 $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'
9873 # Both c and cxx compiler support -rpath directly
9874 hardcode_libdir_flag_spec
='-rpath $libdir'
9876 archive_cmds_need_lc
='no'
9877 hardcode_libdir_separator
=:
9881 no_undefined_flag
=' -z defs'
9882 if test "$GCC" = yes; then
9884 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9885 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9886 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9888 case `$CC -V 2>&1` in
9891 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9892 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9893 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9897 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9898 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9899 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9903 hardcode_libdir_flag_spec
='-R$libdir'
9904 hardcode_shlibpath_var
=no
9906 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
9908 # The compiler driver will combine and reorder linker options,
9909 # but understands `-z linker_flag'. GCC discards it without `$wl',
9910 # but is careful enough not to reorder.
9911 # Supported since Solaris 2.6 (maybe 2.5.1?)
9912 if test "$GCC" = yes; then
9913 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9915 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
9919 link_all_deplibs
=yes
9923 if test "x$host_vendor" = xsequent
; then
9924 # Use $CC to link under sequent, because it throws in some extra .o
9925 # files that make .init and .fini sections work.
9926 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9928 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9930 hardcode_libdir_flag_spec
='-L$libdir'
9932 hardcode_minus_L
=yes
9933 hardcode_shlibpath_var
=no
9937 case $host_vendor in
9939 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9940 hardcode_direct
=yes # is this really true???
9943 ## LD is ld it makes a PLAMLIB
9944 ## CC just makes a GrossModule.
9945 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9946 reload_cmds
='$CC -r -o $output$reload_objs'
9950 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9951 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
9954 runpath_var
='LD_RUN_PATH'
9955 hardcode_shlibpath_var
=no
9959 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9960 hardcode_shlibpath_var
=no
9961 export_dynamic_flag_spec
='-Bexport'
9965 if test -d /usr
/nec
; then
9966 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9967 hardcode_shlibpath_var
=no
9968 runpath_var
=LD_RUN_PATH
9969 hardcode_runpath_var
=yes
9974 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
9975 no_undefined_flag
='${wl}-z,text'
9976 archive_cmds_need_lc
=no
9977 hardcode_shlibpath_var
=no
9978 runpath_var
='LD_RUN_PATH'
9980 if test "$GCC" = yes; then
9981 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9982 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9984 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9985 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9989 sysv5
* | sco3.2v5
* | sco5v6
*)
9990 # Note: We can NOT use -z defs as we might desire, because we do not
9991 # link with -lc, and that would cause any symbols used from libc to
9992 # always be unresolved, which means just about no library would
9993 # ever link correctly. If we're not using GNU ld we use -z text
9994 # though, which does catch some bad symbols but isn't as heavy-handed
9996 no_undefined_flag
='${wl}-z,text'
9997 allow_undefined_flag
='${wl}-z,nodefs'
9998 archive_cmds_need_lc
=no
9999 hardcode_shlibpath_var
=no
10000 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
10001 hardcode_libdir_separator
=':'
10002 link_all_deplibs
=yes
10003 export_dynamic_flag_spec
='${wl}-Bexport'
10004 runpath_var
='LD_RUN_PATH'
10006 if test "$GCC" = yes; then
10007 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10008 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10010 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10011 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10016 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10017 hardcode_libdir_flag_spec
='-L$libdir'
10018 hardcode_shlibpath_var
=no
10026 if test x
$host_vendor = xsni
; then
10028 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
10029 export_dynamic_flag_spec
='${wl}-Blargedynsym'
10035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10036 $as_echo "$ld_shlibs" >&6; }
10037 test "$ld_shlibs" = no
&& can_build_shared
=no
10039 with_gnu_ld
=$with_gnu_ld
10056 # Do we need to explicitly link libc?
10058 case "x$archive_cmds_need_lc" in
10060 # Assume -lc should be added
10061 archive_cmds_need_lc
=yes
10063 if test "$enable_shared" = yes && test "$GCC" = yes; then
10064 case $archive_cmds in
10066 # FIXME: we may have to deal with multi-command sequences.
10069 # Test whether the compiler implicitly links with -lc since on some
10070 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10071 # to ld, don't add -lc before -lgcc.
10072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10073 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10074 if ${lt_cv_archive_cmds_need_lc+:} false
; then :
10075 $as_echo_n "(cached) " >&6
10078 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
10080 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10081 (eval $ac_compile) 2>&5
10083 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10084 test $ac_status = 0; } 2>conftest.err
; then
10087 libobjs
=conftest.
$ac_objext
10089 wl
=$lt_prog_compiler_wl
10090 pic_flag
=$lt_prog_compiler_pic
10096 lt_save_allow_undefined_flag
=$allow_undefined_flag
10097 allow_undefined_flag
=
10098 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10099 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
10101 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10102 test $ac_status = 0; }
10104 lt_cv_archive_cmds_need_lc
=no
10106 lt_cv_archive_cmds_need_lc
=yes
10108 allow_undefined_flag
=$lt_save_allow_undefined_flag
10110 cat conftest.err
1>&5
10115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10116 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10117 archive_cmds_need_lc
=$lt_cv_archive_cmds_need_lc
10280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10281 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10283 if test "$GCC" = yes; then
10285 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
10286 *) lt_awk_arg
="/^libraries:/" ;;
10289 mingw
* | cegcc
*) lt_sed_strip_eq
="s,=\([A-Za-z]:\),\1,g" ;;
10290 *) lt_sed_strip_eq
="s,=/,/,g" ;;
10292 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10293 case $lt_search_path_spec in
10295 # if the path contains ";" then we assume it to be the separator
10296 # otherwise default to the standard path separator (i.e. ":") - it is
10297 # assumed that no part of a normal pathname contains ";" but that should
10298 # okay in the real world where ";" in dirpaths is itself problematic.
10299 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10302 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10305 # Ok, now we have the path, separated by spaces, we can step through it
10306 # and add multilib dir if necessary.
10307 lt_tmp_lt_search_path_spec
=
10308 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10309 for lt_sys_path
in $lt_search_path_spec; do
10310 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10311 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10313 test -d "$lt_sys_path" && \
10314 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
10317 lt_search_path_spec
=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10318 BEGIN {RS=" "; FS="/|\n";} {
10321 for (lt_i = NF; lt_i > 0; lt_i--) {
10322 if ($lt_i != "" && $lt_i != ".") {
10323 if ($lt_i == "..") {
10326 if (lt_count == 0) {
10327 lt_foo="/" $lt_i lt_foo;
10334 if (lt_foo != "") { lt_freq[lt_foo]++; }
10335 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10337 # AWK program above erroneously prepends '/' to C:/dos/paths
10340 mingw
* | cegcc
*) lt_search_path_spec
=`$ECHO "$lt_search_path_spec" |\
10341 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10343 sys_lib_search_path_spec
=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10345 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
10347 library_names_spec
=
10348 libname_spec
='lib$name'
10352 postuninstall_cmds
=
10356 shlibpath_overrides_runpath
=unknown
10358 dynamic_linker
="$host_os ld.so"
10359 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
10360 need_lib_prefix
=unknown
10361 hardcode_into_libs
=no
10363 # when you set need_version to no, make sure it does not cause -set_version
10364 # flags to be left without arguments
10365 need_version
=unknown
10370 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
10371 shlibpath_var
=LIBPATH
10373 # AIX 3 has no versioning support, so we append a major version to the name.
10374 soname_spec
='${libname}${release}${shared_ext}$major'
10381 hardcode_into_libs
=yes
10382 if test "$host_cpu" = ia64
; then
10383 # AIX 5 supports IA64
10384 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10385 shlibpath_var
=LD_LIBRARY_PATH
10387 # With GCC up to 2.95.x, collect2 would create an import file
10388 # for dependence libraries. The import file would start with
10389 # the line `#! .'. This would cause the generated library to
10390 # depend on `.', always an invalid library. This was fixed in
10391 # development snapshots of GCC prior to 3.0.
10393 aix4 | aix4.
[01] | aix4.
[01].
*)
10394 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10396 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
10399 can_build_shared
=no
10403 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10404 # soname into executable. Probably we can add versioning support to
10405 # collect2, so additional links can be useful in future.
10406 if test "$aix_use_runtimelinking" = yes; then
10407 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10408 # instead of lib<name>.a to let people know that these are not
10409 # typical AIX shared libraries.
10410 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10412 # We preserve .a as extension for shared libraries through AIX4.2
10413 # and later when we are not doing run time linking.
10414 library_names_spec
='${libname}${release}.a $libname.a'
10415 soname_spec
='${libname}${release}${shared_ext}$major'
10417 shlibpath_var
=LIBPATH
10424 # Since July 2007 AmigaOS4 officially supports .so libraries.
10425 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10426 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10429 library_names_spec
='$libname.ixlibrary $libname.a'
10430 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10431 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'
10437 library_names_spec
='${libname}${shared_ext}'
10438 dynamic_linker
="$host_os ld.so"
10439 shlibpath_var
=LIBRARY_PATH
10445 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10446 soname_spec
='${libname}${release}${shared_ext}$major'
10447 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
10448 shlibpath_var
=LD_LIBRARY_PATH
10449 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10450 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
10451 # the default ld.so.conf also contains /usr/contrib/lib and
10452 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10453 # libtool to hard-code these into programs
10456 cygwin
* | mingw
* | pw32
* | cegcc
*)
10457 version_type
=windows
10462 case $GCC,$host_os in
10463 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
10464 library_names_spec
='$libname.dll.a'
10465 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10466 postinstall_cmds
='base_file=`basename \${file}`~
10467 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10468 dldir=$destdir/`dirname \$dlpath`~
10469 test -d \$dldir || mkdir -p \$dldir~
10470 $install_prog $dir/$dlname \$dldir/$dlname~
10471 chmod a+x \$dldir/$dlname~
10472 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10473 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10475 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10476 dlpath=$dir/\$dldll~
10478 shlibpath_overrides_runpath
=yes
10482 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10483 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10485 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/lib/w32api"
10488 # MinGW DLLs use traditional 'lib' prefix
10489 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10492 # pw32 DLLs use 'pw' prefix rather than 'lib'
10493 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10499 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10502 dynamic_linker
='Win32 ld.exe'
10503 # FIXME: first we should search . and the directory the executable is in
10507 darwin
* | rhapsody
*)
10508 dynamic_linker
="$host_os dyld"
10509 version_type
=darwin
10512 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10513 soname_spec
='${libname}${release}${major}$shared_ext'
10514 shlibpath_overrides_runpath
=yes
10515 shlibpath_var
=DYLD_LIBRARY_PATH
10516 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
10518 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
10519 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
10526 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10527 soname_spec
='${libname}${release}${shared_ext}$major'
10528 shlibpath_var
=LD_LIBRARY_PATH
10531 freebsd
* | dragonfly
*)
10532 # DragonFly does not have aout. When/if they implement a new
10533 # versioning mechanism, adjust this.
10534 if test -x /usr
/bin
/objformat
; then
10535 objformat
=`/usr/bin/objformat`
10538 freebsd
[23].
*) objformat
=aout
;;
10539 *) objformat
=elf
;;
10542 version_type
=freebsd-
$objformat
10543 case $version_type in
10545 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10550 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10554 shlibpath_var
=LD_LIBRARY_PATH
10557 shlibpath_overrides_runpath
=yes
10559 freebsd3.
[01]* | freebsdelf3.
[01]*)
10560 shlibpath_overrides_runpath
=yes
10561 hardcode_into_libs
=yes
10563 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
10564 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
10565 shlibpath_overrides_runpath
=no
10566 hardcode_into_libs
=yes
10568 *) # from 4.6 on, and DragonFly
10569 shlibpath_overrides_runpath
=yes
10570 hardcode_into_libs
=yes
10579 dynamic_linker
="$host_os runtime_loader"
10580 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10581 soname_spec
='${libname}${release}${shared_ext}$major'
10582 shlibpath_var
=LIBRARY_PATH
10583 shlibpath_overrides_runpath
=yes
10584 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10585 hardcode_into_libs
=yes
10588 hpux9
* | hpux10
* | hpux11
*)
10589 # Give a soname corresponding to the major version so that dld.sl refuses to
10590 # link against other versions.
10597 hardcode_into_libs
=yes
10598 dynamic_linker
="$host_os dld.so"
10599 shlibpath_var
=LD_LIBRARY_PATH
10600 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10601 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10602 soname_spec
='${libname}${release}${shared_ext}$major'
10603 if test "X$HPUX_IA64_MODE" = X32
; then
10604 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10606 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
10608 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10612 hardcode_into_libs
=yes
10613 dynamic_linker
="$host_os dld.sl"
10614 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
10615 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10616 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10617 soname_spec
='${libname}${release}${shared_ext}$major'
10618 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10619 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10623 dynamic_linker
="$host_os dld.sl"
10624 shlibpath_var
=SHLIB_PATH
10625 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
10626 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10627 soname_spec
='${libname}${release}${shared_ext}$major'
10630 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10631 postinstall_cmds
='chmod 555 $lib'
10632 # or fails outright, so override atomically:
10633 install_override_mode
=555
10640 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10641 soname_spec
='${libname}${release}${shared_ext}$major'
10642 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
10643 shlibpath_var
=LD_LIBRARY_PATH
10644 shlibpath_overrides_runpath
=no
10645 hardcode_into_libs
=yes
10648 irix5
* | irix6
* | nonstopux
*)
10650 nonstopux
*) version_type
=nonstopux
;;
10652 if test "$lt_cv_prog_gnu_ld" = yes; then
10660 soname_spec
='${libname}${release}${shared_ext}$major'
10661 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10663 irix5
* | nonstopux
*)
10664 libsuff
= shlibsuff
=
10667 case $LD in # libtool.m4 will add one of these switches to LD
10668 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
10669 libsuff
= shlibsuff
= libmagic
=32-bit;;
10670 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
10671 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
10672 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
10673 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
10674 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
10678 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
10679 shlibpath_overrides_runpath
=no
10680 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10681 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
10682 hardcode_into_libs
=yes
10685 # No shared lib support for Linux oldld, aout, or coff.
10686 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
10690 # This must be Linux ELF.
10692 # uclinux* changes (here and below) have been submitted to the libtool
10693 # project, but have not yet been accepted: they are GCC-local changes
10694 # for the time being. (See
10695 # https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
10696 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu | gnu
* | uclinuxfdpiceabi
)
10700 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10701 soname_spec
='${libname}${release}${shared_ext}$major'
10702 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10703 shlibpath_var
=LD_LIBRARY_PATH
10704 shlibpath_overrides_runpath
=no
10706 # Some binutils ld are patched to set DT_RUNPATH
10707 if ${lt_cv_shlibpath_overrides_runpath+:} false
; then :
10708 $as_echo_n "(cached) " >&6
10710 lt_cv_shlibpath_overrides_runpath
=no
10711 save_LDFLAGS
=$LDFLAGS
10712 save_libdir
=$libdir
10713 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10714 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10715 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10716 /* end confdefs.h. */
10726 if ac_fn_c_try_link
"$LINENO"; then :
10727 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
10728 lt_cv_shlibpath_overrides_runpath
=yes
10731 rm -f core conftest.err conftest.
$ac_objext \
10732 conftest
$ac_exeext conftest.
$ac_ext
10733 LDFLAGS
=$save_LDFLAGS
10734 libdir
=$save_libdir
10738 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
10740 # This implies no fast_install, which is unacceptable.
10741 # Some rework will be needed to allow for fast_install
10742 # before this can be enabled.
10743 hardcode_into_libs
=yes
10745 # Append ld.so.conf contents to the search path
10746 if test -f /etc
/ld.so.conf
; then
10747 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' ' '`
10748 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
10751 # We used to test for /lib/ld.so.1 and disable shared libraries on
10752 # powerpc, because MkLinux only supported shared libraries with the
10753 # GNU dynamic linker. Since this was broken with cross compilers,
10754 # most powerpc-linux boxes support dynamic linking these days and
10755 # people can always --disable-shared, the test was removed, and we
10756 # assume the GNU/Linux dynamic linker is in use.
10757 dynamic_linker
='GNU/Linux ld.so'
10764 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
10765 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10766 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10767 dynamic_linker
='NetBSD (a.out) ld.so'
10769 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10770 soname_spec
='${libname}${release}${shared_ext}$major'
10771 dynamic_linker
='NetBSD ld.elf_so'
10773 shlibpath_var
=LD_LIBRARY_PATH
10774 shlibpath_overrides_runpath
=yes
10775 hardcode_into_libs
=yes
10780 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10781 shlibpath_var
=LD_LIBRARY_PATH
10782 shlibpath_overrides_runpath
=yes
10789 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10790 soname_spec
='${libname}${release}${shared_ext}$major'
10791 shlibpath_var
=LD_LIBRARY_PATH
10792 shlibpath_overrides_runpath
=no
10793 hardcode_into_libs
=yes
10794 dynamic_linker
='ldqnx.so'
10799 sys_lib_dlsearch_path_spec
="/usr/lib"
10801 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10803 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
10804 *) need_version
=no
;;
10806 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10807 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10808 shlibpath_var
=LD_LIBRARY_PATH
10809 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10811 openbsd2.
[89] | openbsd2.
[89].
*)
10812 shlibpath_overrides_runpath
=no
10815 shlibpath_overrides_runpath
=yes
10819 shlibpath_overrides_runpath
=yes
10824 libname_spec
='$name'
10827 library_names_spec
='$libname${shared_ext} $libname.a'
10828 dynamic_linker
='OS/2 ld.exe'
10829 shlibpath_var
=LIBPATH
10832 osf3
* | osf4
* | osf5
*)
10836 soname_spec
='${libname}${release}${shared_ext}$major'
10837 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10838 shlibpath_var
=LD_LIBRARY_PATH
10839 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10840 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
10851 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10852 soname_spec
='${libname}${release}${shared_ext}$major'
10853 shlibpath_var
=LD_LIBRARY_PATH
10854 shlibpath_overrides_runpath
=yes
10855 hardcode_into_libs
=yes
10856 # ldd complains unless libraries are executable
10857 postinstall_cmds
='chmod +x $lib'
10862 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10863 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10864 shlibpath_var
=LD_LIBRARY_PATH
10865 shlibpath_overrides_runpath
=yes
10866 if test "$with_gnu_ld" = yes; then
10874 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10875 soname_spec
='${libname}${release}${shared_ext}$major'
10876 shlibpath_var
=LD_LIBRARY_PATH
10877 case $host_vendor in
10879 shlibpath_overrides_runpath
=no
10881 runpath_var
=LD_RUN_PATH
10889 shlibpath_overrides_runpath
=no
10890 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
10896 if test -d /usr
/nec
;then
10898 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10899 soname_spec
='$libname${shared_ext}.$major'
10900 shlibpath_var
=LD_LIBRARY_PATH
10904 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
10905 version_type
=freebsd-elf
10908 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10909 soname_spec
='${libname}${release}${shared_ext}$major'
10910 shlibpath_var
=LD_LIBRARY_PATH
10911 shlibpath_overrides_runpath
=yes
10912 hardcode_into_libs
=yes
10913 if test "$with_gnu_ld" = yes; then
10914 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10916 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
10919 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
10923 sys_lib_dlsearch_path_spec
='/usr/lib'
10927 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10931 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10932 shlibpath_var
=LD_LIBRARY_PATH
10933 shlibpath_overrides_runpath
=no
10934 hardcode_into_libs
=yes
10939 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10940 soname_spec
='${libname}${release}${shared_ext}$major'
10941 shlibpath_var
=LD_LIBRARY_PATH
10948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10949 $as_echo "$dynamic_linker" >&6; }
10950 test "$dynamic_linker" = no
&& can_build_shared
=no
10952 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
10953 if test "$GCC" = yes; then
10954 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10957 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10958 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
10960 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10961 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
11055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11056 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11058 if test -n "$hardcode_libdir_flag_spec" ||
11059 test -n "$runpath_var" ||
11060 test "X$hardcode_automatic" = "Xyes" ; then
11062 # We can hardcode non-existent directories.
11063 if test "$hardcode_direct" != no
&&
11064 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11065 # have to relink, otherwise we might link with an installed library
11066 # when we should be linking with a yet-to-be-installed one
11067 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11068 test "$hardcode_minus_L" != no
; then
11069 # Linking always hardcodes the temporary library directory.
11070 hardcode_action
=relink
11072 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11073 hardcode_action
=immediate
11076 # We cannot hardcode anything, or else we can only hardcode existing
11078 hardcode_action
=unsupported
11080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11081 $as_echo "$hardcode_action" >&6; }
11083 if test "$hardcode_action" = relink ||
11084 test "$inherit_rpath" = yes; then
11085 # Fast installation is not supported
11086 enable_fast_install
=no
11087 elif test "$shlibpath_overrides_runpath" = yes ||
11088 test "$enable_shared" = no
; then
11089 # Fast installation is not necessary
11090 enable_fast_install
=needless
11098 if test "x$enable_dlopen" != xyes
; then
11099 enable_dlopen
=unknown
11100 enable_dlopen_self
=unknown
11101 enable_dlopen_self_static
=unknown
11108 lt_cv_dlopen
="load_add_on"
11110 lt_cv_dlopen_self
=yes
11113 mingw
* | pw32
* | cegcc
*)
11114 lt_cv_dlopen
="LoadLibrary"
11119 lt_cv_dlopen
="dlopen"
11124 # if libdl is installed we need to link against it
11125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11126 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11127 if ${ac_cv_lib_dl_dlopen+:} false
; then :
11128 $as_echo_n "(cached) " >&6
11130 ac_check_lib_save_LIBS
=$LIBS
11132 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11133 /* end confdefs.h. */
11135 /* Override any GCC internal prototype to avoid an error.
11136 Use char because int might match the return type of a GCC
11137 builtin and then its argument prototype would still apply. */
11150 if ac_fn_c_try_link
"$LINENO"; then :
11151 ac_cv_lib_dl_dlopen
=yes
11153 ac_cv_lib_dl_dlopen
=no
11155 rm -f core conftest.err conftest.
$ac_objext \
11156 conftest
$ac_exeext conftest.
$ac_ext
11157 LIBS
=$ac_check_lib_save_LIBS
11159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11160 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11161 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
11162 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
11165 lt_cv_dlopen
="dyld"
11167 lt_cv_dlopen_self
=yes
11174 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
11175 if test "x$ac_cv_func_shl_load" = xyes
; then :
11176 lt_cv_dlopen
="shl_load"
11178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11179 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11180 if ${ac_cv_lib_dld_shl_load+:} false
; then :
11181 $as_echo_n "(cached) " >&6
11183 ac_check_lib_save_LIBS
=$LIBS
11185 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11186 /* end confdefs.h. */
11188 /* Override any GCC internal prototype to avoid an error.
11189 Use char because int might match the return type of a GCC
11190 builtin and then its argument prototype would still apply. */
11198 return shl_load ();
11203 if ac_fn_c_try_link
"$LINENO"; then :
11204 ac_cv_lib_dld_shl_load
=yes
11206 ac_cv_lib_dld_shl_load
=no
11208 rm -f core conftest.err conftest.
$ac_objext \
11209 conftest
$ac_exeext conftest.
$ac_ext
11210 LIBS
=$ac_check_lib_save_LIBS
11212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11213 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11214 if test "x$ac_cv_lib_dld_shl_load" = xyes
; then :
11215 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
11217 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
11218 if test "x$ac_cv_func_dlopen" = xyes
; then :
11219 lt_cv_dlopen
="dlopen"
11221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11222 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11223 if ${ac_cv_lib_dl_dlopen+:} false
; then :
11224 $as_echo_n "(cached) " >&6
11226 ac_check_lib_save_LIBS
=$LIBS
11228 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11229 /* end confdefs.h. */
11231 /* Override any GCC internal prototype to avoid an error.
11232 Use char because int might match the return type of a GCC
11233 builtin and then its argument prototype would still apply. */
11246 if ac_fn_c_try_link
"$LINENO"; then :
11247 ac_cv_lib_dl_dlopen
=yes
11249 ac_cv_lib_dl_dlopen
=no
11251 rm -f core conftest.err conftest.
$ac_objext \
11252 conftest
$ac_exeext conftest.
$ac_ext
11253 LIBS
=$ac_check_lib_save_LIBS
11255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11256 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11257 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
11258 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
11260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11261 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11262 if ${ac_cv_lib_svld_dlopen+:} false
; then :
11263 $as_echo_n "(cached) " >&6
11265 ac_check_lib_save_LIBS
=$LIBS
11266 LIBS
="-lsvld $LIBS"
11267 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11268 /* end confdefs.h. */
11270 /* Override any GCC internal prototype to avoid an error.
11271 Use char because int might match the return type of a GCC
11272 builtin and then its argument prototype would still apply. */
11285 if ac_fn_c_try_link
"$LINENO"; then :
11286 ac_cv_lib_svld_dlopen
=yes
11288 ac_cv_lib_svld_dlopen
=no
11290 rm -f core conftest.err conftest.
$ac_objext \
11291 conftest
$ac_exeext conftest.
$ac_ext
11292 LIBS
=$ac_check_lib_save_LIBS
11294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11295 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11296 if test "x$ac_cv_lib_svld_dlopen" = xyes
; then :
11297 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
11299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11300 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11301 if ${ac_cv_lib_dld_dld_link+:} false
; then :
11302 $as_echo_n "(cached) " >&6
11304 ac_check_lib_save_LIBS
=$LIBS
11306 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11307 /* end confdefs.h. */
11309 /* Override any GCC internal prototype to avoid an error.
11310 Use char because int might match the return type of a GCC
11311 builtin and then its argument prototype would still apply. */
11319 return dld_link ();
11324 if ac_fn_c_try_link
"$LINENO"; then :
11325 ac_cv_lib_dld_dld_link
=yes
11327 ac_cv_lib_dld_dld_link
=no
11329 rm -f core conftest.err conftest.
$ac_objext \
11330 conftest
$ac_exeext conftest.
$ac_ext
11331 LIBS
=$ac_check_lib_save_LIBS
11333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11334 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11335 if test "x$ac_cv_lib_dld_dld_link" = xyes
; then :
11336 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
11357 if test "x$lt_cv_dlopen" != xno
; then
11363 case $lt_cv_dlopen in
11365 save_CPPFLAGS
="$CPPFLAGS"
11366 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
11368 save_LDFLAGS
="$LDFLAGS"
11369 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
11372 LIBS
="$lt_cv_dlopen_libs $LIBS"
11374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11375 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11376 if ${lt_cv_dlopen_self+:} false
; then :
11377 $as_echo_n "(cached) " >&6
11379 if test "$cross_compiling" = yes; then :
11380 lt_cv_dlopen_self
=cross
11382 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11383 lt_status
=$lt_dlunknown
11384 cat > conftest.
$ac_ext <<_LT_EOF
11385 #line 11385 "configure"
11386 #include "confdefs.h"
11395 # define LT_DLGLOBAL RTLD_GLOBAL
11398 # define LT_DLGLOBAL DL_GLOBAL
11400 # define LT_DLGLOBAL 0
11404 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11405 find out it does not work in some platform. */
11406 #ifndef LT_DLLAZY_OR_NOW
11408 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11411 # define LT_DLLAZY_OR_NOW DL_LAZY
11414 # define LT_DLLAZY_OR_NOW RTLD_NOW
11417 # define LT_DLLAZY_OR_NOW DL_NOW
11419 # define LT_DLLAZY_OR_NOW 0
11426 /* When -fvisbility=hidden is used, assume the code has been annotated
11427 correspondingly for the symbols needed. */
11428 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11429 void fnord () __attribute__((visibility("default")));
11432 void fnord () { int i=42; }
11435 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11436 int status = $lt_dlunknown;
11440 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11443 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11444 else puts (dlerror ());
11446 /* dlclose (self); */
11454 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11455 (eval $ac_link) 2>&5
11457 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11458 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11459 (.
/conftest
; exit; ) >&5 2>/dev
/null
11461 case x
$lt_status in
11462 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
11463 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
11464 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
11467 # compilation failed
11468 lt_cv_dlopen_self
=no
11475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11476 $as_echo "$lt_cv_dlopen_self" >&6; }
11478 if test "x$lt_cv_dlopen_self" = xyes
; then
11479 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
11480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11481 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11482 if ${lt_cv_dlopen_self_static+:} false
; then :
11483 $as_echo_n "(cached) " >&6
11485 if test "$cross_compiling" = yes; then :
11486 lt_cv_dlopen_self_static
=cross
11488 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11489 lt_status
=$lt_dlunknown
11490 cat > conftest.
$ac_ext <<_LT_EOF
11491 #line 11491 "configure"
11492 #include "confdefs.h"
11501 # define LT_DLGLOBAL RTLD_GLOBAL
11504 # define LT_DLGLOBAL DL_GLOBAL
11506 # define LT_DLGLOBAL 0
11510 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11511 find out it does not work in some platform. */
11512 #ifndef LT_DLLAZY_OR_NOW
11514 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11517 # define LT_DLLAZY_OR_NOW DL_LAZY
11520 # define LT_DLLAZY_OR_NOW RTLD_NOW
11523 # define LT_DLLAZY_OR_NOW DL_NOW
11525 # define LT_DLLAZY_OR_NOW 0
11532 /* When -fvisbility=hidden is used, assume the code has been annotated
11533 correspondingly for the symbols needed. */
11534 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11535 void fnord () __attribute__((visibility("default")));
11538 void fnord () { int i=42; }
11541 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11542 int status = $lt_dlunknown;
11546 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11549 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11550 else puts (dlerror ());
11552 /* dlclose (self); */
11560 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11561 (eval $ac_link) 2>&5
11563 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11564 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11565 (.
/conftest
; exit; ) >&5 2>/dev
/null
11567 case x
$lt_status in
11568 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
11569 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
11570 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
11573 # compilation failed
11574 lt_cv_dlopen_self_static
=no
11581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11582 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11585 CPPFLAGS
="$save_CPPFLAGS"
11586 LDFLAGS
="$save_LDFLAGS"
11591 case $lt_cv_dlopen_self in
11592 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
11593 *) enable_dlopen_self
=unknown
;;
11596 case $lt_cv_dlopen_self_static in
11597 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
11598 *) enable_dlopen_self_static
=unknown
;;
11620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11621 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11622 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
11623 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
11624 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
11625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11626 $as_echo "yes" >&6; }
11628 # FIXME - insert some real tests, host_os isn't really good enough
11631 if test -n "$STRIP" ; then
11632 striplib
="$STRIP -x"
11633 old_striplib
="$STRIP -S"
11634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11635 $as_echo "yes" >&6; }
11637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11638 $as_echo "no" >&6; }
11642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11643 $as_echo "no" >&6; }
11659 # Report which library types will actually be built
11660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11661 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11663 $as_echo "$can_build_shared" >&6; }
11665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11666 $as_echo_n "checking whether to build shared libraries... " >&6; }
11667 test "$can_build_shared" = "no" && enable_shared
=no
11669 # On AIX, shared libraries and static libraries use the same namespace, and
11670 # are all built from PIC.
11673 test "$enable_shared" = yes && enable_static
=no
11674 if test -n "$RANLIB"; then
11675 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
11676 postinstall_cmds
='$RANLIB $lib'
11681 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
11682 test "$enable_shared" = yes && enable_static
=no
11686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11687 $as_echo "$enable_shared" >&6; }
11689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11690 $as_echo_n "checking whether to build static libraries... " >&6; }
11691 # Make sure either enable_shared or enable_static is yes.
11692 test "$enable_shared" = yes || enable_static
=yes
11693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11694 $as_echo "$enable_static" >&6; }
11701 ac_cpp
='$CPP $CPPFLAGS'
11702 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11703 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11704 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11720 ac_config_commands
="$ac_config_commands libtool"
11725 # Only expand once:
11732 *-cygwin* |
*-mingw*)
11733 # 'host' will be top-level target in the case of a target lib,
11734 # we must compare to with_cross_host to decide if this is a native
11735 # or cross-compiler and select where to install dlls appropriately.
11736 if test -n "$with_cross_host" &&
11737 test x
"$with_cross_host" != x
"no"; then
11738 lt_host_flags
='-no-undefined -bindir "$(toolexeclibdir)"';
11740 lt_host_flags
='-no-undefined -bindir "$(bindir)"';
11753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11754 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11755 # Check whether --enable-maintainer-mode was given.
11756 if test "${enable_maintainer_mode+set}" = set; then :
11757 enableval
=$enable_maintainer_mode; USE_MAINTAINER_MODE
=$enableval
11759 USE_MAINTAINER_MODE
=no
11762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11763 $as_echo "$USE_MAINTAINER_MODE" >&6; }
11764 if test $USE_MAINTAINER_MODE = yes; then
11765 MAINTAINER_MODE_TRUE
=
11766 MAINTAINER_MODE_FALSE
='#'
11768 MAINTAINER_MODE_TRUE
='#'
11769 MAINTAINER_MODE_FALSE
=
11772 MAINT
=$MAINTAINER_MODE_TRUE
11776 # For libtool versioning info, format is CURRENT:REVISION:AGE
11777 libtool_VERSION
=3:0:2
11780 # Check for used threading-model
11781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for thread model used by GCC" >&5
11782 $as_echo_n "checking for thread model used by GCC... " >&6; }
11783 target_thread_file
=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
11784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $target_thread_file" >&5
11785 $as_echo "$target_thread_file" >&6; }
11790 ac_cpp
='$CPP $CPPFLAGS'
11791 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11792 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11793 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11795 enable_aarch64_lse
=
11796 save_CFLAGS
="$CFLAGS"
11797 for real_option
in -march=armv8-a
+lse
; do
11798 # Do the check with the no- prefix removed since gcc silently
11799 # accepts any -Wno-* option on purpose
11800 case $real_option in
11801 -Wno-*) option
=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
11802 *) option
=$real_option ;;
11804 as_acx_Woption
=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
11806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
11807 $as_echo_n "checking whether $CC supports $option... " >&6; }
11808 if eval \
${$as_acx_Woption+:} false
; then :
11809 $as_echo_n "(cached) " >&6
11812 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11813 /* end confdefs.h. */
11823 if ac_fn_c_try_compile
"$LINENO"; then :
11824 eval "$as_acx_Woption=yes"
11826 eval "$as_acx_Woption=no"
11828 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11831 eval ac_res
=\$
$as_acx_Woption
11832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11833 $as_echo "$ac_res" >&6; }
11834 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
11835 enable_aarch64_lse
="$enable_aarch64_lse${enable_aarch64_lse:+ }$real_option"
11838 CFLAGS
="$save_CFLAGS"
11840 ac_cpp
='$CPP $CPPFLAGS'
11841 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11842 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11843 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11849 # Get target configury.
11850 .
${srcdir}/configure.tgt
11851 if test -n "$UNSUPPORTED"; then
11852 as_fn_error $?
"Configuration ${target} is unsupported." "$LINENO" 5
11855 # Write out the ifunc resolver arg type.
11857 cat >>confdefs.h
<<_ACEOF
11858 #define IFUNC_RESOLVER_ARGS $IFUNC_RESOLVER_ARGS
11862 # Disable fallbacks to __sync routines from libgcc. Otherwise we'll
11863 # make silly decisions about what the cpu can do.
11864 CFLAGS
="$save_CFLAGS -fno-sync-libcalls $XCFLAGS"
11866 # Check header files.
11867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
11868 $as_echo_n "checking for ANSI C header files... " >&6; }
11869 if ${ac_cv_header_stdc+:} false
; then :
11870 $as_echo_n "(cached) " >&6
11872 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11873 /* end confdefs.h. */
11874 #include <stdlib.h>
11875 #include <stdarg.h>
11876 #include <string.h>
11887 if ac_fn_c_try_compile
"$LINENO"; then :
11888 ac_cv_header_stdc
=yes
11890 ac_cv_header_stdc
=no
11892 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11894 if test $ac_cv_header_stdc = yes; then
11895 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
11896 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11897 /* end confdefs.h. */
11898 #include <string.h>
11901 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11902 $EGREP "memchr" >/dev
/null
2>&1; then :
11905 ac_cv_header_stdc
=no
11911 if test $ac_cv_header_stdc = yes; then
11912 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
11913 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11914 /* end confdefs.h. */
11915 #include <stdlib.h>
11918 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11919 $EGREP "free" >/dev
/null
2>&1; then :
11922 ac_cv_header_stdc
=no
11928 if test $ac_cv_header_stdc = yes; then
11929 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
11930 if test "$cross_compiling" = yes; then :
11933 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11934 /* end confdefs.h. */
11936 #include <stdlib.h>
11937 #if ((' ' & 0x0FF) == 0x020)
11938 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11939 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11941 # define ISLOWER(c) \
11942 (('a' <= (c) && (c) <= 'i') \
11943 || ('j' <= (c) && (c) <= 'r') \
11944 || ('s' <= (c) && (c) <= 'z'))
11945 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
11948 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
11953 for (i = 0; i < 256; i++)
11954 if (XOR (islower (i), ISLOWER (i))
11955 || toupper (i) != TOUPPER (i))
11960 if ac_fn_c_try_run
"$LINENO"; then :
11963 ac_cv_header_stdc
=no
11965 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
11966 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
11971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
11972 $as_echo "$ac_cv_header_stdc" >&6; }
11973 if test $ac_cv_header_stdc = yes; then
11975 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
11979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
11980 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
11981 if ${gcc_cv_header_string+:} false
; then :
11982 $as_echo_n "(cached) " >&6
11984 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11985 /* end confdefs.h. */
11986 #include <string.h>
11987 #include <strings.h>
11996 if ac_fn_c_try_compile
"$LINENO"; then :
11997 gcc_cv_header_string
=yes
11999 gcc_cv_header_string
=no
12001 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
12004 $as_echo "$gcc_cv_header_string" >&6; }
12005 if test $gcc_cv_header_string = yes; then
12007 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
12013 inttype_headers
=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'`
12015 acx_cv_header_stdint
=stddef.h
12016 acx_cv_header_stdint_kind
="(already complete)"
12017 for i
in stdint.h
$inttype_headers; do
12018 unset ac_cv_type_uintptr_t
12019 unset ac_cv_type_uintmax_t
12020 unset ac_cv_type_int_least32_t
12021 unset ac_cv_type_int_fast32_t
12022 unset ac_cv_type_uint64_t
12023 $as_echo_n "looking for a compliant stdint.h in $i, " >&6
12024 ac_fn_c_check_type
"$LINENO" "uintmax_t" "ac_cv_type_uintmax_t" "#include <sys/types.h>
12027 if test "x$ac_cv_type_uintmax_t" = xyes
; then :
12028 acx_cv_header_stdint
=$i
12033 ac_fn_c_check_type
"$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
12036 if test "x$ac_cv_type_uintptr_t" = xyes
; then :
12039 acx_cv_header_stdint_kind
="(mostly complete)"
12042 ac_fn_c_check_type
"$LINENO" "int_least32_t" "ac_cv_type_int_least32_t" "#include <sys/types.h>
12045 if test "x$ac_cv_type_int_least32_t" = xyes
; then :
12048 acx_cv_header_stdint_kind
="(mostly complete)"
12051 ac_fn_c_check_type
"$LINENO" "int_fast32_t" "ac_cv_type_int_fast32_t" "#include <sys/types.h>
12054 if test "x$ac_cv_type_int_fast32_t" = xyes
; then :
12057 acx_cv_header_stdint_kind
="(mostly complete)"
12060 ac_fn_c_check_type
"$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
12063 if test "x$ac_cv_type_uint64_t" = xyes
; then :
12066 acx_cv_header_stdint_kind
="(lacks uint64_t)"
12071 if test "$acx_cv_header_stdint" = stddef.h
; then
12072 acx_cv_header_stdint_kind
="(lacks uintmax_t)"
12073 for i
in stdint.h
$inttype_headers; do
12074 unset ac_cv_type_uintptr_t
12075 unset ac_cv_type_uint32_t
12076 unset ac_cv_type_uint64_t
12077 $as_echo_n "looking for an incomplete stdint.h in $i, " >&6
12078 ac_fn_c_check_type
"$LINENO" "uint32_t" "ac_cv_type_uint32_t" "#include <sys/types.h>
12081 if test "x$ac_cv_type_uint32_t" = xyes
; then :
12082 acx_cv_header_stdint
=$i
12087 ac_fn_c_check_type
"$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
12090 if test "x$ac_cv_type_uint64_t" = xyes
; then :
12094 ac_fn_c_check_type
"$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
12097 if test "x$ac_cv_type_uintptr_t" = xyes
; then :
12104 if test "$acx_cv_header_stdint" = stddef.h
; then
12105 acx_cv_header_stdint_kind
="(u_intXX_t style)"
12106 for i
in sys
/types.h
$inttype_headers; do
12107 unset ac_cv_type_u_int32_t
12108 unset ac_cv_type_u_int64_t
12109 $as_echo_n "looking for u_intXX_t types in $i, " >&6
12110 ac_fn_c_check_type
"$LINENO" "u_int32_t" "ac_cv_type_u_int32_t" "#include <sys/types.h>
12113 if test "x$ac_cv_type_u_int32_t" = xyes
; then :
12114 acx_cv_header_stdint
=$i
12119 ac_fn_c_check_type
"$LINENO" "u_int64_t" "ac_cv_type_u_int64_t" "#include <sys/types.h>
12122 if test "x$ac_cv_type_u_int64_t" = xyes
; then :
12129 if test "$acx_cv_header_stdint" = stddef.h
; then
12130 acx_cv_header_stdint_kind
="(using manual detection)"
12133 test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t
=no
12134 test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t
=no
12135 test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t
=no
12136 test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t
=no
12137 test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t
=no
12139 # ----------------- Summarize what we found so far
12141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what to include in gstdint.h" >&5
12142 $as_echo_n "checking what to include in gstdint.h... " >&6; }
12144 case `$as_basename -- gstdint.h ||
12145 $as_expr X/gstdint.h : '.*/\([^/][^/]*\)/*$' \| \
12146 Xgstdint.h : 'X\(//\)$' \| \
12147 Xgstdint.h : 'X\(/\)' \| . 2>/dev/null ||
12148 $as_echo X/gstdint.h |
12149 sed '/^.*\/\([^/][^/]*\)\/*$/{
12162 stdint.h
) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
12163 $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
12164 inttypes.h
) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
12165 $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
12169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
12170 $as_echo "$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6; }
12172 # ----------------- done included file, check C basic types --------
12174 # Lacking an uintptr_t? Test size of void *
12175 case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
12176 stddef.h
:* |
*:no
) # The cast to long int works around a bug in the HP C Compiler
12177 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12178 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12179 # This bug is HP SR number 8606223364.
12180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
12181 $as_echo_n "checking size of void *... " >&6; }
12182 if ${ac_cv_sizeof_void_p+:} false
; then :
12183 $as_echo_n "(cached) " >&6
12185 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
12188 if test "$ac_cv_type_void_p" = yes; then
12189 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12190 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12191 as_fn_error
77 "cannot compute sizeof (void *)
12192 See \`config.log' for more details" "$LINENO" 5; }
12194 ac_cv_sizeof_void_p
=0
12199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
12200 $as_echo "$ac_cv_sizeof_void_p" >&6; }
12204 cat >>confdefs.h
<<_ACEOF
12205 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
12211 # Lacking an uint64_t? Test size of long
12212 case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
12213 stddef.h
:*:* |
*:no
:no
) # The cast to long int works around a bug in the HP C Compiler
12214 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12215 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12216 # This bug is HP SR number 8606223364.
12217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12218 $as_echo_n "checking size of long... " >&6; }
12219 if ${ac_cv_sizeof_long+:} false
; then :
12220 $as_echo_n "(cached) " >&6
12222 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
12225 if test "$ac_cv_type_long" = yes; then
12226 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12227 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12228 as_fn_error
77 "cannot compute sizeof (long)
12229 See \`config.log' for more details" "$LINENO" 5; }
12231 ac_cv_sizeof_long
=0
12236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12237 $as_echo "$ac_cv_sizeof_long" >&6; }
12241 cat >>confdefs.h
<<_ACEOF
12242 #define SIZEOF_LONG $ac_cv_sizeof_long
12248 if test $acx_cv_header_stdint = stddef.h
; then
12249 # Lacking a good header? Test size of everything and deduce all types.
12250 # The cast to long int works around a bug in the HP C Compiler
12251 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12252 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12253 # This bug is HP SR number 8606223364.
12254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
12255 $as_echo_n "checking size of int... " >&6; }
12256 if ${ac_cv_sizeof_int+:} false
; then :
12257 $as_echo_n "(cached) " >&6
12259 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
12262 if test "$ac_cv_type_int" = yes; then
12263 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12264 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12265 as_fn_error
77 "cannot compute sizeof (int)
12266 See \`config.log' for more details" "$LINENO" 5; }
12273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
12274 $as_echo "$ac_cv_sizeof_int" >&6; }
12278 cat >>confdefs.h
<<_ACEOF
12279 #define SIZEOF_INT $ac_cv_sizeof_int
12283 # The cast to long int works around a bug in the HP C Compiler
12284 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12285 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12286 # This bug is HP SR number 8606223364.
12287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
12288 $as_echo_n "checking size of short... " >&6; }
12289 if ${ac_cv_sizeof_short+:} false
; then :
12290 $as_echo_n "(cached) " >&6
12292 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
12295 if test "$ac_cv_type_short" = yes; then
12296 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12297 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12298 as_fn_error
77 "cannot compute sizeof (short)
12299 See \`config.log' for more details" "$LINENO" 5; }
12301 ac_cv_sizeof_short
=0
12306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
12307 $as_echo "$ac_cv_sizeof_short" >&6; }
12311 cat >>confdefs.h
<<_ACEOF
12312 #define SIZEOF_SHORT $ac_cv_sizeof_short
12316 # The cast to long int works around a bug in the HP C Compiler
12317 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12318 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12319 # This bug is HP SR number 8606223364.
12320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5
12321 $as_echo_n "checking size of char... " >&6; }
12322 if ${ac_cv_sizeof_char+:} false
; then :
12323 $as_echo_n "(cached) " >&6
12325 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char" "$ac_includes_default"; then :
12328 if test "$ac_cv_type_char" = yes; then
12329 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12330 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12331 as_fn_error
77 "cannot compute sizeof (char)
12332 See \`config.log' for more details" "$LINENO" 5; }
12334 ac_cv_sizeof_char
=0
12339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_char" >&5
12340 $as_echo "$ac_cv_sizeof_char" >&6; }
12344 cat >>confdefs.h
<<_ACEOF
12345 #define SIZEOF_CHAR $ac_cv_sizeof_char
12350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int8_t" >&5
12351 $as_echo_n "checking for type equivalent to int8_t... " >&6; }
12352 case "$ac_cv_sizeof_char" in
12353 1) acx_cv_type_int8_t
=char
;;
12354 *) as_fn_error $?
"no 8-bit type, please report a bug" "$LINENO" 5
12356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int8_t" >&5
12357 $as_echo "$acx_cv_type_int8_t" >&6; }
12359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int16_t" >&5
12360 $as_echo_n "checking for type equivalent to int16_t... " >&6; }
12361 case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
12362 2:*) acx_cv_type_int16_t
=int
;;
12363 *:2) acx_cv_type_int16_t
=short
;;
12364 *) as_fn_error $?
"no 16-bit type, please report a bug" "$LINENO" 5
12366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int16_t" >&5
12367 $as_echo "$acx_cv_type_int16_t" >&6; }
12369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int32_t" >&5
12370 $as_echo_n "checking for type equivalent to int32_t... " >&6; }
12371 case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
12372 4:*) acx_cv_type_int32_t
=int
;;
12373 *:4) acx_cv_type_int32_t
=long
;;
12374 *) as_fn_error $?
"no 32-bit type, please report a bug" "$LINENO" 5
12376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int32_t" >&5
12377 $as_echo "$acx_cv_type_int32_t" >&6; }
12380 # These tests are here to make the output prettier
12382 if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
12383 case "$ac_cv_sizeof_long" in
12384 8) acx_cv_type_int64_t
=long
;;
12386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int64_t" >&5
12387 $as_echo_n "checking for type equivalent to int64_t... " >&6; }
12388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
12389 $as_echo "${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6; }
12392 # Now we can use the above types
12394 if test "$ac_cv_type_uintptr_t" != yes; then
12395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to intptr_t" >&5
12396 $as_echo_n "checking for type equivalent to intptr_t... " >&6; }
12397 case $ac_cv_sizeof_void_p in
12398 2) acx_cv_type_intptr_t
=int16_t
;;
12399 4) acx_cv_type_intptr_t
=int32_t
;;
12400 8) acx_cv_type_intptr_t
=int64_t
;;
12401 *) as_fn_error $?
"no equivalent for intptr_t, please report a bug" "$LINENO" 5
12403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_intptr_t" >&5
12404 $as_echo "$acx_cv_type_intptr_t" >&6; }
12407 # ----------------- done all checks, emit header -------------
12408 ac_config_commands
="$ac_config_commands gstdint.h"
12412 for ac_header
in fenv.h
12414 ac_fn_c_check_header_mongrel
"$LINENO" "fenv.h" "ac_cv_header_fenv_h" "$ac_includes_default"
12415 if test "x$ac_cv_header_fenv_h" = xyes
; then :
12416 cat >>confdefs.h
<<_ACEOF
12417 #define HAVE_FENV_H 1
12425 # Check for common type sizes
12427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 1 byte integer" >&5
12428 $as_echo_n "checking for 1 byte integer... " >&6; }
12429 if ${libat_cv_have_mode_QI+:} false
; then :
12430 $as_echo_n "(cached) " >&6
12432 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12433 /* end confdefs.h. */
12434 int x __attribute__((mode(QI)));
12436 if ac_fn_c_try_compile
"$LINENO"; then :
12437 libat_cv_have_mode_QI
=yes
12439 libat_cv_have_mode_QI
=no
12441 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_mode_QI" >&5
12444 $as_echo "$libat_cv_have_mode_QI" >&6; }
12446 yesno
=`echo $libat_cv_have_mode_QI | tr 'yesno' '1 0 '`
12448 cat >>confdefs.h
<<_ACEOF
12449 #define HAVE_INT1 $yesno
12453 if test x
$libat_cv_have_mode_QI = xyes
; then
12458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 2 byte integer" >&5
12459 $as_echo_n "checking for 2 byte integer... " >&6; }
12460 if ${libat_cv_have_mode_HI+:} false
; then :
12461 $as_echo_n "(cached) " >&6
12463 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12464 /* end confdefs.h. */
12465 int x __attribute__((mode(HI)));
12467 if ac_fn_c_try_compile
"$LINENO"; then :
12468 libat_cv_have_mode_HI
=yes
12470 libat_cv_have_mode_HI
=no
12472 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_mode_HI" >&5
12475 $as_echo "$libat_cv_have_mode_HI" >&6; }
12477 yesno
=`echo $libat_cv_have_mode_HI | tr 'yesno' '1 0 '`
12479 cat >>confdefs.h
<<_ACEOF
12480 #define HAVE_INT2 $yesno
12484 if test x
$libat_cv_have_mode_HI = xyes
; then
12489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 4 byte integer" >&5
12490 $as_echo_n "checking for 4 byte integer... " >&6; }
12491 if ${libat_cv_have_mode_SI+:} false
; then :
12492 $as_echo_n "(cached) " >&6
12494 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12495 /* end confdefs.h. */
12496 int x __attribute__((mode(SI)));
12498 if ac_fn_c_try_compile
"$LINENO"; then :
12499 libat_cv_have_mode_SI
=yes
12501 libat_cv_have_mode_SI
=no
12503 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_mode_SI" >&5
12506 $as_echo "$libat_cv_have_mode_SI" >&6; }
12508 yesno
=`echo $libat_cv_have_mode_SI | tr 'yesno' '1 0 '`
12510 cat >>confdefs.h
<<_ACEOF
12511 #define HAVE_INT4 $yesno
12515 if test x
$libat_cv_have_mode_SI = xyes
; then
12520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 8 byte integer" >&5
12521 $as_echo_n "checking for 8 byte integer... " >&6; }
12522 if ${libat_cv_have_mode_DI+:} false
; then :
12523 $as_echo_n "(cached) " >&6
12525 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12526 /* end confdefs.h. */
12527 int x __attribute__((mode(DI)));
12529 if ac_fn_c_try_compile
"$LINENO"; then :
12530 libat_cv_have_mode_DI
=yes
12532 libat_cv_have_mode_DI
=no
12534 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_mode_DI" >&5
12537 $as_echo "$libat_cv_have_mode_DI" >&6; }
12539 yesno
=`echo $libat_cv_have_mode_DI | tr 'yesno' '1 0 '`
12541 cat >>confdefs.h
<<_ACEOF
12542 #define HAVE_INT8 $yesno
12546 if test x
$libat_cv_have_mode_DI = xyes
; then
12551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 16 byte integer" >&5
12552 $as_echo_n "checking for 16 byte integer... " >&6; }
12553 if ${libat_cv_have_mode_TI+:} false
; then :
12554 $as_echo_n "(cached) " >&6
12556 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12557 /* end confdefs.h. */
12558 int x __attribute__((mode(TI)));
12560 if ac_fn_c_try_compile
"$LINENO"; then :
12561 libat_cv_have_mode_TI
=yes
12563 libat_cv_have_mode_TI
=no
12565 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_mode_TI" >&5
12568 $as_echo "$libat_cv_have_mode_TI" >&6; }
12570 yesno
=`echo $libat_cv_have_mode_TI | tr 'yesno' '1 0 '`
12572 cat >>confdefs.h
<<_ACEOF
12573 #define HAVE_INT16 $yesno
12577 if test x
$libat_cv_have_mode_TI = xyes
; then
12583 # Check for compiler builtins of atomic operations.
12585 # Do link tests if possible, instead asm tests, limited to some platforms
12586 # see discussion in PR target/40134, PR libstdc++/40133 and the thread
12587 # starting at http://gcc.gnu.org/ml/gcc-patches/2009-07/msg00322.html
12588 atomic_builtins_link_tests
=no
12589 if test x
$gcc_no_link != xyes
; then
12590 # Can do link tests. Limit to some tested platforms
12592 *-*-linux* |
*-*-uclinux* |
*-*-kfreebsd*-gnu |
*-*-gnu*)
12593 atomic_builtins_link_tests
=yes
12600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_load/store for size 1" >&5
12601 $as_echo_n "checking for __atomic_load/store for size 1... " >&6; }
12602 if ${libat_cv_have_at_ldst_1+:} false
; then :
12603 $as_echo_n "(cached) " >&6
12606 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12607 /* end confdefs.h. */
12612 typedef int T __attribute__((mode(QI)));
12613 T *x; volatile T sink; asm("" : "=g"(x));
12614 sink = __atomic_load_n(x, 0);
12615 __atomic_store_n(x, sink, 0);
12620 if test x
$atomic_builtins_link_tests = xyes
; then
12621 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12622 (eval $ac_link) 2>&5
12624 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12625 test $ac_status = 0; }; then
12626 eval libat_cv_have_at_ldst_1
=yes
12628 eval libat_cv_have_at_ldst_1
=no
12631 old_CFLAGS
="$CFLAGS"
12632 # Compile unoptimized.
12633 CFLAGS
="$CFLAGS -O0 -S"
12634 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12635 (eval $ac_compile) 2>&5
12637 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12638 test $ac_status = 0; }; then
12639 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
12640 eval libat_cv_have_at_ldst_1
=no
12642 eval libat_cv_have_at_ldst_1
=yes
12645 eval libat_cv_have_at_ldst_1
=no
12647 CFLAGS
="$old_CFLAGS"
12652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_ldst_1" >&5
12653 $as_echo "$libat_cv_have_at_ldst_1" >&6; }
12656 yesno
=`echo $libat_cv_have_at_ldst_1 | tr 'yesno' '1 0 '`
12658 cat >>confdefs.h
<<_ACEOF
12659 #define HAVE_ATOMIC_LDST_1 $yesno
12668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_load/store for size 2" >&5
12669 $as_echo_n "checking for __atomic_load/store for size 2... " >&6; }
12670 if ${libat_cv_have_at_ldst_2+:} false
; then :
12671 $as_echo_n "(cached) " >&6
12674 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12675 /* end confdefs.h. */
12680 typedef int T __attribute__((mode(HI)));
12681 T *x; volatile T sink; asm("" : "=g"(x));
12682 sink = __atomic_load_n(x, 0);
12683 __atomic_store_n(x, sink, 0);
12688 if test x
$atomic_builtins_link_tests = xyes
; then
12689 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12690 (eval $ac_link) 2>&5
12692 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12693 test $ac_status = 0; }; then
12694 eval libat_cv_have_at_ldst_2
=yes
12696 eval libat_cv_have_at_ldst_2
=no
12699 old_CFLAGS
="$CFLAGS"
12700 # Compile unoptimized.
12701 CFLAGS
="$CFLAGS -O0 -S"
12702 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12703 (eval $ac_compile) 2>&5
12705 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12706 test $ac_status = 0; }; then
12707 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
12708 eval libat_cv_have_at_ldst_2
=no
12710 eval libat_cv_have_at_ldst_2
=yes
12713 eval libat_cv_have_at_ldst_2
=no
12715 CFLAGS
="$old_CFLAGS"
12720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_ldst_2" >&5
12721 $as_echo "$libat_cv_have_at_ldst_2" >&6; }
12724 yesno
=`echo $libat_cv_have_at_ldst_2 | tr 'yesno' '1 0 '`
12726 cat >>confdefs.h
<<_ACEOF
12727 #define HAVE_ATOMIC_LDST_2 $yesno
12736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_load/store for size 4" >&5
12737 $as_echo_n "checking for __atomic_load/store for size 4... " >&6; }
12738 if ${libat_cv_have_at_ldst_4+:} false
; then :
12739 $as_echo_n "(cached) " >&6
12742 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12743 /* end confdefs.h. */
12748 typedef int T __attribute__((mode(SI)));
12749 T *x; volatile T sink; asm("" : "=g"(x));
12750 sink = __atomic_load_n(x, 0);
12751 __atomic_store_n(x, sink, 0);
12756 if test x
$atomic_builtins_link_tests = xyes
; then
12757 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12758 (eval $ac_link) 2>&5
12760 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12761 test $ac_status = 0; }; then
12762 eval libat_cv_have_at_ldst_4
=yes
12764 eval libat_cv_have_at_ldst_4
=no
12767 old_CFLAGS
="$CFLAGS"
12768 # Compile unoptimized.
12769 CFLAGS
="$CFLAGS -O0 -S"
12770 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12771 (eval $ac_compile) 2>&5
12773 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12774 test $ac_status = 0; }; then
12775 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
12776 eval libat_cv_have_at_ldst_4
=no
12778 eval libat_cv_have_at_ldst_4
=yes
12781 eval libat_cv_have_at_ldst_4
=no
12783 CFLAGS
="$old_CFLAGS"
12788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_ldst_4" >&5
12789 $as_echo "$libat_cv_have_at_ldst_4" >&6; }
12792 yesno
=`echo $libat_cv_have_at_ldst_4 | tr 'yesno' '1 0 '`
12794 cat >>confdefs.h
<<_ACEOF
12795 #define HAVE_ATOMIC_LDST_4 $yesno
12804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_load/store for size 8" >&5
12805 $as_echo_n "checking for __atomic_load/store for size 8... " >&6; }
12806 if ${libat_cv_have_at_ldst_8+:} false
; then :
12807 $as_echo_n "(cached) " >&6
12810 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12811 /* end confdefs.h. */
12816 typedef int T __attribute__((mode(DI)));
12817 T *x; volatile T sink; asm("" : "=g"(x));
12818 sink = __atomic_load_n(x, 0);
12819 __atomic_store_n(x, sink, 0);
12824 if test x
$atomic_builtins_link_tests = xyes
; then
12825 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12826 (eval $ac_link) 2>&5
12828 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12829 test $ac_status = 0; }; then
12830 eval libat_cv_have_at_ldst_8
=yes
12832 eval libat_cv_have_at_ldst_8
=no
12835 old_CFLAGS
="$CFLAGS"
12836 # Compile unoptimized.
12837 CFLAGS
="$CFLAGS -O0 -S"
12838 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12839 (eval $ac_compile) 2>&5
12841 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12842 test $ac_status = 0; }; then
12843 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
12844 eval libat_cv_have_at_ldst_8
=no
12846 eval libat_cv_have_at_ldst_8
=yes
12849 eval libat_cv_have_at_ldst_8
=no
12851 CFLAGS
="$old_CFLAGS"
12856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_ldst_8" >&5
12857 $as_echo "$libat_cv_have_at_ldst_8" >&6; }
12860 yesno
=`echo $libat_cv_have_at_ldst_8 | tr 'yesno' '1 0 '`
12862 cat >>confdefs.h
<<_ACEOF
12863 #define HAVE_ATOMIC_LDST_8 $yesno
12872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_load/store for size 16" >&5
12873 $as_echo_n "checking for __atomic_load/store for size 16... " >&6; }
12874 if ${libat_cv_have_at_ldst_16+:} false
; then :
12875 $as_echo_n "(cached) " >&6
12878 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12879 /* end confdefs.h. */
12884 typedef int T __attribute__((mode(TI)));
12885 T *x; volatile T sink; asm("" : "=g"(x));
12886 sink = __atomic_load_n(x, 0);
12887 __atomic_store_n(x, sink, 0);
12892 if test x
$atomic_builtins_link_tests = xyes
; then
12893 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12894 (eval $ac_link) 2>&5
12896 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12897 test $ac_status = 0; }; then
12898 eval libat_cv_have_at_ldst_16
=yes
12900 eval libat_cv_have_at_ldst_16
=no
12903 old_CFLAGS
="$CFLAGS"
12904 # Compile unoptimized.
12905 CFLAGS
="$CFLAGS -O0 -S"
12906 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12907 (eval $ac_compile) 2>&5
12909 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12910 test $ac_status = 0; }; then
12911 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
12912 eval libat_cv_have_at_ldst_16
=no
12914 eval libat_cv_have_at_ldst_16
=yes
12917 eval libat_cv_have_at_ldst_16
=no
12919 CFLAGS
="$old_CFLAGS"
12924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_ldst_16" >&5
12925 $as_echo "$libat_cv_have_at_ldst_16" >&6; }
12928 yesno
=`echo $libat_cv_have_at_ldst_16 | tr 'yesno' '1 0 '`
12930 cat >>confdefs.h
<<_ACEOF
12931 #define HAVE_ATOMIC_LDST_16 $yesno
12941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_test_and_set for size 1" >&5
12942 $as_echo_n "checking for __atomic_test_and_set for size 1... " >&6; }
12943 if ${libat_cv_have_at_tas_1+:} false
; then :
12944 $as_echo_n "(cached) " >&6
12947 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12948 /* end confdefs.h. */
12953 typedef int T __attribute__((mode(QI))); T *x; asm("" : "=g"(x));
12954 __atomic_test_and_set(x, 0);
12959 if test x
$atomic_builtins_link_tests = xyes
; then
12960 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12961 (eval $ac_link) 2>&5
12963 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12964 test $ac_status = 0; }; then
12965 eval libat_cv_have_at_tas_1
=yes
12967 eval libat_cv_have_at_tas_1
=no
12970 old_CFLAGS
="$CFLAGS"
12971 # Compile unoptimized.
12972 CFLAGS
="$CFLAGS -O0 -S"
12973 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12974 (eval $ac_compile) 2>&5
12976 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12977 test $ac_status = 0; }; then
12978 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
12979 eval libat_cv_have_at_tas_1
=no
12981 eval libat_cv_have_at_tas_1
=yes
12984 eval libat_cv_have_at_tas_1
=no
12986 CFLAGS
="$old_CFLAGS"
12991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_tas_1" >&5
12992 $as_echo "$libat_cv_have_at_tas_1" >&6; }
12995 yesno
=`echo $libat_cv_have_at_tas_1 | tr 'yesno' '1 0 '`
12997 cat >>confdefs.h
<<_ACEOF
12998 #define HAVE_ATOMIC_TAS_1 $yesno
13006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_test_and_set for size 2" >&5
13007 $as_echo_n "checking for __atomic_test_and_set for size 2... " >&6; }
13008 if ${libat_cv_have_at_tas_2+:} false
; then :
13009 $as_echo_n "(cached) " >&6
13012 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13013 /* end confdefs.h. */
13018 typedef int T __attribute__((mode(HI))); T *x; asm("" : "=g"(x));
13019 __atomic_test_and_set(x, 0);
13024 if test x
$atomic_builtins_link_tests = xyes
; then
13025 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13026 (eval $ac_link) 2>&5
13028 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13029 test $ac_status = 0; }; then
13030 eval libat_cv_have_at_tas_2
=yes
13032 eval libat_cv_have_at_tas_2
=no
13035 old_CFLAGS
="$CFLAGS"
13036 # Compile unoptimized.
13037 CFLAGS
="$CFLAGS -O0 -S"
13038 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13039 (eval $ac_compile) 2>&5
13041 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13042 test $ac_status = 0; }; then
13043 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13044 eval libat_cv_have_at_tas_2
=no
13046 eval libat_cv_have_at_tas_2
=yes
13049 eval libat_cv_have_at_tas_2
=no
13051 CFLAGS
="$old_CFLAGS"
13056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_tas_2" >&5
13057 $as_echo "$libat_cv_have_at_tas_2" >&6; }
13060 yesno
=`echo $libat_cv_have_at_tas_2 | tr 'yesno' '1 0 '`
13062 cat >>confdefs.h
<<_ACEOF
13063 #define HAVE_ATOMIC_TAS_2 $yesno
13071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_test_and_set for size 4" >&5
13072 $as_echo_n "checking for __atomic_test_and_set for size 4... " >&6; }
13073 if ${libat_cv_have_at_tas_4+:} false
; then :
13074 $as_echo_n "(cached) " >&6
13077 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13078 /* end confdefs.h. */
13083 typedef int T __attribute__((mode(SI))); T *x; asm("" : "=g"(x));
13084 __atomic_test_and_set(x, 0);
13089 if test x
$atomic_builtins_link_tests = xyes
; then
13090 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13091 (eval $ac_link) 2>&5
13093 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13094 test $ac_status = 0; }; then
13095 eval libat_cv_have_at_tas_4
=yes
13097 eval libat_cv_have_at_tas_4
=no
13100 old_CFLAGS
="$CFLAGS"
13101 # Compile unoptimized.
13102 CFLAGS
="$CFLAGS -O0 -S"
13103 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13104 (eval $ac_compile) 2>&5
13106 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13107 test $ac_status = 0; }; then
13108 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13109 eval libat_cv_have_at_tas_4
=no
13111 eval libat_cv_have_at_tas_4
=yes
13114 eval libat_cv_have_at_tas_4
=no
13116 CFLAGS
="$old_CFLAGS"
13121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_tas_4" >&5
13122 $as_echo "$libat_cv_have_at_tas_4" >&6; }
13125 yesno
=`echo $libat_cv_have_at_tas_4 | tr 'yesno' '1 0 '`
13127 cat >>confdefs.h
<<_ACEOF
13128 #define HAVE_ATOMIC_TAS_4 $yesno
13136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_test_and_set for size 8" >&5
13137 $as_echo_n "checking for __atomic_test_and_set for size 8... " >&6; }
13138 if ${libat_cv_have_at_tas_8+:} false
; then :
13139 $as_echo_n "(cached) " >&6
13142 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13143 /* end confdefs.h. */
13148 typedef int T __attribute__((mode(DI))); T *x; asm("" : "=g"(x));
13149 __atomic_test_and_set(x, 0);
13154 if test x
$atomic_builtins_link_tests = xyes
; then
13155 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13156 (eval $ac_link) 2>&5
13158 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13159 test $ac_status = 0; }; then
13160 eval libat_cv_have_at_tas_8
=yes
13162 eval libat_cv_have_at_tas_8
=no
13165 old_CFLAGS
="$CFLAGS"
13166 # Compile unoptimized.
13167 CFLAGS
="$CFLAGS -O0 -S"
13168 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13169 (eval $ac_compile) 2>&5
13171 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13172 test $ac_status = 0; }; then
13173 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13174 eval libat_cv_have_at_tas_8
=no
13176 eval libat_cv_have_at_tas_8
=yes
13179 eval libat_cv_have_at_tas_8
=no
13181 CFLAGS
="$old_CFLAGS"
13186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_tas_8" >&5
13187 $as_echo "$libat_cv_have_at_tas_8" >&6; }
13190 yesno
=`echo $libat_cv_have_at_tas_8 | tr 'yesno' '1 0 '`
13192 cat >>confdefs.h
<<_ACEOF
13193 #define HAVE_ATOMIC_TAS_8 $yesno
13201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_test_and_set for size 16" >&5
13202 $as_echo_n "checking for __atomic_test_and_set for size 16... " >&6; }
13203 if ${libat_cv_have_at_tas_16+:} false
; then :
13204 $as_echo_n "(cached) " >&6
13207 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13208 /* end confdefs.h. */
13213 typedef int T __attribute__((mode(TI))); T *x; asm("" : "=g"(x));
13214 __atomic_test_and_set(x, 0);
13219 if test x
$atomic_builtins_link_tests = xyes
; then
13220 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13221 (eval $ac_link) 2>&5
13223 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13224 test $ac_status = 0; }; then
13225 eval libat_cv_have_at_tas_16
=yes
13227 eval libat_cv_have_at_tas_16
=no
13230 old_CFLAGS
="$CFLAGS"
13231 # Compile unoptimized.
13232 CFLAGS
="$CFLAGS -O0 -S"
13233 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13234 (eval $ac_compile) 2>&5
13236 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13237 test $ac_status = 0; }; then
13238 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13239 eval libat_cv_have_at_tas_16
=no
13241 eval libat_cv_have_at_tas_16
=yes
13244 eval libat_cv_have_at_tas_16
=no
13246 CFLAGS
="$old_CFLAGS"
13251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_tas_16" >&5
13252 $as_echo "$libat_cv_have_at_tas_16" >&6; }
13255 yesno
=`echo $libat_cv_have_at_tas_16 | tr 'yesno' '1 0 '`
13257 cat >>confdefs.h
<<_ACEOF
13258 #define HAVE_ATOMIC_TAS_16 $yesno
13267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_exchange for size 1" >&5
13268 $as_echo_n "checking for __atomic_exchange for size 1... " >&6; }
13269 if ${libat_cv_have_at_exch_1+:} false
; then :
13270 $as_echo_n "(cached) " >&6
13273 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13274 /* end confdefs.h. */
13279 typedef int T __attribute__((mode(QI))); T *x; asm("" : "=g"(x));
13280 __atomic_exchange_n(x, 0, 0);
13285 if test x
$atomic_builtins_link_tests = xyes
; then
13286 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13287 (eval $ac_link) 2>&5
13289 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13290 test $ac_status = 0; }; then
13291 eval libat_cv_have_at_exch_1
=yes
13293 eval libat_cv_have_at_exch_1
=no
13296 old_CFLAGS
="$CFLAGS"
13297 # Compile unoptimized.
13298 CFLAGS
="$CFLAGS -O0 -S"
13299 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13300 (eval $ac_compile) 2>&5
13302 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13303 test $ac_status = 0; }; then
13304 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13305 eval libat_cv_have_at_exch_1
=no
13307 eval libat_cv_have_at_exch_1
=yes
13310 eval libat_cv_have_at_exch_1
=no
13312 CFLAGS
="$old_CFLAGS"
13317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_exch_1" >&5
13318 $as_echo "$libat_cv_have_at_exch_1" >&6; }
13321 yesno
=`echo $libat_cv_have_at_exch_1 | tr 'yesno' '1 0 '`
13323 cat >>confdefs.h
<<_ACEOF
13324 #define HAVE_ATOMIC_EXCHANGE_1 $yesno
13332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_exchange for size 2" >&5
13333 $as_echo_n "checking for __atomic_exchange for size 2... " >&6; }
13334 if ${libat_cv_have_at_exch_2+:} false
; then :
13335 $as_echo_n "(cached) " >&6
13338 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13339 /* end confdefs.h. */
13344 typedef int T __attribute__((mode(HI))); T *x; asm("" : "=g"(x));
13345 __atomic_exchange_n(x, 0, 0);
13350 if test x
$atomic_builtins_link_tests = xyes
; then
13351 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13352 (eval $ac_link) 2>&5
13354 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13355 test $ac_status = 0; }; then
13356 eval libat_cv_have_at_exch_2
=yes
13358 eval libat_cv_have_at_exch_2
=no
13361 old_CFLAGS
="$CFLAGS"
13362 # Compile unoptimized.
13363 CFLAGS
="$CFLAGS -O0 -S"
13364 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13365 (eval $ac_compile) 2>&5
13367 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13368 test $ac_status = 0; }; then
13369 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13370 eval libat_cv_have_at_exch_2
=no
13372 eval libat_cv_have_at_exch_2
=yes
13375 eval libat_cv_have_at_exch_2
=no
13377 CFLAGS
="$old_CFLAGS"
13382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_exch_2" >&5
13383 $as_echo "$libat_cv_have_at_exch_2" >&6; }
13386 yesno
=`echo $libat_cv_have_at_exch_2 | tr 'yesno' '1 0 '`
13388 cat >>confdefs.h
<<_ACEOF
13389 #define HAVE_ATOMIC_EXCHANGE_2 $yesno
13397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_exchange for size 4" >&5
13398 $as_echo_n "checking for __atomic_exchange for size 4... " >&6; }
13399 if ${libat_cv_have_at_exch_4+:} false
; then :
13400 $as_echo_n "(cached) " >&6
13403 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13404 /* end confdefs.h. */
13409 typedef int T __attribute__((mode(SI))); T *x; asm("" : "=g"(x));
13410 __atomic_exchange_n(x, 0, 0);
13415 if test x
$atomic_builtins_link_tests = xyes
; then
13416 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13417 (eval $ac_link) 2>&5
13419 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13420 test $ac_status = 0; }; then
13421 eval libat_cv_have_at_exch_4
=yes
13423 eval libat_cv_have_at_exch_4
=no
13426 old_CFLAGS
="$CFLAGS"
13427 # Compile unoptimized.
13428 CFLAGS
="$CFLAGS -O0 -S"
13429 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13430 (eval $ac_compile) 2>&5
13432 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13433 test $ac_status = 0; }; then
13434 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13435 eval libat_cv_have_at_exch_4
=no
13437 eval libat_cv_have_at_exch_4
=yes
13440 eval libat_cv_have_at_exch_4
=no
13442 CFLAGS
="$old_CFLAGS"
13447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_exch_4" >&5
13448 $as_echo "$libat_cv_have_at_exch_4" >&6; }
13451 yesno
=`echo $libat_cv_have_at_exch_4 | tr 'yesno' '1 0 '`
13453 cat >>confdefs.h
<<_ACEOF
13454 #define HAVE_ATOMIC_EXCHANGE_4 $yesno
13462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_exchange for size 8" >&5
13463 $as_echo_n "checking for __atomic_exchange for size 8... " >&6; }
13464 if ${libat_cv_have_at_exch_8+:} false
; then :
13465 $as_echo_n "(cached) " >&6
13468 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13469 /* end confdefs.h. */
13474 typedef int T __attribute__((mode(DI))); T *x; asm("" : "=g"(x));
13475 __atomic_exchange_n(x, 0, 0);
13480 if test x
$atomic_builtins_link_tests = xyes
; then
13481 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13482 (eval $ac_link) 2>&5
13484 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13485 test $ac_status = 0; }; then
13486 eval libat_cv_have_at_exch_8
=yes
13488 eval libat_cv_have_at_exch_8
=no
13491 old_CFLAGS
="$CFLAGS"
13492 # Compile unoptimized.
13493 CFLAGS
="$CFLAGS -O0 -S"
13494 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13495 (eval $ac_compile) 2>&5
13497 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13498 test $ac_status = 0; }; then
13499 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13500 eval libat_cv_have_at_exch_8
=no
13502 eval libat_cv_have_at_exch_8
=yes
13505 eval libat_cv_have_at_exch_8
=no
13507 CFLAGS
="$old_CFLAGS"
13512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_exch_8" >&5
13513 $as_echo "$libat_cv_have_at_exch_8" >&6; }
13516 yesno
=`echo $libat_cv_have_at_exch_8 | tr 'yesno' '1 0 '`
13518 cat >>confdefs.h
<<_ACEOF
13519 #define HAVE_ATOMIC_EXCHANGE_8 $yesno
13527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_exchange for size 16" >&5
13528 $as_echo_n "checking for __atomic_exchange for size 16... " >&6; }
13529 if ${libat_cv_have_at_exch_16+:} false
; then :
13530 $as_echo_n "(cached) " >&6
13533 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13534 /* end confdefs.h. */
13539 typedef int T __attribute__((mode(TI))); T *x; asm("" : "=g"(x));
13540 __atomic_exchange_n(x, 0, 0);
13545 if test x
$atomic_builtins_link_tests = xyes
; then
13546 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13547 (eval $ac_link) 2>&5
13549 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13550 test $ac_status = 0; }; then
13551 eval libat_cv_have_at_exch_16
=yes
13553 eval libat_cv_have_at_exch_16
=no
13556 old_CFLAGS
="$CFLAGS"
13557 # Compile unoptimized.
13558 CFLAGS
="$CFLAGS -O0 -S"
13559 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13560 (eval $ac_compile) 2>&5
13562 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13563 test $ac_status = 0; }; then
13564 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13565 eval libat_cv_have_at_exch_16
=no
13567 eval libat_cv_have_at_exch_16
=yes
13570 eval libat_cv_have_at_exch_16
=no
13572 CFLAGS
="$old_CFLAGS"
13577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_exch_16" >&5
13578 $as_echo "$libat_cv_have_at_exch_16" >&6; }
13581 yesno
=`echo $libat_cv_have_at_exch_16 | tr 'yesno' '1 0 '`
13583 cat >>confdefs.h
<<_ACEOF
13584 #define HAVE_ATOMIC_EXCHANGE_16 $yesno
13593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_compare_exchange for size 1" >&5
13594 $as_echo_n "checking for __atomic_compare_exchange for size 1... " >&6; }
13595 if ${libat_cv_have_at_cas_1+:} false
; then :
13596 $as_echo_n "(cached) " >&6
13599 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13600 /* end confdefs.h. */
13605 typedef int T __attribute__((mode(QI))); T *x, *y;
13606 asm("" : "=g"(x), "=g"(y));
13607 __atomic_compare_exchange_n(x, y, 0, 0, 0, 0);
13612 if test x
$atomic_builtins_link_tests = xyes
; then
13613 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13614 (eval $ac_link) 2>&5
13616 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13617 test $ac_status = 0; }; then
13618 eval libat_cv_have_at_cas_1
=yes
13620 eval libat_cv_have_at_cas_1
=no
13623 old_CFLAGS
="$CFLAGS"
13624 # Compile unoptimized.
13625 CFLAGS
="$CFLAGS -O0 -S"
13626 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13627 (eval $ac_compile) 2>&5
13629 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13630 test $ac_status = 0; }; then
13631 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13632 eval libat_cv_have_at_cas_1
=no
13634 eval libat_cv_have_at_cas_1
=yes
13637 eval libat_cv_have_at_cas_1
=no
13639 CFLAGS
="$old_CFLAGS"
13644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_cas_1" >&5
13645 $as_echo "$libat_cv_have_at_cas_1" >&6; }
13648 yesno
=`echo $libat_cv_have_at_cas_1 | tr 'yesno' '1 0 '`
13650 cat >>confdefs.h
<<_ACEOF
13651 #define HAVE_ATOMIC_CAS_1 $yesno
13659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_compare_exchange for size 2" >&5
13660 $as_echo_n "checking for __atomic_compare_exchange for size 2... " >&6; }
13661 if ${libat_cv_have_at_cas_2+:} false
; then :
13662 $as_echo_n "(cached) " >&6
13665 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13666 /* end confdefs.h. */
13671 typedef int T __attribute__((mode(HI))); T *x, *y;
13672 asm("" : "=g"(x), "=g"(y));
13673 __atomic_compare_exchange_n(x, y, 0, 0, 0, 0);
13678 if test x
$atomic_builtins_link_tests = xyes
; then
13679 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13680 (eval $ac_link) 2>&5
13682 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13683 test $ac_status = 0; }; then
13684 eval libat_cv_have_at_cas_2
=yes
13686 eval libat_cv_have_at_cas_2
=no
13689 old_CFLAGS
="$CFLAGS"
13690 # Compile unoptimized.
13691 CFLAGS
="$CFLAGS -O0 -S"
13692 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13693 (eval $ac_compile) 2>&5
13695 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13696 test $ac_status = 0; }; then
13697 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13698 eval libat_cv_have_at_cas_2
=no
13700 eval libat_cv_have_at_cas_2
=yes
13703 eval libat_cv_have_at_cas_2
=no
13705 CFLAGS
="$old_CFLAGS"
13710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_cas_2" >&5
13711 $as_echo "$libat_cv_have_at_cas_2" >&6; }
13714 yesno
=`echo $libat_cv_have_at_cas_2 | tr 'yesno' '1 0 '`
13716 cat >>confdefs.h
<<_ACEOF
13717 #define HAVE_ATOMIC_CAS_2 $yesno
13725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_compare_exchange for size 4" >&5
13726 $as_echo_n "checking for __atomic_compare_exchange for size 4... " >&6; }
13727 if ${libat_cv_have_at_cas_4+:} false
; then :
13728 $as_echo_n "(cached) " >&6
13731 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13732 /* end confdefs.h. */
13737 typedef int T __attribute__((mode(SI))); T *x, *y;
13738 asm("" : "=g"(x), "=g"(y));
13739 __atomic_compare_exchange_n(x, y, 0, 0, 0, 0);
13744 if test x
$atomic_builtins_link_tests = xyes
; then
13745 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13746 (eval $ac_link) 2>&5
13748 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13749 test $ac_status = 0; }; then
13750 eval libat_cv_have_at_cas_4
=yes
13752 eval libat_cv_have_at_cas_4
=no
13755 old_CFLAGS
="$CFLAGS"
13756 # Compile unoptimized.
13757 CFLAGS
="$CFLAGS -O0 -S"
13758 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13759 (eval $ac_compile) 2>&5
13761 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13762 test $ac_status = 0; }; then
13763 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13764 eval libat_cv_have_at_cas_4
=no
13766 eval libat_cv_have_at_cas_4
=yes
13769 eval libat_cv_have_at_cas_4
=no
13771 CFLAGS
="$old_CFLAGS"
13776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_cas_4" >&5
13777 $as_echo "$libat_cv_have_at_cas_4" >&6; }
13780 yesno
=`echo $libat_cv_have_at_cas_4 | tr 'yesno' '1 0 '`
13782 cat >>confdefs.h
<<_ACEOF
13783 #define HAVE_ATOMIC_CAS_4 $yesno
13791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_compare_exchange for size 8" >&5
13792 $as_echo_n "checking for __atomic_compare_exchange for size 8... " >&6; }
13793 if ${libat_cv_have_at_cas_8+:} false
; then :
13794 $as_echo_n "(cached) " >&6
13797 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13798 /* end confdefs.h. */
13803 typedef int T __attribute__((mode(DI))); T *x, *y;
13804 asm("" : "=g"(x), "=g"(y));
13805 __atomic_compare_exchange_n(x, y, 0, 0, 0, 0);
13810 if test x
$atomic_builtins_link_tests = xyes
; then
13811 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13812 (eval $ac_link) 2>&5
13814 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13815 test $ac_status = 0; }; then
13816 eval libat_cv_have_at_cas_8
=yes
13818 eval libat_cv_have_at_cas_8
=no
13821 old_CFLAGS
="$CFLAGS"
13822 # Compile unoptimized.
13823 CFLAGS
="$CFLAGS -O0 -S"
13824 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13825 (eval $ac_compile) 2>&5
13827 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13828 test $ac_status = 0; }; then
13829 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13830 eval libat_cv_have_at_cas_8
=no
13832 eval libat_cv_have_at_cas_8
=yes
13835 eval libat_cv_have_at_cas_8
=no
13837 CFLAGS
="$old_CFLAGS"
13842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_cas_8" >&5
13843 $as_echo "$libat_cv_have_at_cas_8" >&6; }
13846 yesno
=`echo $libat_cv_have_at_cas_8 | tr 'yesno' '1 0 '`
13848 cat >>confdefs.h
<<_ACEOF
13849 #define HAVE_ATOMIC_CAS_8 $yesno
13857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_compare_exchange for size 16" >&5
13858 $as_echo_n "checking for __atomic_compare_exchange for size 16... " >&6; }
13859 if ${libat_cv_have_at_cas_16+:} false
; then :
13860 $as_echo_n "(cached) " >&6
13863 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13864 /* end confdefs.h. */
13869 typedef int T __attribute__((mode(TI))); T *x, *y;
13870 asm("" : "=g"(x), "=g"(y));
13871 __atomic_compare_exchange_n(x, y, 0, 0, 0, 0);
13876 if test x
$atomic_builtins_link_tests = xyes
; then
13877 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13878 (eval $ac_link) 2>&5
13880 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13881 test $ac_status = 0; }; then
13882 eval libat_cv_have_at_cas_16
=yes
13884 eval libat_cv_have_at_cas_16
=no
13887 old_CFLAGS
="$CFLAGS"
13888 # Compile unoptimized.
13889 CFLAGS
="$CFLAGS -O0 -S"
13890 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13891 (eval $ac_compile) 2>&5
13893 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13894 test $ac_status = 0; }; then
13895 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13896 eval libat_cv_have_at_cas_16
=no
13898 eval libat_cv_have_at_cas_16
=yes
13901 eval libat_cv_have_at_cas_16
=no
13903 CFLAGS
="$old_CFLAGS"
13908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_cas_16" >&5
13909 $as_echo "$libat_cv_have_at_cas_16" >&6; }
13912 yesno
=`echo $libat_cv_have_at_cas_16 | tr 'yesno' '1 0 '`
13914 cat >>confdefs.h
<<_ACEOF
13915 #define HAVE_ATOMIC_CAS_16 $yesno
13924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_add for size 1" >&5
13925 $as_echo_n "checking for __atomic_fetch_add for size 1... " >&6; }
13926 if ${libat_cv_have_at_fadd_1+:} false
; then :
13927 $as_echo_n "(cached) " >&6
13930 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13931 /* end confdefs.h. */
13936 typedef int T __attribute__((mode(QI))); T *x, y;
13937 asm("" : "=g"(x), "=g"(y));
13938 __atomic_fetch_add (x, y, 0);
13939 __atomic_add_fetch (x, y, 0);
13944 if test x
$atomic_builtins_link_tests = xyes
; then
13945 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13946 (eval $ac_link) 2>&5
13948 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13949 test $ac_status = 0; }; then
13950 eval libat_cv_have_at_fadd_1
=yes
13952 eval libat_cv_have_at_fadd_1
=no
13955 old_CFLAGS
="$CFLAGS"
13956 # Compile unoptimized.
13957 CFLAGS
="$CFLAGS -O0 -S"
13958 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13959 (eval $ac_compile) 2>&5
13961 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13962 test $ac_status = 0; }; then
13963 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13964 eval libat_cv_have_at_fadd_1
=no
13966 eval libat_cv_have_at_fadd_1
=yes
13969 eval libat_cv_have_at_fadd_1
=no
13971 CFLAGS
="$old_CFLAGS"
13976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fadd_1" >&5
13977 $as_echo "$libat_cv_have_at_fadd_1" >&6; }
13980 yesno
=`echo $libat_cv_have_at_fadd_1 | tr 'yesno' '1 0 '`
13982 cat >>confdefs.h
<<_ACEOF
13983 #define HAVE_ATOMIC_FETCH_ADD_1 $yesno
13991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_add for size 2" >&5
13992 $as_echo_n "checking for __atomic_fetch_add for size 2... " >&6; }
13993 if ${libat_cv_have_at_fadd_2+:} false
; then :
13994 $as_echo_n "(cached) " >&6
13997 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13998 /* end confdefs.h. */
14003 typedef int T __attribute__((mode(HI))); T *x, y;
14004 asm("" : "=g"(x), "=g"(y));
14005 __atomic_fetch_add (x, y, 0);
14006 __atomic_add_fetch (x, y, 0);
14011 if test x
$atomic_builtins_link_tests = xyes
; then
14012 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14013 (eval $ac_link) 2>&5
14015 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14016 test $ac_status = 0; }; then
14017 eval libat_cv_have_at_fadd_2
=yes
14019 eval libat_cv_have_at_fadd_2
=no
14022 old_CFLAGS
="$CFLAGS"
14023 # Compile unoptimized.
14024 CFLAGS
="$CFLAGS -O0 -S"
14025 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14026 (eval $ac_compile) 2>&5
14028 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14029 test $ac_status = 0; }; then
14030 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
14031 eval libat_cv_have_at_fadd_2
=no
14033 eval libat_cv_have_at_fadd_2
=yes
14036 eval libat_cv_have_at_fadd_2
=no
14038 CFLAGS
="$old_CFLAGS"
14043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fadd_2" >&5
14044 $as_echo "$libat_cv_have_at_fadd_2" >&6; }
14047 yesno
=`echo $libat_cv_have_at_fadd_2 | tr 'yesno' '1 0 '`
14049 cat >>confdefs.h
<<_ACEOF
14050 #define HAVE_ATOMIC_FETCH_ADD_2 $yesno
14058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_add for size 4" >&5
14059 $as_echo_n "checking for __atomic_fetch_add for size 4... " >&6; }
14060 if ${libat_cv_have_at_fadd_4+:} false
; then :
14061 $as_echo_n "(cached) " >&6
14064 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14065 /* end confdefs.h. */
14070 typedef int T __attribute__((mode(SI))); T *x, y;
14071 asm("" : "=g"(x), "=g"(y));
14072 __atomic_fetch_add (x, y, 0);
14073 __atomic_add_fetch (x, y, 0);
14078 if test x
$atomic_builtins_link_tests = xyes
; then
14079 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14080 (eval $ac_link) 2>&5
14082 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14083 test $ac_status = 0; }; then
14084 eval libat_cv_have_at_fadd_4
=yes
14086 eval libat_cv_have_at_fadd_4
=no
14089 old_CFLAGS
="$CFLAGS"
14090 # Compile unoptimized.
14091 CFLAGS
="$CFLAGS -O0 -S"
14092 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14093 (eval $ac_compile) 2>&5
14095 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14096 test $ac_status = 0; }; then
14097 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
14098 eval libat_cv_have_at_fadd_4
=no
14100 eval libat_cv_have_at_fadd_4
=yes
14103 eval libat_cv_have_at_fadd_4
=no
14105 CFLAGS
="$old_CFLAGS"
14110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fadd_4" >&5
14111 $as_echo "$libat_cv_have_at_fadd_4" >&6; }
14114 yesno
=`echo $libat_cv_have_at_fadd_4 | tr 'yesno' '1 0 '`
14116 cat >>confdefs.h
<<_ACEOF
14117 #define HAVE_ATOMIC_FETCH_ADD_4 $yesno
14125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_add for size 8" >&5
14126 $as_echo_n "checking for __atomic_fetch_add for size 8... " >&6; }
14127 if ${libat_cv_have_at_fadd_8+:} false
; then :
14128 $as_echo_n "(cached) " >&6
14131 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14132 /* end confdefs.h. */
14137 typedef int T __attribute__((mode(DI))); T *x, y;
14138 asm("" : "=g"(x), "=g"(y));
14139 __atomic_fetch_add (x, y, 0);
14140 __atomic_add_fetch (x, y, 0);
14145 if test x
$atomic_builtins_link_tests = xyes
; then
14146 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14147 (eval $ac_link) 2>&5
14149 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14150 test $ac_status = 0; }; then
14151 eval libat_cv_have_at_fadd_8
=yes
14153 eval libat_cv_have_at_fadd_8
=no
14156 old_CFLAGS
="$CFLAGS"
14157 # Compile unoptimized.
14158 CFLAGS
="$CFLAGS -O0 -S"
14159 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14160 (eval $ac_compile) 2>&5
14162 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14163 test $ac_status = 0; }; then
14164 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
14165 eval libat_cv_have_at_fadd_8
=no
14167 eval libat_cv_have_at_fadd_8
=yes
14170 eval libat_cv_have_at_fadd_8
=no
14172 CFLAGS
="$old_CFLAGS"
14177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fadd_8" >&5
14178 $as_echo "$libat_cv_have_at_fadd_8" >&6; }
14181 yesno
=`echo $libat_cv_have_at_fadd_8 | tr 'yesno' '1 0 '`
14183 cat >>confdefs.h
<<_ACEOF
14184 #define HAVE_ATOMIC_FETCH_ADD_8 $yesno
14192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_add for size 16" >&5
14193 $as_echo_n "checking for __atomic_fetch_add for size 16... " >&6; }
14194 if ${libat_cv_have_at_fadd_16+:} false
; then :
14195 $as_echo_n "(cached) " >&6
14198 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14199 /* end confdefs.h. */
14204 typedef int T __attribute__((mode(TI))); T *x, y;
14205 asm("" : "=g"(x), "=g"(y));
14206 __atomic_fetch_add (x, y, 0);
14207 __atomic_add_fetch (x, y, 0);
14212 if test x
$atomic_builtins_link_tests = xyes
; then
14213 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14214 (eval $ac_link) 2>&5
14216 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14217 test $ac_status = 0; }; then
14218 eval libat_cv_have_at_fadd_16
=yes
14220 eval libat_cv_have_at_fadd_16
=no
14223 old_CFLAGS
="$CFLAGS"
14224 # Compile unoptimized.
14225 CFLAGS
="$CFLAGS -O0 -S"
14226 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14227 (eval $ac_compile) 2>&5
14229 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14230 test $ac_status = 0; }; then
14231 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
14232 eval libat_cv_have_at_fadd_16
=no
14234 eval libat_cv_have_at_fadd_16
=yes
14237 eval libat_cv_have_at_fadd_16
=no
14239 CFLAGS
="$old_CFLAGS"
14244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fadd_16" >&5
14245 $as_echo "$libat_cv_have_at_fadd_16" >&6; }
14248 yesno
=`echo $libat_cv_have_at_fadd_16 | tr 'yesno' '1 0 '`
14250 cat >>confdefs.h
<<_ACEOF
14251 #define HAVE_ATOMIC_FETCH_ADD_16 $yesno
14260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_op for size 1" >&5
14261 $as_echo_n "checking for __atomic_fetch_op for size 1... " >&6; }
14262 if ${libat_cv_have_at_fop_1+:} false
; then :
14263 $as_echo_n "(cached) " >&6
14266 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14267 /* end confdefs.h. */
14272 typedef int T __attribute__((mode(QI))); T *x, y;
14273 asm("" : "=g"(x), "=g"(y));
14274 __atomic_fetch_add (x, y, 0); __atomic_add_fetch (x, y, 0);
14275 __atomic_fetch_sub (x, y, 0); __atomic_sub_fetch (x, y, 0);
14276 __atomic_fetch_and (x, y, 0); __atomic_and_fetch (x, y, 0);
14277 __atomic_fetch_nand (x, y, 0); __atomic_nand_fetch (x, y, 0);
14278 __atomic_fetch_xor (x, y, 0); __atomic_xor_fetch (x, y, 0);
14279 __atomic_fetch_or (x, y, 0); __atomic_or_fetch (x, y, 0);
14284 if test x
$atomic_builtins_link_tests = xyes
; then
14285 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14286 (eval $ac_link) 2>&5
14288 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14289 test $ac_status = 0; }; then
14290 eval libat_cv_have_at_fop_1
=yes
14292 eval libat_cv_have_at_fop_1
=no
14295 old_CFLAGS
="$CFLAGS"
14296 # Compile unoptimized.
14297 CFLAGS
="$CFLAGS -O0 -S"
14298 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14299 (eval $ac_compile) 2>&5
14301 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14302 test $ac_status = 0; }; then
14303 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
14304 eval libat_cv_have_at_fop_1
=no
14306 eval libat_cv_have_at_fop_1
=yes
14309 eval libat_cv_have_at_fop_1
=no
14311 CFLAGS
="$old_CFLAGS"
14316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fop_1" >&5
14317 $as_echo "$libat_cv_have_at_fop_1" >&6; }
14320 yesno
=`echo $libat_cv_have_at_fop_1 | tr 'yesno' '1 0 '`
14322 cat >>confdefs.h
<<_ACEOF
14323 #define HAVE_ATOMIC_FETCH_OP_1 $yesno
14331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_op for size 2" >&5
14332 $as_echo_n "checking for __atomic_fetch_op for size 2... " >&6; }
14333 if ${libat_cv_have_at_fop_2+:} false
; then :
14334 $as_echo_n "(cached) " >&6
14337 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14338 /* end confdefs.h. */
14343 typedef int T __attribute__((mode(HI))); T *x, y;
14344 asm("" : "=g"(x), "=g"(y));
14345 __atomic_fetch_add (x, y, 0); __atomic_add_fetch (x, y, 0);
14346 __atomic_fetch_sub (x, y, 0); __atomic_sub_fetch (x, y, 0);
14347 __atomic_fetch_and (x, y, 0); __atomic_and_fetch (x, y, 0);
14348 __atomic_fetch_nand (x, y, 0); __atomic_nand_fetch (x, y, 0);
14349 __atomic_fetch_xor (x, y, 0); __atomic_xor_fetch (x, y, 0);
14350 __atomic_fetch_or (x, y, 0); __atomic_or_fetch (x, y, 0);
14355 if test x
$atomic_builtins_link_tests = xyes
; then
14356 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14357 (eval $ac_link) 2>&5
14359 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14360 test $ac_status = 0; }; then
14361 eval libat_cv_have_at_fop_2
=yes
14363 eval libat_cv_have_at_fop_2
=no
14366 old_CFLAGS
="$CFLAGS"
14367 # Compile unoptimized.
14368 CFLAGS
="$CFLAGS -O0 -S"
14369 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14370 (eval $ac_compile) 2>&5
14372 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14373 test $ac_status = 0; }; then
14374 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
14375 eval libat_cv_have_at_fop_2
=no
14377 eval libat_cv_have_at_fop_2
=yes
14380 eval libat_cv_have_at_fop_2
=no
14382 CFLAGS
="$old_CFLAGS"
14387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fop_2" >&5
14388 $as_echo "$libat_cv_have_at_fop_2" >&6; }
14391 yesno
=`echo $libat_cv_have_at_fop_2 | tr 'yesno' '1 0 '`
14393 cat >>confdefs.h
<<_ACEOF
14394 #define HAVE_ATOMIC_FETCH_OP_2 $yesno
14402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_op for size 4" >&5
14403 $as_echo_n "checking for __atomic_fetch_op for size 4... " >&6; }
14404 if ${libat_cv_have_at_fop_4+:} false
; then :
14405 $as_echo_n "(cached) " >&6
14408 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14409 /* end confdefs.h. */
14414 typedef int T __attribute__((mode(SI))); T *x, y;
14415 asm("" : "=g"(x), "=g"(y));
14416 __atomic_fetch_add (x, y, 0); __atomic_add_fetch (x, y, 0);
14417 __atomic_fetch_sub (x, y, 0); __atomic_sub_fetch (x, y, 0);
14418 __atomic_fetch_and (x, y, 0); __atomic_and_fetch (x, y, 0);
14419 __atomic_fetch_nand (x, y, 0); __atomic_nand_fetch (x, y, 0);
14420 __atomic_fetch_xor (x, y, 0); __atomic_xor_fetch (x, y, 0);
14421 __atomic_fetch_or (x, y, 0); __atomic_or_fetch (x, y, 0);
14426 if test x
$atomic_builtins_link_tests = xyes
; then
14427 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14428 (eval $ac_link) 2>&5
14430 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14431 test $ac_status = 0; }; then
14432 eval libat_cv_have_at_fop_4
=yes
14434 eval libat_cv_have_at_fop_4
=no
14437 old_CFLAGS
="$CFLAGS"
14438 # Compile unoptimized.
14439 CFLAGS
="$CFLAGS -O0 -S"
14440 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14441 (eval $ac_compile) 2>&5
14443 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14444 test $ac_status = 0; }; then
14445 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
14446 eval libat_cv_have_at_fop_4
=no
14448 eval libat_cv_have_at_fop_4
=yes
14451 eval libat_cv_have_at_fop_4
=no
14453 CFLAGS
="$old_CFLAGS"
14458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fop_4" >&5
14459 $as_echo "$libat_cv_have_at_fop_4" >&6; }
14462 yesno
=`echo $libat_cv_have_at_fop_4 | tr 'yesno' '1 0 '`
14464 cat >>confdefs.h
<<_ACEOF
14465 #define HAVE_ATOMIC_FETCH_OP_4 $yesno
14473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_op for size 8" >&5
14474 $as_echo_n "checking for __atomic_fetch_op for size 8... " >&6; }
14475 if ${libat_cv_have_at_fop_8+:} false
; then :
14476 $as_echo_n "(cached) " >&6
14479 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14480 /* end confdefs.h. */
14485 typedef int T __attribute__((mode(DI))); T *x, y;
14486 asm("" : "=g"(x), "=g"(y));
14487 __atomic_fetch_add (x, y, 0); __atomic_add_fetch (x, y, 0);
14488 __atomic_fetch_sub (x, y, 0); __atomic_sub_fetch (x, y, 0);
14489 __atomic_fetch_and (x, y, 0); __atomic_and_fetch (x, y, 0);
14490 __atomic_fetch_nand (x, y, 0); __atomic_nand_fetch (x, y, 0);
14491 __atomic_fetch_xor (x, y, 0); __atomic_xor_fetch (x, y, 0);
14492 __atomic_fetch_or (x, y, 0); __atomic_or_fetch (x, y, 0);
14497 if test x
$atomic_builtins_link_tests = xyes
; then
14498 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14499 (eval $ac_link) 2>&5
14501 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14502 test $ac_status = 0; }; then
14503 eval libat_cv_have_at_fop_8
=yes
14505 eval libat_cv_have_at_fop_8
=no
14508 old_CFLAGS
="$CFLAGS"
14509 # Compile unoptimized.
14510 CFLAGS
="$CFLAGS -O0 -S"
14511 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14512 (eval $ac_compile) 2>&5
14514 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14515 test $ac_status = 0; }; then
14516 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
14517 eval libat_cv_have_at_fop_8
=no
14519 eval libat_cv_have_at_fop_8
=yes
14522 eval libat_cv_have_at_fop_8
=no
14524 CFLAGS
="$old_CFLAGS"
14529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fop_8" >&5
14530 $as_echo "$libat_cv_have_at_fop_8" >&6; }
14533 yesno
=`echo $libat_cv_have_at_fop_8 | tr 'yesno' '1 0 '`
14535 cat >>confdefs.h
<<_ACEOF
14536 #define HAVE_ATOMIC_FETCH_OP_8 $yesno
14544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_op for size 16" >&5
14545 $as_echo_n "checking for __atomic_fetch_op for size 16... " >&6; }
14546 if ${libat_cv_have_at_fop_16+:} false
; then :
14547 $as_echo_n "(cached) " >&6
14550 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14551 /* end confdefs.h. */
14556 typedef int T __attribute__((mode(TI))); T *x, y;
14557 asm("" : "=g"(x), "=g"(y));
14558 __atomic_fetch_add (x, y, 0); __atomic_add_fetch (x, y, 0);
14559 __atomic_fetch_sub (x, y, 0); __atomic_sub_fetch (x, y, 0);
14560 __atomic_fetch_and (x, y, 0); __atomic_and_fetch (x, y, 0);
14561 __atomic_fetch_nand (x, y, 0); __atomic_nand_fetch (x, y, 0);
14562 __atomic_fetch_xor (x, y, 0); __atomic_xor_fetch (x, y, 0);
14563 __atomic_fetch_or (x, y, 0); __atomic_or_fetch (x, y, 0);
14568 if test x
$atomic_builtins_link_tests = xyes
; then
14569 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14570 (eval $ac_link) 2>&5
14572 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14573 test $ac_status = 0; }; then
14574 eval libat_cv_have_at_fop_16
=yes
14576 eval libat_cv_have_at_fop_16
=no
14579 old_CFLAGS
="$CFLAGS"
14580 # Compile unoptimized.
14581 CFLAGS
="$CFLAGS -O0 -S"
14582 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14583 (eval $ac_compile) 2>&5
14585 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14586 test $ac_status = 0; }; then
14587 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
14588 eval libat_cv_have_at_fop_16
=no
14590 eval libat_cv_have_at_fop_16
=yes
14593 eval libat_cv_have_at_fop_16
=no
14595 CFLAGS
="$old_CFLAGS"
14600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fop_16" >&5
14601 $as_echo "$libat_cv_have_at_fop_16" >&6; }
14604 yesno
=`echo $libat_cv_have_at_fop_16 | tr 'yesno' '1 0 '`
14606 cat >>confdefs.h
<<_ACEOF
14607 #define HAVE_ATOMIC_FETCH_OP_16 $yesno
14615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
14616 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
14617 if ${ac_cv_c_bigendian+:} false
; then :
14618 $as_echo_n "(cached) " >&6
14620 ac_cv_c_bigendian
=unknown
14621 # See if we're dealing with a universal compiler.
14622 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14623 /* end confdefs.h. */
14624 #ifndef __APPLE_CC__
14625 not a universal capable compiler
14630 if ac_fn_c_try_compile
"$LINENO"; then :
14632 # Check for potential -arch flags. It is not universal unless
14633 # there are at least two -arch flags with different values.
14636 for ac_word
in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
14637 if test -n "$ac_prev"; then
14639 i?
86 | x86_64 | ppc | ppc64
)
14640 if test -z "$ac_arch" ||
test "$ac_arch" = "$ac_word"; then
14643 ac_cv_c_bigendian
=universal
14649 elif test "x$ac_word" = "x-arch"; then
14654 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14655 if test $ac_cv_c_bigendian = unknown
; then
14656 # See if sys/param.h defines the BYTE_ORDER macro.
14657 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14658 /* end confdefs.h. */
14659 #include <sys/types.h>
14660 #include <sys/param.h>
14665 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
14666 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
14668 bogus endian macros
14675 if ac_fn_c_try_compile
"$LINENO"; then :
14676 # It does; now see whether it defined to BIG_ENDIAN or not.
14677 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14678 /* end confdefs.h. */
14679 #include <sys/types.h>
14680 #include <sys/param.h>
14685 #if BYTE_ORDER != BIG_ENDIAN
14693 if ac_fn_c_try_compile
"$LINENO"; then :
14694 ac_cv_c_bigendian
=yes
14696 ac_cv_c_bigendian
=no
14698 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14700 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14702 if test $ac_cv_c_bigendian = unknown
; then
14703 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
14704 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14705 /* end confdefs.h. */
14706 #include <limits.h>
14711 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
14712 bogus endian macros
14719 if ac_fn_c_try_compile
"$LINENO"; then :
14720 # It does; now see whether it defined to _BIG_ENDIAN or not.
14721 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14722 /* end confdefs.h. */
14723 #include <limits.h>
14728 #ifndef _BIG_ENDIAN
14736 if ac_fn_c_try_compile
"$LINENO"; then :
14737 ac_cv_c_bigendian
=yes
14739 ac_cv_c_bigendian
=no
14741 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14743 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14745 if test $ac_cv_c_bigendian = unknown
; then
14746 # Compile a test program.
14747 if test "$cross_compiling" = yes; then :
14748 # Try to guess by grepping values from an object file.
14749 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14750 /* end confdefs.h. */
14751 short int ascii_mm[] =
14752 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
14753 short int ascii_ii[] =
14754 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
14755 int use_ascii (int i) {
14756 return ascii_mm[i] + ascii_ii[i];
14758 short int ebcdic_ii[] =
14759 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
14760 short int ebcdic_mm[] =
14761 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
14762 int use_ebcdic (int i) {
14763 return ebcdic_mm[i] + ebcdic_ii[i];
14770 return use_ascii (foo) == use_ebcdic (foo);
14775 if ac_fn_c_try_compile
"$LINENO"; then :
14776 if grep BIGenDianSyS conftest.
$ac_objext >/dev
/null
; then
14777 ac_cv_c_bigendian
=yes
14779 if grep LiTTleEnDian conftest.
$ac_objext >/dev
/null
; then
14780 if test "$ac_cv_c_bigendian" = unknown
; then
14781 ac_cv_c_bigendian
=no
14783 # finding both strings is unlikely to happen, but who knows?
14784 ac_cv_c_bigendian
=unknown
14788 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14790 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14791 /* end confdefs.h. */
14792 $ac_includes_default
14797 /* Are we little or big endian? From Harbison&Steele. */
14801 char c[sizeof (long int)];
14804 return u.c[sizeof (long int) - 1] == 1;
14810 if ac_fn_c_try_run
"$LINENO"; then :
14811 ac_cv_c_bigendian
=no
14813 ac_cv_c_bigendian
=yes
14815 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
14816 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
14821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
14822 $as_echo "$ac_cv_c_bigendian" >&6; }
14823 case $ac_cv_c_bigendian in #(
14825 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
14831 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
14835 as_fn_error $?
"unknown endianness
14836 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
14839 # I don't like the default behaviour of WORDS_BIGENDIAN undefined for LE.
14843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the word size" >&5
14844 $as_echo_n "checking for the word size... " >&6; }
14845 if ${libat_cv_wordsize+:} false
; then :
14846 $as_echo_n "(cached) " >&6
14848 if ac_fn_c_compute_int
"$LINENO" "sizeof(word)" "libat_cv_wordsize" "typedef int word __attribute__((mode(word)));"; then :
14851 as_fn_error $?
"Could not determine word size." "$LINENO" 5
14855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_wordsize" >&5
14856 $as_echo "$libat_cv_wordsize" >&6; }
14858 cat >>confdefs.h
<<_ACEOF
14859 #define WORDSIZE $libat_cv_wordsize
14864 # Check to see if -pthread or -lpthread is needed. Prefer the former.
14865 # In case the pthread.h system header is not found, this test will fail.
14866 case " $config_path " in
14869 CFLAGS
="$CFLAGS -pthread"
14870 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14871 /* end confdefs.h. */
14872 #include <pthread.h>
14873 void *g(void *d) { return NULL; }
14877 pthread_t t; pthread_create(&t,NULL,g,NULL);
14882 if ac_fn_c_try_link
"$LINENO"; then :
14883 XPCFLAGS
=" -pthread"
14885 CFLAGS
="$save_CFLAGS $XCFLAGS" LIBS
="-lpthread $LIBS"
14886 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14887 /* end confdefs.h. */
14888 #include <pthread.h>
14889 void *g(void *d) { return NULL; }
14893 pthread_t t; pthread_create(&t,NULL,g,NULL);
14898 if ac_fn_c_try_link
"$LINENO"; then :
14901 as_fn_error $?
"Pthreads are required to build libatomic" "$LINENO" 5
14903 rm -f core conftest.err conftest.
$ac_objext \
14904 conftest
$ac_exeext conftest.
$ac_ext
14906 rm -f core conftest.err conftest.
$ac_objext \
14907 conftest
$ac_exeext conftest.
$ac_ext
14908 CFLAGS
="$save_CFLAGS $XPCFLAGS"
14912 # See what sort of export controls are available.
14914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports hidden visibility" >&5
14915 $as_echo_n "checking whether the target supports hidden visibility... " >&6; }
14916 if ${libat_cv_have_attribute_visibility+:} false
; then :
14917 $as_echo_n "(cached) " >&6
14920 save_CFLAGS
="$CFLAGS"
14921 CFLAGS
="$CFLAGS -Werror"
14922 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14923 /* end confdefs.h. */
14924 void __attribute__((visibility("hidden"))) foo(void) { }
14933 if ac_fn_c_try_compile
"$LINENO"; then :
14934 libat_cv_have_attribute_visibility
=yes
14936 libat_cv_have_attribute_visibility
=no
14938 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14939 CFLAGS
="$save_CFLAGS"
14941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_attribute_visibility" >&5
14942 $as_echo "$libat_cv_have_attribute_visibility" >&6; }
14943 if test $libat_cv_have_attribute_visibility = yes; then
14945 $as_echo "#define HAVE_ATTRIBUTE_VISIBILITY 1" >>confdefs.h
14949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports dllexport" >&5
14950 $as_echo_n "checking whether the target supports dllexport... " >&6; }
14951 if ${libat_cv_have_attribute_dllexport+:} false
; then :
14952 $as_echo_n "(cached) " >&6
14955 save_CFLAGS
="$CFLAGS"
14956 CFLAGS
="$CFLAGS -Werror"
14957 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14958 /* end confdefs.h. */
14959 void __attribute__((dllexport)) foo(void) { }
14968 if ac_fn_c_try_compile
"$LINENO"; then :
14969 libat_cv_have_attribute_dllexport
=yes
14971 libat_cv_have_attribute_dllexport
=no
14973 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14974 CFLAGS
="$save_CFLAGS"
14976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_attribute_dllexport" >&5
14977 $as_echo "$libat_cv_have_attribute_dllexport" >&6; }
14978 if test $libat_cv_have_attribute_dllexport = yes; then
14980 $as_echo "#define HAVE_ATTRIBUTE_DLLEXPORT 1" >>confdefs.h
14984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports symbol aliases" >&5
14985 $as_echo_n "checking whether the target supports symbol aliases... " >&6; }
14986 if ${libat_cv_have_attribute_alias+:} false
; then :
14987 $as_echo_n "(cached) " >&6
14990 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14991 /* end confdefs.h. */
14994 extern void bar(void) __attribute__((alias("foo")));
15003 if ac_fn_c_try_link
"$LINENO"; then :
15004 libat_cv_have_attribute_alias
=yes
15006 libat_cv_have_attribute_alias
=no
15008 rm -f core conftest.err conftest.
$ac_objext \
15009 conftest
$ac_exeext conftest.
$ac_ext
15011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_attribute_alias" >&5
15012 $as_echo "$libat_cv_have_attribute_alias" >&6; }
15013 if test $libat_cv_have_attribute_alias = yes; then
15015 $as_echo "#define HAVE_ATTRIBUTE_ALIAS 1" >>confdefs.h
15018 if test x
$try_ifunc = xyes
; then
15020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports the ifunc attribute" >&5
15021 $as_echo_n "checking whether the target supports the ifunc attribute... " >&6; }
15022 if ${libat_cv_have_ifunc+:} false
; then :
15023 $as_echo_n "(cached) " >&6
15026 save_CFLAGS
="$CFLAGS"
15027 CFLAGS
="$CFLAGS -Werror"
15028 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15029 /* end confdefs.h. */
15031 int foo_alt(void) { return 0; }
15032 typedef int F (void);
15033 F *foo_sel(void) { return foo_alt; }
15034 int foo(void) __attribute__((ifunc("foo_sel")));
15043 if ac_fn_c_try_link
"$LINENO"; then :
15044 libat_cv_have_ifunc
=yes
15046 libat_cv_have_ifunc
=no
15048 rm -f core conftest.err conftest.
$ac_objext \
15049 conftest
$ac_exeext conftest.
$ac_ext
15051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_ifunc" >&5
15052 $as_echo "$libat_cv_have_ifunc" >&6; }
15054 yesno
=`echo $libat_cv_have_ifunc | tr 'yesno' '1 0 '`
15056 cat >>confdefs.h
<<_ACEOF
15057 #define HAVE_IFUNC $yesno
15064 # Check linker support.
15067 # Check whether --with-gnu-ld was given.
15068 if test "${with_gnu_ld+set}" = set; then :
15069 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
15075 if test "$GCC" = yes; then
15076 # Check if gcc -print-prog-name=ld gives a path.
15077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
15078 $as_echo_n "checking for ld used by $CC... " >&6; }
15081 # gcc leaves a trailing carriage return which upsets mingw
15082 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
15084 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
15087 # Accept absolute paths.
15089 re_direlt
='/[^/][^/]*/\.\./'
15090 # Canonicalize the pathname of ld
15091 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
15092 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
15093 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
15095 test -z "$LD" && LD
="$ac_prog"
15098 # If it fails, then pretend we aren't using GCC.
15102 # If it is relative, then search for the first ld in PATH.
15103 with_gnu_ld
=unknown
15106 elif test "$with_gnu_ld" = yes; then
15107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
15108 $as_echo_n "checking for GNU ld... " >&6; }
15110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
15111 $as_echo_n "checking for non-GNU ld... " >&6; }
15113 if ${lt_cv_path_LD+:} false
; then :
15114 $as_echo_n "(cached) " >&6
15116 if test -z "$LD"; then
15117 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
15118 for ac_dir
in $PATH; do
15120 test -z "$ac_dir" && ac_dir
=.
15121 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
15122 lt_cv_path_LD
="$ac_dir/$ac_prog"
15123 # Check to see if the program is GNU ld. I'd rather use --version,
15124 # but apparently some variants of GNU ld only accept -v.
15125 # Break only if it was the GNU/non-GNU ld that we prefer.
15126 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
15127 *GNU
* |
*'with BFD'*)
15128 test "$with_gnu_ld" != no
&& break
15131 test "$with_gnu_ld" != yes && break
15138 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
15142 LD
="$lt_cv_path_LD"
15143 if test -n "$LD"; then
15144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
15145 $as_echo "$LD" >&6; }
15147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15148 $as_echo "no" >&6; }
15150 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
15151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
15152 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
15153 if ${lt_cv_prog_gnu_ld+:} false
; then :
15154 $as_echo_n "(cached) " >&6
15156 # I'd rather use --version here, but apparently some GNU lds only accept -v.
15157 case `$LD -v 2>&1 </dev/null` in
15158 *GNU
* |
*'with BFD'*)
15159 lt_cv_prog_gnu_ld
=yes
15162 lt_cv_prog_gnu_ld
=no
15166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
15167 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
15168 with_gnu_ld
=$lt_cv_prog_gnu_ld
15176 # If we're not using GNU ld, then there's no point in even trying these
15177 # tests. Check for that first. We should have already tested for gld
15178 # by now (in libtool), but require it now just to be safe...
15179 test -z "$SECTION_LDFLAGS" && SECTION_LDFLAGS
=''
15180 test -z "$OPT_LDFLAGS" && OPT_LDFLAGS
=''
15184 # The name set by libtool depends on the version of libtool. Shame on us
15185 # for depending on an impl detail, but c'est la vie. Older versions used
15186 # ac_cv_prog_gnu_ld, but now it's lt_cv_prog_gnu_ld, and is copied back on
15187 # top of with_gnu_ld (which is also set by --with-gnu-ld, so that actually
15188 # makes sense). We'll test with_gnu_ld everywhere else, so if that isn't
15189 # set (hence we're using an older libtool), then set it.
15190 if test x
${with_gnu_ld+set} != xset
; then
15191 if test x
${ac_cv_prog_gnu_ld+set} != xset
; then
15192 # We got through "ac_require(ac_prog_ld)" and still not set? Huh?
15195 with_gnu_ld
=$ac_cv_prog_gnu_ld
15199 # Start by getting the version number. I think the libtool test already
15200 # does some of this, but throws away the result.
15201 libat_ld_is_gold
=no
15202 libat_ld_is_mold
=no
15203 if $LD --version 2>/dev
/null |
grep 'GNU gold'> /dev
/null
2>&1; then
15204 libat_ld_is_gold
=yes
15205 elif $LD --version 2>/dev
/null |
grep 'mold' >/dev
/null
2>&1; then
15206 libat_ld_is_mold
=yes
15209 ldver
=`$LD --version 2>/dev/null |
15210 sed -e 's/[. ][0-9]\{8\}$//;s/.* \([^ ]\{1,\}\)$/\1/; q'`
15212 libat_gnu_ld_version
=`echo $ldver | \
15213 $AWK -F. '{ if (NF<3) $3=0; print ($1*100+$2)*100+$3 }'`
15215 # Set --gc-sections.
15216 if test "$with_gnu_ld" = "notbroken"; then
15217 # GNU ld it is! Joy and bunny rabbits!
15219 # All these tests are for C++; save the language and the compiler flags.
15220 # Need to do this so that g++ won't try to link in libstdc++
15221 ac_test_CFLAGS
="${CFLAGS+set}"
15222 ac_save_CFLAGS
="$CFLAGS"
15223 CFLAGS
='-x c++ -Wl,--gc-sections'
15225 # Check for -Wl,--gc-sections
15226 # XXX This test is broken at the moment, as symbols required for linking
15227 # are now in libsupc++ (not built yet). In addition, this test has
15228 # cored on solaris in the past. In addition, --gc-sections doesn't
15229 # really work at the moment (keeps on discarding used sections, first
15230 # .eh_frame and now some of the glibc sections for iconv).
15231 # Bzzzzt. Thanks for playing, maybe next time.
15232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,--gc-sections" >&5
15233 $as_echo_n "checking for ld that supports -Wl,--gc-sections... " >&6; }
15234 if test "$cross_compiling" = yes; then :
15235 ac_sectionLDflags
=yes
15237 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15238 /* end confdefs.h. */
15248 if ac_fn_c_try_run
"$LINENO"; then :
15249 ac_sectionLDflags
=yes
15251 ac_sectionLDflags
=no
15253 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
15254 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
15257 if test "$ac_test_CFLAGS" = set; then
15258 CFLAGS
="$ac_save_CFLAGS"
15260 # this is the suspicious part
15263 if test "$ac_sectionLDflags" = "yes"; then
15264 SECTION_LDFLAGS
="-Wl,--gc-sections $SECTION_LDFLAGS"
15266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_sectionLDflags" >&5
15267 $as_echo "$ac_sectionLDflags" >&6; }
15270 # Set linker optimization flags.
15271 if test x
"$with_gnu_ld" = x
"yes"; then
15272 OPT_LDFLAGS
="-Wl,-O1 $OPT_LDFLAGS"
15280 # Check whether --enable-symvers was given.
15281 if test "${enable_symvers+set}" = set; then :
15282 enableval
=$enable_symvers;
15283 case "$enableval" in
15284 yes|no|gnu
*|sun
) ;;
15285 *) as_fn_error $?
"Unknown argument to enable/disable symvers" "$LINENO" 5 ;;
15294 # If we never went through the LIBAT_CHECK_LINKER_FEATURES macro, then we
15295 # don't know enough about $LD to do tricks...
15298 # Turn a 'yes' into a suitable default.
15299 if test x
$enable_symvers = xyes
; then
15300 # FIXME The following test is too strict, in theory.
15301 if test $enable_shared = no ||
test "x$LD" = x
; then
15304 if test $with_gnu_ld = yes ; then
15307 case ${target_os} in
15308 # Sun symbol versioning exists since Solaris 2.5.
15309 solaris2.
[5-9]* | solaris2.1
[0-9]*)
15310 enable_symvers
=sun
;;
15312 enable_symvers
=no
;;
15318 # Check if 'sun' was requested on non-Solaris 2 platforms.
15319 if test x
$enable_symvers = xsun
; then
15320 case ${target_os} in
15325 # Unlikely to work.
15326 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === You have requested Sun symbol versioning, but" >&5
15327 $as_echo "$as_me: WARNING: === You have requested Sun symbol versioning, but" >&2;}
15328 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === you are not targetting Solaris 2." >&5
15329 $as_echo "$as_me: WARNING: === you are not targetting Solaris 2." >&2;}
15330 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
15331 $as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
15337 # Check to see if libgcc_s exists, indicating that shared libgcc is possible.
15338 if test $enable_symvers != no
; then
15339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared libgcc" >&5
15340 $as_echo_n "checking for shared libgcc... " >&6; }
15341 ac_save_CFLAGS
="$CFLAGS"
15343 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15344 /* end confdefs.h. */
15354 if ac_fn_c_try_link
"$LINENO"; then :
15355 libat_shared_libgcc
=yes
15357 libat_shared_libgcc
=no
15359 rm -f core conftest.err conftest.
$ac_objext \
15360 conftest
$ac_exeext conftest.
$ac_ext
15361 CFLAGS
="$ac_save_CFLAGS"
15362 if test $libat_shared_libgcc = no
; then
15363 cat > conftest.c
<<EOF
15364 int main (void) { return 0; }
15366 libat_libgcc_s_suffix
=`${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
15367 -shared -shared-libgcc -o conftest.so \
15368 conftest.c -v 2>&1 >/dev/null \
15369 | sed -n 's/^.* -lgcc_s\([^ ]*\) .*$/\1/p'`
15370 rm -f conftest.c conftest.so
15371 if test x
${libat_libgcc_s_suffix+set} = xset
; then
15372 CFLAGS
=" -lgcc_s$libat_libgcc_s_suffix"
15373 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15374 /* end confdefs.h. */
15384 if ac_fn_c_try_link
"$LINENO"; then :
15385 libat_shared_libgcc
=yes
15387 rm -f core conftest.err conftest.
$ac_objext \
15388 conftest
$ac_exeext conftest.
$ac_ext
15389 CFLAGS
="$ac_save_CFLAGS"
15392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_shared_libgcc" >&5
15393 $as_echo "$libat_shared_libgcc" >&6; }
15396 # For GNU ld, we need at least this version. The format is described in
15397 # LIBAT_CHECK_LINKER_FEATURES above.
15398 libat_min_gnu_ld_version
=21400
15399 # XXXXXXXXXXX libat_gnu_ld_version=21390
15401 # Check to see if unspecified "yes" value can win, given results above.
15402 # Change "yes" into either "no" or a style name.
15403 if test $enable_symvers != no
&& test $libat_shared_libgcc = yes; then
15404 if test $with_gnu_ld = yes; then
15405 if test $libat_gnu_ld_version -ge $libat_min_gnu_ld_version ; then
15407 elif test $libat_ld_is_gold = yes ; then
15409 elif test $libat_ld_is_mold = yes ; then
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;}
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;}
15433 elif test $enable_symvers = sun
; then
15434 : All interesting versions of Sun ld support sun style symbol versioning.
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;}
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
='#'
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
='#'
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
='#'
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.
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
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;} ;;
15515 _ | IFS | as_nl
) ;; #(
15516 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
15517 *) { eval $ac_var=; unset $ac_var;} ;;
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 \.
15529 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15532 # `set' quotes correctly as required by POSIX, so do not add quotes.
15533 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15542 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15544 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
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"
15554 case $cache_file in #(
15556 mv -f confcache
"$cache_file"$$
&&
15557 mv -f "$cache_file"$$
"$cache_file" ;; #(
15559 mv -f confcache
"$cache_file" ;;
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;}
15570 # Check whether --enable-werror was given.
15571 if test "${enable_werror+set}" = set; then :
15572 enableval
=$enable_werror;
15575 # Add -Wall -Werror if we are using GCC.
15576 if test "x$GCC" = "xyes"; then :
15577 XCFLAGS
="$XCFLAGS -Wall"
15579 if test "x$enable_werror" != "xno" && test "x$GCC" = "xyes"; then :
15580 XCFLAGS
="$XCFLAGS -Werror"
15583 # Add CET specific flags if CET is enabled
15584 # Check whether --enable-cet was given.
15585 if test "${enable_cet+set}" = set; then :
15586 enableval
=$enable_cet;
15587 case "$enableval" in
15589 *) as_fn_error $?
"Unknown argument to enable/disable cet" "$LINENO" 5 ;;
15597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CET support" >&5
15598 $as_echo_n "checking for CET support... " >&6; }
15600 # NB: Avoid nested save_CFLAGS and save_LDFLAGS.
15602 i
[34567]86-*-linux* | x86_64-
*-linux*)
15603 case "$enable_cet" in
15605 # Check if target supports multi-byte NOPs
15606 # and if compiler and assembler support CET insn.
15607 cet_save_CFLAGS
="$CFLAGS"
15608 CFLAGS
="$CFLAGS -fcf-protection"
15609 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15610 /* end confdefs.h. */
15616 #if !defined(__SSE2__)
15617 #error target does not support multi-byte NOPs
15626 if ac_fn_c_try_compile
"$LINENO"; then :
15631 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15632 CFLAGS
="$cet_save_CFLAGS"
15635 # Check if assembler supports CET.
15636 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15637 /* end confdefs.h. */
15647 if ac_fn_c_try_compile
"$LINENO"; then :
15650 as_fn_error $?
"assembler with CET support is required for --enable-cet" "$LINENO" 5
15652 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15660 if test x
$enable_cet = xyes
; then
15661 CET_FLAGS
="-fcf-protection -mshstk"
15662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15663 $as_echo "yes" >&6; }
15665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15666 $as_echo "no" >&6; }
15669 XCFLAGS
="$XCFLAGS $CET_FLAGS"
15671 XCFLAGS
="$XCFLAGS $XPCFLAGS"
15679 # Conditionalize the makefile for this target machine.
15681 for f
in ${tmake_file}
15683 if test -f ${srcdir}/config
/$f
15685 tmake_file_
="${tmake_file_} \$(srcdir)/config/$f"
15688 tmake_file
="${tmake_file_}"
15692 if test x
$libat_cv_have_ifunc = xyes
; then
15694 HAVE_IFUNC_FALSE
='#'
15696 HAVE_IFUNC_TRUE
='#'
15700 if expr "$config_path" : ".* linux/aarch64 .*" > /dev
/null
; then
15701 ARCH_AARCH64_LINUX_TRUE
=
15702 ARCH_AARCH64_LINUX_FALSE
='#'
15704 ARCH_AARCH64_LINUX_TRUE
='#'
15705 ARCH_AARCH64_LINUX_FALSE
=
15708 if expr "$config_path" : ".* linux/arm .*" > /dev
/null
; then
15709 ARCH_ARM_LINUX_TRUE
=
15710 ARCH_ARM_LINUX_FALSE
='#'
15712 ARCH_ARM_LINUX_TRUE
='#'
15713 ARCH_ARM_LINUX_FALSE
=
15716 if test "$ARCH" = x86
&& test x
$libat_cv_wordsize = x4
; then
15718 ARCH_I386_FALSE
='#'
15724 if test "$ARCH" = x86
&& test x
$libat_cv_wordsize = x8
; then
15726 ARCH_X86_64_FALSE
='#'
15728 ARCH_X86_64_TRUE
='#'
15733 # Determine what GCC version number to use in filesystem paths.
15735 get_gcc_base_ver
="cat"
15737 # Check whether --with-gcc-major-version-only was given.
15738 if test "${with_gcc_major_version_only+set}" = set; then :
15739 withval
=$with_gcc_major_version_only; if test x
$with_gcc_major_version_only = xyes
; then
15740 get_gcc_base_ver
="sed -e 's/^\([0-9]*\).*/\1/'"
15748 if test ${multilib} = yes; then
15749 multilib_arg
="--enable-multilib"
15754 ac_config_files
="$ac_config_files Makefile testsuite/Makefile"
15756 ac_config_files
="$ac_config_files testsuite/libatomic-site-extra.exp"
15758 cat >confcache
<<\_ACEOF
15759 # This file is a shell script that caches the results of configure
15760 # tests run on this system so they can be shared between configure
15761 # scripts and configure runs, see configure's option --config-cache.
15762 # It is not useful on other systems. If it contains results you don't
15763 # want to keep, you may remove or edit it.
15765 # config.status only pays attention to the cache file if you give it
15766 # the --recheck option to rerun configure.
15768 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15769 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15770 # following values.
15774 # The following way of writing the cache mishandles newlines in values,
15775 # but we know of no workaround that is simple, portable, and efficient.
15776 # So, we kill variables containing newlines.
15777 # Ultrix sh set writes to stderr and can't be redirected directly,
15778 # and sets the high bit in the cache file unless we assign to the vars.
15780 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15781 eval ac_val
=\$
$ac_var
15785 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15786 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15789 _ | IFS | as_nl
) ;; #(
15790 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
15791 *) { eval $ac_var=; unset $ac_var;} ;;
15797 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15798 *${as_nl}ac_space
=\
*)
15799 # `set' does not quote correctly, so add quotes: double-quote
15800 # substitution turns \\\\ into \\, and sed turns \\ into \.
15803 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15806 # `set' quotes correctly as required by POSIX, so do not add quotes.
15807 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15816 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15818 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15820 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
15821 if test -w "$cache_file"; then
15822 if test "x$cache_file" != "x/dev/null"; then
15823 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15824 $as_echo "$as_me: updating cache $cache_file" >&6;}
15825 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
15826 cat confcache
>"$cache_file"
15828 case $cache_file in #(
15830 mv -f confcache
"$cache_file"$$
&&
15831 mv -f "$cache_file"$$
"$cache_file" ;; #(
15833 mv -f confcache
"$cache_file" ;;
15838 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15839 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15844 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
15845 # Let make expand exec_prefix.
15846 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
15848 DEFS
=-DHAVE_CONFIG_H
15853 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
15854 # 1. Remove the extension, and $U if already installed.
15855 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
15856 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
15857 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15858 # will be set to the directory where LIBOBJS objects are built.
15859 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15860 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
15862 LIBOBJS
=$ac_libobjs
15864 LTLIBOBJS
=$ac_ltlibobjs
15867 if test -z "${GENINSRC_TRUE}" && test -z "${GENINSRC_FALSE}"; then
15868 as_fn_error $?
"conditional \"GENINSRC\" was never defined.
15869 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15872 $as_echo_n "checking that generated files are newer than configure... " >&6; }
15873 if test -n "$am_sleep_pid"; then
15874 # Hide warnings about reused PIDs.
15875 wait $am_sleep_pid 2>/dev
/null
15877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15878 $as_echo "done" >&6; }
15879 if test -n "$EXEEXT"; then
15881 am__EXEEXT_FALSE
='#'
15883 am__EXEEXT_TRUE
='#'
15887 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15888 as_fn_error $?
"conditional \"AMDEP\" was never defined.
15889 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15891 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15892 as_fn_error $?
"conditional \"am__fastdepCC\" was never defined.
15893 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15895 if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
15896 as_fn_error $?
"conditional \"am__fastdepCCAS\" was never defined.
15897 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15899 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15900 as_fn_error $?
"conditional \"MAINTAINER_MODE\" was never defined.
15901 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15904 if test -z "${LIBAT_BUILD_VERSIONED_SHLIB_TRUE}" && test -z "${LIBAT_BUILD_VERSIONED_SHLIB_FALSE}"; then
15905 as_fn_error $?
"conditional \"LIBAT_BUILD_VERSIONED_SHLIB\" was never defined.
15906 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15908 if test -z "${LIBAT_BUILD_VERSIONED_SHLIB_GNU_TRUE}" && test -z "${LIBAT_BUILD_VERSIONED_SHLIB_GNU_FALSE}"; then
15909 as_fn_error $?
"conditional \"LIBAT_BUILD_VERSIONED_SHLIB_GNU\" was never defined.
15910 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15912 if test -z "${LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE}" && test -z "${LIBAT_BUILD_VERSIONED_SHLIB_SUN_FALSE}"; then
15913 as_fn_error $?
"conditional \"LIBAT_BUILD_VERSIONED_SHLIB_SUN\" was never defined.
15914 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15916 if test -z "${HAVE_IFUNC_TRUE}" && test -z "${HAVE_IFUNC_FALSE}"; then
15917 as_fn_error $?
"conditional \"HAVE_IFUNC\" was never defined.
15918 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15920 if test -z "${ARCH_AARCH64_LINUX_TRUE}" && test -z "${ARCH_AARCH64_LINUX_FALSE}"; then
15921 as_fn_error $?
"conditional \"ARCH_AARCH64_LINUX\" was never defined.
15922 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15924 if test -z "${ARCH_ARM_LINUX_TRUE}" && test -z "${ARCH_ARM_LINUX_FALSE}"; then
15925 as_fn_error $?
"conditional \"ARCH_ARM_LINUX\" was never defined.
15926 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15928 if test -z "${ARCH_I386_TRUE}" && test -z "${ARCH_I386_FALSE}"; then
15929 as_fn_error $?
"conditional \"ARCH_I386\" was never defined.
15930 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15932 if test -z "${ARCH_X86_64_TRUE}" && test -z "${ARCH_X86_64_FALSE}"; then
15933 as_fn_error $?
"conditional \"ARCH_X86_64\" was never defined.
15934 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15937 : "${CONFIG_STATUS=./config.status}"
15939 ac_clean_files_save
=$ac_clean_files
15940 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
15941 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15942 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15944 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15946 # Generated by $as_me.
15947 # Run this file to recreate the current configuration.
15948 # Compiler output produced by configure, useful for debugging
15949 # configure, is in config.log if it exists.
15952 ac_cs_recheck=false
15955 SHELL=\${CONFIG_SHELL-$SHELL}
15958 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
15959 ## -------------------- ##
15960 ## M4sh Initialization. ##
15961 ## -------------------- ##
15963 # Be more Bourne compatible
15964 DUALCASE
=1; export DUALCASE
# for MKS sh
15965 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
15968 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15969 # is contrary to our usage. Disable this feature.
15970 alias -g '${1+"$@"}'='"$@"'
15971 setopt NO_GLOB_SUBST
15973 case `(set -o) 2>/dev/null` in #(
15985 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15986 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15987 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15988 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15989 # Prefer a ksh shell builtin over an external printf program on Solaris,
15990 # but without wasting forks for bash or zsh.
15991 if test -z "$BASH_VERSION$ZSH_VERSION" \
15992 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15993 as_echo='print
-r --'
15994 as_echo_n='print
-rn --'
15995 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15996 as_echo='printf %s
\n'
15997 as_echo_n='printf %s
'
15999 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
16000 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
16001 as_echo_n='/usr
/ucb
/echo -n'
16003 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
16004 as_echo_n_body='eval
16008 expr "X$arg" : "X\\(.*\\)$as_nl";
16009 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
16011 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
16013 export as_echo_n_body
16014 as_echo_n='sh
-c $as_echo_n_body as_echo
'
16016 export as_echo_body
16017 as_echo='sh
-c $as_echo_body as_echo
'
16020 # The user is always right.
16021 if test "${PATH_SEPARATOR+set}" != set; then
16023 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
16024 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
16031 # We need space, tab and new line, in precisely that order. Quoting is
16032 # there to prevent editors from complaining about space-tab.
16033 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
16034 # splitting by setting IFS to empty value.)
16037 # Find who we are. Look in the path if we contain no directory separator.
16040 *[\\/]* ) as_myself=$0 ;;
16041 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16042 for as_dir in $PATH
16045 test -z "$as_dir" && as_dir=.
16046 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16052 # We did not find ourselves, most probably we were run as `sh COMMAND'
16053 # in which case we are not to be found in the path.
16054 if test "x$as_myself" = x
; then
16057 if test ! -f "$as_myself"; then
16058 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16062 # Unset variables that we do not need and which cause bugs (e.g. in
16063 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
16064 # suppresses any "Segmentation fault" message there. '((' could
16065 # trigger a bug in pdksh 5.2.14.
16066 for as_var
in BASH_ENV ENV MAIL MAILPATH
16067 do eval test x\
${$as_var+set} = xset \
16068 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
16081 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
16084 # as_fn_error STATUS ERROR [LINENO LOG_FD]
16085 # ----------------------------------------
16086 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16087 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
16088 # script with STATUS, using 1 if that was 0.
16091 as_status
=$1; test $as_status -eq 0 && as_status
=1
16093 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
16094 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
16096 $as_echo "$as_me: error: $2" >&2
16097 as_fn_exit
$as_status
16101 # as_fn_set_status STATUS
16102 # -----------------------
16103 # Set $? to STATUS, without forking.
16104 as_fn_set_status
()
16107 } # as_fn_set_status
16109 # as_fn_exit STATUS
16110 # -----------------
16111 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16115 as_fn_set_status
$1
16121 # Portably unset VAR.
16124 { eval $1=; unset $1;}
16126 as_unset
=as_fn_unset
16127 # as_fn_append VAR VALUE
16128 # ----------------------
16129 # Append the text in VALUE to the end of the definition contained in VAR. Take
16130 # advantage of any shell optimizations that allow amortized linear growth over
16131 # repeated appends, instead of the typical quadratic growth present in naive
16133 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
16134 eval 'as_fn_append ()
16145 # as_fn_arith ARG...
16146 # ------------------
16147 # Perform arithmetic evaluation on the ARGs, and store the result in the
16148 # global $as_val. Take advantage of shells that can avoid forks. The arguments
16149 # must be portable across $(()) and expr.
16150 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
16151 eval 'as_fn_arith ()
16158 as_val
=`expr "$@" || test $? -eq 1`
16163 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
16164 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
16170 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
16171 as_basename
=basename
16176 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
16182 as_me
=`$as_basename -- "$0" ||
16183 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16184 X"$0" : 'X\(//\)$' \| \
16185 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16187 sed '/^.*\/\([^/][^/]*\)\/*$/{
16201 # Avoid depending upon Character Ranges.
16202 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
16203 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16204 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
16205 as_cr_digits
='0123456789'
16206 as_cr_alnum
=$as_cr_Letters$as_cr_digits
16208 ECHO_C
= ECHO_N
= ECHO_T
=
16209 case `echo -n x` in #(((((
16211 case `echo 'xy\c'` in
16212 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
16214 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
16221 rm -f conf$$ conf$$.exe conf$$.
file
16222 if test -d conf$$.dir
; then
16223 rm -f conf$$.dir
/conf$$.
file
16226 mkdir conf$$.dir
2>/dev
/null
16228 if (echo >conf$$.
file) 2>/dev
/null
; then
16229 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
16231 # ... but there are two gotchas:
16232 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16233 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16234 # In both cases, we have to default to `cp -pR'.
16235 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
16237 elif ln conf$$.
file conf$$
2>/dev
/null
; then
16245 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
16246 rmdir conf$$.dir
2>/dev
/null
16251 # Create "$as_dir" as a directory, including parents if necessary.
16256 -*) as_dir
=.
/$as_dir;;
16258 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
16262 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16263 *) as_qdir
=$as_dir;;
16265 as_dirs
="'$as_qdir' $as_dirs"
16266 as_dir
=`$as_dirname -- "$as_dir" ||
16267 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16268 X"$as_dir" : 'X\(//\)[^/]' \| \
16269 X"$as_dir" : 'X\(//\)$' \| \
16270 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16271 $as_echo X"$as_dir" |
16272 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16276 /^X\(\/\/\)[^/].*/{
16289 test -d "$as_dir" && break
16291 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
16292 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
16296 if mkdir
-p .
2>/dev
/null
; then
16297 as_mkdir_p
='mkdir -p "$as_dir"'
16299 test -d .
/-p && rmdir .
/-p
16304 # as_fn_executable_p FILE
16305 # -----------------------
16306 # Test if FILE is an executable regular file.
16307 as_fn_executable_p
()
16309 test -f "$1" && test -x "$1"
16310 } # as_fn_executable_p
16311 as_test_x
='test -x'
16312 as_executable_p
=as_fn_executable_p
16314 # Sed expression to map a string onto a valid CPP name.
16315 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16317 # Sed expression to map a string onto a valid variable name.
16318 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16322 ## ----------------------------------- ##
16323 ## Main body of $CONFIG_STATUS script. ##
16324 ## ----------------------------------- ##
16326 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
16328 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16329 # Save the log message, to keep $0 and so on meaningful, and to
16330 # report actual input values of CONFIG_FILES etc. instead of their
16331 # values after options handling.
16333 This file was extended by GNU Atomic Library $as_me 1.0, which was
16334 generated by GNU Autoconf 2.69. Invocation command line was
16336 CONFIG_FILES = $CONFIG_FILES
16337 CONFIG_HEADERS = $CONFIG_HEADERS
16338 CONFIG_LINKS = $CONFIG_LINKS
16339 CONFIG_COMMANDS = $CONFIG_COMMANDS
16342 on `(hostname || uname -n) 2>/dev/null | sed 1q`
16347 case $ac_config_files in *"
16348 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
16351 case $ac_config_headers in *"
16352 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
16356 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16357 # Files that config.status was made for.
16358 config_files="$ac_config_files"
16359 config_headers="$ac_config_headers"
16360 config_commands="$ac_config_commands"
16364 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16366 \`$as_me' instantiates files and other configuration actions
16367 from templates according to the current configuration. Unless the files
16368 and actions are specified as TAGs, all are instantiated by default.
16370 Usage: $0 [OPTION]... [TAG]...
16372 -h, --help print this help, then exit
16373 -V, --version print version number and configuration settings, then exit
16374 --config print configuration, then exit
16375 -q, --quiet, --silent
16376 do not print progress messages
16377 -d, --debug don't remove temporary files
16378 --recheck update $as_me by reconfiguring in the same conditions
16379 --file=FILE[:TEMPLATE]
16380 instantiate the configuration file FILE
16381 --header=FILE[:TEMPLATE]
16382 instantiate the configuration header FILE
16384 Configuration files:
16387 Configuration headers:
16390 Configuration commands:
16393 Report bugs to the package provider.
16394 GNU Atomic Library home page: <http://www.gnu.org/software/libatomic/>.
16395 General help using GNU software: <http://www.gnu.org/gethelp/>."
16398 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16399 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16401 GNU Atomic Library config.status 1.0
16402 configured by $0, generated by GNU Autoconf 2.69,
16403 with options \\"\$ac_cs_config\\"
16405 Copyright (C) 2012 Free Software Foundation, Inc.
16406 This config.status script is free software; the Free Software Foundation
16407 gives unlimited permission to copy, distribute and modify it."
16414 test -n "\$AWK" || AWK=awk
16417 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16418 # The default lists apply if the user does not specify any file.
16424 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
16425 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
16429 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
16441 # Handling of the options.
16442 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
16444 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
16445 $as_echo "$ac_cs_version"; exit ;;
16446 --config |
--confi |
--conf |
--con |
--co |
--c )
16447 $as_echo "$ac_cs_config"; exit ;;
16448 --debug |
--debu |
--deb |
--de |
--d |
-d )
16450 --file |
--fil |
--fi |
--f )
16453 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16454 '') as_fn_error $?
"missing file argument" ;;
16456 as_fn_append CONFIG_FILES
" '$ac_optarg'"
16457 ac_need_defaults
=false
;;
16458 --header |
--heade |
--head |
--hea )
16461 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16463 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
16464 ac_need_defaults
=false
;;
16466 # Conflict between --help and --header
16467 as_fn_error $?
"ambiguous option: \`$1'
16468 Try \`$0 --help' for more information.";;
16469 --help |
--hel |
-h )
16470 $as_echo "$ac_cs_usage"; exit ;;
16471 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
16472 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
16475 # This is an error.
16476 -*) as_fn_error $?
"unrecognized option: \`$1'
16477 Try \`$0 --help' for more information." ;;
16479 *) as_fn_append ac_config_targets
" $1"
16480 ac_need_defaults
=false
;;
16486 ac_configure_extra_args
=
16488 if $ac_cs_silent; then
16490 ac_configure_extra_args
="$ac_configure_extra_args --silent"
16494 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16495 if \$ac_cs_recheck; then
16496 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16498 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16499 CONFIG_SHELL='$SHELL'
16500 export CONFIG_SHELL
16505 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16509 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16510 ## Running $as_me. ##
16516 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16524 with_multisubdir="$with_multisubdir"
16525 with_multisrctop="$with_multisrctop"
16526 with_target_subdir="$with_target_subdir"
16527 ac_configure_args="${multilib_arg} ${ac_configure_args}"
16528 multi_basedir="$multi_basedir"
16529 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
16532 GFORTRAN="$GFORTRAN"
16534 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
16537 # The HP-UX ksh and POSIX shell print the target directory to stdout
16538 # if CDPATH is set.
16539 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16541 sed_quote_subst='$sed_quote_subst'
16542 double_quote_subst='$double_quote_subst'
16543 delay_variable_subst='$delay_variable_subst'
16544 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
16545 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
16546 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
16547 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
16548 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
16549 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
16550 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
16551 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
16552 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16553 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16554 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
16555 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
16556 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
16557 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
16558 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
16559 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
16560 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
16561 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
16562 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
16563 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
16564 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
16565 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
16566 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
16567 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
16568 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
16569 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
16570 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
16571 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
16572 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
16573 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
16574 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
16575 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
16576 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
16577 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
16578 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
16579 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
16580 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
16581 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16582 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16583 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
16584 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
16585 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
16586 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
16587 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
16588 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
16589 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
16590 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
16591 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
16592 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"`'
16593 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
16594 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
16595 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
16596 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
16597 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
16598 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
16599 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
16600 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
16601 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
16602 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
16603 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
16604 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
16605 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
16606 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
16607 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
16608 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16609 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
16610 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
16611 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
16612 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
16613 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
16614 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
16615 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16616 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
16617 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16618 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
16619 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16620 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16621 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16622 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16623 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16624 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
16625 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16626 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16627 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16628 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
16629 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
16630 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
16631 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
16632 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
16633 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
16634 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
16635 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
16636 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
16637 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
16638 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
16639 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
16640 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16641 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16642 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16643 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16644 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16645 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16646 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16647 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16648 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16649 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16650 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16651 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16652 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16653 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16654 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16655 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16656 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16657 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16658 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16659 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16660 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16661 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16662 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16663 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
16666 LTCFLAGS='$LTCFLAGS'
16667 compiler='$compiler_DEFAULT'
16669 # A function that is used when there is no print builtin or printf.
16670 func_fallback_echo ()
16672 eval 'cat <<_LTECHO_EOF
16677 # Quote evaled strings.
16691 deplibs_check_method \
16700 lt_cv_sys_global_symbol_pipe \
16701 lt_cv_sys_global_symbol_to_cdecl \
16702 lt_cv_sys_global_symbol_to_c_name_address \
16703 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
16704 lt_prog_compiler_no_builtin_flag \
16705 lt_prog_compiler_wl \
16706 lt_prog_compiler_pic \
16707 lt_prog_compiler_static \
16708 lt_cv_prog_compiler_c_o \
16716 export_dynamic_flag_spec \
16717 whole_archive_flag_spec \
16718 compiler_needs_object \
16720 allow_undefined_flag \
16721 no_undefined_flag \
16722 hardcode_libdir_flag_spec \
16723 hardcode_libdir_flag_spec_ld \
16724 hardcode_libdir_separator \
16729 variables_saved_for_relink \
16731 library_names_spec \
16733 install_override_mode \
16737 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16738 *[\\\\\\\`\\"\\\$]*)
16739 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
16742 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16747 # Double-quote double-evaled strings.
16748 for var in reload_cmds \
16749 old_postinstall_cmds \
16750 old_postuninstall_cmds \
16752 extract_expsyms_cmds \
16753 old_archive_from_new_cmds \
16754 old_archive_from_expsyms_cmds \
16756 archive_expsym_cmds \
16758 module_expsym_cmds \
16759 export_symbols_cmds \
16762 postuninstall_cmds \
16764 sys_lib_search_path_spec \
16765 sys_lib_dlsearch_path_spec; do
16766 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16767 *[\\\\\\\`\\"\\\$]*)
16768 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
16771 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16776 ac_aux_dir='$ac_aux_dir'
16777 xsi_shell='$xsi_shell'
16778 lt_shell_append='$lt_shell_append'
16780 # See if we are running on zsh, and set the options which allow our
16781 # commands through without removal of \ escapes INIT.
16782 if test -n "\${ZSH_VERSION+set}" ; then
16783 setopt NO_GLOB_SUBST
16789 TIMESTAMP='$TIMESTAMP'
16798 acx_cv_header_stdint="$acx_cv_header_stdint"
16799 acx_cv_type_int8_t="$acx_cv_type_int8_t"
16800 acx_cv_type_int16_t="$acx_cv_type_int16_t"
16801 acx_cv_type_int32_t="$acx_cv_type_int32_t"
16802 acx_cv_type_int64_t="$acx_cv_type_int64_t"
16803 acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
16804 ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
16805 ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
16806 ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
16807 ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
16808 ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
16809 ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
16810 ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
16811 ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
16816 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16818 # Handling of arguments.
16819 for ac_config_target
in $ac_config_targets
16821 case $ac_config_target in
16822 "auto-config.h") CONFIG_HEADERS
="$CONFIG_HEADERS auto-config.h" ;;
16823 "default-1") CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
16824 "depfiles") CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
16825 "libtool") CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
16826 "gstdint.h") CONFIG_COMMANDS
="$CONFIG_COMMANDS gstdint.h" ;;
16827 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
16828 "testsuite/Makefile") CONFIG_FILES
="$CONFIG_FILES testsuite/Makefile" ;;
16829 "testsuite/libatomic-site-extra.exp") CONFIG_FILES
="$CONFIG_FILES testsuite/libatomic-site-extra.exp" ;;
16831 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16836 # If the user did not use the arguments to specify the items to instantiate,
16837 # then the envvar interface is used. Set only those that are not.
16838 # We use the long form for the default assignment because of an extremely
16839 # bizarre bug on SunOS 4.1.3.
16840 if $ac_need_defaults; then
16841 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
16842 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
16843 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
16846 # Have a temporary directory for convenience. Make it in the build tree
16847 # simply because there is no reason against having it here, and in addition,
16848 # creating and moving files from /tmp can sometimes cause problems.
16849 # Hook for its removal unless debugging.
16850 # Note that there is a small window in which the directory will not be cleaned:
16851 # after its creation but before its name has been assigned to `$tmp'.
16855 trap 'exit_status=$?
16856 : "${ac_tmp:=$tmp}"
16857 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16859 trap 'as_fn_exit 1' 1 2 13 15
16861 # Create a (secure) tmp directory for tmp files.
16864 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16868 tmp
=.
/conf$$
-$RANDOM
16869 (umask 077 && mkdir
"$tmp")
16870 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
16873 # Set up the scripts for CONFIG_FILES section.
16874 # No need to generate them if there are no CONFIG_FILES.
16875 # This happens for instance with `./config.status config.h'.
16876 if test -n "$CONFIG_FILES"; then
16879 ac_cr
=`echo X | tr X '\015'`
16880 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16881 # But we know of no other shell where ac_cr would be empty at this
16882 # point, so we can use a bashism as a fallback.
16883 if test "x$ac_cr" = x
; then
16884 eval ac_cr
=\$
\'\\r
\'
16886 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16887 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16890 ac_cs_awk_cr
=$ac_cr
16893 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16898 echo "cat >conf$$subs.awk <<_ACEOF" &&
16899 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16901 } >conf$$subs.sh ||
16902 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
16903 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16905 for ac_last_try in false false false false false :; do
16906 . ./conf$$subs.sh ||
16907 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
16909 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
16910 if test $ac_delim_n = $ac_delim_num; then
16912 elif $ac_last_try; then
16913 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
16915 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
16918 rm -f conf$$subs.sh
16920 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16921 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
16925 s/^/S["/; s
/!.
*/"]=/
16935 s/\(.\{148\}\)..*/\1/
16937 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
16942 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
16949 s/\(.\{148\}\)..*/\1/
16951 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
16955 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
16960 ' <conf$$subs.awk | sed '
16965 ' >>$CONFIG_STATUS || ac_write_fail=1
16966 rm -f conf$$subs.awk
16967 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16969 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
16970 for (key in S) S_is_set[key] = 1
16976 nfields = split(line, field, "@
")
16978 len = length(field[1])
16979 for (i = 2; i < nfields; i++) {
16981 keylen = length(key)
16982 if (S_is_set[key]) {
16984 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16985 len += length(value) + length(field[++i])
16996 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16997 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16998 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
17001 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
17002 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
17005 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
17006 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
17007 # trailing colons and then remove the whole line if VPATH becomes empty
17008 # (actually we leave an empty line to preserve line numbers).
17009 if test "x
$srcdir" = x.; then
17010 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
17028 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17029 fi # test -n "$CONFIG_FILES"
17031 # Set up the scripts for CONFIG_HEADERS section.
17032 # No need to generate them if there are no CONFIG_HEADERS.
17033 # This happens for instance with `./config.status Makefile'.
17034 if test -n "$CONFIG_HEADERS"; then
17035 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
17039 # Transform confdefs.h into an awk script `defines.awk', embedded as
17040 # here-document in config.status, that substitutes the proper values into
17041 # config.h.in to produce config.h.
17043 # Create a delimiter string that does not exist in confdefs.h, to ease
17044 # handling of long lines.
17046 for ac_last_try in false false :; do
17047 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
17048 if test -z "$ac_tt"; then
17050 elif $ac_last_try; then
17051 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
17053 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
17057 # For the awk script, D is an array of macro values keyed by name,
17058 # likewise P contains macro parameters if any. Preserve backslash
17059 # newline sequences.
17061 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
17063 s/.\{148\}/&'"$ac_delim"'/g
17066 s/^[ ]*#[ ]*define[ ][ ]*/ /
17073 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
17075 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
17079 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
17080 D["\
1"]=" \
3\\\\\\n
"\\/p
17082 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
17087 s/.\{148\}/&'"$ac_delim"'/g
17092 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
17095 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
17097 ' <confdefs.h | sed '
17098 s/'"$ac_delim"'/"\\\
17099 "/g' >>$CONFIG_STATUS || ac_write_fail=1
17101 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17102 for (key in D) D_is_set[key] = 1
17105 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
17107 split(line, arg, " ")
17108 if (arg[1] == "#") {
17112 defundef
= substr
(arg
[1], 2)
17115 split(mac1
, mac2
, "(") #)
17117 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
17118 if (D_is_set
[macro
]) {
17119 # Preserve the white space surrounding the "#".
17120 print prefix
"define", macro P
[macro
] D
[macro
]
17123 # Replace #undef with comments. This is necessary, for example,
17124 # in the case of _POSIX_SOURCE, which is predefined and required
17125 # on some systems where configure will not decide to define it.
17126 if (defundef
== "undef") {
17127 print
"/*", prefix defundef
, macro
, "*/"
17135 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17136 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
17137 fi # test -n "$CONFIG_HEADERS"
17140 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
17145 :[FHLC
]) ac_mode
=$ac_tag; continue;;
17147 case $ac_mode$ac_tag in
17149 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
17150 :[FH
]-) ac_tag
=-:-;;
17151 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
17168 -) ac_f
="$ac_tmp/stdin";;
17169 *) # Look for the file first in the build tree, then in the source tree
17170 # (if the path is not absolute). The absolute path cannot be DOS-style,
17171 # because $ac_f cannot contain `:'.
17175 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
17177 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
17179 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17180 as_fn_append ac_file_inputs
" '$ac_f'"
17183 # Let's still pretend it is `configure' which instantiates (i.e., don't
17184 # use $as_me), people would be surprised to read:
17185 # /* config.h. Generated by config.status. */
17186 configure_input
='Generated from '`
17187 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
17189 if test x
"$ac_file" != x-
; then
17190 configure_input
="$ac_file. $configure_input"
17191 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
17192 $as_echo "$as_me: creating $ac_file" >&6;}
17194 # Neutralize special characters interpreted by sed in replacement strings.
17195 case $configure_input in #(
17196 *\
&* |
*\|
* |
*\\* )
17197 ac_sed_conf_input
=`$as_echo "$configure_input" |
17198 sed 's/[\\\\&|]/\\\\&/g'`;; #(
17199 *) ac_sed_conf_input
=$configure_input;;
17203 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
17204 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
17209 ac_dir
=`$as_dirname -- "$ac_file" ||
17210 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17211 X"$ac_file" : 'X\(//\)[^/]' \| \
17212 X"$ac_file" : 'X\(//\)$' \| \
17213 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
17214 $as_echo X"$ac_file" |
17215 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17219 /^X\(\/\/\)[^/].*/{
17232 as_dir
="$ac_dir"; as_fn_mkdir_p
17236 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
17238 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17239 # A ".." for each directory in $ac_dir_suffix.
17240 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17241 case $ac_top_builddir_sub in
17242 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
17243 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
17246 ac_abs_top_builddir
=$ac_pwd
17247 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
17248 # for backward compatibility:
17249 ac_top_builddir
=$ac_top_build_prefix
17252 .
) # We are building in place.
17254 ac_top_srcdir
=$ac_top_builddir_sub
17255 ac_abs_top_srcdir
=$ac_pwd ;;
17256 [\\/]* | ?
:[\\/]* ) # Absolute name.
17257 ac_srcdir
=$srcdir$ac_dir_suffix;
17258 ac_top_srcdir
=$srcdir
17259 ac_abs_top_srcdir
=$srcdir ;;
17260 *) # Relative name.
17261 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
17262 ac_top_srcdir
=$ac_top_build_prefix$srcdir
17263 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
17265 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
17275 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
17276 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
17278 ac_MKDIR_P
=$MKDIR_P
17280 [\\/$
]* | ?
:[\\/]* ) ;;
17281 */*) ac_MKDIR_P
=$ac_top_build_prefix$MKDIR_P ;;
17285 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17286 # If the template does not know about datarootdir, expand it.
17287 # FIXME: This hack should be removed a few years after 2.60.
17288 ac_datarootdir_hack
=; ac_datarootdir_seen
=
17299 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17300 *datarootdir
*) ac_datarootdir_seen
=yes;;
17301 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
17302 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17303 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17305 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17306 ac_datarootdir_hack='
17307 s&@datadir@&$datadir&g
17308 s&@docdir@&$docdir&g
17309 s&@infodir@&$infodir&g
17310 s&@localedir@&$localedir&g
17311 s&@mandir@&$mandir&g
17312 s&\\\${datarootdir}&$datarootdir&g' ;;
17316 # Neutralize VPATH when `$srcdir' = `.'.
17317 # Shell code in configure.ac might set extrasub.
17318 # FIXME: do we really want to maintain this feature?
17319 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17320 ac_sed_extra="$ac_vpsub
17323 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17325 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
17326 s|@configure_input@|
$ac_sed_conf_input|
;t t
17327 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
17328 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
17329 s
&@srcdir@
&$ac_srcdir&;t t
17330 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
17331 s
&@top_srcdir@
&$ac_top_srcdir&;t t
17332 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
17333 s
&@builddir@
&$ac_builddir&;t t
17334 s
&@abs_builddir@
&$ac_abs_builddir&;t t
17335 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
17336 s
&@INSTALL@
&$ac_INSTALL&;t t
17337 s
&@MKDIR_P@
&$ac_MKDIR_P&;t t
17338 $ac_datarootdir_hack
17340 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
17341 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
17343 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17344 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
17345 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
17346 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
17347 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
17348 which seems to be undefined. Please make sure it is defined" >&5
17349 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
17350 which seems to be undefined. Please make sure it is defined" >&2;}
17352 rm -f "$ac_tmp/stdin"
17354 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
17355 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
17357 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17363 if test x"$ac_file" != x-; then
17365 $as_echo "/* $configure_input */" \
17366 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
17367 } >"$ac_tmp/config.h" \
17368 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17369 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
17370 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17371 $as_echo "$as_me: $ac_file is unchanged" >&6;}
17374 mv "$ac_tmp/config.h" "$ac_file" \
17375 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17378 $as_echo "/* $configure_input */" \
17379 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
17380 || as_fn_error $? "could not create -" "$LINENO" 5
17382 # Compute "$ac_file"'s index
in $config_headers.
17385 for _am_header
in $config_headers :; do
17386 case $_am_header in
17387 $_am_arg |
$_am_arg:* )
17390 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
17393 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
17394 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17395 X"$_am_arg" : 'X\(//\)[^/]' \| \
17396 X"$_am_arg" : 'X\(//\)$' \| \
17397 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
17398 $as_echo X"$_am_arg" |
17399 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17403 /^X\(\/\/\)[^/].*/{
17415 s/.*/./; q'`/stamp-h
$_am_stamp_count
17418 :C
) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17419 $as_echo "$as_me: executing $ac_file commands" >&6;}
17424 case $ac_file$ac_mode in
17426 # Only add multilib support code if we just rebuilt the top-level
17428 case " $CONFIG_FILES " in
17430 ac_file
=Makefile .
${multi_basedir}/config-ml.
in
17433 "depfiles":C
) test x
"$AMDEP_TRUE" != x
"" ||
{
17434 # Older Autoconf quotes --file arguments for eval, but not when files
17435 # are listed without --file. Let's play safe and only enable the eval
17436 # if we detect the quoting.
17437 case $CONFIG_FILES in
17438 *\'*) eval set x
"$CONFIG_FILES" ;;
17439 *) set x
$CONFIG_FILES ;;
17444 # Strip MF so we end up with the name of the file.
17445 mf
=`echo "$mf" | sed -e 's/:.*$//'`
17446 # Check whether this is an Automake generated Makefile or not.
17447 # We used to match only the files named 'Makefile.in', but
17448 # some people rename them; so instead we look at the file content.
17449 # Grep'ing the first line is not enough: some people post-process
17450 # each Makefile.in and add a new line on top of each file to say so.
17451 # Grep'ing the whole file is not good either: AIX grep has a line
17452 # limit of 2048, but all sed's we know have understand at least 4000.
17453 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" |
grep X
>/dev
/null
2>&1; then
17454 dirpart
=`$as_dirname -- "$mf" ||
17455 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17456 X"$mf" : 'X\(//\)[^/]' \| \
17457 X"$mf" : 'X\(//\)$' \| \
17458 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
17460 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17464 /^X\(\/\/\)[^/].*/{
17480 # Extract the definition of DEPDIR, am__include, and am__quote
17481 # from the Makefile without running 'make'.
17482 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
17483 test -z "$DEPDIR" && continue
17484 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
17485 test -z "$am__include" && continue
17486 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
17487 # Find all dependency output files, they are included files with
17488 # $(DEPDIR) in their names. We invoke sed twice because it is the
17489 # simplest approach to changing $(DEPDIR) to its actual value in the
17491 for file in `sed -n "
17492 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17493 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
17494 # Make sure the directory exists.
17495 test -f "$dirpart/$file" && continue
17496 fdir
=`$as_dirname -- "$file" ||
17497 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17498 X"$file" : 'X\(//\)[^/]' \| \
17499 X"$file" : 'X\(//\)$' \| \
17500 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
17501 $as_echo X"$file" |
17502 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17506 /^X\(\/\/\)[^/].*/{
17519 as_dir
=$dirpart/$fdir; as_fn_mkdir_p
17520 # echo "creating $dirpart/$file"
17521 echo '# dummy' > "$dirpart/$file"
17528 # See if we are running on zsh, and set the options which allow our
17529 # commands through without removal of \ escapes.
17530 if test -n "${ZSH_VERSION+set}" ; then
17531 setopt NO_GLOB_SUBST
17534 cfgfile
="${ofile}T"
17535 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
17538 cat <<_LT_EOF >> "$cfgfile"
17541 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
17542 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
17543 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17544 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
17546 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
17547 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
17548 # Written by Gordon Matzigkeit, 1996
17550 # This file is part of GNU Libtool.
17552 # GNU Libtool is free software; you can redistribute it and/or
17553 # modify it under the terms of the GNU General Public License as
17554 # published by the Free Software Foundation; either version 2 of
17555 # the License, or (at your option) any later version.
17557 # As a special exception to the GNU General Public License,
17558 # if you distribute this file as part of a program or library that
17559 # is built using GNU Libtool, you may include this file under the
17560 # same distribution terms that you use for the rest of that program.
17562 # GNU Libtool is distributed in the hope that it will be useful,
17563 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17564 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17565 # GNU General Public License for more details.
17567 # You should have received a copy of the GNU General Public License
17568 # along with GNU Libtool; see the file COPYING. If not, a copy
17569 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
17570 # obtained by writing to the Free Software Foundation, Inc.,
17571 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17574 # The names of the tagged configurations supported by this script.
17577 # ### BEGIN LIBTOOL CONFIG
17579 # Which release of libtool.m4 was used?
17580 macro_version=$macro_version
17581 macro_revision=$macro_revision
17583 # Whether or not to build shared libraries.
17584 build_libtool_libs=$enable_shared
17586 # Whether or not to build static libraries.
17587 build_old_libs=$enable_static
17589 # What type of objects to build.
17592 # Whether or not to optimize for fast installation.
17593 fast_install=$enable_fast_install
17595 # Shell to use when invoking shell scripts.
17598 # An echo program that protects backslashes.
17602 host_alias=$host_alias
17606 # The build system.
17607 build_alias=$build_alias
17611 # A sed program that does not truncate output.
17614 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
17615 Xsed="\$SED -e 1s/^X//"
17617 # A grep program that handles long lines.
17623 # A literal string matcher.
17626 # A BSD- or MS-compatible name lister.
17629 # Whether we need soft or hard links.
17632 # What is the maximum length of a command?
17633 max_cmd_len=$max_cmd_len
17635 # Object file suffix (normally "o").
17638 # Executable file suffix (normally "").
17641 # whether the shell understands "unset".
17644 # turn spaces into newlines.
17647 # turn newlines into spaces.
17650 # An object symbol dumper.
17651 OBJDUMP=$lt_OBJDUMP
17653 # Method to check whether dependent libraries are shared objects.
17654 deplibs_check_method=$lt_deplibs_check_method
17656 # Command to use when deplibs_check_method == "file_magic".
17657 file_magic_cmd=$lt_file_magic_cmd
17661 AR_FLAGS=$lt_AR_FLAGS
17663 # A symbol stripping program.
17666 # Commands used to install an old-style archive.
17668 old_postinstall_cmds=$lt_old_postinstall_cmds
17669 old_postuninstall_cmds=$lt_old_postuninstall_cmds
17671 # Whether to use a lock for old archive extraction.
17672 lock_old_archive_extraction=$lock_old_archive_extraction
17677 # LTCC compiler flags.
17678 LTCFLAGS=$lt_CFLAGS
17680 # Take the output of nm and produce a listing of raw symbols and C names.
17681 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17683 # Transform the output of nm in a proper C declaration.
17684 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17686 # Transform the output of nm in a C name address pair.
17687 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17689 # Transform the output of nm in a C name address pair when lib prefix is needed.
17690 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17692 # The name of the directory that contains temporary libtool files.
17695 # Used to examine libraries when file_magic_cmd begins with "file".
17696 MAGIC_CMD=$MAGIC_CMD
17698 # Must we lock files when doing compilation?
17699 need_locks=$lt_need_locks
17701 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17702 DSYMUTIL=$lt_DSYMUTIL
17704 # Tool to change global to local symbols on Mac OS X.
17707 # Tool to manipulate fat objects and archives on Mac OS X.
17710 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
17713 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17714 OTOOL64=$lt_OTOOL64
17716 # Old archive suffix (normally "a").
17719 # Shared library suffix (normally ".so").
17720 shrext_cmds=$lt_shrext_cmds
17722 # The commands to extract the exported symbol list from a shared archive.
17723 extract_expsyms_cmds=$lt_extract_expsyms_cmds
17725 # Variables whose values should be saved in libtool wrapper scripts and
17726 # restored at link time.
17727 variables_saved_for_relink=$lt_variables_saved_for_relink
17729 # Do we need the "lib" prefix for modules?
17730 need_lib_prefix=$need_lib_prefix
17732 # Do we need a version for libraries?
17733 need_version=$need_version
17735 # Library versioning type.
17736 version_type=$version_type
17738 # Shared library runtime path variable.
17739 runpath_var=$runpath_var
17741 # Shared library path variable.
17742 shlibpath_var=$shlibpath_var
17744 # Is shlibpath searched before the hard-coded library search path?
17745 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17747 # Format of library name prefix.
17748 libname_spec=$lt_libname_spec
17750 # List of archive names. First name is the real one, the rest are links.
17751 # The last name is the one that the linker finds with -lNAME
17752 library_names_spec=$lt_library_names_spec
17754 # The coded name of the library, if different from the real name.
17755 soname_spec=$lt_soname_spec
17757 # Permission mode override for installation of shared libraries.
17758 install_override_mode=$lt_install_override_mode
17760 # Command to use after installation of a shared archive.
17761 postinstall_cmds=$lt_postinstall_cmds
17763 # Command to use after uninstallation of a shared archive.
17764 postuninstall_cmds=$lt_postuninstall_cmds
17766 # Commands used to finish a libtool library installation in a directory.
17767 finish_cmds=$lt_finish_cmds
17769 # As "finish_cmds", except a single script fragment to be evaled but
17771 finish_eval=$lt_finish_eval
17773 # Whether we should hardcode library paths into libraries.
17774 hardcode_into_libs=$hardcode_into_libs
17776 # Compile-time system search path for libraries.
17777 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17779 # Run-time system search path for libraries.
17780 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17782 # Whether dlopen is supported.
17783 dlopen_support=$enable_dlopen
17785 # Whether dlopen of programs is supported.
17786 dlopen_self=$enable_dlopen_self
17788 # Whether dlopen of statically linked programs is supported.
17789 dlopen_self_static=$enable_dlopen_self_static
17791 # Commands to strip libraries.
17792 old_striplib=$lt_old_striplib
17793 striplib=$lt_striplib
17796 # The linker used to build libraries.
17799 # How to create reloadable object files.
17800 reload_flag=$lt_reload_flag
17801 reload_cmds=$lt_reload_cmds
17803 # Commands used to build an old-style archive.
17804 old_archive_cmds=$lt_old_archive_cmds
17806 # A language specific compiler.
17809 # Is the compiler the GNU compiler?
17812 # Compiler flag to turn off builtin functions.
17813 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17815 # How to pass a linker flag through the compiler.
17816 wl=$lt_lt_prog_compiler_wl
17818 # Additional compiler flags for building library objects.
17819 pic_flag=$lt_lt_prog_compiler_pic
17821 # Compiler flag to prevent dynamic linking.
17822 link_static_flag=$lt_lt_prog_compiler_static
17824 # Does compiler simultaneously support -c and -o options?
17825 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17827 # Whether or not to add -lc for building shared libraries.
17828 build_libtool_need_lc=$archive_cmds_need_lc
17830 # Whether or not to disallow shared libs when runtime libs are static.
17831 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17833 # Compiler flag to allow reflexive dlopens.
17834 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17836 # Compiler flag to generate shared objects directly from archives.
17837 whole_archive_flag_spec=$lt_whole_archive_flag_spec
17839 # Whether the compiler copes with passing no objects directly.
17840 compiler_needs_object=$lt_compiler_needs_object
17842 # Create an old-style archive from a shared archive.
17843 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17845 # Create a temporary old-style archive to link instead of a shared archive.
17846 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17848 # Commands used to build a shared archive.
17849 archive_cmds=$lt_archive_cmds
17850 archive_expsym_cmds=$lt_archive_expsym_cmds
17852 # Commands used to build a loadable module if different from building
17853 # a shared archive.
17854 module_cmds=$lt_module_cmds
17855 module_expsym_cmds=$lt_module_expsym_cmds
17857 # Whether we are building with GNU ld or not.
17858 with_gnu_ld=$lt_with_gnu_ld
17860 # Flag that allows shared libraries with undefined symbols to be built.
17861 allow_undefined_flag=$lt_allow_undefined_flag
17863 # Flag that enforces no undefined symbols.
17864 no_undefined_flag=$lt_no_undefined_flag
17866 # Flag to hardcode \$libdir into a binary during linking.
17867 # This must work even if \$libdir does not exist
17868 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17870 # If ld is used when linking, flag to hardcode \$libdir into a binary
17871 # during linking. This must work even if \$libdir does not exist.
17872 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17874 # Whether we need a single "-rpath" flag with a separated argument.
17875 hardcode_libdir_separator=$lt_hardcode_libdir_separator
17877 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17878 # DIR into the resulting binary.
17879 hardcode_direct=$hardcode_direct
17881 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17882 # DIR into the resulting binary and the resulting library dependency is
17883 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17884 # library is relocated.
17885 hardcode_direct_absolute=$hardcode_direct_absolute
17887 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17888 # into the resulting binary.
17889 hardcode_minus_L=$hardcode_minus_L
17891 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17892 # into the resulting binary.
17893 hardcode_shlibpath_var=$hardcode_shlibpath_var
17895 # Set to "yes" if building a shared library automatically hardcodes DIR
17896 # into the library and all subsequent libraries and executables linked
17898 hardcode_automatic=$hardcode_automatic
17900 # Set to yes if linker adds runtime paths of dependent libraries
17901 # to runtime path list.
17902 inherit_rpath=$inherit_rpath
17904 # Whether libtool must link a program against all its dependency libraries.
17905 link_all_deplibs=$link_all_deplibs
17907 # Fix the shell variable \$srcfile for the compiler.
17908 fix_srcfile_path=$lt_fix_srcfile_path
17910 # Set to "yes" if exported symbols are required.
17911 always_export_symbols=$always_export_symbols
17913 # The commands to list exported symbols.
17914 export_symbols_cmds=$lt_export_symbols_cmds
17916 # Symbols that should not be listed in the preloaded symbols.
17917 exclude_expsyms=$lt_exclude_expsyms
17919 # Symbols that must always be exported.
17920 include_expsyms=$lt_include_expsyms
17922 # Commands necessary for linking programs (against libraries) with templates.
17923 prelink_cmds=$lt_prelink_cmds
17925 # Specify filename containing input files.
17926 file_list_spec=$lt_file_list_spec
17928 # How to hardcode a shared library path into an executable.
17929 hardcode_action=$hardcode_action
17931 # ### END LIBTOOL CONFIG
17937 cat <<\_LT_EOF
>> "$cfgfile"
17938 # AIX sometimes has problems with the GCC collect2 program. For some
17939 # reason, if we set the COLLECT_NAMES environment variable, the problems
17940 # vanish in a puff of smoke.
17941 if test "X${COLLECT_NAMES+set}" != Xset
; then
17943 export COLLECT_NAMES
17950 ltmain
="$ac_aux_dir/ltmain.sh"
17953 # We use sed instead of cat because bash on DJGPP gets confused if
17954 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17955 # text mode, it properly converts lines to CR/LF. This bash problem
17956 # is reportedly fixed, but why not run on old versions too?
17957 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17958 ||
(rm -f "$cfgfile"; exit 1)
17962 cat << \_LT_EOF
>> "$cfgfile"
17964 # func_dirname file append nondir_replacement
17965 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17966 # otherwise set result to NONDIR_REPLACEMENT.
17970 */*) func_dirname_result
="${1%/*}${2}" ;;
17971 * ) func_dirname_result
="${3}" ;;
17975 # func_basename file
17978 func_basename_result
="${1##*/}"
17981 # func_dirname_and_basename file append nondir_replacement
17982 # perform func_basename and func_dirname in a single function
17984 # dirname: Compute the dirname of FILE. If nonempty,
17985 # add APPEND to the result, otherwise set result
17986 # to NONDIR_REPLACEMENT.
17987 # value returned in "$func_dirname_result"
17988 # basename: Compute filename of FILE.
17989 # value retuned in "$func_basename_result"
17990 # Implementation must be kept synchronized with func_dirname
17991 # and func_basename. For efficiency, we do not delegate to
17992 # those functions but instead duplicate the functionality here.
17993 func_dirname_and_basename
()
17996 */*) func_dirname_result
="${1%/*}${2}" ;;
17997 * ) func_dirname_result
="${3}" ;;
17999 func_basename_result
="${1##*/}"
18002 # func_stripname prefix suffix name
18003 # strip PREFIX and SUFFIX off of NAME.
18004 # PREFIX and SUFFIX must not contain globbing or regex special
18005 # characters, hashes, percent signs, but SUFFIX may contain a leading
18006 # dot (in which case that matches only a dot).
18009 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
18010 # positional parameters, so assign one to ordinary parameter first.
18011 func_stripname_result
=${3}
18012 func_stripname_result
=${func_stripname_result#"${1}"}
18013 func_stripname_result
=${func_stripname_result%"${2}"}
18019 func_opt_split_opt
=${1%%=*}
18020 func_opt_split_arg
=${1#*=}
18027 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
18028 *) func_lo2o_result
=${1} ;;
18032 # func_xform libobj-or-source
18035 func_xform_result
=${1%.*}.lo
18038 # func_arith arithmetic-term...
18041 func_arith_result
=$
(( $
* ))
18045 # STRING may not start with a hyphen.
18048 func_len_result
=${#1}
18053 *) # Bourne compatible functions.
18054 cat << \_LT_EOF
>> "$cfgfile"
18056 # func_dirname file append nondir_replacement
18057 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
18058 # otherwise set result to NONDIR_REPLACEMENT.
18061 # Extract subdirectory from the argument.
18062 func_dirname_result
=`$ECHO "${1}" | $SED "$dirname"`
18063 if test "X$func_dirname_result" = "X${1}"; then
18064 func_dirname_result
="${3}"
18066 func_dirname_result
="$func_dirname_result${2}"
18070 # func_basename file
18073 func_basename_result
=`$ECHO "${1}" | $SED "$basename"`
18077 # func_stripname prefix suffix name
18078 # strip PREFIX and SUFFIX off of NAME.
18079 # PREFIX and SUFFIX must not contain globbing or regex special
18080 # characters, hashes, percent signs, but SUFFIX may contain a leading
18081 # dot (in which case that matches only a dot).
18082 # func_strip_suffix prefix name
18086 .
*) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
18087 *) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
18092 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
18093 my_sed_long_arg
='1s/^-[^=]*=//'
18098 func_opt_split_opt
=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
18099 func_opt_split_arg
=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
18105 func_lo2o_result
=`$ECHO "${1}" | $SED "$lo2o"`
18108 # func_xform libobj-or-source
18111 func_xform_result
=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
18114 # func_arith arithmetic-term...
18117 func_arith_result
=`expr "$@"`
18121 # STRING may not start with a hyphen.
18124 func_len_result
=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
18130 case $lt_shell_append in
18132 cat << \_LT_EOF
>> "$cfgfile"
18134 # func_append var value
18135 # Append VALUE to the end of shell variable VAR.
18143 cat << \_LT_EOF
>> "$cfgfile"
18145 # func_append var value
18146 # Append VALUE to the end of shell variable VAR.
18157 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
18158 ||
(rm -f "$cfgfile"; exit 1)
18160 mv -f "$cfgfile" "$ofile" ||
18161 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
18166 if test "$GCC" = yes; then
18167 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
18169 echo "/* generated for $CC */" > tmp-stdint.h
18172 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18174 #ifndef GCC_GENERATED_STDINT_H
18175 #define GCC_GENERATED_STDINT_H 1
18177 #include <sys/types.h>
18180 if test "$acx_cv_header_stdint" != stdint.h
; then
18181 echo "#include <stddef.h>" >> tmp-stdint.h
18183 if test "$acx_cv_header_stdint" != stddef.h
; then
18184 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
18187 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18188 /* glibc uses these symbols as guards to prevent redefinitions. */
18189 #ifdef __int8_t_defined
18194 #ifdef __uint32_t_defined
18200 # ----------------- done header, emit basic int types -------------
18201 if test "$acx_cv_header_stdint" = stddef.h
; then
18202 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18206 #ifndef __uint8_t_defined
18207 #define __uint8_t_defined
18209 typedef unsigned $acx_cv_type_int8_t uint8_t;
18216 #ifndef __uint16_t_defined
18217 #define __uint16_t_defined
18219 typedef unsigned $acx_cv_type_int16_t uint16_t;
18226 #ifndef __uint32_t_defined
18227 #define __uint32_t_defined
18229 typedef unsigned $acx_cv_type_int32_t uint32_t;
18236 #ifndef __int8_t_defined
18237 #define __int8_t_defined
18239 typedef $acx_cv_type_int8_t int8_t;
18246 #ifndef __int16_t_defined
18247 #define __int16_t_defined
18249 typedef $acx_cv_type_int16_t int16_t;
18256 #ifndef __int32_t_defined
18257 #define __int32_t_defined
18259 typedef $acx_cv_type_int32_t int32_t;
18264 elif test "$ac_cv_type_u_int32_t" = yes; then
18265 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18267 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
18280 #ifndef __uint8_t_defined
18281 #define __uint8_t_defined
18283 typedef u_int8_t uint8_t;
18290 #ifndef __uint16_t_defined
18291 #define __uint16_t_defined
18293 typedef u_int16_t uint16_t;
18300 #ifndef __uint32_t_defined
18301 #define __uint32_t_defined
18303 typedef u_int32_t uint32_t;
18309 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18311 /* Some systems have guard macros to prevent redefinitions, define them. */
18333 # ------------- done basic int types, emit int64_t types ------------
18334 if test "$ac_cv_type_uint64_t" = yes; then
18335 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18337 /* system headers have good uint64_t and int64_t */
18345 elif test "$ac_cv_type_u_int64_t" = yes; then
18346 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18348 /* system headers have an u_int64_t (and int64_t) */
18354 #ifndef __uint64_t_defined
18355 #define __uint64_t_defined
18357 typedef u_int64_t uint64_t;
18362 elif test -n "$acx_cv_type_int64_t"; then
18363 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18365 /* architecture has a 64-bit type, $acx_cv_type_int64_t */
18369 typedef $acx_cv_type_int64_t int64_t;
18374 #ifndef __uint64_t_defined
18375 #define __uint64_t_defined
18377 typedef unsigned $acx_cv_type_int64_t uint64_t;
18383 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18385 /* some common heuristics for int64_t, using compiler-specific tests */
18386 #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
18389 #ifndef __int64_t_defined
18391 typedef long long int64_t;
18398 typedef unsigned long long uint64_t;
18402 #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
18403 /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
18404 does not implement __extension__. But that compiler doesn't define
18406 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
18407 # define __extension__
18413 __extension__ typedef long long int64_t;
18419 __extension__ typedef unsigned long long uint64_t;
18423 #elif !defined __STRICT_ANSI__
18424 # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
18429 typedef __int64 int64_t;
18435 typedef unsigned __int64 uint64_t;
18438 # endif /* compiler */
18440 #endif /* ANSI version */
18444 # ------------- done int64_t types, emit intptr types ------------
18445 if test "$ac_cv_type_uintptr_t" != yes; then
18446 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18448 /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
18449 #ifndef __uintptr_t_defined
18451 typedef u$acx_cv_type_intptr_t uintptr_t;
18454 #ifndef __intptr_t_defined
18456 typedef $acx_cv_type_intptr_t intptr_t;
18462 # ------------- done intptr types, emit int_least types ------------
18463 if test "$ac_cv_type_int_least32_t" != yes; then
18464 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18466 /* Define int_least types */
18467 typedef int8_t int_least8_t;
18468 typedef int16_t int_least16_t;
18469 typedef int32_t int_least32_t;
18471 typedef int64_t int_least64_t;
18474 typedef uint8_t uint_least8_t;
18475 typedef uint16_t uint_least16_t;
18476 typedef uint32_t uint_least32_t;
18478 typedef uint64_t uint_least64_t;
18483 # ------------- done intptr types, emit int_fast types ------------
18484 if test "$ac_cv_type_int_fast32_t" != yes; then
18485 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18487 /* Define int_fast types. short is often slow */
18488 typedef int8_t int_fast8_t;
18489 typedef int int_fast16_t;
18490 typedef int32_t int_fast32_t;
18492 typedef int64_t int_fast64_t;
18495 typedef uint8_t uint_fast8_t;
18496 typedef unsigned int uint_fast16_t;
18497 typedef uint32_t uint_fast32_t;
18499 typedef uint64_t uint_fast64_t;
18504 if test "$ac_cv_type_uintmax_t" != yes; then
18505 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18507 /* Define intmax based on what we found */
18510 typedef int64_t intmax_t;
18512 typedef long intmax_t;
18517 typedef uint64_t uintmax_t;
18519 typedef unsigned long uintmax_t;
18525 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18527 #endif /* GCC_GENERATED_STDINT_H */
18530 if test -r gstdint.h
&& cmp -s tmp-stdint.h gstdint.h
; then
18533 mv -f tmp-stdint.h gstdint.h
18544 ac_clean_files
=$ac_clean_files_save
18546 test $ac_write_fail = 0 ||
18547 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
18550 # configure is writing to config.log, and then calls config.status.
18551 # config.status does its own redirection, appending to config.log.
18552 # Unfortunately, on DOS this fails, as config.log is still kept open
18553 # by configure, so config.status won't be able to write to it; its
18554 # output is simply discarded. So we exec the FD to /dev/null,
18555 # effectively closing config.log, so it can be properly (re)opened and
18556 # appended to by config.status. When coming back to configure, we
18557 # need to make the FD available again.
18558 if test "$no_create" != yes; then
18560 ac_config_status_args
=
18561 test "$silent" = yes &&
18562 ac_config_status_args
="$ac_config_status_args --quiet"
18564 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
18566 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18567 # would make configure fail if this is the last instruction.
18568 $ac_cs_success || as_fn_exit
1
18570 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
18571 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18572 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}