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
650 LIBAT_BUILD_VERSIONED_SHLIB_SUN_FALSE
651 LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE
652 LIBAT_BUILD_VERSIONED_SHLIB_GNU_FALSE
653 LIBAT_BUILD_VERSIONED_SHLIB_GNU_TRUE
654 LIBAT_BUILD_VERSIONED_SHLIB_FALSE
655 LIBAT_BUILD_VERSIONED_SHLIB_TRUE
661 MAINTAINER_MODE_FALSE
686 am__fastdepCCAS_FALSE
723 INSTALL_STRIP_PROGRAM
779 program_transform_name
792 enable_option_checking
793 enable_version_specific_runtime_libs
794 enable_generated_files_in_srcdir
798 enable_dependency_tracking
805 enable_maintainer_mode
808 with_gcc_major_version_only
810 ac_precious_vars
='build_alias
817 # Initialize some variables set by options.
819 ac_init_version
=false
820 ac_unrecognized_opts
=
822 # The variables have the same names as the options, with
823 # dashes changed to underlines.
831 program_transform_name
=s
,x
,x
,
839 # Installation directory options.
840 # These are left unexpanded so users can "make install exec_prefix=/foo"
841 # and all the variables that are supposed to be based on exec_prefix
842 # by default will actually change.
843 # Use braces instead of parens because sh, perl, etc. also accept them.
844 # (The list follows the same order as the GNU Coding Standards.)
845 bindir
='${exec_prefix}/bin'
846 sbindir
='${exec_prefix}/sbin'
847 libexecdir
='${exec_prefix}/libexec'
848 datarootdir
='${prefix}/share'
849 datadir
='${datarootdir}'
850 sysconfdir
='${prefix}/etc'
851 sharedstatedir
='${prefix}/com'
852 localstatedir
='${prefix}/var'
853 includedir
='${prefix}/include'
854 oldincludedir
='/usr/include'
855 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
856 infodir
='${datarootdir}/info'
861 libdir
='${exec_prefix}/lib'
862 localedir
='${datarootdir}/locale'
863 mandir
='${datarootdir}/man'
869 # If the previous option needs an argument, assign it.
870 if test -n "$ac_prev"; then
871 eval $ac_prev=\
$ac_option
877 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
882 # Accept the important Cygnus configure options, so we can diagnose typos.
884 case $ac_dashdash$ac_option in
888 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
890 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
893 -build |
--build |
--buil |
--bui |
--bu)
894 ac_prev
=build_alias
;;
895 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
896 build_alias
=$ac_optarg ;;
898 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
899 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
900 ac_prev
=cache_file
;;
901 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
902 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
903 cache_file
=$ac_optarg ;;
906 cache_file
=config.cache
;;
908 -datadir |
--datadir |
--datadi |
--datad)
910 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
911 datadir
=$ac_optarg ;;
913 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
914 |
--dataroo |
--dataro |
--datar)
915 ac_prev
=datarootdir
;;
916 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
917 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
918 datarootdir
=$ac_optarg ;;
920 -disable-* |
--disable-*)
921 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
922 # Reject names that are not valid shell variable names.
923 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
924 as_fn_error $?
"invalid feature name: $ac_useropt"
925 ac_useropt_orig
=$ac_useropt
926 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
927 case $ac_user_opts in
931 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
932 ac_unrecognized_sep
=', ';;
934 eval enable_
$ac_useropt=no
;;
936 -docdir |
--docdir |
--docdi |
--doc |
--do)
938 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
941 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
943 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
946 -enable-* |
--enable-*)
947 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
948 # Reject names that are not valid shell variable names.
949 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
950 as_fn_error $?
"invalid feature name: $ac_useropt"
951 ac_useropt_orig
=$ac_useropt
952 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
953 case $ac_user_opts in
957 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
958 ac_unrecognized_sep
=', ';;
960 eval enable_
$ac_useropt=\
$ac_optarg ;;
962 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
963 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
964 |
--exec |
--exe |
--ex)
965 ac_prev
=exec_prefix
;;
966 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
967 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
968 |
--exec=* |
--exe=* |
--ex=*)
969 exec_prefix
=$ac_optarg ;;
971 -gas |
--gas |
--ga |
--g)
972 # Obsolete; use --with-gas.
975 -help |
--help |
--hel |
--he |
-h)
977 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
978 ac_init_help
=recursive
;;
979 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
980 ac_init_help
=short
;;
982 -host |
--host |
--hos |
--ho)
983 ac_prev
=host_alias
;;
984 -host=* |
--host=* |
--hos=* |
--ho=*)
985 host_alias
=$ac_optarg ;;
987 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
989 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
991 htmldir
=$ac_optarg ;;
993 -includedir |
--includedir |
--includedi |
--included |
--include \
994 |
--includ |
--inclu |
--incl |
--inc)
995 ac_prev
=includedir
;;
996 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
997 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
998 includedir
=$ac_optarg ;;
1000 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1002 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1003 infodir
=$ac_optarg ;;
1005 -libdir |
--libdir |
--libdi |
--libd)
1007 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1008 libdir
=$ac_optarg ;;
1010 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1011 |
--libexe |
--libex |
--libe)
1012 ac_prev
=libexecdir
;;
1013 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1014 |
--libexe=* |
--libex=* |
--libe=*)
1015 libexecdir
=$ac_optarg ;;
1017 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1018 ac_prev
=localedir
;;
1019 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1020 localedir
=$ac_optarg ;;
1022 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1023 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1024 ac_prev
=localstatedir
;;
1025 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1026 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1027 localstatedir
=$ac_optarg ;;
1029 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1031 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1032 mandir
=$ac_optarg ;;
1034 -nfp |
--nfp |
--nf)
1035 # Obsolete; use --without-fp.
1038 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1039 |
--no-cr |
--no-c |
-n)
1042 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1043 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1046 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1047 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1048 |
--oldin |
--oldi |
--old |
--ol |
--o)
1049 ac_prev
=oldincludedir
;;
1050 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1051 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1052 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1053 oldincludedir
=$ac_optarg ;;
1055 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1057 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1058 prefix
=$ac_optarg ;;
1060 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1061 |
--program-pre |
--program-pr |
--program-p)
1062 ac_prev
=program_prefix
;;
1063 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1064 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1065 program_prefix
=$ac_optarg ;;
1067 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1068 |
--program-suf |
--program-su |
--program-s)
1069 ac_prev
=program_suffix
;;
1070 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1071 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1072 program_suffix
=$ac_optarg ;;
1074 -program-transform-name |
--program-transform-name \
1075 |
--program-transform-nam |
--program-transform-na \
1076 |
--program-transform-n |
--program-transform- \
1077 |
--program-transform |
--program-transfor \
1078 |
--program-transfo |
--program-transf \
1079 |
--program-trans |
--program-tran \
1080 |
--progr-tra |
--program-tr |
--program-t)
1081 ac_prev
=program_transform_name
;;
1082 -program-transform-name=* |
--program-transform-name=* \
1083 |
--program-transform-nam=* |
--program-transform-na=* \
1084 |
--program-transform-n=* |
--program-transform-=* \
1085 |
--program-transform=* |
--program-transfor=* \
1086 |
--program-transfo=* |
--program-transf=* \
1087 |
--program-trans=* |
--program-tran=* \
1088 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1089 program_transform_name
=$ac_optarg ;;
1091 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1093 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1094 pdfdir
=$ac_optarg ;;
1096 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1098 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1101 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1102 |
-silent |
--silent |
--silen |
--sile |
--sil)
1105 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1107 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1109 sbindir
=$ac_optarg ;;
1111 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1112 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1113 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1115 ac_prev
=sharedstatedir
;;
1116 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1117 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1118 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1120 sharedstatedir
=$ac_optarg ;;
1122 -site |
--site |
--sit)
1124 -site=* |
--site=* |
--sit=*)
1127 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1129 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1130 srcdir
=$ac_optarg ;;
1132 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1133 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1134 ac_prev
=sysconfdir
;;
1135 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1136 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1137 sysconfdir
=$ac_optarg ;;
1139 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1140 ac_prev
=target_alias
;;
1141 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1142 target_alias
=$ac_optarg ;;
1144 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1147 -version |
--version |
--versio |
--versi |
--vers |
-V)
1148 ac_init_version
=: ;;
1151 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1152 # Reject names that are not valid shell variable names.
1153 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1154 as_fn_error $?
"invalid package name: $ac_useropt"
1155 ac_useropt_orig
=$ac_useropt
1156 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1157 case $ac_user_opts in
1161 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1162 ac_unrecognized_sep
=', ';;
1164 eval with_
$ac_useropt=\
$ac_optarg ;;
1166 -without-* |
--without-*)
1167 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1168 # Reject names that are not valid shell variable names.
1169 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1170 as_fn_error $?
"invalid package name: $ac_useropt"
1171 ac_useropt_orig
=$ac_useropt
1172 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1173 case $ac_user_opts in
1177 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1178 ac_unrecognized_sep
=', ';;
1180 eval with_
$ac_useropt=no
;;
1183 # Obsolete; use --with-x.
1186 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1187 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1188 ac_prev
=x_includes
;;
1189 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1190 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1191 x_includes
=$ac_optarg ;;
1193 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1194 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1195 ac_prev
=x_libraries
;;
1196 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1197 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1198 x_libraries
=$ac_optarg ;;
1200 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1201 Try \`$0 --help' for more information"
1205 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1206 # Reject names that are not valid shell variable names.
1207 case $ac_envvar in #(
1208 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1209 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1211 eval $ac_envvar=\
$ac_optarg
1212 export $ac_envvar ;;
1215 # FIXME: should be removed in autoconf 3.0.
1216 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1217 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1218 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1219 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1225 if test -n "$ac_prev"; then
1226 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1227 as_fn_error $?
"missing argument to $ac_option"
1230 if test -n "$ac_unrecognized_opts"; then
1231 case $enable_option_checking in
1233 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1234 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1238 # Check all directory arguments for consistency.
1239 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1240 datadir sysconfdir sharedstatedir localstatedir includedir \
1241 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1242 libdir localedir mandir
1244 eval ac_val
=\$
$ac_var
1245 # Remove trailing slashes.
1248 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1249 eval $ac_var=\
$ac_val;;
1251 # Be sure to have absolute directory names.
1253 [\\/$
]* | ?
:[\\/]* ) continue;;
1254 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1256 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1259 # There might be people who depend on the old broken behavior: `$host'
1260 # used to hold the argument of --host etc.
1261 # FIXME: To remove some day.
1264 target
=$target_alias
1266 # FIXME: To remove some day.
1267 if test "x$host_alias" != x
; then
1268 if test "x$build_alias" = x
; then
1269 cross_compiling
=maybe
1270 elif test "x$build_alias" != "x$host_alias"; then
1276 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1278 test "$silent" = yes && exec 6>/dev
/null
1281 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1282 ac_ls_di
=`ls -di .` &&
1283 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1284 as_fn_error $?
"working directory cannot be determined"
1285 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1286 as_fn_error $?
"pwd does not report name of working directory"
1289 # Find the source files, if location was not specified.
1290 if test -z "$srcdir"; then
1291 ac_srcdir_defaulted
=yes
1292 # Try the directory containing this script, then the parent directory.
1293 ac_confdir
=`$as_dirname -- "$as_myself" ||
1294 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1295 X"$as_myself" : 'X\(//\)[^/]' \| \
1296 X"$as_myself" : 'X\(//\)$' \| \
1297 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1298 $as_echo X"$as_myself" |
1299 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1317 if test ! -r "$srcdir/$ac_unique_file"; then
1321 ac_srcdir_defaulted
=no
1323 if test ! -r "$srcdir/$ac_unique_file"; then
1324 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1325 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1327 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1329 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1331 # When building in place, set srcdir=.
1332 if test "$ac_abs_confdir" = "$ac_pwd"; then
1335 # Remove unnecessary trailing slashes from srcdir.
1336 # Double slashes in file names in object file debugging info
1337 # mess up M-x gdb in Emacs.
1339 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1341 for ac_var
in $ac_precious_vars; do
1342 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1343 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1344 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1345 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1349 # Report the --help message.
1351 if test "$ac_init_help" = "long"; then
1352 # Omit some internal or obsolete options to make the list less imposing.
1353 # This message is too long to be a string in the A/UX 3.1 sh.
1355 \`configure' configures GNU Atomic Library 1.0 to adapt to many kinds of systems.
1357 Usage: $0 [OPTION]... [VAR=VALUE]...
1359 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1360 VAR=VALUE. See below for descriptions of some of the useful variables.
1362 Defaults for the options are specified in brackets.
1365 -h, --help display this help and exit
1366 --help=short display options specific to this package
1367 --help=recursive display the short help of all the included packages
1368 -V, --version display version information and exit
1369 -q, --quiet, --silent do not print \`checking ...' messages
1370 --cache-file=FILE cache test results in FILE [disabled]
1371 -C, --config-cache alias for \`--cache-file=config.cache'
1372 -n, --no-create do not create output files
1373 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1375 Installation directories:
1376 --prefix=PREFIX install architecture-independent files in PREFIX
1377 [$ac_default_prefix]
1378 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1381 By default, \`make install' will install all the files in
1382 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1383 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1384 for instance \`--prefix=\$HOME'.
1386 For better control, use the options below.
1388 Fine tuning of the installation directories:
1389 --bindir=DIR user executables [EPREFIX/bin]
1390 --sbindir=DIR system admin executables [EPREFIX/sbin]
1391 --libexecdir=DIR program executables [EPREFIX/libexec]
1392 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1393 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1394 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1395 --libdir=DIR object code libraries [EPREFIX/lib]
1396 --includedir=DIR C header files [PREFIX/include]
1397 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1398 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1399 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1400 --infodir=DIR info documentation [DATAROOTDIR/info]
1401 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1402 --mandir=DIR man documentation [DATAROOTDIR/man]
1403 --docdir=DIR documentation root [DATAROOTDIR/doc/libatomic]
1404 --htmldir=DIR html documentation [DOCDIR]
1405 --dvidir=DIR dvi documentation [DOCDIR]
1406 --pdfdir=DIR pdf documentation [DOCDIR]
1407 --psdir=DIR ps documentation [DOCDIR]
1413 --program-prefix=PREFIX prepend PREFIX to installed program names
1414 --program-suffix=SUFFIX append SUFFIX to installed program names
1415 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1418 --build=BUILD configure
for building on BUILD
[guessed
]
1419 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1420 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1424 if test -n "$ac_init_help"; then
1425 case $ac_init_help in
1426 short | recursive
) echo "Configuration of GNU Atomic Library 1.0:";;
1431 --disable-option-checking ignore unrecognized
--enable/--with options
1432 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1433 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1434 --enable-version-specific-runtime-libs
1435 Specify that runtime libraries should be installed
1436 in a compiler-specific directory
[default
=no
]
1437 --enable-generated-files-in-srcdir
1438 put copies of generated files
in source dir intended
1439 for creating
source tarballs
for users without
1440 texinfo bison or flex.
[default
=no
]
1441 --enable-silent-rules less verbose build output
(undo
: "make V=1")
1442 --disable-silent-rules verbose build output
(undo
: "make V=0")
1443 --enable-multilib build many library versions
(default
)
1444 --enable-dependency-tracking
1445 do not reject slow dependency extractors
1446 --disable-dependency-tracking
1447 speeds up one-time build
1448 --enable-shared[=PKGS
] build shared libraries
[default
=yes]
1449 --enable-static[=PKGS
] build static libraries
[default
=yes]
1450 --enable-fast-install[=PKGS
]
1451 optimize
for fast installation
[default
=yes]
1452 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1453 --enable-maintainer-mode
1454 enable make rules and dependencies not useful
(and
1455 sometimes confusing
) to the casual installer
1456 --enable-symvers=STYLE enables symbol versioning of the shared library
1458 --enable-cet enable Intel CET
in target libraries
[default
=no
]
1461 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1462 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1463 --with-toolexeclibdir=DIR
1464 install libraries built with a cross compiler within
1466 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1468 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1469 --with-gcc-major-version-only
1470 use only GCC major number
in filesystem paths
1472 Some influential environment variables
:
1473 CC C compiler
command
1474 CFLAGS C compiler flags
1475 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1476 nonstandard directory
<lib dir
>
1477 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1478 CPPFLAGS
(Objective
) C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if
1479 you have headers
in a nonstandard directory
<include dir
>
1480 CCAS assembler compiler
command (defaults to CC
)
1481 CCASFLAGS assembler compiler flags
(defaults to CFLAGS
)
1484 Use these variables to override the choices made by
`configure' or to help
1485 it to find libraries and programs with nonstandard names/locations.
1487 Report bugs to the package provider.
1488 GNU Atomic Library home page: <http://www.gnu.org/software/libatomic/>.
1489 General help using GNU software: <http://www.gnu.org/gethelp/>.
1494 if test "$ac_init_help" = "recursive"; then
1495 # If there are subdirs, report their specific --help.
1496 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1497 test -d "$ac_dir" ||
1498 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1503 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1505 ac_dir_suffix=/`$as_echo "$ac_dir" |
sed 's|^\.[\\/]||'`
1506 # A ".." for each directory in $ac_dir_suffix.
1507 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" |
sed 's|/[^\\/]*|/..|g;s|/||'`
1508 case $ac_top_builddir_sub in
1509 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1510 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1513 ac_abs_top_builddir=$ac_pwd
1514 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1515 # for backward compatibility:
1516 ac_top_builddir=$ac_top_build_prefix
1519 .) # We are building in place.
1521 ac_top_srcdir=$ac_top_builddir_sub
1522 ac_abs_top_srcdir=$ac_pwd ;;
1523 [\\/]* | ?:[\\/]* ) # Absolute name.
1524 ac_srcdir=$srcdir$ac_dir_suffix;
1525 ac_top_srcdir=$srcdir
1526 ac_abs_top_srcdir=$srcdir ;;
1528 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1529 ac_top_srcdir=$ac_top_build_prefix$srcdir
1530 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1532 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1534 cd "$ac_dir" || { ac_status=$?; continue; }
1535 # Check for guested configure.
1536 if test -f "$ac_srcdir/configure.gnu"; then
1538 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1539 elif test -f "$ac_srcdir/configure"; then
1541 $SHELL "$ac_srcdir/configure" --help=recursive
1543 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1545 cd "$ac_pwd" || { ac_status=$?; break; }
1549 test -n "$ac_init_help" && exit $ac_status
1550 if $ac_init_version; then
1552 GNU Atomic Library configure 1.0
1553 generated by GNU Autoconf 2.69
1555 Copyright (C) 2012 Free Software Foundation, Inc.
1556 This configure script is free software; the Free Software Foundation
1557 gives unlimited permission to copy, distribute and modify it.
1562 ## ------------------------ ##
1563 ## Autoconf initialization. ##
1564 ## ------------------------ ##
1566 # ac_fn_c_try_compile LINENO
1567 # --------------------------
1568 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1569 ac_fn_c_try_compile ()
1571 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1572 rm -f conftest.$ac_objext
1573 if { { ac_try="$ac_compile"
1575 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1576 *) ac_try_echo
=$ac_try;;
1578 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1579 $as_echo "$ac_try_echo"; } >&5
1580 (eval "$ac_compile") 2>conftest.err
1582 if test -s conftest.err
; then
1583 grep -v '^ *+' conftest.err
>conftest.er1
1584 cat conftest.er1
>&5
1585 mv -f conftest.er1 conftest.err
1587 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1588 test $ac_status = 0; } && {
1589 test -z "$ac_c_werror_flag" ||
1590 test ! -s conftest.err
1591 } && test -s conftest.
$ac_objext; then :
1594 $as_echo "$as_me: failed program was:" >&5
1595 sed 's/^/| /' conftest.
$ac_ext >&5
1599 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1600 as_fn_set_status
$ac_retval
1602 } # ac_fn_c_try_compile
1604 # ac_fn_c_try_link LINENO
1605 # -----------------------
1606 # Try to link conftest.$ac_ext, and return whether this succeeded.
1609 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1610 rm -f conftest.
$ac_objext conftest
$ac_exeext
1611 if { { ac_try
="$ac_link"
1613 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1614 *) ac_try_echo=$ac_try;;
1616 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1617 $as_echo "$ac_try_echo"; } >&5
1618 (eval "$ac_link") 2>conftest.err
1620 if test -s conftest.err; then
1621 grep -v '^ *+' conftest.err >conftest.er1
1622 cat conftest.er1 >&5
1623 mv -f conftest.er1 conftest.err
1625 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1626 test $ac_status = 0; } && {
1627 test -z "$ac_c_werror_flag" ||
1628 test ! -s conftest.err
1629 } && test -s conftest$ac_exeext && {
1630 test "$cross_compiling" = yes ||
1631 test -x conftest$ac_exeext
1635 $as_echo "$as_me: failed program was:" >&5
1636 sed 's/^/| /' conftest.$ac_ext >&5
1640 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1641 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1642 # interfere with the next link command; also delete a directory that is
1643 # left behind by Apple's compiler. We do this before executing the actions.
1644 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1645 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1646 as_fn_set_status $ac_retval
1648 } # ac_fn_c_try_link
1650 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1651 # -------------------------------------------------------
1652 # Tests whether HEADER exists and can be compiled using the include files in
1653 # INCLUDES, setting the cache variable VAR accordingly.
1654 ac_fn_c_check_header_compile ()
1656 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1658 $as_echo_n "checking for $2... " >&6; }
1659 if eval \${$3+:} false; then :
1660 $as_echo_n "(cached) " >&6
1662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1663 /* end confdefs.h. */
1667 if ac_fn_c_try_compile "$LINENO"; then :
1672 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1676 $as_echo "$ac_res" >&6; }
1677 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1679 } # ac_fn_c_check_header_compile
1681 # ac_fn_c_try_cpp LINENO
1682 # ----------------------
1683 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1686 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1687 if { { ac_try="$ac_cpp conftest.$ac_ext"
1689 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1690 *) ac_try_echo
=$ac_try;;
1692 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1693 $as_echo "$ac_try_echo"; } >&5
1694 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1696 if test -s conftest.err
; then
1697 grep -v '^ *+' conftest.err
>conftest.er1
1698 cat conftest.er1
>&5
1699 mv -f conftest.er1 conftest.err
1701 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1702 test $ac_status = 0; } > conftest.i
&& {
1703 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1704 test ! -s conftest.err
1708 $as_echo "$as_me: failed program was:" >&5
1709 sed 's/^/| /' conftest.
$ac_ext >&5
1713 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1714 as_fn_set_status
$ac_retval
1718 # ac_fn_c_try_run LINENO
1719 # ----------------------
1720 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1721 # that executables *can* be run.
1724 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1725 if { { ac_try
="$ac_link"
1727 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1728 *) ac_try_echo=$ac_try;;
1730 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1731 $as_echo "$ac_try_echo"; } >&5
1732 (eval "$ac_link") 2>&5
1734 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1735 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1736 { { case "(($ac_try" in
1737 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1738 *) ac_try_echo
=$ac_try;;
1740 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1741 $as_echo "$ac_try_echo"; } >&5
1742 (eval "$ac_try") 2>&5
1744 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1745 test $ac_status = 0; }; }; then :
1748 $as_echo "$as_me: program exited with status $ac_status" >&5
1749 $as_echo "$as_me: failed program was:" >&5
1750 sed 's/^/| /' conftest.
$ac_ext >&5
1752 ac_retval
=$ac_status
1754 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1755 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1756 as_fn_set_status
$ac_retval
1760 # ac_fn_c_check_func LINENO FUNC VAR
1761 # ----------------------------------
1762 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1763 ac_fn_c_check_func
()
1765 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1767 $as_echo_n "checking for $2... " >&6; }
1768 if eval \
${$3+:} false
; then :
1769 $as_echo_n "(cached) " >&6
1771 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1772 /* end confdefs.h. */
1773 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1774 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1775 #define $2 innocuous_$2
1777 /* System header to define __stub macros and hopefully few prototypes,
1778 which can conflict with char $2 (); below.
1779 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1780 <limits.h> exists even on freestanding compilers. */
1783 # include <limits.h>
1785 # include <assert.h>
1790 /* Override any GCC internal prototype to avoid an error.
1791 Use char because int might match the return type of a GCC
1792 builtin and then its argument prototype would still apply. */
1797 /* The GNU C library defines this for functions which it implements
1798 to always fail with ENOSYS. Some functions are actually named
1799 something starting with __ and the normal name is an alias. */
1800 #if defined __stub_$2 || defined __stub___$2
1812 if ac_fn_c_try_link
"$LINENO"; then :
1817 rm -f core conftest.err conftest.
$ac_objext \
1818 conftest
$ac_exeext conftest.
$ac_ext
1821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1822 $as_echo "$ac_res" >&6; }
1823 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1825 } # ac_fn_c_check_func
1827 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1828 # -------------------------------------------
1829 # Tests whether TYPE exists after having included INCLUDES, setting cache
1830 # variable VAR accordingly.
1831 ac_fn_c_check_type
()
1833 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1835 $as_echo_n "checking for $2... " >&6; }
1836 if eval \
${$3+:} false
; then :
1837 $as_echo_n "(cached) " >&6
1840 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1841 /* end confdefs.h. */
1852 if ac_fn_c_try_compile
"$LINENO"; then :
1853 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1854 /* end confdefs.h. */
1865 if ac_fn_c_try_compile
"$LINENO"; then :
1870 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1872 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1876 $as_echo "$ac_res" >&6; }
1877 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1879 } # ac_fn_c_check_type
1881 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1882 # --------------------------------------------
1883 # Tries to find the compile-time value of EXPR in a program that includes
1884 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1886 ac_fn_c_compute_int
()
1888 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1889 if test "$cross_compiling" = yes; then
1890 # Depending upon the size, compute the lo and hi bounds.
1891 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1892 /* end confdefs.h. */
1897 static int test_array [1 - 2 * !(($2) >= 0)];
1899 return test_array [0];
1905 if ac_fn_c_try_compile
"$LINENO"; then :
1908 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1909 /* end confdefs.h. */
1914 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1916 return test_array [0];
1922 if ac_fn_c_try_compile
"$LINENO"; then :
1923 ac_hi
=$ac_mid; break
1925 as_fn_arith
$ac_mid + 1 && ac_lo
=$as_val
1926 if test $ac_lo -le $ac_mid; then
1930 as_fn_arith
2 '*' $ac_mid + 1 && ac_mid
=$as_val
1932 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1935 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1936 /* end confdefs.h. */
1941 static int test_array [1 - 2 * !(($2) < 0)];
1943 return test_array [0];
1949 if ac_fn_c_try_compile
"$LINENO"; then :
1952 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1953 /* end confdefs.h. */
1958 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1960 return test_array [0];
1966 if ac_fn_c_try_compile
"$LINENO"; then :
1967 ac_lo
=$ac_mid; break
1969 as_fn_arith
'(' $ac_mid ')' - 1 && ac_hi
=$as_val
1970 if test $ac_mid -le $ac_hi; then
1974 as_fn_arith
2 '*' $ac_mid && ac_mid
=$as_val
1976 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1981 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1983 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1984 # Binary search between lo and hi bounds.
1985 while test "x$ac_lo" != "x$ac_hi"; do
1986 as_fn_arith
'(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid
=$as_val
1987 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1988 /* end confdefs.h. */
1993 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1995 return test_array [0];
2001 if ac_fn_c_try_compile
"$LINENO"; then :
2004 as_fn_arith
'(' $ac_mid ')' + 1 && ac_lo
=$as_val
2006 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2009 ?
*) eval "$3=\$ac_lo"; ac_retval
=0 ;;
2013 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2014 /* end confdefs.h. */
2016 static long int longval () { return $2; }
2017 static unsigned long int ulongval () { return $2; }
2024 FILE *f = fopen ("conftest.val", "w");
2029 long int i = longval ();
2032 fprintf (f, "%ld", i);
2036 unsigned long int i = ulongval ();
2039 fprintf (f, "%lu", i);
2041 /* Do not output a trailing newline, as this causes \r\n confusion
2042 on some platforms. */
2043 return ferror (f) || fclose (f) != 0;
2049 if ac_fn_c_try_run
"$LINENO"; then :
2050 echo >>conftest.val
; read $3 <conftest.val
; ac_retval
=0
2054 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
2055 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
2059 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2060 as_fn_set_status
$ac_retval
2062 } # ac_fn_c_compute_int
2064 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2065 # -------------------------------------------------------
2066 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2067 # the include files in INCLUDES and setting the cache variable VAR
2069 ac_fn_c_check_header_mongrel
()
2071 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2072 if eval \
${$3+:} false
; then :
2073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2074 $as_echo_n "checking for $2... " >&6; }
2075 if eval \
${$3+:} false
; then :
2076 $as_echo_n "(cached) " >&6
2079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2080 $as_echo "$ac_res" >&6; }
2082 # Is the header compilable?
2083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2084 $as_echo_n "checking $2 usability... " >&6; }
2085 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2086 /* end confdefs.h. */
2090 if ac_fn_c_try_compile
"$LINENO"; then :
2091 ac_header_compiler
=yes
2093 ac_header_compiler
=no
2095 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2097 $as_echo "$ac_header_compiler" >&6; }
2099 # Is the header present?
2100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2101 $as_echo_n "checking $2 presence... " >&6; }
2102 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2103 /* end confdefs.h. */
2106 if ac_fn_c_try_cpp
"$LINENO"; then :
2107 ac_header_preproc
=yes
2109 ac_header_preproc
=no
2111 rm -f conftest.err conftest.i conftest.
$ac_ext
2112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2113 $as_echo "$ac_header_preproc" >&6; }
2115 # So? What about this header?
2116 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2118 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2119 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2120 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2121 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2124 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2125 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2126 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2127 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2128 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2129 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2130 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2131 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2132 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2133 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2137 $as_echo_n "checking for $2... " >&6; }
2138 if eval \
${$3+:} false
; then :
2139 $as_echo_n "(cached) " >&6
2141 eval "$3=\$ac_header_compiler"
2144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2145 $as_echo "$ac_res" >&6; }
2147 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2149 } # ac_fn_c_check_header_mongrel
2150 cat >config.log
<<_ACEOF
2151 This file contains any messages produced by compilers while
2152 running configure, to aid debugging if configure makes a mistake.
2154 It was created by GNU Atomic Library $as_me 1.0, which was
2155 generated by GNU Autoconf 2.69. Invocation command line was
2167 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2168 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2169 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2170 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2171 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2173 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2174 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2176 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2177 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2178 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2179 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2180 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2181 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2182 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2186 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2190 test -z "$as_dir" && as_dir
=.
2191 $as_echo "PATH: $as_dir"
2207 # Keep a trace of the command line.
2208 # Strip out --no-create and --no-recursion so they do not pile up.
2209 # Strip out --silent because we don't want to record it for future runs.
2210 # Also quote any args containing shell meta-characters.
2211 # Make two passes to allow for proper duplicate-argument suppression.
2215 ac_must_keep_next
=false
2221 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2222 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2223 |
-silent |
--silent |
--silen |
--sile |
--sil)
2226 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2229 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2231 as_fn_append ac_configure_args1
" '$ac_arg'"
2232 if test $ac_must_keep_next = true
; then
2233 ac_must_keep_next
=false
# Got value, back to normal.
2236 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2237 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2238 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2239 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2240 case "$ac_configure_args0 " in
2241 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2244 -* ) ac_must_keep_next
=true
;;
2247 as_fn_append ac_configure_args
" '$ac_arg'"
2252 { ac_configure_args0
=; unset ac_configure_args0
;}
2253 { ac_configure_args1
=; unset ac_configure_args1
;}
2255 # When interrupted or exit'd, cleanup temporary files, and complete
2256 # config.log. We remove comments because anyway the quotes in there
2257 # would cause problems or look ugly.
2258 # WARNING: Use '\'' to represent an apostrophe within the trap.
2259 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2260 trap 'exit_status=$?
2261 # Save into config.log some information that might help in debugging.
2265 $as_echo "## ---------------- ##
2266 ## Cache variables. ##
2267 ## ---------------- ##"
2269 # The following way of writing the cache mishandles newlines in values,
2271 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2272 eval ac_val=\$$ac_var
2276 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2277 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2280 _ | IFS | as_nl) ;; #(
2281 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2282 *) { eval $ac_var=; unset $ac_var;} ;;
2287 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2288 *${as_nl}ac_space=\ *)
2290 "s/'\''/'\''\\\\'\'''\''/g;
2291 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2294 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2301 $as_echo "## ----------------- ##
2302 ## Output variables. ##
2303 ## ----------------- ##"
2305 for ac_var in $ac_subst_vars
2307 eval ac_val=\$$ac_var
2309 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2311 $as_echo "$ac_var='\''$ac_val'\''"
2315 if test -n "$ac_subst_files"; then
2316 $as_echo "## ------------------- ##
2317 ## File substitutions. ##
2318 ## ------------------- ##"
2320 for ac_var
in $ac_subst_files
2322 eval ac_val
=\$
$ac_var
2324 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2326 $as_echo "$ac_var='\''$ac_val'\''"
2331 if test -s confdefs.h; then
2332 $as_echo "## ----------- ##
2339 test "$ac_signal" != 0 &&
2340 $as_echo "$as_me: caught signal $ac_signal"
2341 $as_echo "$as_me: exit $exit_status"
2343 rm -f core *.core core.conftest.* &&
2344 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2347 for ac_signal
in 1 2 13 15; do
2348 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2352 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2353 rm -f -r conftest
* confdefs.h
2355 $as_echo "/* confdefs.h */" > confdefs.h
2357 # Predefined preprocessor variables.
2359 cat >>confdefs.h
<<_ACEOF
2360 #define PACKAGE_NAME "$PACKAGE_NAME"
2363 cat >>confdefs.h
<<_ACEOF
2364 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2367 cat >>confdefs.h
<<_ACEOF
2368 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2371 cat >>confdefs.h
<<_ACEOF
2372 #define PACKAGE_STRING "$PACKAGE_STRING"
2375 cat >>confdefs.h
<<_ACEOF
2376 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2379 cat >>confdefs.h
<<_ACEOF
2380 #define PACKAGE_URL "$PACKAGE_URL"
2384 # Let the site file select an alternate cache file if it wants to.
2385 # Prefer an explicitly selected file to automatically selected ones.
2388 if test -n "$CONFIG_SITE"; then
2389 # We do not want a PATH search for config.site.
2390 case $CONFIG_SITE in #((
2391 -*) ac_site_file1
=.
/$CONFIG_SITE;;
2392 */*) ac_site_file1
=$CONFIG_SITE;;
2393 *) ac_site_file1
=.
/$CONFIG_SITE;;
2395 elif test "x$prefix" != xNONE
; then
2396 ac_site_file1
=$prefix/share
/config.site
2397 ac_site_file2
=$prefix/etc
/config.site
2399 ac_site_file1
=$ac_default_prefix/share
/config.site
2400 ac_site_file2
=$ac_default_prefix/etc
/config.site
2402 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2404 test "x$ac_site_file" = xNONE
&& continue
2405 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
2406 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2407 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2408 sed 's/^/| /' "$ac_site_file" >&5
2410 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2411 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2412 as_fn_error $?
"failed to load site script $ac_site_file
2413 See \`config.log' for more details" "$LINENO" 5; }
2417 if test -r "$cache_file"; then
2418 # Some versions of bash will fail to source /dev/null (special files
2419 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2420 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
2421 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2422 $as_echo "$as_me: loading cache $cache_file" >&6;}
2424 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2425 *) .
"./$cache_file";;
2429 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2430 $as_echo "$as_me: creating cache $cache_file" >&6;}
2434 # Check that the precious variables saved in the cache have kept the same
2436 ac_cache_corrupted
=false
2437 for ac_var
in $ac_precious_vars; do
2438 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2439 eval ac_new_set
=\
$ac_env_${ac_var}_set
2440 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2441 eval ac_new_val
=\
$ac_env_${ac_var}_value
2442 case $ac_old_set,$ac_new_set in
2444 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2445 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2446 ac_cache_corrupted
=: ;;
2448 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2449 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2450 ac_cache_corrupted
=: ;;
2453 if test "x$ac_old_val" != "x$ac_new_val"; then
2454 # differences in whitespace do not lead to failure.
2455 ac_old_val_w
=`echo x $ac_old_val`
2456 ac_new_val_w
=`echo x $ac_new_val`
2457 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2458 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2459 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2460 ac_cache_corrupted
=:
2462 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2463 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2464 eval $ac_var=\
$ac_old_val
2466 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2467 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2468 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2469 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2472 # Pass precious variables to config.status.
2473 if test "$ac_new_set" = set; then
2475 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2476 *) ac_arg
=$ac_var=$ac_new_val ;;
2478 case " $ac_configure_args " in
2479 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2480 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2484 if $ac_cache_corrupted; then
2485 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2486 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2487 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2488 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2489 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2491 ## -------------------- ##
2492 ## Main body of script. ##
2493 ## -------------------- ##
2496 ac_cpp
='$CPP $CPPFLAGS'
2497 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2498 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2499 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2505 ac_config_headers
="$ac_config_headers auto-config.h"
2512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-version-specific-runtime-libs" >&5
2513 $as_echo_n "checking for --enable-version-specific-runtime-libs... " >&6; }
2514 # Check whether --enable-version-specific-runtime-libs was given.
2515 if test "${enable_version_specific_runtime_libs+set}" = set; then :
2516 enableval
=$enable_version_specific_runtime_libs;
2517 case "$enableval" in
2519 *) as_fn_error $?
"Unknown argument to enable/disable version-specific-runtime-libs" "$LINENO" 5 ;;
2523 enable_version_specific_runtime_libs
=no
2527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_version_specific_runtime_libs" >&5
2528 $as_echo "$enable_version_specific_runtime_libs" >&6; }
2530 # We would like our source tree to be readonly. However when releases or
2531 # pre-releases are generated, the flex/bison generated files as well as the
2532 # various formats of manuals need to be included along with the rest of the
2533 # sources. Therefore we have --enable-generated-files-in-srcdir to do
2535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-generated-files-in-srcdir" >&5
2536 $as_echo_n "checking for --enable-generated-files-in-srcdir... " >&6; }
2537 # Check whether --enable-generated-files-in-srcdir was given.
2538 if test "${enable_generated_files_in_srcdir+set}" = set; then :
2539 enableval
=$enable_generated_files_in_srcdir;
2540 case "$enableval" in
2542 *) as_fn_error $?
"Unknown argument to enable/disable generated-files-in-srcdir" "$LINENO" 5 ;;
2546 enable_generated_files_in_srcdir
=no
2550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_generated_files_in_srcdir" >&5
2551 $as_echo "$enable_generated_files_in_srcdir" >&6; }
2552 if test "$enable_generated_files_in_srcdir" = yes; then
2564 # Gets build, host, target, *_vendor, *_cpu, *_os, etc.
2566 # You will slowly go insane if you do not grok the following fact: when
2567 # building this library, the top-level /target/ becomes the library's /host/.
2569 # configure then causes --target to default to --host, exactly like any
2570 # other package using autoconf. Therefore, 'target' and 'host' will
2571 # always be the same. This makes sense both for native and cross compilers
2572 # just think about it for a little while. :-)
2574 # Also, if this library is being configured as part of a cross compiler, the
2575 # top-level configure script will pass the "real" host as $with_cross_host.
2577 # Do not delete or change the following two lines. For why, see
2578 # http://gcc.gnu.org/ml/libstdc++/2003-07/msg00451.html
2580 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2581 if test -f "$ac_dir/install-sh"; then
2583 ac_install_sh
="$ac_aux_dir/install-sh -c"
2585 elif test -f "$ac_dir/install.sh"; then
2587 ac_install_sh
="$ac_aux_dir/install.sh -c"
2589 elif test -f "$ac_dir/shtool"; then
2591 ac_install_sh
="$ac_aux_dir/shtool install -c"
2595 if test -z "$ac_aux_dir"; then
2596 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2599 # These three variables are undocumented and unsupported,
2600 # and are intended to be withdrawn in a future Autoconf release.
2601 # They can cause serious problems if a builder's source tree is in a directory
2602 # whose full name contains unusual characters.
2603 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2604 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2605 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2608 # Make sure we can run config.sub.
2609 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2610 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2613 $as_echo_n "checking build system type... " >&6; }
2614 if ${ac_cv_build+:} false
; then :
2615 $as_echo_n "(cached) " >&6
2617 ac_build_alias
=$build_alias
2618 test "x$ac_build_alias" = x
&&
2619 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2620 test "x$ac_build_alias" = x
&&
2621 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
2622 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2623 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2627 $as_echo "$ac_cv_build" >&6; }
2628 case $ac_cv_build in
2630 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
2633 ac_save_IFS
=$IFS; IFS
='-'
2639 # Remember, the first character of IFS is used to create $*,
2640 # except with old shells:
2643 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2647 $as_echo_n "checking host system type... " >&6; }
2648 if ${ac_cv_host+:} false
; then :
2649 $as_echo_n "(cached) " >&6
2651 if test "x$host_alias" = x
; then
2652 ac_cv_host
=$ac_cv_build
2654 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2655 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2660 $as_echo "$ac_cv_host" >&6; }
2663 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
2666 ac_save_IFS
=$IFS; IFS
='-'
2672 # Remember, the first character of IFS is used to create $*,
2673 # except with old shells:
2676 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2680 $as_echo_n "checking target system type... " >&6; }
2681 if ${ac_cv_target+:} false
; then :
2682 $as_echo_n "(cached) " >&6
2684 if test "x$target_alias" = x
; then
2685 ac_cv_target
=$ac_cv_host
2687 ac_cv_target
=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2688 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2693 $as_echo "$ac_cv_target" >&6; }
2694 case $ac_cv_target in
2696 *) as_fn_error $?
"invalid value of canonical target" "$LINENO" 5;;
2698 target
=$ac_cv_target
2699 ac_save_IFS
=$IFS; IFS
='-'
2705 # Remember, the first character of IFS is used to create $*,
2706 # except with old shells:
2709 case $target_os in *\
*) target_os
=`echo "$target_os" | sed 's/ /-/g'`;; esac
2712 # The aliases save the names the user supplied, while $host etc.
2713 # will get canonicalized.
2714 test -n "$target_alias" &&
2715 test "$program_prefix$program_suffix$program_transform_name" = \
2717 program_prefix
=${target_alias}-
2719 target_alias
=${target_alias-$host_alias}
2721 # Sets up automake. Must come after AC_CANONICAL_SYSTEM. Each of the
2722 # following is magically included in AUTOMAKE_OPTIONS in each Makefile.am.
2723 # 1.9.0: minimum required version
2724 # no-define: PACKAGE and VERSION will not be #define'd in config.h (a bunch
2725 # of other PACKAGE_* variables will, however, and there's nothing
2726 # we can do about that; they come from AC_INIT).
2727 # no-dist: we don't want 'dist' and related rules.
2728 # foreign: we don't follow the normal rules for GNU packages (no COPYING
2729 # file in the top srcdir, etc, etc), so stop complaining.
2730 # -Wall: turns on all automake warnings...
2731 # -Wno-portability: ...except this one, since GNU make is required.
2732 # -Wno-override: ... and this one, since we do want this in testsuite.
2733 am__api_version
='1.15'
2735 # Find a good install program. We prefer a C program (faster),
2736 # so one script is as good as another. But avoid the broken or
2737 # incompatible versions:
2738 # SysV /etc/install, /usr/sbin/install
2739 # SunOS /usr/etc/install
2740 # IRIX /sbin/install
2742 # AmigaOS /C/install, which installs bootblocks on floppy discs
2743 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2744 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2745 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2746 # OS/2's system install, which has a completely different semantic
2747 # ./install, which can be erroneously created by make from ./install.sh.
2748 # Reject install programs that cannot install multiple files.
2749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2750 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2751 if test -z "$INSTALL"; then
2752 if ${ac_cv_path_install+:} false
; then :
2753 $as_echo_n "(cached) " >&6
2755 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2759 test -z "$as_dir" && as_dir
=.
2760 # Account for people who put trailing slashes in PATH elements.
2761 case $as_dir/ in #((
2762 .
/ | .
// |
/[cC
]/* | \
2763 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2764 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
2767 # OSF1 and SCO ODT 3.0 have their own names for install.
2768 # Don't use installbsd from OSF since it installs stuff as root
2770 for ac_prog
in ginstall scoinst
install; do
2771 for ac_exec_ext
in '' $ac_executable_extensions; do
2772 if as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext"; then
2773 if test $ac_prog = install &&
2774 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2775 # AIX install. It has an incompatible calling convention.
2777 elif test $ac_prog = install &&
2778 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2779 # program-specific install script used by HP pwplus--don't use.
2782 rm -rf conftest.one conftest.two conftest.dir
2783 echo one
> conftest.one
2784 echo two
> conftest.two
2786 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
2787 test -s conftest.one
&& test -s conftest.two
&&
2788 test -s conftest.dir
/conftest.one
&&
2789 test -s conftest.dir
/conftest.two
2791 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2804 rm -rf conftest.one conftest.two conftest.dir
2807 if test "${ac_cv_path_install+set}" = set; then
2808 INSTALL
=$ac_cv_path_install
2810 # As a last resort, use the slow shell script. Don't cache a
2811 # value for INSTALL within a source directory, because that will
2812 # break other packages using the cache if that directory is
2813 # removed, or if the value is a relative name.
2814 INSTALL
=$ac_install_sh
2817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2818 $as_echo "$INSTALL" >&6; }
2820 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2821 # It thinks the first close brace ends the variable substitution.
2822 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2824 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2826 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2829 $as_echo_n "checking whether build environment is sane... " >&6; }
2830 # Reject unsafe characters in $srcdir or the absolute working directory
2831 # name. Accept space and tab only in the latter.
2835 *[\\\"\
#\$\&\'\`$am_lf]*)
2836 as_fn_error $?
"unsafe absolute working directory name" "$LINENO" 5;;
2839 *[\\\"\
#\$\&\'\`$am_lf\ \ ]*)
2840 as_fn_error $?
"unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2843 # Do 'set' in a subshell so we don't clobber the current shell's
2844 # arguments. Must try -L first in case configure is actually a
2845 # symlink; some systems play weird games with the mod time of symlinks
2846 # (eg FreeBSD returns the mod time of the symlink's containing
2850 for am_try
in 1 2; do
2851 echo "timestamp, slept: $am_has_slept" > conftest.
file
2852 set X
`ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2853 if test "$*" = "X"; then
2855 set X
`ls -t "$srcdir/configure" conftest.file`
2857 if test "$*" != "X $srcdir/configure conftest.file" \
2858 && test "$*" != "X conftest.file $srcdir/configure"; then
2860 # If neither matched, then we have a broken ls. This can happen
2861 # if, for instance, CONFIG_SHELL is bash and it inherits a
2862 # broken ls alias from the environment. This has actually
2863 # happened. Such a system could not be considered "sane".
2864 as_fn_error $?
"ls -t appears to fail. Make sure there is not a broken
2865 alias in your environment" "$LINENO" 5
2867 if test "$2" = conftest.
file ||
test $am_try -eq 2; then
2874 test "$2" = conftest.
file
2880 as_fn_error $?
"newly created file is older than distributed files!
2881 Check your system clock" "$LINENO" 5
2883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2884 $as_echo "yes" >&6; }
2885 # If we didn't sleep, we still need to ensure time stamps of config.status and
2886 # generated files are strictly newer.
2888 if grep 'slept: no' conftest.
file >/dev
/null
2>&1; then
2895 test "$program_prefix" != NONE
&&
2896 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
2897 # Use a double $ so make ignores it.
2898 test "$program_suffix" != NONE
&&
2899 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
2900 # Double any \ or $.
2901 # By default was `s,x,x', remove it if useless.
2902 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
2903 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
2905 # Expand $ac_aux_dir to an absolute path.
2906 am_aux_dir
=`cd "$ac_aux_dir" && pwd`
2908 if test x
"${MISSING+set}" != xset
; then
2911 MISSING
="\${SHELL} \"$am_aux_dir/missing\"" ;;
2913 MISSING
="\${SHELL} $am_aux_dir/missing" ;;
2916 # Use eval to expand $SHELL
2917 if eval "$MISSING --is-lightweight"; then
2918 am_missing_run
="$MISSING "
2921 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2922 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2925 if test x
"${install_sh+set}" != xset
; then
2928 install_sh
="\${SHELL} '$am_aux_dir/install-sh'" ;;
2930 install_sh
="\${SHELL} $am_aux_dir/install-sh"
2934 # Installed binaries are usually stripped using 'strip' when the user
2935 # run "make install-strip". However 'strip' might not be the right
2936 # tool to use in cross-compilation environments, therefore Automake
2937 # will honor the 'STRIP' environment variable to overrule this program.
2938 if test "$cross_compiling" != no
; then
2939 if test -n "$ac_tool_prefix"; then
2940 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2941 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
2942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2943 $as_echo_n "checking for $ac_word... " >&6; }
2944 if ${ac_cv_prog_STRIP+:} false
; then :
2945 $as_echo_n "(cached) " >&6
2947 if test -n "$STRIP"; then
2948 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
2950 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2954 test -z "$as_dir" && as_dir
=.
2955 for ac_exec_ext
in '' $ac_executable_extensions; do
2956 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2957 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
2958 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2967 STRIP
=$ac_cv_prog_STRIP
2968 if test -n "$STRIP"; then
2969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2970 $as_echo "$STRIP" >&6; }
2972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2973 $as_echo "no" >&6; }
2978 if test -z "$ac_cv_prog_STRIP"; then
2980 # Extract the first word of "strip", so it can be a program name with args.
2981 set dummy strip
; ac_word
=$2
2982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2983 $as_echo_n "checking for $ac_word... " >&6; }
2984 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
2985 $as_echo_n "(cached) " >&6
2987 if test -n "$ac_ct_STRIP"; then
2988 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
2990 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2994 test -z "$as_dir" && as_dir
=.
2995 for ac_exec_ext
in '' $ac_executable_extensions; do
2996 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2997 ac_cv_prog_ac_ct_STRIP
="strip"
2998 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3007 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
3008 if test -n "$ac_ct_STRIP"; then
3009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3010 $as_echo "$ac_ct_STRIP" >&6; }
3012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3013 $as_echo "no" >&6; }
3016 if test "x$ac_ct_STRIP" = x
; then
3019 case $cross_compiling:$ac_tool_warned in
3021 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3022 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3023 ac_tool_warned
=yes ;;
3028 STRIP
="$ac_cv_prog_STRIP"
3032 INSTALL_STRIP_PROGRAM
="\$(install_sh) -c -s"
3034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3035 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3036 if test -z "$MKDIR_P"; then
3037 if ${ac_cv_path_mkdir+:} false
; then :
3038 $as_echo_n "(cached) " >&6
3040 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3041 for as_dir
in $PATH$PATH_SEPARATOR/opt
/sfw
/bin
3044 test -z "$as_dir" && as_dir
=.
3045 for ac_prog
in mkdir gmkdir
; do
3046 for ac_exec_ext
in '' $ac_executable_extensions; do
3047 as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext" ||
continue
3048 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3049 'mkdir (GNU coreutils) '* | \
3050 'mkdir (coreutils) '* | \
3051 'mkdir (fileutils) '4.1*)
3052 ac_cv_path_mkdir
=$as_dir/$ac_prog$ac_exec_ext
3062 test -d .
/--version && rmdir .
/--version
3063 if test "${ac_cv_path_mkdir+set}" = set; then
3064 MKDIR_P
="$ac_cv_path_mkdir -p"
3066 # As a last resort, use the slow shell script. Don't cache a
3067 # value for MKDIR_P within a source directory, because that will
3068 # break other packages using the cache if that directory is
3069 # removed, or if the value is a relative name.
3070 MKDIR_P
="$ac_install_sh -d"
3073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3074 $as_echo "$MKDIR_P" >&6; }
3076 for ac_prog
in gawk mawk nawk
awk
3078 # Extract the first word of "$ac_prog", so it can be a program name with args.
3079 set dummy
$ac_prog; ac_word
=$2
3080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3081 $as_echo_n "checking for $ac_word... " >&6; }
3082 if ${ac_cv_prog_AWK+:} false
; then :
3083 $as_echo_n "(cached) " >&6
3085 if test -n "$AWK"; then
3086 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
3088 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3092 test -z "$as_dir" && as_dir
=.
3093 for ac_exec_ext
in '' $ac_executable_extensions; do
3094 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3095 ac_cv_prog_AWK
="$ac_prog"
3096 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3106 if test -n "$AWK"; then
3107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3108 $as_echo "$AWK" >&6; }
3110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3111 $as_echo "no" >&6; }
3115 test -n "$AWK" && break
3118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3119 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3121 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3122 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3123 $as_echo_n "(cached) " >&6
3125 cat >conftest.
make <<\_ACEOF
3128 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3130 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3131 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3133 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3135 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3139 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3141 $as_echo "yes" >&6; }
3144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3145 $as_echo "no" >&6; }
3146 SET_MAKE
="MAKE=${MAKE-make}"
3149 rm -rf .tst
2>/dev
/null
3150 mkdir .tst
2>/dev
/null
3151 if test -d .tst
; then
3156 rmdir .tst
2>/dev
/null
3158 # Check whether --enable-silent-rules was given.
3159 if test "${enable_silent_rules+set}" = set; then :
3160 enableval
=$enable_silent_rules;
3163 case $enable_silent_rules in # (((
3164 yes) AM_DEFAULT_VERBOSITY
=0;;
3165 no
) AM_DEFAULT_VERBOSITY
=1;;
3166 *) AM_DEFAULT_VERBOSITY
=1;;
3168 am_make
=${MAKE-make}
3169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3170 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3171 if ${am_cv_make_support_nested_variables+:} false
; then :
3172 $as_echo_n "(cached) " >&6
3174 if $as_echo 'TRUE=$(BAR$(V))
3180 .PHONY: am__doit' |
$am_make -f - >/dev
/null
2>&1; then
3181 am_cv_make_support_nested_variables
=yes
3183 am_cv_make_support_nested_variables
=no
3186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3187 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3188 if test $am_cv_make_support_nested_variables = yes; then
3190 AM_DEFAULT_V
='$(AM_DEFAULT_VERBOSITY)'
3192 AM_V
=$AM_DEFAULT_VERBOSITY
3193 AM_DEFAULT_V
=$AM_DEFAULT_VERBOSITY
3197 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3198 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3199 # is not polluted with repeated "-I."
3200 am__isrc
=' -I$(srcdir)'
3201 # test to see if srcdir already configured
3202 if test -f $srcdir/config.status
; then
3203 as_fn_error $?
"source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3207 # test whether we have cygpath
3208 if test -z "$CYGPATH_W"; then
3209 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
3210 CYGPATH_W
='cygpath -w'
3217 # Define the identity of the package.
3222 cat >>confdefs.h
<<_ACEOF
3223 #define PACKAGE "$PACKAGE"
3227 cat >>confdefs.h
<<_ACEOF
3228 #define VERSION "$VERSION"
3231 # Some tools Automake needs.
3233 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3236 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
3239 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3242 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
3245 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
3247 # For better backward compatibility. To be removed once Automake 1.9.x
3248 # dies out for good. For more background, see:
3249 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3250 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3251 mkdir_p
='$(MKDIR_P)'
3253 # We need awk for the "check" target (and possibly the TAP driver). The
3254 # system "awk" is bad on some platforms.
3255 # Always define AMTAR for backward compatibility. Yes, it's still used
3256 # in the wild :-( We should find a proper way to deprecate it ...
3260 # We'll loop over all known methods to create a tar archive until one works.
3261 _am_tools
='gnutar pax cpio none'
3263 am__tar
='$${TAR-tar} chof - "$$tardir"' am__untar
='$${TAR-tar} xf -'
3270 # POSIX will say in a future version that running "rm -f" with no argument
3271 # is OK; and we want to be able to make that assumption in our Makefile
3272 # recipes. So use an aggressive probe to check that the usage we want is
3273 # actually supported "in the wild" to an acceptable degree.
3274 # See automake bug#10828.
3275 # To make any issue more visible, cause the running configure to be aborted
3276 # by default if the 'rm' program in use doesn't match our expectations; the
3277 # user can still override this though.
3278 if rm -f && rm -fr && rm -rf; then : OK
; else
3282 Your 'rm' program seems unable to run without file operands specified
3283 on the command line, even when the '-f' option is present. This is contrary
3284 to the behaviour of most rm programs out there, and not conforming with
3285 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3287 Please tell bug-automake@gnu.org about your system, including the value
3288 of your $PATH and any error possibly output before this message. This
3289 can help us improve future automake versions.
3292 if test x
"$ACCEPT_INFERIOR_RM_PROGRAM" = x
"yes"; then
3293 echo 'Configuration will proceed anyway, since you have set the' >&2
3294 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3298 Aborting the configuration process, to ensure you take notice of the issue.
3300 You can download and install GNU coreutils to get an 'rm' implementation
3301 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3303 If you want to complete the configuration process using your problematic
3304 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3305 to "yes", and re-run configure.
3308 as_fn_error $?
"Your 'rm' program is bad, sorry." "$LINENO" 5
3312 # Default to --enable-multilib
3313 # Check whether --enable-multilib was given.
3314 if test "${enable_multilib+set}" = set; then :
3315 enableval
=$enable_multilib; case "$enableval" in
3316 yes) multilib
=yes ;;
3318 *) as_fn_error $?
"bad value $enableval for multilib option" "$LINENO" 5 ;;
3325 # We may get other options which we leave undocumented:
3326 # --with-target-subdir, --with-multisrctop, --with-multisubdir
3327 # See config-ml.in if you want the gory details.
3329 if test "$srcdir" = "."; then
3330 if test "$with_target_subdir" != "."; then
3331 multi_basedir
="$srcdir/$with_multisrctop../.."
3333 multi_basedir
="$srcdir/$with_multisrctop.."
3336 multi_basedir
="$srcdir/.."
3340 # Even if the default multilib is not a cross compilation,
3341 # it may be that some of the other multilibs are.
3342 if test $cross_compiling = no
&& test $multilib = yes \
3343 && test "x${with_multisubdir}" != x
; then
3344 cross_compiling
=maybe
3347 ac_config_commands
="$ac_config_commands default-1"
3351 # Check whether --with-toolexeclibdir was given.
3352 if test "${with_toolexeclibdir+set}" = set; then :
3353 withval
=$with_toolexeclibdir; case ${with_toolexeclibdir} in
3357 with_toolexeclibdir
=`echo $with_toolexeclibdir | sed 's,/$,,'`
3361 with_toolexeclibdir
=no
3366 # Calculate toolexeclibdir
3367 # Also toolexecdir, though it's only used in toolexeclibdir
3368 case ${enable_version_specific_runtime_libs} in
3370 # Need the gcc compiler version to know where to install libraries
3371 # and header files if --enable-version-specific-runtime-libs option
3373 toolexecdir
='$(libdir)/gcc/$(target_alias)'
3374 toolexeclibdir
='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
3377 if test -n "$with_cross_host" &&
3378 test x
"$with_cross_host" != x
"no"; then
3379 # Install a library built with a cross compiler in tooldir, not libdir.
3380 toolexecdir
='$(exec_prefix)/$(target_alias)'
3381 case ${with_toolexeclibdir} in
3383 toolexeclibdir
='$(toolexecdir)/lib'
3386 toolexeclibdir
=${with_toolexeclibdir}
3390 toolexecdir
='$(libdir)/gcc-lib/$(target_alias)'
3391 toolexeclibdir
='$(libdir)'
3393 multi_os_directory
=`$CC -print-multi-os-directory`
3394 case $multi_os_directory in
3395 .
) ;; # Avoid trailing /.
3396 *) toolexeclibdir
=$toolexeclibdir/$multi_os_directory ;;
3403 # Check the compiler.
3404 # The same as in boehm-gc and libstdc++. Have to borrow it from there.
3405 # We must force CC to /not/ be precious variables; otherwise
3406 # the wrong, non-multilib-adjusted value will be used in multilibs.
3407 # As a side effect, we have to subst CFLAGS ourselves.
3412 ac_cpp
='$CPP $CPPFLAGS'
3413 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3414 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3415 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3416 if test -n "$ac_tool_prefix"; then
3417 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3418 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3420 $as_echo_n "checking for $ac_word... " >&6; }
3421 if ${ac_cv_prog_CC+:} false
; then :
3422 $as_echo_n "(cached) " >&6
3424 if test -n "$CC"; then
3425 ac_cv_prog_CC
="$CC" # Let the user override the test.
3427 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3431 test -z "$as_dir" && as_dir
=.
3432 for ac_exec_ext
in '' $ac_executable_extensions; do
3433 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3434 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3435 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3445 if test -n "$CC"; then
3446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3447 $as_echo "$CC" >&6; }
3449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3450 $as_echo "no" >&6; }
3455 if test -z "$ac_cv_prog_CC"; then
3457 # Extract the first word of "gcc", so it can be a program name with args.
3458 set dummy gcc
; ac_word
=$2
3459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3460 $as_echo_n "checking for $ac_word... " >&6; }
3461 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3462 $as_echo_n "(cached) " >&6
3464 if test -n "$ac_ct_CC"; then
3465 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3467 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3471 test -z "$as_dir" && as_dir
=.
3472 for ac_exec_ext
in '' $ac_executable_extensions; do
3473 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3474 ac_cv_prog_ac_ct_CC
="gcc"
3475 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3484 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3485 if test -n "$ac_ct_CC"; then
3486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3487 $as_echo "$ac_ct_CC" >&6; }
3489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3490 $as_echo "no" >&6; }
3493 if test "x$ac_ct_CC" = x
; then
3496 case $cross_compiling:$ac_tool_warned in
3498 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3499 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3500 ac_tool_warned
=yes ;;
3508 if test -z "$CC"; then
3509 if test -n "$ac_tool_prefix"; then
3510 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3511 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3513 $as_echo_n "checking for $ac_word... " >&6; }
3514 if ${ac_cv_prog_CC+:} false
; then :
3515 $as_echo_n "(cached) " >&6
3517 if test -n "$CC"; then
3518 ac_cv_prog_CC
="$CC" # Let the user override the test.
3520 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3524 test -z "$as_dir" && as_dir
=.
3525 for ac_exec_ext
in '' $ac_executable_extensions; do
3526 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3527 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3528 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3538 if test -n "$CC"; then
3539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3540 $as_echo "$CC" >&6; }
3542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3543 $as_echo "no" >&6; }
3549 if test -z "$CC"; then
3550 # Extract the first word of "cc", so it can be a program name with args.
3551 set dummy cc
; ac_word
=$2
3552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3553 $as_echo_n "checking for $ac_word... " >&6; }
3554 if ${ac_cv_prog_CC+:} false
; then :
3555 $as_echo_n "(cached) " >&6
3557 if test -n "$CC"; then
3558 ac_cv_prog_CC
="$CC" # Let the user override the test.
3561 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3565 test -z "$as_dir" && as_dir
=.
3566 for ac_exec_ext
in '' $ac_executable_extensions; do
3567 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3568 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3569 ac_prog_rejected
=yes
3573 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3580 if test $ac_prog_rejected = yes; then
3581 # We found a bogon in the path, so make sure we never use it.
3582 set dummy
$ac_cv_prog_CC
3584 if test $# != 0; then
3585 # We chose a different compiler from the bogus one.
3586 # However, it has the same basename, so the bogon will be chosen
3587 # first if we set CC to just the basename; use the full file name.
3589 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3595 if test -n "$CC"; then
3596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3597 $as_echo "$CC" >&6; }
3599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3600 $as_echo "no" >&6; }
3605 if test -z "$CC"; then
3606 if test -n "$ac_tool_prefix"; then
3607 for ac_prog
in cl.exe
3609 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3610 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3612 $as_echo_n "checking for $ac_word... " >&6; }
3613 if ${ac_cv_prog_CC+:} false
; then :
3614 $as_echo_n "(cached) " >&6
3616 if test -n "$CC"; then
3617 ac_cv_prog_CC
="$CC" # Let the user override the test.
3619 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3623 test -z "$as_dir" && as_dir
=.
3624 for ac_exec_ext
in '' $ac_executable_extensions; do
3625 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3626 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3627 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3637 if test -n "$CC"; then
3638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3639 $as_echo "$CC" >&6; }
3641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3642 $as_echo "no" >&6; }
3646 test -n "$CC" && break
3649 if test -z "$CC"; then
3651 for ac_prog
in cl.exe
3653 # Extract the first word of "$ac_prog", so it can be a program name with args.
3654 set dummy
$ac_prog; ac_word
=$2
3655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3656 $as_echo_n "checking for $ac_word... " >&6; }
3657 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3658 $as_echo_n "(cached) " >&6
3660 if test -n "$ac_ct_CC"; then
3661 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3663 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3667 test -z "$as_dir" && as_dir
=.
3668 for ac_exec_ext
in '' $ac_executable_extensions; do
3669 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3670 ac_cv_prog_ac_ct_CC
="$ac_prog"
3671 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3680 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3681 if test -n "$ac_ct_CC"; then
3682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3683 $as_echo "$ac_ct_CC" >&6; }
3685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3686 $as_echo "no" >&6; }
3690 test -n "$ac_ct_CC" && break
3693 if test "x$ac_ct_CC" = x
; then
3696 case $cross_compiling:$ac_tool_warned in
3698 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3699 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3700 ac_tool_warned
=yes ;;
3709 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3710 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3711 as_fn_error $?
"no acceptable C compiler found in \$PATH
3712 See \`config.log' for more details" "$LINENO" 5; }
3714 # Provide some information about the compiler.
3715 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3718 for ac_option
in --version -v -V -qversion; do
3719 { { ac_try
="$ac_compiler $ac_option >&5"
3721 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3722 *) ac_try_echo=$ac_try;;
3724 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3725 $as_echo "$ac_try_echo"; } >&5
3726 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3728 if test -s conftest.err; then
3730 ... rest of stderr output deleted ...
3731 10q' conftest.err >conftest.er1
3732 cat conftest.er1 >&5
3734 rm -f conftest.er1 conftest.err
3735 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3736 test $ac_status = 0; }
3739 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3740 /* end confdefs.h. */
3750 ac_clean_files_save=$ac_clean_files
3751 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3752 # Try to create an executable without -o first, disregard a.out.
3753 # It will help us diagnose broken compilers, and finding out an intuition
3755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3756 $as_echo_n "checking whether the C compiler works... " >&6; }
3757 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
3759 # The possible output files:
3760 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3763 for ac_file in $ac_files
3766 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3767 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3772 if { { ac_try="$ac_link_default"
3774 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3775 *) ac_try_echo
=$ac_try;;
3777 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3778 $as_echo "$ac_try_echo"; } >&5
3779 (eval "$ac_link_default") 2>&5
3781 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3782 test $ac_status = 0; }; then :
3783 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3784 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3785 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3786 # so that the user can short-circuit this test for compilers unknown to
3788 for ac_file
in $ac_files ''
3790 test -f "$ac_file" ||
continue
3792 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
3795 # We found the default executable, but exeext='' is most
3799 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
3801 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3803 # We set ac_cv_exeext here because the later test for it is not
3804 # safe: cross compilers may not add the suffix if given an `-o'
3805 # argument, so we may need to know it at that point already.
3806 # Even if this section looks crufty: it has the advantage of
3813 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
3818 if test -z "$ac_file"; then :
3819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3820 $as_echo "no" >&6; }
3821 $as_echo "$as_me: failed program was:" >&5
3822 sed 's/^/| /' conftest.
$ac_ext >&5
3824 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3825 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3826 as_fn_error
77 "C compiler cannot create executables
3827 See \`config.log' for more details" "$LINENO" 5; }
3829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3830 $as_echo "yes" >&6; }
3832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3833 $as_echo_n "checking for C compiler default output file name... " >&6; }
3834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3835 $as_echo "$ac_file" >&6; }
3836 ac_exeext
=$ac_cv_exeext
3838 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
3839 ac_clean_files
=$ac_clean_files_save
3840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3841 $as_echo_n "checking for suffix of executables... " >&6; }
3842 if { { ac_try
="$ac_link"
3844 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3845 *) ac_try_echo=$ac_try;;
3847 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3848 $as_echo "$ac_try_echo"; } >&5
3849 (eval "$ac_link") 2>&5
3851 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3852 test $ac_status = 0; }; then :
3853 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
3854 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
3855 # work properly (i.e., refer to `conftest.exe'), while it won't with
3857 for ac_file
in conftest.exe conftest conftest.
*; do
3858 test -f "$ac_file" ||
continue
3860 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
3861 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3867 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3868 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3869 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
3870 See \`config.log' for more details" "$LINENO" 5; }
3872 rm -f conftest conftest
$ac_cv_exeext
3873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3874 $as_echo "$ac_cv_exeext" >&6; }
3876 rm -f conftest.
$ac_ext
3877 EXEEXT
=$ac_cv_exeext
3879 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3880 /* end confdefs.h. */
3885 FILE *f = fopen ("conftest.out", "w");
3886 return ferror (f) || fclose (f) != 0;
3892 ac_clean_files
="$ac_clean_files conftest.out"
3893 # Check that the compiler produces executables we can run. If not, either
3894 # the compiler is broken, or we cross compile.
3895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3896 $as_echo_n "checking whether we are cross compiling... " >&6; }
3897 if test "$cross_compiling" != yes; then
3898 { { ac_try
="$ac_link"
3900 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3901 *) ac_try_echo=$ac_try;;
3903 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3904 $as_echo "$ac_try_echo"; } >&5
3905 (eval "$ac_link") 2>&5
3907 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3908 test $ac_status = 0; }
3909 if { ac_try='./conftest$ac_cv_exeext'
3910 { { case "(($ac_try" in
3911 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3912 *) ac_try_echo
=$ac_try;;
3914 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3915 $as_echo "$ac_try_echo"; } >&5
3916 (eval "$ac_try") 2>&5
3918 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3919 test $ac_status = 0; }; }; then
3922 if test "$cross_compiling" = maybe
; then
3925 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3926 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3927 as_fn_error $?
"cannot run C compiled programs.
3928 If you meant to cross compile, use \`--host'.
3929 See \`config.log' for more details" "$LINENO" 5; }
3933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3934 $as_echo "$cross_compiling" >&6; }
3936 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
3937 ac_clean_files
=$ac_clean_files_save
3938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3939 $as_echo_n "checking for suffix of object files... " >&6; }
3940 if ${ac_cv_objext+:} false
; then :
3941 $as_echo_n "(cached) " >&6
3943 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3944 /* end confdefs.h. */
3954 rm -f conftest.o conftest.obj
3955 if { { ac_try
="$ac_compile"
3957 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3958 *) ac_try_echo=$ac_try;;
3960 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3961 $as_echo "$ac_try_echo"; } >&5
3962 (eval "$ac_compile") 2>&5
3964 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3965 test $ac_status = 0; }; then :
3966 for ac_file in conftest.o conftest.obj conftest.*; do
3967 test -f "$ac_file" || continue;
3969 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3970 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3975 $as_echo "$as_me: failed program was:" >&5
3976 sed 's/^/| /' conftest.$ac_ext >&5
3978 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3979 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3980 as_fn_error $? "cannot compute suffix of object files
: cannot compile
3981 See \
`config.log' for more details" "$LINENO" 5; }
3983 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3986 $as_echo "$ac_cv_objext" >&6; }
3987 OBJEXT=$ac_cv_objext
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3990 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3991 if ${ac_cv_c_compiler_gnu+:} false; then :
3992 $as_echo_n "(cached) " >&6
3994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3995 /* end confdefs.h. */
4008 if ac_fn_c_try_compile "$LINENO"; then :
4013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4014 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4018 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4019 if test $ac_compiler_gnu = yes; then
4024 ac_test_CFLAGS=${CFLAGS+set}
4025 ac_save_CFLAGS=$CFLAGS
4026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4027 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4028 if ${ac_cv_prog_cc_g+:} false; then :
4029 $as_echo_n "(cached) " >&6
4031 ac_save_c_werror_flag=$ac_c_werror_flag
4032 ac_c_werror_flag=yes
4035 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4036 /* end confdefs.h. */
4046 if ac_fn_c_try_compile "$LINENO"; then :
4050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4051 /* end confdefs.h. */
4061 if ac_fn_c_try_compile "$LINENO"; then :
4064 ac_c_werror_flag=$ac_save_c_werror_flag
4066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4067 /* end confdefs.h. */
4077 if ac_fn_c_try_compile "$LINENO"; then :
4080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4085 ac_c_werror_flag=$ac_save_c_werror_flag
4087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4088 $as_echo "$ac_cv_prog_cc_g" >&6; }
4089 if test "$ac_test_CFLAGS" = set; then
4090 CFLAGS=$ac_save_CFLAGS
4091 elif test $ac_cv_prog_cc_g = yes; then
4092 if test "$GCC" = yes; then
4098 if test "$GCC" = yes; then
4104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4105 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4106 if ${ac_cv_prog_cc_c89+:} false; then :
4107 $as_echo_n "(cached) " >&6
4109 ac_cv_prog_cc_c89=no
4111 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4112 /* end confdefs.h. */
4116 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4117 struct buf { int x; };
4118 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4119 static char *e (p, i)
4125 static char *f (char * (*g) (char **, int), char **p, ...)
4130 s = g (p, va_arg (v,int));
4135 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4136 function prototypes and stuff, but not '\xHH' hex character constants.
4137 These don't provoke an error unfortunately, instead are silently treated
4138 as 'x'. The following induces an error, until -std is added to get
4139 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4140 array size at least. It's necessary to write '\x00'==0 to get something
4141 that's true only with -std. */
4142 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4144 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4145 inside strings and character constants. */
4147 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4149 int test (int i, double x);
4150 struct s1 {int (*f) (int a);};
4151 struct s2 {int (*f) (double a);};
4152 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4158 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4163 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4164 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4166 CC="$ac_save_CC $ac_arg"
4167 if ac_fn_c_try_compile "$LINENO"; then :
4168 ac_cv_prog_cc_c89=$ac_arg
4170 rm -f core conftest.err conftest.$ac_objext
4171 test "x$ac_cv_prog_cc_c89" != "xno" && break
4173 rm -f conftest.$ac_ext
4178 case "x$ac_cv_prog_cc_c89" in
4180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4181 $as_echo "none needed" >&6; } ;;
4183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4184 $as_echo "unsupported" >&6; } ;;
4186 CC="$CC $ac_cv_prog_cc_c89"
4187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4188 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4190 if test "x$ac_cv_prog_cc_c89" != xno; then :
4195 ac_cpp='$CPP $CPPFLAGS'
4196 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4197 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4198 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4201 ac_cpp='$CPP $CPPFLAGS'
4202 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4203 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4204 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4206 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4207 if ${am_cv_prog_cc_c_o+:} false; then :
4208 $as_echo_n "(cached) " >&6
4210 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4211 /* end confdefs.h. */
4221 # Make sure it works both with $CC and with simple cc.
4222 # Following AC_PROG_CC_C_O, we do the test twice because some
4223 # compilers refuse to overwrite an existing .o file with -o,
4224 # though they will create one.
4225 am_cv_prog_cc_c_o=yes
4227 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4228 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4231 (exit $ac_status); } \
4232 && test -f conftest2.$ac_objext; then
4235 am_cv_prog_cc_c_o=no
4239 rm -f core conftest*
4242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4243 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4244 if test "$am_cv_prog_cc_c_o" != yes; then
4245 # Losing compiler, so override with the script.
4246 # FIXME: It is wrong to rewrite CC.
4247 # But if we don't then we get into trouble of one sort or another.
4248 # A longer-term fix would be to have automake use am__CC in this case,
4249 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4250 CC="$am_aux_dir/compile $CC"
4253 ac_cpp='$CPP $CPPFLAGS'
4254 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4255 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4256 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4258 DEPDIR="${am__leading_dot}deps"
4260 ac_config_commands="$ac_config_commands depfiles"
4263 am_make=${MAKE-make}
4264 cat > confinc << 'END'
4266 @echo this is the am__doit target
4269 # If we don't find an include directive, just comment out the code.
4270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4271 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4275 # First try GNU make style include.
4276 echo "include confinc" > confmf
4277 # Ignore all kinds of additional output from 'make'.
4278 case `$am_make -s -f confmf
2> /dev
/null
` in #(
4279 *the\ am__doit\ target*)
4285 # Now try BSD make style include.
4286 if test "$am__include" = "#"; then
4287 echo '.include "confinc"' > confmf
4288 case `$am_make -s -f confmf
2> /dev
/null
` in #(
4289 *the\ am__doit\ target*)
4290 am__include=.include
4298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4299 $as_echo "$_am_result" >&6; }
4300 rm -f confinc confmf
4302 # Check whether --enable-dependency-tracking was given.
4303 if test "${enable_dependency_tracking+set}" = set; then :
4304 enableval=$enable_dependency_tracking;
4307 if test "x$enable_dependency_tracking" != xno; then
4308 am_depcomp="$ac_aux_dir/depcomp"
4312 if test "x$enable_dependency_tracking" != xno; then
4322 depcc="$CC" am_compiler_list=
4324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4325 $as_echo_n "checking dependency style of $depcc... " >&6; }
4326 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4327 $as_echo_n "(cached) " >&6
4329 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4330 # We make a subdir and do the tests there. Otherwise we can end up
4331 # making bogus files that we don't know about and never remove. For
4332 # instance it was reported that on HP-UX the gcc test will end up
4333 # making a dummy file named 'D' -- because '-MD' means "put the output
4337 # Copy depcomp to subdir because otherwise we won't find it if we're
4338 # using a relative directory.
4339 cp "$am_depcomp" conftest.dir
4341 # We will build objects and dependencies in a subdirectory because
4342 # it helps to detect inapplicable dependency modes. For instance
4343 # both Tru64's cc and ICC support -MD to output dependencies as a
4344 # side effect of compilation, but ICC will put the dependencies in
4345 # the current directory while Tru64 will put them in the object
4349 am_cv_CC_dependencies_compiler_type=none
4350 if test "$am_compiler_list" = ""; then
4351 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < .
/depcomp
`
4354 case " $depcc " in #(
4355 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4358 for depmode in $am_compiler_list; do
4359 # Setup a source with many dependencies, because some compilers
4360 # like to wrap large dependency lists on column 80 (with \), and
4361 # we should not choose a depcomp mode which is confused by this.
4363 # We need to recreate these files for each test, as the compiler may
4364 # overwrite some of them when testing with obscure command lines.
4365 # This happens at least with the AIX C compiler.
4367 for i in 1 2 3 4 5 6; do
4368 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4369 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4370 # Solaris 10 /bin/sh.
4371 echo '/* dummy */' > sub/conftst$i.h
4373 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4375 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4376 # mode. It turns out that the SunPro C++ compiler does not properly
4377 # handle '-M -o', and we need to detect this. Also, some Intel
4378 # versions had trouble with output in subdirs.
4379 am__obj=sub/conftest.${OBJEXT-o}
4380 am__minus_obj="-o $am__obj"
4383 # This depmode causes a compiler race in universal mode.
4384 test "$am__universal" = false || continue
4387 # After this tag, mechanisms are not by side-effect, so they'll
4388 # only be used when explicitly requested.
4389 if test "x$enable_dependency_tracking" = xyes; then
4395 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4396 # This compiler won't grok '-c -o', but also, the minuso test has
4397 # not run yet. These depmodes are late enough in the game, and
4398 # so weak that their functioning should not be impacted.
4399 am__obj=conftest.${OBJEXT-o}
4404 if depmode=$depmode \
4405 source=sub/conftest.c object=$am__obj \
4406 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4407 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4408 >/dev/null 2>conftest.err &&
4409 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4410 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4411 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4412 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4413 # icc doesn't choke on unknown options, it will just issue warnings
4414 # or remarks (even with -Werror). So we grep stderr for any message
4415 # that says an option was ignored or not supported.
4416 # When given -MP, icc 7.0 and 7.1 complain thusly:
4417 # icc: Command line warning: ignoring option '-M'; no argument required
4418 # The diagnosis changed in icc 8.0:
4419 # icc: Command line remark: option '-MP' not supported
4420 if (grep 'ignoring option' conftest.err ||
4421 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4422 am_cv_CC_dependencies_compiler_type=$depmode
4431 am_cv_CC_dependencies_compiler_type=none
4435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4436 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4437 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4440 test "x$enable_dependency_tracking" != xno \
4441 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4443 am__fastdepCC_FALSE='#'
4445 am__fastdepCC_TRUE='#'
4446 am__fastdepCC_FALSE=
4450 # By default we simply use the C compiler to build assembly code.
4452 test "${CCAS+set}" = set || CCAS=$CC
4453 test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
4457 depcc="$CCAS" am_compiler_list=
4459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4460 $as_echo_n "checking dependency style of $depcc... " >&6; }
4461 if ${am_cv_CCAS_dependencies_compiler_type+:} false; then :
4462 $as_echo_n "(cached) " >&6
4464 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4465 # We make a subdir and do the tests there. Otherwise we can end up
4466 # making bogus files that we don't know about and never remove. For
4467 # instance it was reported that on HP-UX the gcc test will end up
4468 # making a dummy file named 'D' -- because '-MD' means "put the output
4472 # Copy depcomp to subdir because otherwise we won't find it if we're
4473 # using a relative directory.
4474 cp "$am_depcomp" conftest.dir
4476 # We will build objects and dependencies in a subdirectory because
4477 # it helps to detect inapplicable dependency modes. For instance
4478 # both Tru64's cc and ICC support -MD to output dependencies as a
4479 # side effect of compilation, but ICC will put the dependencies in
4480 # the current directory while Tru64 will put them in the object
4484 am_cv_CCAS_dependencies_compiler_type=none
4485 if test "$am_compiler_list" = ""; then
4486 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < .
/depcomp
`
4491 for depmode in $am_compiler_list; do
4492 # Setup a source with many dependencies, because some compilers
4493 # like to wrap large dependency lists on column 80 (with \), and
4494 # we should not choose a depcomp mode which is confused by this.
4496 # We need to recreate these files for each test, as the compiler may
4497 # overwrite some of them when testing with obscure command lines.
4498 # This happens at least with the AIX C compiler.
4500 for i in 1 2 3 4 5 6; do
4501 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4502 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4503 # Solaris 10 /bin/sh.
4504 echo '/* dummy */' > sub/conftst$i.h
4506 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4508 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4509 # mode. It turns out that the SunPro C++ compiler does not properly
4510 # handle '-M -o', and we need to detect this. Also, some Intel
4511 # versions had trouble with output in subdirs.
4512 am__obj=sub/conftest.${OBJEXT-o}
4513 am__minus_obj="-o $am__obj"
4516 # This depmode causes a compiler race in universal mode.
4517 test "$am__universal" = false || continue
4520 # After this tag, mechanisms are not by side-effect, so they'll
4521 # only be used when explicitly requested.
4522 if test "x$enable_dependency_tracking" = xyes; then
4528 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4529 # This compiler won't grok '-c -o', but also, the minuso test has
4530 # not run yet. These depmodes are late enough in the game, and
4531 # so weak that their functioning should not be impacted.
4532 am__obj=conftest.${OBJEXT-o}
4537 if depmode=$depmode \
4538 source=sub/conftest.c object=$am__obj \
4539 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4540 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4541 >/dev/null 2>conftest.err &&
4542 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4543 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4544 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4545 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4546 # icc doesn't choke on unknown options, it will just issue warnings
4547 # or remarks (even with -Werror). So we grep stderr for any message
4548 # that says an option was ignored or not supported.
4549 # When given -MP, icc 7.0 and 7.1 complain thusly:
4550 # icc: Command line warning: ignoring option '-M'; no argument required
4551 # The diagnosis changed in icc 8.0:
4552 # icc: Command line remark: option '-MP' not supported
4553 if (grep 'ignoring option' conftest.err ||
4554 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4555 am_cv_CCAS_dependencies_compiler_type=$depmode
4564 am_cv_CCAS_dependencies_compiler_type=none
4568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CCAS_dependencies_compiler_type" >&5
4569 $as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; }
4570 CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type
4573 test "x$enable_dependency_tracking" != xno \
4574 && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then
4575 am__fastdepCCAS_TRUE=
4576 am__fastdepCCAS_FALSE='#'
4578 am__fastdepCCAS_TRUE='#'
4579 am__fastdepCCAS_FALSE=
4587 # In order to override CFLAGS_FOR_TARGET, all of our special flags go
4588 # in XCFLAGS. But we need them in CFLAGS during configury. So put them
4589 # in both places for now and restore CFLAGS at the end of config.
4590 save_CFLAGS="$CFLAGS"
4592 # Find other programs we need.
4593 if test -n "$ac_tool_prefix"; then
4594 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4595 set dummy ${ac_tool_prefix}ar; ac_word=$2
4596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4597 $as_echo_n "checking for $ac_word... " >&6; }
4598 if ${ac_cv_prog_AR+:} false; then :
4599 $as_echo_n "(cached) " >&6
4601 if test -n "$AR"; then
4602 ac_cv_prog_AR="$AR" # Let the user override the test.
4604 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4608 test -z "$as_dir" && as_dir=.
4609 for ac_exec_ext in '' $ac_executable_extensions; do
4610 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4611 ac_cv_prog_AR="${ac_tool_prefix}ar"
4612 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4622 if test -n "$AR"; then
4623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4624 $as_echo "$AR" >&6; }
4626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4627 $as_echo "no" >&6; }
4632 if test -z "$ac_cv_prog_AR"; then
4634 # Extract the first word of "ar", so it can be a program name with args.
4635 set dummy ar; ac_word=$2
4636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4637 $as_echo_n "checking for $ac_word... " >&6; }
4638 if ${ac_cv_prog_ac_ct_AR+:} false; then :
4639 $as_echo_n "(cached) " >&6
4641 if test -n "$ac_ct_AR"; then
4642 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4644 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4648 test -z "$as_dir" && as_dir=.
4649 for ac_exec_ext in '' $ac_executable_extensions; do
4650 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4651 ac_cv_prog_ac_ct_AR="ar"
4652 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4661 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4662 if test -n "$ac_ct_AR"; then
4663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4664 $as_echo "$ac_ct_AR" >&6; }
4666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4667 $as_echo "no" >&6; }
4670 if test "x$ac_ct_AR" = x; then
4673 case $cross_compiling:$ac_tool_warned in
4675 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4676 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4677 ac_tool_warned=yes ;;
4685 if test -n "$ac_tool_prefix"; then
4686 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
4687 set dummy ${ac_tool_prefix}nm; ac_word=$2
4688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4689 $as_echo_n "checking for $ac_word... " >&6; }
4690 if ${ac_cv_prog_NM+:} false; then :
4691 $as_echo_n "(cached) " >&6
4693 if test -n "$NM"; then
4694 ac_cv_prog_NM="$NM" # Let the user override the test.
4696 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4700 test -z "$as_dir" && as_dir=.
4701 for ac_exec_ext in '' $ac_executable_extensions; do
4702 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4703 ac_cv_prog_NM="${ac_tool_prefix}nm"
4704 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4714 if test -n "$NM"; then
4715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
4716 $as_echo "$NM" >&6; }
4718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4719 $as_echo "no" >&6; }
4724 if test -z "$ac_cv_prog_NM"; then
4726 # Extract the first word of "nm", so it can be a program name with args.
4727 set dummy nm; ac_word=$2
4728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4729 $as_echo_n "checking for $ac_word... " >&6; }
4730 if ${ac_cv_prog_ac_ct_NM+:} false; then :
4731 $as_echo_n "(cached) " >&6
4733 if test -n "$ac_ct_NM"; then
4734 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4736 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4740 test -z "$as_dir" && as_dir=.
4741 for ac_exec_ext in '' $ac_executable_extensions; do
4742 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4743 ac_cv_prog_ac_ct_NM="nm"
4744 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4753 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4754 if test -n "$ac_ct_NM"; then
4755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NM" >&5
4756 $as_echo "$ac_ct_NM" >&6; }
4758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4759 $as_echo "no" >&6; }
4762 if test "x$ac_ct_NM" = x; then
4765 case $cross_compiling:$ac_tool_warned in
4767 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4768 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4769 ac_tool_warned=yes ;;
4777 if test -n "$ac_tool_prefix"; then
4778 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4779 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4781 $as_echo_n "checking for $ac_word... " >&6; }
4782 if ${ac_cv_prog_RANLIB+:} false; then :
4783 $as_echo_n "(cached) " >&6
4785 if test -n "$RANLIB"; then
4786 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4792 test -z "$as_dir" && as_dir=.
4793 for ac_exec_ext in '' $ac_executable_extensions; do
4794 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4795 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4796 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4805 RANLIB=$ac_cv_prog_RANLIB
4806 if test -n "$RANLIB"; then
4807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4808 $as_echo "$RANLIB" >&6; }
4810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4811 $as_echo "no" >&6; }
4816 if test -z "$ac_cv_prog_RANLIB"; then
4817 ac_ct_RANLIB=$RANLIB
4818 # Extract the first word of "ranlib", so it can be a program name with args.
4819 set dummy ranlib; ac_word=$2
4820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4821 $as_echo_n "checking for $ac_word... " >&6; }
4822 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
4823 $as_echo_n "(cached) " >&6
4825 if test -n "$ac_ct_RANLIB"; then
4826 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4828 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4832 test -z "$as_dir" && as_dir=.
4833 for ac_exec_ext in '' $ac_executable_extensions; do
4834 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4835 ac_cv_prog_ac_ct_RANLIB="ranlib"
4836 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4845 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4846 if test -n "$ac_ct_RANLIB"; then
4847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4848 $as_echo "$ac_ct_RANLIB" >&6; }
4850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4851 $as_echo "no" >&6; }
4854 if test "x$ac_ct_RANLIB" = x; then
4855 RANLIB="ranlib-not-found-in-path-error"
4857 case $cross_compiling:$ac_tool_warned in
4859 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4860 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4861 ac_tool_warned=yes ;;
4863 RANLIB=$ac_ct_RANLIB
4866 RANLIB="$ac_cv_prog_RANLIB"
4869 # Extract the first word of "perl", so it can be a program name with args.
4870 set dummy perl; ac_word=$2
4871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4872 $as_echo_n "checking for $ac_word... " >&6; }
4873 if ${ac_cv_path_PERL+:} false; then :
4874 $as_echo_n "(cached) " >&6
4878 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
4881 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4885 test -z "$as_dir" && as_dir=.
4886 for ac_exec_ext in '' $ac_executable_extensions; do
4887 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4888 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
4889 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4896 test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="perl-not-found-in-path-error"
4900 PERL=$ac_cv_path_PERL
4901 if test -n "$PERL"; then
4902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
4903 $as_echo "$PERL" >&6; }
4905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4906 $as_echo "no" >&6; }
4915 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\
`" >&5
4916 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\
`" >&2;} ;;
4921 macro_version='2.2.7a'
4922 macro_revision='1.3134'
4936 ltmain="$ac_aux_dir/ltmain.sh"
4938 # Backslashify metacharacters that are still active within
4939 # double-quoted strings.
4940 sed_quote_subst='s/\(["`$
\\]\
)/\\\
1/g
'
4942 # Same as above, but do not quote variable references.
4943 double_quote_subst='s
/\
(["`\\]\)/\\\1/g'
4945 # Sed substitution to delay expansion of an escaped shell variable in a
4946 # double_quote_subst'ed string.
4947 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4949 # Sed substitution to delay expansion of an escaped single quote.
4950 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4952 # Sed substitution to avoid accidental globbing in evaled expressions
4953 no_glob_subst='s/\*/\\\*/g'
4955 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4956 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4957 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print
strings" >&5
4960 $as_echo_n "checking how to print
strings...
" >&6; }
4961 # Test print first, because it will be a builtin if present.
4962 if test "X
`print -r -- -n 2>/dev/null`" = X-n && \
4963 test "X
`print -r -- $ECHO 2>/dev/null`" = "X
$ECHO"; then
4965 elif test "X
`printf %s $ECHO 2>/dev/null`" = "X
$ECHO"; then
4968 # Use this function as a fallback that always works.
4969 func_fallback_echo ()
4971 eval 'cat <<_LTECHO_EOF
4975 ECHO='func_fallback_echo'
4978 # func_echo_all arg...
4979 # Invoke $ECHO with all args, space-separated.
4986 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result
: printf" >&5
4987 $as_echo "printf" >&6; } ;;
4988 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result
: print
-r" >&5
4989 $as_echo "print
-r" >&6; } ;;
4990 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result
: cat" >&5
4991 $as_echo "cat" >&6; } ;;
5007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for a
sed that does not truncate output
" >&5
5008 $as_echo_n "checking
for a
sed that does not truncate output...
" >&6; }
5009 if ${ac_cv_path_SED+:} false; then :
5010 $as_echo_n "(cached
) " >&6
5012 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5013 for ac_i in 1 2 3 4 5 6 7; do
5014 ac_script="$ac_script$as_nl$ac_script"
5016 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5017 { ac_script=; unset ac_script;}
5018 if test -z "$SED"; then
5019 ac_path_SED_found=false
5020 # Loop through the user's path and test for each of PROGNAME-LIST
5021 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5025 test -z "$as_dir" && as_dir=.
5026 for ac_prog in sed gsed; do
5027 for ac_exec_ext in '' $ac_executable_extensions; do
5028 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5029 as_fn_executable_p "$ac_path_SED" || continue
5030 # Check for GNU ac_path_SED and select it if it is found.
5031 # Check for GNU $ac_path_SED
5032 case `"$ac_path_SED" --version 2>&1` in
5034 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5037 $as_echo_n 0123456789 >"conftest.
in"
5040 cat "conftest.
in" "conftest.
in" >"conftest.tmp
"
5041 mv "conftest.tmp
" "conftest.
in"
5042 cp "conftest.
in" "conftest.
nl"
5043 $as_echo '' >> "conftest.
nl"
5044 "$ac_path_SED" -f conftest.sed < "conftest.
nl" >"conftest.out
" 2>/dev/null || break
5045 diff "conftest.out
" "conftest.
nl" >/dev/null 2>&1 || break
5046 as_fn_arith $ac_count + 1 && ac_count=$as_val
5047 if test $ac_count -gt ${ac_path_SED_max-0}; then
5048 # Best one so far, save it but keep looking for a better one
5049 ac_cv_path_SED="$ac_path_SED"
5050 ac_path_SED_max=$ac_count
5052 # 10*(2^10) chars as input seems more than enough
5053 test $ac_count -gt 10 && break
5055 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5058 $ac_path_SED_found && break 3
5063 if test -z "$ac_cv_path_SED"; then
5064 as_fn_error $? "no acceptable
sed could be found
in \
$PATH" "$LINENO" 5
5071 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_SED" >&5
5072 $as_echo "$ac_cv_path_SED" >&6; }
5073 SED="$ac_cv_path_SED"
5076 test -z "$SED" && SED=sed
5077 Xsed="$SED -e 1s
/^X
//"
5089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for grep that handles long lines and
-e" >&5
5090 $as_echo_n "checking
for grep that handles long lines and
-e...
" >&6; }
5091 if ${ac_cv_path_GREP+:} false; then :
5092 $as_echo_n "(cached
) " >&6
5094 if test -z "$GREP"; then
5095 ac_path_GREP_found=false
5096 # Loop through the user's path and test for each of PROGNAME-LIST
5097 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5098 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5101 test -z "$as_dir" && as_dir=.
5102 for ac_prog in grep ggrep; do
5103 for ac_exec_ext in '' $ac_executable_extensions; do
5104 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5105 as_fn_executable_p "$ac_path_GREP" || continue
5106 # Check for GNU ac_path_GREP and select it if it is found.
5107 # Check for GNU $ac_path_GREP
5108 case `"$ac_path_GREP" --version 2>&1` in
5110 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5113 $as_echo_n 0123456789 >"conftest.
in"
5116 cat "conftest.
in" "conftest.
in" >"conftest.tmp
"
5117 mv "conftest.tmp
" "conftest.
in"
5118 cp "conftest.
in" "conftest.
nl"
5119 $as_echo 'GREP' >> "conftest.
nl"
5120 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.
nl" >"conftest.out
" 2>/dev/null || break
5121 diff "conftest.out
" "conftest.
nl" >/dev/null 2>&1 || break
5122 as_fn_arith $ac_count + 1 && ac_count=$as_val
5123 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5124 # Best one so far, save it but keep looking for a better one
5125 ac_cv_path_GREP="$ac_path_GREP"
5126 ac_path_GREP_max=$ac_count
5128 # 10*(2^10) chars as input seems more than enough
5129 test $ac_count -gt 10 && break
5131 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5134 $ac_path_GREP_found && break 3
5139 if test -z "$ac_cv_path_GREP"; then
5140 as_fn_error $? "no acceptable
grep could be found
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
" "$LINENO" 5
5143 ac_cv_path_GREP=$GREP
5147 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_GREP" >&5
5148 $as_echo "$ac_cv_path_GREP" >&6; }
5149 GREP="$ac_cv_path_GREP"
5152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for egrep" >&5
5153 $as_echo_n "checking
for egrep...
" >&6; }
5154 if ${ac_cv_path_EGREP+:} false; then :
5155 $as_echo_n "(cached
) " >&6
5157 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5158 then ac_cv_path_EGREP="$GREP -E"
5160 if test -z "$EGREP"; then
5161 ac_path_EGREP_found=false
5162 # Loop through the user's path and test for each of PROGNAME-LIST
5163 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5164 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5167 test -z "$as_dir" && as_dir=.
5168 for ac_prog in egrep; do
5169 for ac_exec_ext in '' $ac_executable_extensions; do
5170 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5171 as_fn_executable_p "$ac_path_EGREP" || continue
5172 # Check for GNU ac_path_EGREP and select it if it is found.
5173 # Check for GNU $ac_path_EGREP
5174 case `"$ac_path_EGREP" --version 2>&1` in
5176 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5179 $as_echo_n 0123456789 >"conftest.
in"
5182 cat "conftest.
in" "conftest.
in" >"conftest.tmp
"
5183 mv "conftest.tmp
" "conftest.
in"
5184 cp "conftest.
in" "conftest.
nl"
5185 $as_echo 'EGREP' >> "conftest.
nl"
5186 "$ac_path_EGREP" 'EGREP$' < "conftest.
nl" >"conftest.out
" 2>/dev/null || break
5187 diff "conftest.out
" "conftest.
nl" >/dev/null 2>&1 || break
5188 as_fn_arith $ac_count + 1 && ac_count=$as_val
5189 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5190 # Best one so far, save it but keep looking for a better one
5191 ac_cv_path_EGREP="$ac_path_EGREP"
5192 ac_path_EGREP_max=$ac_count
5194 # 10*(2^10) chars as input seems more than enough
5195 test $ac_count -gt 10 && break
5197 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5200 $ac_path_EGREP_found && break 3
5205 if test -z "$ac_cv_path_EGREP"; then
5206 as_fn_error $? "no acceptable
egrep could be found
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
" "$LINENO" 5
5209 ac_cv_path_EGREP=$EGREP
5214 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_EGREP" >&5
5215 $as_echo "$ac_cv_path_EGREP" >&6; }
5216 EGREP="$ac_cv_path_EGREP"
5219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for fgrep
" >&5
5220 $as_echo_n "checking
for fgrep...
" >&6; }
5221 if ${ac_cv_path_FGREP+:} false; then :
5222 $as_echo_n "(cached
) " >&6
5224 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5225 then ac_cv_path_FGREP="$GREP -F"
5227 if test -z "$FGREP"; then
5228 ac_path_FGREP_found=false
5229 # Loop through the user's path and test for each of PROGNAME-LIST
5230 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5231 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5234 test -z "$as_dir" && as_dir=.
5235 for ac_prog in fgrep; do
5236 for ac_exec_ext in '' $ac_executable_extensions; do
5237 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5238 as_fn_executable_p "$ac_path_FGREP" || continue
5239 # Check for GNU ac_path_FGREP and select it if it is found.
5240 # Check for GNU $ac_path_FGREP
5241 case `"$ac_path_FGREP" --version 2>&1` in
5243 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5246 $as_echo_n 0123456789 >"conftest.
in"
5249 cat "conftest.
in" "conftest.
in" >"conftest.tmp
"
5250 mv "conftest.tmp
" "conftest.
in"
5251 cp "conftest.
in" "conftest.
nl"
5252 $as_echo 'FGREP' >> "conftest.
nl"
5253 "$ac_path_FGREP" FGREP < "conftest.
nl" >"conftest.out
" 2>/dev/null || break
5254 diff "conftest.out
" "conftest.
nl" >/dev/null 2>&1 || break
5255 as_fn_arith $ac_count + 1 && ac_count=$as_val
5256 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5257 # Best one so far, save it but keep looking for a better one
5258 ac_cv_path_FGREP="$ac_path_FGREP"
5259 ac_path_FGREP_max=$ac_count
5261 # 10*(2^10) chars as input seems more than enough
5262 test $ac_count -gt 10 && break
5264 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5267 $ac_path_FGREP_found && break 3
5272 if test -z "$ac_cv_path_FGREP"; then
5273 as_fn_error $? "no acceptable fgrep could be found
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
" "$LINENO" 5
5276 ac_cv_path_FGREP=$FGREP
5281 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_FGREP" >&5
5282 $as_echo "$ac_cv_path_FGREP" >&6; }
5283 FGREP="$ac_cv_path_FGREP"
5286 test -z "$GREP" && GREP=grep
5306 # Check whether --with-gnu-ld was given.
5307 if test "${with_gnu_ld+set}" = set; then :
5308 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5314 if test "$GCC" = yes; then
5315 # Check if gcc -print-prog-name=ld gives a path.
5316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ld used by
$CC" >&5
5317 $as_echo_n "checking
for ld used by
$CC...
" >&6; }
5320 # gcc leaves a trailing carriage return which upsets mingw
5321 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5323 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5326 # Accept absolute paths.
5328 re_direlt='/[^/][^/]*/\.\./'
5329 # Canonicalize the pathname of ld
5330 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5331 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5332 ac_prog=`$ECHO $ac_prog| $SED "s
%$re_direlt%/%"`
5334 test -z "$LD" && LD="$ac_prog"
5337 # If it fails, then pretend we aren't using GCC.
5341 # If it is relative, then search for the first ld in PATH.
5345 elif test "$with_gnu_ld" = yes; then
5346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for GNU ld
" >&5
5347 $as_echo_n "checking
for GNU ld...
" >&6; }
5349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for non-GNU ld
" >&5
5350 $as_echo_n "checking
for non-GNU ld...
" >&6; }
5352 if ${lt_cv_path_LD+:} false; then :
5353 $as_echo_n "(cached
) " >&6
5355 if test -z "$LD"; then
5356 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5357 for ac_dir in $PATH; do
5359 test -z "$ac_dir" && ac_dir=.
5360 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5361 lt_cv_path_LD="$ac_dir/$ac_prog"
5362 # Check to see if the program is GNU ld. I'd rather use --version,
5363 # but apparently some variants of GNU ld only accept -v.
5364 # Break only if it was the GNU/non-GNU ld that we prefer.
5365 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5366 *GNU* | *'with BFD'*)
5367 test "$with_gnu_ld" != no && break
5370 test "$with_gnu_ld" != yes && break
5377 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5382 if test -n "$LD"; then
5383 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
5384 $as_echo "$LD" >&6; }
5386 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5387 $as_echo "no
" >&6; }
5389 test -z "$LD" && as_fn_error $? "no acceptable ld found
in \
$PATH" "$LINENO" 5
5390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if the linker
($LD) is GNU ld
" >&5
5391 $as_echo_n "checking
if the linker
($LD) is GNU ld...
" >&6; }
5392 if ${lt_cv_prog_gnu_ld+:} false; then :
5393 $as_echo_n "(cached
) " >&6
5395 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5396 case `$LD -v 2>&1 </dev/null` in
5397 *GNU* | *'with BFD'*)
5398 lt_cv_prog_gnu_ld=yes
5401 lt_cv_prog_gnu_ld=no
5405 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_gnu_ld" >&5
5406 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5407 with_gnu_ld=$lt_cv_prog_gnu_ld
5417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for BSD- or MS-compatible name lister
(nm
)" >&5
5418 $as_echo_n "checking
for BSD- or MS-compatible name lister
(nm
)...
" >&6; }
5419 if ${lt_cv_path_NM+:} false; then :
5420 $as_echo_n "(cached
) " >&6
5422 if test -n "$NM"; then
5423 # Let the user override the test.
5426 lt_nm_to_check="${ac_tool_prefix}nm
"
5427 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5428 lt_nm_to_check="$lt_nm_to_check nm
"
5430 for lt_tmp_nm in $lt_nm_to_check; do
5431 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5432 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5434 test -z "$ac_dir" && ac_dir=.
5435 tmp_nm="$ac_dir/$lt_tmp_nm"
5436 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5437 # Check to see if the nm accepts a BSD-compat flag.
5438 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5439 # nm: unknown option "B
" ignored
5440 # Tru64's nm complains that /dev/null is an invalid object file
5441 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5442 */dev/null* | *'Invalid file or object type'*)
5443 lt_cv_path_NM="$tmp_nm -B"
5447 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5449 lt_cv_path_NM="$tmp_nm -p"
5453 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5454 continue # so that we can try to find one that supports BSD flags
5463 : ${lt_cv_path_NM=no}
5466 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_path_NM" >&5
5467 $as_echo "$lt_cv_path_NM" >&6; }
5468 if test "$lt_cv_path_NM" != "no
"; then
5471 # Didn't find any BSD compatible name lister, look for dumpbin.
5472 if test -n "$DUMPBIN"; then :
5473 # Let the user override the test.
5475 if test -n "$ac_tool_prefix"; then
5476 for ac_prog in dumpbin "link
-dump"
5478 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5479 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5481 $as_echo_n "checking
for $ac_word...
" >&6; }
5482 if ${ac_cv_prog_DUMPBIN+:} false; then :
5483 $as_echo_n "(cached
) " >&6
5485 if test -n "$DUMPBIN"; then
5486 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5488 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5492 test -z "$as_dir" && as_dir=.
5493 for ac_exec_ext in '' $ac_executable_extensions; do
5494 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5495 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5496 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5505 DUMPBIN=$ac_cv_prog_DUMPBIN
5506 if test -n "$DUMPBIN"; then
5507 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DUMPBIN" >&5
5508 $as_echo "$DUMPBIN" >&6; }
5510 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5511 $as_echo "no
" >&6; }
5515 test -n "$DUMPBIN" && break
5518 if test -z "$DUMPBIN"; then
5519 ac_ct_DUMPBIN=$DUMPBIN
5520 for ac_prog in dumpbin "link
-dump"
5522 # Extract the first word of "$ac_prog", so it can be a program name with args.
5523 set dummy $ac_prog; ac_word=$2
5524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5525 $as_echo_n "checking
for $ac_word...
" >&6; }
5526 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5527 $as_echo_n "(cached
) " >&6
5529 if test -n "$ac_ct_DUMPBIN"; then
5530 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5532 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5536 test -z "$as_dir" && as_dir=.
5537 for ac_exec_ext in '' $ac_executable_extensions; do
5538 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5539 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5540 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5549 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5550 if test -n "$ac_ct_DUMPBIN"; then
5551 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_DUMPBIN" >&5
5552 $as_echo "$ac_ct_DUMPBIN" >&6; }
5554 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5555 $as_echo "no
" >&6; }
5559 test -n "$ac_ct_DUMPBIN" && break
5562 if test "x
$ac_ct_DUMPBIN" = x; then
5565 case $cross_compiling:$ac_tool_warned in
5567 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
5568 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
5569 ac_tool_warned=yes ;;
5571 DUMPBIN=$ac_ct_DUMPBIN
5575 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5577 DUMPBIN="$DUMPBIN -symbols"
5585 if test "$DUMPBIN" != ":"; then
5589 test -z "$NM" && NM=nm
5596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister
($NM) interface
" >&5
5597 $as_echo_n "checking the name lister
($NM) interface...
" >&6; }
5598 if ${lt_cv_nm_interface+:} false; then :
5599 $as_echo_n "(cached
) " >&6
5601 lt_cv_nm_interface="BSD nm
"
5602 echo "int some_variable
= 0;" > conftest.$ac_ext
5603 (eval echo "\"\
$as_me:$LINENO: $ac_compile\"" >&5)
5604 (eval "$ac_compile" 2>conftest.err)
5605 cat conftest.err >&5
5606 (eval echo "\"\
$as_me:$LINENO: $NM \\\"conftest.
$ac_objext\\\"\"" >&5)
5607 (eval "$NM \"conftest.
$ac_objext\"" 2>conftest.err > conftest.out)
5608 cat conftest.err >&5
5609 (eval echo "\"\
$as_me:$LINENO: output
\"" >&5)
5610 cat conftest.out >&5
5611 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5612 lt_cv_nm_interface="MS dumpbin
"
5616 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_nm_interface" >&5
5617 $as_echo "$lt_cv_nm_interface" >&6; }
5619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether
ln -s works
" >&5
5620 $as_echo_n "checking whether
ln -s works...
" >&6; }
5622 if test "$LN_S" = "ln -s"; then
5623 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
5624 $as_echo "yes" >&6; }
5626 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
, using
$LN_S" >&5
5627 $as_echo "no
, using
$LN_S" >&6; }
5630 # find the maximum length of command line arguments
5631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of
command line arguments
" >&5
5632 $as_echo_n "checking the maximum length of
command line arguments...
" >&6; }
5633 if ${lt_cv_sys_max_cmd_len+:} false; then :
5634 $as_echo_n "(cached
) " >&6
5641 # On DJGPP, this test can blow up pretty badly due to problems in libc
5642 # (any single argument exceeding 2000 bytes causes a buffer overrun
5643 # during glob expansion). Even if it were fixed, the result of this
5644 # check would be larger than it should be.
5645 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5649 # Under GNU Hurd, this test is not required because there is
5650 # no limit to the length of command line arguments.
5651 # Libtool will interpret -1 as no limit whatsoever
5652 lt_cv_sys_max_cmd_len=-1;
5655 cygwin* | mingw* | cegcc*)
5656 # On Win9x/ME, this test blows up -- it succeeds, but takes
5657 # about 5 minutes as the teststring grows exponentially.
5658 # Worse, since 9x/ME are not pre-emptively multitasking,
5659 # you end up with a "frozen
" computer, even though with patience
5660 # the test eventually succeeds (with a max line length of 256k).
5661 # Instead, let's just punt: use the minimum linelength reported by
5662 # all of the supported platforms: 8192 (on NT/2K/XP).
5663 lt_cv_sys_max_cmd_len=8192;
5667 # On MiNT this can take a long time and run out of memory.
5668 lt_cv_sys_max_cmd_len=8192;
5672 # On AmigaOS with pdksh, this test takes hours, literally.
5673 # So we just punt and use a minimum line length of 8192.
5674 lt_cv_sys_max_cmd_len=8192;
5677 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5678 # This has been around since 386BSD, at least. Likely further.
5679 if test -x /sbin/sysctl; then
5680 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5681 elif test -x /usr/sbin/sysctl; then
5682 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5684 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5686 # And add a safety zone
5687 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5688 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5692 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5693 lt_cv_sys_max_cmd_len=196608
5697 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5698 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5699 # nice to cause kernel panics so lets avoid the loop below.
5700 # First set a reasonable default.
5701 lt_cv_sys_max_cmd_len=16384
5703 if test -x /sbin/sysconfig; then
5704 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5705 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5710 lt_cv_sys_max_cmd_len=102400
5712 sysv5* | sco5v6* | sysv4.2uw2*)
5713 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5714 if test -n "$kargmax"; then
5715 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5717 lt_cv_sys_max_cmd_len=32768
5721 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5722 if test -n "$lt_cv_sys_max_cmd_len"; then
5723 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5724 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5726 # Make teststring a little bigger before we do anything with it.
5727 # a 1K string should be a reasonable start.
5728 for i in 1 2 3 4 5 6 7 8 ; do
5729 teststring=$teststring$teststring
5731 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5732 # If test is not a shell built-in, we'll probably end up computing a
5733 # maximum length that is only half of the actual maximum length, but
5735 while { test "X
"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5736 = "X
$teststring$teststring"; } >/dev/null 2>&1 &&
5737 test $i != 17 # 1/2 MB should be enough
5740 teststring=$teststring$teststring
5742 # Only check the string length outside the loop.
5743 lt_cv_sys_max_cmd_len=`expr "X
$teststring" : ".
*" 2>&1`
5745 # Add a significant safety factor because C++ compilers can tack on
5746 # massive amounts of additional arguments before passing them to the
5747 # linker. It appears as though 1/2 is a usable value.
5748 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5755 if test -n $lt_cv_sys_max_cmd_len ; then
5756 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_sys_max_cmd_len" >&5
5757 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5759 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: none
" >&5
5760 $as_echo "none
" >&6; }
5762 max_cmd_len=$lt_cv_sys_max_cmd_len
5773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs
" >&5
5774 $as_echo_n "checking whether the shell understands some XSI constructs...
" >&6; }
5775 # Try some XSI features
5778 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5780 && eval 'test $(( 1 + 1 )) -eq 2 \
5781 && test "${#_lt_dummy}" -eq 5' ) >/dev
/null
2>&1 \
5783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5784 $as_echo "$xsi_shell" >&6; }
5787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5788 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5790 ( foo
=bar
; set foo baz
; eval "$1+=\$2" && test "$foo" = barbaz
) \
5792 && lt_shell_append
=yes
5793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5794 $as_echo "$lt_shell_append" >&6; }
5797 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
5807 # test EBCDIC or ASCII
5808 case `echo X|tr X '\101'` in
5809 A
) # ASCII based system
5810 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5811 lt_SP2NL
='tr \040 \012'
5812 lt_NL2SP
='tr \015\012 \040\040'
5814 *) # EBCDIC based system
5815 lt_SP2NL
='tr \100 \n'
5816 lt_NL2SP
='tr \r\n \100\100'
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5829 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5830 if ${lt_cv_ld_reload_flag+:} false
; then :
5831 $as_echo_n "(cached) " >&6
5833 lt_cv_ld_reload_flag
='-r'
5835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5836 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5837 reload_flag
=$lt_cv_ld_reload_flag
5838 case $reload_flag in
5840 *) reload_flag
=" $reload_flag" ;;
5842 reload_cmds
='$LD$reload_flag -o $output$reload_objs'
5845 if test "$GCC" = yes; then
5846 reload_cmds
='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5848 reload_cmds
='$LD$reload_flag -o $output$reload_objs'
5861 if test -n "$ac_tool_prefix"; then
5862 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5863 set dummy
${ac_tool_prefix}objdump
; ac_word
=$2
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5865 $as_echo_n "checking for $ac_word... " >&6; }
5866 if ${ac_cv_prog_OBJDUMP+:} false
; then :
5867 $as_echo_n "(cached) " >&6
5869 if test -n "$OBJDUMP"; then
5870 ac_cv_prog_OBJDUMP
="$OBJDUMP" # Let the user override the test.
5872 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5876 test -z "$as_dir" && as_dir
=.
5877 for ac_exec_ext
in '' $ac_executable_extensions; do
5878 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5879 ac_cv_prog_OBJDUMP
="${ac_tool_prefix}objdump"
5880 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5889 OBJDUMP
=$ac_cv_prog_OBJDUMP
5890 if test -n "$OBJDUMP"; then
5891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5892 $as_echo "$OBJDUMP" >&6; }
5894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5895 $as_echo "no" >&6; }
5900 if test -z "$ac_cv_prog_OBJDUMP"; then
5901 ac_ct_OBJDUMP
=$OBJDUMP
5902 # Extract the first word of "objdump", so it can be a program name with args.
5903 set dummy objdump
; ac_word
=$2
5904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5905 $as_echo_n "checking for $ac_word... " >&6; }
5906 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false
; then :
5907 $as_echo_n "(cached) " >&6
5909 if test -n "$ac_ct_OBJDUMP"; then
5910 ac_cv_prog_ac_ct_OBJDUMP
="$ac_ct_OBJDUMP" # Let the user override the test.
5912 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5916 test -z "$as_dir" && as_dir
=.
5917 for ac_exec_ext
in '' $ac_executable_extensions; do
5918 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5919 ac_cv_prog_ac_ct_OBJDUMP
="objdump"
5920 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5929 ac_ct_OBJDUMP
=$ac_cv_prog_ac_ct_OBJDUMP
5930 if test -n "$ac_ct_OBJDUMP"; then
5931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5932 $as_echo "$ac_ct_OBJDUMP" >&6; }
5934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5935 $as_echo "no" >&6; }
5938 if test "x$ac_ct_OBJDUMP" = x
; then
5941 case $cross_compiling:$ac_tool_warned in
5943 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5944 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5945 ac_tool_warned
=yes ;;
5947 OBJDUMP
=$ac_ct_OBJDUMP
5950 OBJDUMP
="$ac_cv_prog_OBJDUMP"
5953 test -z "$OBJDUMP" && OBJDUMP
=objdump
5963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5964 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5965 if ${lt_cv_deplibs_check_method+:} false
; then :
5966 $as_echo_n "(cached) " >&6
5968 lt_cv_file_magic_cmd
='$MAGIC_CMD'
5969 lt_cv_file_magic_test_file
=
5970 lt_cv_deplibs_check_method
='unknown'
5971 # Need to set the preceding variable on all platforms that support
5972 # interlibrary dependencies.
5973 # 'none' -- dependencies not supported.
5974 # `unknown' -- same as none, but documents that we really don't know.
5975 # 'pass_all' -- all dependencies passed with no checks.
5976 # 'test_compile' -- check by making test program.
5977 # 'file_magic [[regex]]' -- check by looking for files in library path
5978 # which responds to the $file_magic_cmd with a given extended regex.
5979 # If you have `file' or equivalent on your system and you're not sure
5980 # whether `pass_all' will *always* work, you probably want this one.
5984 lt_cv_deplibs_check_method
=pass_all
5988 lt_cv_deplibs_check_method
=pass_all
5992 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5993 lt_cv_file_magic_cmd
='/usr/bin/file -L'
5994 lt_cv_file_magic_test_file
=/shlib
/libc.so
5998 # func_win32_libid is a shell function defined in ltmain.sh
5999 lt_cv_deplibs_check_method
='file_magic ^x86 archive import|^x86 DLL'
6000 lt_cv_file_magic_cmd
='func_win32_libid'
6004 # Base MSYS/MinGW do not provide the 'file' command needed by
6005 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6006 # unless we find 'file', for example because we are cross-compiling.
6007 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6008 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev
/null
2>&1; then
6009 lt_cv_deplibs_check_method
='file_magic ^x86 archive import|^x86 DLL'
6010 lt_cv_file_magic_cmd
='func_win32_libid'
6012 lt_cv_deplibs_check_method
='file_magic file format pei*-i386(.*architecture: i386)?'
6013 lt_cv_file_magic_cmd
='$OBJDUMP -f'
6018 # use the weaker test based on 'objdump'. See mingw*.
6019 lt_cv_deplibs_check_method
='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6020 lt_cv_file_magic_cmd
='$OBJDUMP -f'
6023 darwin
* | rhapsody
*)
6024 lt_cv_deplibs_check_method
=pass_all
6027 freebsd
* | dragonfly
*)
6028 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
> /dev
/null
; then
6031 # Not sure whether the presence of OpenBSD here was a mistake.
6032 # Let's accept both of them until this is cleared up.
6033 lt_cv_deplibs_check_method
='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6034 lt_cv_file_magic_cmd
=/usr
/bin
/file
6035 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so.*`
6039 lt_cv_deplibs_check_method
=pass_all
6044 lt_cv_deplibs_check_method
=pass_all
6048 lt_cv_deplibs_check_method
=pass_all
6051 hpux10.20
* | hpux11
*)
6052 lt_cv_file_magic_cmd
=/usr
/bin
/file
6055 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6056 lt_cv_file_magic_test_file
=/usr
/lib
/hpux32
/libc.so
6059 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
6060 lt_cv_file_magic_test_file
=/usr
/lib
/pa20_64
/libc.sl
6063 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6064 lt_cv_file_magic_test_file
=/usr
/lib
/libc.sl
6070 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6071 lt_cv_deplibs_check_method
='match_pattern /lib[^/]+(\.so|\.a)$'
6074 irix5
* | irix6
* | nonstopux
*)
6076 *-32|
*"-32 ") libmagic
=32-bit;;
6077 *-n32|
*"-n32 ") libmagic
=N32
;;
6078 *-64|
*"-64 ") libmagic
=64-bit;;
6079 *) libmagic
=never-match
;;
6081 lt_cv_deplibs_check_method
=pass_all
6084 # This must be Linux ELF.
6085 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu | uclinuxfdpiceabi
)
6086 lt_cv_deplibs_check_method
=pass_all
6090 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
> /dev
/null
; then
6091 lt_cv_deplibs_check_method
='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6093 lt_cv_deplibs_check_method
='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6098 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6099 lt_cv_file_magic_cmd
=/usr
/bin
/file
6100 lt_cv_file_magic_test_file
=/usr
/lib
/libnls.so
6104 lt_cv_deplibs_check_method
=pass_all
6108 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6109 lt_cv_deplibs_check_method
='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6111 lt_cv_deplibs_check_method
='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6115 osf3
* | osf4
* | osf5
*)
6116 lt_cv_deplibs_check_method
=pass_all
6120 lt_cv_deplibs_check_method
=pass_all
6124 lt_cv_deplibs_check_method
=pass_all
6127 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
6128 lt_cv_deplibs_check_method
=pass_all
6132 case $host_vendor in
6134 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
6135 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so*`
6138 lt_cv_deplibs_check_method
=pass_all
6141 lt_cv_file_magic_cmd
='/bin/file'
6142 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6145 lt_cv_file_magic_cmd
='/bin/file'
6146 lt_cv_deplibs_check_method
="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6147 lt_cv_file_magic_test_file
=/lib
/libc.so
6150 lt_cv_deplibs_check_method
=pass_all
6153 lt_cv_deplibs_check_method
=pass_all
6159 lt_cv_deplibs_check_method
=pass_all
6164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6165 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6166 file_magic_cmd
=$lt_cv_file_magic_cmd
6167 deplibs_check_method
=$lt_cv_deplibs_check_method
6168 test -z "$deplibs_check_method" && deplibs_check_method
=unknown
6181 if test -n "$ac_tool_prefix"; then
6182 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6183 set dummy
${ac_tool_prefix}ar; ac_word
=$2
6184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6185 $as_echo_n "checking for $ac_word... " >&6; }
6186 if ${ac_cv_prog_AR+:} false
; then :
6187 $as_echo_n "(cached) " >&6
6189 if test -n "$AR"; then
6190 ac_cv_prog_AR
="$AR" # Let the user override the test.
6192 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6196 test -z "$as_dir" && as_dir
=.
6197 for ac_exec_ext
in '' $ac_executable_extensions; do
6198 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6199 ac_cv_prog_AR
="${ac_tool_prefix}ar"
6200 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6210 if test -n "$AR"; then
6211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6212 $as_echo "$AR" >&6; }
6214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6215 $as_echo "no" >&6; }
6220 if test -z "$ac_cv_prog_AR"; then
6222 # Extract the first word of "ar", so it can be a program name with args.
6223 set dummy
ar; ac_word
=$2
6224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6225 $as_echo_n "checking for $ac_word... " >&6; }
6226 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
6227 $as_echo_n "(cached) " >&6
6229 if test -n "$ac_ct_AR"; then
6230 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
6232 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6236 test -z "$as_dir" && as_dir
=.
6237 for ac_exec_ext
in '' $ac_executable_extensions; do
6238 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6239 ac_cv_prog_ac_ct_AR
="ar"
6240 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6249 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
6250 if test -n "$ac_ct_AR"; then
6251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6252 $as_echo "$ac_ct_AR" >&6; }
6254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6255 $as_echo "no" >&6; }
6258 if test "x$ac_ct_AR" = x
; then
6261 case $cross_compiling:$ac_tool_warned in
6263 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6264 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6265 ac_tool_warned
=yes ;;
6273 test -z "$AR" && AR
=ar
6274 test -z "$AR_FLAGS" && AR_FLAGS
=cru
6286 if test -n "$ac_tool_prefix"; then
6287 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6288 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
6289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6290 $as_echo_n "checking for $ac_word... " >&6; }
6291 if ${ac_cv_prog_STRIP+:} false
; then :
6292 $as_echo_n "(cached) " >&6
6294 if test -n "$STRIP"; then
6295 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
6297 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6301 test -z "$as_dir" && as_dir
=.
6302 for ac_exec_ext
in '' $ac_executable_extensions; do
6303 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6304 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
6305 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6314 STRIP
=$ac_cv_prog_STRIP
6315 if test -n "$STRIP"; then
6316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6317 $as_echo "$STRIP" >&6; }
6319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6320 $as_echo "no" >&6; }
6325 if test -z "$ac_cv_prog_STRIP"; then
6327 # Extract the first word of "strip", so it can be a program name with args.
6328 set dummy strip
; ac_word
=$2
6329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6330 $as_echo_n "checking for $ac_word... " >&6; }
6331 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
6332 $as_echo_n "(cached) " >&6
6334 if test -n "$ac_ct_STRIP"; then
6335 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
6337 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6341 test -z "$as_dir" && as_dir
=.
6342 for ac_exec_ext
in '' $ac_executable_extensions; do
6343 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6344 ac_cv_prog_ac_ct_STRIP
="strip"
6345 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6354 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
6355 if test -n "$ac_ct_STRIP"; then
6356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6357 $as_echo "$ac_ct_STRIP" >&6; }
6359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6360 $as_echo "no" >&6; }
6363 if test "x$ac_ct_STRIP" = x
; then
6366 case $cross_compiling:$ac_tool_warned in
6368 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6369 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6370 ac_tool_warned
=yes ;;
6375 STRIP
="$ac_cv_prog_STRIP"
6378 test -z "$STRIP" && STRIP
=:
6385 if test -n "$ac_tool_prefix"; then
6386 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6387 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
6388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6389 $as_echo_n "checking for $ac_word... " >&6; }
6390 if ${ac_cv_prog_RANLIB+:} false
; then :
6391 $as_echo_n "(cached) " >&6
6393 if test -n "$RANLIB"; then
6394 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
6396 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6400 test -z "$as_dir" && as_dir
=.
6401 for ac_exec_ext
in '' $ac_executable_extensions; do
6402 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6403 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
6404 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6413 RANLIB
=$ac_cv_prog_RANLIB
6414 if test -n "$RANLIB"; then
6415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6416 $as_echo "$RANLIB" >&6; }
6418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6419 $as_echo "no" >&6; }
6424 if test -z "$ac_cv_prog_RANLIB"; then
6425 ac_ct_RANLIB
=$RANLIB
6426 # Extract the first word of "ranlib", so it can be a program name with args.
6427 set dummy ranlib
; ac_word
=$2
6428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6429 $as_echo_n "checking for $ac_word... " >&6; }
6430 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
6431 $as_echo_n "(cached) " >&6
6433 if test -n "$ac_ct_RANLIB"; then
6434 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
6436 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6440 test -z "$as_dir" && as_dir
=.
6441 for ac_exec_ext
in '' $ac_executable_extensions; do
6442 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6443 ac_cv_prog_ac_ct_RANLIB
="ranlib"
6444 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6453 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
6454 if test -n "$ac_ct_RANLIB"; then
6455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6456 $as_echo "$ac_ct_RANLIB" >&6; }
6458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6459 $as_echo "no" >&6; }
6462 if test "x$ac_ct_RANLIB" = x
; then
6465 case $cross_compiling:$ac_tool_warned in
6467 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6468 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6469 ac_tool_warned
=yes ;;
6471 RANLIB
=$ac_ct_RANLIB
6474 RANLIB
="$ac_cv_prog_RANLIB"
6477 test -z "$RANLIB" && RANLIB
=:
6484 # Determine commands to create old-style static archives.
6485 old_archive_cmds
='$AR $AR_FLAGS $oldlib$oldobjs'
6486 old_postinstall_cmds
='chmod 644 $oldlib'
6487 old_postuninstall_cmds
=
6489 if test -n "$RANLIB"; then
6492 old_postinstall_cmds
="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6495 old_postinstall_cmds
="$old_postinstall_cmds~\$RANLIB \$oldlib"
6498 old_archive_cmds
="$old_archive_cmds~\$RANLIB \$oldlib"
6503 lock_old_archive_extraction
=yes ;;
6505 lock_old_archive_extraction
=no
;;
6546 # If no C compiler was specified, use CC.
6549 # If no C compiler flags were specified, use CFLAGS.
6550 LTCFLAGS
=${LTCFLAGS-"$CFLAGS"}
6552 # Allow CC to be a program name with arguments.
6556 # Check for command to grab the raw symbol name followed by C symbol from nm.
6557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6558 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6559 if ${lt_cv_sys_global_symbol_pipe+:} false
; then :
6560 $as_echo_n "(cached) " >&6
6563 # These are sane defaults that work on at least a few old systems.
6564 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6566 # Character class describing NM global symbol codes.
6567 symcode
='[BCDEGRST]'
6569 # Regexp to match symbols that can be accessed directly from C.
6570 sympat
='\([_A-Za-z][_A-Za-z0-9]*\)'
6572 # Define system-specific variables.
6577 cygwin
* | mingw
* | pw32
* | cegcc
*)
6578 symcode
='[ABCDGISTW]'
6581 if test "$host_cpu" = ia64
; then
6582 symcode
='[ABCDEGRST]'
6586 symcode
='[BCDEGRST]'
6589 symcode
='[BCDEGQRST]'
6600 sysv5
* | sco5v6
* | unixware
* | OpenUNIX
*)
6608 # If we're using GNU nm, then use its standard symbol codes.
6609 case `$NM -V 2>&1` in
6610 *GNU
* |
*'with BFD'*)
6611 symcode
='[ABCDGIRSTW]' ;;
6614 # Transform an extracted symbol line into a proper C declaration.
6615 # Some systems (esp. on ia64) link data and code symbols differently,
6616 # so use this general approach.
6617 lt_cv_sys_global_symbol_to_cdecl
="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6619 # Transform an extracted symbol line into symbol name and symbol address
6620 lt_cv_sys_global_symbol_to_c_name_address
="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6621 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'"
6623 # Handle CRLF in mingw tool chain
6627 opt_cr
=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6631 # Try without a prefix underscore, then with it.
6632 for ac_symprfx
in "" "_"; do
6634 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6635 symxfrm
="\\1 $ac_symprfx\\2 \\2"
6637 # Write the raw and C identifiers.
6638 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6639 # Fake it for dumpbin and say T for any non-static function
6640 # and D for any global variable.
6641 # Also find C++ and __fastcall symbols from MSVC++,
6642 # which start with @ or ?.
6643 lt_cv_sys_global_symbol_pipe
="$AWK '"\
6644 " {last_section=section; section=\$ 3};"\
6645 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6646 " \$ 0!~/External *\|/{next};"\
6647 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6648 " {if(hide[section]) next};"\
6649 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6650 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6651 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6652 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6653 " ' prfx=^$ac_symprfx"
6655 lt_cv_sys_global_symbol_pipe
="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6658 # Check to see that the pipe works correctly.
6662 cat > conftest.
$ac_ext <<_LT_EOF
6667 void nm_test_func(void);
6668 void nm_test_func(void){}
6672 int main(){nm_test_var='a';nm_test_func();return(0);}
6675 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6676 (eval $ac_compile) 2>&5
6678 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6679 test $ac_status = 0; }; then
6680 # Now try to grab the symbols.
6682 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6683 (eval $NM conftest.
$ac_objext \|
"$lt_cv_sys_global_symbol_pipe" \
> $nlist) 2>&5
6685 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6686 test $ac_status = 0; } && test -s "$nlist"; then
6687 # Try sorting and uniquifying the output.
6688 if sort "$nlist" |
uniq > "$nlist"T
; then
6689 mv -f "$nlist"T
"$nlist"
6694 # Make sure that we snagged all the symbols we need.
6695 if $GREP ' nm_test_var$' "$nlist" >/dev
/null
; then
6696 if $GREP ' nm_test_func$' "$nlist" >/dev
/null
; then
6697 cat <<_LT_EOF > conftest.$ac_ext
6703 # Now generate the symbol file.
6704 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6706 cat <<_LT_EOF >> conftest.$ac_ext
6708 /* The mapping between symbol names and symbols. */
6713 lt__PROGRAM__LTX_preloaded_symbols[] =
6715 { "@PROGRAM@", (void *) 0 },
6717 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" |
$GREP -v main
>> conftest.
$ac_ext
6718 cat <<\_LT_EOF
>> conftest.
$ac_ext
6722 /* This works around a problem
in FreeBSD linker
*/
6723 #ifdef FREEBSD_WORKAROUND
6724 static const void
*lt_preloaded_setup
() {
6725 return lt__PROGRAM__LTX_preloaded_symbols
;
6733 # Now try linking the two files.
6734 mv conftest.
$ac_objext conftstm.
$ac_objext
6735 lt_save_LIBS
="$LIBS"
6736 lt_save_CFLAGS
="$CFLAGS"
6737 LIBS
="conftstm.$ac_objext"
6738 CFLAGS
="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6739 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6740 (eval $ac_link) 2>&5
6742 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6743 test $ac_status = 0; } && test -s conftest
${ac_exeext}; then
6746 LIBS
="$lt_save_LIBS"
6747 CFLAGS
="$lt_save_CFLAGS"
6749 echo "cannot find nm_test_func in $nlist" >&5
6752 echo "cannot find nm_test_var in $nlist" >&5
6755 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6758 echo "$progname: failed program was:" >&5
6759 cat conftest.
$ac_ext >&5
6761 rm -rf conftest
* conftst
*
6763 # Do not use the global_symbol_pipe unless it works.
6764 if test "$pipe_works" = yes; then
6767 lt_cv_sys_global_symbol_pipe
=
6773 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6774 lt_cv_sys_global_symbol_to_cdecl
=
6776 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6778 $as_echo "failed" >&6; }
6780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6781 $as_echo "ok" >&6; }
6806 # Check whether --enable-libtool-lock was given.
6807 if test "${enable_libtool_lock+set}" = set; then :
6808 enableval
=$enable_libtool_lock;
6811 test "x$enable_libtool_lock" != xno
&& enable_libtool_lock
=yes
6813 # Some flags need to be propagated to the compiler or linker for good
6817 # Find out which ABI we are using.
6818 echo 'int i;' > conftest.
$ac_ext
6819 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6820 (eval $ac_compile) 2>&5
6822 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6823 test $ac_status = 0; }; then
6824 case `/usr/bin/file conftest.$ac_objext` in
6836 # Find out which ABI we are using.
6837 echo '#line '$LINENO' "configure"' > conftest.
$ac_ext
6838 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6839 (eval $ac_compile) 2>&5
6841 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6842 test $ac_status = 0; }; then
6843 if test "$lt_cv_prog_gnu_ld" = yes; then
6844 case `/usr/bin/file conftest.$ac_objext` in
6846 LD
="${LD-ld} -melf32bsmip"
6849 LD
="${LD-ld} -melf32bmipn32"
6852 LD
="${LD-ld} -melf64bmip"
6856 case `/usr/bin/file conftest.$ac_objext` in
6872 x86_64-
*kfreebsd
*-gnu|x86_64-
*linux
*|powerpc
*-*linux
*| \
6873 s390
*-*linux
*|s390
*-*tpf
*|sparc
*-*linux
*)
6874 # Find out which ABI we are using.
6875 echo 'int i;' > conftest.
$ac_ext
6876 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6877 (eval $ac_compile) 2>&5
6879 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6880 test $ac_status = 0; }; then
6881 case `/usr/bin/file conftest.o` in
6884 x86_64-
*kfreebsd
*-gnu)
6885 LD
="${LD-ld} -m elf_i386_fbsd"
6888 case `/usr/bin/file conftest.o` in
6890 LD
="${LD-ld} -m elf32_x86_64"
6893 LD
="${LD-ld} -m elf_i386"
6897 powerpc64le-
*linux
*)
6898 LD
="${LD-ld} -m elf32lppclinux"
6901 LD
="${LD-ld} -m elf32ppclinux"
6904 LD
="${LD-ld} -m elf_s390"
6907 LD
="${LD-ld} -m elf32_sparc"
6913 x86_64-
*kfreebsd
*-gnu)
6914 LD
="${LD-ld} -m elf_x86_64_fbsd"
6917 LD
="${LD-ld} -m elf_x86_64"
6920 LD
="${LD-ld} -m elf64lppc"
6923 LD
="${LD-ld} -m elf64ppc"
6925 s390
*-*linux
*|s390
*-*tpf
*)
6926 LD
="${LD-ld} -m elf64_s390"
6929 LD
="${LD-ld} -m elf64_sparc"
6939 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6940 SAVE_CFLAGS
="$CFLAGS"
6941 CFLAGS
="$CFLAGS -belf"
6942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6943 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6944 if ${lt_cv_cc_needs_belf+:} false
; then :
6945 $as_echo_n "(cached) " >&6
6948 ac_cpp
='$CPP $CPPFLAGS'
6949 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6950 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6951 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6953 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6954 /* end confdefs.h. */
6964 if ac_fn_c_try_link
"$LINENO"; then :
6965 lt_cv_cc_needs_belf
=yes
6967 lt_cv_cc_needs_belf
=no
6969 rm -f core conftest.err conftest.
$ac_objext \
6970 conftest
$ac_exeext conftest.
$ac_ext
6972 ac_cpp
='$CPP $CPPFLAGS'
6973 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6974 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6975 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6979 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6980 if test x
"$lt_cv_cc_needs_belf" != x
"yes"; then
6981 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6982 CFLAGS
="$SAVE_CFLAGS"
6986 # Find out which ABI we are using.
6987 echo 'int i;' > conftest.
$ac_ext
6988 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6989 (eval $ac_compile) 2>&5
6991 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6992 test $ac_status = 0; }; then
6993 case `/usr/bin/file conftest.o` in
6995 case $lt_cv_prog_gnu_ld in
6996 yes*) LD
="${LD-ld} -m elf64_sparc" ;;
6998 if ${LD-ld} -64 -r -o conftest2.o conftest.o
>/dev
/null
2>&1; then
7010 need_locks
="$enable_libtool_lock"
7014 rhapsody
* | darwin
*)
7015 if test -n "$ac_tool_prefix"; then
7016 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7017 set dummy
${ac_tool_prefix}dsymutil
; ac_word
=$2
7018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7019 $as_echo_n "checking for $ac_word... " >&6; }
7020 if ${ac_cv_prog_DSYMUTIL+:} false
; then :
7021 $as_echo_n "(cached) " >&6
7023 if test -n "$DSYMUTIL"; then
7024 ac_cv_prog_DSYMUTIL
="$DSYMUTIL" # Let the user override the test.
7026 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7030 test -z "$as_dir" && as_dir
=.
7031 for ac_exec_ext
in '' $ac_executable_extensions; do
7032 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7033 ac_cv_prog_DSYMUTIL
="${ac_tool_prefix}dsymutil"
7034 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7043 DSYMUTIL
=$ac_cv_prog_DSYMUTIL
7044 if test -n "$DSYMUTIL"; then
7045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7046 $as_echo "$DSYMUTIL" >&6; }
7048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7049 $as_echo "no" >&6; }
7054 if test -z "$ac_cv_prog_DSYMUTIL"; then
7055 ac_ct_DSYMUTIL
=$DSYMUTIL
7056 # Extract the first word of "dsymutil", so it can be a program name with args.
7057 set dummy dsymutil
; ac_word
=$2
7058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7059 $as_echo_n "checking for $ac_word... " >&6; }
7060 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false
; then :
7061 $as_echo_n "(cached) " >&6
7063 if test -n "$ac_ct_DSYMUTIL"; then
7064 ac_cv_prog_ac_ct_DSYMUTIL
="$ac_ct_DSYMUTIL" # Let the user override the test.
7066 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7070 test -z "$as_dir" && as_dir
=.
7071 for ac_exec_ext
in '' $ac_executable_extensions; do
7072 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7073 ac_cv_prog_ac_ct_DSYMUTIL
="dsymutil"
7074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7083 ac_ct_DSYMUTIL
=$ac_cv_prog_ac_ct_DSYMUTIL
7084 if test -n "$ac_ct_DSYMUTIL"; then
7085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7086 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7089 $as_echo "no" >&6; }
7092 if test "x$ac_ct_DSYMUTIL" = x
; then
7095 case $cross_compiling:$ac_tool_warned in
7097 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7098 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7099 ac_tool_warned
=yes ;;
7101 DSYMUTIL
=$ac_ct_DSYMUTIL
7104 DSYMUTIL
="$ac_cv_prog_DSYMUTIL"
7107 if test -n "$ac_tool_prefix"; then
7108 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7109 set dummy
${ac_tool_prefix}nmedit
; ac_word
=$2
7110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7111 $as_echo_n "checking for $ac_word... " >&6; }
7112 if ${ac_cv_prog_NMEDIT+:} false
; then :
7113 $as_echo_n "(cached) " >&6
7115 if test -n "$NMEDIT"; then
7116 ac_cv_prog_NMEDIT
="$NMEDIT" # Let the user override the test.
7118 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7122 test -z "$as_dir" && as_dir
=.
7123 for ac_exec_ext
in '' $ac_executable_extensions; do
7124 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7125 ac_cv_prog_NMEDIT
="${ac_tool_prefix}nmedit"
7126 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7135 NMEDIT
=$ac_cv_prog_NMEDIT
7136 if test -n "$NMEDIT"; then
7137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7138 $as_echo "$NMEDIT" >&6; }
7140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7141 $as_echo "no" >&6; }
7146 if test -z "$ac_cv_prog_NMEDIT"; then
7147 ac_ct_NMEDIT
=$NMEDIT
7148 # Extract the first word of "nmedit", so it can be a program name with args.
7149 set dummy nmedit
; ac_word
=$2
7150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7151 $as_echo_n "checking for $ac_word... " >&6; }
7152 if ${ac_cv_prog_ac_ct_NMEDIT+:} false
; then :
7153 $as_echo_n "(cached) " >&6
7155 if test -n "$ac_ct_NMEDIT"; then
7156 ac_cv_prog_ac_ct_NMEDIT
="$ac_ct_NMEDIT" # Let the user override the test.
7158 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7162 test -z "$as_dir" && as_dir
=.
7163 for ac_exec_ext
in '' $ac_executable_extensions; do
7164 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7165 ac_cv_prog_ac_ct_NMEDIT
="nmedit"
7166 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7175 ac_ct_NMEDIT
=$ac_cv_prog_ac_ct_NMEDIT
7176 if test -n "$ac_ct_NMEDIT"; then
7177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7178 $as_echo "$ac_ct_NMEDIT" >&6; }
7180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7181 $as_echo "no" >&6; }
7184 if test "x$ac_ct_NMEDIT" = x
; then
7187 case $cross_compiling:$ac_tool_warned in
7189 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7190 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7191 ac_tool_warned
=yes ;;
7193 NMEDIT
=$ac_ct_NMEDIT
7196 NMEDIT
="$ac_cv_prog_NMEDIT"
7199 if test -n "$ac_tool_prefix"; then
7200 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7201 set dummy
${ac_tool_prefix}lipo
; ac_word
=$2
7202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7203 $as_echo_n "checking for $ac_word... " >&6; }
7204 if ${ac_cv_prog_LIPO+:} false
; then :
7205 $as_echo_n "(cached) " >&6
7207 if test -n "$LIPO"; then
7208 ac_cv_prog_LIPO
="$LIPO" # Let the user override the test.
7210 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7214 test -z "$as_dir" && as_dir
=.
7215 for ac_exec_ext
in '' $ac_executable_extensions; do
7216 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7217 ac_cv_prog_LIPO
="${ac_tool_prefix}lipo"
7218 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7227 LIPO
=$ac_cv_prog_LIPO
7228 if test -n "$LIPO"; then
7229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7230 $as_echo "$LIPO" >&6; }
7232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7233 $as_echo "no" >&6; }
7238 if test -z "$ac_cv_prog_LIPO"; then
7240 # Extract the first word of "lipo", so it can be a program name with args.
7241 set dummy lipo
; ac_word
=$2
7242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7243 $as_echo_n "checking for $ac_word... " >&6; }
7244 if ${ac_cv_prog_ac_ct_LIPO+:} false
; then :
7245 $as_echo_n "(cached) " >&6
7247 if test -n "$ac_ct_LIPO"; then
7248 ac_cv_prog_ac_ct_LIPO
="$ac_ct_LIPO" # Let the user override the test.
7250 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7254 test -z "$as_dir" && as_dir
=.
7255 for ac_exec_ext
in '' $ac_executable_extensions; do
7256 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7257 ac_cv_prog_ac_ct_LIPO
="lipo"
7258 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7267 ac_ct_LIPO
=$ac_cv_prog_ac_ct_LIPO
7268 if test -n "$ac_ct_LIPO"; then
7269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7270 $as_echo "$ac_ct_LIPO" >&6; }
7272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7273 $as_echo "no" >&6; }
7276 if test "x$ac_ct_LIPO" = x
; then
7279 case $cross_compiling:$ac_tool_warned in
7281 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7282 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7283 ac_tool_warned
=yes ;;
7288 LIPO
="$ac_cv_prog_LIPO"
7291 if test -n "$ac_tool_prefix"; then
7292 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7293 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7295 $as_echo_n "checking for $ac_word... " >&6; }
7296 if ${ac_cv_prog_OTOOL+:} false
; then :
7297 $as_echo_n "(cached) " >&6
7299 if test -n "$OTOOL"; then
7300 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7302 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7306 test -z "$as_dir" && as_dir
=.
7307 for ac_exec_ext
in '' $ac_executable_extensions; do
7308 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7309 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7310 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7319 OTOOL
=$ac_cv_prog_OTOOL
7320 if test -n "$OTOOL"; then
7321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7322 $as_echo "$OTOOL" >&6; }
7324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7325 $as_echo "no" >&6; }
7330 if test -z "$ac_cv_prog_OTOOL"; then
7332 # Extract the first word of "otool", so it can be a program name with args.
7333 set dummy otool
; ac_word
=$2
7334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7335 $as_echo_n "checking for $ac_word... " >&6; }
7336 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7337 $as_echo_n "(cached) " >&6
7339 if test -n "$ac_ct_OTOOL"; then
7340 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7342 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7346 test -z "$as_dir" && as_dir
=.
7347 for ac_exec_ext
in '' $ac_executable_extensions; do
7348 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7349 ac_cv_prog_ac_ct_OTOOL
="otool"
7350 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7359 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7360 if test -n "$ac_ct_OTOOL"; then
7361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7362 $as_echo "$ac_ct_OTOOL" >&6; }
7364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7365 $as_echo "no" >&6; }
7368 if test "x$ac_ct_OTOOL" = x
; then
7371 case $cross_compiling:$ac_tool_warned in
7373 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7374 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7375 ac_tool_warned
=yes ;;
7380 OTOOL
="$ac_cv_prog_OTOOL"
7383 if test -n "$ac_tool_prefix"; then
7384 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7385 set dummy
${ac_tool_prefix}otool64
; ac_word
=$2
7386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7387 $as_echo_n "checking for $ac_word... " >&6; }
7388 if ${ac_cv_prog_OTOOL64+:} false
; then :
7389 $as_echo_n "(cached) " >&6
7391 if test -n "$OTOOL64"; then
7392 ac_cv_prog_OTOOL64
="$OTOOL64" # Let the user override the test.
7394 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7398 test -z "$as_dir" && as_dir
=.
7399 for ac_exec_ext
in '' $ac_executable_extensions; do
7400 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7401 ac_cv_prog_OTOOL64
="${ac_tool_prefix}otool64"
7402 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7411 OTOOL64
=$ac_cv_prog_OTOOL64
7412 if test -n "$OTOOL64"; then
7413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7414 $as_echo "$OTOOL64" >&6; }
7416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7417 $as_echo "no" >&6; }
7422 if test -z "$ac_cv_prog_OTOOL64"; then
7423 ac_ct_OTOOL64
=$OTOOL64
7424 # Extract the first word of "otool64", so it can be a program name with args.
7425 set dummy otool64
; ac_word
=$2
7426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7427 $as_echo_n "checking for $ac_word... " >&6; }
7428 if ${ac_cv_prog_ac_ct_OTOOL64+:} false
; then :
7429 $as_echo_n "(cached) " >&6
7431 if test -n "$ac_ct_OTOOL64"; then
7432 ac_cv_prog_ac_ct_OTOOL64
="$ac_ct_OTOOL64" # Let the user override the test.
7434 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7438 test -z "$as_dir" && as_dir
=.
7439 for ac_exec_ext
in '' $ac_executable_extensions; do
7440 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7441 ac_cv_prog_ac_ct_OTOOL64
="otool64"
7442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7451 ac_ct_OTOOL64
=$ac_cv_prog_ac_ct_OTOOL64
7452 if test -n "$ac_ct_OTOOL64"; then
7453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7454 $as_echo "$ac_ct_OTOOL64" >&6; }
7456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7457 $as_echo "no" >&6; }
7460 if test "x$ac_ct_OTOOL64" = x
; then
7463 case $cross_compiling:$ac_tool_warned in
7465 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7466 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7467 ac_tool_warned
=yes ;;
7469 OTOOL64
=$ac_ct_OTOOL64
7472 OTOOL64
="$ac_cv_prog_OTOOL64"
7501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7502 $as_echo_n "checking for -single_module linker flag... " >&6; }
7503 if ${lt_cv_apple_cc_single_mod+:} false
; then :
7504 $as_echo_n "(cached) " >&6
7506 lt_cv_apple_cc_single_mod
=no
7507 if test -z "${LT_MULTI_MODULE}"; then
7508 # By default we will add the -single_module flag. You can override
7509 # by either setting the environment variable LT_MULTI_MODULE
7510 # non-empty at configure time, or by adding -multi_module to the
7512 rm -rf libconftest.dylib
*
7513 echo "int foo(void){return 1;}" > conftest.c
7514 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7515 -dynamiclib -Wl,-single_module conftest.c" >&5
7516 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7517 -dynamiclib -Wl,-single_module conftest.c
2>conftest.err
7519 if test -f libconftest.dylib
&& test ! -s conftest.err
&& test $_lt_result = 0; then
7520 lt_cv_apple_cc_single_mod
=yes
7522 cat conftest.err
>&5
7524 rm -rf libconftest.dylib
*
7528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7529 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7531 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7532 if ${lt_cv_ld_exported_symbols_list+:} false
; then :
7533 $as_echo_n "(cached) " >&6
7535 lt_cv_ld_exported_symbols_list
=no
7536 save_LDFLAGS
=$LDFLAGS
7537 echo "_main" > conftest.sym
7538 LDFLAGS
="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7539 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7540 /* end confdefs.h. */
7550 if ac_fn_c_try_link
"$LINENO"; then :
7551 lt_cv_ld_exported_symbols_list
=yes
7553 lt_cv_ld_exported_symbols_list
=no
7555 rm -f core conftest.err conftest.
$ac_objext \
7556 conftest
$ac_exeext conftest.
$ac_ext
7557 LDFLAGS
="$save_LDFLAGS"
7560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7561 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7563 $as_echo_n "checking for -force_load linker flag... " >&6; }
7564 if ${lt_cv_ld_force_load+:} false
; then :
7565 $as_echo_n "(cached) " >&6
7567 lt_cv_ld_force_load
=no
7568 cat > conftest.c
<< _LT_EOF
7569 int forced_loaded() { return 2;}
7571 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7572 $LTCC $LTCFLAGS -c -o conftest.o conftest.c
2>&5
7573 echo "$AR cru libconftest.a conftest.o" >&5
7574 $AR cru libconftest.a conftest.o
2>&5
7575 cat > conftest.c
<< _LT_EOF
7576 int main() { return 0;}
7578 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7579 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c
-Wl,-force_load,.
/libconftest.a
2>conftest.err
7581 if test -f conftest
&& test ! -s conftest.err
&& test $_lt_result = 0 && $GREP forced_load conftest
2>&1 >/dev
/null
; then
7582 lt_cv_ld_force_load
=yes
7584 cat conftest.err
>&5
7586 rm -f conftest.err libconftest.a conftest conftest.c
7587 rm -rf conftest.dSYM
7590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7591 $as_echo "$lt_cv_ld_force_load" >&6; }
7593 rhapsody
* | darwin1.
[012])
7594 _lt_dar_allow_undefined
='${wl}-undefined ${wl}suppress' ;;
7596 _lt_dar_allow_undefined
='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7597 darwin
*) # darwin 5.x on
7598 # if running on 10.5 or later, the deployment target defaults
7599 # to the OS version, if on x86, and 10.4, the deployment
7600 # target defaults to 10.4. Don't you love it?
7601 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7602 10.0,*86*-darwin8*|
10.0,*-darwin[91]*)
7603 _lt_dar_allow_undefined
='${wl}-undefined ${wl}dynamic_lookup' ;;
7605 _lt_dar_allow_undefined
='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7607 _lt_dar_allow_undefined
='${wl}-undefined ${wl}dynamic_lookup' ;;
7611 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7612 _lt_dar_single_mod
='$single_module'
7614 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7615 _lt_dar_export_syms
=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7617 _lt_dar_export_syms
='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7619 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7620 _lt_dsymutil
='~$DSYMUTIL $lib || :'
7628 ac_cpp
='$CPP $CPPFLAGS'
7629 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7630 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7631 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
7632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
7633 $as_echo_n "checking how to run the C preprocessor... " >&6; }
7634 # On Suns, sometimes $CPP names a directory.
7635 if test -n "$CPP" && test -d "$CPP"; then
7638 if test -z "$CPP"; then
7639 if ${ac_cv_prog_CPP+:} false
; then :
7640 $as_echo_n "(cached) " >&6
7642 # Double quotes because CPP needs to be expanded
7643 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7646 for ac_c_preproc_warn_flag
in '' yes
7648 # Use a header file that comes with gcc, so configuring glibc
7649 # with a fresh cross-compiler works.
7650 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7651 # <limits.h> exists even on freestanding compilers.
7652 # On the NeXT, cc -E runs the code through the compiler's parser,
7653 # not just through cpp. "Syntax error" is here to catch this case.
7654 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7655 /* end confdefs.h. */
7657 # include <limits.h>
7659 # include <assert.h>
7663 if ac_fn_c_try_cpp
"$LINENO"; then :
7666 # Broken: fails on valid input.
7669 rm -f conftest.err conftest.i conftest.
$ac_ext
7671 # OK, works on sane cases. Now check whether nonexistent headers
7672 # can be detected and how.
7673 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7674 /* end confdefs.h. */
7675 #include <ac_nonexistent.h>
7677 if ac_fn_c_try_cpp
"$LINENO"; then :
7678 # Broken: success on invalid input.
7681 # Passes both tests.
7685 rm -f conftest.err conftest.i conftest.
$ac_ext
7688 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7689 rm -f conftest.i conftest.err conftest.
$ac_ext
7690 if $ac_preproc_ok; then :
7702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7703 $as_echo "$CPP" >&6; }
7705 for ac_c_preproc_warn_flag
in '' yes
7707 # Use a header file that comes with gcc, so configuring glibc
7708 # with a fresh cross-compiler works.
7709 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7710 # <limits.h> exists even on freestanding compilers.
7711 # On the NeXT, cc -E runs the code through the compiler's parser,
7712 # not just through cpp. "Syntax error" is here to catch this case.
7713 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7714 /* end confdefs.h. */
7716 # include <limits.h>
7718 # include <assert.h>
7722 if ac_fn_c_try_cpp
"$LINENO"; then :
7725 # Broken: fails on valid input.
7728 rm -f conftest.err conftest.i conftest.
$ac_ext
7730 # OK, works on sane cases. Now check whether nonexistent headers
7731 # can be detected and how.
7732 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7733 /* end confdefs.h. */
7734 #include <ac_nonexistent.h>
7736 if ac_fn_c_try_cpp
"$LINENO"; then :
7737 # Broken: success on invalid input.
7740 # Passes both tests.
7744 rm -f conftest.err conftest.i conftest.
$ac_ext
7747 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7748 rm -f conftest.i conftest.err conftest.
$ac_ext
7749 if $ac_preproc_ok; then :
7752 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7753 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7754 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
7755 See \`config.log' for more details" "$LINENO" 5; }
7759 ac_cpp
='$CPP $CPPFLAGS'
7760 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7761 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7762 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
7765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7766 $as_echo_n "checking for ANSI C header files... " >&6; }
7767 if ${ac_cv_header_stdc+:} false
; then :
7768 $as_echo_n "(cached) " >&6
7770 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7771 /* end confdefs.h. */
7785 if ac_fn_c_try_compile
"$LINENO"; then :
7786 ac_cv_header_stdc
=yes
7788 ac_cv_header_stdc
=no
7790 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7792 if test $ac_cv_header_stdc = yes; then
7793 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7794 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7795 /* end confdefs.h. */
7799 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7800 $EGREP "memchr" >/dev
/null
2>&1; then :
7803 ac_cv_header_stdc
=no
7809 if test $ac_cv_header_stdc = yes; then
7810 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7811 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7812 /* end confdefs.h. */
7816 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7817 $EGREP "free" >/dev
/null
2>&1; then :
7820 ac_cv_header_stdc
=no
7826 if test $ac_cv_header_stdc = yes; then
7827 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7828 if test "$cross_compiling" = yes; then :
7831 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7832 /* end confdefs.h. */
7835 #if ((' ' & 0x0FF) == 0x020)
7836 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7837 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7839 # define ISLOWER(c) \
7840 (('a' <= (c) && (c) <= 'i') \
7841 || ('j' <= (c) && (c) <= 'r') \
7842 || ('s' <= (c) && (c) <= 'z'))
7843 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7846 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7851 for (i = 0; i < 256; i++)
7852 if (XOR (islower (i), ISLOWER (i))
7853 || toupper (i) != TOUPPER (i))
7858 if ac_fn_c_try_run
"$LINENO"; then :
7861 ac_cv_header_stdc
=no
7863 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
7864 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
7869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7870 $as_echo "$ac_cv_header_stdc" >&6; }
7871 if test $ac_cv_header_stdc = yes; then
7873 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7877 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7878 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
7879 inttypes.h stdint.h unistd.h
7881 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7882 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7884 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7885 cat >>confdefs.h
<<_ACEOF
7886 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7894 for ac_header
in dlfcn.h
7896 ac_fn_c_check_header_compile
"$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7898 if test "x$ac_cv_header_dlfcn_h" = xyes
; then :
7899 cat >>confdefs.h
<<_ACEOF
7900 #define HAVE_DLFCN_H 1
7921 # Check whether --enable-shared was given.
7922 if test "${enable_shared+set}" = set; then :
7923 enableval
=$enable_shared; p
=${PACKAGE-default}
7925 yes) enable_shared
=yes ;;
7926 no
) enable_shared
=no
;;
7929 # Look at the argument we got. We use all the common list separators.
7930 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
7931 for pkg
in $enableval; do
7933 if test "X$pkg" = "X$p"; then
7952 # Check whether --enable-static was given.
7953 if test "${enable_static+set}" = set; then :
7954 enableval
=$enable_static; p
=${PACKAGE-default}
7956 yes) enable_static
=yes ;;
7957 no
) enable_static
=no
;;
7960 # Look at the argument we got. We use all the common list separators.
7961 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
7962 for pkg
in $enableval; do
7964 if test "X$pkg" = "X$p"; then
7984 # Check whether --with-pic was given.
7985 if test "${with_pic+set}" = set; then :
7986 withval
=$with_pic; pic_mode
="$withval"
7992 test -z "$pic_mode" && pic_mode
=default
8000 # Check whether --enable-fast-install was given.
8001 if test "${enable_fast_install+set}" = set; then :
8002 enableval
=$enable_fast_install; p
=${PACKAGE-default}
8004 yes) enable_fast_install
=yes ;;
8005 no
) enable_fast_install
=no
;;
8007 enable_fast_install
=no
8008 # Look at the argument we got. We use all the common list separators.
8009 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
8010 for pkg
in $enableval; do
8012 if test "X$pkg" = "X$p"; then
8013 enable_fast_install
=yes
8020 enable_fast_install
=yes
8033 # This can be used to rebuild libtool when needed
8034 LIBTOOL_DEPS
="$ltmain"
8036 # Always use our own libtool.
8037 LIBTOOL
='$(SHELL) $(top_builddir)/libtool'
8064 test -z "$LN_S" && LN_S
="ln -s"
8079 if test -n "${ZSH_VERSION+set}" ; then
8080 setopt NO_GLOB_SUBST
8083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8084 $as_echo_n "checking for objdir... " >&6; }
8085 if ${lt_cv_objdir+:} false
; then :
8086 $as_echo_n "(cached) " >&6
8088 rm -f .libs
2>/dev
/null
8089 mkdir .libs
2>/dev
/null
8090 if test -d .libs
; then
8093 # MS-DOS does not allow filenames that begin with a dot.
8096 rmdir .libs
2>/dev
/null
8098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8099 $as_echo "$lt_cv_objdir" >&6; }
8100 objdir
=$lt_cv_objdir
8106 cat >>confdefs.h
<<_ACEOF
8107 #define LT_OBJDIR "$lt_cv_objdir/"
8115 # AIX sometimes has problems with the GCC collect2 program. For some
8116 # reason, if we set the COLLECT_NAMES environment variable, the problems
8117 # vanish in a puff of smoke.
8118 if test "X${COLLECT_NAMES+set}" != Xset
; then
8120 export COLLECT_NAMES
8127 can_build_shared
=yes
8129 # All known linkers require a `.a' archive for static linking (except MSVC,
8130 # which needs '.lib').
8133 with_gnu_ld
="$lt_cv_prog_gnu_ld"
8136 old_CFLAGS
="$CFLAGS"
8138 # Set sane defaults for various variables
8139 test -z "$CC" && CC
=cc
8140 test -z "$LTCC" && LTCC
=$CC
8141 test -z "$LTCFLAGS" && LTCFLAGS
=$CFLAGS
8142 test -z "$LD" && LD
=ld
8143 test -z "$ac_objext" && ac_objext
=o
8145 for cc_temp
in $compiler""; do
8147 compile |
*[\\/]compile | ccache |
*[\\/]ccache
) ;;
8148 distcc |
*[\\/]distcc | purify |
*[\\/]purify
) ;;
8153 cc_basename
=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8156 # Only perform the check for file, if the check method requires it
8157 test -z "$MAGIC_CMD" && MAGIC_CMD
=file
8158 case $deplibs_check_method in
8160 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8162 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8163 if ${lt_cv_path_MAGIC_CMD+:} false
; then :
8164 $as_echo_n "(cached) " >&6
8168 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
8171 lt_save_MAGIC_CMD
="$MAGIC_CMD"
8172 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
8173 ac_dummy
="/usr/bin$PATH_SEPARATOR$PATH"
8174 for ac_dir
in $ac_dummy; do
8176 test -z "$ac_dir" && ac_dir
=.
8177 if test -f $ac_dir/${ac_tool_prefix}file; then
8178 lt_cv_path_MAGIC_CMD
="$ac_dir/${ac_tool_prefix}file"
8179 if test -n "$file_magic_test_file"; then
8180 case $deplibs_check_method in
8182 file_magic_regex
=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8183 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
8184 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
8185 $EGREP "$file_magic_regex" > /dev
/null
; then
8190 *** Warning: the command libtool uses to detect shared libraries,
8191 *** $file_magic_cmd, produces output that libtool cannot recognize.
8192 *** The result is that libtool may fail to recognize shared libraries
8193 *** as such. This will affect the creation of libtool libraries that
8194 *** depend on shared libraries, but programs linked with such libtool
8195 *** libraries will work regardless of this problem. Nevertheless, you
8196 *** may want to report the problem to your system manager and/or to
8197 *** bug-libtool@gnu.org
8207 MAGIC_CMD
="$lt_save_MAGIC_CMD"
8212 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
8213 if test -n "$MAGIC_CMD"; then
8214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8215 $as_echo "$MAGIC_CMD" >&6; }
8217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8218 $as_echo "no" >&6; }
8225 if test -z "$lt_cv_path_MAGIC_CMD"; then
8226 if test -n "$ac_tool_prefix"; then
8227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8228 $as_echo_n "checking for file... " >&6; }
8229 if ${lt_cv_path_MAGIC_CMD+:} false
; then :
8230 $as_echo_n "(cached) " >&6
8234 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
8237 lt_save_MAGIC_CMD
="$MAGIC_CMD"
8238 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
8239 ac_dummy
="/usr/bin$PATH_SEPARATOR$PATH"
8240 for ac_dir
in $ac_dummy; do
8242 test -z "$ac_dir" && ac_dir
=.
8243 if test -f $ac_dir/file; then
8244 lt_cv_path_MAGIC_CMD
="$ac_dir/file"
8245 if test -n "$file_magic_test_file"; then
8246 case $deplibs_check_method in
8248 file_magic_regex
=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8249 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
8250 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
8251 $EGREP "$file_magic_regex" > /dev
/null
; then
8256 *** Warning: the command libtool uses to detect shared libraries,
8257 *** $file_magic_cmd, produces output that libtool cannot recognize.
8258 *** The result is that libtool may fail to recognize shared libraries
8259 *** as such. This will affect the creation of libtool libraries that
8260 *** depend on shared libraries, but programs linked with such libtool
8261 *** libraries will work regardless of this problem. Nevertheless, you
8262 *** may want to report the problem to your system manager and/or to
8263 *** bug-libtool@gnu.org
8273 MAGIC_CMD
="$lt_save_MAGIC_CMD"
8278 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
8279 if test -n "$MAGIC_CMD"; then
8280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8281 $as_echo "$MAGIC_CMD" >&6; }
8283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8284 $as_echo "no" >&6; }
8297 # Use C for the default configuration in the libtool script
8301 ac_cpp
='$CPP $CPPFLAGS'
8302 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8303 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8304 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
8307 # Source file extension for C test sources.
8310 # Object file extension for compiled C test sources.
8314 # Code to be used in simple compile tests
8315 lt_simple_compile_test_code
="int some_variable = 0;"
8317 # Code to be used in simple link tests
8318 lt_simple_link_test_code
='int main(){return(0);}'
8326 # If no C compiler was specified, use CC.
8329 # If no C compiler flags were specified, use CFLAGS.
8330 LTCFLAGS
=${LTCFLAGS-"$CFLAGS"}
8332 # Allow CC to be a program name with arguments.
8335 # Save the default compiler, since it gets overwritten when the other
8336 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8337 compiler_DEFAULT
=$CC
8339 # save warnings/boilerplate of simple test code
8340 ac_outfile
=conftest.
$ac_objext
8341 echo "$lt_simple_compile_test_code" >conftest.
$ac_ext
8342 eval "$ac_compile" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
8343 _lt_compiler_boilerplate
=`cat conftest.err`
8346 ac_outfile
=conftest.
$ac_objext
8347 echo "$lt_simple_link_test_code" >conftest.
$ac_ext
8348 eval "$ac_link" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
8349 _lt_linker_boilerplate
=`cat conftest.err`
8354 ## There is no encapsulation within the following macros, do not change
8355 ## the running order or otherwise move them around unless you know exactly
8356 ## what you are doing...
8357 if test -n "$compiler"; then
8359 lt_prog_compiler_no_builtin_flag
=
8361 if test "$GCC" = yes; then
8362 case $cc_basename in
8364 lt_prog_compiler_no_builtin_flag
=' -Xcompiler -fno-builtin' ;;
8366 lt_prog_compiler_no_builtin_flag
=' -fno-builtin' ;;
8369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8370 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8371 if ${lt_cv_prog_compiler_rtti_exceptions+:} false
; then :
8372 $as_echo_n "(cached) " >&6
8374 lt_cv_prog_compiler_rtti_exceptions
=no
8375 ac_outfile
=conftest.
$ac_objext
8376 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8377 lt_compiler_flag
="-fno-rtti -fno-exceptions"
8378 # Insert the option either (1) after the last *FLAGS variable, or
8379 # (2) before a word containing "conftest.", or (3) at the end.
8380 # Note that $ac_compile itself does not contain backslashes and begins
8381 # with a dollar sign (not a hyphen), so the echo should work correctly.
8382 # The option is referenced via a variable to avoid confusing sed.
8383 lt_compile
=`echo "$ac_compile" | $SED \
8384 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8385 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8386 -e 's:$: $lt_compiler_flag:'`
8387 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8388 (eval "$lt_compile" 2>conftest.err
)
8390 cat conftest.err
>&5
8391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8392 if (exit $ac_status) && test -s "$ac_outfile"; then
8393 # The compiler can only warn and ignore the option if not recognized
8394 # So say no if there are warnings other than the usual output.
8395 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' >conftest.exp
8396 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
8397 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
8398 lt_cv_prog_compiler_rtti_exceptions
=yes
8404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8405 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8407 if test x
"$lt_cv_prog_compiler_rtti_exceptions" = xyes
; then
8408 lt_prog_compiler_no_builtin_flag
="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8420 lt_prog_compiler_wl
=
8421 lt_prog_compiler_pic
=
8422 lt_prog_compiler_static
=
8424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8425 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8427 if test "$GCC" = yes; then
8428 lt_prog_compiler_wl
='-Wl,'
8429 lt_prog_compiler_static
='-static'
8433 # All AIX code is PIC.
8434 if test "$host_cpu" = ia64
; then
8435 # AIX 5 now supports IA64 processor
8436 lt_prog_compiler_static
='-Bstatic'
8438 lt_prog_compiler_pic
='-fPIC'
8444 # see comment about AmigaOS4 .so support
8445 lt_prog_compiler_pic
='-fPIC'
8448 # FIXME: we need at least 68020 code to build shared libraries, but
8449 # adding the `-m68020' flag to GCC prevents building anything better,
8451 lt_prog_compiler_pic
='-m68020 -resident32 -malways-restore-a4'
8456 beos
* | irix5
* | irix6
* | nonstopux
* | osf3
* | osf4
* | osf5
*)
8457 # PIC is the default for these OSes.
8460 mingw
* | cygwin
* | pw32
* | os2
* | cegcc
*)
8461 # This hack is so that the source file can tell whether it is being
8462 # built for inclusion in a dll (and should export symbols for example).
8463 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8464 # (--disable-auto-import) libraries
8465 lt_prog_compiler_pic
='-DDLL_EXPORT'
8468 darwin
* | rhapsody
*)
8469 # PIC is the default on this platform
8470 # Common symbols not allowed in MH_DYLIB files
8471 lt_prog_compiler_pic
='-fno-common'
8475 # PIC is the default for Haiku.
8476 # The "-static" flag exists, but is broken.
8477 lt_prog_compiler_static
=
8481 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8482 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8483 # sets the default TLS model and affects inlining.
8489 lt_prog_compiler_pic
='-fPIC'
8495 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8496 # Instead, we relocate shared libraries at runtime.
8500 # Just because we use GCC doesn't mean we suddenly get shared libraries
8501 # on systems that don't support them.
8502 lt_prog_compiler_can_build_shared
=no
8507 # QNX uses GNU C++, but need to define -shared option too, otherwise
8509 lt_prog_compiler_pic
='-fPIC -shared'
8513 if test -d /usr
/nec
; then
8514 lt_prog_compiler_pic
=-Kconform_pic
8519 lt_prog_compiler_pic
='-fPIC'
8523 case $cc_basename in
8524 nvcc
*) # Cuda Compiler Driver 2.2
8525 lt_prog_compiler_wl
='-Xlinker '
8526 lt_prog_compiler_pic
='-Xcompiler -fPIC'
8530 # PORTME Check for flag to pass linker flags through the system compiler.
8533 lt_prog_compiler_wl
='-Wl,'
8534 if test "$host_cpu" = ia64
; then
8535 # AIX 5 now supports IA64 processor
8536 lt_prog_compiler_static
='-Bstatic'
8538 lt_prog_compiler_static
='-bnso -bI:/lib/syscalls.exp'
8542 mingw
* | cygwin
* | pw32
* | os2
* | cegcc
*)
8543 # This hack is so that the source file can tell whether it is being
8544 # built for inclusion in a dll (and should export symbols for example).
8545 lt_prog_compiler_pic
='-DDLL_EXPORT'
8548 hpux9
* | hpux10
* | hpux11
*)
8549 lt_prog_compiler_wl
='-Wl,'
8550 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8557 lt_prog_compiler_pic
='+Z'
8560 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8561 lt_prog_compiler_static
='${wl}-a ${wl}archive'
8564 irix5
* | irix6
* | nonstopux
*)
8565 lt_prog_compiler_wl
='-Wl,'
8566 # PIC (with -KPIC) is the default.
8567 lt_prog_compiler_static
='-non_shared'
8570 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
8571 case $cc_basename in
8572 # old Intel for x86_64 which still supported -KPIC.
8574 lt_prog_compiler_wl
='-Wl,'
8575 lt_prog_compiler_pic
='-KPIC'
8576 lt_prog_compiler_static
='-static'
8578 # icc used to be incompatible with GCC.
8579 # ICC 10 doesn't accept -KPIC any more.
8581 lt_prog_compiler_wl
='-Wl,'
8582 lt_prog_compiler_pic
='-fPIC'
8583 lt_prog_compiler_static
='-static'
8585 # Lahey Fortran 8.1.
8587 lt_prog_compiler_wl
='-Wl,'
8588 lt_prog_compiler_pic
='--shared'
8589 lt_prog_compiler_static
='--static'
8591 pgcc
* | pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
8592 # Portland Group compilers (*not* the Pentium gcc compiler,
8593 # which looks to be a dead project)
8594 lt_prog_compiler_wl
='-Wl,'
8595 lt_prog_compiler_pic
='-fpic'
8596 lt_prog_compiler_static
='-Bstatic'
8599 lt_prog_compiler_wl
='-Wl,'
8600 # All Alpha code is PIC.
8601 lt_prog_compiler_static
='-non_shared'
8603 xl
* | bgxl
* | bgf
* | mpixl
*)
8604 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8605 lt_prog_compiler_wl
='-Wl,'
8606 lt_prog_compiler_pic
='-qpic'
8607 lt_prog_compiler_static
='-qstaticlink'
8610 case `$CC -V 2>&1 | sed 5q` in
8611 *Sun\ F
* |
*Sun
*Fortran
*)
8612 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8613 lt_prog_compiler_pic
='-KPIC'
8614 lt_prog_compiler_static
='-Bstatic'
8615 lt_prog_compiler_wl
=''
8619 lt_prog_compiler_pic
='-KPIC'
8620 lt_prog_compiler_static
='-Bstatic'
8621 lt_prog_compiler_wl
='-Wl,'
8629 lt_prog_compiler_pic
='-KPIC'
8630 lt_prog_compiler_static
='-Bstatic'
8634 # QNX uses GNU C++, but need to define -shared option too, otherwise
8636 lt_prog_compiler_pic
='-fPIC -shared'
8639 osf3
* | osf4
* | osf5
*)
8640 lt_prog_compiler_wl
='-Wl,'
8641 # All OSF/1 code is PIC.
8642 lt_prog_compiler_static
='-non_shared'
8646 lt_prog_compiler_static
='-non_shared'
8650 lt_prog_compiler_pic
='-KPIC'
8651 lt_prog_compiler_static
='-Bstatic'
8652 case $cc_basename in
8654 lt_prog_compiler_wl
='-Qoption ld ';;
8656 lt_prog_compiler_wl
='-Wl,';;
8661 lt_prog_compiler_wl
='-Qoption ld '
8662 lt_prog_compiler_pic
='-PIC'
8663 lt_prog_compiler_static
='-Bstatic'
8666 sysv4 | sysv4.2uw2
* | sysv4.3
*)
8667 lt_prog_compiler_wl
='-Wl,'
8668 lt_prog_compiler_pic
='-KPIC'
8669 lt_prog_compiler_static
='-Bstatic'
8673 if test -d /usr
/nec
;then
8674 lt_prog_compiler_pic
='-Kconform_pic'
8675 lt_prog_compiler_static
='-Bstatic'
8679 sysv5
* | unixware
* | sco3.2v5
* | sco5v6
* | OpenUNIX
*)
8680 lt_prog_compiler_wl
='-Wl,'
8681 lt_prog_compiler_pic
='-KPIC'
8682 lt_prog_compiler_static
='-Bstatic'
8686 lt_prog_compiler_wl
='-Wl,'
8687 lt_prog_compiler_can_build_shared
=no
8691 lt_prog_compiler_pic
='-pic'
8692 lt_prog_compiler_static
='-Bstatic'
8696 lt_prog_compiler_can_build_shared
=no
8702 # For platforms which do not support PIC, -DPIC is meaningless:
8704 lt_prog_compiler_pic
=
8707 lt_prog_compiler_pic
="$lt_prog_compiler_pic -DPIC"
8710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8711 $as_echo "$lt_prog_compiler_pic" >&6; }
8719 # Check to make sure the PIC flag actually works.
8721 if test -n "$lt_prog_compiler_pic"; then
8722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8723 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8724 if ${lt_cv_prog_compiler_pic_works+:} false
; then :
8725 $as_echo_n "(cached) " >&6
8727 lt_cv_prog_compiler_pic_works
=no
8728 ac_outfile
=conftest.
$ac_objext
8729 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8730 lt_compiler_flag
="$lt_prog_compiler_pic -DPIC"
8731 # Insert the option either (1) after the last *FLAGS variable, or
8732 # (2) before a word containing "conftest.", or (3) at the end.
8733 # Note that $ac_compile itself does not contain backslashes and begins
8734 # with a dollar sign (not a hyphen), so the echo should work correctly.
8735 # The option is referenced via a variable to avoid confusing sed.
8736 lt_compile
=`echo "$ac_compile" | $SED \
8737 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8738 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8739 -e 's:$: $lt_compiler_flag:'`
8740 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8741 (eval "$lt_compile" 2>conftest.err
)
8743 cat conftest.err
>&5
8744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8745 if (exit $ac_status) && test -s "$ac_outfile"; then
8746 # The compiler can only warn and ignore the option if not recognized
8747 # So say no if there are warnings other than the usual output.
8748 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' >conftest.exp
8749 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
8750 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
8751 lt_cv_prog_compiler_pic_works
=yes
8757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8758 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8760 if test x
"$lt_cv_prog_compiler_pic_works" = xyes
; then
8761 case $lt_prog_compiler_pic in
8763 *) lt_prog_compiler_pic
=" $lt_prog_compiler_pic" ;;
8766 lt_prog_compiler_pic
=
8767 lt_prog_compiler_can_build_shared
=no
8778 # Check to make sure the static flag actually works.
8780 wl
=$lt_prog_compiler_wl eval lt_tmp_static_flag
=\"$lt_prog_compiler_static\"
8781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8782 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8783 if ${lt_cv_prog_compiler_static_works+:} false
; then :
8784 $as_echo_n "(cached) " >&6
8786 lt_cv_prog_compiler_static_works
=no
8787 save_LDFLAGS
="$LDFLAGS"
8788 LDFLAGS
="$LDFLAGS $lt_tmp_static_flag"
8789 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
8790 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
8791 # The linker can only warn and ignore the option if not recognized
8792 # So say no if there are warnings
8793 if test -s conftest.err
; then
8794 # Append any errors to the config.log.
8795 cat conftest.err
1>&5
8796 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
8797 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
8798 if diff conftest.exp conftest.er2
>/dev
/null
; then
8799 lt_cv_prog_compiler_static_works
=yes
8802 lt_cv_prog_compiler_static_works
=yes
8806 LDFLAGS
="$save_LDFLAGS"
8809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8810 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8812 if test x
"$lt_cv_prog_compiler_static_works" = xyes
; then
8815 lt_prog_compiler_static
=
8824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8825 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8826 if ${lt_cv_prog_compiler_c_o+:} false
; then :
8827 $as_echo_n "(cached) " >&6
8829 lt_cv_prog_compiler_c_o
=no
8830 $RM -r conftest
2>/dev
/null
8834 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8836 lt_compiler_flag
="-o out/conftest2.$ac_objext"
8837 # Insert the option either (1) after the last *FLAGS variable, or
8838 # (2) before a word containing "conftest.", or (3) at the end.
8839 # Note that $ac_compile itself does not contain backslashes and begins
8840 # with a dollar sign (not a hyphen), so the echo should work correctly.
8841 lt_compile
=`echo "$ac_compile" | $SED \
8842 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8843 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8844 -e 's:$: $lt_compiler_flag:'`
8845 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8846 (eval "$lt_compile" 2>out
/conftest.err
)
8848 cat out
/conftest.err
>&5
8849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8850 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
8852 # The compiler can only warn and ignore the option if not recognized
8853 # So say no if there are warnings
8854 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' > out
/conftest.exp
8855 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
8856 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
8857 lt_cv_prog_compiler_c_o
=yes
8862 # SGI C++ compiler will create directory out/ii_files/ for
8863 # template instantiation
8864 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
8865 $RM out
/* && rmdir out
8871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8872 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8880 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8881 if ${lt_cv_prog_compiler_c_o+:} false
; then :
8882 $as_echo_n "(cached) " >&6
8884 lt_cv_prog_compiler_c_o
=no
8885 $RM -r conftest
2>/dev
/null
8889 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8891 lt_compiler_flag
="-o out/conftest2.$ac_objext"
8892 # Insert the option either (1) after the last *FLAGS variable, or
8893 # (2) before a word containing "conftest.", or (3) at the end.
8894 # Note that $ac_compile itself does not contain backslashes and begins
8895 # with a dollar sign (not a hyphen), so the echo should work correctly.
8896 lt_compile
=`echo "$ac_compile" | $SED \
8897 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8898 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8899 -e 's:$: $lt_compiler_flag:'`
8900 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8901 (eval "$lt_compile" 2>out
/conftest.err
)
8903 cat out
/conftest.err
>&5
8904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8905 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
8907 # The compiler can only warn and ignore the option if not recognized
8908 # So say no if there are warnings
8909 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' > out
/conftest.exp
8910 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
8911 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
8912 lt_cv_prog_compiler_c_o
=yes
8917 # SGI C++ compiler will create directory out/ii_files/ for
8918 # template instantiation
8919 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
8920 $RM out
/* && rmdir out
8926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8927 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8932 hard_links
="nottested"
8933 if test "$lt_cv_prog_compiler_c_o" = no
&& test "$need_locks" != no
; then
8934 # do not overwrite the value of need_locks provided by the user
8935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8936 $as_echo_n "checking if we can lock with hard links... " >&6; }
8939 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
8941 ln conftest.a conftest.b
2>&5 || hard_links
=no
8942 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
8943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8944 $as_echo "$hard_links" >&6; }
8945 if test "$hard_links" = no
; then
8946 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8947 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8960 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8963 allow_undefined_flag
=
8964 always_export_symbols
=no
8966 archive_expsym_cmds
=
8967 compiler_needs_object
=no
8968 enable_shared_with_static_runtimes
=no
8969 export_dynamic_flag_spec
=
8970 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8971 hardcode_automatic
=no
8973 hardcode_direct_absolute
=no
8974 hardcode_libdir_flag_spec
=
8975 hardcode_libdir_flag_spec_ld
=
8976 hardcode_libdir_separator
=
8978 hardcode_shlibpath_var
=unsupported
8980 link_all_deplibs
=unknown
8983 old_archive_from_new_cmds
=
8984 old_archive_from_expsyms_cmds
=
8985 thread_safe_flag_spec
=
8986 whole_archive_flag_spec
=
8987 # include_expsyms should be a list of space-separated symbols to be *always*
8988 # included in the symbol list
8990 # exclude_expsyms can be an extended regexp of symbols to exclude
8991 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8992 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8993 # as well as any symbol that contains `d'.
8994 exclude_expsyms
='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8995 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8996 # platforms (ab)use it in PIC code, but their linkers get confused if
8997 # the symbol is explicitly referenced. Since portable code cannot
8998 # rely on this symbol name, it's probably fine to never include it in
8999 # preloaded symbol tables.
9000 # Exclude shared library initialization/finalization symbols.
9001 extract_expsyms_cmds
=
9004 cygwin
* | mingw
* | pw32
* | cegcc
*)
9005 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9006 # When not using gcc, we currently assume that we are using
9007 # Microsoft Visual C++.
9008 if test "$GCC" != yes; then
9013 # we just hope/assume this is gcc and not c89 (= MSVC++)
9023 # On some targets, GNU ld is compatible enough with the native linker
9024 # that we're better off using the native interface for both.
9025 lt_use_gnu_ld_interface
=no
9026 if test "$with_gnu_ld" = yes; then
9029 # The AIX port of GNU ld has always aspired to compatibility
9030 # with the native linker. However, as the warning in the GNU ld
9031 # block says, versions before 2.19.5* couldn't really create working
9032 # shared libraries, regardless of the interface used.
9033 case `$LD -v 2>&1` in
9034 *\ \
(GNU\ Binutils\
)\
2.19.5*) ;;
9035 *\ \
(GNU\ Binutils\
)\
2.
[2-9]*) ;;
9036 *\ \
(GNU\ Binutils\
)\
[3-9]*) ;;
9038 lt_use_gnu_ld_interface
=yes
9043 lt_use_gnu_ld_interface
=yes
9048 if test "$lt_use_gnu_ld_interface" = yes; then
9049 # If archive_cmds runs LD, not CC, wlarc should be empty
9052 # Set some defaults for GNU ld with shared library support. These
9053 # are reset later if shared libraries are not supported. Putting them
9054 # here allows them to be overridden if necessary.
9055 runpath_var
=LD_RUN_PATH
9056 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9057 export_dynamic_flag_spec
='${wl}--export-dynamic'
9058 # ancient GNU ld didn't support --whole-archive et. al.
9059 if $LD --help 2>&1 |
$GREP 'no-whole-archive' > /dev
/null
; then
9060 whole_archive_flag_spec
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9062 whole_archive_flag_spec
=
9064 supports_anon_versioning
=no
9065 case `$LD -v 2>&1` in
9066 *GNU\ gold
*) supports_anon_versioning
=yes ;;
9067 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.10.
*) ;; # catch versions < 2.11
9068 *\
2.11.93.0.2\
*) supports_anon_versioning
=yes ;; # RH7.3 ...
9069 *\
2.11.92.0.12\
*) supports_anon_versioning
=yes ;; # Mandrake 8.2 ...
9070 *\
2.11.
*) ;; # other 2.11 versions
9071 *) supports_anon_versioning
=yes ;;
9074 # See if GNU ld supports shared libraries.
9077 # On AIX/PPC, the GNU linker is very broken
9078 if test "$host_cpu" != ia64
; then
9082 *** Warning: the GNU linker, at least up to release 2.19, is reported
9083 *** to be unable to reliably create shared libraries on AIX.
9084 *** Therefore, libtool is disabling shared libraries support. If you
9085 *** really care for shared libraries, you may want to install binutils
9086 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9087 *** You will then need to restart the configuration process.
9096 # see comment about AmigaOS4 .so support
9097 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9098 archive_expsym_cmds
=''
9101 archive_cmds
='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
9102 hardcode_libdir_flag_spec
='-L$libdir'
9103 hardcode_minus_L
=yes
9109 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9110 allow_undefined_flag
=unsupported
9111 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9112 # support --undefined. This deserves some investigation. FIXME
9113 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9119 cygwin
* | mingw
* | pw32
* | cegcc
*)
9120 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9121 # as there is no search path for DLLs.
9122 hardcode_libdir_flag_spec
='-L$libdir'
9123 export_dynamic_flag_spec
='${wl}--export-all-symbols'
9124 allow_undefined_flag
=unsupported
9125 always_export_symbols
=no
9126 enable_shared_with_static_runtimes
=yes
9127 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9129 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
9130 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9131 # If the export-symbols file already is a .def file (1st line
9132 # is EXPORTS), use it as is; otherwise, prepend...
9133 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9134 cp $export_symbols $output_objdir/$soname.def;
9136 echo EXPORTS > $output_objdir/$soname.def;
9137 cat $export_symbols >> $output_objdir/$soname.def;
9139 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9146 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9147 link_all_deplibs
=yes
9152 hardcode_shlibpath_var
=no
9153 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9154 export_dynamic_flag_spec
='${wl}-E'
9155 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9156 # Instead, shared libraries are loaded at an image base (0x10000000 by
9157 # default) and relocated if they conflict, which is a slow very memory
9158 # consuming and fragmenting process. To avoid this, we pick a random,
9159 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9160 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9161 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9162 archive_expsym_cmds
='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9165 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu | uclinuxfdpiceabi
)
9167 if test "$host_os" = linux-dietlibc
; then
9168 case $cc_basename in
9169 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
9172 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
9173 && test "$tmp_diet" = no
9175 tmp_addflag
=' $pic_flag'
9176 tmp_sharedflag
='-shared'
9177 case $cc_basename,$host_cpu in
9178 pgcc
*) # Portland Group C compiler
9179 whole_archive_flag_spec
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9180 tmp_addflag
=' $pic_flag'
9182 pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
9183 # Portland Group f77 and f90 compilers
9184 whole_archive_flag_spec
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9185 tmp_addflag
=' $pic_flag -Mnomain' ;;
9186 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
9187 tmp_addflag
=' -i_dynamic' ;;
9188 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
9189 tmp_addflag
=' -i_dynamic -nofor_main' ;;
9190 ifc
* | ifort
*) # Intel Fortran compiler
9191 tmp_addflag
=' -nofor_main' ;;
9192 lf95
*) # Lahey Fortran 8.1
9193 whole_archive_flag_spec
=
9194 tmp_sharedflag
='--shared' ;;
9195 xl
[cC
]* | bgxl
[cC
]* | mpixl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9196 tmp_sharedflag
='-qmkshrobj'
9198 nvcc
*) # Cuda Compiler Driver 2.2
9199 whole_archive_flag_spec
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9200 compiler_needs_object
=yes
9203 case `$CC -V 2>&1 | sed 5q` in
9204 *Sun\ C
*) # Sun C 5.9
9205 whole_archive_flag_spec
='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9206 compiler_needs_object
=yes
9207 tmp_sharedflag
='-G' ;;
9208 *Sun\ F
*) # Sun Fortran 8.3
9209 tmp_sharedflag
='-G' ;;
9211 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9213 if test "x$supports_anon_versioning" = xyes
; then
9214 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
9215 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9216 echo "local: *; };" >> $output_objdir/$libname.ver~
9217 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9220 case $cc_basename in
9221 xlf
* | bgf
* | bgxlf
* | mpixlf
*)
9222 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9223 whole_archive_flag_spec
='--whole-archive$convenience --no-whole-archive'
9224 hardcode_libdir_flag_spec
=
9225 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
9226 archive_cmds
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9227 if test "x$supports_anon_versioning" = xyes
; then
9228 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
9229 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9230 echo "local: *; };" >> $output_objdir/$libname.ver~
9231 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9241 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9242 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9245 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9246 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9251 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
9255 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9256 *** create shared libraries on Solaris systems. Therefore, libtool
9257 *** is disabling shared libraries support. We urge you to upgrade GNU
9258 *** binutils to release 2.9.1 or newer. Another option is to modify
9259 *** your PATH or compiler configuration so that the native linker is
9260 *** used, and then restart.
9263 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9264 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9265 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9271 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
9272 case `$LD -v 2>&1` in
9273 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
9277 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9278 *** reliably create shared libraries on SCO systems. Therefore, libtool
9279 *** is disabling shared libraries support. We urge you to upgrade GNU
9280 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9281 *** your PATH or compiler configuration so that the native linker is
9282 *** used, and then restart.
9287 # For security reasons, it is highly recommended that you always
9288 # use absolute paths for naming shared libraries, and exclude the
9289 # DT_RUNPATH tag from executables and libraries. But doing so
9290 # requires that you compile everything twice, which is a pain.
9291 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9292 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9293 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9294 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9303 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9306 hardcode_shlibpath_var
=no
9310 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9311 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9312 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9319 if test "$ld_shlibs" = no
; then
9321 hardcode_libdir_flag_spec
=
9322 export_dynamic_flag_spec
=
9323 whole_archive_flag_spec
=
9326 # PORTME fill in a description of your system's linker (not GNU ld)
9329 allow_undefined_flag
=unsupported
9330 always_export_symbols
=yes
9331 archive_expsym_cmds
='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
9332 # Note: this linker hardcodes the directories in LIBPATH if there
9333 # are no directories specified by -L.
9334 hardcode_minus_L
=yes
9335 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9336 # Neither direct hardcoding nor static linking is supported with a
9338 hardcode_direct
=unsupported
9343 if test "$host_cpu" = ia64
; then
9344 # On IA64, the linker does run time linking by default, so we don't
9345 # have to do anything special.
9346 aix_use_runtimelinking
=no
9347 exp_sym_flag
='-Bexport'
9350 # If we're using GNU nm, then we don't want the "-C" option.
9351 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9352 # Also, AIX nm treats weak defined symbols like other global
9353 # defined symbols, whereas GNU nm marks them as "W".
9354 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
9355 export_symbols_cmds
='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9357 export_symbols_cmds
='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9359 aix_use_runtimelinking
=no
9361 # Test if we are trying to use run time linking or normal
9362 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9363 # need to do runtime linking.
9364 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
9365 for ld_flag
in $LDFLAGS; do
9366 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
9367 aix_use_runtimelinking
=yes
9374 exp_sym_flag
='-bexport'
9375 no_entry_flag
='-bnoentry'
9378 # When large executables or shared objects are built, AIX ld can
9379 # have problems creating the table of contents. If linking a library
9380 # or program results in "error TOC overflow" add -mminimal-toc to
9381 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9382 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9386 hardcode_direct_absolute
=yes
9387 hardcode_libdir_separator
=':'
9388 link_all_deplibs
=yes
9389 file_list_spec
='${wl}-f,'
9391 if test "$GCC" = yes; then
9392 case $host_os in aix4.
[012]|aix4.
[012].
*)
9393 # We only want to do this on AIX 4.2 and lower, the check
9394 # below for broken collect2 doesn't work under 4.3+
9395 collect2name
=`${CC} -print-prog-name=collect2`
9396 if test -f "$collect2name" &&
9397 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
9399 # We have reworked collect2
9402 # We have old collect2
9403 hardcode_direct
=unsupported
9404 # It fails to find uninstalled libraries when the uninstalled
9405 # path is not listed in the libpath. Setting hardcode_minus_L
9406 # to unsupported forces relinking
9407 hardcode_minus_L
=yes
9408 hardcode_libdir_flag_spec
='-L$libdir'
9409 hardcode_libdir_separator
=
9413 shared_flag
='-shared'
9414 if test "$aix_use_runtimelinking" = yes; then
9415 shared_flag
="$shared_flag "'${wl}-G'
9419 if test "$host_cpu" = ia64
; then
9420 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9421 # chokes on -Wl,-G. The following line is correct:
9424 if test "$aix_use_runtimelinking" = yes; then
9425 shared_flag
='${wl}-G'
9427 shared_flag
='${wl}-bM:SRE'
9432 export_dynamic_flag_spec
='${wl}-bexpall'
9433 # It seems that -bexpall does not export symbols beginning with
9434 # underscore (_), so it is better to generate a list of symbols to export.
9435 always_export_symbols
=yes
9436 if test "$aix_use_runtimelinking" = yes; then
9437 # Warning - without using the other runtime loading flags (-brtl),
9438 # -berok will link without error, but may produce a broken library.
9439 allow_undefined_flag
='-berok'
9440 # Determine the default libpath from the value encoded in an
9442 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9443 /* end confdefs.h. */
9453 if ac_fn_c_try_link
"$LINENO"; then :
9455 lt_aix_libpath_sed
='
9456 /Import File Strings/,/^$/ {
9462 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9463 # Check for a 64-bit object if we didn't find anything.
9464 if test -z "$aix_libpath"; then
9465 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9468 rm -f core conftest.err conftest.
$ac_objext \
9469 conftest
$ac_exeext conftest.
$ac_ext
9470 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9472 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9473 archive_expsym_cmds
='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
9475 if test "$host_cpu" = ia64
; then
9476 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
9477 allow_undefined_flag
="-z nodefs"
9478 archive_expsym_cmds
="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
9480 # Determine the default libpath from the value encoded in an
9482 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9483 /* end confdefs.h. */
9493 if ac_fn_c_try_link
"$LINENO"; then :
9495 lt_aix_libpath_sed
='
9496 /Import File Strings/,/^$/ {
9502 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9503 # Check for a 64-bit object if we didn't find anything.
9504 if test -z "$aix_libpath"; then
9505 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9508 rm -f core conftest.err conftest.
$ac_objext \
9509 conftest
$ac_exeext conftest.
$ac_ext
9510 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9512 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9513 # Warning - without using the other run time loading flags,
9514 # -berok will link without error, but may produce a broken library.
9515 no_undefined_flag
=' ${wl}-bernotok'
9516 allow_undefined_flag
=' ${wl}-berok'
9517 if test "$with_gnu_ld" = yes; then
9518 # We only use this code for GNU lds that support --whole-archive.
9519 whole_archive_flag_spec
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9521 # Exported symbols can be pulled into shared objects from archives
9522 whole_archive_flag_spec
='$convenience'
9524 archive_cmds_need_lc
=yes
9525 # This is similar to how AIX traditionally builds its shared libraries.
9526 archive_expsym_cmds
="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
9534 # see comment about AmigaOS4 .so support
9535 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9536 archive_expsym_cmds
=''
9539 archive_cmds
='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
9540 hardcode_libdir_flag_spec
='-L$libdir'
9541 hardcode_minus_L
=yes
9547 export_dynamic_flag_spec
=-rdynamic
9550 cygwin
* | mingw
* | pw32
* | cegcc
*)
9551 # When not using gcc, we currently assume that we are using
9552 # Microsoft Visual C++.
9553 # hardcode_libdir_flag_spec is actually meaningless, as there is
9554 # no search path for DLLs.
9555 hardcode_libdir_flag_spec
=' '
9556 allow_undefined_flag
=unsupported
9557 # Tell ltmain to make .lib files, not .a files.
9559 # Tell ltmain to make .dll files, not .so files.
9561 # FIXME: Setting linknames here is a bad hack.
9562 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9563 # The linker will automatically build a .lib file if we build a DLL.
9564 old_archive_from_new_cmds
='true'
9565 # FIXME: Should let the user specify the lib program.
9566 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
9567 fix_srcfile_path
='`cygpath -w "$srcfile"`'
9568 enable_shared_with_static_runtimes
=yes
9571 darwin
* | rhapsody
*)
9574 archive_cmds_need_lc
=no
9576 hardcode_automatic
=yes
9577 hardcode_shlibpath_var
=unsupported
9578 if test "$lt_cv_ld_force_load" = "yes"; then
9579 whole_archive_flag_spec
='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
9581 whole_archive_flag_spec
=''
9583 link_all_deplibs
=yes
9584 allow_undefined_flag
="$_lt_dar_allow_undefined"
9585 case $cc_basename in
9586 ifort
*) _lt_dar_can_shared
=yes ;;
9587 *) _lt_dar_can_shared
=$GCC ;;
9589 if test "$_lt_dar_can_shared" = "yes"; then
9590 output_verbose_link_cmd
=func_echo_all
9591 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9592 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9593 archive_expsym_cmds
="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
9594 module_expsym_cmds
="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
9603 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9604 hardcode_libdir_flag_spec
='-L$libdir'
9605 hardcode_shlibpath_var
=no
9608 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9609 # support. Future versions do this automatically, but an explicit c++rt0.o
9610 # does not break anything, and helps significantly (at the cost of a little
9613 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9614 hardcode_libdir_flag_spec
='-R$libdir'
9616 hardcode_shlibpath_var
=no
9619 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9621 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9623 hardcode_minus_L
=yes
9624 hardcode_shlibpath_var
=no
9627 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9628 freebsd
* | dragonfly
*)
9629 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9630 hardcode_libdir_flag_spec
='-R$libdir'
9632 hardcode_shlibpath_var
=no
9636 if test "$GCC" = yes; then
9637 archive_cmds
='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9639 archive_cmds
='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9641 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9642 hardcode_libdir_separator
=:
9645 # hardcode_minus_L: Not really in the search PATH,
9646 # but as the default location of the library.
9647 hardcode_minus_L
=yes
9648 export_dynamic_flag_spec
='${wl}-E'
9652 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9653 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9655 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9657 if test "$with_gnu_ld" = no
; then
9658 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9659 hardcode_libdir_flag_spec_ld
='+b $libdir'
9660 hardcode_libdir_separator
=:
9662 hardcode_direct_absolute
=yes
9663 export_dynamic_flag_spec
='${wl}-E'
9664 # hardcode_minus_L: Not really in the search PATH,
9665 # but as the default location of the library.
9666 hardcode_minus_L
=yes
9671 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9674 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9677 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9680 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9686 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9689 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9693 # Older versions of the 11.00 compiler do not understand -b yet
9694 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9696 $as_echo_n "checking if $CC understands -b... " >&6; }
9697 if ${lt_cv_prog_compiler__b+:} false
; then :
9698 $as_echo_n "(cached) " >&6
9700 lt_cv_prog_compiler__b
=no
9701 save_LDFLAGS
="$LDFLAGS"
9702 LDFLAGS
="$LDFLAGS -b"
9703 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
9704 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
9705 # The linker can only warn and ignore the option if not recognized
9706 # So say no if there are warnings
9707 if test -s conftest.err
; then
9708 # Append any errors to the config.log.
9709 cat conftest.err
1>&5
9710 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
9711 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
9712 if diff conftest.exp conftest.er2
>/dev
/null
; then
9713 lt_cv_prog_compiler__b
=yes
9716 lt_cv_prog_compiler__b
=yes
9720 LDFLAGS
="$save_LDFLAGS"
9723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9724 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9726 if test x
"$lt_cv_prog_compiler__b" = xyes
; then
9727 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9729 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9735 if test "$with_gnu_ld" = no
; then
9736 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9737 hardcode_libdir_separator
=:
9742 hardcode_shlibpath_var
=no
9746 hardcode_direct_absolute
=yes
9747 export_dynamic_flag_spec
='${wl}-E'
9749 # hardcode_minus_L: Not really in the search PATH,
9750 # but as the default location of the library.
9751 hardcode_minus_L
=yes
9757 irix5
* | irix6
* | nonstopux
*)
9758 if test "$GCC" = yes; then
9759 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9760 # Try to use the -exported_symbol ld option, if it does not
9761 # work, assume that -exports_file does not work either and
9762 # implicitly export all symbols.
9763 save_LDFLAGS
="$LDFLAGS"
9764 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9765 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9766 /* end confdefs.h. */
9769 if ac_fn_c_try_link
"$LINENO"; then :
9770 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
9773 rm -f core conftest.err conftest.
$ac_objext \
9774 conftest
$ac_exeext conftest.
$ac_ext
9775 LDFLAGS
="$save_LDFLAGS"
9777 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9778 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
9780 archive_cmds_need_lc
='no'
9781 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9782 hardcode_libdir_separator
=:
9784 link_all_deplibs
=yes
9788 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9789 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9791 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9793 hardcode_libdir_flag_spec
='-R$libdir'
9795 hardcode_shlibpath_var
=no
9799 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9801 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9802 hardcode_libdir_separator
=:
9803 hardcode_shlibpath_var
=no
9810 if test -f /usr
/libexec
/ld.so
; then
9812 hardcode_shlibpath_var
=no
9813 hardcode_direct_absolute
=yes
9814 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9815 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9816 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9817 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9818 export_dynamic_flag_spec
='${wl}-E'
9821 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
9822 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9823 hardcode_libdir_flag_spec
='-R$libdir'
9826 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9827 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9837 hardcode_libdir_flag_spec
='-L$libdir'
9838 hardcode_minus_L
=yes
9839 allow_undefined_flag
=unsupported
9840 archive_cmds
='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
9841 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9845 if test "$GCC" = yes; then
9846 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9847 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9849 allow_undefined_flag
=' -expect_unresolved \*'
9850 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9852 archive_cmds_need_lc
='no'
9853 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9854 hardcode_libdir_separator
=:
9857 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
9858 if test "$GCC" = yes; then
9859 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9860 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9861 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9863 allow_undefined_flag
=' -expect_unresolved \*'
9864 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9865 archive_expsym_cmds
='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
9866 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
9868 # Both c and cxx compiler support -rpath directly
9869 hardcode_libdir_flag_spec
='-rpath $libdir'
9871 archive_cmds_need_lc
='no'
9872 hardcode_libdir_separator
=:
9876 no_undefined_flag
=' -z defs'
9877 if test "$GCC" = yes; then
9879 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9880 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9881 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9883 case `$CC -V 2>&1` in
9886 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9887 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9888 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9892 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9893 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9894 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9898 hardcode_libdir_flag_spec
='-R$libdir'
9899 hardcode_shlibpath_var
=no
9901 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
9903 # The compiler driver will combine and reorder linker options,
9904 # but understands `-z linker_flag'. GCC discards it without `$wl',
9905 # but is careful enough not to reorder.
9906 # Supported since Solaris 2.6 (maybe 2.5.1?)
9907 if test "$GCC" = yes; then
9908 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9910 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
9914 link_all_deplibs
=yes
9918 if test "x$host_vendor" = xsequent
; then
9919 # Use $CC to link under sequent, because it throws in some extra .o
9920 # files that make .init and .fini sections work.
9921 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9923 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9925 hardcode_libdir_flag_spec
='-L$libdir'
9927 hardcode_minus_L
=yes
9928 hardcode_shlibpath_var
=no
9932 case $host_vendor in
9934 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9935 hardcode_direct
=yes # is this really true???
9938 ## LD is ld it makes a PLAMLIB
9939 ## CC just makes a GrossModule.
9940 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9941 reload_cmds
='$CC -r -o $output$reload_objs'
9945 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9946 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
9949 runpath_var
='LD_RUN_PATH'
9950 hardcode_shlibpath_var
=no
9954 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9955 hardcode_shlibpath_var
=no
9956 export_dynamic_flag_spec
='-Bexport'
9960 if test -d /usr
/nec
; then
9961 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9962 hardcode_shlibpath_var
=no
9963 runpath_var
=LD_RUN_PATH
9964 hardcode_runpath_var
=yes
9969 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
9970 no_undefined_flag
='${wl}-z,text'
9971 archive_cmds_need_lc
=no
9972 hardcode_shlibpath_var
=no
9973 runpath_var
='LD_RUN_PATH'
9975 if test "$GCC" = yes; then
9976 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9977 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9979 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9980 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9984 sysv5
* | sco3.2v5
* | sco5v6
*)
9985 # Note: We can NOT use -z defs as we might desire, because we do not
9986 # link with -lc, and that would cause any symbols used from libc to
9987 # always be unresolved, which means just about no library would
9988 # ever link correctly. If we're not using GNU ld we use -z text
9989 # though, which does catch some bad symbols but isn't as heavy-handed
9991 no_undefined_flag
='${wl}-z,text'
9992 allow_undefined_flag
='${wl}-z,nodefs'
9993 archive_cmds_need_lc
=no
9994 hardcode_shlibpath_var
=no
9995 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
9996 hardcode_libdir_separator
=':'
9997 link_all_deplibs
=yes
9998 export_dynamic_flag_spec
='${wl}-Bexport'
9999 runpath_var
='LD_RUN_PATH'
10001 if test "$GCC" = yes; then
10002 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10003 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10005 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10006 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10011 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10012 hardcode_libdir_flag_spec
='-L$libdir'
10013 hardcode_shlibpath_var
=no
10021 if test x
$host_vendor = xsni
; then
10023 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
10024 export_dynamic_flag_spec
='${wl}-Blargedynsym'
10030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10031 $as_echo "$ld_shlibs" >&6; }
10032 test "$ld_shlibs" = no
&& can_build_shared
=no
10034 with_gnu_ld
=$with_gnu_ld
10051 # Do we need to explicitly link libc?
10053 case "x$archive_cmds_need_lc" in
10055 # Assume -lc should be added
10056 archive_cmds_need_lc
=yes
10058 if test "$enable_shared" = yes && test "$GCC" = yes; then
10059 case $archive_cmds in
10061 # FIXME: we may have to deal with multi-command sequences.
10064 # Test whether the compiler implicitly links with -lc since on some
10065 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10066 # to ld, don't add -lc before -lgcc.
10067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10068 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10069 if ${lt_cv_archive_cmds_need_lc+:} false
; then :
10070 $as_echo_n "(cached) " >&6
10073 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
10075 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10076 (eval $ac_compile) 2>&5
10078 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10079 test $ac_status = 0; } 2>conftest.err
; then
10082 libobjs
=conftest.
$ac_objext
10084 wl
=$lt_prog_compiler_wl
10085 pic_flag
=$lt_prog_compiler_pic
10091 lt_save_allow_undefined_flag
=$allow_undefined_flag
10092 allow_undefined_flag
=
10093 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10094 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
10096 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10097 test $ac_status = 0; }
10099 lt_cv_archive_cmds_need_lc
=no
10101 lt_cv_archive_cmds_need_lc
=yes
10103 allow_undefined_flag
=$lt_save_allow_undefined_flag
10105 cat conftest.err
1>&5
10110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10111 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10112 archive_cmds_need_lc
=$lt_cv_archive_cmds_need_lc
10275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10276 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10278 if test "$GCC" = yes; then
10280 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
10281 *) lt_awk_arg
="/^libraries:/" ;;
10284 mingw
* | cegcc
*) lt_sed_strip_eq
="s,=\([A-Za-z]:\),\1,g" ;;
10285 *) lt_sed_strip_eq
="s,=/,/,g" ;;
10287 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10288 case $lt_search_path_spec in
10290 # if the path contains ";" then we assume it to be the separator
10291 # otherwise default to the standard path separator (i.e. ":") - it is
10292 # assumed that no part of a normal pathname contains ";" but that should
10293 # okay in the real world where ";" in dirpaths is itself problematic.
10294 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10297 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10300 # Ok, now we have the path, separated by spaces, we can step through it
10301 # and add multilib dir if necessary.
10302 lt_tmp_lt_search_path_spec
=
10303 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10304 for lt_sys_path
in $lt_search_path_spec; do
10305 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10306 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10308 test -d "$lt_sys_path" && \
10309 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
10312 lt_search_path_spec
=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10313 BEGIN {RS=" "; FS="/|\n";} {
10316 for (lt_i = NF; lt_i > 0; lt_i--) {
10317 if ($lt_i != "" && $lt_i != ".") {
10318 if ($lt_i == "..") {
10321 if (lt_count == 0) {
10322 lt_foo="/" $lt_i lt_foo;
10329 if (lt_foo != "") { lt_freq[lt_foo]++; }
10330 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10332 # AWK program above erroneously prepends '/' to C:/dos/paths
10335 mingw
* | cegcc
*) lt_search_path_spec
=`$ECHO "$lt_search_path_spec" |\
10336 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10338 sys_lib_search_path_spec
=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10340 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
10342 library_names_spec
=
10343 libname_spec
='lib$name'
10347 postuninstall_cmds
=
10351 shlibpath_overrides_runpath
=unknown
10353 dynamic_linker
="$host_os ld.so"
10354 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
10355 need_lib_prefix
=unknown
10356 hardcode_into_libs
=no
10358 # when you set need_version to no, make sure it does not cause -set_version
10359 # flags to be left without arguments
10360 need_version
=unknown
10365 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
10366 shlibpath_var
=LIBPATH
10368 # AIX 3 has no versioning support, so we append a major version to the name.
10369 soname_spec
='${libname}${release}${shared_ext}$major'
10376 hardcode_into_libs
=yes
10377 if test "$host_cpu" = ia64
; then
10378 # AIX 5 supports IA64
10379 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10380 shlibpath_var
=LD_LIBRARY_PATH
10382 # With GCC up to 2.95.x, collect2 would create an import file
10383 # for dependence libraries. The import file would start with
10384 # the line `#! .'. This would cause the generated library to
10385 # depend on `.', always an invalid library. This was fixed in
10386 # development snapshots of GCC prior to 3.0.
10388 aix4 | aix4.
[01] | aix4.
[01].
*)
10389 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10391 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
10394 can_build_shared
=no
10398 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10399 # soname into executable. Probably we can add versioning support to
10400 # collect2, so additional links can be useful in future.
10401 if test "$aix_use_runtimelinking" = yes; then
10402 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10403 # instead of lib<name>.a to let people know that these are not
10404 # typical AIX shared libraries.
10405 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10407 # We preserve .a as extension for shared libraries through AIX4.2
10408 # and later when we are not doing run time linking.
10409 library_names_spec
='${libname}${release}.a $libname.a'
10410 soname_spec
='${libname}${release}${shared_ext}$major'
10412 shlibpath_var
=LIBPATH
10419 # Since July 2007 AmigaOS4 officially supports .so libraries.
10420 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10421 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10424 library_names_spec
='$libname.ixlibrary $libname.a'
10425 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10426 finish_eval
='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
10432 library_names_spec
='${libname}${shared_ext}'
10433 dynamic_linker
="$host_os ld.so"
10434 shlibpath_var
=LIBRARY_PATH
10440 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10441 soname_spec
='${libname}${release}${shared_ext}$major'
10442 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
10443 shlibpath_var
=LD_LIBRARY_PATH
10444 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10445 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
10446 # the default ld.so.conf also contains /usr/contrib/lib and
10447 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10448 # libtool to hard-code these into programs
10451 cygwin
* | mingw
* | pw32
* | cegcc
*)
10452 version_type
=windows
10457 case $GCC,$host_os in
10458 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
10459 library_names_spec
='$libname.dll.a'
10460 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10461 postinstall_cmds
='base_file=`basename \${file}`~
10462 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10463 dldir=$destdir/`dirname \$dlpath`~
10464 test -d \$dldir || mkdir -p \$dldir~
10465 $install_prog $dir/$dlname \$dldir/$dlname~
10466 chmod a+x \$dldir/$dlname~
10467 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10468 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10470 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10471 dlpath=$dir/\$dldll~
10473 shlibpath_overrides_runpath
=yes
10477 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10478 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10480 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/lib/w32api"
10483 # MinGW DLLs use traditional 'lib' prefix
10484 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10487 # pw32 DLLs use 'pw' prefix rather than 'lib'
10488 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10494 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10497 dynamic_linker
='Win32 ld.exe'
10498 # FIXME: first we should search . and the directory the executable is in
10502 darwin
* | rhapsody
*)
10503 dynamic_linker
="$host_os dyld"
10504 version_type
=darwin
10507 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10508 soname_spec
='${libname}${release}${major}$shared_ext'
10509 shlibpath_overrides_runpath
=yes
10510 shlibpath_var
=DYLD_LIBRARY_PATH
10511 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
10513 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
10514 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
10521 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10522 soname_spec
='${libname}${release}${shared_ext}$major'
10523 shlibpath_var
=LD_LIBRARY_PATH
10526 freebsd
* | dragonfly
*)
10527 # DragonFly does not have aout. When/if they implement a new
10528 # versioning mechanism, adjust this.
10529 if test -x /usr
/bin
/objformat
; then
10530 objformat
=`/usr/bin/objformat`
10533 freebsd
[23].
*) objformat
=aout
;;
10534 *) objformat
=elf
;;
10537 version_type
=freebsd-
$objformat
10538 case $version_type in
10540 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10545 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10549 shlibpath_var
=LD_LIBRARY_PATH
10552 shlibpath_overrides_runpath
=yes
10554 freebsd3.
[01]* | freebsdelf3.
[01]*)
10555 shlibpath_overrides_runpath
=yes
10556 hardcode_into_libs
=yes
10558 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
10559 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
10560 shlibpath_overrides_runpath
=no
10561 hardcode_into_libs
=yes
10563 *) # from 4.6 on, and DragonFly
10564 shlibpath_overrides_runpath
=yes
10565 hardcode_into_libs
=yes
10574 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10575 soname_spec
='${libname}${release}${shared_ext}$major'
10576 shlibpath_var
=LD_LIBRARY_PATH
10577 hardcode_into_libs
=yes
10584 dynamic_linker
="$host_os runtime_loader"
10585 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10586 soname_spec
='${libname}${release}${shared_ext}$major'
10587 shlibpath_var
=LIBRARY_PATH
10588 shlibpath_overrides_runpath
=yes
10589 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10590 hardcode_into_libs
=yes
10593 hpux9
* | hpux10
* | hpux11
*)
10594 # Give a soname corresponding to the major version so that dld.sl refuses to
10595 # link against other versions.
10602 hardcode_into_libs
=yes
10603 dynamic_linker
="$host_os dld.so"
10604 shlibpath_var
=LD_LIBRARY_PATH
10605 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10606 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10607 soname_spec
='${libname}${release}${shared_ext}$major'
10608 if test "X$HPUX_IA64_MODE" = X32
; then
10609 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10611 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
10613 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10617 hardcode_into_libs
=yes
10618 dynamic_linker
="$host_os dld.sl"
10619 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
10620 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10621 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10622 soname_spec
='${libname}${release}${shared_ext}$major'
10623 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10624 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10628 dynamic_linker
="$host_os dld.sl"
10629 shlibpath_var
=SHLIB_PATH
10630 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
10631 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10632 soname_spec
='${libname}${release}${shared_ext}$major'
10635 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10636 postinstall_cmds
='chmod 555 $lib'
10637 # or fails outright, so override atomically:
10638 install_override_mode
=555
10645 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10646 soname_spec
='${libname}${release}${shared_ext}$major'
10647 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
10648 shlibpath_var
=LD_LIBRARY_PATH
10649 shlibpath_overrides_runpath
=no
10650 hardcode_into_libs
=yes
10653 irix5
* | irix6
* | nonstopux
*)
10655 nonstopux
*) version_type
=nonstopux
;;
10657 if test "$lt_cv_prog_gnu_ld" = yes; then
10665 soname_spec
='${libname}${release}${shared_ext}$major'
10666 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10668 irix5
* | nonstopux
*)
10669 libsuff
= shlibsuff
=
10672 case $LD in # libtool.m4 will add one of these switches to LD
10673 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
10674 libsuff
= shlibsuff
= libmagic
=32-bit;;
10675 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
10676 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
10677 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
10678 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
10679 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
10683 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
10684 shlibpath_overrides_runpath
=no
10685 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10686 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
10687 hardcode_into_libs
=yes
10690 # No shared lib support for Linux oldld, aout, or coff.
10691 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
10695 # This must be Linux ELF.
10697 # uclinux* changes (here and below) have been submitted to the libtool
10698 # project, but have not yet been accepted: they are GCC-local changes
10699 # for the time being. (See
10700 # https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
10701 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu | uclinuxfdpiceabi
)
10705 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10706 soname_spec
='${libname}${release}${shared_ext}$major'
10707 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10708 shlibpath_var
=LD_LIBRARY_PATH
10709 shlibpath_overrides_runpath
=no
10711 # Some binutils ld are patched to set DT_RUNPATH
10712 if ${lt_cv_shlibpath_overrides_runpath+:} false
; then :
10713 $as_echo_n "(cached) " >&6
10715 lt_cv_shlibpath_overrides_runpath
=no
10716 save_LDFLAGS
=$LDFLAGS
10717 save_libdir
=$libdir
10718 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10719 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10720 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10721 /* end confdefs.h. */
10731 if ac_fn_c_try_link
"$LINENO"; then :
10732 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
10733 lt_cv_shlibpath_overrides_runpath
=yes
10736 rm -f core conftest.err conftest.
$ac_objext \
10737 conftest
$ac_exeext conftest.
$ac_ext
10738 LDFLAGS
=$save_LDFLAGS
10739 libdir
=$save_libdir
10743 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
10745 # This implies no fast_install, which is unacceptable.
10746 # Some rework will be needed to allow for fast_install
10747 # before this can be enabled.
10748 hardcode_into_libs
=yes
10750 # Append ld.so.conf contents to the search path
10751 if test -f /etc
/ld.so.conf
; then
10752 lt_ld_extra
=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
10753 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
10756 # We used to test for /lib/ld.so.1 and disable shared libraries on
10757 # powerpc, because MkLinux only supported shared libraries with the
10758 # GNU dynamic linker. Since this was broken with cross compilers,
10759 # most powerpc-linux boxes support dynamic linking these days and
10760 # people can always --disable-shared, the test was removed, and we
10761 # assume the GNU/Linux dynamic linker is in use.
10762 dynamic_linker
='GNU/Linux ld.so'
10769 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
10770 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10771 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10772 dynamic_linker
='NetBSD (a.out) ld.so'
10774 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10775 soname_spec
='${libname}${release}${shared_ext}$major'
10776 dynamic_linker
='NetBSD ld.elf_so'
10778 shlibpath_var
=LD_LIBRARY_PATH
10779 shlibpath_overrides_runpath
=yes
10780 hardcode_into_libs
=yes
10785 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10786 shlibpath_var
=LD_LIBRARY_PATH
10787 shlibpath_overrides_runpath
=yes
10794 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10795 soname_spec
='${libname}${release}${shared_ext}$major'
10796 shlibpath_var
=LD_LIBRARY_PATH
10797 shlibpath_overrides_runpath
=no
10798 hardcode_into_libs
=yes
10799 dynamic_linker
='ldqnx.so'
10804 sys_lib_dlsearch_path_spec
="/usr/lib"
10806 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10808 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
10809 *) need_version
=no
;;
10811 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10812 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10813 shlibpath_var
=LD_LIBRARY_PATH
10814 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10816 openbsd2.
[89] | openbsd2.
[89].
*)
10817 shlibpath_overrides_runpath
=no
10820 shlibpath_overrides_runpath
=yes
10824 shlibpath_overrides_runpath
=yes
10829 libname_spec
='$name'
10832 library_names_spec
='$libname${shared_ext} $libname.a'
10833 dynamic_linker
='OS/2 ld.exe'
10834 shlibpath_var
=LIBPATH
10837 osf3
* | osf4
* | osf5
*)
10841 soname_spec
='${libname}${release}${shared_ext}$major'
10842 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10843 shlibpath_var
=LD_LIBRARY_PATH
10844 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10845 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
10856 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10857 soname_spec
='${libname}${release}${shared_ext}$major'
10858 shlibpath_var
=LD_LIBRARY_PATH
10859 shlibpath_overrides_runpath
=yes
10860 hardcode_into_libs
=yes
10861 # ldd complains unless libraries are executable
10862 postinstall_cmds
='chmod +x $lib'
10867 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10868 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10869 shlibpath_var
=LD_LIBRARY_PATH
10870 shlibpath_overrides_runpath
=yes
10871 if test "$with_gnu_ld" = yes; then
10879 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10880 soname_spec
='${libname}${release}${shared_ext}$major'
10881 shlibpath_var
=LD_LIBRARY_PATH
10882 case $host_vendor in
10884 shlibpath_overrides_runpath
=no
10886 runpath_var
=LD_RUN_PATH
10894 shlibpath_overrides_runpath
=no
10895 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
10901 if test -d /usr
/nec
;then
10903 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10904 soname_spec
='$libname${shared_ext}.$major'
10905 shlibpath_var
=LD_LIBRARY_PATH
10909 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
10910 version_type
=freebsd-elf
10913 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10914 soname_spec
='${libname}${release}${shared_ext}$major'
10915 shlibpath_var
=LD_LIBRARY_PATH
10916 shlibpath_overrides_runpath
=yes
10917 hardcode_into_libs
=yes
10918 if test "$with_gnu_ld" = yes; then
10919 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10921 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
10924 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
10928 sys_lib_dlsearch_path_spec
='/usr/lib'
10932 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10936 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10937 shlibpath_var
=LD_LIBRARY_PATH
10938 shlibpath_overrides_runpath
=no
10939 hardcode_into_libs
=yes
10944 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10945 soname_spec
='${libname}${release}${shared_ext}$major'
10946 shlibpath_var
=LD_LIBRARY_PATH
10953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10954 $as_echo "$dynamic_linker" >&6; }
10955 test "$dynamic_linker" = no
&& can_build_shared
=no
10957 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
10958 if test "$GCC" = yes; then
10959 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10962 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10963 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
10965 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10966 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
11060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11061 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11063 if test -n "$hardcode_libdir_flag_spec" ||
11064 test -n "$runpath_var" ||
11065 test "X$hardcode_automatic" = "Xyes" ; then
11067 # We can hardcode non-existent directories.
11068 if test "$hardcode_direct" != no
&&
11069 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11070 # have to relink, otherwise we might link with an installed library
11071 # when we should be linking with a yet-to-be-installed one
11072 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11073 test "$hardcode_minus_L" != no
; then
11074 # Linking always hardcodes the temporary library directory.
11075 hardcode_action
=relink
11077 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11078 hardcode_action
=immediate
11081 # We cannot hardcode anything, or else we can only hardcode existing
11083 hardcode_action
=unsupported
11085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11086 $as_echo "$hardcode_action" >&6; }
11088 if test "$hardcode_action" = relink ||
11089 test "$inherit_rpath" = yes; then
11090 # Fast installation is not supported
11091 enable_fast_install
=no
11092 elif test "$shlibpath_overrides_runpath" = yes ||
11093 test "$enable_shared" = no
; then
11094 # Fast installation is not necessary
11095 enable_fast_install
=needless
11103 if test "x$enable_dlopen" != xyes
; then
11104 enable_dlopen
=unknown
11105 enable_dlopen_self
=unknown
11106 enable_dlopen_self_static
=unknown
11113 lt_cv_dlopen
="load_add_on"
11115 lt_cv_dlopen_self
=yes
11118 mingw
* | pw32
* | cegcc
*)
11119 lt_cv_dlopen
="LoadLibrary"
11124 lt_cv_dlopen
="dlopen"
11129 # if libdl is installed we need to link against it
11130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11131 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11132 if ${ac_cv_lib_dl_dlopen+:} false
; then :
11133 $as_echo_n "(cached) " >&6
11135 ac_check_lib_save_LIBS
=$LIBS
11137 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11138 /* end confdefs.h. */
11140 /* Override any GCC internal prototype to avoid an error.
11141 Use char because int might match the return type of a GCC
11142 builtin and then its argument prototype would still apply. */
11155 if ac_fn_c_try_link
"$LINENO"; then :
11156 ac_cv_lib_dl_dlopen
=yes
11158 ac_cv_lib_dl_dlopen
=no
11160 rm -f core conftest.err conftest.
$ac_objext \
11161 conftest
$ac_exeext conftest.
$ac_ext
11162 LIBS
=$ac_check_lib_save_LIBS
11164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11165 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11166 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
11167 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
11170 lt_cv_dlopen
="dyld"
11172 lt_cv_dlopen_self
=yes
11179 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
11180 if test "x$ac_cv_func_shl_load" = xyes
; then :
11181 lt_cv_dlopen
="shl_load"
11183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11184 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11185 if ${ac_cv_lib_dld_shl_load+:} false
; then :
11186 $as_echo_n "(cached) " >&6
11188 ac_check_lib_save_LIBS
=$LIBS
11190 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11191 /* end confdefs.h. */
11193 /* Override any GCC internal prototype to avoid an error.
11194 Use char because int might match the return type of a GCC
11195 builtin and then its argument prototype would still apply. */
11203 return shl_load ();
11208 if ac_fn_c_try_link
"$LINENO"; then :
11209 ac_cv_lib_dld_shl_load
=yes
11211 ac_cv_lib_dld_shl_load
=no
11213 rm -f core conftest.err conftest.
$ac_objext \
11214 conftest
$ac_exeext conftest.
$ac_ext
11215 LIBS
=$ac_check_lib_save_LIBS
11217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11218 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11219 if test "x$ac_cv_lib_dld_shl_load" = xyes
; then :
11220 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
11222 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
11223 if test "x$ac_cv_func_dlopen" = xyes
; then :
11224 lt_cv_dlopen
="dlopen"
11226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11227 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11228 if ${ac_cv_lib_dl_dlopen+:} false
; then :
11229 $as_echo_n "(cached) " >&6
11231 ac_check_lib_save_LIBS
=$LIBS
11233 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11234 /* end confdefs.h. */
11236 /* Override any GCC internal prototype to avoid an error.
11237 Use char because int might match the return type of a GCC
11238 builtin and then its argument prototype would still apply. */
11251 if ac_fn_c_try_link
"$LINENO"; then :
11252 ac_cv_lib_dl_dlopen
=yes
11254 ac_cv_lib_dl_dlopen
=no
11256 rm -f core conftest.err conftest.
$ac_objext \
11257 conftest
$ac_exeext conftest.
$ac_ext
11258 LIBS
=$ac_check_lib_save_LIBS
11260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11261 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11262 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
11263 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
11265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11266 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11267 if ${ac_cv_lib_svld_dlopen+:} false
; then :
11268 $as_echo_n "(cached) " >&6
11270 ac_check_lib_save_LIBS
=$LIBS
11271 LIBS
="-lsvld $LIBS"
11272 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11273 /* end confdefs.h. */
11275 /* Override any GCC internal prototype to avoid an error.
11276 Use char because int might match the return type of a GCC
11277 builtin and then its argument prototype would still apply. */
11290 if ac_fn_c_try_link
"$LINENO"; then :
11291 ac_cv_lib_svld_dlopen
=yes
11293 ac_cv_lib_svld_dlopen
=no
11295 rm -f core conftest.err conftest.
$ac_objext \
11296 conftest
$ac_exeext conftest.
$ac_ext
11297 LIBS
=$ac_check_lib_save_LIBS
11299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11300 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11301 if test "x$ac_cv_lib_svld_dlopen" = xyes
; then :
11302 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
11304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11305 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11306 if ${ac_cv_lib_dld_dld_link+:} false
; then :
11307 $as_echo_n "(cached) " >&6
11309 ac_check_lib_save_LIBS
=$LIBS
11311 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11312 /* end confdefs.h. */
11314 /* Override any GCC internal prototype to avoid an error.
11315 Use char because int might match the return type of a GCC
11316 builtin and then its argument prototype would still apply. */
11324 return dld_link ();
11329 if ac_fn_c_try_link
"$LINENO"; then :
11330 ac_cv_lib_dld_dld_link
=yes
11332 ac_cv_lib_dld_dld_link
=no
11334 rm -f core conftest.err conftest.
$ac_objext \
11335 conftest
$ac_exeext conftest.
$ac_ext
11336 LIBS
=$ac_check_lib_save_LIBS
11338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11339 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11340 if test "x$ac_cv_lib_dld_dld_link" = xyes
; then :
11341 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
11362 if test "x$lt_cv_dlopen" != xno
; then
11368 case $lt_cv_dlopen in
11370 save_CPPFLAGS
="$CPPFLAGS"
11371 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
11373 save_LDFLAGS
="$LDFLAGS"
11374 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
11377 LIBS
="$lt_cv_dlopen_libs $LIBS"
11379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11380 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11381 if ${lt_cv_dlopen_self+:} false
; then :
11382 $as_echo_n "(cached) " >&6
11384 if test "$cross_compiling" = yes; then :
11385 lt_cv_dlopen_self
=cross
11387 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11388 lt_status
=$lt_dlunknown
11389 cat > conftest.
$ac_ext <<_LT_EOF
11390 #line 11390 "configure"
11391 #include "confdefs.h"
11400 # define LT_DLGLOBAL RTLD_GLOBAL
11403 # define LT_DLGLOBAL DL_GLOBAL
11405 # define LT_DLGLOBAL 0
11409 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11410 find out it does not work in some platform. */
11411 #ifndef LT_DLLAZY_OR_NOW
11413 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11416 # define LT_DLLAZY_OR_NOW DL_LAZY
11419 # define LT_DLLAZY_OR_NOW RTLD_NOW
11422 # define LT_DLLAZY_OR_NOW DL_NOW
11424 # define LT_DLLAZY_OR_NOW 0
11431 /* When -fvisbility=hidden is used, assume the code has been annotated
11432 correspondingly for the symbols needed. */
11433 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11434 void fnord () __attribute__((visibility("default")));
11437 void fnord () { int i=42; }
11440 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11441 int status = $lt_dlunknown;
11445 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11448 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11449 else puts (dlerror ());
11451 /* dlclose (self); */
11459 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11460 (eval $ac_link) 2>&5
11462 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11463 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11464 (.
/conftest
; exit; ) >&5 2>/dev
/null
11466 case x
$lt_status in
11467 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
11468 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
11469 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
11472 # compilation failed
11473 lt_cv_dlopen_self
=no
11480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11481 $as_echo "$lt_cv_dlopen_self" >&6; }
11483 if test "x$lt_cv_dlopen_self" = xyes
; then
11484 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
11485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11486 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11487 if ${lt_cv_dlopen_self_static+:} false
; then :
11488 $as_echo_n "(cached) " >&6
11490 if test "$cross_compiling" = yes; then :
11491 lt_cv_dlopen_self_static
=cross
11493 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11494 lt_status
=$lt_dlunknown
11495 cat > conftest.
$ac_ext <<_LT_EOF
11496 #line 11496 "configure"
11497 #include "confdefs.h"
11506 # define LT_DLGLOBAL RTLD_GLOBAL
11509 # define LT_DLGLOBAL DL_GLOBAL
11511 # define LT_DLGLOBAL 0
11515 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11516 find out it does not work in some platform. */
11517 #ifndef LT_DLLAZY_OR_NOW
11519 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11522 # define LT_DLLAZY_OR_NOW DL_LAZY
11525 # define LT_DLLAZY_OR_NOW RTLD_NOW
11528 # define LT_DLLAZY_OR_NOW DL_NOW
11530 # define LT_DLLAZY_OR_NOW 0
11537 /* When -fvisbility=hidden is used, assume the code has been annotated
11538 correspondingly for the symbols needed. */
11539 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11540 void fnord () __attribute__((visibility("default")));
11543 void fnord () { int i=42; }
11546 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11547 int status = $lt_dlunknown;
11551 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11554 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11555 else puts (dlerror ());
11557 /* dlclose (self); */
11565 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11566 (eval $ac_link) 2>&5
11568 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11569 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11570 (.
/conftest
; exit; ) >&5 2>/dev
/null
11572 case x
$lt_status in
11573 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
11574 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
11575 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
11578 # compilation failed
11579 lt_cv_dlopen_self_static
=no
11586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11587 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11590 CPPFLAGS
="$save_CPPFLAGS"
11591 LDFLAGS
="$save_LDFLAGS"
11596 case $lt_cv_dlopen_self in
11597 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
11598 *) enable_dlopen_self
=unknown
;;
11601 case $lt_cv_dlopen_self_static in
11602 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
11603 *) enable_dlopen_self_static
=unknown
;;
11625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11626 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11627 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
11628 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
11629 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
11630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11631 $as_echo "yes" >&6; }
11633 # FIXME - insert some real tests, host_os isn't really good enough
11636 if test -n "$STRIP" ; then
11637 striplib
="$STRIP -x"
11638 old_striplib
="$STRIP -S"
11639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11640 $as_echo "yes" >&6; }
11642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11643 $as_echo "no" >&6; }
11647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11648 $as_echo "no" >&6; }
11664 # Report which library types will actually be built
11665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11666 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11668 $as_echo "$can_build_shared" >&6; }
11670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11671 $as_echo_n "checking whether to build shared libraries... " >&6; }
11672 test "$can_build_shared" = "no" && enable_shared
=no
11674 # On AIX, shared libraries and static libraries use the same namespace, and
11675 # are all built from PIC.
11678 test "$enable_shared" = yes && enable_static
=no
11679 if test -n "$RANLIB"; then
11680 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
11681 postinstall_cmds
='$RANLIB $lib'
11686 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
11687 test "$enable_shared" = yes && enable_static
=no
11691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11692 $as_echo "$enable_shared" >&6; }
11694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11695 $as_echo_n "checking whether to build static libraries... " >&6; }
11696 # Make sure either enable_shared or enable_static is yes.
11697 test "$enable_shared" = yes || enable_static
=yes
11698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11699 $as_echo "$enable_static" >&6; }
11706 ac_cpp
='$CPP $CPPFLAGS'
11707 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11708 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11709 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11725 ac_config_commands
="$ac_config_commands libtool"
11730 # Only expand once:
11737 *-cygwin* |
*-mingw*)
11738 # 'host' will be top-level target in the case of a target lib,
11739 # we must compare to with_cross_host to decide if this is a native
11740 # or cross-compiler and select where to install dlls appropriately.
11741 if test -n "$with_cross_host" &&
11742 test x
"$with_cross_host" != x
"no"; then
11743 lt_host_flags
='-no-undefined -bindir "$(toolexeclibdir)"';
11745 lt_host_flags
='-no-undefined -bindir "$(bindir)"';
11758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11759 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11760 # Check whether --enable-maintainer-mode was given.
11761 if test "${enable_maintainer_mode+set}" = set; then :
11762 enableval
=$enable_maintainer_mode; USE_MAINTAINER_MODE
=$enableval
11764 USE_MAINTAINER_MODE
=no
11767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11768 $as_echo "$USE_MAINTAINER_MODE" >&6; }
11769 if test $USE_MAINTAINER_MODE = yes; then
11770 MAINTAINER_MODE_TRUE
=
11771 MAINTAINER_MODE_FALSE
='#'
11773 MAINTAINER_MODE_TRUE
='#'
11774 MAINTAINER_MODE_FALSE
=
11777 MAINT
=$MAINTAINER_MODE_TRUE
11781 # For libtool versioning info, format is CURRENT:REVISION:AGE
11782 libtool_VERSION
=3:0:2
11785 # Check for used threading-model
11786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for thread model used by GCC" >&5
11787 $as_echo_n "checking for thread model used by GCC... " >&6; }
11788 target_thread_file
=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
11789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $target_thread_file" >&5
11790 $as_echo "$target_thread_file" >&6; }
11795 ac_cpp
='$CPP $CPPFLAGS'
11796 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11797 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11798 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11800 enable_aarch64_lse
=
11801 save_CFLAGS
="$CFLAGS"
11802 for real_option
in -march=armv8-a
+lse
; do
11803 # Do the check with the no- prefix removed since gcc silently
11804 # accepts any -Wno-* option on purpose
11805 case $real_option in
11806 -Wno-*) option
=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
11807 *) option
=$real_option ;;
11809 as_acx_Woption
=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
11811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
11812 $as_echo_n "checking whether $CC supports $option... " >&6; }
11813 if eval \
${$as_acx_Woption+:} false
; then :
11814 $as_echo_n "(cached) " >&6
11817 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11818 /* end confdefs.h. */
11828 if ac_fn_c_try_compile
"$LINENO"; then :
11829 eval "$as_acx_Woption=yes"
11831 eval "$as_acx_Woption=no"
11833 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11836 eval ac_res
=\$
$as_acx_Woption
11837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11838 $as_echo "$ac_res" >&6; }
11839 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
11840 enable_aarch64_lse
="$enable_aarch64_lse${enable_aarch64_lse:+ }$real_option"
11843 CFLAGS
="$save_CFLAGS"
11845 ac_cpp
='$CPP $CPPFLAGS'
11846 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11847 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11848 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11854 # Get target configury.
11855 .
${srcdir}/configure.tgt
11856 if test -n "$UNSUPPORTED"; then
11857 as_fn_error $?
"Configuration ${target} is unsupported." "$LINENO" 5
11860 # Write out the ifunc resolver arg type.
11862 cat >>confdefs.h
<<_ACEOF
11863 #define IFUNC_RESOLVER_ARGS $IFUNC_RESOLVER_ARGS
11867 # Disable fallbacks to __sync routines from libgcc. Otherwise we'll
11868 # make silly decisions about what the cpu can do.
11869 CFLAGS
="$save_CFLAGS -fno-sync-libcalls $XCFLAGS"
11871 # Check header files.
11872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
11873 $as_echo_n "checking for ANSI C header files... " >&6; }
11874 if ${ac_cv_header_stdc+:} false
; then :
11875 $as_echo_n "(cached) " >&6
11877 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11878 /* end confdefs.h. */
11879 #include <stdlib.h>
11880 #include <stdarg.h>
11881 #include <string.h>
11892 if ac_fn_c_try_compile
"$LINENO"; then :
11893 ac_cv_header_stdc
=yes
11895 ac_cv_header_stdc
=no
11897 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11899 if test $ac_cv_header_stdc = yes; then
11900 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
11901 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11902 /* end confdefs.h. */
11903 #include <string.h>
11906 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11907 $EGREP "memchr" >/dev
/null
2>&1; then :
11910 ac_cv_header_stdc
=no
11916 if test $ac_cv_header_stdc = yes; then
11917 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
11918 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11919 /* end confdefs.h. */
11920 #include <stdlib.h>
11923 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11924 $EGREP "free" >/dev
/null
2>&1; then :
11927 ac_cv_header_stdc
=no
11933 if test $ac_cv_header_stdc = yes; then
11934 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
11935 if test "$cross_compiling" = yes; then :
11938 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11939 /* end confdefs.h. */
11941 #include <stdlib.h>
11942 #if ((' ' & 0x0FF) == 0x020)
11943 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11944 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11946 # define ISLOWER(c) \
11947 (('a' <= (c) && (c) <= 'i') \
11948 || ('j' <= (c) && (c) <= 'r') \
11949 || ('s' <= (c) && (c) <= 'z'))
11950 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
11953 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
11958 for (i = 0; i < 256; i++)
11959 if (XOR (islower (i), ISLOWER (i))
11960 || toupper (i) != TOUPPER (i))
11965 if ac_fn_c_try_run
"$LINENO"; then :
11968 ac_cv_header_stdc
=no
11970 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
11971 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
11976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
11977 $as_echo "$ac_cv_header_stdc" >&6; }
11978 if test $ac_cv_header_stdc = yes; then
11980 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
11984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
11985 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
11986 if ${gcc_cv_header_string+:} false
; then :
11987 $as_echo_n "(cached) " >&6
11989 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11990 /* end confdefs.h. */
11991 #include <string.h>
11992 #include <strings.h>
12001 if ac_fn_c_try_compile
"$LINENO"; then :
12002 gcc_cv_header_string
=yes
12004 gcc_cv_header_string
=no
12006 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
12009 $as_echo "$gcc_cv_header_string" >&6; }
12010 if test $gcc_cv_header_string = yes; then
12012 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
12018 inttype_headers
=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'`
12020 acx_cv_header_stdint
=stddef.h
12021 acx_cv_header_stdint_kind
="(already complete)"
12022 for i
in stdint.h
$inttype_headers; do
12023 unset ac_cv_type_uintptr_t
12024 unset ac_cv_type_uintmax_t
12025 unset ac_cv_type_int_least32_t
12026 unset ac_cv_type_int_fast32_t
12027 unset ac_cv_type_uint64_t
12028 $as_echo_n "looking for a compliant stdint.h in $i, " >&6
12029 ac_fn_c_check_type
"$LINENO" "uintmax_t" "ac_cv_type_uintmax_t" "#include <sys/types.h>
12032 if test "x$ac_cv_type_uintmax_t" = xyes
; then :
12033 acx_cv_header_stdint
=$i
12038 ac_fn_c_check_type
"$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
12041 if test "x$ac_cv_type_uintptr_t" = xyes
; then :
12044 acx_cv_header_stdint_kind
="(mostly complete)"
12047 ac_fn_c_check_type
"$LINENO" "int_least32_t" "ac_cv_type_int_least32_t" "#include <sys/types.h>
12050 if test "x$ac_cv_type_int_least32_t" = xyes
; then :
12053 acx_cv_header_stdint_kind
="(mostly complete)"
12056 ac_fn_c_check_type
"$LINENO" "int_fast32_t" "ac_cv_type_int_fast32_t" "#include <sys/types.h>
12059 if test "x$ac_cv_type_int_fast32_t" = xyes
; then :
12062 acx_cv_header_stdint_kind
="(mostly complete)"
12065 ac_fn_c_check_type
"$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
12068 if test "x$ac_cv_type_uint64_t" = xyes
; then :
12071 acx_cv_header_stdint_kind
="(lacks uint64_t)"
12076 if test "$acx_cv_header_stdint" = stddef.h
; then
12077 acx_cv_header_stdint_kind
="(lacks uintmax_t)"
12078 for i
in stdint.h
$inttype_headers; do
12079 unset ac_cv_type_uintptr_t
12080 unset ac_cv_type_uint32_t
12081 unset ac_cv_type_uint64_t
12082 $as_echo_n "looking for an incomplete stdint.h in $i, " >&6
12083 ac_fn_c_check_type
"$LINENO" "uint32_t" "ac_cv_type_uint32_t" "#include <sys/types.h>
12086 if test "x$ac_cv_type_uint32_t" = xyes
; then :
12087 acx_cv_header_stdint
=$i
12092 ac_fn_c_check_type
"$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
12095 if test "x$ac_cv_type_uint64_t" = xyes
; then :
12099 ac_fn_c_check_type
"$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
12102 if test "x$ac_cv_type_uintptr_t" = xyes
; then :
12109 if test "$acx_cv_header_stdint" = stddef.h
; then
12110 acx_cv_header_stdint_kind
="(u_intXX_t style)"
12111 for i
in sys
/types.h
$inttype_headers; do
12112 unset ac_cv_type_u_int32_t
12113 unset ac_cv_type_u_int64_t
12114 $as_echo_n "looking for u_intXX_t types in $i, " >&6
12115 ac_fn_c_check_type
"$LINENO" "u_int32_t" "ac_cv_type_u_int32_t" "#include <sys/types.h>
12118 if test "x$ac_cv_type_u_int32_t" = xyes
; then :
12119 acx_cv_header_stdint
=$i
12124 ac_fn_c_check_type
"$LINENO" "u_int64_t" "ac_cv_type_u_int64_t" "#include <sys/types.h>
12127 if test "x$ac_cv_type_u_int64_t" = xyes
; then :
12134 if test "$acx_cv_header_stdint" = stddef.h
; then
12135 acx_cv_header_stdint_kind
="(using manual detection)"
12138 test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t
=no
12139 test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t
=no
12140 test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t
=no
12141 test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t
=no
12142 test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t
=no
12144 # ----------------- Summarize what we found so far
12146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what to include in gstdint.h" >&5
12147 $as_echo_n "checking what to include in gstdint.h... " >&6; }
12149 case `$as_basename -- gstdint.h ||
12150 $as_expr X/gstdint.h : '.*/\([^/][^/]*\)/*$' \| \
12151 Xgstdint.h : 'X\(//\)$' \| \
12152 Xgstdint.h : 'X\(/\)' \| . 2>/dev/null ||
12153 $as_echo X/gstdint.h |
12154 sed '/^.*\/\([^/][^/]*\)\/*$/{
12167 stdint.h
) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
12168 $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
12169 inttypes.h
) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
12170 $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
12174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
12175 $as_echo "$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6; }
12177 # ----------------- done included file, check C basic types --------
12179 # Lacking an uintptr_t? Test size of void *
12180 case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
12181 stddef.h
:* |
*:no
) # The cast to long int works around a bug in the HP C Compiler
12182 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12183 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12184 # This bug is HP SR number 8606223364.
12185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
12186 $as_echo_n "checking size of void *... " >&6; }
12187 if ${ac_cv_sizeof_void_p+:} false
; then :
12188 $as_echo_n "(cached) " >&6
12190 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
12193 if test "$ac_cv_type_void_p" = yes; then
12194 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12195 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12196 as_fn_error
77 "cannot compute sizeof (void *)
12197 See \`config.log' for more details" "$LINENO" 5; }
12199 ac_cv_sizeof_void_p
=0
12204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
12205 $as_echo "$ac_cv_sizeof_void_p" >&6; }
12209 cat >>confdefs.h
<<_ACEOF
12210 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
12216 # Lacking an uint64_t? Test size of long
12217 case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
12218 stddef.h
:*:* |
*:no
:no
) # The cast to long int works around a bug in the HP C Compiler
12219 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12220 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12221 # This bug is HP SR number 8606223364.
12222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12223 $as_echo_n "checking size of long... " >&6; }
12224 if ${ac_cv_sizeof_long+:} false
; then :
12225 $as_echo_n "(cached) " >&6
12227 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
12230 if test "$ac_cv_type_long" = yes; then
12231 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12232 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12233 as_fn_error
77 "cannot compute sizeof (long)
12234 See \`config.log' for more details" "$LINENO" 5; }
12236 ac_cv_sizeof_long
=0
12241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12242 $as_echo "$ac_cv_sizeof_long" >&6; }
12246 cat >>confdefs.h
<<_ACEOF
12247 #define SIZEOF_LONG $ac_cv_sizeof_long
12253 if test $acx_cv_header_stdint = stddef.h
; then
12254 # Lacking a good header? Test size of everything and deduce all types.
12255 # The cast to long int works around a bug in the HP C Compiler
12256 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12257 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12258 # This bug is HP SR number 8606223364.
12259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
12260 $as_echo_n "checking size of int... " >&6; }
12261 if ${ac_cv_sizeof_int+:} false
; then :
12262 $as_echo_n "(cached) " >&6
12264 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
12267 if test "$ac_cv_type_int" = yes; then
12268 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12269 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12270 as_fn_error
77 "cannot compute sizeof (int)
12271 See \`config.log' for more details" "$LINENO" 5; }
12278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
12279 $as_echo "$ac_cv_sizeof_int" >&6; }
12283 cat >>confdefs.h
<<_ACEOF
12284 #define SIZEOF_INT $ac_cv_sizeof_int
12288 # The cast to long int works around a bug in the HP C Compiler
12289 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12290 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12291 # This bug is HP SR number 8606223364.
12292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
12293 $as_echo_n "checking size of short... " >&6; }
12294 if ${ac_cv_sizeof_short+:} false
; then :
12295 $as_echo_n "(cached) " >&6
12297 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
12300 if test "$ac_cv_type_short" = yes; then
12301 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12302 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12303 as_fn_error
77 "cannot compute sizeof (short)
12304 See \`config.log' for more details" "$LINENO" 5; }
12306 ac_cv_sizeof_short
=0
12311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
12312 $as_echo "$ac_cv_sizeof_short" >&6; }
12316 cat >>confdefs.h
<<_ACEOF
12317 #define SIZEOF_SHORT $ac_cv_sizeof_short
12321 # The cast to long int works around a bug in the HP C Compiler
12322 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12323 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12324 # This bug is HP SR number 8606223364.
12325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5
12326 $as_echo_n "checking size of char... " >&6; }
12327 if ${ac_cv_sizeof_char+:} false
; then :
12328 $as_echo_n "(cached) " >&6
12330 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char" "$ac_includes_default"; then :
12333 if test "$ac_cv_type_char" = yes; then
12334 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12335 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12336 as_fn_error
77 "cannot compute sizeof (char)
12337 See \`config.log' for more details" "$LINENO" 5; }
12339 ac_cv_sizeof_char
=0
12344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_char" >&5
12345 $as_echo "$ac_cv_sizeof_char" >&6; }
12349 cat >>confdefs.h
<<_ACEOF
12350 #define SIZEOF_CHAR $ac_cv_sizeof_char
12355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int8_t" >&5
12356 $as_echo_n "checking for type equivalent to int8_t... " >&6; }
12357 case "$ac_cv_sizeof_char" in
12358 1) acx_cv_type_int8_t
=char
;;
12359 *) as_fn_error $?
"no 8-bit type, please report a bug" "$LINENO" 5
12361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int8_t" >&5
12362 $as_echo "$acx_cv_type_int8_t" >&6; }
12364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int16_t" >&5
12365 $as_echo_n "checking for type equivalent to int16_t... " >&6; }
12366 case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
12367 2:*) acx_cv_type_int16_t
=int
;;
12368 *:2) acx_cv_type_int16_t
=short
;;
12369 *) as_fn_error $?
"no 16-bit type, please report a bug" "$LINENO" 5
12371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int16_t" >&5
12372 $as_echo "$acx_cv_type_int16_t" >&6; }
12374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int32_t" >&5
12375 $as_echo_n "checking for type equivalent to int32_t... " >&6; }
12376 case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
12377 4:*) acx_cv_type_int32_t
=int
;;
12378 *:4) acx_cv_type_int32_t
=long
;;
12379 *) as_fn_error $?
"no 32-bit type, please report a bug" "$LINENO" 5
12381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int32_t" >&5
12382 $as_echo "$acx_cv_type_int32_t" >&6; }
12385 # These tests are here to make the output prettier
12387 if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
12388 case "$ac_cv_sizeof_long" in
12389 8) acx_cv_type_int64_t
=long
;;
12391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int64_t" >&5
12392 $as_echo_n "checking for type equivalent to int64_t... " >&6; }
12393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
12394 $as_echo "${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6; }
12397 # Now we can use the above types
12399 if test "$ac_cv_type_uintptr_t" != yes; then
12400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to intptr_t" >&5
12401 $as_echo_n "checking for type equivalent to intptr_t... " >&6; }
12402 case $ac_cv_sizeof_void_p in
12403 2) acx_cv_type_intptr_t
=int16_t
;;
12404 4) acx_cv_type_intptr_t
=int32_t
;;
12405 8) acx_cv_type_intptr_t
=int64_t
;;
12406 *) as_fn_error $?
"no equivalent for intptr_t, please report a bug" "$LINENO" 5
12408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_intptr_t" >&5
12409 $as_echo "$acx_cv_type_intptr_t" >&6; }
12412 # ----------------- done all checks, emit header -------------
12413 ac_config_commands
="$ac_config_commands gstdint.h"
12417 for ac_header
in fenv.h
12419 ac_fn_c_check_header_mongrel
"$LINENO" "fenv.h" "ac_cv_header_fenv_h" "$ac_includes_default"
12420 if test "x$ac_cv_header_fenv_h" = xyes
; then :
12421 cat >>confdefs.h
<<_ACEOF
12422 #define HAVE_FENV_H 1
12430 # Check for common type sizes
12432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 1 byte integer" >&5
12433 $as_echo_n "checking for 1 byte integer... " >&6; }
12434 if ${libat_cv_have_mode_QI+:} false
; then :
12435 $as_echo_n "(cached) " >&6
12437 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12438 /* end confdefs.h. */
12439 int x __attribute__((mode(QI)));
12441 if ac_fn_c_try_compile
"$LINENO"; then :
12442 libat_cv_have_mode_QI
=yes
12444 libat_cv_have_mode_QI
=no
12446 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_mode_QI" >&5
12449 $as_echo "$libat_cv_have_mode_QI" >&6; }
12451 yesno
=`echo $libat_cv_have_mode_QI | tr 'yesno' '1 0 '`
12453 cat >>confdefs.h
<<_ACEOF
12454 #define HAVE_INT1 $yesno
12458 if test x
$libat_cv_have_mode_QI = xyes
; then
12463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 2 byte integer" >&5
12464 $as_echo_n "checking for 2 byte integer... " >&6; }
12465 if ${libat_cv_have_mode_HI+:} false
; then :
12466 $as_echo_n "(cached) " >&6
12468 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12469 /* end confdefs.h. */
12470 int x __attribute__((mode(HI)));
12472 if ac_fn_c_try_compile
"$LINENO"; then :
12473 libat_cv_have_mode_HI
=yes
12475 libat_cv_have_mode_HI
=no
12477 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_mode_HI" >&5
12480 $as_echo "$libat_cv_have_mode_HI" >&6; }
12482 yesno
=`echo $libat_cv_have_mode_HI | tr 'yesno' '1 0 '`
12484 cat >>confdefs.h
<<_ACEOF
12485 #define HAVE_INT2 $yesno
12489 if test x
$libat_cv_have_mode_HI = xyes
; then
12494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 4 byte integer" >&5
12495 $as_echo_n "checking for 4 byte integer... " >&6; }
12496 if ${libat_cv_have_mode_SI+:} false
; then :
12497 $as_echo_n "(cached) " >&6
12499 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12500 /* end confdefs.h. */
12501 int x __attribute__((mode(SI)));
12503 if ac_fn_c_try_compile
"$LINENO"; then :
12504 libat_cv_have_mode_SI
=yes
12506 libat_cv_have_mode_SI
=no
12508 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_mode_SI" >&5
12511 $as_echo "$libat_cv_have_mode_SI" >&6; }
12513 yesno
=`echo $libat_cv_have_mode_SI | tr 'yesno' '1 0 '`
12515 cat >>confdefs.h
<<_ACEOF
12516 #define HAVE_INT4 $yesno
12520 if test x
$libat_cv_have_mode_SI = xyes
; then
12525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 8 byte integer" >&5
12526 $as_echo_n "checking for 8 byte integer... " >&6; }
12527 if ${libat_cv_have_mode_DI+:} false
; then :
12528 $as_echo_n "(cached) " >&6
12530 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12531 /* end confdefs.h. */
12532 int x __attribute__((mode(DI)));
12534 if ac_fn_c_try_compile
"$LINENO"; then :
12535 libat_cv_have_mode_DI
=yes
12537 libat_cv_have_mode_DI
=no
12539 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_mode_DI" >&5
12542 $as_echo "$libat_cv_have_mode_DI" >&6; }
12544 yesno
=`echo $libat_cv_have_mode_DI | tr 'yesno' '1 0 '`
12546 cat >>confdefs.h
<<_ACEOF
12547 #define HAVE_INT8 $yesno
12551 if test x
$libat_cv_have_mode_DI = xyes
; then
12556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 16 byte integer" >&5
12557 $as_echo_n "checking for 16 byte integer... " >&6; }
12558 if ${libat_cv_have_mode_TI+:} false
; then :
12559 $as_echo_n "(cached) " >&6
12561 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12562 /* end confdefs.h. */
12563 int x __attribute__((mode(TI)));
12565 if ac_fn_c_try_compile
"$LINENO"; then :
12566 libat_cv_have_mode_TI
=yes
12568 libat_cv_have_mode_TI
=no
12570 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_mode_TI" >&5
12573 $as_echo "$libat_cv_have_mode_TI" >&6; }
12575 yesno
=`echo $libat_cv_have_mode_TI | tr 'yesno' '1 0 '`
12577 cat >>confdefs.h
<<_ACEOF
12578 #define HAVE_INT16 $yesno
12582 if test x
$libat_cv_have_mode_TI = xyes
; then
12588 # Check for compiler builtins of atomic operations.
12590 # Do link tests if possible, instead asm tests, limited to some platforms
12591 # see discussion in PR target/40134, PR libstdc++/40133 and the thread
12592 # starting at http://gcc.gnu.org/ml/gcc-patches/2009-07/msg00322.html
12593 atomic_builtins_link_tests
=no
12594 if test x
$gcc_no_link != xyes
; then
12595 # Can do link tests. Limit to some tested platforms
12597 *-*-linux* |
*-*-uclinux* |
*-*-kfreebsd*-gnu |
*-*-gnu*)
12598 atomic_builtins_link_tests
=yes
12605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_load/store for size 1" >&5
12606 $as_echo_n "checking for __atomic_load/store for size 1... " >&6; }
12607 if ${libat_cv_have_at_ldst_1+:} false
; then :
12608 $as_echo_n "(cached) " >&6
12611 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12612 /* end confdefs.h. */
12617 typedef int T __attribute__((mode(QI)));
12618 T *x; volatile T sink; asm("" : "=g"(x));
12619 sink = __atomic_load_n(x, 0);
12620 __atomic_store_n(x, sink, 0);
12625 if test x
$atomic_builtins_link_tests = xyes
; then
12626 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12627 (eval $ac_link) 2>&5
12629 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12630 test $ac_status = 0; }; then
12631 eval libat_cv_have_at_ldst_1
=yes
12633 eval libat_cv_have_at_ldst_1
=no
12636 old_CFLAGS
="$CFLAGS"
12637 # Compile unoptimized.
12638 CFLAGS
="$CFLAGS -O0 -S"
12639 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12640 (eval $ac_compile) 2>&5
12642 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12643 test $ac_status = 0; }; then
12644 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
12645 eval libat_cv_have_at_ldst_1
=no
12647 eval libat_cv_have_at_ldst_1
=yes
12650 eval libat_cv_have_at_ldst_1
=no
12652 CFLAGS
="$old_CFLAGS"
12657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_ldst_1" >&5
12658 $as_echo "$libat_cv_have_at_ldst_1" >&6; }
12661 yesno
=`echo $libat_cv_have_at_ldst_1 | tr 'yesno' '1 0 '`
12663 cat >>confdefs.h
<<_ACEOF
12664 #define HAVE_ATOMIC_LDST_1 $yesno
12673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_load/store for size 2" >&5
12674 $as_echo_n "checking for __atomic_load/store for size 2... " >&6; }
12675 if ${libat_cv_have_at_ldst_2+:} false
; then :
12676 $as_echo_n "(cached) " >&6
12679 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12680 /* end confdefs.h. */
12685 typedef int T __attribute__((mode(HI)));
12686 T *x; volatile T sink; asm("" : "=g"(x));
12687 sink = __atomic_load_n(x, 0);
12688 __atomic_store_n(x, sink, 0);
12693 if test x
$atomic_builtins_link_tests = xyes
; then
12694 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12695 (eval $ac_link) 2>&5
12697 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12698 test $ac_status = 0; }; then
12699 eval libat_cv_have_at_ldst_2
=yes
12701 eval libat_cv_have_at_ldst_2
=no
12704 old_CFLAGS
="$CFLAGS"
12705 # Compile unoptimized.
12706 CFLAGS
="$CFLAGS -O0 -S"
12707 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12708 (eval $ac_compile) 2>&5
12710 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12711 test $ac_status = 0; }; then
12712 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
12713 eval libat_cv_have_at_ldst_2
=no
12715 eval libat_cv_have_at_ldst_2
=yes
12718 eval libat_cv_have_at_ldst_2
=no
12720 CFLAGS
="$old_CFLAGS"
12725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_ldst_2" >&5
12726 $as_echo "$libat_cv_have_at_ldst_2" >&6; }
12729 yesno
=`echo $libat_cv_have_at_ldst_2 | tr 'yesno' '1 0 '`
12731 cat >>confdefs.h
<<_ACEOF
12732 #define HAVE_ATOMIC_LDST_2 $yesno
12741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_load/store for size 4" >&5
12742 $as_echo_n "checking for __atomic_load/store for size 4... " >&6; }
12743 if ${libat_cv_have_at_ldst_4+:} false
; then :
12744 $as_echo_n "(cached) " >&6
12747 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12748 /* end confdefs.h. */
12753 typedef int T __attribute__((mode(SI)));
12754 T *x; volatile T sink; asm("" : "=g"(x));
12755 sink = __atomic_load_n(x, 0);
12756 __atomic_store_n(x, sink, 0);
12761 if test x
$atomic_builtins_link_tests = xyes
; then
12762 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12763 (eval $ac_link) 2>&5
12765 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12766 test $ac_status = 0; }; then
12767 eval libat_cv_have_at_ldst_4
=yes
12769 eval libat_cv_have_at_ldst_4
=no
12772 old_CFLAGS
="$CFLAGS"
12773 # Compile unoptimized.
12774 CFLAGS
="$CFLAGS -O0 -S"
12775 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12776 (eval $ac_compile) 2>&5
12778 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12779 test $ac_status = 0; }; then
12780 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
12781 eval libat_cv_have_at_ldst_4
=no
12783 eval libat_cv_have_at_ldst_4
=yes
12786 eval libat_cv_have_at_ldst_4
=no
12788 CFLAGS
="$old_CFLAGS"
12793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_ldst_4" >&5
12794 $as_echo "$libat_cv_have_at_ldst_4" >&6; }
12797 yesno
=`echo $libat_cv_have_at_ldst_4 | tr 'yesno' '1 0 '`
12799 cat >>confdefs.h
<<_ACEOF
12800 #define HAVE_ATOMIC_LDST_4 $yesno
12809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_load/store for size 8" >&5
12810 $as_echo_n "checking for __atomic_load/store for size 8... " >&6; }
12811 if ${libat_cv_have_at_ldst_8+:} false
; then :
12812 $as_echo_n "(cached) " >&6
12815 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12816 /* end confdefs.h. */
12821 typedef int T __attribute__((mode(DI)));
12822 T *x; volatile T sink; asm("" : "=g"(x));
12823 sink = __atomic_load_n(x, 0);
12824 __atomic_store_n(x, sink, 0);
12829 if test x
$atomic_builtins_link_tests = xyes
; then
12830 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12831 (eval $ac_link) 2>&5
12833 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12834 test $ac_status = 0; }; then
12835 eval libat_cv_have_at_ldst_8
=yes
12837 eval libat_cv_have_at_ldst_8
=no
12840 old_CFLAGS
="$CFLAGS"
12841 # Compile unoptimized.
12842 CFLAGS
="$CFLAGS -O0 -S"
12843 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12844 (eval $ac_compile) 2>&5
12846 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12847 test $ac_status = 0; }; then
12848 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
12849 eval libat_cv_have_at_ldst_8
=no
12851 eval libat_cv_have_at_ldst_8
=yes
12854 eval libat_cv_have_at_ldst_8
=no
12856 CFLAGS
="$old_CFLAGS"
12861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_ldst_8" >&5
12862 $as_echo "$libat_cv_have_at_ldst_8" >&6; }
12865 yesno
=`echo $libat_cv_have_at_ldst_8 | tr 'yesno' '1 0 '`
12867 cat >>confdefs.h
<<_ACEOF
12868 #define HAVE_ATOMIC_LDST_8 $yesno
12877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_load/store for size 16" >&5
12878 $as_echo_n "checking for __atomic_load/store for size 16... " >&6; }
12879 if ${libat_cv_have_at_ldst_16+:} false
; then :
12880 $as_echo_n "(cached) " >&6
12883 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12884 /* end confdefs.h. */
12889 typedef int T __attribute__((mode(TI)));
12890 T *x; volatile T sink; asm("" : "=g"(x));
12891 sink = __atomic_load_n(x, 0);
12892 __atomic_store_n(x, sink, 0);
12897 if test x
$atomic_builtins_link_tests = xyes
; then
12898 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12899 (eval $ac_link) 2>&5
12901 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12902 test $ac_status = 0; }; then
12903 eval libat_cv_have_at_ldst_16
=yes
12905 eval libat_cv_have_at_ldst_16
=no
12908 old_CFLAGS
="$CFLAGS"
12909 # Compile unoptimized.
12910 CFLAGS
="$CFLAGS -O0 -S"
12911 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12912 (eval $ac_compile) 2>&5
12914 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12915 test $ac_status = 0; }; then
12916 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
12917 eval libat_cv_have_at_ldst_16
=no
12919 eval libat_cv_have_at_ldst_16
=yes
12922 eval libat_cv_have_at_ldst_16
=no
12924 CFLAGS
="$old_CFLAGS"
12929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_ldst_16" >&5
12930 $as_echo "$libat_cv_have_at_ldst_16" >&6; }
12933 yesno
=`echo $libat_cv_have_at_ldst_16 | tr 'yesno' '1 0 '`
12935 cat >>confdefs.h
<<_ACEOF
12936 #define HAVE_ATOMIC_LDST_16 $yesno
12946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_test_and_set for size 1" >&5
12947 $as_echo_n "checking for __atomic_test_and_set for size 1... " >&6; }
12948 if ${libat_cv_have_at_tas_1+:} false
; then :
12949 $as_echo_n "(cached) " >&6
12952 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12953 /* end confdefs.h. */
12958 typedef int T __attribute__((mode(QI))); T *x; asm("" : "=g"(x));
12959 __atomic_test_and_set(x, 0);
12964 if test x
$atomic_builtins_link_tests = xyes
; then
12965 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12966 (eval $ac_link) 2>&5
12968 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12969 test $ac_status = 0; }; then
12970 eval libat_cv_have_at_tas_1
=yes
12972 eval libat_cv_have_at_tas_1
=no
12975 old_CFLAGS
="$CFLAGS"
12976 # Compile unoptimized.
12977 CFLAGS
="$CFLAGS -O0 -S"
12978 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12979 (eval $ac_compile) 2>&5
12981 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12982 test $ac_status = 0; }; then
12983 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
12984 eval libat_cv_have_at_tas_1
=no
12986 eval libat_cv_have_at_tas_1
=yes
12989 eval libat_cv_have_at_tas_1
=no
12991 CFLAGS
="$old_CFLAGS"
12996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_tas_1" >&5
12997 $as_echo "$libat_cv_have_at_tas_1" >&6; }
13000 yesno
=`echo $libat_cv_have_at_tas_1 | tr 'yesno' '1 0 '`
13002 cat >>confdefs.h
<<_ACEOF
13003 #define HAVE_ATOMIC_TAS_1 $yesno
13011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_test_and_set for size 2" >&5
13012 $as_echo_n "checking for __atomic_test_and_set for size 2... " >&6; }
13013 if ${libat_cv_have_at_tas_2+:} false
; then :
13014 $as_echo_n "(cached) " >&6
13017 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13018 /* end confdefs.h. */
13023 typedef int T __attribute__((mode(HI))); T *x; asm("" : "=g"(x));
13024 __atomic_test_and_set(x, 0);
13029 if test x
$atomic_builtins_link_tests = xyes
; then
13030 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13031 (eval $ac_link) 2>&5
13033 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13034 test $ac_status = 0; }; then
13035 eval libat_cv_have_at_tas_2
=yes
13037 eval libat_cv_have_at_tas_2
=no
13040 old_CFLAGS
="$CFLAGS"
13041 # Compile unoptimized.
13042 CFLAGS
="$CFLAGS -O0 -S"
13043 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13044 (eval $ac_compile) 2>&5
13046 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13047 test $ac_status = 0; }; then
13048 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13049 eval libat_cv_have_at_tas_2
=no
13051 eval libat_cv_have_at_tas_2
=yes
13054 eval libat_cv_have_at_tas_2
=no
13056 CFLAGS
="$old_CFLAGS"
13061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_tas_2" >&5
13062 $as_echo "$libat_cv_have_at_tas_2" >&6; }
13065 yesno
=`echo $libat_cv_have_at_tas_2 | tr 'yesno' '1 0 '`
13067 cat >>confdefs.h
<<_ACEOF
13068 #define HAVE_ATOMIC_TAS_2 $yesno
13076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_test_and_set for size 4" >&5
13077 $as_echo_n "checking for __atomic_test_and_set for size 4... " >&6; }
13078 if ${libat_cv_have_at_tas_4+:} false
; then :
13079 $as_echo_n "(cached) " >&6
13082 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13083 /* end confdefs.h. */
13088 typedef int T __attribute__((mode(SI))); T *x; asm("" : "=g"(x));
13089 __atomic_test_and_set(x, 0);
13094 if test x
$atomic_builtins_link_tests = xyes
; then
13095 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13096 (eval $ac_link) 2>&5
13098 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13099 test $ac_status = 0; }; then
13100 eval libat_cv_have_at_tas_4
=yes
13102 eval libat_cv_have_at_tas_4
=no
13105 old_CFLAGS
="$CFLAGS"
13106 # Compile unoptimized.
13107 CFLAGS
="$CFLAGS -O0 -S"
13108 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13109 (eval $ac_compile) 2>&5
13111 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13112 test $ac_status = 0; }; then
13113 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13114 eval libat_cv_have_at_tas_4
=no
13116 eval libat_cv_have_at_tas_4
=yes
13119 eval libat_cv_have_at_tas_4
=no
13121 CFLAGS
="$old_CFLAGS"
13126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_tas_4" >&5
13127 $as_echo "$libat_cv_have_at_tas_4" >&6; }
13130 yesno
=`echo $libat_cv_have_at_tas_4 | tr 'yesno' '1 0 '`
13132 cat >>confdefs.h
<<_ACEOF
13133 #define HAVE_ATOMIC_TAS_4 $yesno
13141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_test_and_set for size 8" >&5
13142 $as_echo_n "checking for __atomic_test_and_set for size 8... " >&6; }
13143 if ${libat_cv_have_at_tas_8+:} false
; then :
13144 $as_echo_n "(cached) " >&6
13147 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13148 /* end confdefs.h. */
13153 typedef int T __attribute__((mode(DI))); T *x; asm("" : "=g"(x));
13154 __atomic_test_and_set(x, 0);
13159 if test x
$atomic_builtins_link_tests = xyes
; then
13160 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13161 (eval $ac_link) 2>&5
13163 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13164 test $ac_status = 0; }; then
13165 eval libat_cv_have_at_tas_8
=yes
13167 eval libat_cv_have_at_tas_8
=no
13170 old_CFLAGS
="$CFLAGS"
13171 # Compile unoptimized.
13172 CFLAGS
="$CFLAGS -O0 -S"
13173 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13174 (eval $ac_compile) 2>&5
13176 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13177 test $ac_status = 0; }; then
13178 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13179 eval libat_cv_have_at_tas_8
=no
13181 eval libat_cv_have_at_tas_8
=yes
13184 eval libat_cv_have_at_tas_8
=no
13186 CFLAGS
="$old_CFLAGS"
13191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_tas_8" >&5
13192 $as_echo "$libat_cv_have_at_tas_8" >&6; }
13195 yesno
=`echo $libat_cv_have_at_tas_8 | tr 'yesno' '1 0 '`
13197 cat >>confdefs.h
<<_ACEOF
13198 #define HAVE_ATOMIC_TAS_8 $yesno
13206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_test_and_set for size 16" >&5
13207 $as_echo_n "checking for __atomic_test_and_set for size 16... " >&6; }
13208 if ${libat_cv_have_at_tas_16+:} false
; then :
13209 $as_echo_n "(cached) " >&6
13212 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13213 /* end confdefs.h. */
13218 typedef int T __attribute__((mode(TI))); T *x; asm("" : "=g"(x));
13219 __atomic_test_and_set(x, 0);
13224 if test x
$atomic_builtins_link_tests = xyes
; then
13225 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13226 (eval $ac_link) 2>&5
13228 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13229 test $ac_status = 0; }; then
13230 eval libat_cv_have_at_tas_16
=yes
13232 eval libat_cv_have_at_tas_16
=no
13235 old_CFLAGS
="$CFLAGS"
13236 # Compile unoptimized.
13237 CFLAGS
="$CFLAGS -O0 -S"
13238 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13239 (eval $ac_compile) 2>&5
13241 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13242 test $ac_status = 0; }; then
13243 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13244 eval libat_cv_have_at_tas_16
=no
13246 eval libat_cv_have_at_tas_16
=yes
13249 eval libat_cv_have_at_tas_16
=no
13251 CFLAGS
="$old_CFLAGS"
13256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_tas_16" >&5
13257 $as_echo "$libat_cv_have_at_tas_16" >&6; }
13260 yesno
=`echo $libat_cv_have_at_tas_16 | tr 'yesno' '1 0 '`
13262 cat >>confdefs.h
<<_ACEOF
13263 #define HAVE_ATOMIC_TAS_16 $yesno
13272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_exchange for size 1" >&5
13273 $as_echo_n "checking for __atomic_exchange for size 1... " >&6; }
13274 if ${libat_cv_have_at_exch_1+:} false
; then :
13275 $as_echo_n "(cached) " >&6
13278 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13279 /* end confdefs.h. */
13284 typedef int T __attribute__((mode(QI))); T *x; asm("" : "=g"(x));
13285 __atomic_exchange_n(x, 0, 0);
13290 if test x
$atomic_builtins_link_tests = xyes
; then
13291 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13292 (eval $ac_link) 2>&5
13294 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13295 test $ac_status = 0; }; then
13296 eval libat_cv_have_at_exch_1
=yes
13298 eval libat_cv_have_at_exch_1
=no
13301 old_CFLAGS
="$CFLAGS"
13302 # Compile unoptimized.
13303 CFLAGS
="$CFLAGS -O0 -S"
13304 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13305 (eval $ac_compile) 2>&5
13307 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13308 test $ac_status = 0; }; then
13309 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13310 eval libat_cv_have_at_exch_1
=no
13312 eval libat_cv_have_at_exch_1
=yes
13315 eval libat_cv_have_at_exch_1
=no
13317 CFLAGS
="$old_CFLAGS"
13322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_exch_1" >&5
13323 $as_echo "$libat_cv_have_at_exch_1" >&6; }
13326 yesno
=`echo $libat_cv_have_at_exch_1 | tr 'yesno' '1 0 '`
13328 cat >>confdefs.h
<<_ACEOF
13329 #define HAVE_ATOMIC_EXCHANGE_1 $yesno
13337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_exchange for size 2" >&5
13338 $as_echo_n "checking for __atomic_exchange for size 2... " >&6; }
13339 if ${libat_cv_have_at_exch_2+:} false
; then :
13340 $as_echo_n "(cached) " >&6
13343 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13344 /* end confdefs.h. */
13349 typedef int T __attribute__((mode(HI))); T *x; asm("" : "=g"(x));
13350 __atomic_exchange_n(x, 0, 0);
13355 if test x
$atomic_builtins_link_tests = xyes
; then
13356 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13357 (eval $ac_link) 2>&5
13359 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13360 test $ac_status = 0; }; then
13361 eval libat_cv_have_at_exch_2
=yes
13363 eval libat_cv_have_at_exch_2
=no
13366 old_CFLAGS
="$CFLAGS"
13367 # Compile unoptimized.
13368 CFLAGS
="$CFLAGS -O0 -S"
13369 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13370 (eval $ac_compile) 2>&5
13372 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13373 test $ac_status = 0; }; then
13374 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13375 eval libat_cv_have_at_exch_2
=no
13377 eval libat_cv_have_at_exch_2
=yes
13380 eval libat_cv_have_at_exch_2
=no
13382 CFLAGS
="$old_CFLAGS"
13387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_exch_2" >&5
13388 $as_echo "$libat_cv_have_at_exch_2" >&6; }
13391 yesno
=`echo $libat_cv_have_at_exch_2 | tr 'yesno' '1 0 '`
13393 cat >>confdefs.h
<<_ACEOF
13394 #define HAVE_ATOMIC_EXCHANGE_2 $yesno
13402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_exchange for size 4" >&5
13403 $as_echo_n "checking for __atomic_exchange for size 4... " >&6; }
13404 if ${libat_cv_have_at_exch_4+:} false
; then :
13405 $as_echo_n "(cached) " >&6
13408 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13409 /* end confdefs.h. */
13414 typedef int T __attribute__((mode(SI))); T *x; asm("" : "=g"(x));
13415 __atomic_exchange_n(x, 0, 0);
13420 if test x
$atomic_builtins_link_tests = xyes
; then
13421 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13422 (eval $ac_link) 2>&5
13424 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13425 test $ac_status = 0; }; then
13426 eval libat_cv_have_at_exch_4
=yes
13428 eval libat_cv_have_at_exch_4
=no
13431 old_CFLAGS
="$CFLAGS"
13432 # Compile unoptimized.
13433 CFLAGS
="$CFLAGS -O0 -S"
13434 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13435 (eval $ac_compile) 2>&5
13437 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13438 test $ac_status = 0; }; then
13439 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13440 eval libat_cv_have_at_exch_4
=no
13442 eval libat_cv_have_at_exch_4
=yes
13445 eval libat_cv_have_at_exch_4
=no
13447 CFLAGS
="$old_CFLAGS"
13452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_exch_4" >&5
13453 $as_echo "$libat_cv_have_at_exch_4" >&6; }
13456 yesno
=`echo $libat_cv_have_at_exch_4 | tr 'yesno' '1 0 '`
13458 cat >>confdefs.h
<<_ACEOF
13459 #define HAVE_ATOMIC_EXCHANGE_4 $yesno
13467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_exchange for size 8" >&5
13468 $as_echo_n "checking for __atomic_exchange for size 8... " >&6; }
13469 if ${libat_cv_have_at_exch_8+:} false
; then :
13470 $as_echo_n "(cached) " >&6
13473 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13474 /* end confdefs.h. */
13479 typedef int T __attribute__((mode(DI))); T *x; asm("" : "=g"(x));
13480 __atomic_exchange_n(x, 0, 0);
13485 if test x
$atomic_builtins_link_tests = xyes
; then
13486 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13487 (eval $ac_link) 2>&5
13489 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13490 test $ac_status = 0; }; then
13491 eval libat_cv_have_at_exch_8
=yes
13493 eval libat_cv_have_at_exch_8
=no
13496 old_CFLAGS
="$CFLAGS"
13497 # Compile unoptimized.
13498 CFLAGS
="$CFLAGS -O0 -S"
13499 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13500 (eval $ac_compile) 2>&5
13502 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13503 test $ac_status = 0; }; then
13504 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13505 eval libat_cv_have_at_exch_8
=no
13507 eval libat_cv_have_at_exch_8
=yes
13510 eval libat_cv_have_at_exch_8
=no
13512 CFLAGS
="$old_CFLAGS"
13517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_exch_8" >&5
13518 $as_echo "$libat_cv_have_at_exch_8" >&6; }
13521 yesno
=`echo $libat_cv_have_at_exch_8 | tr 'yesno' '1 0 '`
13523 cat >>confdefs.h
<<_ACEOF
13524 #define HAVE_ATOMIC_EXCHANGE_8 $yesno
13532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_exchange for size 16" >&5
13533 $as_echo_n "checking for __atomic_exchange for size 16... " >&6; }
13534 if ${libat_cv_have_at_exch_16+:} false
; then :
13535 $as_echo_n "(cached) " >&6
13538 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13539 /* end confdefs.h. */
13544 typedef int T __attribute__((mode(TI))); T *x; asm("" : "=g"(x));
13545 __atomic_exchange_n(x, 0, 0);
13550 if test x
$atomic_builtins_link_tests = xyes
; then
13551 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13552 (eval $ac_link) 2>&5
13554 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13555 test $ac_status = 0; }; then
13556 eval libat_cv_have_at_exch_16
=yes
13558 eval libat_cv_have_at_exch_16
=no
13561 old_CFLAGS
="$CFLAGS"
13562 # Compile unoptimized.
13563 CFLAGS
="$CFLAGS -O0 -S"
13564 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13565 (eval $ac_compile) 2>&5
13567 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13568 test $ac_status = 0; }; then
13569 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13570 eval libat_cv_have_at_exch_16
=no
13572 eval libat_cv_have_at_exch_16
=yes
13575 eval libat_cv_have_at_exch_16
=no
13577 CFLAGS
="$old_CFLAGS"
13582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_exch_16" >&5
13583 $as_echo "$libat_cv_have_at_exch_16" >&6; }
13586 yesno
=`echo $libat_cv_have_at_exch_16 | tr 'yesno' '1 0 '`
13588 cat >>confdefs.h
<<_ACEOF
13589 #define HAVE_ATOMIC_EXCHANGE_16 $yesno
13598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_compare_exchange for size 1" >&5
13599 $as_echo_n "checking for __atomic_compare_exchange for size 1... " >&6; }
13600 if ${libat_cv_have_at_cas_1+:} false
; then :
13601 $as_echo_n "(cached) " >&6
13604 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13605 /* end confdefs.h. */
13610 typedef int T __attribute__((mode(QI))); T *x, *y;
13611 asm("" : "=g"(x), "=g"(y));
13612 __atomic_compare_exchange_n(x, y, 0, 0, 0, 0);
13617 if test x
$atomic_builtins_link_tests = xyes
; then
13618 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13619 (eval $ac_link) 2>&5
13621 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13622 test $ac_status = 0; }; then
13623 eval libat_cv_have_at_cas_1
=yes
13625 eval libat_cv_have_at_cas_1
=no
13628 old_CFLAGS
="$CFLAGS"
13629 # Compile unoptimized.
13630 CFLAGS
="$CFLAGS -O0 -S"
13631 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13632 (eval $ac_compile) 2>&5
13634 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13635 test $ac_status = 0; }; then
13636 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13637 eval libat_cv_have_at_cas_1
=no
13639 eval libat_cv_have_at_cas_1
=yes
13642 eval libat_cv_have_at_cas_1
=no
13644 CFLAGS
="$old_CFLAGS"
13649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_cas_1" >&5
13650 $as_echo "$libat_cv_have_at_cas_1" >&6; }
13653 yesno
=`echo $libat_cv_have_at_cas_1 | tr 'yesno' '1 0 '`
13655 cat >>confdefs.h
<<_ACEOF
13656 #define HAVE_ATOMIC_CAS_1 $yesno
13664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_compare_exchange for size 2" >&5
13665 $as_echo_n "checking for __atomic_compare_exchange for size 2... " >&6; }
13666 if ${libat_cv_have_at_cas_2+:} false
; then :
13667 $as_echo_n "(cached) " >&6
13670 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13671 /* end confdefs.h. */
13676 typedef int T __attribute__((mode(HI))); T *x, *y;
13677 asm("" : "=g"(x), "=g"(y));
13678 __atomic_compare_exchange_n(x, y, 0, 0, 0, 0);
13683 if test x
$atomic_builtins_link_tests = xyes
; then
13684 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13685 (eval $ac_link) 2>&5
13687 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13688 test $ac_status = 0; }; then
13689 eval libat_cv_have_at_cas_2
=yes
13691 eval libat_cv_have_at_cas_2
=no
13694 old_CFLAGS
="$CFLAGS"
13695 # Compile unoptimized.
13696 CFLAGS
="$CFLAGS -O0 -S"
13697 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13698 (eval $ac_compile) 2>&5
13700 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13701 test $ac_status = 0; }; then
13702 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13703 eval libat_cv_have_at_cas_2
=no
13705 eval libat_cv_have_at_cas_2
=yes
13708 eval libat_cv_have_at_cas_2
=no
13710 CFLAGS
="$old_CFLAGS"
13715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_cas_2" >&5
13716 $as_echo "$libat_cv_have_at_cas_2" >&6; }
13719 yesno
=`echo $libat_cv_have_at_cas_2 | tr 'yesno' '1 0 '`
13721 cat >>confdefs.h
<<_ACEOF
13722 #define HAVE_ATOMIC_CAS_2 $yesno
13730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_compare_exchange for size 4" >&5
13731 $as_echo_n "checking for __atomic_compare_exchange for size 4... " >&6; }
13732 if ${libat_cv_have_at_cas_4+:} false
; then :
13733 $as_echo_n "(cached) " >&6
13736 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13737 /* end confdefs.h. */
13742 typedef int T __attribute__((mode(SI))); T *x, *y;
13743 asm("" : "=g"(x), "=g"(y));
13744 __atomic_compare_exchange_n(x, y, 0, 0, 0, 0);
13749 if test x
$atomic_builtins_link_tests = xyes
; then
13750 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13751 (eval $ac_link) 2>&5
13753 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13754 test $ac_status = 0; }; then
13755 eval libat_cv_have_at_cas_4
=yes
13757 eval libat_cv_have_at_cas_4
=no
13760 old_CFLAGS
="$CFLAGS"
13761 # Compile unoptimized.
13762 CFLAGS
="$CFLAGS -O0 -S"
13763 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13764 (eval $ac_compile) 2>&5
13766 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13767 test $ac_status = 0; }; then
13768 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13769 eval libat_cv_have_at_cas_4
=no
13771 eval libat_cv_have_at_cas_4
=yes
13774 eval libat_cv_have_at_cas_4
=no
13776 CFLAGS
="$old_CFLAGS"
13781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_cas_4" >&5
13782 $as_echo "$libat_cv_have_at_cas_4" >&6; }
13785 yesno
=`echo $libat_cv_have_at_cas_4 | tr 'yesno' '1 0 '`
13787 cat >>confdefs.h
<<_ACEOF
13788 #define HAVE_ATOMIC_CAS_4 $yesno
13796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_compare_exchange for size 8" >&5
13797 $as_echo_n "checking for __atomic_compare_exchange for size 8... " >&6; }
13798 if ${libat_cv_have_at_cas_8+:} false
; then :
13799 $as_echo_n "(cached) " >&6
13802 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13803 /* end confdefs.h. */
13808 typedef int T __attribute__((mode(DI))); T *x, *y;
13809 asm("" : "=g"(x), "=g"(y));
13810 __atomic_compare_exchange_n(x, y, 0, 0, 0, 0);
13815 if test x
$atomic_builtins_link_tests = xyes
; then
13816 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13817 (eval $ac_link) 2>&5
13819 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13820 test $ac_status = 0; }; then
13821 eval libat_cv_have_at_cas_8
=yes
13823 eval libat_cv_have_at_cas_8
=no
13826 old_CFLAGS
="$CFLAGS"
13827 # Compile unoptimized.
13828 CFLAGS
="$CFLAGS -O0 -S"
13829 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13830 (eval $ac_compile) 2>&5
13832 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13833 test $ac_status = 0; }; then
13834 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13835 eval libat_cv_have_at_cas_8
=no
13837 eval libat_cv_have_at_cas_8
=yes
13840 eval libat_cv_have_at_cas_8
=no
13842 CFLAGS
="$old_CFLAGS"
13847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_cas_8" >&5
13848 $as_echo "$libat_cv_have_at_cas_8" >&6; }
13851 yesno
=`echo $libat_cv_have_at_cas_8 | tr 'yesno' '1 0 '`
13853 cat >>confdefs.h
<<_ACEOF
13854 #define HAVE_ATOMIC_CAS_8 $yesno
13862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_compare_exchange for size 16" >&5
13863 $as_echo_n "checking for __atomic_compare_exchange for size 16... " >&6; }
13864 if ${libat_cv_have_at_cas_16+:} false
; then :
13865 $as_echo_n "(cached) " >&6
13868 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13869 /* end confdefs.h. */
13874 typedef int T __attribute__((mode(TI))); T *x, *y;
13875 asm("" : "=g"(x), "=g"(y));
13876 __atomic_compare_exchange_n(x, y, 0, 0, 0, 0);
13881 if test x
$atomic_builtins_link_tests = xyes
; then
13882 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13883 (eval $ac_link) 2>&5
13885 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13886 test $ac_status = 0; }; then
13887 eval libat_cv_have_at_cas_16
=yes
13889 eval libat_cv_have_at_cas_16
=no
13892 old_CFLAGS
="$CFLAGS"
13893 # Compile unoptimized.
13894 CFLAGS
="$CFLAGS -O0 -S"
13895 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13896 (eval $ac_compile) 2>&5
13898 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13899 test $ac_status = 0; }; then
13900 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13901 eval libat_cv_have_at_cas_16
=no
13903 eval libat_cv_have_at_cas_16
=yes
13906 eval libat_cv_have_at_cas_16
=no
13908 CFLAGS
="$old_CFLAGS"
13913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_cas_16" >&5
13914 $as_echo "$libat_cv_have_at_cas_16" >&6; }
13917 yesno
=`echo $libat_cv_have_at_cas_16 | tr 'yesno' '1 0 '`
13919 cat >>confdefs.h
<<_ACEOF
13920 #define HAVE_ATOMIC_CAS_16 $yesno
13929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_add for size 1" >&5
13930 $as_echo_n "checking for __atomic_fetch_add for size 1... " >&6; }
13931 if ${libat_cv_have_at_fadd_1+:} false
; then :
13932 $as_echo_n "(cached) " >&6
13935 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13936 /* end confdefs.h. */
13941 typedef int T __attribute__((mode(QI))); T *x, y;
13942 asm("" : "=g"(x), "=g"(y));
13943 __atomic_fetch_add (x, y, 0);
13944 __atomic_add_fetch (x, y, 0);
13949 if test x
$atomic_builtins_link_tests = xyes
; then
13950 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13951 (eval $ac_link) 2>&5
13953 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13954 test $ac_status = 0; }; then
13955 eval libat_cv_have_at_fadd_1
=yes
13957 eval libat_cv_have_at_fadd_1
=no
13960 old_CFLAGS
="$CFLAGS"
13961 # Compile unoptimized.
13962 CFLAGS
="$CFLAGS -O0 -S"
13963 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13964 (eval $ac_compile) 2>&5
13966 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13967 test $ac_status = 0; }; then
13968 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13969 eval libat_cv_have_at_fadd_1
=no
13971 eval libat_cv_have_at_fadd_1
=yes
13974 eval libat_cv_have_at_fadd_1
=no
13976 CFLAGS
="$old_CFLAGS"
13981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fadd_1" >&5
13982 $as_echo "$libat_cv_have_at_fadd_1" >&6; }
13985 yesno
=`echo $libat_cv_have_at_fadd_1 | tr 'yesno' '1 0 '`
13987 cat >>confdefs.h
<<_ACEOF
13988 #define HAVE_ATOMIC_FETCH_ADD_1 $yesno
13996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_add for size 2" >&5
13997 $as_echo_n "checking for __atomic_fetch_add for size 2... " >&6; }
13998 if ${libat_cv_have_at_fadd_2+:} false
; then :
13999 $as_echo_n "(cached) " >&6
14002 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14003 /* end confdefs.h. */
14008 typedef int T __attribute__((mode(HI))); T *x, y;
14009 asm("" : "=g"(x), "=g"(y));
14010 __atomic_fetch_add (x, y, 0);
14011 __atomic_add_fetch (x, y, 0);
14016 if test x
$atomic_builtins_link_tests = xyes
; then
14017 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14018 (eval $ac_link) 2>&5
14020 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14021 test $ac_status = 0; }; then
14022 eval libat_cv_have_at_fadd_2
=yes
14024 eval libat_cv_have_at_fadd_2
=no
14027 old_CFLAGS
="$CFLAGS"
14028 # Compile unoptimized.
14029 CFLAGS
="$CFLAGS -O0 -S"
14030 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14031 (eval $ac_compile) 2>&5
14033 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14034 test $ac_status = 0; }; then
14035 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
14036 eval libat_cv_have_at_fadd_2
=no
14038 eval libat_cv_have_at_fadd_2
=yes
14041 eval libat_cv_have_at_fadd_2
=no
14043 CFLAGS
="$old_CFLAGS"
14048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fadd_2" >&5
14049 $as_echo "$libat_cv_have_at_fadd_2" >&6; }
14052 yesno
=`echo $libat_cv_have_at_fadd_2 | tr 'yesno' '1 0 '`
14054 cat >>confdefs.h
<<_ACEOF
14055 #define HAVE_ATOMIC_FETCH_ADD_2 $yesno
14063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_add for size 4" >&5
14064 $as_echo_n "checking for __atomic_fetch_add for size 4... " >&6; }
14065 if ${libat_cv_have_at_fadd_4+:} false
; then :
14066 $as_echo_n "(cached) " >&6
14069 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14070 /* end confdefs.h. */
14075 typedef int T __attribute__((mode(SI))); T *x, y;
14076 asm("" : "=g"(x), "=g"(y));
14077 __atomic_fetch_add (x, y, 0);
14078 __atomic_add_fetch (x, y, 0);
14083 if test x
$atomic_builtins_link_tests = xyes
; then
14084 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14085 (eval $ac_link) 2>&5
14087 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14088 test $ac_status = 0; }; then
14089 eval libat_cv_have_at_fadd_4
=yes
14091 eval libat_cv_have_at_fadd_4
=no
14094 old_CFLAGS
="$CFLAGS"
14095 # Compile unoptimized.
14096 CFLAGS
="$CFLAGS -O0 -S"
14097 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14098 (eval $ac_compile) 2>&5
14100 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14101 test $ac_status = 0; }; then
14102 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
14103 eval libat_cv_have_at_fadd_4
=no
14105 eval libat_cv_have_at_fadd_4
=yes
14108 eval libat_cv_have_at_fadd_4
=no
14110 CFLAGS
="$old_CFLAGS"
14115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fadd_4" >&5
14116 $as_echo "$libat_cv_have_at_fadd_4" >&6; }
14119 yesno
=`echo $libat_cv_have_at_fadd_4 | tr 'yesno' '1 0 '`
14121 cat >>confdefs.h
<<_ACEOF
14122 #define HAVE_ATOMIC_FETCH_ADD_4 $yesno
14130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_add for size 8" >&5
14131 $as_echo_n "checking for __atomic_fetch_add for size 8... " >&6; }
14132 if ${libat_cv_have_at_fadd_8+:} false
; then :
14133 $as_echo_n "(cached) " >&6
14136 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14137 /* end confdefs.h. */
14142 typedef int T __attribute__((mode(DI))); T *x, y;
14143 asm("" : "=g"(x), "=g"(y));
14144 __atomic_fetch_add (x, y, 0);
14145 __atomic_add_fetch (x, y, 0);
14150 if test x
$atomic_builtins_link_tests = xyes
; then
14151 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14152 (eval $ac_link) 2>&5
14154 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14155 test $ac_status = 0; }; then
14156 eval libat_cv_have_at_fadd_8
=yes
14158 eval libat_cv_have_at_fadd_8
=no
14161 old_CFLAGS
="$CFLAGS"
14162 # Compile unoptimized.
14163 CFLAGS
="$CFLAGS -O0 -S"
14164 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14165 (eval $ac_compile) 2>&5
14167 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14168 test $ac_status = 0; }; then
14169 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
14170 eval libat_cv_have_at_fadd_8
=no
14172 eval libat_cv_have_at_fadd_8
=yes
14175 eval libat_cv_have_at_fadd_8
=no
14177 CFLAGS
="$old_CFLAGS"
14182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fadd_8" >&5
14183 $as_echo "$libat_cv_have_at_fadd_8" >&6; }
14186 yesno
=`echo $libat_cv_have_at_fadd_8 | tr 'yesno' '1 0 '`
14188 cat >>confdefs.h
<<_ACEOF
14189 #define HAVE_ATOMIC_FETCH_ADD_8 $yesno
14197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_add for size 16" >&5
14198 $as_echo_n "checking for __atomic_fetch_add for size 16... " >&6; }
14199 if ${libat_cv_have_at_fadd_16+:} false
; then :
14200 $as_echo_n "(cached) " >&6
14203 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14204 /* end confdefs.h. */
14209 typedef int T __attribute__((mode(TI))); T *x, y;
14210 asm("" : "=g"(x), "=g"(y));
14211 __atomic_fetch_add (x, y, 0);
14212 __atomic_add_fetch (x, y, 0);
14217 if test x
$atomic_builtins_link_tests = xyes
; then
14218 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14219 (eval $ac_link) 2>&5
14221 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14222 test $ac_status = 0; }; then
14223 eval libat_cv_have_at_fadd_16
=yes
14225 eval libat_cv_have_at_fadd_16
=no
14228 old_CFLAGS
="$CFLAGS"
14229 # Compile unoptimized.
14230 CFLAGS
="$CFLAGS -O0 -S"
14231 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14232 (eval $ac_compile) 2>&5
14234 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14235 test $ac_status = 0; }; then
14236 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
14237 eval libat_cv_have_at_fadd_16
=no
14239 eval libat_cv_have_at_fadd_16
=yes
14242 eval libat_cv_have_at_fadd_16
=no
14244 CFLAGS
="$old_CFLAGS"
14249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fadd_16" >&5
14250 $as_echo "$libat_cv_have_at_fadd_16" >&6; }
14253 yesno
=`echo $libat_cv_have_at_fadd_16 | tr 'yesno' '1 0 '`
14255 cat >>confdefs.h
<<_ACEOF
14256 #define HAVE_ATOMIC_FETCH_ADD_16 $yesno
14265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_op for size 1" >&5
14266 $as_echo_n "checking for __atomic_fetch_op for size 1... " >&6; }
14267 if ${libat_cv_have_at_fop_1+:} false
; then :
14268 $as_echo_n "(cached) " >&6
14271 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14272 /* end confdefs.h. */
14277 typedef int T __attribute__((mode(QI))); T *x, y;
14278 asm("" : "=g"(x), "=g"(y));
14279 __atomic_fetch_add (x, y, 0); __atomic_add_fetch (x, y, 0);
14280 __atomic_fetch_sub (x, y, 0); __atomic_sub_fetch (x, y, 0);
14281 __atomic_fetch_and (x, y, 0); __atomic_and_fetch (x, y, 0);
14282 __atomic_fetch_nand (x, y, 0); __atomic_nand_fetch (x, y, 0);
14283 __atomic_fetch_xor (x, y, 0); __atomic_xor_fetch (x, y, 0);
14284 __atomic_fetch_or (x, y, 0); __atomic_or_fetch (x, y, 0);
14289 if test x
$atomic_builtins_link_tests = xyes
; then
14290 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14291 (eval $ac_link) 2>&5
14293 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14294 test $ac_status = 0; }; then
14295 eval libat_cv_have_at_fop_1
=yes
14297 eval libat_cv_have_at_fop_1
=no
14300 old_CFLAGS
="$CFLAGS"
14301 # Compile unoptimized.
14302 CFLAGS
="$CFLAGS -O0 -S"
14303 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14304 (eval $ac_compile) 2>&5
14306 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14307 test $ac_status = 0; }; then
14308 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
14309 eval libat_cv_have_at_fop_1
=no
14311 eval libat_cv_have_at_fop_1
=yes
14314 eval libat_cv_have_at_fop_1
=no
14316 CFLAGS
="$old_CFLAGS"
14321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fop_1" >&5
14322 $as_echo "$libat_cv_have_at_fop_1" >&6; }
14325 yesno
=`echo $libat_cv_have_at_fop_1 | tr 'yesno' '1 0 '`
14327 cat >>confdefs.h
<<_ACEOF
14328 #define HAVE_ATOMIC_FETCH_OP_1 $yesno
14336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_op for size 2" >&5
14337 $as_echo_n "checking for __atomic_fetch_op for size 2... " >&6; }
14338 if ${libat_cv_have_at_fop_2+:} false
; then :
14339 $as_echo_n "(cached) " >&6
14342 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14343 /* end confdefs.h. */
14348 typedef int T __attribute__((mode(HI))); T *x, y;
14349 asm("" : "=g"(x), "=g"(y));
14350 __atomic_fetch_add (x, y, 0); __atomic_add_fetch (x, y, 0);
14351 __atomic_fetch_sub (x, y, 0); __atomic_sub_fetch (x, y, 0);
14352 __atomic_fetch_and (x, y, 0); __atomic_and_fetch (x, y, 0);
14353 __atomic_fetch_nand (x, y, 0); __atomic_nand_fetch (x, y, 0);
14354 __atomic_fetch_xor (x, y, 0); __atomic_xor_fetch (x, y, 0);
14355 __atomic_fetch_or (x, y, 0); __atomic_or_fetch (x, y, 0);
14360 if test x
$atomic_builtins_link_tests = xyes
; then
14361 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14362 (eval $ac_link) 2>&5
14364 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14365 test $ac_status = 0; }; then
14366 eval libat_cv_have_at_fop_2
=yes
14368 eval libat_cv_have_at_fop_2
=no
14371 old_CFLAGS
="$CFLAGS"
14372 # Compile unoptimized.
14373 CFLAGS
="$CFLAGS -O0 -S"
14374 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14375 (eval $ac_compile) 2>&5
14377 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14378 test $ac_status = 0; }; then
14379 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
14380 eval libat_cv_have_at_fop_2
=no
14382 eval libat_cv_have_at_fop_2
=yes
14385 eval libat_cv_have_at_fop_2
=no
14387 CFLAGS
="$old_CFLAGS"
14392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fop_2" >&5
14393 $as_echo "$libat_cv_have_at_fop_2" >&6; }
14396 yesno
=`echo $libat_cv_have_at_fop_2 | tr 'yesno' '1 0 '`
14398 cat >>confdefs.h
<<_ACEOF
14399 #define HAVE_ATOMIC_FETCH_OP_2 $yesno
14407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_op for size 4" >&5
14408 $as_echo_n "checking for __atomic_fetch_op for size 4... " >&6; }
14409 if ${libat_cv_have_at_fop_4+:} false
; then :
14410 $as_echo_n "(cached) " >&6
14413 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14414 /* end confdefs.h. */
14419 typedef int T __attribute__((mode(SI))); T *x, y;
14420 asm("" : "=g"(x), "=g"(y));
14421 __atomic_fetch_add (x, y, 0); __atomic_add_fetch (x, y, 0);
14422 __atomic_fetch_sub (x, y, 0); __atomic_sub_fetch (x, y, 0);
14423 __atomic_fetch_and (x, y, 0); __atomic_and_fetch (x, y, 0);
14424 __atomic_fetch_nand (x, y, 0); __atomic_nand_fetch (x, y, 0);
14425 __atomic_fetch_xor (x, y, 0); __atomic_xor_fetch (x, y, 0);
14426 __atomic_fetch_or (x, y, 0); __atomic_or_fetch (x, y, 0);
14431 if test x
$atomic_builtins_link_tests = xyes
; then
14432 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14433 (eval $ac_link) 2>&5
14435 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14436 test $ac_status = 0; }; then
14437 eval libat_cv_have_at_fop_4
=yes
14439 eval libat_cv_have_at_fop_4
=no
14442 old_CFLAGS
="$CFLAGS"
14443 # Compile unoptimized.
14444 CFLAGS
="$CFLAGS -O0 -S"
14445 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14446 (eval $ac_compile) 2>&5
14448 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14449 test $ac_status = 0; }; then
14450 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
14451 eval libat_cv_have_at_fop_4
=no
14453 eval libat_cv_have_at_fop_4
=yes
14456 eval libat_cv_have_at_fop_4
=no
14458 CFLAGS
="$old_CFLAGS"
14463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fop_4" >&5
14464 $as_echo "$libat_cv_have_at_fop_4" >&6; }
14467 yesno
=`echo $libat_cv_have_at_fop_4 | tr 'yesno' '1 0 '`
14469 cat >>confdefs.h
<<_ACEOF
14470 #define HAVE_ATOMIC_FETCH_OP_4 $yesno
14478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_op for size 8" >&5
14479 $as_echo_n "checking for __atomic_fetch_op for size 8... " >&6; }
14480 if ${libat_cv_have_at_fop_8+:} false
; then :
14481 $as_echo_n "(cached) " >&6
14484 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14485 /* end confdefs.h. */
14490 typedef int T __attribute__((mode(DI))); T *x, y;
14491 asm("" : "=g"(x), "=g"(y));
14492 __atomic_fetch_add (x, y, 0); __atomic_add_fetch (x, y, 0);
14493 __atomic_fetch_sub (x, y, 0); __atomic_sub_fetch (x, y, 0);
14494 __atomic_fetch_and (x, y, 0); __atomic_and_fetch (x, y, 0);
14495 __atomic_fetch_nand (x, y, 0); __atomic_nand_fetch (x, y, 0);
14496 __atomic_fetch_xor (x, y, 0); __atomic_xor_fetch (x, y, 0);
14497 __atomic_fetch_or (x, y, 0); __atomic_or_fetch (x, y, 0);
14502 if test x
$atomic_builtins_link_tests = xyes
; then
14503 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14504 (eval $ac_link) 2>&5
14506 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14507 test $ac_status = 0; }; then
14508 eval libat_cv_have_at_fop_8
=yes
14510 eval libat_cv_have_at_fop_8
=no
14513 old_CFLAGS
="$CFLAGS"
14514 # Compile unoptimized.
14515 CFLAGS
="$CFLAGS -O0 -S"
14516 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14517 (eval $ac_compile) 2>&5
14519 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14520 test $ac_status = 0; }; then
14521 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
14522 eval libat_cv_have_at_fop_8
=no
14524 eval libat_cv_have_at_fop_8
=yes
14527 eval libat_cv_have_at_fop_8
=no
14529 CFLAGS
="$old_CFLAGS"
14534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fop_8" >&5
14535 $as_echo "$libat_cv_have_at_fop_8" >&6; }
14538 yesno
=`echo $libat_cv_have_at_fop_8 | tr 'yesno' '1 0 '`
14540 cat >>confdefs.h
<<_ACEOF
14541 #define HAVE_ATOMIC_FETCH_OP_8 $yesno
14549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_op for size 16" >&5
14550 $as_echo_n "checking for __atomic_fetch_op for size 16... " >&6; }
14551 if ${libat_cv_have_at_fop_16+:} false
; then :
14552 $as_echo_n "(cached) " >&6
14555 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14556 /* end confdefs.h. */
14561 typedef int T __attribute__((mode(TI))); T *x, y;
14562 asm("" : "=g"(x), "=g"(y));
14563 __atomic_fetch_add (x, y, 0); __atomic_add_fetch (x, y, 0);
14564 __atomic_fetch_sub (x, y, 0); __atomic_sub_fetch (x, y, 0);
14565 __atomic_fetch_and (x, y, 0); __atomic_and_fetch (x, y, 0);
14566 __atomic_fetch_nand (x, y, 0); __atomic_nand_fetch (x, y, 0);
14567 __atomic_fetch_xor (x, y, 0); __atomic_xor_fetch (x, y, 0);
14568 __atomic_fetch_or (x, y, 0); __atomic_or_fetch (x, y, 0);
14573 if test x
$atomic_builtins_link_tests = xyes
; then
14574 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14575 (eval $ac_link) 2>&5
14577 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14578 test $ac_status = 0; }; then
14579 eval libat_cv_have_at_fop_16
=yes
14581 eval libat_cv_have_at_fop_16
=no
14584 old_CFLAGS
="$CFLAGS"
14585 # Compile unoptimized.
14586 CFLAGS
="$CFLAGS -O0 -S"
14587 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14588 (eval $ac_compile) 2>&5
14590 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14591 test $ac_status = 0; }; then
14592 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
14593 eval libat_cv_have_at_fop_16
=no
14595 eval libat_cv_have_at_fop_16
=yes
14598 eval libat_cv_have_at_fop_16
=no
14600 CFLAGS
="$old_CFLAGS"
14605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fop_16" >&5
14606 $as_echo "$libat_cv_have_at_fop_16" >&6; }
14609 yesno
=`echo $libat_cv_have_at_fop_16 | tr 'yesno' '1 0 '`
14611 cat >>confdefs.h
<<_ACEOF
14612 #define HAVE_ATOMIC_FETCH_OP_16 $yesno
14620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
14621 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
14622 if ${ac_cv_c_bigendian+:} false
; then :
14623 $as_echo_n "(cached) " >&6
14625 ac_cv_c_bigendian
=unknown
14626 # See if we're dealing with a universal compiler.
14627 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14628 /* end confdefs.h. */
14629 #ifndef __APPLE_CC__
14630 not a universal capable compiler
14635 if ac_fn_c_try_compile
"$LINENO"; then :
14637 # Check for potential -arch flags. It is not universal unless
14638 # there are at least two -arch flags with different values.
14641 for ac_word
in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
14642 if test -n "$ac_prev"; then
14644 i?
86 | x86_64 | ppc | ppc64
)
14645 if test -z "$ac_arch" ||
test "$ac_arch" = "$ac_word"; then
14648 ac_cv_c_bigendian
=universal
14654 elif test "x$ac_word" = "x-arch"; then
14659 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14660 if test $ac_cv_c_bigendian = unknown
; then
14661 # See if sys/param.h defines the BYTE_ORDER macro.
14662 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14663 /* end confdefs.h. */
14664 #include <sys/types.h>
14665 #include <sys/param.h>
14670 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
14671 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
14673 bogus endian macros
14680 if ac_fn_c_try_compile
"$LINENO"; then :
14681 # It does; now see whether it defined to BIG_ENDIAN or not.
14682 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14683 /* end confdefs.h. */
14684 #include <sys/types.h>
14685 #include <sys/param.h>
14690 #if BYTE_ORDER != BIG_ENDIAN
14698 if ac_fn_c_try_compile
"$LINENO"; then :
14699 ac_cv_c_bigendian
=yes
14701 ac_cv_c_bigendian
=no
14703 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14705 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14707 if test $ac_cv_c_bigendian = unknown
; then
14708 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
14709 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14710 /* end confdefs.h. */
14711 #include <limits.h>
14716 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
14717 bogus endian macros
14724 if ac_fn_c_try_compile
"$LINENO"; then :
14725 # It does; now see whether it defined to _BIG_ENDIAN or not.
14726 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14727 /* end confdefs.h. */
14728 #include <limits.h>
14733 #ifndef _BIG_ENDIAN
14741 if ac_fn_c_try_compile
"$LINENO"; then :
14742 ac_cv_c_bigendian
=yes
14744 ac_cv_c_bigendian
=no
14746 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14748 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14750 if test $ac_cv_c_bigendian = unknown
; then
14751 # Compile a test program.
14752 if test "$cross_compiling" = yes; then :
14753 # Try to guess by grepping values from an object file.
14754 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14755 /* end confdefs.h. */
14756 short int ascii_mm[] =
14757 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
14758 short int ascii_ii[] =
14759 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
14760 int use_ascii (int i) {
14761 return ascii_mm[i] + ascii_ii[i];
14763 short int ebcdic_ii[] =
14764 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
14765 short int ebcdic_mm[] =
14766 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
14767 int use_ebcdic (int i) {
14768 return ebcdic_mm[i] + ebcdic_ii[i];
14775 return use_ascii (foo) == use_ebcdic (foo);
14780 if ac_fn_c_try_compile
"$LINENO"; then :
14781 if grep BIGenDianSyS conftest.
$ac_objext >/dev
/null
; then
14782 ac_cv_c_bigendian
=yes
14784 if grep LiTTleEnDian conftest.
$ac_objext >/dev
/null
; then
14785 if test "$ac_cv_c_bigendian" = unknown
; then
14786 ac_cv_c_bigendian
=no
14788 # finding both strings is unlikely to happen, but who knows?
14789 ac_cv_c_bigendian
=unknown
14793 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14795 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14796 /* end confdefs.h. */
14797 $ac_includes_default
14802 /* Are we little or big endian? From Harbison&Steele. */
14806 char c[sizeof (long int)];
14809 return u.c[sizeof (long int) - 1] == 1;
14815 if ac_fn_c_try_run
"$LINENO"; then :
14816 ac_cv_c_bigendian
=no
14818 ac_cv_c_bigendian
=yes
14820 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
14821 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
14826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
14827 $as_echo "$ac_cv_c_bigendian" >&6; }
14828 case $ac_cv_c_bigendian in #(
14830 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
14836 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
14840 as_fn_error $?
"unknown endianness
14841 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
14844 # I don't like the default behaviour of WORDS_BIGENDIAN undefined for LE.
14848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the word size" >&5
14849 $as_echo_n "checking for the word size... " >&6; }
14850 if ${libat_cv_wordsize+:} false
; then :
14851 $as_echo_n "(cached) " >&6
14853 if ac_fn_c_compute_int
"$LINENO" "sizeof(word)" "libat_cv_wordsize" "typedef int word __attribute__((mode(word)));"; then :
14856 as_fn_error $?
"Could not determine word size." "$LINENO" 5
14860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_wordsize" >&5
14861 $as_echo "$libat_cv_wordsize" >&6; }
14863 cat >>confdefs.h
<<_ACEOF
14864 #define WORDSIZE $libat_cv_wordsize
14869 # Check to see if -pthread or -lpthread is needed. Prefer the former.
14870 # In case the pthread.h system header is not found, this test will fail.
14871 case " $config_path " in
14874 CFLAGS
="$CFLAGS -pthread"
14875 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14876 /* end confdefs.h. */
14877 #include <pthread.h>
14878 void *g(void *d) { return NULL; }
14882 pthread_t t; pthread_create(&t,NULL,g,NULL);
14887 if ac_fn_c_try_link
"$LINENO"; then :
14888 XPCFLAGS
=" -pthread"
14890 CFLAGS
="$save_CFLAGS $XCFLAGS" LIBS
="-lpthread $LIBS"
14891 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14892 /* end confdefs.h. */
14893 #include <pthread.h>
14894 void *g(void *d) { return NULL; }
14898 pthread_t t; pthread_create(&t,NULL,g,NULL);
14903 if ac_fn_c_try_link
"$LINENO"; then :
14906 as_fn_error $?
"Pthreads are required to build libatomic" "$LINENO" 5
14908 rm -f core conftest.err conftest.
$ac_objext \
14909 conftest
$ac_exeext conftest.
$ac_ext
14911 rm -f core conftest.err conftest.
$ac_objext \
14912 conftest
$ac_exeext conftest.
$ac_ext
14913 CFLAGS
="$save_CFLAGS $XPCFLAGS"
14917 # See what sort of export controls are available.
14919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports hidden visibility" >&5
14920 $as_echo_n "checking whether the target supports hidden visibility... " >&6; }
14921 if ${libat_cv_have_attribute_visibility+:} false
; then :
14922 $as_echo_n "(cached) " >&6
14925 save_CFLAGS
="$CFLAGS"
14926 CFLAGS
="$CFLAGS -Werror"
14927 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14928 /* end confdefs.h. */
14929 void __attribute__((visibility("hidden"))) foo(void) { }
14938 if ac_fn_c_try_compile
"$LINENO"; then :
14939 libat_cv_have_attribute_visibility
=yes
14941 libat_cv_have_attribute_visibility
=no
14943 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14944 CFLAGS
="$save_CFLAGS"
14946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_attribute_visibility" >&5
14947 $as_echo "$libat_cv_have_attribute_visibility" >&6; }
14948 if test $libat_cv_have_attribute_visibility = yes; then
14950 $as_echo "#define HAVE_ATTRIBUTE_VISIBILITY 1" >>confdefs.h
14954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports dllexport" >&5
14955 $as_echo_n "checking whether the target supports dllexport... " >&6; }
14956 if ${libat_cv_have_attribute_dllexport+:} false
; then :
14957 $as_echo_n "(cached) " >&6
14960 save_CFLAGS
="$CFLAGS"
14961 CFLAGS
="$CFLAGS -Werror"
14962 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14963 /* end confdefs.h. */
14964 void __attribute__((dllexport)) foo(void) { }
14973 if ac_fn_c_try_compile
"$LINENO"; then :
14974 libat_cv_have_attribute_dllexport
=yes
14976 libat_cv_have_attribute_dllexport
=no
14978 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14979 CFLAGS
="$save_CFLAGS"
14981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_attribute_dllexport" >&5
14982 $as_echo "$libat_cv_have_attribute_dllexport" >&6; }
14983 if test $libat_cv_have_attribute_dllexport = yes; then
14985 $as_echo "#define HAVE_ATTRIBUTE_DLLEXPORT 1" >>confdefs.h
14989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports symbol aliases" >&5
14990 $as_echo_n "checking whether the target supports symbol aliases... " >&6; }
14991 if ${libat_cv_have_attribute_alias+:} false
; then :
14992 $as_echo_n "(cached) " >&6
14995 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14996 /* end confdefs.h. */
14999 extern void bar(void) __attribute__((alias("foo")));
15008 if ac_fn_c_try_link
"$LINENO"; then :
15009 libat_cv_have_attribute_alias
=yes
15011 libat_cv_have_attribute_alias
=no
15013 rm -f core conftest.err conftest.
$ac_objext \
15014 conftest
$ac_exeext conftest.
$ac_ext
15016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_attribute_alias" >&5
15017 $as_echo "$libat_cv_have_attribute_alias" >&6; }
15018 if test $libat_cv_have_attribute_alias = yes; then
15020 $as_echo "#define HAVE_ATTRIBUTE_ALIAS 1" >>confdefs.h
15023 if test x
$try_ifunc = xyes
; then
15025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports the ifunc attribute" >&5
15026 $as_echo_n "checking whether the target supports the ifunc attribute... " >&6; }
15027 if ${libat_cv_have_ifunc+:} false
; then :
15028 $as_echo_n "(cached) " >&6
15031 save_CFLAGS
="$CFLAGS"
15032 CFLAGS
="$CFLAGS -Werror"
15033 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15034 /* end confdefs.h. */
15036 int foo_alt(void) { return 0; }
15037 typedef int F (void);
15038 F *foo_sel(void) { return foo_alt; }
15039 int foo(void) __attribute__((ifunc("foo_sel")));
15048 if ac_fn_c_try_link
"$LINENO"; then :
15049 libat_cv_have_ifunc
=yes
15051 libat_cv_have_ifunc
=no
15053 rm -f core conftest.err conftest.
$ac_objext \
15054 conftest
$ac_exeext conftest.
$ac_ext
15056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_ifunc" >&5
15057 $as_echo "$libat_cv_have_ifunc" >&6; }
15059 yesno
=`echo $libat_cv_have_ifunc | tr 'yesno' '1 0 '`
15061 cat >>confdefs.h
<<_ACEOF
15062 #define HAVE_IFUNC $yesno
15069 # Check linker support.
15072 # Check whether --with-gnu-ld was given.
15073 if test "${with_gnu_ld+set}" = set; then :
15074 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
15080 if test "$GCC" = yes; then
15081 # Check if gcc -print-prog-name=ld gives a path.
15082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
15083 $as_echo_n "checking for ld used by $CC... " >&6; }
15086 # gcc leaves a trailing carriage return which upsets mingw
15087 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
15089 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
15092 # Accept absolute paths.
15094 re_direlt
='/[^/][^/]*/\.\./'
15095 # Canonicalize the pathname of ld
15096 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
15097 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
15098 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
15100 test -z "$LD" && LD
="$ac_prog"
15103 # If it fails, then pretend we aren't using GCC.
15107 # If it is relative, then search for the first ld in PATH.
15108 with_gnu_ld
=unknown
15111 elif test "$with_gnu_ld" = yes; then
15112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
15113 $as_echo_n "checking for GNU ld... " >&6; }
15115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
15116 $as_echo_n "checking for non-GNU ld... " >&6; }
15118 if ${lt_cv_path_LD+:} false
; then :
15119 $as_echo_n "(cached) " >&6
15121 if test -z "$LD"; then
15122 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
15123 for ac_dir
in $PATH; do
15125 test -z "$ac_dir" && ac_dir
=.
15126 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
15127 lt_cv_path_LD
="$ac_dir/$ac_prog"
15128 # Check to see if the program is GNU ld. I'd rather use --version,
15129 # but apparently some variants of GNU ld only accept -v.
15130 # Break only if it was the GNU/non-GNU ld that we prefer.
15131 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
15132 *GNU
* |
*'with BFD'*)
15133 test "$with_gnu_ld" != no
&& break
15136 test "$with_gnu_ld" != yes && break
15143 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
15147 LD
="$lt_cv_path_LD"
15148 if test -n "$LD"; then
15149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
15150 $as_echo "$LD" >&6; }
15152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15153 $as_echo "no" >&6; }
15155 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
15156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
15157 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
15158 if ${lt_cv_prog_gnu_ld+:} false
; then :
15159 $as_echo_n "(cached) " >&6
15161 # I'd rather use --version here, but apparently some GNU lds only accept -v.
15162 case `$LD -v 2>&1 </dev/null` in
15163 *GNU
* |
*'with BFD'*)
15164 lt_cv_prog_gnu_ld
=yes
15167 lt_cv_prog_gnu_ld
=no
15171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
15172 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
15173 with_gnu_ld
=$lt_cv_prog_gnu_ld
15181 # If we're not using GNU ld, then there's no point in even trying these
15182 # tests. Check for that first. We should have already tested for gld
15183 # by now (in libtool), but require it now just to be safe...
15184 test -z "$SECTION_LDFLAGS" && SECTION_LDFLAGS
=''
15185 test -z "$OPT_LDFLAGS" && OPT_LDFLAGS
=''
15189 # The name set by libtool depends on the version of libtool. Shame on us
15190 # for depending on an impl detail, but c'est la vie. Older versions used
15191 # ac_cv_prog_gnu_ld, but now it's lt_cv_prog_gnu_ld, and is copied back on
15192 # top of with_gnu_ld (which is also set by --with-gnu-ld, so that actually
15193 # makes sense). We'll test with_gnu_ld everywhere else, so if that isn't
15194 # set (hence we're using an older libtool), then set it.
15195 if test x
${with_gnu_ld+set} != xset
; then
15196 if test x
${ac_cv_prog_gnu_ld+set} != xset
; then
15197 # We got through "ac_require(ac_prog_ld)" and still not set? Huh?
15200 with_gnu_ld
=$ac_cv_prog_gnu_ld
15204 # Start by getting the version number. I think the libtool test already
15205 # does some of this, but throws away the result.
15206 libat_ld_is_gold
=no
15207 if $LD --version 2>/dev
/null |
grep 'GNU gold'> /dev
/null
2>&1; then
15208 libat_ld_is_gold
=yes
15211 ldver
=`$LD --version 2>/dev/null |
15212 sed -e 's/[. ][0-9]\{8\}$//;s/.* \([^ ]\{1,\}\)$/\1/; q'`
15214 libat_gnu_ld_version
=`echo $ldver | \
15215 $AWK -F. '{ if (NF<3) $3=0; print ($1*100+$2)*100+$3 }'`
15217 # Set --gc-sections.
15218 if test "$with_gnu_ld" = "notbroken"; then
15219 # GNU ld it is! Joy and bunny rabbits!
15221 # All these tests are for C++; save the language and the compiler flags.
15222 # Need to do this so that g++ won't try to link in libstdc++
15223 ac_test_CFLAGS
="${CFLAGS+set}"
15224 ac_save_CFLAGS
="$CFLAGS"
15225 CFLAGS
='-x c++ -Wl,--gc-sections'
15227 # Check for -Wl,--gc-sections
15228 # XXX This test is broken at the moment, as symbols required for linking
15229 # are now in libsupc++ (not built yet). In addition, this test has
15230 # cored on solaris in the past. In addition, --gc-sections doesn't
15231 # really work at the moment (keeps on discarding used sections, first
15232 # .eh_frame and now some of the glibc sections for iconv).
15233 # Bzzzzt. Thanks for playing, maybe next time.
15234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,--gc-sections" >&5
15235 $as_echo_n "checking for ld that supports -Wl,--gc-sections... " >&6; }
15236 if test "$cross_compiling" = yes; then :
15237 ac_sectionLDflags
=yes
15239 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15240 /* end confdefs.h. */
15250 if ac_fn_c_try_run
"$LINENO"; then :
15251 ac_sectionLDflags
=yes
15253 ac_sectionLDflags
=no
15255 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
15256 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
15259 if test "$ac_test_CFLAGS" = set; then
15260 CFLAGS
="$ac_save_CFLAGS"
15262 # this is the suspicious part
15265 if test "$ac_sectionLDflags" = "yes"; then
15266 SECTION_LDFLAGS
="-Wl,--gc-sections $SECTION_LDFLAGS"
15268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_sectionLDflags" >&5
15269 $as_echo "$ac_sectionLDflags" >&6; }
15272 # Set linker optimization flags.
15273 if test x
"$with_gnu_ld" = x
"yes"; then
15274 OPT_LDFLAGS
="-Wl,-O1 $OPT_LDFLAGS"
15282 # Check whether --enable-symvers was given.
15283 if test "${enable_symvers+set}" = set; then :
15284 enableval
=$enable_symvers;
15285 case "$enableval" in
15286 yes|no|gnu
*|sun
) ;;
15287 *) as_fn_error $?
"Unknown argument to enable/disable symvers" "$LINENO" 5 ;;
15296 # If we never went through the LIBAT_CHECK_LINKER_FEATURES macro, then we
15297 # don't know enough about $LD to do tricks...
15300 # Turn a 'yes' into a suitable default.
15301 if test x
$enable_symvers = xyes
; then
15302 # FIXME The following test is too strict, in theory.
15303 if test $enable_shared = no ||
test "x$LD" = x
; then
15306 if test $with_gnu_ld = yes ; then
15309 case ${target_os} in
15310 # Sun symbol versioning exists since Solaris 2.5.
15311 solaris2.
[5-9]* | solaris2.1
[0-9]*)
15312 enable_symvers
=sun
;;
15314 enable_symvers
=no
;;
15320 # Check if 'sun' was requested on non-Solaris 2 platforms.
15321 if test x
$enable_symvers = xsun
; then
15322 case ${target_os} in
15327 # Unlikely to work.
15328 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === You have requested Sun symbol versioning, but" >&5
15329 $as_echo "$as_me: WARNING: === You have requested Sun symbol versioning, but" >&2;}
15330 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === you are not targetting Solaris 2." >&5
15331 $as_echo "$as_me: WARNING: === you are not targetting Solaris 2." >&2;}
15332 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
15333 $as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
15339 # Check to see if libgcc_s exists, indicating that shared libgcc is possible.
15340 if test $enable_symvers != no
; then
15341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared libgcc" >&5
15342 $as_echo_n "checking for shared libgcc... " >&6; }
15343 ac_save_CFLAGS
="$CFLAGS"
15345 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15346 /* end confdefs.h. */
15356 if ac_fn_c_try_link
"$LINENO"; then :
15357 libat_shared_libgcc
=yes
15359 libat_shared_libgcc
=no
15361 rm -f core conftest.err conftest.
$ac_objext \
15362 conftest
$ac_exeext conftest.
$ac_ext
15363 CFLAGS
="$ac_save_CFLAGS"
15364 if test $libat_shared_libgcc = no
; then
15365 cat > conftest.c
<<EOF
15366 int main (void) { return 0; }
15368 libat_libgcc_s_suffix
=`${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
15369 -shared -shared-libgcc -o conftest.so \
15370 conftest.c -v 2>&1 >/dev/null \
15371 | sed -n 's/^.* -lgcc_s\([^ ]*\) .*$/\1/p'`
15372 rm -f conftest.c conftest.so
15373 if test x
${libat_libgcc_s_suffix+set} = xset
; then
15374 CFLAGS
=" -lgcc_s$libat_libgcc_s_suffix"
15375 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15376 /* end confdefs.h. */
15386 if ac_fn_c_try_link
"$LINENO"; then :
15387 libat_shared_libgcc
=yes
15389 rm -f core conftest.err conftest.
$ac_objext \
15390 conftest
$ac_exeext conftest.
$ac_ext
15391 CFLAGS
="$ac_save_CFLAGS"
15394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_shared_libgcc" >&5
15395 $as_echo "$libat_shared_libgcc" >&6; }
15398 # For GNU ld, we need at least this version. The format is described in
15399 # LIBAT_CHECK_LINKER_FEATURES above.
15400 libat_min_gnu_ld_version
=21400
15401 # XXXXXXXXXXX libat_gnu_ld_version=21390
15403 # Check to see if unspecified "yes" value can win, given results above.
15404 # Change "yes" into either "no" or a style name.
15405 if test $enable_symvers != no
&& test $libat_shared_libgcc = yes; then
15406 if test $with_gnu_ld = yes; then
15407 if test $libat_gnu_ld_version -ge $libat_min_gnu_ld_version ; then
15409 elif test $libat_ld_is_gold = 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 # Add -Wall -Werror if we are using GCC.
15571 if test "x$GCC" = "xyes"; then
15572 XCFLAGS
="$XCFLAGS -Wall -Werror"
15575 # Add CET specific flags if CET is enabled
15576 # Check whether --enable-cet was given.
15577 if test "${enable_cet+set}" = set; then :
15578 enableval
=$enable_cet;
15579 case "$enableval" in
15581 *) as_fn_error $?
"Unknown argument to enable/disable cet" "$LINENO" 5 ;;
15589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CET support" >&5
15590 $as_echo_n "checking for CET support... " >&6; }
15593 i
[34567]86-*-linux* | x86_64-
*-linux*)
15594 case "$enable_cet" in
15596 # Check if target supports multi-byte NOPs
15597 # and if assembler supports CET insn.
15598 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15599 /* end confdefs.h. */
15605 #if !defined(__SSE2__)
15606 #error target does not support multi-byte NOPs
15615 if ac_fn_c_try_compile
"$LINENO"; then :
15620 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15623 # Check if assembler supports CET.
15624 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15625 /* end confdefs.h. */
15635 if ac_fn_c_try_compile
"$LINENO"; then :
15638 as_fn_error $?
"assembler with CET support is required for --enable-cet" "$LINENO" 5
15640 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15648 if test x
$enable_cet = xyes
; then
15649 CET_FLAGS
="-fcf-protection -mshstk"
15650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15651 $as_echo "yes" >&6; }
15653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15654 $as_echo "no" >&6; }
15657 XCFLAGS
="$XCFLAGS $CET_FLAGS"
15659 XCFLAGS
="$XCFLAGS $XPCFLAGS"
15667 if test x
$libat_cv_have_ifunc = xyes
; then
15669 HAVE_IFUNC_FALSE
='#'
15671 HAVE_IFUNC_TRUE
='#'
15675 if expr "$config_path" : ".* linux/aarch64 .*" > /dev
/null
; then
15676 ARCH_AARCH64_LINUX_TRUE
=
15677 ARCH_AARCH64_LINUX_FALSE
='#'
15679 ARCH_AARCH64_LINUX_TRUE
='#'
15680 ARCH_AARCH64_LINUX_FALSE
=
15683 if expr "$config_path" : ".* linux/arm .*" > /dev
/null
; then
15684 ARCH_ARM_LINUX_TRUE
=
15685 ARCH_ARM_LINUX_FALSE
='#'
15687 ARCH_ARM_LINUX_TRUE
='#'
15688 ARCH_ARM_LINUX_FALSE
=
15691 if test "$ARCH" = x86
&& test x
$libat_cv_wordsize = x4
; then
15693 ARCH_I386_FALSE
='#'
15699 if test "$ARCH" = x86
&& test x
$libat_cv_wordsize = x8
; then
15701 ARCH_X86_64_FALSE
='#'
15703 ARCH_X86_64_TRUE
='#'
15708 # Determine what GCC version number to use in filesystem paths.
15710 get_gcc_base_ver
="cat"
15712 # Check whether --with-gcc-major-version-only was given.
15713 if test "${with_gcc_major_version_only+set}" = set; then :
15714 withval
=$with_gcc_major_version_only; if test x
$with_gcc_major_version_only = xyes
; then
15715 get_gcc_base_ver
="sed -e 's/^\([0-9]*\).*/\1/'"
15723 if test ${multilib} = yes; then
15724 multilib_arg
="--enable-multilib"
15729 ac_config_files
="$ac_config_files Makefile testsuite/Makefile"
15731 cat >confcache
<<\_ACEOF
15732 # This file is a shell script that caches the results of configure
15733 # tests run on this system so they can be shared between configure
15734 # scripts and configure runs, see configure's option --config-cache.
15735 # It is not useful on other systems. If it contains results you don't
15736 # want to keep, you may remove or edit it.
15738 # config.status only pays attention to the cache file if you give it
15739 # the --recheck option to rerun configure.
15741 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15742 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15743 # following values.
15747 # The following way of writing the cache mishandles newlines in values,
15748 # but we know of no workaround that is simple, portable, and efficient.
15749 # So, we kill variables containing newlines.
15750 # Ultrix sh set writes to stderr and can't be redirected directly,
15751 # and sets the high bit in the cache file unless we assign to the vars.
15753 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15754 eval ac_val
=\$
$ac_var
15758 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15759 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15762 _ | IFS | as_nl
) ;; #(
15763 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
15764 *) { eval $ac_var=; unset $ac_var;} ;;
15770 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15771 *${as_nl}ac_space
=\
*)
15772 # `set' does not quote correctly, so add quotes: double-quote
15773 # substitution turns \\\\ into \\, and sed turns \\ into \.
15776 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15779 # `set' quotes correctly as required by POSIX, so do not add quotes.
15780 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15789 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15791 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15793 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
15794 if test -w "$cache_file"; then
15795 if test "x$cache_file" != "x/dev/null"; then
15796 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15797 $as_echo "$as_me: updating cache $cache_file" >&6;}
15798 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
15799 cat confcache
>"$cache_file"
15801 case $cache_file in #(
15803 mv -f confcache
"$cache_file"$$
&&
15804 mv -f "$cache_file"$$
"$cache_file" ;; #(
15806 mv -f confcache
"$cache_file" ;;
15811 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15812 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15817 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
15818 # Let make expand exec_prefix.
15819 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
15821 DEFS
=-DHAVE_CONFIG_H
15826 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
15827 # 1. Remove the extension, and $U if already installed.
15828 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
15829 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
15830 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15831 # will be set to the directory where LIBOBJS objects are built.
15832 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15833 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
15835 LIBOBJS
=$ac_libobjs
15837 LTLIBOBJS
=$ac_ltlibobjs
15840 if test -z "${GENINSRC_TRUE}" && test -z "${GENINSRC_FALSE}"; then
15841 as_fn_error $?
"conditional \"GENINSRC\" was never defined.
15842 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15845 $as_echo_n "checking that generated files are newer than configure... " >&6; }
15846 if test -n "$am_sleep_pid"; then
15847 # Hide warnings about reused PIDs.
15848 wait $am_sleep_pid 2>/dev
/null
15850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15851 $as_echo "done" >&6; }
15852 if test -n "$EXEEXT"; then
15854 am__EXEEXT_FALSE
='#'
15856 am__EXEEXT_TRUE
='#'
15860 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15861 as_fn_error $?
"conditional \"AMDEP\" was never defined.
15862 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15864 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15865 as_fn_error $?
"conditional \"am__fastdepCC\" was never defined.
15866 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15868 if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
15869 as_fn_error $?
"conditional \"am__fastdepCCAS\" was never defined.
15870 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15872 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15873 as_fn_error $?
"conditional \"MAINTAINER_MODE\" was never defined.
15874 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15877 if test -z "${LIBAT_BUILD_VERSIONED_SHLIB_TRUE}" && test -z "${LIBAT_BUILD_VERSIONED_SHLIB_FALSE}"; then
15878 as_fn_error $?
"conditional \"LIBAT_BUILD_VERSIONED_SHLIB\" was never defined.
15879 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15881 if test -z "${LIBAT_BUILD_VERSIONED_SHLIB_GNU_TRUE}" && test -z "${LIBAT_BUILD_VERSIONED_SHLIB_GNU_FALSE}"; then
15882 as_fn_error $?
"conditional \"LIBAT_BUILD_VERSIONED_SHLIB_GNU\" was never defined.
15883 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15885 if test -z "${LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE}" && test -z "${LIBAT_BUILD_VERSIONED_SHLIB_SUN_FALSE}"; then
15886 as_fn_error $?
"conditional \"LIBAT_BUILD_VERSIONED_SHLIB_SUN\" was never defined.
15887 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15889 if test -z "${HAVE_IFUNC_TRUE}" && test -z "${HAVE_IFUNC_FALSE}"; then
15890 as_fn_error $?
"conditional \"HAVE_IFUNC\" was never defined.
15891 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15893 if test -z "${ARCH_AARCH64_LINUX_TRUE}" && test -z "${ARCH_AARCH64_LINUX_FALSE}"; then
15894 as_fn_error $?
"conditional \"ARCH_AARCH64_LINUX\" was never defined.
15895 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15897 if test -z "${ARCH_ARM_LINUX_TRUE}" && test -z "${ARCH_ARM_LINUX_FALSE}"; then
15898 as_fn_error $?
"conditional \"ARCH_ARM_LINUX\" was never defined.
15899 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15901 if test -z "${ARCH_I386_TRUE}" && test -z "${ARCH_I386_FALSE}"; then
15902 as_fn_error $?
"conditional \"ARCH_I386\" was never defined.
15903 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15905 if test -z "${ARCH_X86_64_TRUE}" && test -z "${ARCH_X86_64_FALSE}"; then
15906 as_fn_error $?
"conditional \"ARCH_X86_64\" was never defined.
15907 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15910 : "${CONFIG_STATUS=./config.status}"
15912 ac_clean_files_save
=$ac_clean_files
15913 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
15914 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15915 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15917 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15919 # Generated by $as_me.
15920 # Run this file to recreate the current configuration.
15921 # Compiler output produced by configure, useful for debugging
15922 # configure, is in config.log if it exists.
15925 ac_cs_recheck=false
15928 SHELL=\${CONFIG_SHELL-$SHELL}
15931 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
15932 ## -------------------- ##
15933 ## M4sh Initialization. ##
15934 ## -------------------- ##
15936 # Be more Bourne compatible
15937 DUALCASE
=1; export DUALCASE
# for MKS sh
15938 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
15941 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15942 # is contrary to our usage. Disable this feature.
15943 alias -g '${1+"$@"}'='"$@"'
15944 setopt NO_GLOB_SUBST
15946 case `(set -o) 2>/dev/null` in #(
15958 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15959 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15960 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15961 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15962 # Prefer a ksh shell builtin over an external printf program on Solaris,
15963 # but without wasting forks for bash or zsh.
15964 if test -z "$BASH_VERSION$ZSH_VERSION" \
15965 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15966 as_echo='print
-r --'
15967 as_echo_n='print
-rn --'
15968 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15969 as_echo='printf %s
\n'
15970 as_echo_n='printf %s
'
15972 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15973 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
15974 as_echo_n='/usr
/ucb
/echo -n'
15976 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15977 as_echo_n_body='eval
15981 expr "X$arg" : "X\\(.*\\)$as_nl";
15982 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15984 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
15986 export as_echo_n_body
15987 as_echo_n='sh
-c $as_echo_n_body as_echo
'
15989 export as_echo_body
15990 as_echo='sh
-c $as_echo_body as_echo
'
15993 # The user is always right.
15994 if test "${PATH_SEPARATOR+set}" != set; then
15996 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15997 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
16004 # We need space, tab and new line, in precisely that order. Quoting is
16005 # there to prevent editors from complaining about space-tab.
16006 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
16007 # splitting by setting IFS to empty value.)
16010 # Find who we are. Look in the path if we contain no directory separator.
16013 *[\\/]* ) as_myself=$0 ;;
16014 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16015 for as_dir in $PATH
16018 test -z "$as_dir" && as_dir=.
16019 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16025 # We did not find ourselves, most probably we were run as `sh COMMAND'
16026 # in which case we are not to be found in the path.
16027 if test "x$as_myself" = x
; then
16030 if test ! -f "$as_myself"; then
16031 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16035 # Unset variables that we do not need and which cause bugs (e.g. in
16036 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
16037 # suppresses any "Segmentation fault" message there. '((' could
16038 # trigger a bug in pdksh 5.2.14.
16039 for as_var
in BASH_ENV ENV MAIL MAILPATH
16040 do eval test x\
${$as_var+set} = xset \
16041 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
16054 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
16057 # as_fn_error STATUS ERROR [LINENO LOG_FD]
16058 # ----------------------------------------
16059 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16060 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
16061 # script with STATUS, using 1 if that was 0.
16064 as_status
=$1; test $as_status -eq 0 && as_status
=1
16066 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
16067 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
16069 $as_echo "$as_me: error: $2" >&2
16070 as_fn_exit
$as_status
16074 # as_fn_set_status STATUS
16075 # -----------------------
16076 # Set $? to STATUS, without forking.
16077 as_fn_set_status
()
16080 } # as_fn_set_status
16082 # as_fn_exit STATUS
16083 # -----------------
16084 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16088 as_fn_set_status
$1
16094 # Portably unset VAR.
16097 { eval $1=; unset $1;}
16099 as_unset
=as_fn_unset
16100 # as_fn_append VAR VALUE
16101 # ----------------------
16102 # Append the text in VALUE to the end of the definition contained in VAR. Take
16103 # advantage of any shell optimizations that allow amortized linear growth over
16104 # repeated appends, instead of the typical quadratic growth present in naive
16106 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
16107 eval 'as_fn_append ()
16118 # as_fn_arith ARG...
16119 # ------------------
16120 # Perform arithmetic evaluation on the ARGs, and store the result in the
16121 # global $as_val. Take advantage of shells that can avoid forks. The arguments
16122 # must be portable across $(()) and expr.
16123 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
16124 eval 'as_fn_arith ()
16131 as_val
=`expr "$@" || test $? -eq 1`
16136 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
16137 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
16143 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
16144 as_basename
=basename
16149 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
16155 as_me
=`$as_basename -- "$0" ||
16156 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16157 X"$0" : 'X\(//\)$' \| \
16158 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16160 sed '/^.*\/\([^/][^/]*\)\/*$/{
16174 # Avoid depending upon Character Ranges.
16175 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
16176 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16177 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
16178 as_cr_digits
='0123456789'
16179 as_cr_alnum
=$as_cr_Letters$as_cr_digits
16181 ECHO_C
= ECHO_N
= ECHO_T
=
16182 case `echo -n x` in #(((((
16184 case `echo 'xy\c'` in
16185 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
16187 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
16194 rm -f conf$$ conf$$.exe conf$$.
file
16195 if test -d conf$$.dir
; then
16196 rm -f conf$$.dir
/conf$$.
file
16199 mkdir conf$$.dir
2>/dev
/null
16201 if (echo >conf$$.
file) 2>/dev
/null
; then
16202 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
16204 # ... but there are two gotchas:
16205 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16206 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16207 # In both cases, we have to default to `cp -pR'.
16208 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
16210 elif ln conf$$.
file conf$$
2>/dev
/null
; then
16218 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
16219 rmdir conf$$.dir
2>/dev
/null
16224 # Create "$as_dir" as a directory, including parents if necessary.
16229 -*) as_dir
=.
/$as_dir;;
16231 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
16235 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16236 *) as_qdir
=$as_dir;;
16238 as_dirs
="'$as_qdir' $as_dirs"
16239 as_dir
=`$as_dirname -- "$as_dir" ||
16240 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16241 X"$as_dir" : 'X\(//\)[^/]' \| \
16242 X"$as_dir" : 'X\(//\)$' \| \
16243 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16244 $as_echo X"$as_dir" |
16245 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16249 /^X\(\/\/\)[^/].*/{
16262 test -d "$as_dir" && break
16264 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
16265 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
16269 if mkdir
-p .
2>/dev
/null
; then
16270 as_mkdir_p
='mkdir -p "$as_dir"'
16272 test -d .
/-p && rmdir .
/-p
16277 # as_fn_executable_p FILE
16278 # -----------------------
16279 # Test if FILE is an executable regular file.
16280 as_fn_executable_p
()
16282 test -f "$1" && test -x "$1"
16283 } # as_fn_executable_p
16284 as_test_x
='test -x'
16285 as_executable_p
=as_fn_executable_p
16287 # Sed expression to map a string onto a valid CPP name.
16288 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16290 # Sed expression to map a string onto a valid variable name.
16291 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16295 ## ----------------------------------- ##
16296 ## Main body of $CONFIG_STATUS script. ##
16297 ## ----------------------------------- ##
16299 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
16301 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16302 # Save the log message, to keep $0 and so on meaningful, and to
16303 # report actual input values of CONFIG_FILES etc. instead of their
16304 # values after options handling.
16306 This file was extended by GNU Atomic Library $as_me 1.0, which was
16307 generated by GNU Autoconf 2.69. Invocation command line was
16309 CONFIG_FILES = $CONFIG_FILES
16310 CONFIG_HEADERS = $CONFIG_HEADERS
16311 CONFIG_LINKS = $CONFIG_LINKS
16312 CONFIG_COMMANDS = $CONFIG_COMMANDS
16315 on `(hostname || uname -n) 2>/dev/null | sed 1q`
16320 case $ac_config_files in *"
16321 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
16324 case $ac_config_headers in *"
16325 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
16329 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16330 # Files that config.status was made for.
16331 config_files="$ac_config_files"
16332 config_headers="$ac_config_headers"
16333 config_commands="$ac_config_commands"
16337 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16339 \`$as_me' instantiates files and other configuration actions
16340 from templates according to the current configuration. Unless the files
16341 and actions are specified as TAGs, all are instantiated by default.
16343 Usage: $0 [OPTION]... [TAG]...
16345 -h, --help print this help, then exit
16346 -V, --version print version number and configuration settings, then exit
16347 --config print configuration, then exit
16348 -q, --quiet, --silent
16349 do not print progress messages
16350 -d, --debug don't remove temporary files
16351 --recheck update $as_me by reconfiguring in the same conditions
16352 --file=FILE[:TEMPLATE]
16353 instantiate the configuration file FILE
16354 --header=FILE[:TEMPLATE]
16355 instantiate the configuration header FILE
16357 Configuration files:
16360 Configuration headers:
16363 Configuration commands:
16366 Report bugs to the package provider.
16367 GNU Atomic Library home page: <http://www.gnu.org/software/libatomic/>.
16368 General help using GNU software: <http://www.gnu.org/gethelp/>."
16371 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16372 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16374 GNU Atomic Library config.status 1.0
16375 configured by $0, generated by GNU Autoconf 2.69,
16376 with options \\"\$ac_cs_config\\"
16378 Copyright (C) 2012 Free Software Foundation, Inc.
16379 This config.status script is free software; the Free Software Foundation
16380 gives unlimited permission to copy, distribute and modify it."
16387 test -n "\$AWK" || AWK=awk
16390 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16391 # The default lists apply if the user does not specify any file.
16397 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
16398 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
16402 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
16414 # Handling of the options.
16415 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
16417 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
16418 $as_echo "$ac_cs_version"; exit ;;
16419 --config |
--confi |
--conf |
--con |
--co |
--c )
16420 $as_echo "$ac_cs_config"; exit ;;
16421 --debug |
--debu |
--deb |
--de |
--d |
-d )
16423 --file |
--fil |
--fi |
--f )
16426 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16427 '') as_fn_error $?
"missing file argument" ;;
16429 as_fn_append CONFIG_FILES
" '$ac_optarg'"
16430 ac_need_defaults
=false
;;
16431 --header |
--heade |
--head |
--hea )
16434 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16436 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
16437 ac_need_defaults
=false
;;
16439 # Conflict between --help and --header
16440 as_fn_error $?
"ambiguous option: \`$1'
16441 Try \`$0 --help' for more information.";;
16442 --help |
--hel |
-h )
16443 $as_echo "$ac_cs_usage"; exit ;;
16444 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
16445 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
16448 # This is an error.
16449 -*) as_fn_error $?
"unrecognized option: \`$1'
16450 Try \`$0 --help' for more information." ;;
16452 *) as_fn_append ac_config_targets
" $1"
16453 ac_need_defaults
=false
;;
16459 ac_configure_extra_args
=
16461 if $ac_cs_silent; then
16463 ac_configure_extra_args
="$ac_configure_extra_args --silent"
16467 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16468 if \$ac_cs_recheck; then
16469 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16471 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16472 CONFIG_SHELL='$SHELL'
16473 export CONFIG_SHELL
16478 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16482 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16483 ## Running $as_me. ##
16489 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16497 with_multisubdir="$with_multisubdir"
16498 with_multisrctop="$with_multisrctop"
16499 with_target_subdir="$with_target_subdir"
16500 ac_configure_args="${multilib_arg} ${ac_configure_args}"
16501 multi_basedir="$multi_basedir"
16502 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
16505 GFORTRAN="$GFORTRAN"
16507 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
16510 # The HP-UX ksh and POSIX shell print the target directory to stdout
16511 # if CDPATH is set.
16512 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16514 sed_quote_subst='$sed_quote_subst'
16515 double_quote_subst='$double_quote_subst'
16516 delay_variable_subst='$delay_variable_subst'
16517 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
16518 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
16519 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
16520 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
16521 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
16522 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
16523 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
16524 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
16525 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16526 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16527 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
16528 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
16529 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
16530 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
16531 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
16532 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
16533 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
16534 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
16535 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
16536 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
16537 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
16538 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
16539 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
16540 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
16541 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
16542 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
16543 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
16544 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
16545 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
16546 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
16547 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
16548 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
16549 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
16550 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
16551 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
16552 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
16553 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
16554 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16555 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16556 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
16557 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
16558 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
16559 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
16560 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
16561 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
16562 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
16563 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
16564 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
16565 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
16566 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
16567 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
16568 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
16569 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
16570 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
16571 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
16572 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
16573 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
16574 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
16575 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
16576 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
16577 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
16578 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
16579 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
16580 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
16581 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16582 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
16583 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
16584 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
16585 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
16586 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
16587 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
16588 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16589 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
16590 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16591 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
16592 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16593 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16594 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16595 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16596 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16597 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
16598 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16599 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16600 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16601 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
16602 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
16603 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
16604 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
16605 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
16606 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
16607 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
16608 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
16609 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
16610 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
16611 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
16612 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
16613 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16614 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16615 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16616 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16617 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16618 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16619 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16620 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16621 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16622 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16623 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16624 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16625 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16626 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16627 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16628 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16629 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16630 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16631 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16632 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16633 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16634 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16635 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16636 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
16639 LTCFLAGS='$LTCFLAGS'
16640 compiler='$compiler_DEFAULT'
16642 # A function that is used when there is no print builtin or printf.
16643 func_fallback_echo ()
16645 eval 'cat <<_LTECHO_EOF
16650 # Quote evaled strings.
16664 deplibs_check_method \
16673 lt_cv_sys_global_symbol_pipe \
16674 lt_cv_sys_global_symbol_to_cdecl \
16675 lt_cv_sys_global_symbol_to_c_name_address \
16676 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
16677 lt_prog_compiler_no_builtin_flag \
16678 lt_prog_compiler_wl \
16679 lt_prog_compiler_pic \
16680 lt_prog_compiler_static \
16681 lt_cv_prog_compiler_c_o \
16689 export_dynamic_flag_spec \
16690 whole_archive_flag_spec \
16691 compiler_needs_object \
16693 allow_undefined_flag \
16694 no_undefined_flag \
16695 hardcode_libdir_flag_spec \
16696 hardcode_libdir_flag_spec_ld \
16697 hardcode_libdir_separator \
16702 variables_saved_for_relink \
16704 library_names_spec \
16706 install_override_mode \
16710 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16711 *[\\\\\\\`\\"\\\$]*)
16712 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
16715 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16720 # Double-quote double-evaled strings.
16721 for var in reload_cmds \
16722 old_postinstall_cmds \
16723 old_postuninstall_cmds \
16725 extract_expsyms_cmds \
16726 old_archive_from_new_cmds \
16727 old_archive_from_expsyms_cmds \
16729 archive_expsym_cmds \
16731 module_expsym_cmds \
16732 export_symbols_cmds \
16735 postuninstall_cmds \
16737 sys_lib_search_path_spec \
16738 sys_lib_dlsearch_path_spec; do
16739 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16740 *[\\\\\\\`\\"\\\$]*)
16741 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
16744 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16749 ac_aux_dir='$ac_aux_dir'
16750 xsi_shell='$xsi_shell'
16751 lt_shell_append='$lt_shell_append'
16753 # See if we are running on zsh, and set the options which allow our
16754 # commands through without removal of \ escapes INIT.
16755 if test -n "\${ZSH_VERSION+set}" ; then
16756 setopt NO_GLOB_SUBST
16762 TIMESTAMP='$TIMESTAMP'
16771 acx_cv_header_stdint="$acx_cv_header_stdint"
16772 acx_cv_type_int8_t="$acx_cv_type_int8_t"
16773 acx_cv_type_int16_t="$acx_cv_type_int16_t"
16774 acx_cv_type_int32_t="$acx_cv_type_int32_t"
16775 acx_cv_type_int64_t="$acx_cv_type_int64_t"
16776 acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
16777 ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
16778 ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
16779 ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
16780 ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
16781 ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
16782 ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
16783 ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
16784 ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
16789 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16791 # Handling of arguments.
16792 for ac_config_target
in $ac_config_targets
16794 case $ac_config_target in
16795 "auto-config.h") CONFIG_HEADERS
="$CONFIG_HEADERS auto-config.h" ;;
16796 "default-1") CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
16797 "depfiles") CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
16798 "libtool") CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
16799 "gstdint.h") CONFIG_COMMANDS
="$CONFIG_COMMANDS gstdint.h" ;;
16800 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
16801 "testsuite/Makefile") CONFIG_FILES
="$CONFIG_FILES testsuite/Makefile" ;;
16803 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16808 # If the user did not use the arguments to specify the items to instantiate,
16809 # then the envvar interface is used. Set only those that are not.
16810 # We use the long form for the default assignment because of an extremely
16811 # bizarre bug on SunOS 4.1.3.
16812 if $ac_need_defaults; then
16813 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
16814 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
16815 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
16818 # Have a temporary directory for convenience. Make it in the build tree
16819 # simply because there is no reason against having it here, and in addition,
16820 # creating and moving files from /tmp can sometimes cause problems.
16821 # Hook for its removal unless debugging.
16822 # Note that there is a small window in which the directory will not be cleaned:
16823 # after its creation but before its name has been assigned to `$tmp'.
16827 trap 'exit_status=$?
16828 : "${ac_tmp:=$tmp}"
16829 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16831 trap 'as_fn_exit 1' 1 2 13 15
16833 # Create a (secure) tmp directory for tmp files.
16836 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16840 tmp
=.
/conf$$
-$RANDOM
16841 (umask 077 && mkdir
"$tmp")
16842 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
16845 # Set up the scripts for CONFIG_FILES section.
16846 # No need to generate them if there are no CONFIG_FILES.
16847 # This happens for instance with `./config.status config.h'.
16848 if test -n "$CONFIG_FILES"; then
16851 ac_cr
=`echo X | tr X '\015'`
16852 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16853 # But we know of no other shell where ac_cr would be empty at this
16854 # point, so we can use a bashism as a fallback.
16855 if test "x$ac_cr" = x
; then
16856 eval ac_cr
=\$
\'\\r
\'
16858 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16859 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16862 ac_cs_awk_cr
=$ac_cr
16865 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16870 echo "cat >conf$$subs.awk <<_ACEOF" &&
16871 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16873 } >conf$$subs.sh ||
16874 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
16875 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16877 for ac_last_try in false false false false false :; do
16878 . ./conf$$subs.sh ||
16879 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
16881 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
16882 if test $ac_delim_n = $ac_delim_num; then
16884 elif $ac_last_try; then
16885 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
16887 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
16890 rm -f conf$$subs.sh
16892 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16893 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
16897 s/^/S["/; s
/!.
*/"]=/
16907 s/\(.\{148\}\)..*/\1/
16909 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
16914 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
16921 s/\(.\{148\}\)..*/\1/
16923 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
16927 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
16932 ' <conf$$subs.awk | sed '
16937 ' >>$CONFIG_STATUS || ac_write_fail=1
16938 rm -f conf$$subs.awk
16939 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16941 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
16942 for (key in S) S_is_set[key] = 1
16948 nfields = split(line, field, "@
")
16950 len = length(field[1])
16951 for (i = 2; i < nfields; i++) {
16953 keylen = length(key)
16954 if (S_is_set[key]) {
16956 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16957 len += length(value) + length(field[++i])
16968 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16969 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16970 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
16973 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
16974 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
16977 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16978 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
16979 # trailing colons and then remove the whole line if VPATH becomes empty
16980 # (actually we leave an empty line to preserve line numbers).
16981 if test "x
$srcdir" = x.; then
16982 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
17000 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17001 fi # test -n "$CONFIG_FILES"
17003 # Set up the scripts for CONFIG_HEADERS section.
17004 # No need to generate them if there are no CONFIG_HEADERS.
17005 # This happens for instance with `./config.status Makefile'.
17006 if test -n "$CONFIG_HEADERS"; then
17007 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
17011 # Transform confdefs.h into an awk script `defines.awk', embedded as
17012 # here-document in config.status, that substitutes the proper values into
17013 # config.h.in to produce config.h.
17015 # Create a delimiter string that does not exist in confdefs.h, to ease
17016 # handling of long lines.
17018 for ac_last_try in false false :; do
17019 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
17020 if test -z "$ac_tt"; then
17022 elif $ac_last_try; then
17023 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
17025 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
17029 # For the awk script, D is an array of macro values keyed by name,
17030 # likewise P contains macro parameters if any. Preserve backslash
17031 # newline sequences.
17033 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
17035 s/.\{148\}/&'"$ac_delim"'/g
17038 s/^[ ]*#[ ]*define[ ][ ]*/ /
17045 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
17047 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
17051 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
17052 D["\
1"]=" \
3\\\\\\n
"\\/p
17054 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
17059 s/.\{148\}/&'"$ac_delim"'/g
17064 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
17067 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
17069 ' <confdefs.h | sed '
17070 s/'"$ac_delim"'/"\\\
17071 "/g' >>$CONFIG_STATUS || ac_write_fail=1
17073 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17074 for (key in D) D_is_set[key] = 1
17077 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
17079 split(line, arg, " ")
17080 if (arg[1] == "#") {
17084 defundef
= substr
(arg
[1], 2)
17087 split(mac1
, mac2
, "(") #)
17089 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
17090 if (D_is_set
[macro
]) {
17091 # Preserve the white space surrounding the "#".
17092 print prefix
"define", macro P
[macro
] D
[macro
]
17095 # Replace #undef with comments. This is necessary, for example,
17096 # in the case of _POSIX_SOURCE, which is predefined and required
17097 # on some systems where configure will not decide to define it.
17098 if (defundef
== "undef") {
17099 print
"/*", prefix defundef
, macro
, "*/"
17107 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17108 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
17109 fi # test -n "$CONFIG_HEADERS"
17112 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
17117 :[FHLC
]) ac_mode
=$ac_tag; continue;;
17119 case $ac_mode$ac_tag in
17121 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
17122 :[FH
]-) ac_tag
=-:-;;
17123 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
17140 -) ac_f
="$ac_tmp/stdin";;
17141 *) # Look for the file first in the build tree, then in the source tree
17142 # (if the path is not absolute). The absolute path cannot be DOS-style,
17143 # because $ac_f cannot contain `:'.
17147 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
17149 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
17151 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17152 as_fn_append ac_file_inputs
" '$ac_f'"
17155 # Let's still pretend it is `configure' which instantiates (i.e., don't
17156 # use $as_me), people would be surprised to read:
17157 # /* config.h. Generated by config.status. */
17158 configure_input
='Generated from '`
17159 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
17161 if test x
"$ac_file" != x-
; then
17162 configure_input
="$ac_file. $configure_input"
17163 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
17164 $as_echo "$as_me: creating $ac_file" >&6;}
17166 # Neutralize special characters interpreted by sed in replacement strings.
17167 case $configure_input in #(
17168 *\
&* |
*\|
* |
*\\* )
17169 ac_sed_conf_input
=`$as_echo "$configure_input" |
17170 sed 's/[\\\\&|]/\\\\&/g'`;; #(
17171 *) ac_sed_conf_input
=$configure_input;;
17175 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
17176 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
17181 ac_dir
=`$as_dirname -- "$ac_file" ||
17182 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17183 X"$ac_file" : 'X\(//\)[^/]' \| \
17184 X"$ac_file" : 'X\(//\)$' \| \
17185 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
17186 $as_echo X"$ac_file" |
17187 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17191 /^X\(\/\/\)[^/].*/{
17204 as_dir
="$ac_dir"; as_fn_mkdir_p
17208 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
17210 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17211 # A ".." for each directory in $ac_dir_suffix.
17212 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17213 case $ac_top_builddir_sub in
17214 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
17215 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
17218 ac_abs_top_builddir
=$ac_pwd
17219 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
17220 # for backward compatibility:
17221 ac_top_builddir
=$ac_top_build_prefix
17224 .
) # We are building in place.
17226 ac_top_srcdir
=$ac_top_builddir_sub
17227 ac_abs_top_srcdir
=$ac_pwd ;;
17228 [\\/]* | ?
:[\\/]* ) # Absolute name.
17229 ac_srcdir
=$srcdir$ac_dir_suffix;
17230 ac_top_srcdir
=$srcdir
17231 ac_abs_top_srcdir
=$srcdir ;;
17232 *) # Relative name.
17233 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
17234 ac_top_srcdir
=$ac_top_build_prefix$srcdir
17235 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
17237 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
17247 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
17248 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
17250 ac_MKDIR_P
=$MKDIR_P
17252 [\\/$
]* | ?
:[\\/]* ) ;;
17253 */*) ac_MKDIR_P
=$ac_top_build_prefix$MKDIR_P ;;
17257 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17258 # If the template does not know about datarootdir, expand it.
17259 # FIXME: This hack should be removed a few years after 2.60.
17260 ac_datarootdir_hack
=; ac_datarootdir_seen
=
17271 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17272 *datarootdir
*) ac_datarootdir_seen
=yes;;
17273 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
17274 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17275 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17277 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17278 ac_datarootdir_hack='
17279 s&@datadir@&$datadir&g
17280 s&@docdir@&$docdir&g
17281 s&@infodir@&$infodir&g
17282 s&@localedir@&$localedir&g
17283 s&@mandir@&$mandir&g
17284 s&\\\${datarootdir}&$datarootdir&g' ;;
17288 # Neutralize VPATH when `$srcdir' = `.'.
17289 # Shell code in configure.ac might set extrasub.
17290 # FIXME: do we really want to maintain this feature?
17291 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17292 ac_sed_extra="$ac_vpsub
17295 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17297 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
17298 s|@configure_input@|
$ac_sed_conf_input|
;t t
17299 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
17300 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
17301 s
&@srcdir@
&$ac_srcdir&;t t
17302 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
17303 s
&@top_srcdir@
&$ac_top_srcdir&;t t
17304 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
17305 s
&@builddir@
&$ac_builddir&;t t
17306 s
&@abs_builddir@
&$ac_abs_builddir&;t t
17307 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
17308 s
&@INSTALL@
&$ac_INSTALL&;t t
17309 s
&@MKDIR_P@
&$ac_MKDIR_P&;t t
17310 $ac_datarootdir_hack
17312 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
17313 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
17315 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17316 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
17317 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
17318 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
17319 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
17320 which seems to be undefined. Please make sure it is defined" >&5
17321 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
17322 which seems to be undefined. Please make sure it is defined" >&2;}
17324 rm -f "$ac_tmp/stdin"
17326 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
17327 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
17329 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17335 if test x"$ac_file" != x-; then
17337 $as_echo "/* $configure_input */" \
17338 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
17339 } >"$ac_tmp/config.h" \
17340 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17341 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
17342 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17343 $as_echo "$as_me: $ac_file is unchanged" >&6;}
17346 mv "$ac_tmp/config.h" "$ac_file" \
17347 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17350 $as_echo "/* $configure_input */" \
17351 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
17352 || as_fn_error $? "could not create -" "$LINENO" 5
17354 # Compute "$ac_file"'s index
in $config_headers.
17357 for _am_header
in $config_headers :; do
17358 case $_am_header in
17359 $_am_arg |
$_am_arg:* )
17362 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
17365 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
17366 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17367 X"$_am_arg" : 'X\(//\)[^/]' \| \
17368 X"$_am_arg" : 'X\(//\)$' \| \
17369 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
17370 $as_echo X"$_am_arg" |
17371 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17375 /^X\(\/\/\)[^/].*/{
17387 s/.*/./; q'`/stamp-h
$_am_stamp_count
17390 :C
) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17391 $as_echo "$as_me: executing $ac_file commands" >&6;}
17396 case $ac_file$ac_mode in
17398 # Only add multilib support code if we just rebuilt the top-level
17400 case " $CONFIG_FILES " in
17402 ac_file
=Makefile .
${multi_basedir}/config-ml.
in
17405 "depfiles":C
) test x
"$AMDEP_TRUE" != x
"" ||
{
17406 # Older Autoconf quotes --file arguments for eval, but not when files
17407 # are listed without --file. Let's play safe and only enable the eval
17408 # if we detect the quoting.
17409 case $CONFIG_FILES in
17410 *\'*) eval set x
"$CONFIG_FILES" ;;
17411 *) set x
$CONFIG_FILES ;;
17416 # Strip MF so we end up with the name of the file.
17417 mf
=`echo "$mf" | sed -e 's/:.*$//'`
17418 # Check whether this is an Automake generated Makefile or not.
17419 # We used to match only the files named 'Makefile.in', but
17420 # some people rename them; so instead we look at the file content.
17421 # Grep'ing the first line is not enough: some people post-process
17422 # each Makefile.in and add a new line on top of each file to say so.
17423 # Grep'ing the whole file is not good either: AIX grep has a line
17424 # limit of 2048, but all sed's we know have understand at least 4000.
17425 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" |
grep X
>/dev
/null
2>&1; then
17426 dirpart
=`$as_dirname -- "$mf" ||
17427 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17428 X"$mf" : 'X\(//\)[^/]' \| \
17429 X"$mf" : 'X\(//\)$' \| \
17430 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
17432 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17436 /^X\(\/\/\)[^/].*/{
17452 # Extract the definition of DEPDIR, am__include, and am__quote
17453 # from the Makefile without running 'make'.
17454 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
17455 test -z "$DEPDIR" && continue
17456 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
17457 test -z "$am__include" && continue
17458 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
17459 # Find all dependency output files, they are included files with
17460 # $(DEPDIR) in their names. We invoke sed twice because it is the
17461 # simplest approach to changing $(DEPDIR) to its actual value in the
17463 for file in `sed -n "
17464 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17465 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
17466 # Make sure the directory exists.
17467 test -f "$dirpart/$file" && continue
17468 fdir
=`$as_dirname -- "$file" ||
17469 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17470 X"$file" : 'X\(//\)[^/]' \| \
17471 X"$file" : 'X\(//\)$' \| \
17472 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
17473 $as_echo X"$file" |
17474 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17478 /^X\(\/\/\)[^/].*/{
17491 as_dir
=$dirpart/$fdir; as_fn_mkdir_p
17492 # echo "creating $dirpart/$file"
17493 echo '# dummy' > "$dirpart/$file"
17500 # See if we are running on zsh, and set the options which allow our
17501 # commands through without removal of \ escapes.
17502 if test -n "${ZSH_VERSION+set}" ; then
17503 setopt NO_GLOB_SUBST
17506 cfgfile
="${ofile}T"
17507 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
17510 cat <<_LT_EOF >> "$cfgfile"
17513 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
17514 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
17515 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17516 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
17518 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
17519 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
17520 # Written by Gordon Matzigkeit, 1996
17522 # This file is part of GNU Libtool.
17524 # GNU Libtool is free software; you can redistribute it and/or
17525 # modify it under the terms of the GNU General Public License as
17526 # published by the Free Software Foundation; either version 2 of
17527 # the License, or (at your option) any later version.
17529 # As a special exception to the GNU General Public License,
17530 # if you distribute this file as part of a program or library that
17531 # is built using GNU Libtool, you may include this file under the
17532 # same distribution terms that you use for the rest of that program.
17534 # GNU Libtool is distributed in the hope that it will be useful,
17535 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17536 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17537 # GNU General Public License for more details.
17539 # You should have received a copy of the GNU General Public License
17540 # along with GNU Libtool; see the file COPYING. If not, a copy
17541 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
17542 # obtained by writing to the Free Software Foundation, Inc.,
17543 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17546 # The names of the tagged configurations supported by this script.
17549 # ### BEGIN LIBTOOL CONFIG
17551 # Which release of libtool.m4 was used?
17552 macro_version=$macro_version
17553 macro_revision=$macro_revision
17555 # Whether or not to build shared libraries.
17556 build_libtool_libs=$enable_shared
17558 # Whether or not to build static libraries.
17559 build_old_libs=$enable_static
17561 # What type of objects to build.
17564 # Whether or not to optimize for fast installation.
17565 fast_install=$enable_fast_install
17567 # Shell to use when invoking shell scripts.
17570 # An echo program that protects backslashes.
17574 host_alias=$host_alias
17578 # The build system.
17579 build_alias=$build_alias
17583 # A sed program that does not truncate output.
17586 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
17587 Xsed="\$SED -e 1s/^X//"
17589 # A grep program that handles long lines.
17595 # A literal string matcher.
17598 # A BSD- or MS-compatible name lister.
17601 # Whether we need soft or hard links.
17604 # What is the maximum length of a command?
17605 max_cmd_len=$max_cmd_len
17607 # Object file suffix (normally "o").
17610 # Executable file suffix (normally "").
17613 # whether the shell understands "unset".
17616 # turn spaces into newlines.
17619 # turn newlines into spaces.
17622 # An object symbol dumper.
17623 OBJDUMP=$lt_OBJDUMP
17625 # Method to check whether dependent libraries are shared objects.
17626 deplibs_check_method=$lt_deplibs_check_method
17628 # Command to use when deplibs_check_method == "file_magic".
17629 file_magic_cmd=$lt_file_magic_cmd
17633 AR_FLAGS=$lt_AR_FLAGS
17635 # A symbol stripping program.
17638 # Commands used to install an old-style archive.
17640 old_postinstall_cmds=$lt_old_postinstall_cmds
17641 old_postuninstall_cmds=$lt_old_postuninstall_cmds
17643 # Whether to use a lock for old archive extraction.
17644 lock_old_archive_extraction=$lock_old_archive_extraction
17649 # LTCC compiler flags.
17650 LTCFLAGS=$lt_CFLAGS
17652 # Take the output of nm and produce a listing of raw symbols and C names.
17653 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17655 # Transform the output of nm in a proper C declaration.
17656 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17658 # Transform the output of nm in a C name address pair.
17659 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17661 # Transform the output of nm in a C name address pair when lib prefix is needed.
17662 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17664 # The name of the directory that contains temporary libtool files.
17667 # Used to examine libraries when file_magic_cmd begins with "file".
17668 MAGIC_CMD=$MAGIC_CMD
17670 # Must we lock files when doing compilation?
17671 need_locks=$lt_need_locks
17673 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17674 DSYMUTIL=$lt_DSYMUTIL
17676 # Tool to change global to local symbols on Mac OS X.
17679 # Tool to manipulate fat objects and archives on Mac OS X.
17682 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
17685 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17686 OTOOL64=$lt_OTOOL64
17688 # Old archive suffix (normally "a").
17691 # Shared library suffix (normally ".so").
17692 shrext_cmds=$lt_shrext_cmds
17694 # The commands to extract the exported symbol list from a shared archive.
17695 extract_expsyms_cmds=$lt_extract_expsyms_cmds
17697 # Variables whose values should be saved in libtool wrapper scripts and
17698 # restored at link time.
17699 variables_saved_for_relink=$lt_variables_saved_for_relink
17701 # Do we need the "lib" prefix for modules?
17702 need_lib_prefix=$need_lib_prefix
17704 # Do we need a version for libraries?
17705 need_version=$need_version
17707 # Library versioning type.
17708 version_type=$version_type
17710 # Shared library runtime path variable.
17711 runpath_var=$runpath_var
17713 # Shared library path variable.
17714 shlibpath_var=$shlibpath_var
17716 # Is shlibpath searched before the hard-coded library search path?
17717 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17719 # Format of library name prefix.
17720 libname_spec=$lt_libname_spec
17722 # List of archive names. First name is the real one, the rest are links.
17723 # The last name is the one that the linker finds with -lNAME
17724 library_names_spec=$lt_library_names_spec
17726 # The coded name of the library, if different from the real name.
17727 soname_spec=$lt_soname_spec
17729 # Permission mode override for installation of shared libraries.
17730 install_override_mode=$lt_install_override_mode
17732 # Command to use after installation of a shared archive.
17733 postinstall_cmds=$lt_postinstall_cmds
17735 # Command to use after uninstallation of a shared archive.
17736 postuninstall_cmds=$lt_postuninstall_cmds
17738 # Commands used to finish a libtool library installation in a directory.
17739 finish_cmds=$lt_finish_cmds
17741 # As "finish_cmds", except a single script fragment to be evaled but
17743 finish_eval=$lt_finish_eval
17745 # Whether we should hardcode library paths into libraries.
17746 hardcode_into_libs=$hardcode_into_libs
17748 # Compile-time system search path for libraries.
17749 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17751 # Run-time system search path for libraries.
17752 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17754 # Whether dlopen is supported.
17755 dlopen_support=$enable_dlopen
17757 # Whether dlopen of programs is supported.
17758 dlopen_self=$enable_dlopen_self
17760 # Whether dlopen of statically linked programs is supported.
17761 dlopen_self_static=$enable_dlopen_self_static
17763 # Commands to strip libraries.
17764 old_striplib=$lt_old_striplib
17765 striplib=$lt_striplib
17768 # The linker used to build libraries.
17771 # How to create reloadable object files.
17772 reload_flag=$lt_reload_flag
17773 reload_cmds=$lt_reload_cmds
17775 # Commands used to build an old-style archive.
17776 old_archive_cmds=$lt_old_archive_cmds
17778 # A language specific compiler.
17781 # Is the compiler the GNU compiler?
17784 # Compiler flag to turn off builtin functions.
17785 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17787 # How to pass a linker flag through the compiler.
17788 wl=$lt_lt_prog_compiler_wl
17790 # Additional compiler flags for building library objects.
17791 pic_flag=$lt_lt_prog_compiler_pic
17793 # Compiler flag to prevent dynamic linking.
17794 link_static_flag=$lt_lt_prog_compiler_static
17796 # Does compiler simultaneously support -c and -o options?
17797 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17799 # Whether or not to add -lc for building shared libraries.
17800 build_libtool_need_lc=$archive_cmds_need_lc
17802 # Whether or not to disallow shared libs when runtime libs are static.
17803 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17805 # Compiler flag to allow reflexive dlopens.
17806 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17808 # Compiler flag to generate shared objects directly from archives.
17809 whole_archive_flag_spec=$lt_whole_archive_flag_spec
17811 # Whether the compiler copes with passing no objects directly.
17812 compiler_needs_object=$lt_compiler_needs_object
17814 # Create an old-style archive from a shared archive.
17815 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17817 # Create a temporary old-style archive to link instead of a shared archive.
17818 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17820 # Commands used to build a shared archive.
17821 archive_cmds=$lt_archive_cmds
17822 archive_expsym_cmds=$lt_archive_expsym_cmds
17824 # Commands used to build a loadable module if different from building
17825 # a shared archive.
17826 module_cmds=$lt_module_cmds
17827 module_expsym_cmds=$lt_module_expsym_cmds
17829 # Whether we are building with GNU ld or not.
17830 with_gnu_ld=$lt_with_gnu_ld
17832 # Flag that allows shared libraries with undefined symbols to be built.
17833 allow_undefined_flag=$lt_allow_undefined_flag
17835 # Flag that enforces no undefined symbols.
17836 no_undefined_flag=$lt_no_undefined_flag
17838 # Flag to hardcode \$libdir into a binary during linking.
17839 # This must work even if \$libdir does not exist
17840 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17842 # If ld is used when linking, flag to hardcode \$libdir into a binary
17843 # during linking. This must work even if \$libdir does not exist.
17844 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17846 # Whether we need a single "-rpath" flag with a separated argument.
17847 hardcode_libdir_separator=$lt_hardcode_libdir_separator
17849 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17850 # DIR into the resulting binary.
17851 hardcode_direct=$hardcode_direct
17853 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17854 # DIR into the resulting binary and the resulting library dependency is
17855 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17856 # library is relocated.
17857 hardcode_direct_absolute=$hardcode_direct_absolute
17859 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17860 # into the resulting binary.
17861 hardcode_minus_L=$hardcode_minus_L
17863 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17864 # into the resulting binary.
17865 hardcode_shlibpath_var=$hardcode_shlibpath_var
17867 # Set to "yes" if building a shared library automatically hardcodes DIR
17868 # into the library and all subsequent libraries and executables linked
17870 hardcode_automatic=$hardcode_automatic
17872 # Set to yes if linker adds runtime paths of dependent libraries
17873 # to runtime path list.
17874 inherit_rpath=$inherit_rpath
17876 # Whether libtool must link a program against all its dependency libraries.
17877 link_all_deplibs=$link_all_deplibs
17879 # Fix the shell variable \$srcfile for the compiler.
17880 fix_srcfile_path=$lt_fix_srcfile_path
17882 # Set to "yes" if exported symbols are required.
17883 always_export_symbols=$always_export_symbols
17885 # The commands to list exported symbols.
17886 export_symbols_cmds=$lt_export_symbols_cmds
17888 # Symbols that should not be listed in the preloaded symbols.
17889 exclude_expsyms=$lt_exclude_expsyms
17891 # Symbols that must always be exported.
17892 include_expsyms=$lt_include_expsyms
17894 # Commands necessary for linking programs (against libraries) with templates.
17895 prelink_cmds=$lt_prelink_cmds
17897 # Specify filename containing input files.
17898 file_list_spec=$lt_file_list_spec
17900 # How to hardcode a shared library path into an executable.
17901 hardcode_action=$hardcode_action
17903 # ### END LIBTOOL CONFIG
17909 cat <<\_LT_EOF
>> "$cfgfile"
17910 # AIX sometimes has problems with the GCC collect2 program. For some
17911 # reason, if we set the COLLECT_NAMES environment variable, the problems
17912 # vanish in a puff of smoke.
17913 if test "X${COLLECT_NAMES+set}" != Xset
; then
17915 export COLLECT_NAMES
17922 ltmain
="$ac_aux_dir/ltmain.sh"
17925 # We use sed instead of cat because bash on DJGPP gets confused if
17926 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17927 # text mode, it properly converts lines to CR/LF. This bash problem
17928 # is reportedly fixed, but why not run on old versions too?
17929 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17930 ||
(rm -f "$cfgfile"; exit 1)
17934 cat << \_LT_EOF
>> "$cfgfile"
17936 # func_dirname file append nondir_replacement
17937 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17938 # otherwise set result to NONDIR_REPLACEMENT.
17942 */*) func_dirname_result
="${1%/*}${2}" ;;
17943 * ) func_dirname_result
="${3}" ;;
17947 # func_basename file
17950 func_basename_result
="${1##*/}"
17953 # func_dirname_and_basename file append nondir_replacement
17954 # perform func_basename and func_dirname in a single function
17956 # dirname: Compute the dirname of FILE. If nonempty,
17957 # add APPEND to the result, otherwise set result
17958 # to NONDIR_REPLACEMENT.
17959 # value returned in "$func_dirname_result"
17960 # basename: Compute filename of FILE.
17961 # value retuned in "$func_basename_result"
17962 # Implementation must be kept synchronized with func_dirname
17963 # and func_basename. For efficiency, we do not delegate to
17964 # those functions but instead duplicate the functionality here.
17965 func_dirname_and_basename
()
17968 */*) func_dirname_result
="${1%/*}${2}" ;;
17969 * ) func_dirname_result
="${3}" ;;
17971 func_basename_result
="${1##*/}"
17974 # func_stripname prefix suffix name
17975 # strip PREFIX and SUFFIX off of NAME.
17976 # PREFIX and SUFFIX must not contain globbing or regex special
17977 # characters, hashes, percent signs, but SUFFIX may contain a leading
17978 # dot (in which case that matches only a dot).
17981 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17982 # positional parameters, so assign one to ordinary parameter first.
17983 func_stripname_result
=${3}
17984 func_stripname_result
=${func_stripname_result#"${1}"}
17985 func_stripname_result
=${func_stripname_result%"${2}"}
17991 func_opt_split_opt
=${1%%=*}
17992 func_opt_split_arg
=${1#*=}
17999 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
18000 *) func_lo2o_result
=${1} ;;
18004 # func_xform libobj-or-source
18007 func_xform_result
=${1%.*}.lo
18010 # func_arith arithmetic-term...
18013 func_arith_result
=$
(( $
* ))
18017 # STRING may not start with a hyphen.
18020 func_len_result
=${#1}
18025 *) # Bourne compatible functions.
18026 cat << \_LT_EOF
>> "$cfgfile"
18028 # func_dirname file append nondir_replacement
18029 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
18030 # otherwise set result to NONDIR_REPLACEMENT.
18033 # Extract subdirectory from the argument.
18034 func_dirname_result
=`$ECHO "${1}" | $SED "$dirname"`
18035 if test "X$func_dirname_result" = "X${1}"; then
18036 func_dirname_result
="${3}"
18038 func_dirname_result
="$func_dirname_result${2}"
18042 # func_basename file
18045 func_basename_result
=`$ECHO "${1}" | $SED "$basename"`
18049 # func_stripname prefix suffix name
18050 # strip PREFIX and SUFFIX off of NAME.
18051 # PREFIX and SUFFIX must not contain globbing or regex special
18052 # characters, hashes, percent signs, but SUFFIX may contain a leading
18053 # dot (in which case that matches only a dot).
18054 # func_strip_suffix prefix name
18058 .
*) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
18059 *) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
18064 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
18065 my_sed_long_arg
='1s/^-[^=]*=//'
18070 func_opt_split_opt
=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
18071 func_opt_split_arg
=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
18077 func_lo2o_result
=`$ECHO "${1}" | $SED "$lo2o"`
18080 # func_xform libobj-or-source
18083 func_xform_result
=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
18086 # func_arith arithmetic-term...
18089 func_arith_result
=`expr "$@"`
18093 # STRING may not start with a hyphen.
18096 func_len_result
=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
18102 case $lt_shell_append in
18104 cat << \_LT_EOF
>> "$cfgfile"
18106 # func_append var value
18107 # Append VALUE to the end of shell variable VAR.
18115 cat << \_LT_EOF
>> "$cfgfile"
18117 # func_append var value
18118 # Append VALUE to the end of shell variable VAR.
18129 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
18130 ||
(rm -f "$cfgfile"; exit 1)
18132 mv -f "$cfgfile" "$ofile" ||
18133 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
18138 if test "$GCC" = yes; then
18139 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
18141 echo "/* generated for $CC */" > tmp-stdint.h
18144 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18146 #ifndef GCC_GENERATED_STDINT_H
18147 #define GCC_GENERATED_STDINT_H 1
18149 #include <sys/types.h>
18152 if test "$acx_cv_header_stdint" != stdint.h
; then
18153 echo "#include <stddef.h>" >> tmp-stdint.h
18155 if test "$acx_cv_header_stdint" != stddef.h
; then
18156 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
18159 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18160 /* glibc uses these symbols as guards to prevent redefinitions. */
18161 #ifdef __int8_t_defined
18166 #ifdef __uint32_t_defined
18172 # ----------------- done header, emit basic int types -------------
18173 if test "$acx_cv_header_stdint" = stddef.h
; then
18174 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18178 #ifndef __uint8_t_defined
18179 #define __uint8_t_defined
18181 typedef unsigned $acx_cv_type_int8_t uint8_t;
18188 #ifndef __uint16_t_defined
18189 #define __uint16_t_defined
18191 typedef unsigned $acx_cv_type_int16_t uint16_t;
18198 #ifndef __uint32_t_defined
18199 #define __uint32_t_defined
18201 typedef unsigned $acx_cv_type_int32_t uint32_t;
18208 #ifndef __int8_t_defined
18209 #define __int8_t_defined
18211 typedef $acx_cv_type_int8_t int8_t;
18218 #ifndef __int16_t_defined
18219 #define __int16_t_defined
18221 typedef $acx_cv_type_int16_t int16_t;
18228 #ifndef __int32_t_defined
18229 #define __int32_t_defined
18231 typedef $acx_cv_type_int32_t int32_t;
18236 elif test "$ac_cv_type_u_int32_t" = yes; then
18237 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18239 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
18252 #ifndef __uint8_t_defined
18253 #define __uint8_t_defined
18255 typedef u_int8_t uint8_t;
18262 #ifndef __uint16_t_defined
18263 #define __uint16_t_defined
18265 typedef u_int16_t uint16_t;
18272 #ifndef __uint32_t_defined
18273 #define __uint32_t_defined
18275 typedef u_int32_t uint32_t;
18281 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18283 /* Some systems have guard macros to prevent redefinitions, define them. */
18305 # ------------- done basic int types, emit int64_t types ------------
18306 if test "$ac_cv_type_uint64_t" = yes; then
18307 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18309 /* system headers have good uint64_t and int64_t */
18317 elif test "$ac_cv_type_u_int64_t" = yes; then
18318 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18320 /* system headers have an u_int64_t (and int64_t) */
18326 #ifndef __uint64_t_defined
18327 #define __uint64_t_defined
18329 typedef u_int64_t uint64_t;
18334 elif test -n "$acx_cv_type_int64_t"; then
18335 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18337 /* architecture has a 64-bit type, $acx_cv_type_int64_t */
18341 typedef $acx_cv_type_int64_t int64_t;
18346 #ifndef __uint64_t_defined
18347 #define __uint64_t_defined
18349 typedef unsigned $acx_cv_type_int64_t uint64_t;
18355 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18357 /* some common heuristics for int64_t, using compiler-specific tests */
18358 #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
18361 #ifndef __int64_t_defined
18363 typedef long long int64_t;
18370 typedef unsigned long long uint64_t;
18374 #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
18375 /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
18376 does not implement __extension__. But that compiler doesn't define
18378 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
18379 # define __extension__
18385 __extension__ typedef long long int64_t;
18391 __extension__ typedef unsigned long long uint64_t;
18395 #elif !defined __STRICT_ANSI__
18396 # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
18401 typedef __int64 int64_t;
18407 typedef unsigned __int64 uint64_t;
18410 # endif /* compiler */
18412 #endif /* ANSI version */
18416 # ------------- done int64_t types, emit intptr types ------------
18417 if test "$ac_cv_type_uintptr_t" != yes; then
18418 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18420 /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
18421 #ifndef __uintptr_t_defined
18423 typedef u$acx_cv_type_intptr_t uintptr_t;
18426 #ifndef __intptr_t_defined
18428 typedef $acx_cv_type_intptr_t intptr_t;
18434 # ------------- done intptr types, emit int_least types ------------
18435 if test "$ac_cv_type_int_least32_t" != yes; then
18436 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18438 /* Define int_least types */
18439 typedef int8_t int_least8_t;
18440 typedef int16_t int_least16_t;
18441 typedef int32_t int_least32_t;
18443 typedef int64_t int_least64_t;
18446 typedef uint8_t uint_least8_t;
18447 typedef uint16_t uint_least16_t;
18448 typedef uint32_t uint_least32_t;
18450 typedef uint64_t uint_least64_t;
18455 # ------------- done intptr types, emit int_fast types ------------
18456 if test "$ac_cv_type_int_fast32_t" != yes; then
18457 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18459 /* Define int_fast types. short is often slow */
18460 typedef int8_t int_fast8_t;
18461 typedef int int_fast16_t;
18462 typedef int32_t int_fast32_t;
18464 typedef int64_t int_fast64_t;
18467 typedef uint8_t uint_fast8_t;
18468 typedef unsigned int uint_fast16_t;
18469 typedef uint32_t uint_fast32_t;
18471 typedef uint64_t uint_fast64_t;
18476 if test "$ac_cv_type_uintmax_t" != yes; then
18477 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18479 /* Define intmax based on what we found */
18482 typedef int64_t intmax_t;
18484 typedef long intmax_t;
18489 typedef uint64_t uintmax_t;
18491 typedef unsigned long uintmax_t;
18497 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18499 #endif /* GCC_GENERATED_STDINT_H */
18502 if test -r gstdint.h
&& cmp -s tmp-stdint.h gstdint.h
; then
18505 mv -f tmp-stdint.h gstdint.h
18516 ac_clean_files
=$ac_clean_files_save
18518 test $ac_write_fail = 0 ||
18519 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
18522 # configure is writing to config.log, and then calls config.status.
18523 # config.status does its own redirection, appending to config.log.
18524 # Unfortunately, on DOS this fails, as config.log is still kept open
18525 # by configure, so config.status won't be able to write to it; its
18526 # output is simply discarded. So we exec the FD to /dev/null,
18527 # effectively closing config.log, so it can be properly (re)opened and
18528 # appended to by config.status. When coming back to configure, we
18529 # need to make the FD available again.
18530 if test "$no_create" != yes; then
18532 ac_config_status_args
=
18533 test "$silent" = yes &&
18534 ac_config_status_args
="$ac_config_status_args --quiet"
18536 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
18538 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18539 # would make configure fail if this is the last instruction.
18540 $ac_cs_success || as_fn_exit
1
18542 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
18543 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18544 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}