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
797 enable_dependency_tracking
804 enable_maintainer_mode
807 with_gcc_major_version_only
809 ac_precious_vars
='build_alias
816 # Initialize some variables set by options.
818 ac_init_version
=false
819 ac_unrecognized_opts
=
821 # The variables have the same names as the options, with
822 # dashes changed to underlines.
830 program_transform_name
=s
,x
,x
,
838 # Installation directory options.
839 # These are left unexpanded so users can "make install exec_prefix=/foo"
840 # and all the variables that are supposed to be based on exec_prefix
841 # by default will actually change.
842 # Use braces instead of parens because sh, perl, etc. also accept them.
843 # (The list follows the same order as the GNU Coding Standards.)
844 bindir
='${exec_prefix}/bin'
845 sbindir
='${exec_prefix}/sbin'
846 libexecdir
='${exec_prefix}/libexec'
847 datarootdir
='${prefix}/share'
848 datadir
='${datarootdir}'
849 sysconfdir
='${prefix}/etc'
850 sharedstatedir
='${prefix}/com'
851 localstatedir
='${prefix}/var'
852 includedir
='${prefix}/include'
853 oldincludedir
='/usr/include'
854 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
855 infodir
='${datarootdir}/info'
860 libdir
='${exec_prefix}/lib'
861 localedir
='${datarootdir}/locale'
862 mandir
='${datarootdir}/man'
868 # If the previous option needs an argument, assign it.
869 if test -n "$ac_prev"; then
870 eval $ac_prev=\
$ac_option
876 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
881 # Accept the important Cygnus configure options, so we can diagnose typos.
883 case $ac_dashdash$ac_option in
887 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
889 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
892 -build |
--build |
--buil |
--bui |
--bu)
893 ac_prev
=build_alias
;;
894 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
895 build_alias
=$ac_optarg ;;
897 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
898 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
899 ac_prev
=cache_file
;;
900 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
901 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
902 cache_file
=$ac_optarg ;;
905 cache_file
=config.cache
;;
907 -datadir |
--datadir |
--datadi |
--datad)
909 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
910 datadir
=$ac_optarg ;;
912 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
913 |
--dataroo |
--dataro |
--datar)
914 ac_prev
=datarootdir
;;
915 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
916 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
917 datarootdir
=$ac_optarg ;;
919 -disable-* |
--disable-*)
920 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
921 # Reject names that are not valid shell variable names.
922 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
923 as_fn_error $?
"invalid feature name: $ac_useropt"
924 ac_useropt_orig
=$ac_useropt
925 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
926 case $ac_user_opts in
930 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
931 ac_unrecognized_sep
=', ';;
933 eval enable_
$ac_useropt=no
;;
935 -docdir |
--docdir |
--docdi |
--doc |
--do)
937 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
940 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
942 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
945 -enable-* |
--enable-*)
946 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
947 # Reject names that are not valid shell variable names.
948 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
949 as_fn_error $?
"invalid feature name: $ac_useropt"
950 ac_useropt_orig
=$ac_useropt
951 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
952 case $ac_user_opts in
956 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
957 ac_unrecognized_sep
=', ';;
959 eval enable_
$ac_useropt=\
$ac_optarg ;;
961 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
962 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
963 |
--exec |
--exe |
--ex)
964 ac_prev
=exec_prefix
;;
965 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
966 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
967 |
--exec=* |
--exe=* |
--ex=*)
968 exec_prefix
=$ac_optarg ;;
970 -gas |
--gas |
--ga |
--g)
971 # Obsolete; use --with-gas.
974 -help |
--help |
--hel |
--he |
-h)
976 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
977 ac_init_help
=recursive
;;
978 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
979 ac_init_help
=short
;;
981 -host |
--host |
--hos |
--ho)
982 ac_prev
=host_alias
;;
983 -host=* |
--host=* |
--hos=* |
--ho=*)
984 host_alias
=$ac_optarg ;;
986 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
988 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
990 htmldir
=$ac_optarg ;;
992 -includedir |
--includedir |
--includedi |
--included |
--include \
993 |
--includ |
--inclu |
--incl |
--inc)
994 ac_prev
=includedir
;;
995 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
996 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
997 includedir
=$ac_optarg ;;
999 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1001 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1002 infodir
=$ac_optarg ;;
1004 -libdir |
--libdir |
--libdi |
--libd)
1006 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1007 libdir
=$ac_optarg ;;
1009 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1010 |
--libexe |
--libex |
--libe)
1011 ac_prev
=libexecdir
;;
1012 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1013 |
--libexe=* |
--libex=* |
--libe=*)
1014 libexecdir
=$ac_optarg ;;
1016 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1017 ac_prev
=localedir
;;
1018 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1019 localedir
=$ac_optarg ;;
1021 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1022 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1023 ac_prev
=localstatedir
;;
1024 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1025 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1026 localstatedir
=$ac_optarg ;;
1028 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1030 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1031 mandir
=$ac_optarg ;;
1033 -nfp |
--nfp |
--nf)
1034 # Obsolete; use --without-fp.
1037 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1038 |
--no-cr |
--no-c |
-n)
1041 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1042 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1045 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1046 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1047 |
--oldin |
--oldi |
--old |
--ol |
--o)
1048 ac_prev
=oldincludedir
;;
1049 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1050 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1051 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1052 oldincludedir
=$ac_optarg ;;
1054 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1056 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1057 prefix
=$ac_optarg ;;
1059 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1060 |
--program-pre |
--program-pr |
--program-p)
1061 ac_prev
=program_prefix
;;
1062 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1063 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1064 program_prefix
=$ac_optarg ;;
1066 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1067 |
--program-suf |
--program-su |
--program-s)
1068 ac_prev
=program_suffix
;;
1069 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1070 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1071 program_suffix
=$ac_optarg ;;
1073 -program-transform-name |
--program-transform-name \
1074 |
--program-transform-nam |
--program-transform-na \
1075 |
--program-transform-n |
--program-transform- \
1076 |
--program-transform |
--program-transfor \
1077 |
--program-transfo |
--program-transf \
1078 |
--program-trans |
--program-tran \
1079 |
--progr-tra |
--program-tr |
--program-t)
1080 ac_prev
=program_transform_name
;;
1081 -program-transform-name=* |
--program-transform-name=* \
1082 |
--program-transform-nam=* |
--program-transform-na=* \
1083 |
--program-transform-n=* |
--program-transform-=* \
1084 |
--program-transform=* |
--program-transfor=* \
1085 |
--program-transfo=* |
--program-transf=* \
1086 |
--program-trans=* |
--program-tran=* \
1087 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1088 program_transform_name
=$ac_optarg ;;
1090 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1092 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1093 pdfdir
=$ac_optarg ;;
1095 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1097 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1100 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1101 |
-silent |
--silent |
--silen |
--sile |
--sil)
1104 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1106 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1108 sbindir
=$ac_optarg ;;
1110 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1111 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1112 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1114 ac_prev
=sharedstatedir
;;
1115 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1116 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1117 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1119 sharedstatedir
=$ac_optarg ;;
1121 -site |
--site |
--sit)
1123 -site=* |
--site=* |
--sit=*)
1126 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1128 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1129 srcdir
=$ac_optarg ;;
1131 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1132 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1133 ac_prev
=sysconfdir
;;
1134 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1135 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1136 sysconfdir
=$ac_optarg ;;
1138 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1139 ac_prev
=target_alias
;;
1140 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1141 target_alias
=$ac_optarg ;;
1143 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1146 -version |
--version |
--versio |
--versi |
--vers |
-V)
1147 ac_init_version
=: ;;
1150 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1151 # Reject names that are not valid shell variable names.
1152 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1153 as_fn_error $?
"invalid package name: $ac_useropt"
1154 ac_useropt_orig
=$ac_useropt
1155 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1156 case $ac_user_opts in
1160 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1161 ac_unrecognized_sep
=', ';;
1163 eval with_
$ac_useropt=\
$ac_optarg ;;
1165 -without-* |
--without-*)
1166 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1167 # Reject names that are not valid shell variable names.
1168 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1169 as_fn_error $?
"invalid package name: $ac_useropt"
1170 ac_useropt_orig
=$ac_useropt
1171 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1172 case $ac_user_opts in
1176 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1177 ac_unrecognized_sep
=', ';;
1179 eval with_
$ac_useropt=no
;;
1182 # Obsolete; use --with-x.
1185 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1186 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1187 ac_prev
=x_includes
;;
1188 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1189 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1190 x_includes
=$ac_optarg ;;
1192 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1193 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1194 ac_prev
=x_libraries
;;
1195 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1196 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1197 x_libraries
=$ac_optarg ;;
1199 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1200 Try \`$0 --help' for more information"
1204 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1205 # Reject names that are not valid shell variable names.
1206 case $ac_envvar in #(
1207 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1208 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1210 eval $ac_envvar=\
$ac_optarg
1211 export $ac_envvar ;;
1214 # FIXME: should be removed in autoconf 3.0.
1215 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1216 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1217 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1218 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1224 if test -n "$ac_prev"; then
1225 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1226 as_fn_error $?
"missing argument to $ac_option"
1229 if test -n "$ac_unrecognized_opts"; then
1230 case $enable_option_checking in
1232 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1233 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1237 # Check all directory arguments for consistency.
1238 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1239 datadir sysconfdir sharedstatedir localstatedir includedir \
1240 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1241 libdir localedir mandir
1243 eval ac_val
=\$
$ac_var
1244 # Remove trailing slashes.
1247 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1248 eval $ac_var=\
$ac_val;;
1250 # Be sure to have absolute directory names.
1252 [\\/$
]* | ?
:[\\/]* ) continue;;
1253 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1255 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1258 # There might be people who depend on the old broken behavior: `$host'
1259 # used to hold the argument of --host etc.
1260 # FIXME: To remove some day.
1263 target
=$target_alias
1265 # FIXME: To remove some day.
1266 if test "x$host_alias" != x
; then
1267 if test "x$build_alias" = x
; then
1268 cross_compiling
=maybe
1269 elif test "x$build_alias" != "x$host_alias"; then
1275 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1277 test "$silent" = yes && exec 6>/dev
/null
1280 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1281 ac_ls_di
=`ls -di .` &&
1282 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1283 as_fn_error $?
"working directory cannot be determined"
1284 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1285 as_fn_error $?
"pwd does not report name of working directory"
1288 # Find the source files, if location was not specified.
1289 if test -z "$srcdir"; then
1290 ac_srcdir_defaulted
=yes
1291 # Try the directory containing this script, then the parent directory.
1292 ac_confdir
=`$as_dirname -- "$as_myself" ||
1293 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1294 X"$as_myself" : 'X\(//\)[^/]' \| \
1295 X"$as_myself" : 'X\(//\)$' \| \
1296 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1297 $as_echo X"$as_myself" |
1298 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1316 if test ! -r "$srcdir/$ac_unique_file"; then
1320 ac_srcdir_defaulted
=no
1322 if test ! -r "$srcdir/$ac_unique_file"; then
1323 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1324 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1326 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1328 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1330 # When building in place, set srcdir=.
1331 if test "$ac_abs_confdir" = "$ac_pwd"; then
1334 # Remove unnecessary trailing slashes from srcdir.
1335 # Double slashes in file names in object file debugging info
1336 # mess up M-x gdb in Emacs.
1338 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1340 for ac_var
in $ac_precious_vars; do
1341 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1342 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1343 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1344 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1348 # Report the --help message.
1350 if test "$ac_init_help" = "long"; then
1351 # Omit some internal or obsolete options to make the list less imposing.
1352 # This message is too long to be a string in the A/UX 3.1 sh.
1354 \`configure' configures GNU Atomic Library 1.0 to adapt to many kinds of systems.
1356 Usage: $0 [OPTION]... [VAR=VALUE]...
1358 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1359 VAR=VALUE. See below for descriptions of some of the useful variables.
1361 Defaults for the options are specified in brackets.
1364 -h, --help display this help and exit
1365 --help=short display options specific to this package
1366 --help=recursive display the short help of all the included packages
1367 -V, --version display version information and exit
1368 -q, --quiet, --silent do not print \`checking ...' messages
1369 --cache-file=FILE cache test results in FILE [disabled]
1370 -C, --config-cache alias for \`--cache-file=config.cache'
1371 -n, --no-create do not create output files
1372 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1374 Installation directories:
1375 --prefix=PREFIX install architecture-independent files in PREFIX
1376 [$ac_default_prefix]
1377 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1380 By default, \`make install' will install all the files in
1381 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1382 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1383 for instance \`--prefix=\$HOME'.
1385 For better control, use the options below.
1387 Fine tuning of the installation directories:
1388 --bindir=DIR user executables [EPREFIX/bin]
1389 --sbindir=DIR system admin executables [EPREFIX/sbin]
1390 --libexecdir=DIR program executables [EPREFIX/libexec]
1391 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1392 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1393 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1394 --libdir=DIR object code libraries [EPREFIX/lib]
1395 --includedir=DIR C header files [PREFIX/include]
1396 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1397 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1398 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1399 --infodir=DIR info documentation [DATAROOTDIR/info]
1400 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1401 --mandir=DIR man documentation [DATAROOTDIR/man]
1402 --docdir=DIR documentation root [DATAROOTDIR/doc/libatomic]
1403 --htmldir=DIR html documentation [DOCDIR]
1404 --dvidir=DIR dvi documentation [DOCDIR]
1405 --pdfdir=DIR pdf documentation [DOCDIR]
1406 --psdir=DIR ps documentation [DOCDIR]
1412 --program-prefix=PREFIX prepend PREFIX to installed program names
1413 --program-suffix=SUFFIX append SUFFIX to installed program names
1414 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1417 --build=BUILD configure
for building on BUILD
[guessed
]
1418 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1419 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1423 if test -n "$ac_init_help"; then
1424 case $ac_init_help in
1425 short | recursive
) echo "Configuration of GNU Atomic Library 1.0:";;
1430 --disable-option-checking ignore unrecognized
--enable/--with options
1431 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1432 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1433 --enable-version-specific-runtime-libs
1434 Specify that runtime libraries should be installed
1435 in a compiler-specific directory
[default
=no
]
1436 --enable-generated-files-in-srcdir
1437 put copies of generated files
in source dir intended
1438 for creating
source tarballs
for users without
1439 texinfo bison or flex.
[default
=no
]
1440 --enable-silent-rules less verbose build output
(undo
: "make V=1")
1441 --disable-silent-rules verbose build output
(undo
: "make V=0")
1442 --enable-multilib build many library versions
(default
)
1443 --enable-dependency-tracking
1444 do not reject slow dependency extractors
1445 --disable-dependency-tracking
1446 speeds up one-time build
1447 --enable-shared[=PKGS
] build shared libraries
[default
=yes]
1448 --enable-static[=PKGS
] build static libraries
[default
=yes]
1449 --enable-fast-install[=PKGS
]
1450 optimize
for fast installation
[default
=yes]
1451 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1452 --enable-maintainer-mode
1453 enable make rules and dependencies not useful
(and
1454 sometimes confusing
) to the casual installer
1455 --enable-symvers=STYLE enables symbol versioning of the shared library
1457 --enable-cet enable Intel CET
in target libraries
[default
=no
]
1460 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1461 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1462 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1464 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1465 --with-gcc-major-version-only
1466 use only GCC major number
in filesystem paths
1468 Some influential environment variables
:
1469 CC C compiler
command
1470 CFLAGS C compiler flags
1471 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1472 nonstandard directory
<lib dir
>
1473 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1474 CPPFLAGS
(Objective
) C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if
1475 you have headers
in a nonstandard directory
<include dir
>
1476 CCAS assembler compiler
command (defaults to CC
)
1477 CCASFLAGS assembler compiler flags
(defaults to CFLAGS
)
1480 Use these variables to override the choices made by
`configure' or to help
1481 it to find libraries and programs with nonstandard names/locations.
1483 Report bugs to the package provider.
1484 GNU Atomic Library home page: <http://www.gnu.org/software/libatomic/>.
1485 General help using GNU software: <http://www.gnu.org/gethelp/>.
1490 if test "$ac_init_help" = "recursive"; then
1491 # If there are subdirs, report their specific --help.
1492 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1493 test -d "$ac_dir" ||
1494 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1499 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1501 ac_dir_suffix=/`$as_echo "$ac_dir" |
sed 's|^\.[\\/]||'`
1502 # A ".." for each directory in $ac_dir_suffix.
1503 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" |
sed 's|/[^\\/]*|/..|g;s|/||'`
1504 case $ac_top_builddir_sub in
1505 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1506 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1509 ac_abs_top_builddir=$ac_pwd
1510 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1511 # for backward compatibility:
1512 ac_top_builddir=$ac_top_build_prefix
1515 .) # We are building in place.
1517 ac_top_srcdir=$ac_top_builddir_sub
1518 ac_abs_top_srcdir=$ac_pwd ;;
1519 [\\/]* | ?:[\\/]* ) # Absolute name.
1520 ac_srcdir=$srcdir$ac_dir_suffix;
1521 ac_top_srcdir=$srcdir
1522 ac_abs_top_srcdir=$srcdir ;;
1524 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1525 ac_top_srcdir=$ac_top_build_prefix$srcdir
1526 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1528 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1530 cd "$ac_dir" || { ac_status=$?; continue; }
1531 # Check for guested configure.
1532 if test -f "$ac_srcdir/configure.gnu"; then
1534 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1535 elif test -f "$ac_srcdir/configure"; then
1537 $SHELL "$ac_srcdir/configure" --help=recursive
1539 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1541 cd "$ac_pwd" || { ac_status=$?; break; }
1545 test -n "$ac_init_help" && exit $ac_status
1546 if $ac_init_version; then
1548 GNU Atomic Library configure 1.0
1549 generated by GNU Autoconf 2.69
1551 Copyright (C) 2012 Free Software Foundation, Inc.
1552 This configure script is free software; the Free Software Foundation
1553 gives unlimited permission to copy, distribute and modify it.
1558 ## ------------------------ ##
1559 ## Autoconf initialization. ##
1560 ## ------------------------ ##
1562 # ac_fn_c_try_compile LINENO
1563 # --------------------------
1564 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1565 ac_fn_c_try_compile ()
1567 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1568 rm -f conftest.$ac_objext
1569 if { { ac_try="$ac_compile"
1571 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1572 *) ac_try_echo
=$ac_try;;
1574 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1575 $as_echo "$ac_try_echo"; } >&5
1576 (eval "$ac_compile") 2>conftest.err
1578 if test -s conftest.err
; then
1579 grep -v '^ *+' conftest.err
>conftest.er1
1580 cat conftest.er1
>&5
1581 mv -f conftest.er1 conftest.err
1583 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1584 test $ac_status = 0; } && {
1585 test -z "$ac_c_werror_flag" ||
1586 test ! -s conftest.err
1587 } && test -s conftest.
$ac_objext; then :
1590 $as_echo "$as_me: failed program was:" >&5
1591 sed 's/^/| /' conftest.
$ac_ext >&5
1595 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1596 as_fn_set_status
$ac_retval
1598 } # ac_fn_c_try_compile
1600 # ac_fn_c_try_link LINENO
1601 # -----------------------
1602 # Try to link conftest.$ac_ext, and return whether this succeeded.
1605 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1606 rm -f conftest.
$ac_objext conftest
$ac_exeext
1607 if { { ac_try
="$ac_link"
1609 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1610 *) ac_try_echo=$ac_try;;
1612 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1613 $as_echo "$ac_try_echo"; } >&5
1614 (eval "$ac_link") 2>conftest.err
1616 if test -s conftest.err; then
1617 grep -v '^ *+' conftest.err >conftest.er1
1618 cat conftest.er1 >&5
1619 mv -f conftest.er1 conftest.err
1621 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1622 test $ac_status = 0; } && {
1623 test -z "$ac_c_werror_flag" ||
1624 test ! -s conftest.err
1625 } && test -s conftest$ac_exeext && {
1626 test "$cross_compiling" = yes ||
1627 test -x conftest$ac_exeext
1631 $as_echo "$as_me: failed program was:" >&5
1632 sed 's/^/| /' conftest.$ac_ext >&5
1636 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1637 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1638 # interfere with the next link command; also delete a directory that is
1639 # left behind by Apple's compiler. We do this before executing the actions.
1640 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1641 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1642 as_fn_set_status $ac_retval
1644 } # ac_fn_c_try_link
1646 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1647 # -------------------------------------------------------
1648 # Tests whether HEADER exists and can be compiled using the include files in
1649 # INCLUDES, setting the cache variable VAR accordingly.
1650 ac_fn_c_check_header_compile ()
1652 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1654 $as_echo_n "checking for $2... " >&6; }
1655 if eval \${$3+:} false; then :
1656 $as_echo_n "(cached) " >&6
1658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1659 /* end confdefs.h. */
1663 if ac_fn_c_try_compile "$LINENO"; then :
1668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1672 $as_echo "$ac_res" >&6; }
1673 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1675 } # ac_fn_c_check_header_compile
1677 # ac_fn_c_try_cpp LINENO
1678 # ----------------------
1679 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1682 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1683 if { { ac_try="$ac_cpp conftest.$ac_ext"
1685 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1686 *) ac_try_echo
=$ac_try;;
1688 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1689 $as_echo "$ac_try_echo"; } >&5
1690 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1692 if test -s conftest.err
; then
1693 grep -v '^ *+' conftest.err
>conftest.er1
1694 cat conftest.er1
>&5
1695 mv -f conftest.er1 conftest.err
1697 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1698 test $ac_status = 0; } > conftest.i
&& {
1699 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1700 test ! -s conftest.err
1704 $as_echo "$as_me: failed program was:" >&5
1705 sed 's/^/| /' conftest.
$ac_ext >&5
1709 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1710 as_fn_set_status
$ac_retval
1714 # ac_fn_c_try_run LINENO
1715 # ----------------------
1716 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1717 # that executables *can* be run.
1720 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1721 if { { ac_try
="$ac_link"
1723 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1724 *) ac_try_echo=$ac_try;;
1726 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1727 $as_echo "$ac_try_echo"; } >&5
1728 (eval "$ac_link") 2>&5
1730 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1731 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1732 { { case "(($ac_try" in
1733 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1734 *) ac_try_echo
=$ac_try;;
1736 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1737 $as_echo "$ac_try_echo"; } >&5
1738 (eval "$ac_try") 2>&5
1740 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1741 test $ac_status = 0; }; }; then :
1744 $as_echo "$as_me: program exited with status $ac_status" >&5
1745 $as_echo "$as_me: failed program was:" >&5
1746 sed 's/^/| /' conftest.
$ac_ext >&5
1748 ac_retval
=$ac_status
1750 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1751 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1752 as_fn_set_status
$ac_retval
1756 # ac_fn_c_check_func LINENO FUNC VAR
1757 # ----------------------------------
1758 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1759 ac_fn_c_check_func
()
1761 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1763 $as_echo_n "checking for $2... " >&6; }
1764 if eval \
${$3+:} false
; then :
1765 $as_echo_n "(cached) " >&6
1767 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1768 /* end confdefs.h. */
1769 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1770 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1771 #define $2 innocuous_$2
1773 /* System header to define __stub macros and hopefully few prototypes,
1774 which can conflict with char $2 (); below.
1775 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1776 <limits.h> exists even on freestanding compilers. */
1779 # include <limits.h>
1781 # include <assert.h>
1786 /* Override any GCC internal prototype to avoid an error.
1787 Use char because int might match the return type of a GCC
1788 builtin and then its argument prototype would still apply. */
1793 /* The GNU C library defines this for functions which it implements
1794 to always fail with ENOSYS. Some functions are actually named
1795 something starting with __ and the normal name is an alias. */
1796 #if defined __stub_$2 || defined __stub___$2
1808 if ac_fn_c_try_link
"$LINENO"; then :
1813 rm -f core conftest.err conftest.
$ac_objext \
1814 conftest
$ac_exeext conftest.
$ac_ext
1817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1818 $as_echo "$ac_res" >&6; }
1819 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1821 } # ac_fn_c_check_func
1823 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1824 # -------------------------------------------
1825 # Tests whether TYPE exists after having included INCLUDES, setting cache
1826 # variable VAR accordingly.
1827 ac_fn_c_check_type
()
1829 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1831 $as_echo_n "checking for $2... " >&6; }
1832 if eval \
${$3+:} false
; then :
1833 $as_echo_n "(cached) " >&6
1836 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1837 /* end confdefs.h. */
1848 if ac_fn_c_try_compile
"$LINENO"; then :
1849 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1850 /* end confdefs.h. */
1861 if ac_fn_c_try_compile
"$LINENO"; then :
1866 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1868 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1872 $as_echo "$ac_res" >&6; }
1873 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1875 } # ac_fn_c_check_type
1877 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1878 # --------------------------------------------
1879 # Tries to find the compile-time value of EXPR in a program that includes
1880 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1882 ac_fn_c_compute_int
()
1884 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1885 if test "$cross_compiling" = yes; then
1886 # Depending upon the size, compute the lo and hi bounds.
1887 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1888 /* end confdefs.h. */
1893 static int test_array [1 - 2 * !(($2) >= 0)];
1895 return test_array [0];
1901 if ac_fn_c_try_compile
"$LINENO"; then :
1904 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1905 /* end confdefs.h. */
1910 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1912 return test_array [0];
1918 if ac_fn_c_try_compile
"$LINENO"; then :
1919 ac_hi
=$ac_mid; break
1921 as_fn_arith
$ac_mid + 1 && ac_lo
=$as_val
1922 if test $ac_lo -le $ac_mid; then
1926 as_fn_arith
2 '*' $ac_mid + 1 && ac_mid
=$as_val
1928 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1931 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1932 /* end confdefs.h. */
1937 static int test_array [1 - 2 * !(($2) < 0)];
1939 return test_array [0];
1945 if ac_fn_c_try_compile
"$LINENO"; then :
1948 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1949 /* end confdefs.h. */
1954 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1956 return test_array [0];
1962 if ac_fn_c_try_compile
"$LINENO"; then :
1963 ac_lo
=$ac_mid; break
1965 as_fn_arith
'(' $ac_mid ')' - 1 && ac_hi
=$as_val
1966 if test $ac_mid -le $ac_hi; then
1970 as_fn_arith
2 '*' $ac_mid && ac_mid
=$as_val
1972 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1977 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1979 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1980 # Binary search between lo and hi bounds.
1981 while test "x$ac_lo" != "x$ac_hi"; do
1982 as_fn_arith
'(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid
=$as_val
1983 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1984 /* end confdefs.h. */
1989 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1991 return test_array [0];
1997 if ac_fn_c_try_compile
"$LINENO"; then :
2000 as_fn_arith
'(' $ac_mid ')' + 1 && ac_lo
=$as_val
2002 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2005 ?
*) eval "$3=\$ac_lo"; ac_retval
=0 ;;
2009 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2010 /* end confdefs.h. */
2012 static long int longval () { return $2; }
2013 static unsigned long int ulongval () { return $2; }
2020 FILE *f = fopen ("conftest.val", "w");
2025 long int i = longval ();
2028 fprintf (f, "%ld", i);
2032 unsigned long int i = ulongval ();
2035 fprintf (f, "%lu", i);
2037 /* Do not output a trailing newline, as this causes \r\n confusion
2038 on some platforms. */
2039 return ferror (f) || fclose (f) != 0;
2045 if ac_fn_c_try_run
"$LINENO"; then :
2046 echo >>conftest.val
; read $3 <conftest.val
; ac_retval
=0
2050 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
2051 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
2055 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2056 as_fn_set_status
$ac_retval
2058 } # ac_fn_c_compute_int
2060 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2061 # -------------------------------------------------------
2062 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2063 # the include files in INCLUDES and setting the cache variable VAR
2065 ac_fn_c_check_header_mongrel
()
2067 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2068 if eval \
${$3+:} false
; then :
2069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2070 $as_echo_n "checking for $2... " >&6; }
2071 if eval \
${$3+:} false
; then :
2072 $as_echo_n "(cached) " >&6
2075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2076 $as_echo "$ac_res" >&6; }
2078 # Is the header compilable?
2079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2080 $as_echo_n "checking $2 usability... " >&6; }
2081 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2082 /* end confdefs.h. */
2086 if ac_fn_c_try_compile
"$LINENO"; then :
2087 ac_header_compiler
=yes
2089 ac_header_compiler
=no
2091 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2093 $as_echo "$ac_header_compiler" >&6; }
2095 # Is the header present?
2096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2097 $as_echo_n "checking $2 presence... " >&6; }
2098 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2099 /* end confdefs.h. */
2102 if ac_fn_c_try_cpp
"$LINENO"; then :
2103 ac_header_preproc
=yes
2105 ac_header_preproc
=no
2107 rm -f conftest.err conftest.i conftest.
$ac_ext
2108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2109 $as_echo "$ac_header_preproc" >&6; }
2111 # So? What about this header?
2112 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2114 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2115 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2116 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2117 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2120 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2121 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2122 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2123 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2124 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2125 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2126 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2127 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2128 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2129 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2133 $as_echo_n "checking for $2... " >&6; }
2134 if eval \
${$3+:} false
; then :
2135 $as_echo_n "(cached) " >&6
2137 eval "$3=\$ac_header_compiler"
2140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2141 $as_echo "$ac_res" >&6; }
2143 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2145 } # ac_fn_c_check_header_mongrel
2146 cat >config.log
<<_ACEOF
2147 This file contains any messages produced by compilers while
2148 running configure, to aid debugging if configure makes a mistake.
2150 It was created by GNU Atomic Library $as_me 1.0, which was
2151 generated by GNU Autoconf 2.69. Invocation command line was
2163 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2164 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2165 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2166 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2167 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2169 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2170 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2172 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2173 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2174 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2175 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2176 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2177 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2178 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2182 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2186 test -z "$as_dir" && as_dir
=.
2187 $as_echo "PATH: $as_dir"
2203 # Keep a trace of the command line.
2204 # Strip out --no-create and --no-recursion so they do not pile up.
2205 # Strip out --silent because we don't want to record it for future runs.
2206 # Also quote any args containing shell meta-characters.
2207 # Make two passes to allow for proper duplicate-argument suppression.
2211 ac_must_keep_next
=false
2217 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2218 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2219 |
-silent |
--silent |
--silen |
--sile |
--sil)
2222 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2225 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2227 as_fn_append ac_configure_args1
" '$ac_arg'"
2228 if test $ac_must_keep_next = true
; then
2229 ac_must_keep_next
=false
# Got value, back to normal.
2232 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2233 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2234 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2235 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2236 case "$ac_configure_args0 " in
2237 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2240 -* ) ac_must_keep_next
=true
;;
2243 as_fn_append ac_configure_args
" '$ac_arg'"
2248 { ac_configure_args0
=; unset ac_configure_args0
;}
2249 { ac_configure_args1
=; unset ac_configure_args1
;}
2251 # When interrupted or exit'd, cleanup temporary files, and complete
2252 # config.log. We remove comments because anyway the quotes in there
2253 # would cause problems or look ugly.
2254 # WARNING: Use '\'' to represent an apostrophe within the trap.
2255 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2256 trap 'exit_status=$?
2257 # Save into config.log some information that might help in debugging.
2261 $as_echo "## ---------------- ##
2262 ## Cache variables. ##
2263 ## ---------------- ##"
2265 # The following way of writing the cache mishandles newlines in values,
2267 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2268 eval ac_val=\$$ac_var
2272 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2273 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2276 _ | IFS | as_nl) ;; #(
2277 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2278 *) { eval $ac_var=; unset $ac_var;} ;;
2283 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2284 *${as_nl}ac_space=\ *)
2286 "s/'\''/'\''\\\\'\'''\''/g;
2287 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2290 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2297 $as_echo "## ----------------- ##
2298 ## Output variables. ##
2299 ## ----------------- ##"
2301 for ac_var in $ac_subst_vars
2303 eval ac_val=\$$ac_var
2305 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2307 $as_echo "$ac_var='\''$ac_val'\''"
2311 if test -n "$ac_subst_files"; then
2312 $as_echo "## ------------------- ##
2313 ## File substitutions. ##
2314 ## ------------------- ##"
2316 for ac_var
in $ac_subst_files
2318 eval ac_val
=\$
$ac_var
2320 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2322 $as_echo "$ac_var='\''$ac_val'\''"
2327 if test -s confdefs.h; then
2328 $as_echo "## ----------- ##
2335 test "$ac_signal" != 0 &&
2336 $as_echo "$as_me: caught signal $ac_signal"
2337 $as_echo "$as_me: exit $exit_status"
2339 rm -f core *.core core.conftest.* &&
2340 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2343 for ac_signal
in 1 2 13 15; do
2344 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2348 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2349 rm -f -r conftest
* confdefs.h
2351 $as_echo "/* confdefs.h */" > confdefs.h
2353 # Predefined preprocessor variables.
2355 cat >>confdefs.h
<<_ACEOF
2356 #define PACKAGE_NAME "$PACKAGE_NAME"
2359 cat >>confdefs.h
<<_ACEOF
2360 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2363 cat >>confdefs.h
<<_ACEOF
2364 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2367 cat >>confdefs.h
<<_ACEOF
2368 #define PACKAGE_STRING "$PACKAGE_STRING"
2371 cat >>confdefs.h
<<_ACEOF
2372 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2375 cat >>confdefs.h
<<_ACEOF
2376 #define PACKAGE_URL "$PACKAGE_URL"
2380 # Let the site file select an alternate cache file if it wants to.
2381 # Prefer an explicitly selected file to automatically selected ones.
2384 if test -n "$CONFIG_SITE"; then
2385 # We do not want a PATH search for config.site.
2386 case $CONFIG_SITE in #((
2387 -*) ac_site_file1
=.
/$CONFIG_SITE;;
2388 */*) ac_site_file1
=$CONFIG_SITE;;
2389 *) ac_site_file1
=.
/$CONFIG_SITE;;
2391 elif test "x$prefix" != xNONE
; then
2392 ac_site_file1
=$prefix/share
/config.site
2393 ac_site_file2
=$prefix/etc
/config.site
2395 ac_site_file1
=$ac_default_prefix/share
/config.site
2396 ac_site_file2
=$ac_default_prefix/etc
/config.site
2398 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2400 test "x$ac_site_file" = xNONE
&& continue
2401 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
2402 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2403 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2404 sed 's/^/| /' "$ac_site_file" >&5
2406 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2407 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2408 as_fn_error $?
"failed to load site script $ac_site_file
2409 See \`config.log' for more details" "$LINENO" 5; }
2413 if test -r "$cache_file"; then
2414 # Some versions of bash will fail to source /dev/null (special files
2415 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2416 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
2417 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2418 $as_echo "$as_me: loading cache $cache_file" >&6;}
2420 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2421 *) .
"./$cache_file";;
2425 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2426 $as_echo "$as_me: creating cache $cache_file" >&6;}
2430 # Check that the precious variables saved in the cache have kept the same
2432 ac_cache_corrupted
=false
2433 for ac_var
in $ac_precious_vars; do
2434 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2435 eval ac_new_set
=\
$ac_env_${ac_var}_set
2436 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2437 eval ac_new_val
=\
$ac_env_${ac_var}_value
2438 case $ac_old_set,$ac_new_set in
2440 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2441 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2442 ac_cache_corrupted
=: ;;
2444 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2445 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2446 ac_cache_corrupted
=: ;;
2449 if test "x$ac_old_val" != "x$ac_new_val"; then
2450 # differences in whitespace do not lead to failure.
2451 ac_old_val_w
=`echo x $ac_old_val`
2452 ac_new_val_w
=`echo x $ac_new_val`
2453 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2454 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2455 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2456 ac_cache_corrupted
=:
2458 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2459 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2460 eval $ac_var=\
$ac_old_val
2462 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2463 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2464 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2465 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2468 # Pass precious variables to config.status.
2469 if test "$ac_new_set" = set; then
2471 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2472 *) ac_arg
=$ac_var=$ac_new_val ;;
2474 case " $ac_configure_args " in
2475 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2476 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2480 if $ac_cache_corrupted; then
2481 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2482 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2483 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2484 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2485 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2487 ## -------------------- ##
2488 ## Main body of script. ##
2489 ## -------------------- ##
2492 ac_cpp
='$CPP $CPPFLAGS'
2493 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2494 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2495 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2501 ac_config_headers
="$ac_config_headers auto-config.h"
2508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-version-specific-runtime-libs" >&5
2509 $as_echo_n "checking for --enable-version-specific-runtime-libs... " >&6; }
2510 # Check whether --enable-version-specific-runtime-libs was given.
2511 if test "${enable_version_specific_runtime_libs+set}" = set; then :
2512 enableval
=$enable_version_specific_runtime_libs;
2513 case "$enableval" in
2515 *) as_fn_error $?
"Unknown argument to enable/disable version-specific-runtime-libs" "$LINENO" 5 ;;
2519 enable_version_specific_runtime_libs
=no
2523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_version_specific_runtime_libs" >&5
2524 $as_echo "$enable_version_specific_runtime_libs" >&6; }
2526 # We would like our source tree to be readonly. However when releases or
2527 # pre-releases are generated, the flex/bison generated files as well as the
2528 # various formats of manuals need to be included along with the rest of the
2529 # sources. Therefore we have --enable-generated-files-in-srcdir to do
2531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-generated-files-in-srcdir" >&5
2532 $as_echo_n "checking for --enable-generated-files-in-srcdir... " >&6; }
2533 # Check whether --enable-generated-files-in-srcdir was given.
2534 if test "${enable_generated_files_in_srcdir+set}" = set; then :
2535 enableval
=$enable_generated_files_in_srcdir;
2536 case "$enableval" in
2538 *) as_fn_error $?
"Unknown argument to enable/disable generated-files-in-srcdir" "$LINENO" 5 ;;
2542 enable_generated_files_in_srcdir
=no
2546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_generated_files_in_srcdir" >&5
2547 $as_echo "$enable_generated_files_in_srcdir" >&6; }
2548 if test "$enable_generated_files_in_srcdir" = yes; then
2560 # Gets build, host, target, *_vendor, *_cpu, *_os, etc.
2562 # You will slowly go insane if you do not grok the following fact: when
2563 # building this library, the top-level /target/ becomes the library's /host/.
2565 # configure then causes --target to default to --host, exactly like any
2566 # other package using autoconf. Therefore, 'target' and 'host' will
2567 # always be the same. This makes sense both for native and cross compilers
2568 # just think about it for a little while. :-)
2570 # Also, if this library is being configured as part of a cross compiler, the
2571 # top-level configure script will pass the "real" host as $with_cross_host.
2573 # Do not delete or change the following two lines. For why, see
2574 # http://gcc.gnu.org/ml/libstdc++/2003-07/msg00451.html
2576 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2577 if test -f "$ac_dir/install-sh"; then
2579 ac_install_sh
="$ac_aux_dir/install-sh -c"
2581 elif test -f "$ac_dir/install.sh"; then
2583 ac_install_sh
="$ac_aux_dir/install.sh -c"
2585 elif test -f "$ac_dir/shtool"; then
2587 ac_install_sh
="$ac_aux_dir/shtool install -c"
2591 if test -z "$ac_aux_dir"; then
2592 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2595 # These three variables are undocumented and unsupported,
2596 # and are intended to be withdrawn in a future Autoconf release.
2597 # They can cause serious problems if a builder's source tree is in a directory
2598 # whose full name contains unusual characters.
2599 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2600 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2601 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2604 # Make sure we can run config.sub.
2605 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2606 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2609 $as_echo_n "checking build system type... " >&6; }
2610 if ${ac_cv_build+:} false
; then :
2611 $as_echo_n "(cached) " >&6
2613 ac_build_alias
=$build_alias
2614 test "x$ac_build_alias" = x
&&
2615 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2616 test "x$ac_build_alias" = x
&&
2617 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
2618 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2619 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2623 $as_echo "$ac_cv_build" >&6; }
2624 case $ac_cv_build in
2626 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
2629 ac_save_IFS
=$IFS; IFS
='-'
2635 # Remember, the first character of IFS is used to create $*,
2636 # except with old shells:
2639 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2643 $as_echo_n "checking host system type... " >&6; }
2644 if ${ac_cv_host+:} false
; then :
2645 $as_echo_n "(cached) " >&6
2647 if test "x$host_alias" = x
; then
2648 ac_cv_host
=$ac_cv_build
2650 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2651 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2656 $as_echo "$ac_cv_host" >&6; }
2659 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
2662 ac_save_IFS
=$IFS; IFS
='-'
2668 # Remember, the first character of IFS is used to create $*,
2669 # except with old shells:
2672 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2676 $as_echo_n "checking target system type... " >&6; }
2677 if ${ac_cv_target+:} false
; then :
2678 $as_echo_n "(cached) " >&6
2680 if test "x$target_alias" = x
; then
2681 ac_cv_target
=$ac_cv_host
2683 ac_cv_target
=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2684 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2689 $as_echo "$ac_cv_target" >&6; }
2690 case $ac_cv_target in
2692 *) as_fn_error $?
"invalid value of canonical target" "$LINENO" 5;;
2694 target
=$ac_cv_target
2695 ac_save_IFS
=$IFS; IFS
='-'
2701 # Remember, the first character of IFS is used to create $*,
2702 # except with old shells:
2705 case $target_os in *\
*) target_os
=`echo "$target_os" | sed 's/ /-/g'`;; esac
2708 # The aliases save the names the user supplied, while $host etc.
2709 # will get canonicalized.
2710 test -n "$target_alias" &&
2711 test "$program_prefix$program_suffix$program_transform_name" = \
2713 program_prefix
=${target_alias}-
2715 target_alias
=${target_alias-$host_alias}
2717 # Sets up automake. Must come after AC_CANONICAL_SYSTEM. Each of the
2718 # following is magically included in AUTOMAKE_OPTIONS in each Makefile.am.
2719 # 1.9.0: minimum required version
2720 # no-define: PACKAGE and VERSION will not be #define'd in config.h (a bunch
2721 # of other PACKAGE_* variables will, however, and there's nothing
2722 # we can do about that; they come from AC_INIT).
2723 # no-dist: we don't want 'dist' and related rules.
2724 # foreign: we don't follow the normal rules for GNU packages (no COPYING
2725 # file in the top srcdir, etc, etc), so stop complaining.
2726 # -Wall: turns on all automake warnings...
2727 # -Wno-portability: ...except this one, since GNU make is required.
2728 # -Wno-override: ... and this one, since we do want this in testsuite.
2729 am__api_version
='1.15'
2731 # Find a good install program. We prefer a C program (faster),
2732 # so one script is as good as another. But avoid the broken or
2733 # incompatible versions:
2734 # SysV /etc/install, /usr/sbin/install
2735 # SunOS /usr/etc/install
2736 # IRIX /sbin/install
2738 # AmigaOS /C/install, which installs bootblocks on floppy discs
2739 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2740 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2741 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2742 # OS/2's system install, which has a completely different semantic
2743 # ./install, which can be erroneously created by make from ./install.sh.
2744 # Reject install programs that cannot install multiple files.
2745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2746 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2747 if test -z "$INSTALL"; then
2748 if ${ac_cv_path_install+:} false
; then :
2749 $as_echo_n "(cached) " >&6
2751 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2755 test -z "$as_dir" && as_dir
=.
2756 # Account for people who put trailing slashes in PATH elements.
2757 case $as_dir/ in #((
2758 .
/ | .
// |
/[cC
]/* | \
2759 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2760 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
2763 # OSF1 and SCO ODT 3.0 have their own names for install.
2764 # Don't use installbsd from OSF since it installs stuff as root
2766 for ac_prog
in ginstall scoinst
install; do
2767 for ac_exec_ext
in '' $ac_executable_extensions; do
2768 if as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext"; then
2769 if test $ac_prog = install &&
2770 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2771 # AIX install. It has an incompatible calling convention.
2773 elif test $ac_prog = install &&
2774 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2775 # program-specific install script used by HP pwplus--don't use.
2778 rm -rf conftest.one conftest.two conftest.dir
2779 echo one
> conftest.one
2780 echo two
> conftest.two
2782 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
2783 test -s conftest.one
&& test -s conftest.two
&&
2784 test -s conftest.dir
/conftest.one
&&
2785 test -s conftest.dir
/conftest.two
2787 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2800 rm -rf conftest.one conftest.two conftest.dir
2803 if test "${ac_cv_path_install+set}" = set; then
2804 INSTALL
=$ac_cv_path_install
2806 # As a last resort, use the slow shell script. Don't cache a
2807 # value for INSTALL within a source directory, because that will
2808 # break other packages using the cache if that directory is
2809 # removed, or if the value is a relative name.
2810 INSTALL
=$ac_install_sh
2813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2814 $as_echo "$INSTALL" >&6; }
2816 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2817 # It thinks the first close brace ends the variable substitution.
2818 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2820 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2822 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2825 $as_echo_n "checking whether build environment is sane... " >&6; }
2826 # Reject unsafe characters in $srcdir or the absolute working directory
2827 # name. Accept space and tab only in the latter.
2831 *[\\\"\
#\$\&\'\`$am_lf]*)
2832 as_fn_error $?
"unsafe absolute working directory name" "$LINENO" 5;;
2835 *[\\\"\
#\$\&\'\`$am_lf\ \ ]*)
2836 as_fn_error $?
"unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2839 # Do 'set' in a subshell so we don't clobber the current shell's
2840 # arguments. Must try -L first in case configure is actually a
2841 # symlink; some systems play weird games with the mod time of symlinks
2842 # (eg FreeBSD returns the mod time of the symlink's containing
2846 for am_try
in 1 2; do
2847 echo "timestamp, slept: $am_has_slept" > conftest.
file
2848 set X
`ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2849 if test "$*" = "X"; then
2851 set X
`ls -t "$srcdir/configure" conftest.file`
2853 if test "$*" != "X $srcdir/configure conftest.file" \
2854 && test "$*" != "X conftest.file $srcdir/configure"; then
2856 # If neither matched, then we have a broken ls. This can happen
2857 # if, for instance, CONFIG_SHELL is bash and it inherits a
2858 # broken ls alias from the environment. This has actually
2859 # happened. Such a system could not be considered "sane".
2860 as_fn_error $?
"ls -t appears to fail. Make sure there is not a broken
2861 alias in your environment" "$LINENO" 5
2863 if test "$2" = conftest.
file ||
test $am_try -eq 2; then
2870 test "$2" = conftest.
file
2876 as_fn_error $?
"newly created file is older than distributed files!
2877 Check your system clock" "$LINENO" 5
2879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2880 $as_echo "yes" >&6; }
2881 # If we didn't sleep, we still need to ensure time stamps of config.status and
2882 # generated files are strictly newer.
2884 if grep 'slept: no' conftest.
file >/dev
/null
2>&1; then
2891 test "$program_prefix" != NONE
&&
2892 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
2893 # Use a double $ so make ignores it.
2894 test "$program_suffix" != NONE
&&
2895 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
2896 # Double any \ or $.
2897 # By default was `s,x,x', remove it if useless.
2898 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
2899 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
2901 # Expand $ac_aux_dir to an absolute path.
2902 am_aux_dir
=`cd "$ac_aux_dir" && pwd`
2904 if test x
"${MISSING+set}" != xset
; then
2907 MISSING
="\${SHELL} \"$am_aux_dir/missing\"" ;;
2909 MISSING
="\${SHELL} $am_aux_dir/missing" ;;
2912 # Use eval to expand $SHELL
2913 if eval "$MISSING --is-lightweight"; then
2914 am_missing_run
="$MISSING "
2917 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2918 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2921 if test x
"${install_sh+set}" != xset
; then
2924 install_sh
="\${SHELL} '$am_aux_dir/install-sh'" ;;
2926 install_sh
="\${SHELL} $am_aux_dir/install-sh"
2930 # Installed binaries are usually stripped using 'strip' when the user
2931 # run "make install-strip". However 'strip' might not be the right
2932 # tool to use in cross-compilation environments, therefore Automake
2933 # will honor the 'STRIP' environment variable to overrule this program.
2934 if test "$cross_compiling" != no
; then
2935 if test -n "$ac_tool_prefix"; then
2936 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2937 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
2938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2939 $as_echo_n "checking for $ac_word... " >&6; }
2940 if ${ac_cv_prog_STRIP+:} false
; then :
2941 $as_echo_n "(cached) " >&6
2943 if test -n "$STRIP"; then
2944 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
2946 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2950 test -z "$as_dir" && as_dir
=.
2951 for ac_exec_ext
in '' $ac_executable_extensions; do
2952 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2953 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
2954 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2963 STRIP
=$ac_cv_prog_STRIP
2964 if test -n "$STRIP"; then
2965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2966 $as_echo "$STRIP" >&6; }
2968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2969 $as_echo "no" >&6; }
2974 if test -z "$ac_cv_prog_STRIP"; then
2976 # Extract the first word of "strip", so it can be a program name with args.
2977 set dummy strip
; ac_word
=$2
2978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2979 $as_echo_n "checking for $ac_word... " >&6; }
2980 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
2981 $as_echo_n "(cached) " >&6
2983 if test -n "$ac_ct_STRIP"; then
2984 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
2986 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2990 test -z "$as_dir" && as_dir
=.
2991 for ac_exec_ext
in '' $ac_executable_extensions; do
2992 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2993 ac_cv_prog_ac_ct_STRIP
="strip"
2994 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3003 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
3004 if test -n "$ac_ct_STRIP"; then
3005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3006 $as_echo "$ac_ct_STRIP" >&6; }
3008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3009 $as_echo "no" >&6; }
3012 if test "x$ac_ct_STRIP" = x
; then
3015 case $cross_compiling:$ac_tool_warned in
3017 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3018 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3019 ac_tool_warned
=yes ;;
3024 STRIP
="$ac_cv_prog_STRIP"
3028 INSTALL_STRIP_PROGRAM
="\$(install_sh) -c -s"
3030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3031 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3032 if test -z "$MKDIR_P"; then
3033 if ${ac_cv_path_mkdir+:} false
; then :
3034 $as_echo_n "(cached) " >&6
3036 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3037 for as_dir
in $PATH$PATH_SEPARATOR/opt
/sfw
/bin
3040 test -z "$as_dir" && as_dir
=.
3041 for ac_prog
in mkdir gmkdir
; do
3042 for ac_exec_ext
in '' $ac_executable_extensions; do
3043 as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext" ||
continue
3044 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3045 'mkdir (GNU coreutils) '* | \
3046 'mkdir (coreutils) '* | \
3047 'mkdir (fileutils) '4.1*)
3048 ac_cv_path_mkdir
=$as_dir/$ac_prog$ac_exec_ext
3058 test -d .
/--version && rmdir .
/--version
3059 if test "${ac_cv_path_mkdir+set}" = set; then
3060 MKDIR_P
="$ac_cv_path_mkdir -p"
3062 # As a last resort, use the slow shell script. Don't cache a
3063 # value for MKDIR_P within a source directory, because that will
3064 # break other packages using the cache if that directory is
3065 # removed, or if the value is a relative name.
3066 MKDIR_P
="$ac_install_sh -d"
3069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3070 $as_echo "$MKDIR_P" >&6; }
3072 for ac_prog
in gawk mawk nawk
awk
3074 # Extract the first word of "$ac_prog", so it can be a program name with args.
3075 set dummy
$ac_prog; ac_word
=$2
3076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3077 $as_echo_n "checking for $ac_word... " >&6; }
3078 if ${ac_cv_prog_AWK+:} false
; then :
3079 $as_echo_n "(cached) " >&6
3081 if test -n "$AWK"; then
3082 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
3084 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3088 test -z "$as_dir" && as_dir
=.
3089 for ac_exec_ext
in '' $ac_executable_extensions; do
3090 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3091 ac_cv_prog_AWK
="$ac_prog"
3092 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3102 if test -n "$AWK"; then
3103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3104 $as_echo "$AWK" >&6; }
3106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3107 $as_echo "no" >&6; }
3111 test -n "$AWK" && break
3114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3115 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3117 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3118 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3119 $as_echo_n "(cached) " >&6
3121 cat >conftest.
make <<\_ACEOF
3124 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3126 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3127 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3129 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3131 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3135 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3137 $as_echo "yes" >&6; }
3140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3141 $as_echo "no" >&6; }
3142 SET_MAKE
="MAKE=${MAKE-make}"
3145 rm -rf .tst
2>/dev
/null
3146 mkdir .tst
2>/dev
/null
3147 if test -d .tst
; then
3152 rmdir .tst
2>/dev
/null
3154 # Check whether --enable-silent-rules was given.
3155 if test "${enable_silent_rules+set}" = set; then :
3156 enableval
=$enable_silent_rules;
3159 case $enable_silent_rules in # (((
3160 yes) AM_DEFAULT_VERBOSITY
=0;;
3161 no
) AM_DEFAULT_VERBOSITY
=1;;
3162 *) AM_DEFAULT_VERBOSITY
=1;;
3164 am_make
=${MAKE-make}
3165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3166 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3167 if ${am_cv_make_support_nested_variables+:} false
; then :
3168 $as_echo_n "(cached) " >&6
3170 if $as_echo 'TRUE=$(BAR$(V))
3176 .PHONY: am__doit' |
$am_make -f - >/dev
/null
2>&1; then
3177 am_cv_make_support_nested_variables
=yes
3179 am_cv_make_support_nested_variables
=no
3182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3183 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3184 if test $am_cv_make_support_nested_variables = yes; then
3186 AM_DEFAULT_V
='$(AM_DEFAULT_VERBOSITY)'
3188 AM_V
=$AM_DEFAULT_VERBOSITY
3189 AM_DEFAULT_V
=$AM_DEFAULT_VERBOSITY
3193 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3194 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3195 # is not polluted with repeated "-I."
3196 am__isrc
=' -I$(srcdir)'
3197 # test to see if srcdir already configured
3198 if test -f $srcdir/config.status
; then
3199 as_fn_error $?
"source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3203 # test whether we have cygpath
3204 if test -z "$CYGPATH_W"; then
3205 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
3206 CYGPATH_W
='cygpath -w'
3213 # Define the identity of the package.
3218 cat >>confdefs.h
<<_ACEOF
3219 #define PACKAGE "$PACKAGE"
3223 cat >>confdefs.h
<<_ACEOF
3224 #define VERSION "$VERSION"
3227 # Some tools Automake needs.
3229 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3232 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
3235 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3238 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
3241 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
3243 # For better backward compatibility. To be removed once Automake 1.9.x
3244 # dies out for good. For more background, see:
3245 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3246 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3247 mkdir_p
='$(MKDIR_P)'
3249 # We need awk for the "check" target (and possibly the TAP driver). The
3250 # system "awk" is bad on some platforms.
3251 # Always define AMTAR for backward compatibility. Yes, it's still used
3252 # in the wild :-( We should find a proper way to deprecate it ...
3256 # We'll loop over all known methods to create a tar archive until one works.
3257 _am_tools
='gnutar pax cpio none'
3259 am__tar
='$${TAR-tar} chof - "$$tardir"' am__untar
='$${TAR-tar} xf -'
3266 # POSIX will say in a future version that running "rm -f" with no argument
3267 # is OK; and we want to be able to make that assumption in our Makefile
3268 # recipes. So use an aggressive probe to check that the usage we want is
3269 # actually supported "in the wild" to an acceptable degree.
3270 # See automake bug#10828.
3271 # To make any issue more visible, cause the running configure to be aborted
3272 # by default if the 'rm' program in use doesn't match our expectations; the
3273 # user can still override this though.
3274 if rm -f && rm -fr && rm -rf; then : OK
; else
3278 Your 'rm' program seems unable to run without file operands specified
3279 on the command line, even when the '-f' option is present. This is contrary
3280 to the behaviour of most rm programs out there, and not conforming with
3281 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3283 Please tell bug-automake@gnu.org about your system, including the value
3284 of your $PATH and any error possibly output before this message. This
3285 can help us improve future automake versions.
3288 if test x
"$ACCEPT_INFERIOR_RM_PROGRAM" = x
"yes"; then
3289 echo 'Configuration will proceed anyway, since you have set the' >&2
3290 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3294 Aborting the configuration process, to ensure you take notice of the issue.
3296 You can download and install GNU coreutils to get an 'rm' implementation
3297 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3299 If you want to complete the configuration process using your problematic
3300 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3301 to "yes", and re-run configure.
3304 as_fn_error $?
"Your 'rm' program is bad, sorry." "$LINENO" 5
3308 # Default to --enable-multilib
3309 # Check whether --enable-multilib was given.
3310 if test "${enable_multilib+set}" = set; then :
3311 enableval
=$enable_multilib; case "$enableval" in
3312 yes) multilib
=yes ;;
3314 *) as_fn_error $?
"bad value $enableval for multilib option" "$LINENO" 5 ;;
3321 # We may get other options which we leave undocumented:
3322 # --with-target-subdir, --with-multisrctop, --with-multisubdir
3323 # See config-ml.in if you want the gory details.
3325 if test "$srcdir" = "."; then
3326 if test "$with_target_subdir" != "."; then
3327 multi_basedir
="$srcdir/$with_multisrctop../.."
3329 multi_basedir
="$srcdir/$with_multisrctop.."
3332 multi_basedir
="$srcdir/.."
3336 # Even if the default multilib is not a cross compilation,
3337 # it may be that some of the other multilibs are.
3338 if test $cross_compiling = no
&& test $multilib = yes \
3339 && test "x${with_multisubdir}" != x
; then
3340 cross_compiling
=maybe
3343 ac_config_commands
="$ac_config_commands default-1"
3346 # Calculate toolexeclibdir
3347 # Also toolexecdir, though it's only used in toolexeclibdir
3348 case ${enable_version_specific_runtime_libs} in
3350 # Need the gcc compiler version to know where to install libraries
3351 # and header files if --enable-version-specific-runtime-libs option
3353 toolexecdir
='$(libdir)/gcc/$(target_alias)'
3354 toolexeclibdir
='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
3357 if test -n "$with_cross_host" &&
3358 test x
"$with_cross_host" != x
"no"; then
3359 # Install a library built with a cross compiler in tooldir, not libdir.
3360 toolexecdir
='$(exec_prefix)/$(target_alias)'
3361 toolexeclibdir
='$(toolexecdir)/lib'
3363 toolexecdir
='$(libdir)/gcc-lib/$(target_alias)'
3364 toolexeclibdir
='$(libdir)'
3366 multi_os_directory
=`$CC -print-multi-os-directory`
3367 case $multi_os_directory in
3368 .
) ;; # Avoid trailing /.
3369 *) toolexeclibdir
=$toolexeclibdir/$multi_os_directory ;;
3376 # Check the compiler.
3377 # The same as in boehm-gc and libstdc++. Have to borrow it from there.
3378 # We must force CC to /not/ be precious variables; otherwise
3379 # the wrong, non-multilib-adjusted value will be used in multilibs.
3380 # As a side effect, we have to subst CFLAGS ourselves.
3385 ac_cpp
='$CPP $CPPFLAGS'
3386 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3387 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3388 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3389 if test -n "$ac_tool_prefix"; then
3390 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3391 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3393 $as_echo_n "checking for $ac_word... " >&6; }
3394 if ${ac_cv_prog_CC+:} false
; then :
3395 $as_echo_n "(cached) " >&6
3397 if test -n "$CC"; then
3398 ac_cv_prog_CC
="$CC" # Let the user override the test.
3400 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3404 test -z "$as_dir" && as_dir
=.
3405 for ac_exec_ext
in '' $ac_executable_extensions; do
3406 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3407 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3408 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3418 if test -n "$CC"; then
3419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3420 $as_echo "$CC" >&6; }
3422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3423 $as_echo "no" >&6; }
3428 if test -z "$ac_cv_prog_CC"; then
3430 # Extract the first word of "gcc", so it can be a program name with args.
3431 set dummy gcc
; ac_word
=$2
3432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3433 $as_echo_n "checking for $ac_word... " >&6; }
3434 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3435 $as_echo_n "(cached) " >&6
3437 if test -n "$ac_ct_CC"; then
3438 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3440 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3444 test -z "$as_dir" && as_dir
=.
3445 for ac_exec_ext
in '' $ac_executable_extensions; do
3446 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3447 ac_cv_prog_ac_ct_CC
="gcc"
3448 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3457 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3458 if test -n "$ac_ct_CC"; then
3459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3460 $as_echo "$ac_ct_CC" >&6; }
3462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3463 $as_echo "no" >&6; }
3466 if test "x$ac_ct_CC" = x
; then
3469 case $cross_compiling:$ac_tool_warned in
3471 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3472 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3473 ac_tool_warned
=yes ;;
3481 if test -z "$CC"; then
3482 if test -n "$ac_tool_prefix"; then
3483 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3484 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3486 $as_echo_n "checking for $ac_word... " >&6; }
3487 if ${ac_cv_prog_CC+:} false
; then :
3488 $as_echo_n "(cached) " >&6
3490 if test -n "$CC"; then
3491 ac_cv_prog_CC
="$CC" # Let the user override the test.
3493 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3497 test -z "$as_dir" && as_dir
=.
3498 for ac_exec_ext
in '' $ac_executable_extensions; do
3499 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3500 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3501 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3511 if test -n "$CC"; then
3512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3513 $as_echo "$CC" >&6; }
3515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3516 $as_echo "no" >&6; }
3522 if test -z "$CC"; then
3523 # Extract the first word of "cc", so it can be a program name with args.
3524 set dummy cc
; ac_word
=$2
3525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3526 $as_echo_n "checking for $ac_word... " >&6; }
3527 if ${ac_cv_prog_CC+:} false
; then :
3528 $as_echo_n "(cached) " >&6
3530 if test -n "$CC"; then
3531 ac_cv_prog_CC
="$CC" # Let the user override the test.
3534 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3538 test -z "$as_dir" && as_dir
=.
3539 for ac_exec_ext
in '' $ac_executable_extensions; do
3540 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3541 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3542 ac_prog_rejected
=yes
3546 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3553 if test $ac_prog_rejected = yes; then
3554 # We found a bogon in the path, so make sure we never use it.
3555 set dummy
$ac_cv_prog_CC
3557 if test $# != 0; then
3558 # We chose a different compiler from the bogus one.
3559 # However, it has the same basename, so the bogon will be chosen
3560 # first if we set CC to just the basename; use the full file name.
3562 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3568 if test -n "$CC"; then
3569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3570 $as_echo "$CC" >&6; }
3572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3573 $as_echo "no" >&6; }
3578 if test -z "$CC"; then
3579 if test -n "$ac_tool_prefix"; then
3580 for ac_prog
in cl.exe
3582 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3583 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3585 $as_echo_n "checking for $ac_word... " >&6; }
3586 if ${ac_cv_prog_CC+:} false
; then :
3587 $as_echo_n "(cached) " >&6
3589 if test -n "$CC"; then
3590 ac_cv_prog_CC
="$CC" # Let the user override the test.
3592 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3596 test -z "$as_dir" && as_dir
=.
3597 for ac_exec_ext
in '' $ac_executable_extensions; do
3598 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3599 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3600 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3610 if test -n "$CC"; then
3611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3612 $as_echo "$CC" >&6; }
3614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3615 $as_echo "no" >&6; }
3619 test -n "$CC" && break
3622 if test -z "$CC"; then
3624 for ac_prog
in cl.exe
3626 # Extract the first word of "$ac_prog", so it can be a program name with args.
3627 set dummy
$ac_prog; ac_word
=$2
3628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3629 $as_echo_n "checking for $ac_word... " >&6; }
3630 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3631 $as_echo_n "(cached) " >&6
3633 if test -n "$ac_ct_CC"; then
3634 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3636 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3640 test -z "$as_dir" && as_dir
=.
3641 for ac_exec_ext
in '' $ac_executable_extensions; do
3642 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3643 ac_cv_prog_ac_ct_CC
="$ac_prog"
3644 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3653 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3654 if test -n "$ac_ct_CC"; then
3655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3656 $as_echo "$ac_ct_CC" >&6; }
3658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3659 $as_echo "no" >&6; }
3663 test -n "$ac_ct_CC" && break
3666 if test "x$ac_ct_CC" = x
; then
3669 case $cross_compiling:$ac_tool_warned in
3671 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3672 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3673 ac_tool_warned
=yes ;;
3682 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3683 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3684 as_fn_error $?
"no acceptable C compiler found in \$PATH
3685 See \`config.log' for more details" "$LINENO" 5; }
3687 # Provide some information about the compiler.
3688 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3691 for ac_option
in --version -v -V -qversion; do
3692 { { ac_try
="$ac_compiler $ac_option >&5"
3694 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3695 *) ac_try_echo=$ac_try;;
3697 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3698 $as_echo "$ac_try_echo"; } >&5
3699 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3701 if test -s conftest.err; then
3703 ... rest of stderr output deleted ...
3704 10q' conftest.err >conftest.er1
3705 cat conftest.er1 >&5
3707 rm -f conftest.er1 conftest.err
3708 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3709 test $ac_status = 0; }
3712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3713 /* end confdefs.h. */
3723 ac_clean_files_save=$ac_clean_files
3724 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3725 # Try to create an executable without -o first, disregard a.out.
3726 # It will help us diagnose broken compilers, and finding out an intuition
3728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3729 $as_echo_n "checking whether the C compiler works... " >&6; }
3730 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
3732 # The possible output files:
3733 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3736 for ac_file in $ac_files
3739 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3740 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3745 if { { ac_try="$ac_link_default"
3747 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3748 *) ac_try_echo
=$ac_try;;
3750 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3751 $as_echo "$ac_try_echo"; } >&5
3752 (eval "$ac_link_default") 2>&5
3754 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3755 test $ac_status = 0; }; then :
3756 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3757 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3758 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3759 # so that the user can short-circuit this test for compilers unknown to
3761 for ac_file
in $ac_files ''
3763 test -f "$ac_file" ||
continue
3765 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
3768 # We found the default executable, but exeext='' is most
3772 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
3774 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3776 # We set ac_cv_exeext here because the later test for it is not
3777 # safe: cross compilers may not add the suffix if given an `-o'
3778 # argument, so we may need to know it at that point already.
3779 # Even if this section looks crufty: it has the advantage of
3786 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
3791 if test -z "$ac_file"; then :
3792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3793 $as_echo "no" >&6; }
3794 $as_echo "$as_me: failed program was:" >&5
3795 sed 's/^/| /' conftest.
$ac_ext >&5
3797 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3798 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3799 as_fn_error
77 "C compiler cannot create executables
3800 See \`config.log' for more details" "$LINENO" 5; }
3802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3803 $as_echo "yes" >&6; }
3805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3806 $as_echo_n "checking for C compiler default output file name... " >&6; }
3807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3808 $as_echo "$ac_file" >&6; }
3809 ac_exeext
=$ac_cv_exeext
3811 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
3812 ac_clean_files
=$ac_clean_files_save
3813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3814 $as_echo_n "checking for suffix of executables... " >&6; }
3815 if { { ac_try
="$ac_link"
3817 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3818 *) ac_try_echo=$ac_try;;
3820 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3821 $as_echo "$ac_try_echo"; } >&5
3822 (eval "$ac_link") 2>&5
3824 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3825 test $ac_status = 0; }; then :
3826 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
3827 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
3828 # work properly (i.e., refer to `conftest.exe'), while it won't with
3830 for ac_file
in conftest.exe conftest conftest.
*; do
3831 test -f "$ac_file" ||
continue
3833 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
3834 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3840 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3841 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3842 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
3843 See \`config.log' for more details" "$LINENO" 5; }
3845 rm -f conftest conftest
$ac_cv_exeext
3846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3847 $as_echo "$ac_cv_exeext" >&6; }
3849 rm -f conftest.
$ac_ext
3850 EXEEXT
=$ac_cv_exeext
3852 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3853 /* end confdefs.h. */
3858 FILE *f = fopen ("conftest.out", "w");
3859 return ferror (f) || fclose (f) != 0;
3865 ac_clean_files
="$ac_clean_files conftest.out"
3866 # Check that the compiler produces executables we can run. If not, either
3867 # the compiler is broken, or we cross compile.
3868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3869 $as_echo_n "checking whether we are cross compiling... " >&6; }
3870 if test "$cross_compiling" != yes; then
3871 { { ac_try
="$ac_link"
3873 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3874 *) ac_try_echo=$ac_try;;
3876 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3877 $as_echo "$ac_try_echo"; } >&5
3878 (eval "$ac_link") 2>&5
3880 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3881 test $ac_status = 0; }
3882 if { ac_try='./conftest$ac_cv_exeext'
3883 { { case "(($ac_try" in
3884 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3885 *) ac_try_echo
=$ac_try;;
3887 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3888 $as_echo "$ac_try_echo"; } >&5
3889 (eval "$ac_try") 2>&5
3891 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3892 test $ac_status = 0; }; }; then
3895 if test "$cross_compiling" = maybe
; then
3898 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3899 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3900 as_fn_error $?
"cannot run C compiled programs.
3901 If you meant to cross compile, use \`--host'.
3902 See \`config.log' for more details" "$LINENO" 5; }
3906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3907 $as_echo "$cross_compiling" >&6; }
3909 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
3910 ac_clean_files
=$ac_clean_files_save
3911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3912 $as_echo_n "checking for suffix of object files... " >&6; }
3913 if ${ac_cv_objext+:} false
; then :
3914 $as_echo_n "(cached) " >&6
3916 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3917 /* end confdefs.h. */
3927 rm -f conftest.o conftest.obj
3928 if { { ac_try
="$ac_compile"
3930 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3931 *) ac_try_echo=$ac_try;;
3933 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3934 $as_echo "$ac_try_echo"; } >&5
3935 (eval "$ac_compile") 2>&5
3937 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3938 test $ac_status = 0; }; then :
3939 for ac_file in conftest.o conftest.obj conftest.*; do
3940 test -f "$ac_file" || continue;
3942 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3943 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3948 $as_echo "$as_me: failed program was:" >&5
3949 sed 's/^/| /' conftest.$ac_ext >&5
3951 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3952 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3953 as_fn_error $? "cannot compute suffix of object files
: cannot compile
3954 See \
`config.log' for more details" "$LINENO" 5; }
3956 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3959 $as_echo "$ac_cv_objext" >&6; }
3960 OBJEXT=$ac_cv_objext
3962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3963 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3964 if ${ac_cv_c_compiler_gnu+:} false; then :
3965 $as_echo_n "(cached) " >&6
3967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3968 /* end confdefs.h. */
3981 if ac_fn_c_try_compile "$LINENO"; then :
3986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3987 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3991 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3992 if test $ac_compiler_gnu = yes; then
3997 ac_test_CFLAGS=${CFLAGS+set}
3998 ac_save_CFLAGS=$CFLAGS
3999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4000 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4001 if ${ac_cv_prog_cc_g+:} false; then :
4002 $as_echo_n "(cached) " >&6
4004 ac_save_c_werror_flag=$ac_c_werror_flag
4005 ac_c_werror_flag=yes
4008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4009 /* end confdefs.h. */
4019 if ac_fn_c_try_compile "$LINENO"; then :
4023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4024 /* end confdefs.h. */
4034 if ac_fn_c_try_compile "$LINENO"; then :
4037 ac_c_werror_flag=$ac_save_c_werror_flag
4039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4040 /* end confdefs.h. */
4050 if ac_fn_c_try_compile "$LINENO"; then :
4053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4055 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4057 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4058 ac_c_werror_flag=$ac_save_c_werror_flag
4060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4061 $as_echo "$ac_cv_prog_cc_g" >&6; }
4062 if test "$ac_test_CFLAGS" = set; then
4063 CFLAGS=$ac_save_CFLAGS
4064 elif test $ac_cv_prog_cc_g = yes; then
4065 if test "$GCC" = yes; then
4071 if test "$GCC" = yes; then
4077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4078 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4079 if ${ac_cv_prog_cc_c89+:} false; then :
4080 $as_echo_n "(cached) " >&6
4082 ac_cv_prog_cc_c89=no
4084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4085 /* end confdefs.h. */
4089 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4090 struct buf { int x; };
4091 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4092 static char *e (p, i)
4098 static char *f (char * (*g) (char **, int), char **p, ...)
4103 s = g (p, va_arg (v,int));
4108 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4109 function prototypes and stuff, but not '\xHH' hex character constants.
4110 These don't provoke an error unfortunately, instead are silently treated
4111 as 'x'. The following induces an error, until -std is added to get
4112 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4113 array size at least. It's necessary to write '\x00'==0 to get something
4114 that's true only with -std. */
4115 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4117 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4118 inside strings and character constants. */
4120 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4122 int test (int i, double x);
4123 struct s1 {int (*f) (int a);};
4124 struct s2 {int (*f) (double a);};
4125 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4131 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4136 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4137 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4139 CC="$ac_save_CC $ac_arg"
4140 if ac_fn_c_try_compile "$LINENO"; then :
4141 ac_cv_prog_cc_c89=$ac_arg
4143 rm -f core conftest.err conftest.$ac_objext
4144 test "x$ac_cv_prog_cc_c89" != "xno" && break
4146 rm -f conftest.$ac_ext
4151 case "x$ac_cv_prog_cc_c89" in
4153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4154 $as_echo "none needed" >&6; } ;;
4156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4157 $as_echo "unsupported" >&6; } ;;
4159 CC="$CC $ac_cv_prog_cc_c89"
4160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4161 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4163 if test "x$ac_cv_prog_cc_c89" != xno; then :
4168 ac_cpp='$CPP $CPPFLAGS'
4169 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4170 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4171 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4174 ac_cpp='$CPP $CPPFLAGS'
4175 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4176 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4177 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4179 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4180 if ${am_cv_prog_cc_c_o+:} false; then :
4181 $as_echo_n "(cached) " >&6
4183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4184 /* end confdefs.h. */
4194 # Make sure it works both with $CC and with simple cc.
4195 # Following AC_PROG_CC_C_O, we do the test twice because some
4196 # compilers refuse to overwrite an existing .o file with -o,
4197 # though they will create one.
4198 am_cv_prog_cc_c_o=yes
4200 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4201 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4204 (exit $ac_status); } \
4205 && test -f conftest2.$ac_objext; then
4208 am_cv_prog_cc_c_o=no
4212 rm -f core conftest*
4215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4216 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4217 if test "$am_cv_prog_cc_c_o" != yes; then
4218 # Losing compiler, so override with the script.
4219 # FIXME: It is wrong to rewrite CC.
4220 # But if we don't then we get into trouble of one sort or another.
4221 # A longer-term fix would be to have automake use am__CC in this case,
4222 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4223 CC="$am_aux_dir/compile $CC"
4226 ac_cpp='$CPP $CPPFLAGS'
4227 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4228 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4229 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4231 DEPDIR="${am__leading_dot}deps"
4233 ac_config_commands="$ac_config_commands depfiles"
4236 am_make=${MAKE-make}
4237 cat > confinc << 'END'
4239 @echo this is the am__doit target
4242 # If we don't find an include directive, just comment out the code.
4243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4244 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4248 # First try GNU make style include.
4249 echo "include confinc" > confmf
4250 # Ignore all kinds of additional output from 'make'.
4251 case `$am_make -s -f confmf
2> /dev
/null
` in #(
4252 *the\ am__doit\ target*)
4258 # Now try BSD make style include.
4259 if test "$am__include" = "#"; then
4260 echo '.include "confinc"' > confmf
4261 case `$am_make -s -f confmf
2> /dev
/null
` in #(
4262 *the\ am__doit\ target*)
4263 am__include=.include
4271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4272 $as_echo "$_am_result" >&6; }
4273 rm -f confinc confmf
4275 # Check whether --enable-dependency-tracking was given.
4276 if test "${enable_dependency_tracking+set}" = set; then :
4277 enableval=$enable_dependency_tracking;
4280 if test "x$enable_dependency_tracking" != xno; then
4281 am_depcomp="$ac_aux_dir/depcomp"
4285 if test "x$enable_dependency_tracking" != xno; then
4295 depcc="$CC" am_compiler_list=
4297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4298 $as_echo_n "checking dependency style of $depcc... " >&6; }
4299 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4300 $as_echo_n "(cached) " >&6
4302 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4303 # We make a subdir and do the tests there. Otherwise we can end up
4304 # making bogus files that we don't know about and never remove. For
4305 # instance it was reported that on HP-UX the gcc test will end up
4306 # making a dummy file named 'D' -- because '-MD' means "put the output
4310 # Copy depcomp to subdir because otherwise we won't find it if we're
4311 # using a relative directory.
4312 cp "$am_depcomp" conftest.dir
4314 # We will build objects and dependencies in a subdirectory because
4315 # it helps to detect inapplicable dependency modes. For instance
4316 # both Tru64's cc and ICC support -MD to output dependencies as a
4317 # side effect of compilation, but ICC will put the dependencies in
4318 # the current directory while Tru64 will put them in the object
4322 am_cv_CC_dependencies_compiler_type=none
4323 if test "$am_compiler_list" = ""; then
4324 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < .
/depcomp
`
4327 case " $depcc " in #(
4328 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4331 for depmode in $am_compiler_list; do
4332 # Setup a source with many dependencies, because some compilers
4333 # like to wrap large dependency lists on column 80 (with \), and
4334 # we should not choose a depcomp mode which is confused by this.
4336 # We need to recreate these files for each test, as the compiler may
4337 # overwrite some of them when testing with obscure command lines.
4338 # This happens at least with the AIX C compiler.
4340 for i in 1 2 3 4 5 6; do
4341 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4342 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4343 # Solaris 10 /bin/sh.
4344 echo '/* dummy */' > sub/conftst$i.h
4346 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4348 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4349 # mode. It turns out that the SunPro C++ compiler does not properly
4350 # handle '-M -o', and we need to detect this. Also, some Intel
4351 # versions had trouble with output in subdirs.
4352 am__obj=sub/conftest.${OBJEXT-o}
4353 am__minus_obj="-o $am__obj"
4356 # This depmode causes a compiler race in universal mode.
4357 test "$am__universal" = false || continue
4360 # After this tag, mechanisms are not by side-effect, so they'll
4361 # only be used when explicitly requested.
4362 if test "x$enable_dependency_tracking" = xyes; then
4368 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4369 # This compiler won't grok '-c -o', but also, the minuso test has
4370 # not run yet. These depmodes are late enough in the game, and
4371 # so weak that their functioning should not be impacted.
4372 am__obj=conftest.${OBJEXT-o}
4377 if depmode=$depmode \
4378 source=sub/conftest.c object=$am__obj \
4379 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4380 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4381 >/dev/null 2>conftest.err &&
4382 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4383 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4384 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4385 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4386 # icc doesn't choke on unknown options, it will just issue warnings
4387 # or remarks (even with -Werror). So we grep stderr for any message
4388 # that says an option was ignored or not supported.
4389 # When given -MP, icc 7.0 and 7.1 complain thusly:
4390 # icc: Command line warning: ignoring option '-M'; no argument required
4391 # The diagnosis changed in icc 8.0:
4392 # icc: Command line remark: option '-MP' not supported
4393 if (grep 'ignoring option' conftest.err ||
4394 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4395 am_cv_CC_dependencies_compiler_type=$depmode
4404 am_cv_CC_dependencies_compiler_type=none
4408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4409 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4410 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4413 test "x$enable_dependency_tracking" != xno \
4414 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4416 am__fastdepCC_FALSE='#'
4418 am__fastdepCC_TRUE='#'
4419 am__fastdepCC_FALSE=
4423 # By default we simply use the C compiler to build assembly code.
4425 test "${CCAS+set}" = set || CCAS=$CC
4426 test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
4430 depcc="$CCAS" am_compiler_list=
4432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4433 $as_echo_n "checking dependency style of $depcc... " >&6; }
4434 if ${am_cv_CCAS_dependencies_compiler_type+:} false; then :
4435 $as_echo_n "(cached) " >&6
4437 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4438 # We make a subdir and do the tests there. Otherwise we can end up
4439 # making bogus files that we don't know about and never remove. For
4440 # instance it was reported that on HP-UX the gcc test will end up
4441 # making a dummy file named 'D' -- because '-MD' means "put the output
4445 # Copy depcomp to subdir because otherwise we won't find it if we're
4446 # using a relative directory.
4447 cp "$am_depcomp" conftest.dir
4449 # We will build objects and dependencies in a subdirectory because
4450 # it helps to detect inapplicable dependency modes. For instance
4451 # both Tru64's cc and ICC support -MD to output dependencies as a
4452 # side effect of compilation, but ICC will put the dependencies in
4453 # the current directory while Tru64 will put them in the object
4457 am_cv_CCAS_dependencies_compiler_type=none
4458 if test "$am_compiler_list" = ""; then
4459 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < .
/depcomp
`
4464 for depmode in $am_compiler_list; do
4465 # Setup a source with many dependencies, because some compilers
4466 # like to wrap large dependency lists on column 80 (with \), and
4467 # we should not choose a depcomp mode which is confused by this.
4469 # We need to recreate these files for each test, as the compiler may
4470 # overwrite some of them when testing with obscure command lines.
4471 # This happens at least with the AIX C compiler.
4473 for i in 1 2 3 4 5 6; do
4474 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4475 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4476 # Solaris 10 /bin/sh.
4477 echo '/* dummy */' > sub/conftst$i.h
4479 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4481 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4482 # mode. It turns out that the SunPro C++ compiler does not properly
4483 # handle '-M -o', and we need to detect this. Also, some Intel
4484 # versions had trouble with output in subdirs.
4485 am__obj=sub/conftest.${OBJEXT-o}
4486 am__minus_obj="-o $am__obj"
4489 # This depmode causes a compiler race in universal mode.
4490 test "$am__universal" = false || continue
4493 # After this tag, mechanisms are not by side-effect, so they'll
4494 # only be used when explicitly requested.
4495 if test "x$enable_dependency_tracking" = xyes; then
4501 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4502 # This compiler won't grok '-c -o', but also, the minuso test has
4503 # not run yet. These depmodes are late enough in the game, and
4504 # so weak that their functioning should not be impacted.
4505 am__obj=conftest.${OBJEXT-o}
4510 if depmode=$depmode \
4511 source=sub/conftest.c object=$am__obj \
4512 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4513 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4514 >/dev/null 2>conftest.err &&
4515 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4516 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4517 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4518 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4519 # icc doesn't choke on unknown options, it will just issue warnings
4520 # or remarks (even with -Werror). So we grep stderr for any message
4521 # that says an option was ignored or not supported.
4522 # When given -MP, icc 7.0 and 7.1 complain thusly:
4523 # icc: Command line warning: ignoring option '-M'; no argument required
4524 # The diagnosis changed in icc 8.0:
4525 # icc: Command line remark: option '-MP' not supported
4526 if (grep 'ignoring option' conftest.err ||
4527 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4528 am_cv_CCAS_dependencies_compiler_type=$depmode
4537 am_cv_CCAS_dependencies_compiler_type=none
4541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CCAS_dependencies_compiler_type" >&5
4542 $as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; }
4543 CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type
4546 test "x$enable_dependency_tracking" != xno \
4547 && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then
4548 am__fastdepCCAS_TRUE=
4549 am__fastdepCCAS_FALSE='#'
4551 am__fastdepCCAS_TRUE='#'
4552 am__fastdepCCAS_FALSE=
4560 # In order to override CFLAGS_FOR_TARGET, all of our special flags go
4561 # in XCFLAGS. But we need them in CFLAGS during configury. So put them
4562 # in both places for now and restore CFLAGS at the end of config.
4563 save_CFLAGS="$CFLAGS"
4565 # Find other programs we need.
4566 if test -n "$ac_tool_prefix"; then
4567 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4568 set dummy ${ac_tool_prefix}ar; ac_word=$2
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4570 $as_echo_n "checking for $ac_word... " >&6; }
4571 if ${ac_cv_prog_AR+:} false; then :
4572 $as_echo_n "(cached) " >&6
4574 if test -n "$AR"; then
4575 ac_cv_prog_AR="$AR" # Let the user override the test.
4577 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4581 test -z "$as_dir" && as_dir=.
4582 for ac_exec_ext in '' $ac_executable_extensions; do
4583 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4584 ac_cv_prog_AR="${ac_tool_prefix}ar"
4585 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4595 if test -n "$AR"; then
4596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4597 $as_echo "$AR" >&6; }
4599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4600 $as_echo "no" >&6; }
4605 if test -z "$ac_cv_prog_AR"; then
4607 # Extract the first word of "ar", so it can be a program name with args.
4608 set dummy ar; ac_word=$2
4609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4610 $as_echo_n "checking for $ac_word... " >&6; }
4611 if ${ac_cv_prog_ac_ct_AR+:} false; then :
4612 $as_echo_n "(cached) " >&6
4614 if test -n "$ac_ct_AR"; then
4615 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4617 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4621 test -z "$as_dir" && as_dir=.
4622 for ac_exec_ext in '' $ac_executable_extensions; do
4623 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4624 ac_cv_prog_ac_ct_AR="ar"
4625 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4634 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4635 if test -n "$ac_ct_AR"; then
4636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4637 $as_echo "$ac_ct_AR" >&6; }
4639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4640 $as_echo "no" >&6; }
4643 if test "x$ac_ct_AR" = x; then
4646 case $cross_compiling:$ac_tool_warned in
4648 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4649 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4650 ac_tool_warned=yes ;;
4658 if test -n "$ac_tool_prefix"; then
4659 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
4660 set dummy ${ac_tool_prefix}nm; ac_word=$2
4661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4662 $as_echo_n "checking for $ac_word... " >&6; }
4663 if ${ac_cv_prog_NM+:} false; then :
4664 $as_echo_n "(cached) " >&6
4666 if test -n "$NM"; then
4667 ac_cv_prog_NM="$NM" # Let the user override the test.
4669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4673 test -z "$as_dir" && as_dir=.
4674 for ac_exec_ext in '' $ac_executable_extensions; do
4675 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4676 ac_cv_prog_NM="${ac_tool_prefix}nm"
4677 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4687 if test -n "$NM"; then
4688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
4689 $as_echo "$NM" >&6; }
4691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4692 $as_echo "no" >&6; }
4697 if test -z "$ac_cv_prog_NM"; then
4699 # Extract the first word of "nm", so it can be a program name with args.
4700 set dummy nm; ac_word=$2
4701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4702 $as_echo_n "checking for $ac_word... " >&6; }
4703 if ${ac_cv_prog_ac_ct_NM+:} false; then :
4704 $as_echo_n "(cached) " >&6
4706 if test -n "$ac_ct_NM"; then
4707 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4709 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4713 test -z "$as_dir" && as_dir=.
4714 for ac_exec_ext in '' $ac_executable_extensions; do
4715 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4716 ac_cv_prog_ac_ct_NM="nm"
4717 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4726 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4727 if test -n "$ac_ct_NM"; then
4728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NM" >&5
4729 $as_echo "$ac_ct_NM" >&6; }
4731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4732 $as_echo "no" >&6; }
4735 if test "x$ac_ct_NM" = x; then
4738 case $cross_compiling:$ac_tool_warned in
4740 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4741 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4742 ac_tool_warned=yes ;;
4750 if test -n "$ac_tool_prefix"; then
4751 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4752 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4754 $as_echo_n "checking for $ac_word... " >&6; }
4755 if ${ac_cv_prog_RANLIB+:} false; then :
4756 $as_echo_n "(cached) " >&6
4758 if test -n "$RANLIB"; then
4759 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4761 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4765 test -z "$as_dir" && as_dir=.
4766 for ac_exec_ext in '' $ac_executable_extensions; do
4767 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4768 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4769 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4778 RANLIB=$ac_cv_prog_RANLIB
4779 if test -n "$RANLIB"; then
4780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4781 $as_echo "$RANLIB" >&6; }
4783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4784 $as_echo "no" >&6; }
4789 if test -z "$ac_cv_prog_RANLIB"; then
4790 ac_ct_RANLIB=$RANLIB
4791 # Extract the first word of "ranlib", so it can be a program name with args.
4792 set dummy ranlib; ac_word=$2
4793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4794 $as_echo_n "checking for $ac_word... " >&6; }
4795 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
4796 $as_echo_n "(cached) " >&6
4798 if test -n "$ac_ct_RANLIB"; then
4799 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4801 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4805 test -z "$as_dir" && as_dir=.
4806 for ac_exec_ext in '' $ac_executable_extensions; do
4807 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4808 ac_cv_prog_ac_ct_RANLIB="ranlib"
4809 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4818 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4819 if test -n "$ac_ct_RANLIB"; then
4820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4821 $as_echo "$ac_ct_RANLIB" >&6; }
4823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4824 $as_echo "no" >&6; }
4827 if test "x$ac_ct_RANLIB" = x; then
4828 RANLIB="ranlib-not-found-in-path-error"
4830 case $cross_compiling:$ac_tool_warned in
4832 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4833 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4834 ac_tool_warned=yes ;;
4836 RANLIB=$ac_ct_RANLIB
4839 RANLIB="$ac_cv_prog_RANLIB"
4842 # Extract the first word of "perl", so it can be a program name with args.
4843 set dummy perl; ac_word=$2
4844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4845 $as_echo_n "checking for $ac_word... " >&6; }
4846 if ${ac_cv_path_PERL+:} false; then :
4847 $as_echo_n "(cached) " >&6
4851 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
4854 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4858 test -z "$as_dir" && as_dir=.
4859 for ac_exec_ext in '' $ac_executable_extensions; do
4860 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4861 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
4862 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4869 test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="perl-not-found-in-path-error"
4873 PERL=$ac_cv_path_PERL
4874 if test -n "$PERL"; then
4875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
4876 $as_echo "$PERL" >&6; }
4878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4879 $as_echo "no" >&6; }
4888 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\
`" >&5
4889 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\
`" >&2;} ;;
4894 macro_version='2.2.7a'
4895 macro_revision='1.3134'
4909 ltmain="$ac_aux_dir/ltmain.sh"
4911 # Backslashify metacharacters that are still active within
4912 # double-quoted strings.
4913 sed_quote_subst='s/\(["`$
\\]\
)/\\\
1/g
'
4915 # Same as above, but do not quote variable references.
4916 double_quote_subst='s
/\
(["`\\]\)/\\\1/g'
4918 # Sed substitution to delay expansion of an escaped shell variable in a
4919 # double_quote_subst'ed string.
4920 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4922 # Sed substitution to delay expansion of an escaped single quote.
4923 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4925 # Sed substitution to avoid accidental globbing in evaled expressions
4926 no_glob_subst='s/\*/\\\*/g'
4928 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4929 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4930 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print
strings" >&5
4933 $as_echo_n "checking how to print
strings...
" >&6; }
4934 # Test print first, because it will be a builtin if present.
4935 if test "X
`print -r -- -n 2>/dev/null`" = X-n && \
4936 test "X
`print -r -- $ECHO 2>/dev/null`" = "X
$ECHO"; then
4938 elif test "X
`printf %s $ECHO 2>/dev/null`" = "X
$ECHO"; then
4941 # Use this function as a fallback that always works.
4942 func_fallback_echo ()
4944 eval 'cat <<_LTECHO_EOF
4948 ECHO='func_fallback_echo'
4951 # func_echo_all arg...
4952 # Invoke $ECHO with all args, space-separated.
4959 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result
: printf" >&5
4960 $as_echo "printf" >&6; } ;;
4961 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result
: print
-r" >&5
4962 $as_echo "print
-r" >&6; } ;;
4963 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result
: cat" >&5
4964 $as_echo "cat" >&6; } ;;
4980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for a
sed that does not truncate output
" >&5
4981 $as_echo_n "checking
for a
sed that does not truncate output...
" >&6; }
4982 if ${ac_cv_path_SED+:} false; then :
4983 $as_echo_n "(cached
) " >&6
4985 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4986 for ac_i in 1 2 3 4 5 6 7; do
4987 ac_script="$ac_script$as_nl$ac_script"
4989 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4990 { ac_script=; unset ac_script;}
4991 if test -z "$SED"; then
4992 ac_path_SED_found=false
4993 # Loop through the user's path and test for each of PROGNAME-LIST
4994 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4998 test -z "$as_dir" && as_dir=.
4999 for ac_prog in sed gsed; do
5000 for ac_exec_ext in '' $ac_executable_extensions; do
5001 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5002 as_fn_executable_p "$ac_path_SED" || continue
5003 # Check for GNU ac_path_SED and select it if it is found.
5004 # Check for GNU $ac_path_SED
5005 case `"$ac_path_SED" --version 2>&1` in
5007 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5010 $as_echo_n 0123456789 >"conftest.
in"
5013 cat "conftest.
in" "conftest.
in" >"conftest.tmp
"
5014 mv "conftest.tmp
" "conftest.
in"
5015 cp "conftest.
in" "conftest.
nl"
5016 $as_echo '' >> "conftest.
nl"
5017 "$ac_path_SED" -f conftest.sed < "conftest.
nl" >"conftest.out
" 2>/dev/null || break
5018 diff "conftest.out
" "conftest.
nl" >/dev/null 2>&1 || break
5019 as_fn_arith $ac_count + 1 && ac_count=$as_val
5020 if test $ac_count -gt ${ac_path_SED_max-0}; then
5021 # Best one so far, save it but keep looking for a better one
5022 ac_cv_path_SED="$ac_path_SED"
5023 ac_path_SED_max=$ac_count
5025 # 10*(2^10) chars as input seems more than enough
5026 test $ac_count -gt 10 && break
5028 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5031 $ac_path_SED_found && break 3
5036 if test -z "$ac_cv_path_SED"; then
5037 as_fn_error $? "no acceptable
sed could be found
in \
$PATH" "$LINENO" 5
5044 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_SED" >&5
5045 $as_echo "$ac_cv_path_SED" >&6; }
5046 SED="$ac_cv_path_SED"
5049 test -z "$SED" && SED=sed
5050 Xsed="$SED -e 1s
/^X
//"
5062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for grep that handles long lines and
-e" >&5
5063 $as_echo_n "checking
for grep that handles long lines and
-e...
" >&6; }
5064 if ${ac_cv_path_GREP+:} false; then :
5065 $as_echo_n "(cached
) " >&6
5067 if test -z "$GREP"; then
5068 ac_path_GREP_found=false
5069 # Loop through the user's path and test for each of PROGNAME-LIST
5070 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5071 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5074 test -z "$as_dir" && as_dir=.
5075 for ac_prog in grep ggrep; do
5076 for ac_exec_ext in '' $ac_executable_extensions; do
5077 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5078 as_fn_executable_p "$ac_path_GREP" || continue
5079 # Check for GNU ac_path_GREP and select it if it is found.
5080 # Check for GNU $ac_path_GREP
5081 case `"$ac_path_GREP" --version 2>&1` in
5083 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5086 $as_echo_n 0123456789 >"conftest.
in"
5089 cat "conftest.
in" "conftest.
in" >"conftest.tmp
"
5090 mv "conftest.tmp
" "conftest.
in"
5091 cp "conftest.
in" "conftest.
nl"
5092 $as_echo 'GREP' >> "conftest.
nl"
5093 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.
nl" >"conftest.out
" 2>/dev/null || break
5094 diff "conftest.out
" "conftest.
nl" >/dev/null 2>&1 || break
5095 as_fn_arith $ac_count + 1 && ac_count=$as_val
5096 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5097 # Best one so far, save it but keep looking for a better one
5098 ac_cv_path_GREP="$ac_path_GREP"
5099 ac_path_GREP_max=$ac_count
5101 # 10*(2^10) chars as input seems more than enough
5102 test $ac_count -gt 10 && break
5104 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5107 $ac_path_GREP_found && break 3
5112 if test -z "$ac_cv_path_GREP"; then
5113 as_fn_error $? "no acceptable
grep could be found
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
" "$LINENO" 5
5116 ac_cv_path_GREP=$GREP
5120 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_GREP" >&5
5121 $as_echo "$ac_cv_path_GREP" >&6; }
5122 GREP="$ac_cv_path_GREP"
5125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for egrep" >&5
5126 $as_echo_n "checking
for egrep...
" >&6; }
5127 if ${ac_cv_path_EGREP+:} false; then :
5128 $as_echo_n "(cached
) " >&6
5130 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5131 then ac_cv_path_EGREP="$GREP -E"
5133 if test -z "$EGREP"; then
5134 ac_path_EGREP_found=false
5135 # Loop through the user's path and test for each of PROGNAME-LIST
5136 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5137 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5140 test -z "$as_dir" && as_dir=.
5141 for ac_prog in egrep; do
5142 for ac_exec_ext in '' $ac_executable_extensions; do
5143 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5144 as_fn_executable_p "$ac_path_EGREP" || continue
5145 # Check for GNU ac_path_EGREP and select it if it is found.
5146 # Check for GNU $ac_path_EGREP
5147 case `"$ac_path_EGREP" --version 2>&1` in
5149 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5152 $as_echo_n 0123456789 >"conftest.
in"
5155 cat "conftest.
in" "conftest.
in" >"conftest.tmp
"
5156 mv "conftest.tmp
" "conftest.
in"
5157 cp "conftest.
in" "conftest.
nl"
5158 $as_echo 'EGREP' >> "conftest.
nl"
5159 "$ac_path_EGREP" 'EGREP$' < "conftest.
nl" >"conftest.out
" 2>/dev/null || break
5160 diff "conftest.out
" "conftest.
nl" >/dev/null 2>&1 || break
5161 as_fn_arith $ac_count + 1 && ac_count=$as_val
5162 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5163 # Best one so far, save it but keep looking for a better one
5164 ac_cv_path_EGREP="$ac_path_EGREP"
5165 ac_path_EGREP_max=$ac_count
5167 # 10*(2^10) chars as input seems more than enough
5168 test $ac_count -gt 10 && break
5170 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5173 $ac_path_EGREP_found && break 3
5178 if test -z "$ac_cv_path_EGREP"; then
5179 as_fn_error $? "no acceptable
egrep could be found
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
" "$LINENO" 5
5182 ac_cv_path_EGREP=$EGREP
5187 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_EGREP" >&5
5188 $as_echo "$ac_cv_path_EGREP" >&6; }
5189 EGREP="$ac_cv_path_EGREP"
5192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for fgrep
" >&5
5193 $as_echo_n "checking
for fgrep...
" >&6; }
5194 if ${ac_cv_path_FGREP+:} false; then :
5195 $as_echo_n "(cached
) " >&6
5197 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5198 then ac_cv_path_FGREP="$GREP -F"
5200 if test -z "$FGREP"; then
5201 ac_path_FGREP_found=false
5202 # Loop through the user's path and test for each of PROGNAME-LIST
5203 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5204 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5207 test -z "$as_dir" && as_dir=.
5208 for ac_prog in fgrep; do
5209 for ac_exec_ext in '' $ac_executable_extensions; do
5210 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5211 as_fn_executable_p "$ac_path_FGREP" || continue
5212 # Check for GNU ac_path_FGREP and select it if it is found.
5213 # Check for GNU $ac_path_FGREP
5214 case `"$ac_path_FGREP" --version 2>&1` in
5216 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5219 $as_echo_n 0123456789 >"conftest.
in"
5222 cat "conftest.
in" "conftest.
in" >"conftest.tmp
"
5223 mv "conftest.tmp
" "conftest.
in"
5224 cp "conftest.
in" "conftest.
nl"
5225 $as_echo 'FGREP' >> "conftest.
nl"
5226 "$ac_path_FGREP" FGREP < "conftest.
nl" >"conftest.out
" 2>/dev/null || break
5227 diff "conftest.out
" "conftest.
nl" >/dev/null 2>&1 || break
5228 as_fn_arith $ac_count + 1 && ac_count=$as_val
5229 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5230 # Best one so far, save it but keep looking for a better one
5231 ac_cv_path_FGREP="$ac_path_FGREP"
5232 ac_path_FGREP_max=$ac_count
5234 # 10*(2^10) chars as input seems more than enough
5235 test $ac_count -gt 10 && break
5237 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5240 $ac_path_FGREP_found && break 3
5245 if test -z "$ac_cv_path_FGREP"; then
5246 as_fn_error $? "no acceptable fgrep could be found
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
" "$LINENO" 5
5249 ac_cv_path_FGREP=$FGREP
5254 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_path_FGREP" >&5
5255 $as_echo "$ac_cv_path_FGREP" >&6; }
5256 FGREP="$ac_cv_path_FGREP"
5259 test -z "$GREP" && GREP=grep
5279 # Check whether --with-gnu-ld was given.
5280 if test "${with_gnu_ld+set}" = set; then :
5281 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5287 if test "$GCC" = yes; then
5288 # Check if gcc -print-prog-name=ld gives a path.
5289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ld used by
$CC" >&5
5290 $as_echo_n "checking
for ld used by
$CC...
" >&6; }
5293 # gcc leaves a trailing carriage return which upsets mingw
5294 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5296 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5299 # Accept absolute paths.
5301 re_direlt='/[^/][^/]*/\.\./'
5302 # Canonicalize the pathname of ld
5303 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5304 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5305 ac_prog=`$ECHO $ac_prog| $SED "s
%$re_direlt%/%"`
5307 test -z "$LD" && LD="$ac_prog"
5310 # If it fails, then pretend we aren't using GCC.
5314 # If it is relative, then search for the first ld in PATH.
5318 elif test "$with_gnu_ld" = yes; then
5319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for GNU ld
" >&5
5320 $as_echo_n "checking
for GNU ld...
" >&6; }
5322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for non-GNU ld
" >&5
5323 $as_echo_n "checking
for non-GNU ld...
" >&6; }
5325 if ${lt_cv_path_LD+:} false; then :
5326 $as_echo_n "(cached
) " >&6
5328 if test -z "$LD"; then
5329 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5330 for ac_dir in $PATH; do
5332 test -z "$ac_dir" && ac_dir=.
5333 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5334 lt_cv_path_LD="$ac_dir/$ac_prog"
5335 # Check to see if the program is GNU ld. I'd rather use --version,
5336 # but apparently some variants of GNU ld only accept -v.
5337 # Break only if it was the GNU/non-GNU ld that we prefer.
5338 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5339 *GNU* | *'with BFD'*)
5340 test "$with_gnu_ld" != no && break
5343 test "$with_gnu_ld" != yes && break
5350 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5355 if test -n "$LD"; then
5356 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LD" >&5
5357 $as_echo "$LD" >&6; }
5359 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5360 $as_echo "no
" >&6; }
5362 test -z "$LD" && as_fn_error $? "no acceptable ld found
in \
$PATH" "$LINENO" 5
5363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if the linker
($LD) is GNU ld
" >&5
5364 $as_echo_n "checking
if the linker
($LD) is GNU ld...
" >&6; }
5365 if ${lt_cv_prog_gnu_ld+:} false; then :
5366 $as_echo_n "(cached
) " >&6
5368 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5369 case `$LD -v 2>&1 </dev/null` in
5370 *GNU* | *'with BFD'*)
5371 lt_cv_prog_gnu_ld=yes
5374 lt_cv_prog_gnu_ld=no
5378 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_gnu_ld" >&5
5379 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5380 with_gnu_ld=$lt_cv_prog_gnu_ld
5390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for BSD- or MS-compatible name lister
(nm
)" >&5
5391 $as_echo_n "checking
for BSD- or MS-compatible name lister
(nm
)...
" >&6; }
5392 if ${lt_cv_path_NM+:} false; then :
5393 $as_echo_n "(cached
) " >&6
5395 if test -n "$NM"; then
5396 # Let the user override the test.
5399 lt_nm_to_check="${ac_tool_prefix}nm
"
5400 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5401 lt_nm_to_check="$lt_nm_to_check nm
"
5403 for lt_tmp_nm in $lt_nm_to_check; do
5404 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5405 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5407 test -z "$ac_dir" && ac_dir=.
5408 tmp_nm="$ac_dir/$lt_tmp_nm"
5409 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5410 # Check to see if the nm accepts a BSD-compat flag.
5411 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5412 # nm: unknown option "B
" ignored
5413 # Tru64's nm complains that /dev/null is an invalid object file
5414 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5415 */dev/null* | *'Invalid file or object type'*)
5416 lt_cv_path_NM="$tmp_nm -B"
5420 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5422 lt_cv_path_NM="$tmp_nm -p"
5426 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5427 continue # so that we can try to find one that supports BSD flags
5436 : ${lt_cv_path_NM=no}
5439 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_path_NM" >&5
5440 $as_echo "$lt_cv_path_NM" >&6; }
5441 if test "$lt_cv_path_NM" != "no
"; then
5444 # Didn't find any BSD compatible name lister, look for dumpbin.
5445 if test -n "$DUMPBIN"; then :
5446 # Let the user override the test.
5448 if test -n "$ac_tool_prefix"; then
5449 for ac_prog in dumpbin "link
-dump"
5451 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5452 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5454 $as_echo_n "checking
for $ac_word...
" >&6; }
5455 if ${ac_cv_prog_DUMPBIN+:} false; then :
5456 $as_echo_n "(cached
) " >&6
5458 if test -n "$DUMPBIN"; then
5459 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5461 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5465 test -z "$as_dir" && as_dir=.
5466 for ac_exec_ext in '' $ac_executable_extensions; do
5467 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5468 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5469 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5478 DUMPBIN=$ac_cv_prog_DUMPBIN
5479 if test -n "$DUMPBIN"; then
5480 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DUMPBIN" >&5
5481 $as_echo "$DUMPBIN" >&6; }
5483 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5484 $as_echo "no
" >&6; }
5488 test -n "$DUMPBIN" && break
5491 if test -z "$DUMPBIN"; then
5492 ac_ct_DUMPBIN=$DUMPBIN
5493 for ac_prog in dumpbin "link
-dump"
5495 # Extract the first word of "$ac_prog", so it can be a program name with args.
5496 set dummy $ac_prog; ac_word=$2
5497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5498 $as_echo_n "checking
for $ac_word...
" >&6; }
5499 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5500 $as_echo_n "(cached
) " >&6
5502 if test -n "$ac_ct_DUMPBIN"; then
5503 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5505 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5509 test -z "$as_dir" && as_dir=.
5510 for ac_exec_ext in '' $ac_executable_extensions; do
5511 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5512 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5513 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5522 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5523 if test -n "$ac_ct_DUMPBIN"; then
5524 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_DUMPBIN" >&5
5525 $as_echo "$ac_ct_DUMPBIN" >&6; }
5527 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5528 $as_echo "no
" >&6; }
5532 test -n "$ac_ct_DUMPBIN" && break
5535 if test "x
$ac_ct_DUMPBIN" = x; then
5538 case $cross_compiling:$ac_tool_warned in
5540 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
5541 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
5542 ac_tool_warned=yes ;;
5544 DUMPBIN=$ac_ct_DUMPBIN
5548 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5550 DUMPBIN="$DUMPBIN -symbols"
5558 if test "$DUMPBIN" != ":"; then
5562 test -z "$NM" && NM=nm
5569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister
($NM) interface
" >&5
5570 $as_echo_n "checking the name lister
($NM) interface...
" >&6; }
5571 if ${lt_cv_nm_interface+:} false; then :
5572 $as_echo_n "(cached
) " >&6
5574 lt_cv_nm_interface="BSD nm
"
5575 echo "int some_variable
= 0;" > conftest.$ac_ext
5576 (eval echo "\"\
$as_me:$LINENO: $ac_compile\"" >&5)
5577 (eval "$ac_compile" 2>conftest.err)
5578 cat conftest.err >&5
5579 (eval echo "\"\
$as_me:$LINENO: $NM \\\"conftest.
$ac_objext\\\"\"" >&5)
5580 (eval "$NM \"conftest.
$ac_objext\"" 2>conftest.err > conftest.out)
5581 cat conftest.err >&5
5582 (eval echo "\"\
$as_me:$LINENO: output
\"" >&5)
5583 cat conftest.out >&5
5584 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5585 lt_cv_nm_interface="MS dumpbin
"
5589 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_nm_interface" >&5
5590 $as_echo "$lt_cv_nm_interface" >&6; }
5592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether
ln -s works
" >&5
5593 $as_echo_n "checking whether
ln -s works...
" >&6; }
5595 if test "$LN_S" = "ln -s"; then
5596 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: yes" >&5
5597 $as_echo "yes" >&6; }
5599 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
, using
$LN_S" >&5
5600 $as_echo "no
, using
$LN_S" >&6; }
5603 # find the maximum length of command line arguments
5604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of
command line arguments
" >&5
5605 $as_echo_n "checking the maximum length of
command line arguments...
" >&6; }
5606 if ${lt_cv_sys_max_cmd_len+:} false; then :
5607 $as_echo_n "(cached
) " >&6
5614 # On DJGPP, this test can blow up pretty badly due to problems in libc
5615 # (any single argument exceeding 2000 bytes causes a buffer overrun
5616 # during glob expansion). Even if it were fixed, the result of this
5617 # check would be larger than it should be.
5618 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5622 # Under GNU Hurd, this test is not required because there is
5623 # no limit to the length of command line arguments.
5624 # Libtool will interpret -1 as no limit whatsoever
5625 lt_cv_sys_max_cmd_len=-1;
5628 cygwin* | mingw* | cegcc*)
5629 # On Win9x/ME, this test blows up -- it succeeds, but takes
5630 # about 5 minutes as the teststring grows exponentially.
5631 # Worse, since 9x/ME are not pre-emptively multitasking,
5632 # you end up with a "frozen
" computer, even though with patience
5633 # the test eventually succeeds (with a max line length of 256k).
5634 # Instead, let's just punt: use the minimum linelength reported by
5635 # all of the supported platforms: 8192 (on NT/2K/XP).
5636 lt_cv_sys_max_cmd_len=8192;
5640 # On MiNT this can take a long time and run out of memory.
5641 lt_cv_sys_max_cmd_len=8192;
5645 # On AmigaOS with pdksh, this test takes hours, literally.
5646 # So we just punt and use a minimum line length of 8192.
5647 lt_cv_sys_max_cmd_len=8192;
5650 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5651 # This has been around since 386BSD, at least. Likely further.
5652 if test -x /sbin/sysctl; then
5653 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5654 elif test -x /usr/sbin/sysctl; then
5655 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5657 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5659 # And add a safety zone
5660 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5661 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5665 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5666 lt_cv_sys_max_cmd_len=196608
5670 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5671 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5672 # nice to cause kernel panics so lets avoid the loop below.
5673 # First set a reasonable default.
5674 lt_cv_sys_max_cmd_len=16384
5676 if test -x /sbin/sysconfig; then
5677 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5678 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5683 lt_cv_sys_max_cmd_len=102400
5685 sysv5* | sco5v6* | sysv4.2uw2*)
5686 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5687 if test -n "$kargmax"; then
5688 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5690 lt_cv_sys_max_cmd_len=32768
5694 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5695 if test -n "$lt_cv_sys_max_cmd_len"; then
5696 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5697 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5699 # Make teststring a little bigger before we do anything with it.
5700 # a 1K string should be a reasonable start.
5701 for i in 1 2 3 4 5 6 7 8 ; do
5702 teststring=$teststring$teststring
5704 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5705 # If test is not a shell built-in, we'll probably end up computing a
5706 # maximum length that is only half of the actual maximum length, but
5708 while { test "X
"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5709 = "X
$teststring$teststring"; } >/dev/null 2>&1 &&
5710 test $i != 17 # 1/2 MB should be enough
5713 teststring=$teststring$teststring
5715 # Only check the string length outside the loop.
5716 lt_cv_sys_max_cmd_len=`expr "X
$teststring" : ".
*" 2>&1`
5718 # Add a significant safety factor because C++ compilers can tack on
5719 # massive amounts of additional arguments before passing them to the
5720 # linker. It appears as though 1/2 is a usable value.
5721 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5728 if test -n $lt_cv_sys_max_cmd_len ; then
5729 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_sys_max_cmd_len" >&5
5730 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5732 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: none
" >&5
5733 $as_echo "none
" >&6; }
5735 max_cmd_len=$lt_cv_sys_max_cmd_len
5746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs
" >&5
5747 $as_echo_n "checking whether the shell understands some XSI constructs...
" >&6; }
5748 # Try some XSI features
5751 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5753 && eval 'test $(( 1 + 1 )) -eq 2 \
5754 && test "${#_lt_dummy}" -eq 5' ) >/dev
/null
2>&1 \
5756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5757 $as_echo "$xsi_shell" >&6; }
5760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5761 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5763 ( foo
=bar
; set foo baz
; eval "$1+=\$2" && test "$foo" = barbaz
) \
5765 && lt_shell_append
=yes
5766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5767 $as_echo "$lt_shell_append" >&6; }
5770 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
5780 # test EBCDIC or ASCII
5781 case `echo X|tr X '\101'` in
5782 A
) # ASCII based system
5783 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5784 lt_SP2NL
='tr \040 \012'
5785 lt_NL2SP
='tr \015\012 \040\040'
5787 *) # EBCDIC based system
5788 lt_SP2NL
='tr \100 \n'
5789 lt_NL2SP
='tr \r\n \100\100'
5801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5802 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5803 if ${lt_cv_ld_reload_flag+:} false
; then :
5804 $as_echo_n "(cached) " >&6
5806 lt_cv_ld_reload_flag
='-r'
5808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5809 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5810 reload_flag
=$lt_cv_ld_reload_flag
5811 case $reload_flag in
5813 *) reload_flag
=" $reload_flag" ;;
5815 reload_cmds
='$LD$reload_flag -o $output$reload_objs'
5818 if test "$GCC" = yes; then
5819 reload_cmds
='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5821 reload_cmds
='$LD$reload_flag -o $output$reload_objs'
5834 if test -n "$ac_tool_prefix"; then
5835 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5836 set dummy
${ac_tool_prefix}objdump
; ac_word
=$2
5837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5838 $as_echo_n "checking for $ac_word... " >&6; }
5839 if ${ac_cv_prog_OBJDUMP+:} false
; then :
5840 $as_echo_n "(cached) " >&6
5842 if test -n "$OBJDUMP"; then
5843 ac_cv_prog_OBJDUMP
="$OBJDUMP" # Let the user override the test.
5845 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5849 test -z "$as_dir" && as_dir
=.
5850 for ac_exec_ext
in '' $ac_executable_extensions; do
5851 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5852 ac_cv_prog_OBJDUMP
="${ac_tool_prefix}objdump"
5853 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5862 OBJDUMP
=$ac_cv_prog_OBJDUMP
5863 if test -n "$OBJDUMP"; then
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5865 $as_echo "$OBJDUMP" >&6; }
5867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5868 $as_echo "no" >&6; }
5873 if test -z "$ac_cv_prog_OBJDUMP"; then
5874 ac_ct_OBJDUMP
=$OBJDUMP
5875 # Extract the first word of "objdump", so it can be a program name with args.
5876 set dummy objdump
; ac_word
=$2
5877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5878 $as_echo_n "checking for $ac_word... " >&6; }
5879 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false
; then :
5880 $as_echo_n "(cached) " >&6
5882 if test -n "$ac_ct_OBJDUMP"; then
5883 ac_cv_prog_ac_ct_OBJDUMP
="$ac_ct_OBJDUMP" # Let the user override the test.
5885 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5889 test -z "$as_dir" && as_dir
=.
5890 for ac_exec_ext
in '' $ac_executable_extensions; do
5891 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5892 ac_cv_prog_ac_ct_OBJDUMP
="objdump"
5893 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5902 ac_ct_OBJDUMP
=$ac_cv_prog_ac_ct_OBJDUMP
5903 if test -n "$ac_ct_OBJDUMP"; then
5904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5905 $as_echo "$ac_ct_OBJDUMP" >&6; }
5907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5908 $as_echo "no" >&6; }
5911 if test "x$ac_ct_OBJDUMP" = x
; then
5914 case $cross_compiling:$ac_tool_warned in
5916 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5917 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5918 ac_tool_warned
=yes ;;
5920 OBJDUMP
=$ac_ct_OBJDUMP
5923 OBJDUMP
="$ac_cv_prog_OBJDUMP"
5926 test -z "$OBJDUMP" && OBJDUMP
=objdump
5936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5937 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5938 if ${lt_cv_deplibs_check_method+:} false
; then :
5939 $as_echo_n "(cached) " >&6
5941 lt_cv_file_magic_cmd
='$MAGIC_CMD'
5942 lt_cv_file_magic_test_file
=
5943 lt_cv_deplibs_check_method
='unknown'
5944 # Need to set the preceding variable on all platforms that support
5945 # interlibrary dependencies.
5946 # 'none' -- dependencies not supported.
5947 # `unknown' -- same as none, but documents that we really don't know.
5948 # 'pass_all' -- all dependencies passed with no checks.
5949 # 'test_compile' -- check by making test program.
5950 # 'file_magic [[regex]]' -- check by looking for files in library path
5951 # which responds to the $file_magic_cmd with a given extended regex.
5952 # If you have `file' or equivalent on your system and you're not sure
5953 # whether `pass_all' will *always* work, you probably want this one.
5957 lt_cv_deplibs_check_method
=pass_all
5961 lt_cv_deplibs_check_method
=pass_all
5965 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5966 lt_cv_file_magic_cmd
='/usr/bin/file -L'
5967 lt_cv_file_magic_test_file
=/shlib
/libc.so
5971 # func_win32_libid is a shell function defined in ltmain.sh
5972 lt_cv_deplibs_check_method
='file_magic ^x86 archive import|^x86 DLL'
5973 lt_cv_file_magic_cmd
='func_win32_libid'
5977 # Base MSYS/MinGW do not provide the 'file' command needed by
5978 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5979 # unless we find 'file', for example because we are cross-compiling.
5980 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5981 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev
/null
2>&1; then
5982 lt_cv_deplibs_check_method
='file_magic ^x86 archive import|^x86 DLL'
5983 lt_cv_file_magic_cmd
='func_win32_libid'
5985 lt_cv_deplibs_check_method
='file_magic file format pei*-i386(.*architecture: i386)?'
5986 lt_cv_file_magic_cmd
='$OBJDUMP -f'
5991 # use the weaker test based on 'objdump'. See mingw*.
5992 lt_cv_deplibs_check_method
='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5993 lt_cv_file_magic_cmd
='$OBJDUMP -f'
5996 darwin
* | rhapsody
*)
5997 lt_cv_deplibs_check_method
=pass_all
6000 freebsd
* | dragonfly
*)
6001 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
> /dev
/null
; then
6004 # Not sure whether the presence of OpenBSD here was a mistake.
6005 # Let's accept both of them until this is cleared up.
6006 lt_cv_deplibs_check_method
='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6007 lt_cv_file_magic_cmd
=/usr
/bin
/file
6008 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so.*`
6012 lt_cv_deplibs_check_method
=pass_all
6017 lt_cv_deplibs_check_method
=pass_all
6021 lt_cv_deplibs_check_method
=pass_all
6024 hpux10.20
* | hpux11
*)
6025 lt_cv_file_magic_cmd
=/usr
/bin
/file
6028 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6029 lt_cv_file_magic_test_file
=/usr
/lib
/hpux32
/libc.so
6032 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]'
6033 lt_cv_file_magic_test_file
=/usr
/lib
/pa20_64
/libc.sl
6036 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6037 lt_cv_file_magic_test_file
=/usr
/lib
/libc.sl
6043 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6044 lt_cv_deplibs_check_method
='match_pattern /lib[^/]+(\.so|\.a)$'
6047 irix5
* | irix6
* | nonstopux
*)
6049 *-32|
*"-32 ") libmagic
=32-bit;;
6050 *-n32|
*"-n32 ") libmagic
=N32
;;
6051 *-64|
*"-64 ") libmagic
=64-bit;;
6052 *) libmagic
=never-match
;;
6054 lt_cv_deplibs_check_method
=pass_all
6057 # This must be Linux ELF.
6058 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
6059 lt_cv_deplibs_check_method
=pass_all
6063 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
> /dev
/null
; then
6064 lt_cv_deplibs_check_method
='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6066 lt_cv_deplibs_check_method
='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6071 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6072 lt_cv_file_magic_cmd
=/usr
/bin
/file
6073 lt_cv_file_magic_test_file
=/usr
/lib
/libnls.so
6077 lt_cv_deplibs_check_method
=pass_all
6081 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6082 lt_cv_deplibs_check_method
='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6084 lt_cv_deplibs_check_method
='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6088 osf3
* | osf4
* | osf5
*)
6089 lt_cv_deplibs_check_method
=pass_all
6093 lt_cv_deplibs_check_method
=pass_all
6097 lt_cv_deplibs_check_method
=pass_all
6100 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
6101 lt_cv_deplibs_check_method
=pass_all
6105 case $host_vendor in
6107 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]'
6108 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so*`
6111 lt_cv_deplibs_check_method
=pass_all
6114 lt_cv_file_magic_cmd
='/bin/file'
6115 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6118 lt_cv_file_magic_cmd
='/bin/file'
6119 lt_cv_deplibs_check_method
="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6120 lt_cv_file_magic_test_file
=/lib
/libc.so
6123 lt_cv_deplibs_check_method
=pass_all
6126 lt_cv_deplibs_check_method
=pass_all
6132 lt_cv_deplibs_check_method
=pass_all
6137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6138 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6139 file_magic_cmd
=$lt_cv_file_magic_cmd
6140 deplibs_check_method
=$lt_cv_deplibs_check_method
6141 test -z "$deplibs_check_method" && deplibs_check_method
=unknown
6154 if test -n "$ac_tool_prefix"; then
6155 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6156 set dummy
${ac_tool_prefix}ar; ac_word
=$2
6157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6158 $as_echo_n "checking for $ac_word... " >&6; }
6159 if ${ac_cv_prog_AR+:} false
; then :
6160 $as_echo_n "(cached) " >&6
6162 if test -n "$AR"; then
6163 ac_cv_prog_AR
="$AR" # Let the user override the test.
6165 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6169 test -z "$as_dir" && as_dir
=.
6170 for ac_exec_ext
in '' $ac_executable_extensions; do
6171 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6172 ac_cv_prog_AR
="${ac_tool_prefix}ar"
6173 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6183 if test -n "$AR"; then
6184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6185 $as_echo "$AR" >&6; }
6187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6188 $as_echo "no" >&6; }
6193 if test -z "$ac_cv_prog_AR"; then
6195 # Extract the first word of "ar", so it can be a program name with args.
6196 set dummy
ar; ac_word
=$2
6197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6198 $as_echo_n "checking for $ac_word... " >&6; }
6199 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
6200 $as_echo_n "(cached) " >&6
6202 if test -n "$ac_ct_AR"; then
6203 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
6205 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6209 test -z "$as_dir" && as_dir
=.
6210 for ac_exec_ext
in '' $ac_executable_extensions; do
6211 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6212 ac_cv_prog_ac_ct_AR
="ar"
6213 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6222 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
6223 if test -n "$ac_ct_AR"; then
6224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6225 $as_echo "$ac_ct_AR" >&6; }
6227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6228 $as_echo "no" >&6; }
6231 if test "x$ac_ct_AR" = x
; then
6234 case $cross_compiling:$ac_tool_warned in
6236 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6237 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6238 ac_tool_warned
=yes ;;
6246 test -z "$AR" && AR
=ar
6247 test -z "$AR_FLAGS" && AR_FLAGS
=cru
6259 if test -n "$ac_tool_prefix"; then
6260 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6261 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
6262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6263 $as_echo_n "checking for $ac_word... " >&6; }
6264 if ${ac_cv_prog_STRIP+:} false
; then :
6265 $as_echo_n "(cached) " >&6
6267 if test -n "$STRIP"; then
6268 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
6270 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6274 test -z "$as_dir" && as_dir
=.
6275 for ac_exec_ext
in '' $ac_executable_extensions; do
6276 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6277 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
6278 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6287 STRIP
=$ac_cv_prog_STRIP
6288 if test -n "$STRIP"; then
6289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6290 $as_echo "$STRIP" >&6; }
6292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6293 $as_echo "no" >&6; }
6298 if test -z "$ac_cv_prog_STRIP"; then
6300 # Extract the first word of "strip", so it can be a program name with args.
6301 set dummy strip
; ac_word
=$2
6302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6303 $as_echo_n "checking for $ac_word... " >&6; }
6304 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
6305 $as_echo_n "(cached) " >&6
6307 if test -n "$ac_ct_STRIP"; then
6308 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
6310 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6314 test -z "$as_dir" && as_dir
=.
6315 for ac_exec_ext
in '' $ac_executable_extensions; do
6316 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6317 ac_cv_prog_ac_ct_STRIP
="strip"
6318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6327 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
6328 if test -n "$ac_ct_STRIP"; then
6329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6330 $as_echo "$ac_ct_STRIP" >&6; }
6332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6333 $as_echo "no" >&6; }
6336 if test "x$ac_ct_STRIP" = x
; then
6339 case $cross_compiling:$ac_tool_warned in
6341 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6342 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6343 ac_tool_warned
=yes ;;
6348 STRIP
="$ac_cv_prog_STRIP"
6351 test -z "$STRIP" && STRIP
=:
6358 if test -n "$ac_tool_prefix"; then
6359 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6360 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
6361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6362 $as_echo_n "checking for $ac_word... " >&6; }
6363 if ${ac_cv_prog_RANLIB+:} false
; then :
6364 $as_echo_n "(cached) " >&6
6366 if test -n "$RANLIB"; then
6367 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
6369 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6373 test -z "$as_dir" && as_dir
=.
6374 for ac_exec_ext
in '' $ac_executable_extensions; do
6375 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6376 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
6377 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6386 RANLIB
=$ac_cv_prog_RANLIB
6387 if test -n "$RANLIB"; then
6388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6389 $as_echo "$RANLIB" >&6; }
6391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6392 $as_echo "no" >&6; }
6397 if test -z "$ac_cv_prog_RANLIB"; then
6398 ac_ct_RANLIB
=$RANLIB
6399 # Extract the first word of "ranlib", so it can be a program name with args.
6400 set dummy ranlib
; ac_word
=$2
6401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6402 $as_echo_n "checking for $ac_word... " >&6; }
6403 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
6404 $as_echo_n "(cached) " >&6
6406 if test -n "$ac_ct_RANLIB"; then
6407 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
6409 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6413 test -z "$as_dir" && as_dir
=.
6414 for ac_exec_ext
in '' $ac_executable_extensions; do
6415 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6416 ac_cv_prog_ac_ct_RANLIB
="ranlib"
6417 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6426 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
6427 if test -n "$ac_ct_RANLIB"; then
6428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6429 $as_echo "$ac_ct_RANLIB" >&6; }
6431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6432 $as_echo "no" >&6; }
6435 if test "x$ac_ct_RANLIB" = x
; then
6438 case $cross_compiling:$ac_tool_warned in
6440 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6441 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6442 ac_tool_warned
=yes ;;
6444 RANLIB
=$ac_ct_RANLIB
6447 RANLIB
="$ac_cv_prog_RANLIB"
6450 test -z "$RANLIB" && RANLIB
=:
6457 # Determine commands to create old-style static archives.
6458 old_archive_cmds
='$AR $AR_FLAGS $oldlib$oldobjs'
6459 old_postinstall_cmds
='chmod 644 $oldlib'
6460 old_postuninstall_cmds
=
6462 if test -n "$RANLIB"; then
6465 old_postinstall_cmds
="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6468 old_postinstall_cmds
="$old_postinstall_cmds~\$RANLIB \$oldlib"
6471 old_archive_cmds
="$old_archive_cmds~\$RANLIB \$oldlib"
6476 lock_old_archive_extraction
=yes ;;
6478 lock_old_archive_extraction
=no
;;
6519 # If no C compiler was specified, use CC.
6522 # If no C compiler flags were specified, use CFLAGS.
6523 LTCFLAGS
=${LTCFLAGS-"$CFLAGS"}
6525 # Allow CC to be a program name with arguments.
6529 # Check for command to grab the raw symbol name followed by C symbol from nm.
6530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6531 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6532 if ${lt_cv_sys_global_symbol_pipe+:} false
; then :
6533 $as_echo_n "(cached) " >&6
6536 # These are sane defaults that work on at least a few old systems.
6537 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6539 # Character class describing NM global symbol codes.
6540 symcode
='[BCDEGRST]'
6542 # Regexp to match symbols that can be accessed directly from C.
6543 sympat
='\([_A-Za-z][_A-Za-z0-9]*\)'
6545 # Define system-specific variables.
6550 cygwin
* | mingw
* | pw32
* | cegcc
*)
6551 symcode
='[ABCDGISTW]'
6554 if test "$host_cpu" = ia64
; then
6555 symcode
='[ABCDEGRST]'
6559 symcode
='[BCDEGRST]'
6562 symcode
='[BCDEGQRST]'
6573 sysv5
* | sco5v6
* | unixware
* | OpenUNIX
*)
6581 # If we're using GNU nm, then use its standard symbol codes.
6582 case `$NM -V 2>&1` in
6583 *GNU
* |
*'with BFD'*)
6584 symcode
='[ABCDGIRSTW]' ;;
6587 # Transform an extracted symbol line into a proper C declaration.
6588 # Some systems (esp. on ia64) link data and code symbols differently,
6589 # so use this general approach.
6590 lt_cv_sys_global_symbol_to_cdecl
="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6592 # Transform an extracted symbol line into symbol name and symbol address
6593 lt_cv_sys_global_symbol_to_c_name_address
="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6594 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'"
6596 # Handle CRLF in mingw tool chain
6600 opt_cr
=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6604 # Try without a prefix underscore, then with it.
6605 for ac_symprfx
in "" "_"; do
6607 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6608 symxfrm
="\\1 $ac_symprfx\\2 \\2"
6610 # Write the raw and C identifiers.
6611 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6612 # Fake it for dumpbin and say T for any non-static function
6613 # and D for any global variable.
6614 # Also find C++ and __fastcall symbols from MSVC++,
6615 # which start with @ or ?.
6616 lt_cv_sys_global_symbol_pipe
="$AWK '"\
6617 " {last_section=section; section=\$ 3};"\
6618 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6619 " \$ 0!~/External *\|/{next};"\
6620 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6621 " {if(hide[section]) next};"\
6622 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6623 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6624 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6625 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6626 " ' prfx=^$ac_symprfx"
6628 lt_cv_sys_global_symbol_pipe
="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6631 # Check to see that the pipe works correctly.
6635 cat > conftest.
$ac_ext <<_LT_EOF
6640 void nm_test_func(void);
6641 void nm_test_func(void){}
6645 int main(){nm_test_var='a';nm_test_func();return(0);}
6648 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6649 (eval $ac_compile) 2>&5
6651 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6652 test $ac_status = 0; }; then
6653 # Now try to grab the symbols.
6655 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6656 (eval $NM conftest.
$ac_objext \|
"$lt_cv_sys_global_symbol_pipe" \
> $nlist) 2>&5
6658 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6659 test $ac_status = 0; } && test -s "$nlist"; then
6660 # Try sorting and uniquifying the output.
6661 if sort "$nlist" |
uniq > "$nlist"T
; then
6662 mv -f "$nlist"T
"$nlist"
6667 # Make sure that we snagged all the symbols we need.
6668 if $GREP ' nm_test_var$' "$nlist" >/dev
/null
; then
6669 if $GREP ' nm_test_func$' "$nlist" >/dev
/null
; then
6670 cat <<_LT_EOF > conftest.$ac_ext
6676 # Now generate the symbol file.
6677 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6679 cat <<_LT_EOF >> conftest.$ac_ext
6681 /* The mapping between symbol names and symbols. */
6686 lt__PROGRAM__LTX_preloaded_symbols[] =
6688 { "@PROGRAM@", (void *) 0 },
6690 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" |
$GREP -v main
>> conftest.
$ac_ext
6691 cat <<\_LT_EOF
>> conftest.
$ac_ext
6695 /* This works around a problem
in FreeBSD linker
*/
6696 #ifdef FREEBSD_WORKAROUND
6697 static const void
*lt_preloaded_setup
() {
6698 return lt__PROGRAM__LTX_preloaded_symbols
;
6706 # Now try linking the two files.
6707 mv conftest.
$ac_objext conftstm.
$ac_objext
6708 lt_save_LIBS
="$LIBS"
6709 lt_save_CFLAGS
="$CFLAGS"
6710 LIBS
="conftstm.$ac_objext"
6711 CFLAGS
="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6712 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6713 (eval $ac_link) 2>&5
6715 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6716 test $ac_status = 0; } && test -s conftest
${ac_exeext}; then
6719 LIBS
="$lt_save_LIBS"
6720 CFLAGS
="$lt_save_CFLAGS"
6722 echo "cannot find nm_test_func in $nlist" >&5
6725 echo "cannot find nm_test_var in $nlist" >&5
6728 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6731 echo "$progname: failed program was:" >&5
6732 cat conftest.
$ac_ext >&5
6734 rm -rf conftest
* conftst
*
6736 # Do not use the global_symbol_pipe unless it works.
6737 if test "$pipe_works" = yes; then
6740 lt_cv_sys_global_symbol_pipe
=
6746 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6747 lt_cv_sys_global_symbol_to_cdecl
=
6749 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6751 $as_echo "failed" >&6; }
6753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6754 $as_echo "ok" >&6; }
6779 # Check whether --enable-libtool-lock was given.
6780 if test "${enable_libtool_lock+set}" = set; then :
6781 enableval
=$enable_libtool_lock;
6784 test "x$enable_libtool_lock" != xno
&& enable_libtool_lock
=yes
6786 # Some flags need to be propagated to the compiler or linker for good
6790 # Find out which ABI we are using.
6791 echo 'int i;' > conftest.
$ac_ext
6792 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6793 (eval $ac_compile) 2>&5
6795 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6796 test $ac_status = 0; }; then
6797 case `/usr/bin/file conftest.$ac_objext` in
6809 # Find out which ABI we are using.
6810 echo '#line '$LINENO' "configure"' > conftest.
$ac_ext
6811 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6812 (eval $ac_compile) 2>&5
6814 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6815 test $ac_status = 0; }; then
6816 if test "$lt_cv_prog_gnu_ld" = yes; then
6817 case `/usr/bin/file conftest.$ac_objext` in
6819 LD
="${LD-ld} -melf32bsmip"
6822 LD
="${LD-ld} -melf32bmipn32"
6825 LD
="${LD-ld} -melf64bmip"
6829 case `/usr/bin/file conftest.$ac_objext` in
6845 x86_64-
*kfreebsd
*-gnu|x86_64-
*linux
*|powerpc
*-*linux
*| \
6846 s390
*-*linux
*|s390
*-*tpf
*|sparc
*-*linux
*)
6847 # Find out which ABI we are using.
6848 echo 'int i;' > conftest.
$ac_ext
6849 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6850 (eval $ac_compile) 2>&5
6852 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6853 test $ac_status = 0; }; then
6854 case `/usr/bin/file conftest.o` in
6857 x86_64-
*kfreebsd
*-gnu)
6858 LD
="${LD-ld} -m elf_i386_fbsd"
6861 case `/usr/bin/file conftest.o` in
6863 LD
="${LD-ld} -m elf32_x86_64"
6866 LD
="${LD-ld} -m elf_i386"
6870 powerpc64le-
*linux
*)
6871 LD
="${LD-ld} -m elf32lppclinux"
6874 LD
="${LD-ld} -m elf32ppclinux"
6877 LD
="${LD-ld} -m elf_s390"
6880 LD
="${LD-ld} -m elf32_sparc"
6886 x86_64-
*kfreebsd
*-gnu)
6887 LD
="${LD-ld} -m elf_x86_64_fbsd"
6890 LD
="${LD-ld} -m elf_x86_64"
6893 LD
="${LD-ld} -m elf64lppc"
6896 LD
="${LD-ld} -m elf64ppc"
6898 s390
*-*linux
*|s390
*-*tpf
*)
6899 LD
="${LD-ld} -m elf64_s390"
6902 LD
="${LD-ld} -m elf64_sparc"
6912 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6913 SAVE_CFLAGS
="$CFLAGS"
6914 CFLAGS
="$CFLAGS -belf"
6915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6916 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6917 if ${lt_cv_cc_needs_belf+:} false
; then :
6918 $as_echo_n "(cached) " >&6
6921 ac_cpp
='$CPP $CPPFLAGS'
6922 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6923 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6924 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6926 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6927 /* end confdefs.h. */
6937 if ac_fn_c_try_link
"$LINENO"; then :
6938 lt_cv_cc_needs_belf
=yes
6940 lt_cv_cc_needs_belf
=no
6942 rm -f core conftest.err conftest.
$ac_objext \
6943 conftest
$ac_exeext conftest.
$ac_ext
6945 ac_cpp
='$CPP $CPPFLAGS'
6946 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6947 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6948 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6952 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6953 if test x
"$lt_cv_cc_needs_belf" != x
"yes"; then
6954 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6955 CFLAGS
="$SAVE_CFLAGS"
6959 # Find out which ABI we are using.
6960 echo 'int i;' > conftest.
$ac_ext
6961 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6962 (eval $ac_compile) 2>&5
6964 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6965 test $ac_status = 0; }; then
6966 case `/usr/bin/file conftest.o` in
6968 case $lt_cv_prog_gnu_ld in
6969 yes*) LD
="${LD-ld} -m elf64_sparc" ;;
6971 if ${LD-ld} -64 -r -o conftest2.o conftest.o
>/dev
/null
2>&1; then
6983 need_locks
="$enable_libtool_lock"
6987 rhapsody
* | darwin
*)
6988 if test -n "$ac_tool_prefix"; then
6989 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6990 set dummy
${ac_tool_prefix}dsymutil
; ac_word
=$2
6991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6992 $as_echo_n "checking for $ac_word... " >&6; }
6993 if ${ac_cv_prog_DSYMUTIL+:} false
; then :
6994 $as_echo_n "(cached) " >&6
6996 if test -n "$DSYMUTIL"; then
6997 ac_cv_prog_DSYMUTIL
="$DSYMUTIL" # Let the user override the test.
6999 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7003 test -z "$as_dir" && as_dir
=.
7004 for ac_exec_ext
in '' $ac_executable_extensions; do
7005 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7006 ac_cv_prog_DSYMUTIL
="${ac_tool_prefix}dsymutil"
7007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7016 DSYMUTIL
=$ac_cv_prog_DSYMUTIL
7017 if test -n "$DSYMUTIL"; then
7018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7019 $as_echo "$DSYMUTIL" >&6; }
7021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7022 $as_echo "no" >&6; }
7027 if test -z "$ac_cv_prog_DSYMUTIL"; then
7028 ac_ct_DSYMUTIL
=$DSYMUTIL
7029 # Extract the first word of "dsymutil", so it can be a program name with args.
7030 set dummy dsymutil
; ac_word
=$2
7031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7032 $as_echo_n "checking for $ac_word... " >&6; }
7033 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false
; then :
7034 $as_echo_n "(cached) " >&6
7036 if test -n "$ac_ct_DSYMUTIL"; then
7037 ac_cv_prog_ac_ct_DSYMUTIL
="$ac_ct_DSYMUTIL" # Let the user override the test.
7039 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7043 test -z "$as_dir" && as_dir
=.
7044 for ac_exec_ext
in '' $ac_executable_extensions; do
7045 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7046 ac_cv_prog_ac_ct_DSYMUTIL
="dsymutil"
7047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7056 ac_ct_DSYMUTIL
=$ac_cv_prog_ac_ct_DSYMUTIL
7057 if test -n "$ac_ct_DSYMUTIL"; then
7058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7059 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7062 $as_echo "no" >&6; }
7065 if test "x$ac_ct_DSYMUTIL" = x
; then
7068 case $cross_compiling:$ac_tool_warned in
7070 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7071 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7072 ac_tool_warned
=yes ;;
7074 DSYMUTIL
=$ac_ct_DSYMUTIL
7077 DSYMUTIL
="$ac_cv_prog_DSYMUTIL"
7080 if test -n "$ac_tool_prefix"; then
7081 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7082 set dummy
${ac_tool_prefix}nmedit
; ac_word
=$2
7083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7084 $as_echo_n "checking for $ac_word... " >&6; }
7085 if ${ac_cv_prog_NMEDIT+:} false
; then :
7086 $as_echo_n "(cached) " >&6
7088 if test -n "$NMEDIT"; then
7089 ac_cv_prog_NMEDIT
="$NMEDIT" # Let the user override the test.
7091 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7095 test -z "$as_dir" && as_dir
=.
7096 for ac_exec_ext
in '' $ac_executable_extensions; do
7097 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7098 ac_cv_prog_NMEDIT
="${ac_tool_prefix}nmedit"
7099 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7108 NMEDIT
=$ac_cv_prog_NMEDIT
7109 if test -n "$NMEDIT"; then
7110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7111 $as_echo "$NMEDIT" >&6; }
7113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7114 $as_echo "no" >&6; }
7119 if test -z "$ac_cv_prog_NMEDIT"; then
7120 ac_ct_NMEDIT
=$NMEDIT
7121 # Extract the first word of "nmedit", so it can be a program name with args.
7122 set dummy nmedit
; ac_word
=$2
7123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7124 $as_echo_n "checking for $ac_word... " >&6; }
7125 if ${ac_cv_prog_ac_ct_NMEDIT+:} false
; then :
7126 $as_echo_n "(cached) " >&6
7128 if test -n "$ac_ct_NMEDIT"; then
7129 ac_cv_prog_ac_ct_NMEDIT
="$ac_ct_NMEDIT" # Let the user override the test.
7131 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7135 test -z "$as_dir" && as_dir
=.
7136 for ac_exec_ext
in '' $ac_executable_extensions; do
7137 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7138 ac_cv_prog_ac_ct_NMEDIT
="nmedit"
7139 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7148 ac_ct_NMEDIT
=$ac_cv_prog_ac_ct_NMEDIT
7149 if test -n "$ac_ct_NMEDIT"; then
7150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7151 $as_echo "$ac_ct_NMEDIT" >&6; }
7153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7154 $as_echo "no" >&6; }
7157 if test "x$ac_ct_NMEDIT" = x
; then
7160 case $cross_compiling:$ac_tool_warned in
7162 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7163 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7164 ac_tool_warned
=yes ;;
7166 NMEDIT
=$ac_ct_NMEDIT
7169 NMEDIT
="$ac_cv_prog_NMEDIT"
7172 if test -n "$ac_tool_prefix"; then
7173 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7174 set dummy
${ac_tool_prefix}lipo
; ac_word
=$2
7175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7176 $as_echo_n "checking for $ac_word... " >&6; }
7177 if ${ac_cv_prog_LIPO+:} false
; then :
7178 $as_echo_n "(cached) " >&6
7180 if test -n "$LIPO"; then
7181 ac_cv_prog_LIPO
="$LIPO" # Let the user override the test.
7183 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7187 test -z "$as_dir" && as_dir
=.
7188 for ac_exec_ext
in '' $ac_executable_extensions; do
7189 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7190 ac_cv_prog_LIPO
="${ac_tool_prefix}lipo"
7191 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7200 LIPO
=$ac_cv_prog_LIPO
7201 if test -n "$LIPO"; then
7202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7203 $as_echo "$LIPO" >&6; }
7205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7206 $as_echo "no" >&6; }
7211 if test -z "$ac_cv_prog_LIPO"; then
7213 # Extract the first word of "lipo", so it can be a program name with args.
7214 set dummy lipo
; ac_word
=$2
7215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7216 $as_echo_n "checking for $ac_word... " >&6; }
7217 if ${ac_cv_prog_ac_ct_LIPO+:} false
; then :
7218 $as_echo_n "(cached) " >&6
7220 if test -n "$ac_ct_LIPO"; then
7221 ac_cv_prog_ac_ct_LIPO
="$ac_ct_LIPO" # Let the user override the test.
7223 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7227 test -z "$as_dir" && as_dir
=.
7228 for ac_exec_ext
in '' $ac_executable_extensions; do
7229 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7230 ac_cv_prog_ac_ct_LIPO
="lipo"
7231 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7240 ac_ct_LIPO
=$ac_cv_prog_ac_ct_LIPO
7241 if test -n "$ac_ct_LIPO"; then
7242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7243 $as_echo "$ac_ct_LIPO" >&6; }
7245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7246 $as_echo "no" >&6; }
7249 if test "x$ac_ct_LIPO" = x
; then
7252 case $cross_compiling:$ac_tool_warned in
7254 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7255 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7256 ac_tool_warned
=yes ;;
7261 LIPO
="$ac_cv_prog_LIPO"
7264 if test -n "$ac_tool_prefix"; then
7265 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7266 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7268 $as_echo_n "checking for $ac_word... " >&6; }
7269 if ${ac_cv_prog_OTOOL+:} false
; then :
7270 $as_echo_n "(cached) " >&6
7272 if test -n "$OTOOL"; then
7273 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7275 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7279 test -z "$as_dir" && as_dir
=.
7280 for ac_exec_ext
in '' $ac_executable_extensions; do
7281 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7282 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7283 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7292 OTOOL
=$ac_cv_prog_OTOOL
7293 if test -n "$OTOOL"; then
7294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7295 $as_echo "$OTOOL" >&6; }
7297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7298 $as_echo "no" >&6; }
7303 if test -z "$ac_cv_prog_OTOOL"; then
7305 # Extract the first word of "otool", so it can be a program name with args.
7306 set dummy otool
; ac_word
=$2
7307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7308 $as_echo_n "checking for $ac_word... " >&6; }
7309 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7310 $as_echo_n "(cached) " >&6
7312 if test -n "$ac_ct_OTOOL"; then
7313 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7315 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7319 test -z "$as_dir" && as_dir
=.
7320 for ac_exec_ext
in '' $ac_executable_extensions; do
7321 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7322 ac_cv_prog_ac_ct_OTOOL
="otool"
7323 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7332 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7333 if test -n "$ac_ct_OTOOL"; then
7334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7335 $as_echo "$ac_ct_OTOOL" >&6; }
7337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7338 $as_echo "no" >&6; }
7341 if test "x$ac_ct_OTOOL" = x
; then
7344 case $cross_compiling:$ac_tool_warned in
7346 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7347 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7348 ac_tool_warned
=yes ;;
7353 OTOOL
="$ac_cv_prog_OTOOL"
7356 if test -n "$ac_tool_prefix"; then
7357 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7358 set dummy
${ac_tool_prefix}otool64
; ac_word
=$2
7359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7360 $as_echo_n "checking for $ac_word... " >&6; }
7361 if ${ac_cv_prog_OTOOL64+:} false
; then :
7362 $as_echo_n "(cached) " >&6
7364 if test -n "$OTOOL64"; then
7365 ac_cv_prog_OTOOL64
="$OTOOL64" # Let the user override the test.
7367 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7371 test -z "$as_dir" && as_dir
=.
7372 for ac_exec_ext
in '' $ac_executable_extensions; do
7373 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7374 ac_cv_prog_OTOOL64
="${ac_tool_prefix}otool64"
7375 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7384 OTOOL64
=$ac_cv_prog_OTOOL64
7385 if test -n "$OTOOL64"; then
7386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7387 $as_echo "$OTOOL64" >&6; }
7389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7390 $as_echo "no" >&6; }
7395 if test -z "$ac_cv_prog_OTOOL64"; then
7396 ac_ct_OTOOL64
=$OTOOL64
7397 # Extract the first word of "otool64", so it can be a program name with args.
7398 set dummy otool64
; ac_word
=$2
7399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7400 $as_echo_n "checking for $ac_word... " >&6; }
7401 if ${ac_cv_prog_ac_ct_OTOOL64+:} false
; then :
7402 $as_echo_n "(cached) " >&6
7404 if test -n "$ac_ct_OTOOL64"; then
7405 ac_cv_prog_ac_ct_OTOOL64
="$ac_ct_OTOOL64" # Let the user override the test.
7407 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7411 test -z "$as_dir" && as_dir
=.
7412 for ac_exec_ext
in '' $ac_executable_extensions; do
7413 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7414 ac_cv_prog_ac_ct_OTOOL64
="otool64"
7415 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7424 ac_ct_OTOOL64
=$ac_cv_prog_ac_ct_OTOOL64
7425 if test -n "$ac_ct_OTOOL64"; then
7426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7427 $as_echo "$ac_ct_OTOOL64" >&6; }
7429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7430 $as_echo "no" >&6; }
7433 if test "x$ac_ct_OTOOL64" = x
; then
7436 case $cross_compiling:$ac_tool_warned in
7438 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7439 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7440 ac_tool_warned
=yes ;;
7442 OTOOL64
=$ac_ct_OTOOL64
7445 OTOOL64
="$ac_cv_prog_OTOOL64"
7474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7475 $as_echo_n "checking for -single_module linker flag... " >&6; }
7476 if ${lt_cv_apple_cc_single_mod+:} false
; then :
7477 $as_echo_n "(cached) " >&6
7479 lt_cv_apple_cc_single_mod
=no
7480 if test -z "${LT_MULTI_MODULE}"; then
7481 # By default we will add the -single_module flag. You can override
7482 # by either setting the environment variable LT_MULTI_MODULE
7483 # non-empty at configure time, or by adding -multi_module to the
7485 rm -rf libconftest.dylib
*
7486 echo "int foo(void){return 1;}" > conftest.c
7487 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7488 -dynamiclib -Wl,-single_module conftest.c" >&5
7489 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7490 -dynamiclib -Wl,-single_module conftest.c
2>conftest.err
7492 if test -f libconftest.dylib
&& test ! -s conftest.err
&& test $_lt_result = 0; then
7493 lt_cv_apple_cc_single_mod
=yes
7495 cat conftest.err
>&5
7497 rm -rf libconftest.dylib
*
7501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7502 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7504 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7505 if ${lt_cv_ld_exported_symbols_list+:} false
; then :
7506 $as_echo_n "(cached) " >&6
7508 lt_cv_ld_exported_symbols_list
=no
7509 save_LDFLAGS
=$LDFLAGS
7510 echo "_main" > conftest.sym
7511 LDFLAGS
="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7512 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7513 /* end confdefs.h. */
7523 if ac_fn_c_try_link
"$LINENO"; then :
7524 lt_cv_ld_exported_symbols_list
=yes
7526 lt_cv_ld_exported_symbols_list
=no
7528 rm -f core conftest.err conftest.
$ac_objext \
7529 conftest
$ac_exeext conftest.
$ac_ext
7530 LDFLAGS
="$save_LDFLAGS"
7533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7534 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7536 $as_echo_n "checking for -force_load linker flag... " >&6; }
7537 if ${lt_cv_ld_force_load+:} false
; then :
7538 $as_echo_n "(cached) " >&6
7540 lt_cv_ld_force_load
=no
7541 cat > conftest.c
<< _LT_EOF
7542 int forced_loaded() { return 2;}
7544 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7545 $LTCC $LTCFLAGS -c -o conftest.o conftest.c
2>&5
7546 echo "$AR cru libconftest.a conftest.o" >&5
7547 $AR cru libconftest.a conftest.o
2>&5
7548 cat > conftest.c
<< _LT_EOF
7549 int main() { return 0;}
7551 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7552 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c
-Wl,-force_load,.
/libconftest.a
2>conftest.err
7554 if test -f conftest
&& test ! -s conftest.err
&& test $_lt_result = 0 && $GREP forced_load conftest
2>&1 >/dev
/null
; then
7555 lt_cv_ld_force_load
=yes
7557 cat conftest.err
>&5
7559 rm -f conftest.err libconftest.a conftest conftest.c
7560 rm -rf conftest.dSYM
7563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7564 $as_echo "$lt_cv_ld_force_load" >&6; }
7566 rhapsody
* | darwin1.
[012])
7567 _lt_dar_allow_undefined
='${wl}-undefined ${wl}suppress' ;;
7569 _lt_dar_allow_undefined
='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7570 darwin
*) # darwin 5.x on
7571 # if running on 10.5 or later, the deployment target defaults
7572 # to the OS version, if on x86, and 10.4, the deployment
7573 # target defaults to 10.4. Don't you love it?
7574 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7575 10.0,*86*-darwin8*|
10.0,*-darwin[91]*)
7576 _lt_dar_allow_undefined
='${wl}-undefined ${wl}dynamic_lookup' ;;
7578 _lt_dar_allow_undefined
='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7580 _lt_dar_allow_undefined
='${wl}-undefined ${wl}dynamic_lookup' ;;
7584 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7585 _lt_dar_single_mod
='$single_module'
7587 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7588 _lt_dar_export_syms
=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7590 _lt_dar_export_syms
='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7592 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7593 _lt_dsymutil
='~$DSYMUTIL $lib || :'
7601 ac_cpp
='$CPP $CPPFLAGS'
7602 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7603 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7604 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
7605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
7606 $as_echo_n "checking how to run the C preprocessor... " >&6; }
7607 # On Suns, sometimes $CPP names a directory.
7608 if test -n "$CPP" && test -d "$CPP"; then
7611 if test -z "$CPP"; then
7612 if ${ac_cv_prog_CPP+:} false
; then :
7613 $as_echo_n "(cached) " >&6
7615 # Double quotes because CPP needs to be expanded
7616 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7619 for ac_c_preproc_warn_flag
in '' yes
7621 # Use a header file that comes with gcc, so configuring glibc
7622 # with a fresh cross-compiler works.
7623 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7624 # <limits.h> exists even on freestanding compilers.
7625 # On the NeXT, cc -E runs the code through the compiler's parser,
7626 # not just through cpp. "Syntax error" is here to catch this case.
7627 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7628 /* end confdefs.h. */
7630 # include <limits.h>
7632 # include <assert.h>
7636 if ac_fn_c_try_cpp
"$LINENO"; then :
7639 # Broken: fails on valid input.
7642 rm -f conftest.err conftest.i conftest.
$ac_ext
7644 # OK, works on sane cases. Now check whether nonexistent headers
7645 # can be detected and how.
7646 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7647 /* end confdefs.h. */
7648 #include <ac_nonexistent.h>
7650 if ac_fn_c_try_cpp
"$LINENO"; then :
7651 # Broken: success on invalid input.
7654 # Passes both tests.
7658 rm -f conftest.err conftest.i conftest.
$ac_ext
7661 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7662 rm -f conftest.i conftest.err conftest.
$ac_ext
7663 if $ac_preproc_ok; then :
7675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7676 $as_echo "$CPP" >&6; }
7678 for ac_c_preproc_warn_flag
in '' yes
7680 # Use a header file that comes with gcc, so configuring glibc
7681 # with a fresh cross-compiler works.
7682 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7683 # <limits.h> exists even on freestanding compilers.
7684 # On the NeXT, cc -E runs the code through the compiler's parser,
7685 # not just through cpp. "Syntax error" is here to catch this case.
7686 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7687 /* end confdefs.h. */
7689 # include <limits.h>
7691 # include <assert.h>
7695 if ac_fn_c_try_cpp
"$LINENO"; then :
7698 # Broken: fails on valid input.
7701 rm -f conftest.err conftest.i conftest.
$ac_ext
7703 # OK, works on sane cases. Now check whether nonexistent headers
7704 # can be detected and how.
7705 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7706 /* end confdefs.h. */
7707 #include <ac_nonexistent.h>
7709 if ac_fn_c_try_cpp
"$LINENO"; then :
7710 # Broken: success on invalid input.
7713 # Passes both tests.
7717 rm -f conftest.err conftest.i conftest.
$ac_ext
7720 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7721 rm -f conftest.i conftest.err conftest.
$ac_ext
7722 if $ac_preproc_ok; then :
7725 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7726 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7727 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
7728 See \`config.log' for more details" "$LINENO" 5; }
7732 ac_cpp
='$CPP $CPPFLAGS'
7733 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7734 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7735 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
7738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7739 $as_echo_n "checking for ANSI C header files... " >&6; }
7740 if ${ac_cv_header_stdc+:} false
; then :
7741 $as_echo_n "(cached) " >&6
7743 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7744 /* end confdefs.h. */
7758 if ac_fn_c_try_compile
"$LINENO"; then :
7759 ac_cv_header_stdc
=yes
7761 ac_cv_header_stdc
=no
7763 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7765 if test $ac_cv_header_stdc = yes; then
7766 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7767 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7768 /* end confdefs.h. */
7772 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7773 $EGREP "memchr" >/dev
/null
2>&1; then :
7776 ac_cv_header_stdc
=no
7782 if test $ac_cv_header_stdc = yes; then
7783 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7784 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7785 /* end confdefs.h. */
7789 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7790 $EGREP "free" >/dev
/null
2>&1; then :
7793 ac_cv_header_stdc
=no
7799 if test $ac_cv_header_stdc = yes; then
7800 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7801 if test "$cross_compiling" = yes; then :
7804 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7805 /* end confdefs.h. */
7808 #if ((' ' & 0x0FF) == 0x020)
7809 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7810 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7812 # define ISLOWER(c) \
7813 (('a' <= (c) && (c) <= 'i') \
7814 || ('j' <= (c) && (c) <= 'r') \
7815 || ('s' <= (c) && (c) <= 'z'))
7816 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7819 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7824 for (i = 0; i < 256; i++)
7825 if (XOR (islower (i), ISLOWER (i))
7826 || toupper (i) != TOUPPER (i))
7831 if ac_fn_c_try_run
"$LINENO"; then :
7834 ac_cv_header_stdc
=no
7836 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
7837 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
7842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7843 $as_echo "$ac_cv_header_stdc" >&6; }
7844 if test $ac_cv_header_stdc = yes; then
7846 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7850 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7851 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
7852 inttypes.h stdint.h unistd.h
7854 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7855 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7857 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7858 cat >>confdefs.h
<<_ACEOF
7859 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7867 for ac_header
in dlfcn.h
7869 ac_fn_c_check_header_compile
"$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7871 if test "x$ac_cv_header_dlfcn_h" = xyes
; then :
7872 cat >>confdefs.h
<<_ACEOF
7873 #define HAVE_DLFCN_H 1
7894 # Check whether --enable-shared was given.
7895 if test "${enable_shared+set}" = set; then :
7896 enableval
=$enable_shared; p
=${PACKAGE-default}
7898 yes) enable_shared
=yes ;;
7899 no
) enable_shared
=no
;;
7902 # Look at the argument we got. We use all the common list separators.
7903 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
7904 for pkg
in $enableval; do
7906 if test "X$pkg" = "X$p"; then
7925 # Check whether --enable-static was given.
7926 if test "${enable_static+set}" = set; then :
7927 enableval
=$enable_static; p
=${PACKAGE-default}
7929 yes) enable_static
=yes ;;
7930 no
) enable_static
=no
;;
7933 # Look at the argument we got. We use all the common list separators.
7934 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
7935 for pkg
in $enableval; do
7937 if test "X$pkg" = "X$p"; then
7957 # Check whether --with-pic was given.
7958 if test "${with_pic+set}" = set; then :
7959 withval
=$with_pic; pic_mode
="$withval"
7965 test -z "$pic_mode" && pic_mode
=default
7973 # Check whether --enable-fast-install was given.
7974 if test "${enable_fast_install+set}" = set; then :
7975 enableval
=$enable_fast_install; p
=${PACKAGE-default}
7977 yes) enable_fast_install
=yes ;;
7978 no
) enable_fast_install
=no
;;
7980 enable_fast_install
=no
7981 # Look at the argument we got. We use all the common list separators.
7982 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
7983 for pkg
in $enableval; do
7985 if test "X$pkg" = "X$p"; then
7986 enable_fast_install
=yes
7993 enable_fast_install
=yes
8006 # This can be used to rebuild libtool when needed
8007 LIBTOOL_DEPS
="$ltmain"
8009 # Always use our own libtool.
8010 LIBTOOL
='$(SHELL) $(top_builddir)/libtool'
8037 test -z "$LN_S" && LN_S
="ln -s"
8052 if test -n "${ZSH_VERSION+set}" ; then
8053 setopt NO_GLOB_SUBST
8056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8057 $as_echo_n "checking for objdir... " >&6; }
8058 if ${lt_cv_objdir+:} false
; then :
8059 $as_echo_n "(cached) " >&6
8061 rm -f .libs
2>/dev
/null
8062 mkdir .libs
2>/dev
/null
8063 if test -d .libs
; then
8066 # MS-DOS does not allow filenames that begin with a dot.
8069 rmdir .libs
2>/dev
/null
8071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8072 $as_echo "$lt_cv_objdir" >&6; }
8073 objdir
=$lt_cv_objdir
8079 cat >>confdefs.h
<<_ACEOF
8080 #define LT_OBJDIR "$lt_cv_objdir/"
8088 # AIX sometimes has problems with the GCC collect2 program. For some
8089 # reason, if we set the COLLECT_NAMES environment variable, the problems
8090 # vanish in a puff of smoke.
8091 if test "X${COLLECT_NAMES+set}" != Xset
; then
8093 export COLLECT_NAMES
8100 can_build_shared
=yes
8102 # All known linkers require a `.a' archive for static linking (except MSVC,
8103 # which needs '.lib').
8106 with_gnu_ld
="$lt_cv_prog_gnu_ld"
8109 old_CFLAGS
="$CFLAGS"
8111 # Set sane defaults for various variables
8112 test -z "$CC" && CC
=cc
8113 test -z "$LTCC" && LTCC
=$CC
8114 test -z "$LTCFLAGS" && LTCFLAGS
=$CFLAGS
8115 test -z "$LD" && LD
=ld
8116 test -z "$ac_objext" && ac_objext
=o
8118 for cc_temp
in $compiler""; do
8120 compile |
*[\\/]compile | ccache |
*[\\/]ccache
) ;;
8121 distcc |
*[\\/]distcc | purify |
*[\\/]purify
) ;;
8126 cc_basename
=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8129 # Only perform the check for file, if the check method requires it
8130 test -z "$MAGIC_CMD" && MAGIC_CMD
=file
8131 case $deplibs_check_method in
8133 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8135 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8136 if ${lt_cv_path_MAGIC_CMD+:} false
; then :
8137 $as_echo_n "(cached) " >&6
8141 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
8144 lt_save_MAGIC_CMD
="$MAGIC_CMD"
8145 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
8146 ac_dummy
="/usr/bin$PATH_SEPARATOR$PATH"
8147 for ac_dir
in $ac_dummy; do
8149 test -z "$ac_dir" && ac_dir
=.
8150 if test -f $ac_dir/${ac_tool_prefix}file; then
8151 lt_cv_path_MAGIC_CMD
="$ac_dir/${ac_tool_prefix}file"
8152 if test -n "$file_magic_test_file"; then
8153 case $deplibs_check_method in
8155 file_magic_regex
=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8156 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
8157 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
8158 $EGREP "$file_magic_regex" > /dev
/null
; then
8163 *** Warning: the command libtool uses to detect shared libraries,
8164 *** $file_magic_cmd, produces output that libtool cannot recognize.
8165 *** The result is that libtool may fail to recognize shared libraries
8166 *** as such. This will affect the creation of libtool libraries that
8167 *** depend on shared libraries, but programs linked with such libtool
8168 *** libraries will work regardless of this problem. Nevertheless, you
8169 *** may want to report the problem to your system manager and/or to
8170 *** bug-libtool@gnu.org
8180 MAGIC_CMD
="$lt_save_MAGIC_CMD"
8185 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
8186 if test -n "$MAGIC_CMD"; then
8187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8188 $as_echo "$MAGIC_CMD" >&6; }
8190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8191 $as_echo "no" >&6; }
8198 if test -z "$lt_cv_path_MAGIC_CMD"; then
8199 if test -n "$ac_tool_prefix"; then
8200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8201 $as_echo_n "checking for file... " >&6; }
8202 if ${lt_cv_path_MAGIC_CMD+:} false
; then :
8203 $as_echo_n "(cached) " >&6
8207 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
8210 lt_save_MAGIC_CMD
="$MAGIC_CMD"
8211 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
8212 ac_dummy
="/usr/bin$PATH_SEPARATOR$PATH"
8213 for ac_dir
in $ac_dummy; do
8215 test -z "$ac_dir" && ac_dir
=.
8216 if test -f $ac_dir/file; then
8217 lt_cv_path_MAGIC_CMD
="$ac_dir/file"
8218 if test -n "$file_magic_test_file"; then
8219 case $deplibs_check_method in
8221 file_magic_regex
=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8222 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
8223 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
8224 $EGREP "$file_magic_regex" > /dev
/null
; then
8229 *** Warning: the command libtool uses to detect shared libraries,
8230 *** $file_magic_cmd, produces output that libtool cannot recognize.
8231 *** The result is that libtool may fail to recognize shared libraries
8232 *** as such. This will affect the creation of libtool libraries that
8233 *** depend on shared libraries, but programs linked with such libtool
8234 *** libraries will work regardless of this problem. Nevertheless, you
8235 *** may want to report the problem to your system manager and/or to
8236 *** bug-libtool@gnu.org
8246 MAGIC_CMD
="$lt_save_MAGIC_CMD"
8251 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
8252 if test -n "$MAGIC_CMD"; then
8253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8254 $as_echo "$MAGIC_CMD" >&6; }
8256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8257 $as_echo "no" >&6; }
8270 # Use C for the default configuration in the libtool script
8274 ac_cpp
='$CPP $CPPFLAGS'
8275 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8276 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8277 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
8280 # Source file extension for C test sources.
8283 # Object file extension for compiled C test sources.
8287 # Code to be used in simple compile tests
8288 lt_simple_compile_test_code
="int some_variable = 0;"
8290 # Code to be used in simple link tests
8291 lt_simple_link_test_code
='int main(){return(0);}'
8299 # If no C compiler was specified, use CC.
8302 # If no C compiler flags were specified, use CFLAGS.
8303 LTCFLAGS
=${LTCFLAGS-"$CFLAGS"}
8305 # Allow CC to be a program name with arguments.
8308 # Save the default compiler, since it gets overwritten when the other
8309 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8310 compiler_DEFAULT
=$CC
8312 # save warnings/boilerplate of simple test code
8313 ac_outfile
=conftest.
$ac_objext
8314 echo "$lt_simple_compile_test_code" >conftest.
$ac_ext
8315 eval "$ac_compile" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
8316 _lt_compiler_boilerplate
=`cat conftest.err`
8319 ac_outfile
=conftest.
$ac_objext
8320 echo "$lt_simple_link_test_code" >conftest.
$ac_ext
8321 eval "$ac_link" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
8322 _lt_linker_boilerplate
=`cat conftest.err`
8327 ## There is no encapsulation within the following macros, do not change
8328 ## the running order or otherwise move them around unless you know exactly
8329 ## what you are doing...
8330 if test -n "$compiler"; then
8332 lt_prog_compiler_no_builtin_flag
=
8334 if test "$GCC" = yes; then
8335 case $cc_basename in
8337 lt_prog_compiler_no_builtin_flag
=' -Xcompiler -fno-builtin' ;;
8339 lt_prog_compiler_no_builtin_flag
=' -fno-builtin' ;;
8342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8343 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8344 if ${lt_cv_prog_compiler_rtti_exceptions+:} false
; then :
8345 $as_echo_n "(cached) " >&6
8347 lt_cv_prog_compiler_rtti_exceptions
=no
8348 ac_outfile
=conftest.
$ac_objext
8349 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8350 lt_compiler_flag
="-fno-rtti -fno-exceptions"
8351 # Insert the option either (1) after the last *FLAGS variable, or
8352 # (2) before a word containing "conftest.", or (3) at the end.
8353 # Note that $ac_compile itself does not contain backslashes and begins
8354 # with a dollar sign (not a hyphen), so the echo should work correctly.
8355 # The option is referenced via a variable to avoid confusing sed.
8356 lt_compile
=`echo "$ac_compile" | $SED \
8357 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8358 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8359 -e 's:$: $lt_compiler_flag:'`
8360 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8361 (eval "$lt_compile" 2>conftest.err
)
8363 cat conftest.err
>&5
8364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8365 if (exit $ac_status) && test -s "$ac_outfile"; then
8366 # The compiler can only warn and ignore the option if not recognized
8367 # So say no if there are warnings other than the usual output.
8368 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' >conftest.exp
8369 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
8370 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
8371 lt_cv_prog_compiler_rtti_exceptions
=yes
8377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8378 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8380 if test x
"$lt_cv_prog_compiler_rtti_exceptions" = xyes
; then
8381 lt_prog_compiler_no_builtin_flag
="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8393 lt_prog_compiler_wl
=
8394 lt_prog_compiler_pic
=
8395 lt_prog_compiler_static
=
8397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8398 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8400 if test "$GCC" = yes; then
8401 lt_prog_compiler_wl
='-Wl,'
8402 lt_prog_compiler_static
='-static'
8406 # All AIX code is PIC.
8407 if test "$host_cpu" = ia64
; then
8408 # AIX 5 now supports IA64 processor
8409 lt_prog_compiler_static
='-Bstatic'
8411 lt_prog_compiler_pic
='-fPIC'
8417 # see comment about AmigaOS4 .so support
8418 lt_prog_compiler_pic
='-fPIC'
8421 # FIXME: we need at least 68020 code to build shared libraries, but
8422 # adding the `-m68020' flag to GCC prevents building anything better,
8424 lt_prog_compiler_pic
='-m68020 -resident32 -malways-restore-a4'
8429 beos
* | irix5
* | irix6
* | nonstopux
* | osf3
* | osf4
* | osf5
*)
8430 # PIC is the default for these OSes.
8433 mingw
* | cygwin
* | pw32
* | os2
* | cegcc
*)
8434 # This hack is so that the source file can tell whether it is being
8435 # built for inclusion in a dll (and should export symbols for example).
8436 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8437 # (--disable-auto-import) libraries
8438 lt_prog_compiler_pic
='-DDLL_EXPORT'
8441 darwin
* | rhapsody
*)
8442 # PIC is the default on this platform
8443 # Common symbols not allowed in MH_DYLIB files
8444 lt_prog_compiler_pic
='-fno-common'
8448 # PIC is the default for Haiku.
8449 # The "-static" flag exists, but is broken.
8450 lt_prog_compiler_static
=
8454 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8455 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8456 # sets the default TLS model and affects inlining.
8462 lt_prog_compiler_pic
='-fPIC'
8468 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8469 # Instead, we relocate shared libraries at runtime.
8473 # Just because we use GCC doesn't mean we suddenly get shared libraries
8474 # on systems that don't support them.
8475 lt_prog_compiler_can_build_shared
=no
8480 # QNX uses GNU C++, but need to define -shared option too, otherwise
8482 lt_prog_compiler_pic
='-fPIC -shared'
8486 if test -d /usr
/nec
; then
8487 lt_prog_compiler_pic
=-Kconform_pic
8492 lt_prog_compiler_pic
='-fPIC'
8496 case $cc_basename in
8497 nvcc
*) # Cuda Compiler Driver 2.2
8498 lt_prog_compiler_wl
='-Xlinker '
8499 lt_prog_compiler_pic
='-Xcompiler -fPIC'
8503 # PORTME Check for flag to pass linker flags through the system compiler.
8506 lt_prog_compiler_wl
='-Wl,'
8507 if test "$host_cpu" = ia64
; then
8508 # AIX 5 now supports IA64 processor
8509 lt_prog_compiler_static
='-Bstatic'
8511 lt_prog_compiler_static
='-bnso -bI:/lib/syscalls.exp'
8515 mingw
* | cygwin
* | pw32
* | os2
* | cegcc
*)
8516 # This hack is so that the source file can tell whether it is being
8517 # built for inclusion in a dll (and should export symbols for example).
8518 lt_prog_compiler_pic
='-DDLL_EXPORT'
8521 hpux9
* | hpux10
* | hpux11
*)
8522 lt_prog_compiler_wl
='-Wl,'
8523 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8530 lt_prog_compiler_pic
='+Z'
8533 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8534 lt_prog_compiler_static
='${wl}-a ${wl}archive'
8537 irix5
* | irix6
* | nonstopux
*)
8538 lt_prog_compiler_wl
='-Wl,'
8539 # PIC (with -KPIC) is the default.
8540 lt_prog_compiler_static
='-non_shared'
8543 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
8544 case $cc_basename in
8545 # old Intel for x86_64 which still supported -KPIC.
8547 lt_prog_compiler_wl
='-Wl,'
8548 lt_prog_compiler_pic
='-KPIC'
8549 lt_prog_compiler_static
='-static'
8551 # icc used to be incompatible with GCC.
8552 # ICC 10 doesn't accept -KPIC any more.
8554 lt_prog_compiler_wl
='-Wl,'
8555 lt_prog_compiler_pic
='-fPIC'
8556 lt_prog_compiler_static
='-static'
8558 # Lahey Fortran 8.1.
8560 lt_prog_compiler_wl
='-Wl,'
8561 lt_prog_compiler_pic
='--shared'
8562 lt_prog_compiler_static
='--static'
8564 pgcc
* | pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
8565 # Portland Group compilers (*not* the Pentium gcc compiler,
8566 # which looks to be a dead project)
8567 lt_prog_compiler_wl
='-Wl,'
8568 lt_prog_compiler_pic
='-fpic'
8569 lt_prog_compiler_static
='-Bstatic'
8572 lt_prog_compiler_wl
='-Wl,'
8573 # All Alpha code is PIC.
8574 lt_prog_compiler_static
='-non_shared'
8576 xl
* | bgxl
* | bgf
* | mpixl
*)
8577 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8578 lt_prog_compiler_wl
='-Wl,'
8579 lt_prog_compiler_pic
='-qpic'
8580 lt_prog_compiler_static
='-qstaticlink'
8583 case `$CC -V 2>&1 | sed 5q` in
8584 *Sun\ F
* |
*Sun
*Fortran
*)
8585 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8586 lt_prog_compiler_pic
='-KPIC'
8587 lt_prog_compiler_static
='-Bstatic'
8588 lt_prog_compiler_wl
=''
8592 lt_prog_compiler_pic
='-KPIC'
8593 lt_prog_compiler_static
='-Bstatic'
8594 lt_prog_compiler_wl
='-Wl,'
8602 lt_prog_compiler_pic
='-KPIC'
8603 lt_prog_compiler_static
='-Bstatic'
8607 # QNX uses GNU C++, but need to define -shared option too, otherwise
8609 lt_prog_compiler_pic
='-fPIC -shared'
8612 osf3
* | osf4
* | osf5
*)
8613 lt_prog_compiler_wl
='-Wl,'
8614 # All OSF/1 code is PIC.
8615 lt_prog_compiler_static
='-non_shared'
8619 lt_prog_compiler_static
='-non_shared'
8623 lt_prog_compiler_pic
='-KPIC'
8624 lt_prog_compiler_static
='-Bstatic'
8625 case $cc_basename in
8627 lt_prog_compiler_wl
='-Qoption ld ';;
8629 lt_prog_compiler_wl
='-Wl,';;
8634 lt_prog_compiler_wl
='-Qoption ld '
8635 lt_prog_compiler_pic
='-PIC'
8636 lt_prog_compiler_static
='-Bstatic'
8639 sysv4 | sysv4.2uw2
* | sysv4.3
*)
8640 lt_prog_compiler_wl
='-Wl,'
8641 lt_prog_compiler_pic
='-KPIC'
8642 lt_prog_compiler_static
='-Bstatic'
8646 if test -d /usr
/nec
;then
8647 lt_prog_compiler_pic
='-Kconform_pic'
8648 lt_prog_compiler_static
='-Bstatic'
8652 sysv5
* | unixware
* | sco3.2v5
* | sco5v6
* | OpenUNIX
*)
8653 lt_prog_compiler_wl
='-Wl,'
8654 lt_prog_compiler_pic
='-KPIC'
8655 lt_prog_compiler_static
='-Bstatic'
8659 lt_prog_compiler_wl
='-Wl,'
8660 lt_prog_compiler_can_build_shared
=no
8664 lt_prog_compiler_pic
='-pic'
8665 lt_prog_compiler_static
='-Bstatic'
8669 lt_prog_compiler_can_build_shared
=no
8675 # For platforms which do not support PIC, -DPIC is meaningless:
8677 lt_prog_compiler_pic
=
8680 lt_prog_compiler_pic
="$lt_prog_compiler_pic -DPIC"
8683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8684 $as_echo "$lt_prog_compiler_pic" >&6; }
8692 # Check to make sure the PIC flag actually works.
8694 if test -n "$lt_prog_compiler_pic"; then
8695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8696 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8697 if ${lt_cv_prog_compiler_pic_works+:} false
; then :
8698 $as_echo_n "(cached) " >&6
8700 lt_cv_prog_compiler_pic_works
=no
8701 ac_outfile
=conftest.
$ac_objext
8702 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8703 lt_compiler_flag
="$lt_prog_compiler_pic -DPIC"
8704 # Insert the option either (1) after the last *FLAGS variable, or
8705 # (2) before a word containing "conftest.", or (3) at the end.
8706 # Note that $ac_compile itself does not contain backslashes and begins
8707 # with a dollar sign (not a hyphen), so the echo should work correctly.
8708 # The option is referenced via a variable to avoid confusing sed.
8709 lt_compile
=`echo "$ac_compile" | $SED \
8710 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8711 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8712 -e 's:$: $lt_compiler_flag:'`
8713 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8714 (eval "$lt_compile" 2>conftest.err
)
8716 cat conftest.err
>&5
8717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8718 if (exit $ac_status) && test -s "$ac_outfile"; then
8719 # The compiler can only warn and ignore the option if not recognized
8720 # So say no if there are warnings other than the usual output.
8721 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' >conftest.exp
8722 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
8723 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
8724 lt_cv_prog_compiler_pic_works
=yes
8730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8731 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8733 if test x
"$lt_cv_prog_compiler_pic_works" = xyes
; then
8734 case $lt_prog_compiler_pic in
8736 *) lt_prog_compiler_pic
=" $lt_prog_compiler_pic" ;;
8739 lt_prog_compiler_pic
=
8740 lt_prog_compiler_can_build_shared
=no
8751 # Check to make sure the static flag actually works.
8753 wl
=$lt_prog_compiler_wl eval lt_tmp_static_flag
=\"$lt_prog_compiler_static\"
8754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8755 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8756 if ${lt_cv_prog_compiler_static_works+:} false
; then :
8757 $as_echo_n "(cached) " >&6
8759 lt_cv_prog_compiler_static_works
=no
8760 save_LDFLAGS
="$LDFLAGS"
8761 LDFLAGS
="$LDFLAGS $lt_tmp_static_flag"
8762 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
8763 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
8764 # The linker can only warn and ignore the option if not recognized
8765 # So say no if there are warnings
8766 if test -s conftest.err
; then
8767 # Append any errors to the config.log.
8768 cat conftest.err
1>&5
8769 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
8770 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
8771 if diff conftest.exp conftest.er2
>/dev
/null
; then
8772 lt_cv_prog_compiler_static_works
=yes
8775 lt_cv_prog_compiler_static_works
=yes
8779 LDFLAGS
="$save_LDFLAGS"
8782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8783 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8785 if test x
"$lt_cv_prog_compiler_static_works" = xyes
; then
8788 lt_prog_compiler_static
=
8797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8798 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8799 if ${lt_cv_prog_compiler_c_o+:} false
; then :
8800 $as_echo_n "(cached) " >&6
8802 lt_cv_prog_compiler_c_o
=no
8803 $RM -r conftest
2>/dev
/null
8807 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8809 lt_compiler_flag
="-o out/conftest2.$ac_objext"
8810 # Insert the option either (1) after the last *FLAGS variable, or
8811 # (2) before a word containing "conftest.", or (3) at the end.
8812 # Note that $ac_compile itself does not contain backslashes and begins
8813 # with a dollar sign (not a hyphen), so the echo should work correctly.
8814 lt_compile
=`echo "$ac_compile" | $SED \
8815 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8816 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8817 -e 's:$: $lt_compiler_flag:'`
8818 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8819 (eval "$lt_compile" 2>out
/conftest.err
)
8821 cat out
/conftest.err
>&5
8822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8823 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
8825 # The compiler can only warn and ignore the option if not recognized
8826 # So say no if there are warnings
8827 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' > out
/conftest.exp
8828 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
8829 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
8830 lt_cv_prog_compiler_c_o
=yes
8835 # SGI C++ compiler will create directory out/ii_files/ for
8836 # template instantiation
8837 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
8838 $RM out
/* && rmdir out
8844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8845 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8853 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8854 if ${lt_cv_prog_compiler_c_o+:} false
; then :
8855 $as_echo_n "(cached) " >&6
8857 lt_cv_prog_compiler_c_o
=no
8858 $RM -r conftest
2>/dev
/null
8862 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8864 lt_compiler_flag
="-o out/conftest2.$ac_objext"
8865 # Insert the option either (1) after the last *FLAGS variable, or
8866 # (2) before a word containing "conftest.", or (3) at the end.
8867 # Note that $ac_compile itself does not contain backslashes and begins
8868 # with a dollar sign (not a hyphen), so the echo should work correctly.
8869 lt_compile
=`echo "$ac_compile" | $SED \
8870 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8871 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8872 -e 's:$: $lt_compiler_flag:'`
8873 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8874 (eval "$lt_compile" 2>out
/conftest.err
)
8876 cat out
/conftest.err
>&5
8877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8878 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
8880 # The compiler can only warn and ignore the option if not recognized
8881 # So say no if there are warnings
8882 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' > out
/conftest.exp
8883 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
8884 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
8885 lt_cv_prog_compiler_c_o
=yes
8890 # SGI C++ compiler will create directory out/ii_files/ for
8891 # template instantiation
8892 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
8893 $RM out
/* && rmdir out
8899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8900 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8905 hard_links
="nottested"
8906 if test "$lt_cv_prog_compiler_c_o" = no
&& test "$need_locks" != no
; then
8907 # do not overwrite the value of need_locks provided by the user
8908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8909 $as_echo_n "checking if we can lock with hard links... " >&6; }
8912 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
8914 ln conftest.a conftest.b
2>&5 || hard_links
=no
8915 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
8916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8917 $as_echo "$hard_links" >&6; }
8918 if test "$hard_links" = no
; then
8919 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8920 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8933 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8936 allow_undefined_flag
=
8937 always_export_symbols
=no
8939 archive_expsym_cmds
=
8940 compiler_needs_object
=no
8941 enable_shared_with_static_runtimes
=no
8942 export_dynamic_flag_spec
=
8943 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8944 hardcode_automatic
=no
8946 hardcode_direct_absolute
=no
8947 hardcode_libdir_flag_spec
=
8948 hardcode_libdir_flag_spec_ld
=
8949 hardcode_libdir_separator
=
8951 hardcode_shlibpath_var
=unsupported
8953 link_all_deplibs
=unknown
8956 old_archive_from_new_cmds
=
8957 old_archive_from_expsyms_cmds
=
8958 thread_safe_flag_spec
=
8959 whole_archive_flag_spec
=
8960 # include_expsyms should be a list of space-separated symbols to be *always*
8961 # included in the symbol list
8963 # exclude_expsyms can be an extended regexp of symbols to exclude
8964 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8965 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8966 # as well as any symbol that contains `d'.
8967 exclude_expsyms
='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8968 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8969 # platforms (ab)use it in PIC code, but their linkers get confused if
8970 # the symbol is explicitly referenced. Since portable code cannot
8971 # rely on this symbol name, it's probably fine to never include it in
8972 # preloaded symbol tables.
8973 # Exclude shared library initialization/finalization symbols.
8974 extract_expsyms_cmds
=
8977 cygwin
* | mingw
* | pw32
* | cegcc
*)
8978 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8979 # When not using gcc, we currently assume that we are using
8980 # Microsoft Visual C++.
8981 if test "$GCC" != yes; then
8986 # we just hope/assume this is gcc and not c89 (= MSVC++)
8996 # On some targets, GNU ld is compatible enough with the native linker
8997 # that we're better off using the native interface for both.
8998 lt_use_gnu_ld_interface
=no
8999 if test "$with_gnu_ld" = yes; then
9002 # The AIX port of GNU ld has always aspired to compatibility
9003 # with the native linker. However, as the warning in the GNU ld
9004 # block says, versions before 2.19.5* couldn't really create working
9005 # shared libraries, regardless of the interface used.
9006 case `$LD -v 2>&1` in
9007 *\ \
(GNU\ Binutils\
)\
2.19.5*) ;;
9008 *\ \
(GNU\ Binutils\
)\
2.
[2-9]*) ;;
9009 *\ \
(GNU\ Binutils\
)\
[3-9]*) ;;
9011 lt_use_gnu_ld_interface
=yes
9016 lt_use_gnu_ld_interface
=yes
9021 if test "$lt_use_gnu_ld_interface" = yes; then
9022 # If archive_cmds runs LD, not CC, wlarc should be empty
9025 # Set some defaults for GNU ld with shared library support. These
9026 # are reset later if shared libraries are not supported. Putting them
9027 # here allows them to be overridden if necessary.
9028 runpath_var
=LD_RUN_PATH
9029 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9030 export_dynamic_flag_spec
='${wl}--export-dynamic'
9031 # ancient GNU ld didn't support --whole-archive et. al.
9032 if $LD --help 2>&1 |
$GREP 'no-whole-archive' > /dev
/null
; then
9033 whole_archive_flag_spec
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9035 whole_archive_flag_spec
=
9037 supports_anon_versioning
=no
9038 case `$LD -v 2>&1` in
9039 *GNU\ gold
*) supports_anon_versioning
=yes ;;
9040 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.10.
*) ;; # catch versions < 2.11
9041 *\
2.11.93.0.2\
*) supports_anon_versioning
=yes ;; # RH7.3 ...
9042 *\
2.11.92.0.12\
*) supports_anon_versioning
=yes ;; # Mandrake 8.2 ...
9043 *\
2.11.
*) ;; # other 2.11 versions
9044 *) supports_anon_versioning
=yes ;;
9047 # See if GNU ld supports shared libraries.
9050 # On AIX/PPC, the GNU linker is very broken
9051 if test "$host_cpu" != ia64
; then
9055 *** Warning: the GNU linker, at least up to release 2.19, is reported
9056 *** to be unable to reliably create shared libraries on AIX.
9057 *** Therefore, libtool is disabling shared libraries support. If you
9058 *** really care for shared libraries, you may want to install binutils
9059 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9060 *** You will then need to restart the configuration process.
9069 # see comment about AmigaOS4 .so support
9070 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9071 archive_expsym_cmds
=''
9074 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)'
9075 hardcode_libdir_flag_spec
='-L$libdir'
9076 hardcode_minus_L
=yes
9082 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9083 allow_undefined_flag
=unsupported
9084 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9085 # support --undefined. This deserves some investigation. FIXME
9086 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9092 cygwin
* | mingw
* | pw32
* | cegcc
*)
9093 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9094 # as there is no search path for DLLs.
9095 hardcode_libdir_flag_spec
='-L$libdir'
9096 export_dynamic_flag_spec
='${wl}--export-all-symbols'
9097 allow_undefined_flag
=unsupported
9098 always_export_symbols
=no
9099 enable_shared_with_static_runtimes
=yes
9100 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9102 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
9103 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9104 # If the export-symbols file already is a .def file (1st line
9105 # is EXPORTS), use it as is; otherwise, prepend...
9106 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9107 cp $export_symbols $output_objdir/$soname.def;
9109 echo EXPORTS > $output_objdir/$soname.def;
9110 cat $export_symbols >> $output_objdir/$soname.def;
9112 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9119 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9120 link_all_deplibs
=yes
9125 hardcode_shlibpath_var
=no
9126 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9127 export_dynamic_flag_spec
='${wl}-E'
9128 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9129 # Instead, shared libraries are loaded at an image base (0x10000000 by
9130 # default) and relocated if they conflict, which is a slow very memory
9131 # consuming and fragmenting process. To avoid this, we pick a random,
9132 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9133 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9134 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9135 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'
9138 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
9140 if test "$host_os" = linux-dietlibc
; then
9141 case $cc_basename in
9142 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
9145 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
9146 && test "$tmp_diet" = no
9148 tmp_addflag
=' $pic_flag'
9149 tmp_sharedflag
='-shared'
9150 case $cc_basename,$host_cpu in
9151 pgcc
*) # Portland Group C compiler
9152 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'
9153 tmp_addflag
=' $pic_flag'
9155 pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
9156 # Portland Group f77 and f90 compilers
9157 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'
9158 tmp_addflag
=' $pic_flag -Mnomain' ;;
9159 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
9160 tmp_addflag
=' -i_dynamic' ;;
9161 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
9162 tmp_addflag
=' -i_dynamic -nofor_main' ;;
9163 ifc
* | ifort
*) # Intel Fortran compiler
9164 tmp_addflag
=' -nofor_main' ;;
9165 lf95
*) # Lahey Fortran 8.1
9166 whole_archive_flag_spec
=
9167 tmp_sharedflag
='--shared' ;;
9168 xl
[cC
]* | bgxl
[cC
]* | mpixl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9169 tmp_sharedflag
='-qmkshrobj'
9171 nvcc
*) # Cuda Compiler Driver 2.2
9172 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'
9173 compiler_needs_object
=yes
9176 case `$CC -V 2>&1 | sed 5q` in
9177 *Sun\ C
*) # Sun C 5.9
9178 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'
9179 compiler_needs_object
=yes
9180 tmp_sharedflag
='-G' ;;
9181 *Sun\ F
*) # Sun Fortran 8.3
9182 tmp_sharedflag
='-G' ;;
9184 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9186 if test "x$supports_anon_versioning" = xyes
; then
9187 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
9188 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9189 echo "local: *; };" >> $output_objdir/$libname.ver~
9190 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9193 case $cc_basename in
9194 xlf
* | bgf
* | bgxlf
* | mpixlf
*)
9195 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9196 whole_archive_flag_spec
='--whole-archive$convenience --no-whole-archive'
9197 hardcode_libdir_flag_spec
=
9198 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
9199 archive_cmds
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9200 if test "x$supports_anon_versioning" = xyes
; then
9201 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
9202 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9203 echo "local: *; };" >> $output_objdir/$libname.ver~
9204 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9214 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9215 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9218 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9219 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9224 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
9228 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9229 *** create shared libraries on Solaris systems. Therefore, libtool
9230 *** is disabling shared libraries support. We urge you to upgrade GNU
9231 *** binutils to release 2.9.1 or newer. Another option is to modify
9232 *** your PATH or compiler configuration so that the native linker is
9233 *** used, and then restart.
9236 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9237 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9238 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9244 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
9245 case `$LD -v 2>&1` in
9246 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
9250 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9251 *** reliably create shared libraries on SCO systems. Therefore, libtool
9252 *** is disabling shared libraries support. We urge you to upgrade GNU
9253 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9254 *** your PATH or compiler configuration so that the native linker is
9255 *** used, and then restart.
9260 # For security reasons, it is highly recommended that you always
9261 # use absolute paths for naming shared libraries, and exclude the
9262 # DT_RUNPATH tag from executables and libraries. But doing so
9263 # requires that you compile everything twice, which is a pain.
9264 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9265 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9266 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9267 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9276 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9279 hardcode_shlibpath_var
=no
9283 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9284 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9285 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9292 if test "$ld_shlibs" = no
; then
9294 hardcode_libdir_flag_spec
=
9295 export_dynamic_flag_spec
=
9296 whole_archive_flag_spec
=
9299 # PORTME fill in a description of your system's linker (not GNU ld)
9302 allow_undefined_flag
=unsupported
9303 always_export_symbols
=yes
9304 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'
9305 # Note: this linker hardcodes the directories in LIBPATH if there
9306 # are no directories specified by -L.
9307 hardcode_minus_L
=yes
9308 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9309 # Neither direct hardcoding nor static linking is supported with a
9311 hardcode_direct
=unsupported
9316 if test "$host_cpu" = ia64
; then
9317 # On IA64, the linker does run time linking by default, so we don't
9318 # have to do anything special.
9319 aix_use_runtimelinking
=no
9320 exp_sym_flag
='-Bexport'
9323 # If we're using GNU nm, then we don't want the "-C" option.
9324 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9325 # Also, AIX nm treats weak defined symbols like other global
9326 # defined symbols, whereas GNU nm marks them as "W".
9327 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
9328 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'
9330 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'
9332 aix_use_runtimelinking
=no
9334 # Test if we are trying to use run time linking or normal
9335 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9336 # need to do runtime linking.
9337 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
9338 for ld_flag
in $LDFLAGS; do
9339 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
9340 aix_use_runtimelinking
=yes
9347 exp_sym_flag
='-bexport'
9348 no_entry_flag
='-bnoentry'
9351 # When large executables or shared objects are built, AIX ld can
9352 # have problems creating the table of contents. If linking a library
9353 # or program results in "error TOC overflow" add -mminimal-toc to
9354 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9355 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9359 hardcode_direct_absolute
=yes
9360 hardcode_libdir_separator
=':'
9361 link_all_deplibs
=yes
9362 file_list_spec
='${wl}-f,'
9364 if test "$GCC" = yes; then
9365 case $host_os in aix4.
[012]|aix4.
[012].
*)
9366 # We only want to do this on AIX 4.2 and lower, the check
9367 # below for broken collect2 doesn't work under 4.3+
9368 collect2name
=`${CC} -print-prog-name=collect2`
9369 if test -f "$collect2name" &&
9370 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
9372 # We have reworked collect2
9375 # We have old collect2
9376 hardcode_direct
=unsupported
9377 # It fails to find uninstalled libraries when the uninstalled
9378 # path is not listed in the libpath. Setting hardcode_minus_L
9379 # to unsupported forces relinking
9380 hardcode_minus_L
=yes
9381 hardcode_libdir_flag_spec
='-L$libdir'
9382 hardcode_libdir_separator
=
9386 shared_flag
='-shared'
9387 if test "$aix_use_runtimelinking" = yes; then
9388 shared_flag
="$shared_flag "'${wl}-G'
9392 if test "$host_cpu" = ia64
; then
9393 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9394 # chokes on -Wl,-G. The following line is correct:
9397 if test "$aix_use_runtimelinking" = yes; then
9398 shared_flag
='${wl}-G'
9400 shared_flag
='${wl}-bM:SRE'
9405 export_dynamic_flag_spec
='${wl}-bexpall'
9406 # It seems that -bexpall does not export symbols beginning with
9407 # underscore (_), so it is better to generate a list of symbols to export.
9408 always_export_symbols
=yes
9409 if test "$aix_use_runtimelinking" = yes; then
9410 # Warning - without using the other runtime loading flags (-brtl),
9411 # -berok will link without error, but may produce a broken library.
9412 allow_undefined_flag
='-berok'
9413 # Determine the default libpath from the value encoded in an
9415 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9416 /* end confdefs.h. */
9426 if ac_fn_c_try_link
"$LINENO"; then :
9428 lt_aix_libpath_sed
='
9429 /Import File Strings/,/^$/ {
9435 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9436 # Check for a 64-bit object if we didn't find anything.
9437 if test -z "$aix_libpath"; then
9438 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9441 rm -f core conftest.err conftest.
$ac_objext \
9442 conftest
$ac_exeext conftest.
$ac_ext
9443 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9445 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9446 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"
9448 if test "$host_cpu" = ia64
; then
9449 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
9450 allow_undefined_flag
="-z nodefs"
9451 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"
9453 # Determine the default libpath from the value encoded in an
9455 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9456 /* end confdefs.h. */
9466 if ac_fn_c_try_link
"$LINENO"; then :
9468 lt_aix_libpath_sed
='
9469 /Import File Strings/,/^$/ {
9475 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9476 # Check for a 64-bit object if we didn't find anything.
9477 if test -z "$aix_libpath"; then
9478 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9481 rm -f core conftest.err conftest.
$ac_objext \
9482 conftest
$ac_exeext conftest.
$ac_ext
9483 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9485 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9486 # Warning - without using the other run time loading flags,
9487 # -berok will link without error, but may produce a broken library.
9488 no_undefined_flag
=' ${wl}-bernotok'
9489 allow_undefined_flag
=' ${wl}-berok'
9490 if test "$with_gnu_ld" = yes; then
9491 # We only use this code for GNU lds that support --whole-archive.
9492 whole_archive_flag_spec
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9494 # Exported symbols can be pulled into shared objects from archives
9495 whole_archive_flag_spec
='$convenience'
9497 archive_cmds_need_lc
=yes
9498 # This is similar to how AIX traditionally builds its shared libraries.
9499 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'
9507 # see comment about AmigaOS4 .so support
9508 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9509 archive_expsym_cmds
=''
9512 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)'
9513 hardcode_libdir_flag_spec
='-L$libdir'
9514 hardcode_minus_L
=yes
9520 export_dynamic_flag_spec
=-rdynamic
9523 cygwin
* | mingw
* | pw32
* | cegcc
*)
9524 # When not using gcc, we currently assume that we are using
9525 # Microsoft Visual C++.
9526 # hardcode_libdir_flag_spec is actually meaningless, as there is
9527 # no search path for DLLs.
9528 hardcode_libdir_flag_spec
=' '
9529 allow_undefined_flag
=unsupported
9530 # Tell ltmain to make .lib files, not .a files.
9532 # Tell ltmain to make .dll files, not .so files.
9534 # FIXME: Setting linknames here is a bad hack.
9535 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9536 # The linker will automatically build a .lib file if we build a DLL.
9537 old_archive_from_new_cmds
='true'
9538 # FIXME: Should let the user specify the lib program.
9539 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
9540 fix_srcfile_path
='`cygpath -w "$srcfile"`'
9541 enable_shared_with_static_runtimes
=yes
9544 darwin
* | rhapsody
*)
9547 archive_cmds_need_lc
=no
9549 hardcode_automatic
=yes
9550 hardcode_shlibpath_var
=unsupported
9551 if test "$lt_cv_ld_force_load" = "yes"; then
9552 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\"`'
9554 whole_archive_flag_spec
=''
9556 link_all_deplibs
=yes
9557 allow_undefined_flag
="$_lt_dar_allow_undefined"
9558 case $cc_basename in
9559 ifort
*) _lt_dar_can_shared
=yes ;;
9560 *) _lt_dar_can_shared
=$GCC ;;
9562 if test "$_lt_dar_can_shared" = "yes"; then
9563 output_verbose_link_cmd
=func_echo_all
9564 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9565 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9566 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}"
9567 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}"
9576 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9577 hardcode_libdir_flag_spec
='-L$libdir'
9578 hardcode_shlibpath_var
=no
9581 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9582 # support. Future versions do this automatically, but an explicit c++rt0.o
9583 # does not break anything, and helps significantly (at the cost of a little
9586 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9587 hardcode_libdir_flag_spec
='-R$libdir'
9589 hardcode_shlibpath_var
=no
9592 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9594 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9596 hardcode_minus_L
=yes
9597 hardcode_shlibpath_var
=no
9600 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9601 freebsd
* | dragonfly
*)
9602 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9603 hardcode_libdir_flag_spec
='-R$libdir'
9605 hardcode_shlibpath_var
=no
9609 if test "$GCC" = yes; then
9610 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'
9612 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'
9614 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9615 hardcode_libdir_separator
=:
9618 # hardcode_minus_L: Not really in the search PATH,
9619 # but as the default location of the library.
9620 hardcode_minus_L
=yes
9621 export_dynamic_flag_spec
='${wl}-E'
9625 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9626 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9628 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9630 if test "$with_gnu_ld" = no
; then
9631 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9632 hardcode_libdir_flag_spec_ld
='+b $libdir'
9633 hardcode_libdir_separator
=:
9635 hardcode_direct_absolute
=yes
9636 export_dynamic_flag_spec
='${wl}-E'
9637 # hardcode_minus_L: Not really in the search PATH,
9638 # but as the default location of the library.
9639 hardcode_minus_L
=yes
9644 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9647 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9650 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9653 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9659 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9662 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9666 # Older versions of the 11.00 compiler do not understand -b yet
9667 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9669 $as_echo_n "checking if $CC understands -b... " >&6; }
9670 if ${lt_cv_prog_compiler__b+:} false
; then :
9671 $as_echo_n "(cached) " >&6
9673 lt_cv_prog_compiler__b
=no
9674 save_LDFLAGS
="$LDFLAGS"
9675 LDFLAGS
="$LDFLAGS -b"
9676 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
9677 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
9678 # The linker can only warn and ignore the option if not recognized
9679 # So say no if there are warnings
9680 if test -s conftest.err
; then
9681 # Append any errors to the config.log.
9682 cat conftest.err
1>&5
9683 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
9684 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
9685 if diff conftest.exp conftest.er2
>/dev
/null
; then
9686 lt_cv_prog_compiler__b
=yes
9689 lt_cv_prog_compiler__b
=yes
9693 LDFLAGS
="$save_LDFLAGS"
9696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9697 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9699 if test x
"$lt_cv_prog_compiler__b" = xyes
; then
9700 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9702 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9708 if test "$with_gnu_ld" = no
; then
9709 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9710 hardcode_libdir_separator
=:
9715 hardcode_shlibpath_var
=no
9719 hardcode_direct_absolute
=yes
9720 export_dynamic_flag_spec
='${wl}-E'
9722 # hardcode_minus_L: Not really in the search PATH,
9723 # but as the default location of the library.
9724 hardcode_minus_L
=yes
9730 irix5
* | irix6
* | nonstopux
*)
9731 if test "$GCC" = yes; then
9732 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'
9733 # Try to use the -exported_symbol ld option, if it does not
9734 # work, assume that -exports_file does not work either and
9735 # implicitly export all symbols.
9736 save_LDFLAGS
="$LDFLAGS"
9737 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9738 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9739 /* end confdefs.h. */
9742 if ac_fn_c_try_link
"$LINENO"; then :
9743 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'
9746 rm -f core conftest.err conftest.
$ac_objext \
9747 conftest
$ac_exeext conftest.
$ac_ext
9748 LDFLAGS
="$save_LDFLAGS"
9750 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'
9751 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'
9753 archive_cmds_need_lc
='no'
9754 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9755 hardcode_libdir_separator
=:
9757 link_all_deplibs
=yes
9761 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9762 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9764 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9766 hardcode_libdir_flag_spec
='-R$libdir'
9768 hardcode_shlibpath_var
=no
9772 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9774 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9775 hardcode_libdir_separator
=:
9776 hardcode_shlibpath_var
=no
9783 if test -f /usr
/libexec
/ld.so
; then
9785 hardcode_shlibpath_var
=no
9786 hardcode_direct_absolute
=yes
9787 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9788 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9789 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9790 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9791 export_dynamic_flag_spec
='${wl}-E'
9794 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
9795 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9796 hardcode_libdir_flag_spec
='-R$libdir'
9799 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9800 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9810 hardcode_libdir_flag_spec
='-L$libdir'
9811 hardcode_minus_L
=yes
9812 allow_undefined_flag
=unsupported
9813 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'
9814 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9818 if test "$GCC" = yes; then
9819 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9820 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'
9822 allow_undefined_flag
=' -expect_unresolved \*'
9823 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'
9825 archive_cmds_need_lc
='no'
9826 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9827 hardcode_libdir_separator
=:
9830 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
9831 if test "$GCC" = yes; then
9832 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9833 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'
9834 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9836 allow_undefined_flag
=' -expect_unresolved \*'
9837 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'
9838 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~
9839 $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'
9841 # Both c and cxx compiler support -rpath directly
9842 hardcode_libdir_flag_spec
='-rpath $libdir'
9844 archive_cmds_need_lc
='no'
9845 hardcode_libdir_separator
=:
9849 no_undefined_flag
=' -z defs'
9850 if test "$GCC" = yes; then
9852 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9853 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9854 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9856 case `$CC -V 2>&1` in
9859 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9860 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9861 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9865 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9866 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9867 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9871 hardcode_libdir_flag_spec
='-R$libdir'
9872 hardcode_shlibpath_var
=no
9874 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
9876 # The compiler driver will combine and reorder linker options,
9877 # but understands `-z linker_flag'. GCC discards it without `$wl',
9878 # but is careful enough not to reorder.
9879 # Supported since Solaris 2.6 (maybe 2.5.1?)
9880 if test "$GCC" = yes; then
9881 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9883 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
9887 link_all_deplibs
=yes
9891 if test "x$host_vendor" = xsequent
; then
9892 # Use $CC to link under sequent, because it throws in some extra .o
9893 # files that make .init and .fini sections work.
9894 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9896 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9898 hardcode_libdir_flag_spec
='-L$libdir'
9900 hardcode_minus_L
=yes
9901 hardcode_shlibpath_var
=no
9905 case $host_vendor in
9907 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9908 hardcode_direct
=yes # is this really true???
9911 ## LD is ld it makes a PLAMLIB
9912 ## CC just makes a GrossModule.
9913 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9914 reload_cmds
='$CC -r -o $output$reload_objs'
9918 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9919 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
9922 runpath_var
='LD_RUN_PATH'
9923 hardcode_shlibpath_var
=no
9927 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9928 hardcode_shlibpath_var
=no
9929 export_dynamic_flag_spec
='-Bexport'
9933 if test -d /usr
/nec
; then
9934 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9935 hardcode_shlibpath_var
=no
9936 runpath_var
=LD_RUN_PATH
9937 hardcode_runpath_var
=yes
9942 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
9943 no_undefined_flag
='${wl}-z,text'
9944 archive_cmds_need_lc
=no
9945 hardcode_shlibpath_var
=no
9946 runpath_var
='LD_RUN_PATH'
9948 if test "$GCC" = yes; then
9949 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9950 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9952 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9953 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9957 sysv5
* | sco3.2v5
* | sco5v6
*)
9958 # Note: We can NOT use -z defs as we might desire, because we do not
9959 # link with -lc, and that would cause any symbols used from libc to
9960 # always be unresolved, which means just about no library would
9961 # ever link correctly. If we're not using GNU ld we use -z text
9962 # though, which does catch some bad symbols but isn't as heavy-handed
9964 no_undefined_flag
='${wl}-z,text'
9965 allow_undefined_flag
='${wl}-z,nodefs'
9966 archive_cmds_need_lc
=no
9967 hardcode_shlibpath_var
=no
9968 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
9969 hardcode_libdir_separator
=':'
9970 link_all_deplibs
=yes
9971 export_dynamic_flag_spec
='${wl}-Bexport'
9972 runpath_var
='LD_RUN_PATH'
9974 if test "$GCC" = yes; then
9975 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9976 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9978 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9979 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9984 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9985 hardcode_libdir_flag_spec
='-L$libdir'
9986 hardcode_shlibpath_var
=no
9994 if test x
$host_vendor = xsni
; then
9996 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
9997 export_dynamic_flag_spec
='${wl}-Blargedynsym'
10003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10004 $as_echo "$ld_shlibs" >&6; }
10005 test "$ld_shlibs" = no
&& can_build_shared
=no
10007 with_gnu_ld
=$with_gnu_ld
10024 # Do we need to explicitly link libc?
10026 case "x$archive_cmds_need_lc" in
10028 # Assume -lc should be added
10029 archive_cmds_need_lc
=yes
10031 if test "$enable_shared" = yes && test "$GCC" = yes; then
10032 case $archive_cmds in
10034 # FIXME: we may have to deal with multi-command sequences.
10037 # Test whether the compiler implicitly links with -lc since on some
10038 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10039 # to ld, don't add -lc before -lgcc.
10040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10041 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10042 if ${lt_cv_archive_cmds_need_lc+:} false
; then :
10043 $as_echo_n "(cached) " >&6
10046 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
10048 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10049 (eval $ac_compile) 2>&5
10051 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10052 test $ac_status = 0; } 2>conftest.err
; then
10055 libobjs
=conftest.
$ac_objext
10057 wl
=$lt_prog_compiler_wl
10058 pic_flag
=$lt_prog_compiler_pic
10064 lt_save_allow_undefined_flag
=$allow_undefined_flag
10065 allow_undefined_flag
=
10066 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10067 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
10069 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10070 test $ac_status = 0; }
10072 lt_cv_archive_cmds_need_lc
=no
10074 lt_cv_archive_cmds_need_lc
=yes
10076 allow_undefined_flag
=$lt_save_allow_undefined_flag
10078 cat conftest.err
1>&5
10083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10084 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10085 archive_cmds_need_lc
=$lt_cv_archive_cmds_need_lc
10248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10249 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10251 if test "$GCC" = yes; then
10253 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
10254 *) lt_awk_arg
="/^libraries:/" ;;
10257 mingw
* | cegcc
*) lt_sed_strip_eq
="s,=\([A-Za-z]:\),\1,g" ;;
10258 *) lt_sed_strip_eq
="s,=/,/,g" ;;
10260 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10261 case $lt_search_path_spec in
10263 # if the path contains ";" then we assume it to be the separator
10264 # otherwise default to the standard path separator (i.e. ":") - it is
10265 # assumed that no part of a normal pathname contains ";" but that should
10266 # okay in the real world where ";" in dirpaths is itself problematic.
10267 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10270 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10273 # Ok, now we have the path, separated by spaces, we can step through it
10274 # and add multilib dir if necessary.
10275 lt_tmp_lt_search_path_spec
=
10276 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10277 for lt_sys_path
in $lt_search_path_spec; do
10278 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10279 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10281 test -d "$lt_sys_path" && \
10282 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
10285 lt_search_path_spec
=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10286 BEGIN {RS=" "; FS="/|\n";} {
10289 for (lt_i = NF; lt_i > 0; lt_i--) {
10290 if ($lt_i != "" && $lt_i != ".") {
10291 if ($lt_i == "..") {
10294 if (lt_count == 0) {
10295 lt_foo="/" $lt_i lt_foo;
10302 if (lt_foo != "") { lt_freq[lt_foo]++; }
10303 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10305 # AWK program above erroneously prepends '/' to C:/dos/paths
10308 mingw
* | cegcc
*) lt_search_path_spec
=`$ECHO "$lt_search_path_spec" |\
10309 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10311 sys_lib_search_path_spec
=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10313 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
10315 library_names_spec
=
10316 libname_spec
='lib$name'
10320 postuninstall_cmds
=
10324 shlibpath_overrides_runpath
=unknown
10326 dynamic_linker
="$host_os ld.so"
10327 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
10328 need_lib_prefix
=unknown
10329 hardcode_into_libs
=no
10331 # when you set need_version to no, make sure it does not cause -set_version
10332 # flags to be left without arguments
10333 need_version
=unknown
10338 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
10339 shlibpath_var
=LIBPATH
10341 # AIX 3 has no versioning support, so we append a major version to the name.
10342 soname_spec
='${libname}${release}${shared_ext}$major'
10349 hardcode_into_libs
=yes
10350 if test "$host_cpu" = ia64
; then
10351 # AIX 5 supports IA64
10352 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10353 shlibpath_var
=LD_LIBRARY_PATH
10355 # With GCC up to 2.95.x, collect2 would create an import file
10356 # for dependence libraries. The import file would start with
10357 # the line `#! .'. This would cause the generated library to
10358 # depend on `.', always an invalid library. This was fixed in
10359 # development snapshots of GCC prior to 3.0.
10361 aix4 | aix4.
[01] | aix4.
[01].
*)
10362 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10364 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
10367 can_build_shared
=no
10371 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10372 # soname into executable. Probably we can add versioning support to
10373 # collect2, so additional links can be useful in future.
10374 if test "$aix_use_runtimelinking" = yes; then
10375 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10376 # instead of lib<name>.a to let people know that these are not
10377 # typical AIX shared libraries.
10378 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10380 # We preserve .a as extension for shared libraries through AIX4.2
10381 # and later when we are not doing run time linking.
10382 library_names_spec
='${libname}${release}.a $libname.a'
10383 soname_spec
='${libname}${release}${shared_ext}$major'
10385 shlibpath_var
=LIBPATH
10392 # Since July 2007 AmigaOS4 officially supports .so libraries.
10393 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10394 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10397 library_names_spec
='$libname.ixlibrary $libname.a'
10398 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10399 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'
10405 library_names_spec
='${libname}${shared_ext}'
10406 dynamic_linker
="$host_os ld.so"
10407 shlibpath_var
=LIBRARY_PATH
10413 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10414 soname_spec
='${libname}${release}${shared_ext}$major'
10415 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
10416 shlibpath_var
=LD_LIBRARY_PATH
10417 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10418 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
10419 # the default ld.so.conf also contains /usr/contrib/lib and
10420 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10421 # libtool to hard-code these into programs
10424 cygwin
* | mingw
* | pw32
* | cegcc
*)
10425 version_type
=windows
10430 case $GCC,$host_os in
10431 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
10432 library_names_spec
='$libname.dll.a'
10433 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10434 postinstall_cmds
='base_file=`basename \${file}`~
10435 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10436 dldir=$destdir/`dirname \$dlpath`~
10437 test -d \$dldir || mkdir -p \$dldir~
10438 $install_prog $dir/$dlname \$dldir/$dlname~
10439 chmod a+x \$dldir/$dlname~
10440 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10441 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10443 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10444 dlpath=$dir/\$dldll~
10446 shlibpath_overrides_runpath
=yes
10450 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10451 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10453 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/lib/w32api"
10456 # MinGW DLLs use traditional 'lib' prefix
10457 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10460 # pw32 DLLs use 'pw' prefix rather than 'lib'
10461 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10467 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10470 dynamic_linker
='Win32 ld.exe'
10471 # FIXME: first we should search . and the directory the executable is in
10475 darwin
* | rhapsody
*)
10476 dynamic_linker
="$host_os dyld"
10477 version_type
=darwin
10480 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10481 soname_spec
='${libname}${release}${major}$shared_ext'
10482 shlibpath_overrides_runpath
=yes
10483 shlibpath_var
=DYLD_LIBRARY_PATH
10484 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
10486 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
10487 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
10494 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10495 soname_spec
='${libname}${release}${shared_ext}$major'
10496 shlibpath_var
=LD_LIBRARY_PATH
10499 freebsd
* | dragonfly
*)
10500 # DragonFly does not have aout. When/if they implement a new
10501 # versioning mechanism, adjust this.
10502 if test -x /usr
/bin
/objformat
; then
10503 objformat
=`/usr/bin/objformat`
10506 freebsd
[23].
*) objformat
=aout
;;
10507 *) objformat
=elf
;;
10510 version_type
=freebsd-
$objformat
10511 case $version_type in
10513 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10518 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10522 shlibpath_var
=LD_LIBRARY_PATH
10525 shlibpath_overrides_runpath
=yes
10527 freebsd3.
[01]* | freebsdelf3.
[01]*)
10528 shlibpath_overrides_runpath
=yes
10529 hardcode_into_libs
=yes
10531 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
10532 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
10533 shlibpath_overrides_runpath
=no
10534 hardcode_into_libs
=yes
10536 *) # from 4.6 on, and DragonFly
10537 shlibpath_overrides_runpath
=yes
10538 hardcode_into_libs
=yes
10547 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10548 soname_spec
='${libname}${release}${shared_ext}$major'
10549 shlibpath_var
=LD_LIBRARY_PATH
10550 hardcode_into_libs
=yes
10557 dynamic_linker
="$host_os runtime_loader"
10558 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10559 soname_spec
='${libname}${release}${shared_ext}$major'
10560 shlibpath_var
=LIBRARY_PATH
10561 shlibpath_overrides_runpath
=yes
10562 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10563 hardcode_into_libs
=yes
10566 hpux9
* | hpux10
* | hpux11
*)
10567 # Give a soname corresponding to the major version so that dld.sl refuses to
10568 # link against other versions.
10575 hardcode_into_libs
=yes
10576 dynamic_linker
="$host_os dld.so"
10577 shlibpath_var
=LD_LIBRARY_PATH
10578 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10579 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10580 soname_spec
='${libname}${release}${shared_ext}$major'
10581 if test "X$HPUX_IA64_MODE" = X32
; then
10582 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10584 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
10586 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10590 hardcode_into_libs
=yes
10591 dynamic_linker
="$host_os dld.sl"
10592 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
10593 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10594 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10595 soname_spec
='${libname}${release}${shared_ext}$major'
10596 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10597 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10601 dynamic_linker
="$host_os dld.sl"
10602 shlibpath_var
=SHLIB_PATH
10603 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
10604 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10605 soname_spec
='${libname}${release}${shared_ext}$major'
10608 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10609 postinstall_cmds
='chmod 555 $lib'
10610 # or fails outright, so override atomically:
10611 install_override_mode
=555
10618 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10619 soname_spec
='${libname}${release}${shared_ext}$major'
10620 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
10621 shlibpath_var
=LD_LIBRARY_PATH
10622 shlibpath_overrides_runpath
=no
10623 hardcode_into_libs
=yes
10626 irix5
* | irix6
* | nonstopux
*)
10628 nonstopux
*) version_type
=nonstopux
;;
10630 if test "$lt_cv_prog_gnu_ld" = yes; then
10638 soname_spec
='${libname}${release}${shared_ext}$major'
10639 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10641 irix5
* | nonstopux
*)
10642 libsuff
= shlibsuff
=
10645 case $LD in # libtool.m4 will add one of these switches to LD
10646 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
10647 libsuff
= shlibsuff
= libmagic
=32-bit;;
10648 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
10649 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
10650 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
10651 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
10652 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
10656 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
10657 shlibpath_overrides_runpath
=no
10658 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10659 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
10660 hardcode_into_libs
=yes
10663 # No shared lib support for Linux oldld, aout, or coff.
10664 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
10668 # This must be Linux ELF.
10669 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
10673 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10674 soname_spec
='${libname}${release}${shared_ext}$major'
10675 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10676 shlibpath_var
=LD_LIBRARY_PATH
10677 shlibpath_overrides_runpath
=no
10679 # Some binutils ld are patched to set DT_RUNPATH
10680 if ${lt_cv_shlibpath_overrides_runpath+:} false
; then :
10681 $as_echo_n "(cached) " >&6
10683 lt_cv_shlibpath_overrides_runpath
=no
10684 save_LDFLAGS
=$LDFLAGS
10685 save_libdir
=$libdir
10686 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10687 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10688 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10689 /* end confdefs.h. */
10699 if ac_fn_c_try_link
"$LINENO"; then :
10700 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
10701 lt_cv_shlibpath_overrides_runpath
=yes
10704 rm -f core conftest.err conftest.
$ac_objext \
10705 conftest
$ac_exeext conftest.
$ac_ext
10706 LDFLAGS
=$save_LDFLAGS
10707 libdir
=$save_libdir
10711 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
10713 # This implies no fast_install, which is unacceptable.
10714 # Some rework will be needed to allow for fast_install
10715 # before this can be enabled.
10716 hardcode_into_libs
=yes
10718 # Append ld.so.conf contents to the search path
10719 if test -f /etc
/ld.so.conf
; then
10720 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' ' '`
10721 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
10724 # We used to test for /lib/ld.so.1 and disable shared libraries on
10725 # powerpc, because MkLinux only supported shared libraries with the
10726 # GNU dynamic linker. Since this was broken with cross compilers,
10727 # most powerpc-linux boxes support dynamic linking these days and
10728 # people can always --disable-shared, the test was removed, and we
10729 # assume the GNU/Linux dynamic linker is in use.
10730 dynamic_linker
='GNU/Linux ld.so'
10737 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
10738 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10739 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10740 dynamic_linker
='NetBSD (a.out) ld.so'
10742 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10743 soname_spec
='${libname}${release}${shared_ext}$major'
10744 dynamic_linker
='NetBSD ld.elf_so'
10746 shlibpath_var
=LD_LIBRARY_PATH
10747 shlibpath_overrides_runpath
=yes
10748 hardcode_into_libs
=yes
10753 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10754 shlibpath_var
=LD_LIBRARY_PATH
10755 shlibpath_overrides_runpath
=yes
10762 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10763 soname_spec
='${libname}${release}${shared_ext}$major'
10764 shlibpath_var
=LD_LIBRARY_PATH
10765 shlibpath_overrides_runpath
=no
10766 hardcode_into_libs
=yes
10767 dynamic_linker
='ldqnx.so'
10772 sys_lib_dlsearch_path_spec
="/usr/lib"
10774 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10776 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
10777 *) need_version
=no
;;
10779 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10780 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10781 shlibpath_var
=LD_LIBRARY_PATH
10782 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10784 openbsd2.
[89] | openbsd2.
[89].
*)
10785 shlibpath_overrides_runpath
=no
10788 shlibpath_overrides_runpath
=yes
10792 shlibpath_overrides_runpath
=yes
10797 libname_spec
='$name'
10800 library_names_spec
='$libname${shared_ext} $libname.a'
10801 dynamic_linker
='OS/2 ld.exe'
10802 shlibpath_var
=LIBPATH
10805 osf3
* | osf4
* | osf5
*)
10809 soname_spec
='${libname}${release}${shared_ext}$major'
10810 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10811 shlibpath_var
=LD_LIBRARY_PATH
10812 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10813 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
10824 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10825 soname_spec
='${libname}${release}${shared_ext}$major'
10826 shlibpath_var
=LD_LIBRARY_PATH
10827 shlibpath_overrides_runpath
=yes
10828 hardcode_into_libs
=yes
10829 # ldd complains unless libraries are executable
10830 postinstall_cmds
='chmod +x $lib'
10835 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10836 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10837 shlibpath_var
=LD_LIBRARY_PATH
10838 shlibpath_overrides_runpath
=yes
10839 if test "$with_gnu_ld" = yes; then
10847 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10848 soname_spec
='${libname}${release}${shared_ext}$major'
10849 shlibpath_var
=LD_LIBRARY_PATH
10850 case $host_vendor in
10852 shlibpath_overrides_runpath
=no
10854 runpath_var
=LD_RUN_PATH
10862 shlibpath_overrides_runpath
=no
10863 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
10869 if test -d /usr
/nec
;then
10871 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10872 soname_spec
='$libname${shared_ext}.$major'
10873 shlibpath_var
=LD_LIBRARY_PATH
10877 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
10878 version_type
=freebsd-elf
10881 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10882 soname_spec
='${libname}${release}${shared_ext}$major'
10883 shlibpath_var
=LD_LIBRARY_PATH
10884 shlibpath_overrides_runpath
=yes
10885 hardcode_into_libs
=yes
10886 if test "$with_gnu_ld" = yes; then
10887 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10889 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
10892 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
10896 sys_lib_dlsearch_path_spec
='/usr/lib'
10900 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10904 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10905 shlibpath_var
=LD_LIBRARY_PATH
10906 shlibpath_overrides_runpath
=no
10907 hardcode_into_libs
=yes
10912 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10913 soname_spec
='${libname}${release}${shared_ext}$major'
10914 shlibpath_var
=LD_LIBRARY_PATH
10921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10922 $as_echo "$dynamic_linker" >&6; }
10923 test "$dynamic_linker" = no
&& can_build_shared
=no
10925 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
10926 if test "$GCC" = yes; then
10927 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10930 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10931 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
10933 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10934 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
11028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11029 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11031 if test -n "$hardcode_libdir_flag_spec" ||
11032 test -n "$runpath_var" ||
11033 test "X$hardcode_automatic" = "Xyes" ; then
11035 # We can hardcode non-existent directories.
11036 if test "$hardcode_direct" != no
&&
11037 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11038 # have to relink, otherwise we might link with an installed library
11039 # when we should be linking with a yet-to-be-installed one
11040 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11041 test "$hardcode_minus_L" != no
; then
11042 # Linking always hardcodes the temporary library directory.
11043 hardcode_action
=relink
11045 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11046 hardcode_action
=immediate
11049 # We cannot hardcode anything, or else we can only hardcode existing
11051 hardcode_action
=unsupported
11053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11054 $as_echo "$hardcode_action" >&6; }
11056 if test "$hardcode_action" = relink ||
11057 test "$inherit_rpath" = yes; then
11058 # Fast installation is not supported
11059 enable_fast_install
=no
11060 elif test "$shlibpath_overrides_runpath" = yes ||
11061 test "$enable_shared" = no
; then
11062 # Fast installation is not necessary
11063 enable_fast_install
=needless
11071 if test "x$enable_dlopen" != xyes
; then
11072 enable_dlopen
=unknown
11073 enable_dlopen_self
=unknown
11074 enable_dlopen_self_static
=unknown
11081 lt_cv_dlopen
="load_add_on"
11083 lt_cv_dlopen_self
=yes
11086 mingw
* | pw32
* | cegcc
*)
11087 lt_cv_dlopen
="LoadLibrary"
11092 lt_cv_dlopen
="dlopen"
11097 # if libdl is installed we need to link against it
11098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11099 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11100 if ${ac_cv_lib_dl_dlopen+:} false
; then :
11101 $as_echo_n "(cached) " >&6
11103 ac_check_lib_save_LIBS
=$LIBS
11105 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11106 /* end confdefs.h. */
11108 /* Override any GCC internal prototype to avoid an error.
11109 Use char because int might match the return type of a GCC
11110 builtin and then its argument prototype would still apply. */
11123 if ac_fn_c_try_link
"$LINENO"; then :
11124 ac_cv_lib_dl_dlopen
=yes
11126 ac_cv_lib_dl_dlopen
=no
11128 rm -f core conftest.err conftest.
$ac_objext \
11129 conftest
$ac_exeext conftest.
$ac_ext
11130 LIBS
=$ac_check_lib_save_LIBS
11132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11133 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11134 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
11135 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
11138 lt_cv_dlopen
="dyld"
11140 lt_cv_dlopen_self
=yes
11147 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
11148 if test "x$ac_cv_func_shl_load" = xyes
; then :
11149 lt_cv_dlopen
="shl_load"
11151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11152 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11153 if ${ac_cv_lib_dld_shl_load+:} false
; then :
11154 $as_echo_n "(cached) " >&6
11156 ac_check_lib_save_LIBS
=$LIBS
11158 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11159 /* end confdefs.h. */
11161 /* Override any GCC internal prototype to avoid an error.
11162 Use char because int might match the return type of a GCC
11163 builtin and then its argument prototype would still apply. */
11171 return shl_load ();
11176 if ac_fn_c_try_link
"$LINENO"; then :
11177 ac_cv_lib_dld_shl_load
=yes
11179 ac_cv_lib_dld_shl_load
=no
11181 rm -f core conftest.err conftest.
$ac_objext \
11182 conftest
$ac_exeext conftest.
$ac_ext
11183 LIBS
=$ac_check_lib_save_LIBS
11185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11186 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11187 if test "x$ac_cv_lib_dld_shl_load" = xyes
; then :
11188 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
11190 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
11191 if test "x$ac_cv_func_dlopen" = xyes
; then :
11192 lt_cv_dlopen
="dlopen"
11194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11195 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11196 if ${ac_cv_lib_dl_dlopen+:} false
; then :
11197 $as_echo_n "(cached) " >&6
11199 ac_check_lib_save_LIBS
=$LIBS
11201 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11202 /* end confdefs.h. */
11204 /* Override any GCC internal prototype to avoid an error.
11205 Use char because int might match the return type of a GCC
11206 builtin and then its argument prototype would still apply. */
11219 if ac_fn_c_try_link
"$LINENO"; then :
11220 ac_cv_lib_dl_dlopen
=yes
11222 ac_cv_lib_dl_dlopen
=no
11224 rm -f core conftest.err conftest.
$ac_objext \
11225 conftest
$ac_exeext conftest.
$ac_ext
11226 LIBS
=$ac_check_lib_save_LIBS
11228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11229 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11230 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
11231 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
11233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11234 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11235 if ${ac_cv_lib_svld_dlopen+:} false
; then :
11236 $as_echo_n "(cached) " >&6
11238 ac_check_lib_save_LIBS
=$LIBS
11239 LIBS
="-lsvld $LIBS"
11240 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11241 /* end confdefs.h. */
11243 /* Override any GCC internal prototype to avoid an error.
11244 Use char because int might match the return type of a GCC
11245 builtin and then its argument prototype would still apply. */
11258 if ac_fn_c_try_link
"$LINENO"; then :
11259 ac_cv_lib_svld_dlopen
=yes
11261 ac_cv_lib_svld_dlopen
=no
11263 rm -f core conftest.err conftest.
$ac_objext \
11264 conftest
$ac_exeext conftest.
$ac_ext
11265 LIBS
=$ac_check_lib_save_LIBS
11267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11268 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11269 if test "x$ac_cv_lib_svld_dlopen" = xyes
; then :
11270 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
11272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11273 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11274 if ${ac_cv_lib_dld_dld_link+:} false
; then :
11275 $as_echo_n "(cached) " >&6
11277 ac_check_lib_save_LIBS
=$LIBS
11279 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11280 /* end confdefs.h. */
11282 /* Override any GCC internal prototype to avoid an error.
11283 Use char because int might match the return type of a GCC
11284 builtin and then its argument prototype would still apply. */
11292 return dld_link ();
11297 if ac_fn_c_try_link
"$LINENO"; then :
11298 ac_cv_lib_dld_dld_link
=yes
11300 ac_cv_lib_dld_dld_link
=no
11302 rm -f core conftest.err conftest.
$ac_objext \
11303 conftest
$ac_exeext conftest.
$ac_ext
11304 LIBS
=$ac_check_lib_save_LIBS
11306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11307 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11308 if test "x$ac_cv_lib_dld_dld_link" = xyes
; then :
11309 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
11330 if test "x$lt_cv_dlopen" != xno
; then
11336 case $lt_cv_dlopen in
11338 save_CPPFLAGS
="$CPPFLAGS"
11339 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
11341 save_LDFLAGS
="$LDFLAGS"
11342 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
11345 LIBS
="$lt_cv_dlopen_libs $LIBS"
11347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11348 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11349 if ${lt_cv_dlopen_self+:} false
; then :
11350 $as_echo_n "(cached) " >&6
11352 if test "$cross_compiling" = yes; then :
11353 lt_cv_dlopen_self
=cross
11355 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11356 lt_status
=$lt_dlunknown
11357 cat > conftest.
$ac_ext <<_LT_EOF
11358 #line 11358 "configure"
11359 #include "confdefs.h"
11368 # define LT_DLGLOBAL RTLD_GLOBAL
11371 # define LT_DLGLOBAL DL_GLOBAL
11373 # define LT_DLGLOBAL 0
11377 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11378 find out it does not work in some platform. */
11379 #ifndef LT_DLLAZY_OR_NOW
11381 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11384 # define LT_DLLAZY_OR_NOW DL_LAZY
11387 # define LT_DLLAZY_OR_NOW RTLD_NOW
11390 # define LT_DLLAZY_OR_NOW DL_NOW
11392 # define LT_DLLAZY_OR_NOW 0
11399 /* When -fvisbility=hidden is used, assume the code has been annotated
11400 correspondingly for the symbols needed. */
11401 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11402 void fnord () __attribute__((visibility("default")));
11405 void fnord () { int i=42; }
11408 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11409 int status = $lt_dlunknown;
11413 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11416 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11417 else puts (dlerror ());
11419 /* dlclose (self); */
11427 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11428 (eval $ac_link) 2>&5
11430 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11431 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11432 (.
/conftest
; exit; ) >&5 2>/dev
/null
11434 case x
$lt_status in
11435 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
11436 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
11437 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
11440 # compilation failed
11441 lt_cv_dlopen_self
=no
11448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11449 $as_echo "$lt_cv_dlopen_self" >&6; }
11451 if test "x$lt_cv_dlopen_self" = xyes
; then
11452 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
11453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11454 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11455 if ${lt_cv_dlopen_self_static+:} false
; then :
11456 $as_echo_n "(cached) " >&6
11458 if test "$cross_compiling" = yes; then :
11459 lt_cv_dlopen_self_static
=cross
11461 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11462 lt_status
=$lt_dlunknown
11463 cat > conftest.
$ac_ext <<_LT_EOF
11464 #line 11464 "configure"
11465 #include "confdefs.h"
11474 # define LT_DLGLOBAL RTLD_GLOBAL
11477 # define LT_DLGLOBAL DL_GLOBAL
11479 # define LT_DLGLOBAL 0
11483 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11484 find out it does not work in some platform. */
11485 #ifndef LT_DLLAZY_OR_NOW
11487 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11490 # define LT_DLLAZY_OR_NOW DL_LAZY
11493 # define LT_DLLAZY_OR_NOW RTLD_NOW
11496 # define LT_DLLAZY_OR_NOW DL_NOW
11498 # define LT_DLLAZY_OR_NOW 0
11505 /* When -fvisbility=hidden is used, assume the code has been annotated
11506 correspondingly for the symbols needed. */
11507 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11508 void fnord () __attribute__((visibility("default")));
11511 void fnord () { int i=42; }
11514 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11515 int status = $lt_dlunknown;
11519 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11522 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11523 else puts (dlerror ());
11525 /* dlclose (self); */
11533 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11534 (eval $ac_link) 2>&5
11536 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11537 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11538 (.
/conftest
; exit; ) >&5 2>/dev
/null
11540 case x
$lt_status in
11541 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
11542 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
11543 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
11546 # compilation failed
11547 lt_cv_dlopen_self_static
=no
11554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11555 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11558 CPPFLAGS
="$save_CPPFLAGS"
11559 LDFLAGS
="$save_LDFLAGS"
11564 case $lt_cv_dlopen_self in
11565 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
11566 *) enable_dlopen_self
=unknown
;;
11569 case $lt_cv_dlopen_self_static in
11570 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
11571 *) enable_dlopen_self_static
=unknown
;;
11593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11594 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11595 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
11596 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
11597 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
11598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11599 $as_echo "yes" >&6; }
11601 # FIXME - insert some real tests, host_os isn't really good enough
11604 if test -n "$STRIP" ; then
11605 striplib
="$STRIP -x"
11606 old_striplib
="$STRIP -S"
11607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11608 $as_echo "yes" >&6; }
11610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11611 $as_echo "no" >&6; }
11615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11616 $as_echo "no" >&6; }
11632 # Report which library types will actually be built
11633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11634 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11636 $as_echo "$can_build_shared" >&6; }
11638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11639 $as_echo_n "checking whether to build shared libraries... " >&6; }
11640 test "$can_build_shared" = "no" && enable_shared
=no
11642 # On AIX, shared libraries and static libraries use the same namespace, and
11643 # are all built from PIC.
11646 test "$enable_shared" = yes && enable_static
=no
11647 if test -n "$RANLIB"; then
11648 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
11649 postinstall_cmds
='$RANLIB $lib'
11654 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
11655 test "$enable_shared" = yes && enable_static
=no
11659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11660 $as_echo "$enable_shared" >&6; }
11662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11663 $as_echo_n "checking whether to build static libraries... " >&6; }
11664 # Make sure either enable_shared or enable_static is yes.
11665 test "$enable_shared" = yes || enable_static
=yes
11666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11667 $as_echo "$enable_static" >&6; }
11674 ac_cpp
='$CPP $CPPFLAGS'
11675 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11676 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11677 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11693 ac_config_commands
="$ac_config_commands libtool"
11698 # Only expand once:
11705 *-cygwin* |
*-mingw*)
11706 # 'host' will be top-level target in the case of a target lib,
11707 # we must compare to with_cross_host to decide if this is a native
11708 # or cross-compiler and select where to install dlls appropriately.
11709 if test -n "$with_cross_host" &&
11710 test x
"$with_cross_host" != x
"no"; then
11711 lt_host_flags
='-no-undefined -bindir "$(toolexeclibdir)"';
11713 lt_host_flags
='-no-undefined -bindir "$(bindir)"';
11726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11727 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11728 # Check whether --enable-maintainer-mode was given.
11729 if test "${enable_maintainer_mode+set}" = set; then :
11730 enableval
=$enable_maintainer_mode; USE_MAINTAINER_MODE
=$enableval
11732 USE_MAINTAINER_MODE
=no
11735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11736 $as_echo "$USE_MAINTAINER_MODE" >&6; }
11737 if test $USE_MAINTAINER_MODE = yes; then
11738 MAINTAINER_MODE_TRUE
=
11739 MAINTAINER_MODE_FALSE
='#'
11741 MAINTAINER_MODE_TRUE
='#'
11742 MAINTAINER_MODE_FALSE
=
11745 MAINT
=$MAINTAINER_MODE_TRUE
11749 # For libtool versioning info, format is CURRENT:REVISION:AGE
11750 libtool_VERSION
=3:0:2
11753 # Check for used threading-model
11754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for thread model used by GCC" >&5
11755 $as_echo_n "checking for thread model used by GCC... " >&6; }
11756 target_thread_file
=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
11757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $target_thread_file" >&5
11758 $as_echo "$target_thread_file" >&6; }
11763 ac_cpp
='$CPP $CPPFLAGS'
11764 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11765 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11766 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11768 enable_aarch64_lse
=
11769 save_CFLAGS
="$CFLAGS"
11770 for real_option
in -march=armv8-a
+lse
; do
11771 # Do the check with the no- prefix removed since gcc silently
11772 # accepts any -Wno-* option on purpose
11773 case $real_option in
11774 -Wno-*) option
=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
11775 *) option
=$real_option ;;
11777 as_acx_Woption
=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
11779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
11780 $as_echo_n "checking whether $CC supports $option... " >&6; }
11781 if eval \
${$as_acx_Woption+:} false
; then :
11782 $as_echo_n "(cached) " >&6
11785 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11786 /* end confdefs.h. */
11796 if ac_fn_c_try_compile
"$LINENO"; then :
11797 eval "$as_acx_Woption=yes"
11799 eval "$as_acx_Woption=no"
11801 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11804 eval ac_res
=\$
$as_acx_Woption
11805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11806 $as_echo "$ac_res" >&6; }
11807 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
11808 enable_aarch64_lse
="$enable_aarch64_lse${enable_aarch64_lse:+ }$real_option"
11811 CFLAGS
="$save_CFLAGS"
11813 ac_cpp
='$CPP $CPPFLAGS'
11814 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11815 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11816 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11822 # Get target configury.
11823 .
${srcdir}/configure.tgt
11824 if test -n "$UNSUPPORTED"; then
11825 as_fn_error $?
"Configuration ${target} is unsupported." "$LINENO" 5
11828 # Write out the ifunc resolver arg type.
11830 cat >>confdefs.h
<<_ACEOF
11831 #define IFUNC_RESOLVER_ARGS $IFUNC_RESOLVER_ARGS
11835 # Disable fallbacks to __sync routines from libgcc. Otherwise we'll
11836 # make silly decisions about what the cpu can do.
11837 CFLAGS
="$save_CFLAGS -fno-sync-libcalls $XCFLAGS"
11839 # Check header files.
11840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
11841 $as_echo_n "checking for ANSI C header files... " >&6; }
11842 if ${ac_cv_header_stdc+:} false
; then :
11843 $as_echo_n "(cached) " >&6
11845 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11846 /* end confdefs.h. */
11847 #include <stdlib.h>
11848 #include <stdarg.h>
11849 #include <string.h>
11860 if ac_fn_c_try_compile
"$LINENO"; then :
11861 ac_cv_header_stdc
=yes
11863 ac_cv_header_stdc
=no
11865 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11867 if test $ac_cv_header_stdc = yes; then
11868 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
11869 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11870 /* end confdefs.h. */
11871 #include <string.h>
11874 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11875 $EGREP "memchr" >/dev
/null
2>&1; then :
11878 ac_cv_header_stdc
=no
11884 if test $ac_cv_header_stdc = yes; then
11885 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
11886 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11887 /* end confdefs.h. */
11888 #include <stdlib.h>
11891 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11892 $EGREP "free" >/dev
/null
2>&1; then :
11895 ac_cv_header_stdc
=no
11901 if test $ac_cv_header_stdc = yes; then
11902 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
11903 if test "$cross_compiling" = yes; then :
11906 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11907 /* end confdefs.h. */
11909 #include <stdlib.h>
11910 #if ((' ' & 0x0FF) == 0x020)
11911 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11912 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11914 # define ISLOWER(c) \
11915 (('a' <= (c) && (c) <= 'i') \
11916 || ('j' <= (c) && (c) <= 'r') \
11917 || ('s' <= (c) && (c) <= 'z'))
11918 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
11921 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
11926 for (i = 0; i < 256; i++)
11927 if (XOR (islower (i), ISLOWER (i))
11928 || toupper (i) != TOUPPER (i))
11933 if ac_fn_c_try_run
"$LINENO"; then :
11936 ac_cv_header_stdc
=no
11938 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
11939 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
11944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
11945 $as_echo "$ac_cv_header_stdc" >&6; }
11946 if test $ac_cv_header_stdc = yes; then
11948 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
11952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
11953 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
11954 if ${gcc_cv_header_string+:} false
; then :
11955 $as_echo_n "(cached) " >&6
11957 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11958 /* end confdefs.h. */
11959 #include <string.h>
11960 #include <strings.h>
11969 if ac_fn_c_try_compile
"$LINENO"; then :
11970 gcc_cv_header_string
=yes
11972 gcc_cv_header_string
=no
11974 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
11977 $as_echo "$gcc_cv_header_string" >&6; }
11978 if test $gcc_cv_header_string = yes; then
11980 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
11986 inttype_headers
=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'`
11988 acx_cv_header_stdint
=stddef.h
11989 acx_cv_header_stdint_kind
="(already complete)"
11990 for i
in stdint.h
$inttype_headers; do
11991 unset ac_cv_type_uintptr_t
11992 unset ac_cv_type_uintmax_t
11993 unset ac_cv_type_int_least32_t
11994 unset ac_cv_type_int_fast32_t
11995 unset ac_cv_type_uint64_t
11996 $as_echo_n "looking for a compliant stdint.h in $i, " >&6
11997 ac_fn_c_check_type
"$LINENO" "uintmax_t" "ac_cv_type_uintmax_t" "#include <sys/types.h>
12000 if test "x$ac_cv_type_uintmax_t" = xyes
; then :
12001 acx_cv_header_stdint
=$i
12006 ac_fn_c_check_type
"$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
12009 if test "x$ac_cv_type_uintptr_t" = xyes
; then :
12012 acx_cv_header_stdint_kind
="(mostly complete)"
12015 ac_fn_c_check_type
"$LINENO" "int_least32_t" "ac_cv_type_int_least32_t" "#include <sys/types.h>
12018 if test "x$ac_cv_type_int_least32_t" = xyes
; then :
12021 acx_cv_header_stdint_kind
="(mostly complete)"
12024 ac_fn_c_check_type
"$LINENO" "int_fast32_t" "ac_cv_type_int_fast32_t" "#include <sys/types.h>
12027 if test "x$ac_cv_type_int_fast32_t" = xyes
; then :
12030 acx_cv_header_stdint_kind
="(mostly complete)"
12033 ac_fn_c_check_type
"$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
12036 if test "x$ac_cv_type_uint64_t" = xyes
; then :
12039 acx_cv_header_stdint_kind
="(lacks uint64_t)"
12044 if test "$acx_cv_header_stdint" = stddef.h
; then
12045 acx_cv_header_stdint_kind
="(lacks uintmax_t)"
12046 for i
in stdint.h
$inttype_headers; do
12047 unset ac_cv_type_uintptr_t
12048 unset ac_cv_type_uint32_t
12049 unset ac_cv_type_uint64_t
12050 $as_echo_n "looking for an incomplete stdint.h in $i, " >&6
12051 ac_fn_c_check_type
"$LINENO" "uint32_t" "ac_cv_type_uint32_t" "#include <sys/types.h>
12054 if test "x$ac_cv_type_uint32_t" = xyes
; then :
12055 acx_cv_header_stdint
=$i
12060 ac_fn_c_check_type
"$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
12063 if test "x$ac_cv_type_uint64_t" = xyes
; then :
12067 ac_fn_c_check_type
"$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
12070 if test "x$ac_cv_type_uintptr_t" = xyes
; then :
12077 if test "$acx_cv_header_stdint" = stddef.h
; then
12078 acx_cv_header_stdint_kind
="(u_intXX_t style)"
12079 for i
in sys
/types.h
$inttype_headers; do
12080 unset ac_cv_type_u_int32_t
12081 unset ac_cv_type_u_int64_t
12082 $as_echo_n "looking for u_intXX_t types in $i, " >&6
12083 ac_fn_c_check_type
"$LINENO" "u_int32_t" "ac_cv_type_u_int32_t" "#include <sys/types.h>
12086 if test "x$ac_cv_type_u_int32_t" = xyes
; then :
12087 acx_cv_header_stdint
=$i
12092 ac_fn_c_check_type
"$LINENO" "u_int64_t" "ac_cv_type_u_int64_t" "#include <sys/types.h>
12095 if test "x$ac_cv_type_u_int64_t" = xyes
; then :
12102 if test "$acx_cv_header_stdint" = stddef.h
; then
12103 acx_cv_header_stdint_kind
="(using manual detection)"
12106 test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t
=no
12107 test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t
=no
12108 test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t
=no
12109 test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t
=no
12110 test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t
=no
12112 # ----------------- Summarize what we found so far
12114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what to include in gstdint.h" >&5
12115 $as_echo_n "checking what to include in gstdint.h... " >&6; }
12117 case `$as_basename -- gstdint.h ||
12118 $as_expr X/gstdint.h : '.*/\([^/][^/]*\)/*$' \| \
12119 Xgstdint.h : 'X\(//\)$' \| \
12120 Xgstdint.h : 'X\(/\)' \| . 2>/dev/null ||
12121 $as_echo X/gstdint.h |
12122 sed '/^.*\/\([^/][^/]*\)\/*$/{
12135 stdint.h
) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
12136 $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
12137 inttypes.h
) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
12138 $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
12142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
12143 $as_echo "$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6; }
12145 # ----------------- done included file, check C basic types --------
12147 # Lacking an uintptr_t? Test size of void *
12148 case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
12149 stddef.h
:* |
*:no
) # The cast to long int works around a bug in the HP C Compiler
12150 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12151 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12152 # This bug is HP SR number 8606223364.
12153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
12154 $as_echo_n "checking size of void *... " >&6; }
12155 if ${ac_cv_sizeof_void_p+:} false
; then :
12156 $as_echo_n "(cached) " >&6
12158 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
12161 if test "$ac_cv_type_void_p" = yes; then
12162 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12163 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12164 as_fn_error
77 "cannot compute sizeof (void *)
12165 See \`config.log' for more details" "$LINENO" 5; }
12167 ac_cv_sizeof_void_p
=0
12172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
12173 $as_echo "$ac_cv_sizeof_void_p" >&6; }
12177 cat >>confdefs.h
<<_ACEOF
12178 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
12184 # Lacking an uint64_t? Test size of long
12185 case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
12186 stddef.h
:*:* |
*:no
:no
) # The cast to long int works around a bug in the HP C Compiler
12187 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12188 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12189 # This bug is HP SR number 8606223364.
12190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12191 $as_echo_n "checking size of long... " >&6; }
12192 if ${ac_cv_sizeof_long+:} false
; then :
12193 $as_echo_n "(cached) " >&6
12195 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
12198 if test "$ac_cv_type_long" = yes; then
12199 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12200 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12201 as_fn_error
77 "cannot compute sizeof (long)
12202 See \`config.log' for more details" "$LINENO" 5; }
12204 ac_cv_sizeof_long
=0
12209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12210 $as_echo "$ac_cv_sizeof_long" >&6; }
12214 cat >>confdefs.h
<<_ACEOF
12215 #define SIZEOF_LONG $ac_cv_sizeof_long
12221 if test $acx_cv_header_stdint = stddef.h
; then
12222 # Lacking a good header? Test size of everything and deduce all types.
12223 # The cast to long int works around a bug in the HP C Compiler
12224 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12225 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12226 # This bug is HP SR number 8606223364.
12227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
12228 $as_echo_n "checking size of int... " >&6; }
12229 if ${ac_cv_sizeof_int+:} false
; then :
12230 $as_echo_n "(cached) " >&6
12232 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
12235 if test "$ac_cv_type_int" = yes; then
12236 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12237 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12238 as_fn_error
77 "cannot compute sizeof (int)
12239 See \`config.log' for more details" "$LINENO" 5; }
12246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
12247 $as_echo "$ac_cv_sizeof_int" >&6; }
12251 cat >>confdefs.h
<<_ACEOF
12252 #define SIZEOF_INT $ac_cv_sizeof_int
12256 # The cast to long int works around a bug in the HP C Compiler
12257 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12258 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12259 # This bug is HP SR number 8606223364.
12260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
12261 $as_echo_n "checking size of short... " >&6; }
12262 if ${ac_cv_sizeof_short+:} false
; then :
12263 $as_echo_n "(cached) " >&6
12265 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
12268 if test "$ac_cv_type_short" = yes; then
12269 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12270 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12271 as_fn_error
77 "cannot compute sizeof (short)
12272 See \`config.log' for more details" "$LINENO" 5; }
12274 ac_cv_sizeof_short
=0
12279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
12280 $as_echo "$ac_cv_sizeof_short" >&6; }
12284 cat >>confdefs.h
<<_ACEOF
12285 #define SIZEOF_SHORT $ac_cv_sizeof_short
12289 # The cast to long int works around a bug in the HP C Compiler
12290 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12291 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12292 # This bug is HP SR number 8606223364.
12293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5
12294 $as_echo_n "checking size of char... " >&6; }
12295 if ${ac_cv_sizeof_char+:} false
; then :
12296 $as_echo_n "(cached) " >&6
12298 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char" "$ac_includes_default"; then :
12301 if test "$ac_cv_type_char" = yes; then
12302 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12303 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12304 as_fn_error
77 "cannot compute sizeof (char)
12305 See \`config.log' for more details" "$LINENO" 5; }
12307 ac_cv_sizeof_char
=0
12312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_char" >&5
12313 $as_echo "$ac_cv_sizeof_char" >&6; }
12317 cat >>confdefs.h
<<_ACEOF
12318 #define SIZEOF_CHAR $ac_cv_sizeof_char
12323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int8_t" >&5
12324 $as_echo_n "checking for type equivalent to int8_t... " >&6; }
12325 case "$ac_cv_sizeof_char" in
12326 1) acx_cv_type_int8_t
=char
;;
12327 *) as_fn_error $?
"no 8-bit type, please report a bug" "$LINENO" 5
12329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int8_t" >&5
12330 $as_echo "$acx_cv_type_int8_t" >&6; }
12332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int16_t" >&5
12333 $as_echo_n "checking for type equivalent to int16_t... " >&6; }
12334 case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
12335 2:*) acx_cv_type_int16_t
=int
;;
12336 *:2) acx_cv_type_int16_t
=short
;;
12337 *) as_fn_error $?
"no 16-bit type, please report a bug" "$LINENO" 5
12339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int16_t" >&5
12340 $as_echo "$acx_cv_type_int16_t" >&6; }
12342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int32_t" >&5
12343 $as_echo_n "checking for type equivalent to int32_t... " >&6; }
12344 case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
12345 4:*) acx_cv_type_int32_t
=int
;;
12346 *:4) acx_cv_type_int32_t
=long
;;
12347 *) as_fn_error $?
"no 32-bit type, please report a bug" "$LINENO" 5
12349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int32_t" >&5
12350 $as_echo "$acx_cv_type_int32_t" >&6; }
12353 # These tests are here to make the output prettier
12355 if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
12356 case "$ac_cv_sizeof_long" in
12357 8) acx_cv_type_int64_t
=long
;;
12359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int64_t" >&5
12360 $as_echo_n "checking for type equivalent to int64_t... " >&6; }
12361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
12362 $as_echo "${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6; }
12365 # Now we can use the above types
12367 if test "$ac_cv_type_uintptr_t" != yes; then
12368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to intptr_t" >&5
12369 $as_echo_n "checking for type equivalent to intptr_t... " >&6; }
12370 case $ac_cv_sizeof_void_p in
12371 2) acx_cv_type_intptr_t
=int16_t
;;
12372 4) acx_cv_type_intptr_t
=int32_t
;;
12373 8) acx_cv_type_intptr_t
=int64_t
;;
12374 *) as_fn_error $?
"no equivalent for intptr_t, please report a bug" "$LINENO" 5
12376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_intptr_t" >&5
12377 $as_echo "$acx_cv_type_intptr_t" >&6; }
12380 # ----------------- done all checks, emit header -------------
12381 ac_config_commands
="$ac_config_commands gstdint.h"
12385 for ac_header
in fenv.h
12387 ac_fn_c_check_header_mongrel
"$LINENO" "fenv.h" "ac_cv_header_fenv_h" "$ac_includes_default"
12388 if test "x$ac_cv_header_fenv_h" = xyes
; then :
12389 cat >>confdefs.h
<<_ACEOF
12390 #define HAVE_FENV_H 1
12398 # Check for common type sizes
12400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 1 byte integer" >&5
12401 $as_echo_n "checking for 1 byte integer... " >&6; }
12402 if ${libat_cv_have_mode_QI+:} false
; then :
12403 $as_echo_n "(cached) " >&6
12405 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12406 /* end confdefs.h. */
12407 int x __attribute__((mode(QI)));
12409 if ac_fn_c_try_compile
"$LINENO"; then :
12410 libat_cv_have_mode_QI
=yes
12412 libat_cv_have_mode_QI
=no
12414 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_mode_QI" >&5
12417 $as_echo "$libat_cv_have_mode_QI" >&6; }
12419 yesno
=`echo $libat_cv_have_mode_QI | tr 'yesno' '1 0 '`
12421 cat >>confdefs.h
<<_ACEOF
12422 #define HAVE_INT1 $yesno
12426 if test x
$libat_cv_have_mode_QI = xyes
; then
12431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 2 byte integer" >&5
12432 $as_echo_n "checking for 2 byte integer... " >&6; }
12433 if ${libat_cv_have_mode_HI+:} false
; then :
12434 $as_echo_n "(cached) " >&6
12436 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12437 /* end confdefs.h. */
12438 int x __attribute__((mode(HI)));
12440 if ac_fn_c_try_compile
"$LINENO"; then :
12441 libat_cv_have_mode_HI
=yes
12443 libat_cv_have_mode_HI
=no
12445 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_mode_HI" >&5
12448 $as_echo "$libat_cv_have_mode_HI" >&6; }
12450 yesno
=`echo $libat_cv_have_mode_HI | tr 'yesno' '1 0 '`
12452 cat >>confdefs.h
<<_ACEOF
12453 #define HAVE_INT2 $yesno
12457 if test x
$libat_cv_have_mode_HI = xyes
; then
12462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 4 byte integer" >&5
12463 $as_echo_n "checking for 4 byte integer... " >&6; }
12464 if ${libat_cv_have_mode_SI+:} false
; then :
12465 $as_echo_n "(cached) " >&6
12467 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12468 /* end confdefs.h. */
12469 int x __attribute__((mode(SI)));
12471 if ac_fn_c_try_compile
"$LINENO"; then :
12472 libat_cv_have_mode_SI
=yes
12474 libat_cv_have_mode_SI
=no
12476 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_mode_SI" >&5
12479 $as_echo "$libat_cv_have_mode_SI" >&6; }
12481 yesno
=`echo $libat_cv_have_mode_SI | tr 'yesno' '1 0 '`
12483 cat >>confdefs.h
<<_ACEOF
12484 #define HAVE_INT4 $yesno
12488 if test x
$libat_cv_have_mode_SI = xyes
; then
12493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 8 byte integer" >&5
12494 $as_echo_n "checking for 8 byte integer... " >&6; }
12495 if ${libat_cv_have_mode_DI+:} false
; then :
12496 $as_echo_n "(cached) " >&6
12498 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12499 /* end confdefs.h. */
12500 int x __attribute__((mode(DI)));
12502 if ac_fn_c_try_compile
"$LINENO"; then :
12503 libat_cv_have_mode_DI
=yes
12505 libat_cv_have_mode_DI
=no
12507 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_mode_DI" >&5
12510 $as_echo "$libat_cv_have_mode_DI" >&6; }
12512 yesno
=`echo $libat_cv_have_mode_DI | tr 'yesno' '1 0 '`
12514 cat >>confdefs.h
<<_ACEOF
12515 #define HAVE_INT8 $yesno
12519 if test x
$libat_cv_have_mode_DI = xyes
; then
12524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 16 byte integer" >&5
12525 $as_echo_n "checking for 16 byte integer... " >&6; }
12526 if ${libat_cv_have_mode_TI+:} false
; then :
12527 $as_echo_n "(cached) " >&6
12529 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12530 /* end confdefs.h. */
12531 int x __attribute__((mode(TI)));
12533 if ac_fn_c_try_compile
"$LINENO"; then :
12534 libat_cv_have_mode_TI
=yes
12536 libat_cv_have_mode_TI
=no
12538 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_mode_TI" >&5
12541 $as_echo "$libat_cv_have_mode_TI" >&6; }
12543 yesno
=`echo $libat_cv_have_mode_TI | tr 'yesno' '1 0 '`
12545 cat >>confdefs.h
<<_ACEOF
12546 #define HAVE_INT16 $yesno
12550 if test x
$libat_cv_have_mode_TI = xyes
; then
12556 # Check for compiler builtins of atomic operations.
12558 # Do link tests if possible, instead asm tests, limited to some platforms
12559 # see discussion in PR target/40134, PR libstdc++/40133 and the thread
12560 # starting at http://gcc.gnu.org/ml/gcc-patches/2009-07/msg00322.html
12561 atomic_builtins_link_tests
=no
12562 if test x
$gcc_no_link != xyes
; then
12563 # Can do link tests. Limit to some tested platforms
12565 *-*-linux* |
*-*-uclinux* |
*-*-kfreebsd*-gnu |
*-*-gnu*)
12566 atomic_builtins_link_tests
=yes
12573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_load/store for size 1" >&5
12574 $as_echo_n "checking for __atomic_load/store for size 1... " >&6; }
12575 if ${libat_cv_have_at_ldst_1+:} false
; then :
12576 $as_echo_n "(cached) " >&6
12579 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12580 /* end confdefs.h. */
12585 typedef int T __attribute__((mode(QI)));
12586 T *x; volatile T sink; asm("" : "=g"(x));
12587 sink = __atomic_load_n(x, 0);
12588 __atomic_store_n(x, sink, 0);
12593 if test x
$atomic_builtins_link_tests = xyes
; then
12594 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12595 (eval $ac_link) 2>&5
12597 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12598 test $ac_status = 0; }; then
12599 eval libat_cv_have_at_ldst_1
=yes
12601 eval libat_cv_have_at_ldst_1
=no
12604 old_CFLAGS
="$CFLAGS"
12605 # Compile unoptimized.
12606 CFLAGS
="$CFLAGS -O0 -S"
12607 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12608 (eval $ac_compile) 2>&5
12610 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12611 test $ac_status = 0; }; then
12612 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
12613 eval libat_cv_have_at_ldst_1
=no
12615 eval libat_cv_have_at_ldst_1
=yes
12618 eval libat_cv_have_at_ldst_1
=no
12620 CFLAGS
="$old_CFLAGS"
12625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_ldst_1" >&5
12626 $as_echo "$libat_cv_have_at_ldst_1" >&6; }
12629 yesno
=`echo $libat_cv_have_at_ldst_1 | tr 'yesno' '1 0 '`
12631 cat >>confdefs.h
<<_ACEOF
12632 #define HAVE_ATOMIC_LDST_1 $yesno
12641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_load/store for size 2" >&5
12642 $as_echo_n "checking for __atomic_load/store for size 2... " >&6; }
12643 if ${libat_cv_have_at_ldst_2+:} false
; then :
12644 $as_echo_n "(cached) " >&6
12647 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12648 /* end confdefs.h. */
12653 typedef int T __attribute__((mode(HI)));
12654 T *x; volatile T sink; asm("" : "=g"(x));
12655 sink = __atomic_load_n(x, 0);
12656 __atomic_store_n(x, sink, 0);
12661 if test x
$atomic_builtins_link_tests = xyes
; then
12662 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12663 (eval $ac_link) 2>&5
12665 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12666 test $ac_status = 0; }; then
12667 eval libat_cv_have_at_ldst_2
=yes
12669 eval libat_cv_have_at_ldst_2
=no
12672 old_CFLAGS
="$CFLAGS"
12673 # Compile unoptimized.
12674 CFLAGS
="$CFLAGS -O0 -S"
12675 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12676 (eval $ac_compile) 2>&5
12678 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12679 test $ac_status = 0; }; then
12680 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
12681 eval libat_cv_have_at_ldst_2
=no
12683 eval libat_cv_have_at_ldst_2
=yes
12686 eval libat_cv_have_at_ldst_2
=no
12688 CFLAGS
="$old_CFLAGS"
12693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_ldst_2" >&5
12694 $as_echo "$libat_cv_have_at_ldst_2" >&6; }
12697 yesno
=`echo $libat_cv_have_at_ldst_2 | tr 'yesno' '1 0 '`
12699 cat >>confdefs.h
<<_ACEOF
12700 #define HAVE_ATOMIC_LDST_2 $yesno
12709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_load/store for size 4" >&5
12710 $as_echo_n "checking for __atomic_load/store for size 4... " >&6; }
12711 if ${libat_cv_have_at_ldst_4+:} false
; then :
12712 $as_echo_n "(cached) " >&6
12715 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12716 /* end confdefs.h. */
12721 typedef int T __attribute__((mode(SI)));
12722 T *x; volatile T sink; asm("" : "=g"(x));
12723 sink = __atomic_load_n(x, 0);
12724 __atomic_store_n(x, sink, 0);
12729 if test x
$atomic_builtins_link_tests = xyes
; then
12730 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12731 (eval $ac_link) 2>&5
12733 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12734 test $ac_status = 0; }; then
12735 eval libat_cv_have_at_ldst_4
=yes
12737 eval libat_cv_have_at_ldst_4
=no
12740 old_CFLAGS
="$CFLAGS"
12741 # Compile unoptimized.
12742 CFLAGS
="$CFLAGS -O0 -S"
12743 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12744 (eval $ac_compile) 2>&5
12746 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12747 test $ac_status = 0; }; then
12748 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
12749 eval libat_cv_have_at_ldst_4
=no
12751 eval libat_cv_have_at_ldst_4
=yes
12754 eval libat_cv_have_at_ldst_4
=no
12756 CFLAGS
="$old_CFLAGS"
12761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_ldst_4" >&5
12762 $as_echo "$libat_cv_have_at_ldst_4" >&6; }
12765 yesno
=`echo $libat_cv_have_at_ldst_4 | tr 'yesno' '1 0 '`
12767 cat >>confdefs.h
<<_ACEOF
12768 #define HAVE_ATOMIC_LDST_4 $yesno
12777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_load/store for size 8" >&5
12778 $as_echo_n "checking for __atomic_load/store for size 8... " >&6; }
12779 if ${libat_cv_have_at_ldst_8+:} false
; then :
12780 $as_echo_n "(cached) " >&6
12783 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12784 /* end confdefs.h. */
12789 typedef int T __attribute__((mode(DI)));
12790 T *x; volatile T sink; asm("" : "=g"(x));
12791 sink = __atomic_load_n(x, 0);
12792 __atomic_store_n(x, sink, 0);
12797 if test x
$atomic_builtins_link_tests = xyes
; then
12798 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12799 (eval $ac_link) 2>&5
12801 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12802 test $ac_status = 0; }; then
12803 eval libat_cv_have_at_ldst_8
=yes
12805 eval libat_cv_have_at_ldst_8
=no
12808 old_CFLAGS
="$CFLAGS"
12809 # Compile unoptimized.
12810 CFLAGS
="$CFLAGS -O0 -S"
12811 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12812 (eval $ac_compile) 2>&5
12814 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12815 test $ac_status = 0; }; then
12816 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
12817 eval libat_cv_have_at_ldst_8
=no
12819 eval libat_cv_have_at_ldst_8
=yes
12822 eval libat_cv_have_at_ldst_8
=no
12824 CFLAGS
="$old_CFLAGS"
12829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_ldst_8" >&5
12830 $as_echo "$libat_cv_have_at_ldst_8" >&6; }
12833 yesno
=`echo $libat_cv_have_at_ldst_8 | tr 'yesno' '1 0 '`
12835 cat >>confdefs.h
<<_ACEOF
12836 #define HAVE_ATOMIC_LDST_8 $yesno
12845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_load/store for size 16" >&5
12846 $as_echo_n "checking for __atomic_load/store for size 16... " >&6; }
12847 if ${libat_cv_have_at_ldst_16+:} false
; then :
12848 $as_echo_n "(cached) " >&6
12851 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12852 /* end confdefs.h. */
12857 typedef int T __attribute__((mode(TI)));
12858 T *x; volatile T sink; asm("" : "=g"(x));
12859 sink = __atomic_load_n(x, 0);
12860 __atomic_store_n(x, sink, 0);
12865 if test x
$atomic_builtins_link_tests = xyes
; then
12866 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12867 (eval $ac_link) 2>&5
12869 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12870 test $ac_status = 0; }; then
12871 eval libat_cv_have_at_ldst_16
=yes
12873 eval libat_cv_have_at_ldst_16
=no
12876 old_CFLAGS
="$CFLAGS"
12877 # Compile unoptimized.
12878 CFLAGS
="$CFLAGS -O0 -S"
12879 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12880 (eval $ac_compile) 2>&5
12882 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12883 test $ac_status = 0; }; then
12884 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
12885 eval libat_cv_have_at_ldst_16
=no
12887 eval libat_cv_have_at_ldst_16
=yes
12890 eval libat_cv_have_at_ldst_16
=no
12892 CFLAGS
="$old_CFLAGS"
12897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_ldst_16" >&5
12898 $as_echo "$libat_cv_have_at_ldst_16" >&6; }
12901 yesno
=`echo $libat_cv_have_at_ldst_16 | tr 'yesno' '1 0 '`
12903 cat >>confdefs.h
<<_ACEOF
12904 #define HAVE_ATOMIC_LDST_16 $yesno
12914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_test_and_set for size 1" >&5
12915 $as_echo_n "checking for __atomic_test_and_set for size 1... " >&6; }
12916 if ${libat_cv_have_at_tas_1+:} false
; then :
12917 $as_echo_n "(cached) " >&6
12920 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12921 /* end confdefs.h. */
12926 typedef int T __attribute__((mode(QI))); T *x; asm("" : "=g"(x));
12927 __atomic_test_and_set(x, 0);
12932 if test x
$atomic_builtins_link_tests = xyes
; then
12933 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12934 (eval $ac_link) 2>&5
12936 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12937 test $ac_status = 0; }; then
12938 eval libat_cv_have_at_tas_1
=yes
12940 eval libat_cv_have_at_tas_1
=no
12943 old_CFLAGS
="$CFLAGS"
12944 # Compile unoptimized.
12945 CFLAGS
="$CFLAGS -O0 -S"
12946 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12947 (eval $ac_compile) 2>&5
12949 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12950 test $ac_status = 0; }; then
12951 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
12952 eval libat_cv_have_at_tas_1
=no
12954 eval libat_cv_have_at_tas_1
=yes
12957 eval libat_cv_have_at_tas_1
=no
12959 CFLAGS
="$old_CFLAGS"
12964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_tas_1" >&5
12965 $as_echo "$libat_cv_have_at_tas_1" >&6; }
12968 yesno
=`echo $libat_cv_have_at_tas_1 | tr 'yesno' '1 0 '`
12970 cat >>confdefs.h
<<_ACEOF
12971 #define HAVE_ATOMIC_TAS_1 $yesno
12979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_test_and_set for size 2" >&5
12980 $as_echo_n "checking for __atomic_test_and_set for size 2... " >&6; }
12981 if ${libat_cv_have_at_tas_2+:} false
; then :
12982 $as_echo_n "(cached) " >&6
12985 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12986 /* end confdefs.h. */
12991 typedef int T __attribute__((mode(HI))); T *x; asm("" : "=g"(x));
12992 __atomic_test_and_set(x, 0);
12997 if test x
$atomic_builtins_link_tests = xyes
; then
12998 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12999 (eval $ac_link) 2>&5
13001 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13002 test $ac_status = 0; }; then
13003 eval libat_cv_have_at_tas_2
=yes
13005 eval libat_cv_have_at_tas_2
=no
13008 old_CFLAGS
="$CFLAGS"
13009 # Compile unoptimized.
13010 CFLAGS
="$CFLAGS -O0 -S"
13011 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13012 (eval $ac_compile) 2>&5
13014 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13015 test $ac_status = 0; }; then
13016 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13017 eval libat_cv_have_at_tas_2
=no
13019 eval libat_cv_have_at_tas_2
=yes
13022 eval libat_cv_have_at_tas_2
=no
13024 CFLAGS
="$old_CFLAGS"
13029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_tas_2" >&5
13030 $as_echo "$libat_cv_have_at_tas_2" >&6; }
13033 yesno
=`echo $libat_cv_have_at_tas_2 | tr 'yesno' '1 0 '`
13035 cat >>confdefs.h
<<_ACEOF
13036 #define HAVE_ATOMIC_TAS_2 $yesno
13044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_test_and_set for size 4" >&5
13045 $as_echo_n "checking for __atomic_test_and_set for size 4... " >&6; }
13046 if ${libat_cv_have_at_tas_4+:} false
; then :
13047 $as_echo_n "(cached) " >&6
13050 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13051 /* end confdefs.h. */
13056 typedef int T __attribute__((mode(SI))); T *x; asm("" : "=g"(x));
13057 __atomic_test_and_set(x, 0);
13062 if test x
$atomic_builtins_link_tests = xyes
; then
13063 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13064 (eval $ac_link) 2>&5
13066 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13067 test $ac_status = 0; }; then
13068 eval libat_cv_have_at_tas_4
=yes
13070 eval libat_cv_have_at_tas_4
=no
13073 old_CFLAGS
="$CFLAGS"
13074 # Compile unoptimized.
13075 CFLAGS
="$CFLAGS -O0 -S"
13076 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13077 (eval $ac_compile) 2>&5
13079 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13080 test $ac_status = 0; }; then
13081 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13082 eval libat_cv_have_at_tas_4
=no
13084 eval libat_cv_have_at_tas_4
=yes
13087 eval libat_cv_have_at_tas_4
=no
13089 CFLAGS
="$old_CFLAGS"
13094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_tas_4" >&5
13095 $as_echo "$libat_cv_have_at_tas_4" >&6; }
13098 yesno
=`echo $libat_cv_have_at_tas_4 | tr 'yesno' '1 0 '`
13100 cat >>confdefs.h
<<_ACEOF
13101 #define HAVE_ATOMIC_TAS_4 $yesno
13109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_test_and_set for size 8" >&5
13110 $as_echo_n "checking for __atomic_test_and_set for size 8... " >&6; }
13111 if ${libat_cv_have_at_tas_8+:} false
; then :
13112 $as_echo_n "(cached) " >&6
13115 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13116 /* end confdefs.h. */
13121 typedef int T __attribute__((mode(DI))); T *x; asm("" : "=g"(x));
13122 __atomic_test_and_set(x, 0);
13127 if test x
$atomic_builtins_link_tests = xyes
; then
13128 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13129 (eval $ac_link) 2>&5
13131 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13132 test $ac_status = 0; }; then
13133 eval libat_cv_have_at_tas_8
=yes
13135 eval libat_cv_have_at_tas_8
=no
13138 old_CFLAGS
="$CFLAGS"
13139 # Compile unoptimized.
13140 CFLAGS
="$CFLAGS -O0 -S"
13141 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13142 (eval $ac_compile) 2>&5
13144 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13145 test $ac_status = 0; }; then
13146 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13147 eval libat_cv_have_at_tas_8
=no
13149 eval libat_cv_have_at_tas_8
=yes
13152 eval libat_cv_have_at_tas_8
=no
13154 CFLAGS
="$old_CFLAGS"
13159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_tas_8" >&5
13160 $as_echo "$libat_cv_have_at_tas_8" >&6; }
13163 yesno
=`echo $libat_cv_have_at_tas_8 | tr 'yesno' '1 0 '`
13165 cat >>confdefs.h
<<_ACEOF
13166 #define HAVE_ATOMIC_TAS_8 $yesno
13174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_test_and_set for size 16" >&5
13175 $as_echo_n "checking for __atomic_test_and_set for size 16... " >&6; }
13176 if ${libat_cv_have_at_tas_16+:} false
; then :
13177 $as_echo_n "(cached) " >&6
13180 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13181 /* end confdefs.h. */
13186 typedef int T __attribute__((mode(TI))); T *x; asm("" : "=g"(x));
13187 __atomic_test_and_set(x, 0);
13192 if test x
$atomic_builtins_link_tests = xyes
; then
13193 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13194 (eval $ac_link) 2>&5
13196 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13197 test $ac_status = 0; }; then
13198 eval libat_cv_have_at_tas_16
=yes
13200 eval libat_cv_have_at_tas_16
=no
13203 old_CFLAGS
="$CFLAGS"
13204 # Compile unoptimized.
13205 CFLAGS
="$CFLAGS -O0 -S"
13206 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13207 (eval $ac_compile) 2>&5
13209 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13210 test $ac_status = 0; }; then
13211 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13212 eval libat_cv_have_at_tas_16
=no
13214 eval libat_cv_have_at_tas_16
=yes
13217 eval libat_cv_have_at_tas_16
=no
13219 CFLAGS
="$old_CFLAGS"
13224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_tas_16" >&5
13225 $as_echo "$libat_cv_have_at_tas_16" >&6; }
13228 yesno
=`echo $libat_cv_have_at_tas_16 | tr 'yesno' '1 0 '`
13230 cat >>confdefs.h
<<_ACEOF
13231 #define HAVE_ATOMIC_TAS_16 $yesno
13240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_exchange for size 1" >&5
13241 $as_echo_n "checking for __atomic_exchange for size 1... " >&6; }
13242 if ${libat_cv_have_at_exch_1+:} false
; then :
13243 $as_echo_n "(cached) " >&6
13246 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13247 /* end confdefs.h. */
13252 typedef int T __attribute__((mode(QI))); T *x; asm("" : "=g"(x));
13253 __atomic_exchange_n(x, 0, 0);
13258 if test x
$atomic_builtins_link_tests = xyes
; then
13259 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13260 (eval $ac_link) 2>&5
13262 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13263 test $ac_status = 0; }; then
13264 eval libat_cv_have_at_exch_1
=yes
13266 eval libat_cv_have_at_exch_1
=no
13269 old_CFLAGS
="$CFLAGS"
13270 # Compile unoptimized.
13271 CFLAGS
="$CFLAGS -O0 -S"
13272 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13273 (eval $ac_compile) 2>&5
13275 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13276 test $ac_status = 0; }; then
13277 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13278 eval libat_cv_have_at_exch_1
=no
13280 eval libat_cv_have_at_exch_1
=yes
13283 eval libat_cv_have_at_exch_1
=no
13285 CFLAGS
="$old_CFLAGS"
13290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_exch_1" >&5
13291 $as_echo "$libat_cv_have_at_exch_1" >&6; }
13294 yesno
=`echo $libat_cv_have_at_exch_1 | tr 'yesno' '1 0 '`
13296 cat >>confdefs.h
<<_ACEOF
13297 #define HAVE_ATOMIC_EXCHANGE_1 $yesno
13305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_exchange for size 2" >&5
13306 $as_echo_n "checking for __atomic_exchange for size 2... " >&6; }
13307 if ${libat_cv_have_at_exch_2+:} false
; then :
13308 $as_echo_n "(cached) " >&6
13311 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13312 /* end confdefs.h. */
13317 typedef int T __attribute__((mode(HI))); T *x; asm("" : "=g"(x));
13318 __atomic_exchange_n(x, 0, 0);
13323 if test x
$atomic_builtins_link_tests = xyes
; then
13324 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13325 (eval $ac_link) 2>&5
13327 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13328 test $ac_status = 0; }; then
13329 eval libat_cv_have_at_exch_2
=yes
13331 eval libat_cv_have_at_exch_2
=no
13334 old_CFLAGS
="$CFLAGS"
13335 # Compile unoptimized.
13336 CFLAGS
="$CFLAGS -O0 -S"
13337 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13338 (eval $ac_compile) 2>&5
13340 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13341 test $ac_status = 0; }; then
13342 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13343 eval libat_cv_have_at_exch_2
=no
13345 eval libat_cv_have_at_exch_2
=yes
13348 eval libat_cv_have_at_exch_2
=no
13350 CFLAGS
="$old_CFLAGS"
13355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_exch_2" >&5
13356 $as_echo "$libat_cv_have_at_exch_2" >&6; }
13359 yesno
=`echo $libat_cv_have_at_exch_2 | tr 'yesno' '1 0 '`
13361 cat >>confdefs.h
<<_ACEOF
13362 #define HAVE_ATOMIC_EXCHANGE_2 $yesno
13370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_exchange for size 4" >&5
13371 $as_echo_n "checking for __atomic_exchange for size 4... " >&6; }
13372 if ${libat_cv_have_at_exch_4+:} false
; then :
13373 $as_echo_n "(cached) " >&6
13376 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13377 /* end confdefs.h. */
13382 typedef int T __attribute__((mode(SI))); T *x; asm("" : "=g"(x));
13383 __atomic_exchange_n(x, 0, 0);
13388 if test x
$atomic_builtins_link_tests = xyes
; then
13389 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13390 (eval $ac_link) 2>&5
13392 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13393 test $ac_status = 0; }; then
13394 eval libat_cv_have_at_exch_4
=yes
13396 eval libat_cv_have_at_exch_4
=no
13399 old_CFLAGS
="$CFLAGS"
13400 # Compile unoptimized.
13401 CFLAGS
="$CFLAGS -O0 -S"
13402 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13403 (eval $ac_compile) 2>&5
13405 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13406 test $ac_status = 0; }; then
13407 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13408 eval libat_cv_have_at_exch_4
=no
13410 eval libat_cv_have_at_exch_4
=yes
13413 eval libat_cv_have_at_exch_4
=no
13415 CFLAGS
="$old_CFLAGS"
13420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_exch_4" >&5
13421 $as_echo "$libat_cv_have_at_exch_4" >&6; }
13424 yesno
=`echo $libat_cv_have_at_exch_4 | tr 'yesno' '1 0 '`
13426 cat >>confdefs.h
<<_ACEOF
13427 #define HAVE_ATOMIC_EXCHANGE_4 $yesno
13435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_exchange for size 8" >&5
13436 $as_echo_n "checking for __atomic_exchange for size 8... " >&6; }
13437 if ${libat_cv_have_at_exch_8+:} false
; then :
13438 $as_echo_n "(cached) " >&6
13441 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13442 /* end confdefs.h. */
13447 typedef int T __attribute__((mode(DI))); T *x; asm("" : "=g"(x));
13448 __atomic_exchange_n(x, 0, 0);
13453 if test x
$atomic_builtins_link_tests = xyes
; then
13454 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13455 (eval $ac_link) 2>&5
13457 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13458 test $ac_status = 0; }; then
13459 eval libat_cv_have_at_exch_8
=yes
13461 eval libat_cv_have_at_exch_8
=no
13464 old_CFLAGS
="$CFLAGS"
13465 # Compile unoptimized.
13466 CFLAGS
="$CFLAGS -O0 -S"
13467 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13468 (eval $ac_compile) 2>&5
13470 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13471 test $ac_status = 0; }; then
13472 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13473 eval libat_cv_have_at_exch_8
=no
13475 eval libat_cv_have_at_exch_8
=yes
13478 eval libat_cv_have_at_exch_8
=no
13480 CFLAGS
="$old_CFLAGS"
13485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_exch_8" >&5
13486 $as_echo "$libat_cv_have_at_exch_8" >&6; }
13489 yesno
=`echo $libat_cv_have_at_exch_8 | tr 'yesno' '1 0 '`
13491 cat >>confdefs.h
<<_ACEOF
13492 #define HAVE_ATOMIC_EXCHANGE_8 $yesno
13500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_exchange for size 16" >&5
13501 $as_echo_n "checking for __atomic_exchange for size 16... " >&6; }
13502 if ${libat_cv_have_at_exch_16+:} false
; then :
13503 $as_echo_n "(cached) " >&6
13506 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13507 /* end confdefs.h. */
13512 typedef int T __attribute__((mode(TI))); T *x; asm("" : "=g"(x));
13513 __atomic_exchange_n(x, 0, 0);
13518 if test x
$atomic_builtins_link_tests = xyes
; then
13519 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13520 (eval $ac_link) 2>&5
13522 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13523 test $ac_status = 0; }; then
13524 eval libat_cv_have_at_exch_16
=yes
13526 eval libat_cv_have_at_exch_16
=no
13529 old_CFLAGS
="$CFLAGS"
13530 # Compile unoptimized.
13531 CFLAGS
="$CFLAGS -O0 -S"
13532 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13533 (eval $ac_compile) 2>&5
13535 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13536 test $ac_status = 0; }; then
13537 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13538 eval libat_cv_have_at_exch_16
=no
13540 eval libat_cv_have_at_exch_16
=yes
13543 eval libat_cv_have_at_exch_16
=no
13545 CFLAGS
="$old_CFLAGS"
13550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_exch_16" >&5
13551 $as_echo "$libat_cv_have_at_exch_16" >&6; }
13554 yesno
=`echo $libat_cv_have_at_exch_16 | tr 'yesno' '1 0 '`
13556 cat >>confdefs.h
<<_ACEOF
13557 #define HAVE_ATOMIC_EXCHANGE_16 $yesno
13566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_compare_exchange for size 1" >&5
13567 $as_echo_n "checking for __atomic_compare_exchange for size 1... " >&6; }
13568 if ${libat_cv_have_at_cas_1+:} false
; then :
13569 $as_echo_n "(cached) " >&6
13572 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13573 /* end confdefs.h. */
13578 typedef int T __attribute__((mode(QI))); T *x, *y;
13579 asm("" : "=g"(x), "=g"(y));
13580 __atomic_compare_exchange_n(x, y, 0, 0, 0, 0);
13585 if test x
$atomic_builtins_link_tests = xyes
; then
13586 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13587 (eval $ac_link) 2>&5
13589 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13590 test $ac_status = 0; }; then
13591 eval libat_cv_have_at_cas_1
=yes
13593 eval libat_cv_have_at_cas_1
=no
13596 old_CFLAGS
="$CFLAGS"
13597 # Compile unoptimized.
13598 CFLAGS
="$CFLAGS -O0 -S"
13599 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13600 (eval $ac_compile) 2>&5
13602 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13603 test $ac_status = 0; }; then
13604 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13605 eval libat_cv_have_at_cas_1
=no
13607 eval libat_cv_have_at_cas_1
=yes
13610 eval libat_cv_have_at_cas_1
=no
13612 CFLAGS
="$old_CFLAGS"
13617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_cas_1" >&5
13618 $as_echo "$libat_cv_have_at_cas_1" >&6; }
13621 yesno
=`echo $libat_cv_have_at_cas_1 | tr 'yesno' '1 0 '`
13623 cat >>confdefs.h
<<_ACEOF
13624 #define HAVE_ATOMIC_CAS_1 $yesno
13632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_compare_exchange for size 2" >&5
13633 $as_echo_n "checking for __atomic_compare_exchange for size 2... " >&6; }
13634 if ${libat_cv_have_at_cas_2+:} false
; then :
13635 $as_echo_n "(cached) " >&6
13638 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13639 /* end confdefs.h. */
13644 typedef int T __attribute__((mode(HI))); T *x, *y;
13645 asm("" : "=g"(x), "=g"(y));
13646 __atomic_compare_exchange_n(x, y, 0, 0, 0, 0);
13651 if test x
$atomic_builtins_link_tests = xyes
; then
13652 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13653 (eval $ac_link) 2>&5
13655 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13656 test $ac_status = 0; }; then
13657 eval libat_cv_have_at_cas_2
=yes
13659 eval libat_cv_have_at_cas_2
=no
13662 old_CFLAGS
="$CFLAGS"
13663 # Compile unoptimized.
13664 CFLAGS
="$CFLAGS -O0 -S"
13665 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13666 (eval $ac_compile) 2>&5
13668 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13669 test $ac_status = 0; }; then
13670 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13671 eval libat_cv_have_at_cas_2
=no
13673 eval libat_cv_have_at_cas_2
=yes
13676 eval libat_cv_have_at_cas_2
=no
13678 CFLAGS
="$old_CFLAGS"
13683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_cas_2" >&5
13684 $as_echo "$libat_cv_have_at_cas_2" >&6; }
13687 yesno
=`echo $libat_cv_have_at_cas_2 | tr 'yesno' '1 0 '`
13689 cat >>confdefs.h
<<_ACEOF
13690 #define HAVE_ATOMIC_CAS_2 $yesno
13698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_compare_exchange for size 4" >&5
13699 $as_echo_n "checking for __atomic_compare_exchange for size 4... " >&6; }
13700 if ${libat_cv_have_at_cas_4+:} false
; then :
13701 $as_echo_n "(cached) " >&6
13704 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13705 /* end confdefs.h. */
13710 typedef int T __attribute__((mode(SI))); T *x, *y;
13711 asm("" : "=g"(x), "=g"(y));
13712 __atomic_compare_exchange_n(x, y, 0, 0, 0, 0);
13717 if test x
$atomic_builtins_link_tests = xyes
; then
13718 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13719 (eval $ac_link) 2>&5
13721 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13722 test $ac_status = 0; }; then
13723 eval libat_cv_have_at_cas_4
=yes
13725 eval libat_cv_have_at_cas_4
=no
13728 old_CFLAGS
="$CFLAGS"
13729 # Compile unoptimized.
13730 CFLAGS
="$CFLAGS -O0 -S"
13731 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13732 (eval $ac_compile) 2>&5
13734 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13735 test $ac_status = 0; }; then
13736 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13737 eval libat_cv_have_at_cas_4
=no
13739 eval libat_cv_have_at_cas_4
=yes
13742 eval libat_cv_have_at_cas_4
=no
13744 CFLAGS
="$old_CFLAGS"
13749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_cas_4" >&5
13750 $as_echo "$libat_cv_have_at_cas_4" >&6; }
13753 yesno
=`echo $libat_cv_have_at_cas_4 | tr 'yesno' '1 0 '`
13755 cat >>confdefs.h
<<_ACEOF
13756 #define HAVE_ATOMIC_CAS_4 $yesno
13764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_compare_exchange for size 8" >&5
13765 $as_echo_n "checking for __atomic_compare_exchange for size 8... " >&6; }
13766 if ${libat_cv_have_at_cas_8+:} false
; then :
13767 $as_echo_n "(cached) " >&6
13770 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13771 /* end confdefs.h. */
13776 typedef int T __attribute__((mode(DI))); T *x, *y;
13777 asm("" : "=g"(x), "=g"(y));
13778 __atomic_compare_exchange_n(x, y, 0, 0, 0, 0);
13783 if test x
$atomic_builtins_link_tests = xyes
; then
13784 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13785 (eval $ac_link) 2>&5
13787 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13788 test $ac_status = 0; }; then
13789 eval libat_cv_have_at_cas_8
=yes
13791 eval libat_cv_have_at_cas_8
=no
13794 old_CFLAGS
="$CFLAGS"
13795 # Compile unoptimized.
13796 CFLAGS
="$CFLAGS -O0 -S"
13797 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13798 (eval $ac_compile) 2>&5
13800 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13801 test $ac_status = 0; }; then
13802 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13803 eval libat_cv_have_at_cas_8
=no
13805 eval libat_cv_have_at_cas_8
=yes
13808 eval libat_cv_have_at_cas_8
=no
13810 CFLAGS
="$old_CFLAGS"
13815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_cas_8" >&5
13816 $as_echo "$libat_cv_have_at_cas_8" >&6; }
13819 yesno
=`echo $libat_cv_have_at_cas_8 | tr 'yesno' '1 0 '`
13821 cat >>confdefs.h
<<_ACEOF
13822 #define HAVE_ATOMIC_CAS_8 $yesno
13830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_compare_exchange for size 16" >&5
13831 $as_echo_n "checking for __atomic_compare_exchange for size 16... " >&6; }
13832 if ${libat_cv_have_at_cas_16+:} false
; then :
13833 $as_echo_n "(cached) " >&6
13836 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13837 /* end confdefs.h. */
13842 typedef int T __attribute__((mode(TI))); T *x, *y;
13843 asm("" : "=g"(x), "=g"(y));
13844 __atomic_compare_exchange_n(x, y, 0, 0, 0, 0);
13849 if test x
$atomic_builtins_link_tests = xyes
; then
13850 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13851 (eval $ac_link) 2>&5
13853 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13854 test $ac_status = 0; }; then
13855 eval libat_cv_have_at_cas_16
=yes
13857 eval libat_cv_have_at_cas_16
=no
13860 old_CFLAGS
="$CFLAGS"
13861 # Compile unoptimized.
13862 CFLAGS
="$CFLAGS -O0 -S"
13863 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13864 (eval $ac_compile) 2>&5
13866 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13867 test $ac_status = 0; }; then
13868 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13869 eval libat_cv_have_at_cas_16
=no
13871 eval libat_cv_have_at_cas_16
=yes
13874 eval libat_cv_have_at_cas_16
=no
13876 CFLAGS
="$old_CFLAGS"
13881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_cas_16" >&5
13882 $as_echo "$libat_cv_have_at_cas_16" >&6; }
13885 yesno
=`echo $libat_cv_have_at_cas_16 | tr 'yesno' '1 0 '`
13887 cat >>confdefs.h
<<_ACEOF
13888 #define HAVE_ATOMIC_CAS_16 $yesno
13897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_add for size 1" >&5
13898 $as_echo_n "checking for __atomic_fetch_add for size 1... " >&6; }
13899 if ${libat_cv_have_at_fadd_1+:} false
; then :
13900 $as_echo_n "(cached) " >&6
13903 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13904 /* end confdefs.h. */
13909 typedef int T __attribute__((mode(QI))); T *x, y;
13910 asm("" : "=g"(x), "=g"(y));
13911 __atomic_fetch_add (x, y, 0);
13912 __atomic_add_fetch (x, y, 0);
13917 if test x
$atomic_builtins_link_tests = xyes
; then
13918 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13919 (eval $ac_link) 2>&5
13921 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13922 test $ac_status = 0; }; then
13923 eval libat_cv_have_at_fadd_1
=yes
13925 eval libat_cv_have_at_fadd_1
=no
13928 old_CFLAGS
="$CFLAGS"
13929 # Compile unoptimized.
13930 CFLAGS
="$CFLAGS -O0 -S"
13931 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13932 (eval $ac_compile) 2>&5
13934 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13935 test $ac_status = 0; }; then
13936 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
13937 eval libat_cv_have_at_fadd_1
=no
13939 eval libat_cv_have_at_fadd_1
=yes
13942 eval libat_cv_have_at_fadd_1
=no
13944 CFLAGS
="$old_CFLAGS"
13949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fadd_1" >&5
13950 $as_echo "$libat_cv_have_at_fadd_1" >&6; }
13953 yesno
=`echo $libat_cv_have_at_fadd_1 | tr 'yesno' '1 0 '`
13955 cat >>confdefs.h
<<_ACEOF
13956 #define HAVE_ATOMIC_FETCH_ADD_1 $yesno
13964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_add for size 2" >&5
13965 $as_echo_n "checking for __atomic_fetch_add for size 2... " >&6; }
13966 if ${libat_cv_have_at_fadd_2+:} false
; then :
13967 $as_echo_n "(cached) " >&6
13970 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13971 /* end confdefs.h. */
13976 typedef int T __attribute__((mode(HI))); T *x, y;
13977 asm("" : "=g"(x), "=g"(y));
13978 __atomic_fetch_add (x, y, 0);
13979 __atomic_add_fetch (x, y, 0);
13984 if test x
$atomic_builtins_link_tests = xyes
; then
13985 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13986 (eval $ac_link) 2>&5
13988 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13989 test $ac_status = 0; }; then
13990 eval libat_cv_have_at_fadd_2
=yes
13992 eval libat_cv_have_at_fadd_2
=no
13995 old_CFLAGS
="$CFLAGS"
13996 # Compile unoptimized.
13997 CFLAGS
="$CFLAGS -O0 -S"
13998 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13999 (eval $ac_compile) 2>&5
14001 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14002 test $ac_status = 0; }; then
14003 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
14004 eval libat_cv_have_at_fadd_2
=no
14006 eval libat_cv_have_at_fadd_2
=yes
14009 eval libat_cv_have_at_fadd_2
=no
14011 CFLAGS
="$old_CFLAGS"
14016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fadd_2" >&5
14017 $as_echo "$libat_cv_have_at_fadd_2" >&6; }
14020 yesno
=`echo $libat_cv_have_at_fadd_2 | tr 'yesno' '1 0 '`
14022 cat >>confdefs.h
<<_ACEOF
14023 #define HAVE_ATOMIC_FETCH_ADD_2 $yesno
14031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_add for size 4" >&5
14032 $as_echo_n "checking for __atomic_fetch_add for size 4... " >&6; }
14033 if ${libat_cv_have_at_fadd_4+:} false
; then :
14034 $as_echo_n "(cached) " >&6
14037 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14038 /* end confdefs.h. */
14043 typedef int T __attribute__((mode(SI))); T *x, y;
14044 asm("" : "=g"(x), "=g"(y));
14045 __atomic_fetch_add (x, y, 0);
14046 __atomic_add_fetch (x, y, 0);
14051 if test x
$atomic_builtins_link_tests = xyes
; then
14052 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14053 (eval $ac_link) 2>&5
14055 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14056 test $ac_status = 0; }; then
14057 eval libat_cv_have_at_fadd_4
=yes
14059 eval libat_cv_have_at_fadd_4
=no
14062 old_CFLAGS
="$CFLAGS"
14063 # Compile unoptimized.
14064 CFLAGS
="$CFLAGS -O0 -S"
14065 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14066 (eval $ac_compile) 2>&5
14068 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14069 test $ac_status = 0; }; then
14070 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
14071 eval libat_cv_have_at_fadd_4
=no
14073 eval libat_cv_have_at_fadd_4
=yes
14076 eval libat_cv_have_at_fadd_4
=no
14078 CFLAGS
="$old_CFLAGS"
14083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fadd_4" >&5
14084 $as_echo "$libat_cv_have_at_fadd_4" >&6; }
14087 yesno
=`echo $libat_cv_have_at_fadd_4 | tr 'yesno' '1 0 '`
14089 cat >>confdefs.h
<<_ACEOF
14090 #define HAVE_ATOMIC_FETCH_ADD_4 $yesno
14098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_add for size 8" >&5
14099 $as_echo_n "checking for __atomic_fetch_add for size 8... " >&6; }
14100 if ${libat_cv_have_at_fadd_8+:} false
; then :
14101 $as_echo_n "(cached) " >&6
14104 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14105 /* end confdefs.h. */
14110 typedef int T __attribute__((mode(DI))); T *x, y;
14111 asm("" : "=g"(x), "=g"(y));
14112 __atomic_fetch_add (x, y, 0);
14113 __atomic_add_fetch (x, y, 0);
14118 if test x
$atomic_builtins_link_tests = xyes
; then
14119 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14120 (eval $ac_link) 2>&5
14122 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14123 test $ac_status = 0; }; then
14124 eval libat_cv_have_at_fadd_8
=yes
14126 eval libat_cv_have_at_fadd_8
=no
14129 old_CFLAGS
="$CFLAGS"
14130 # Compile unoptimized.
14131 CFLAGS
="$CFLAGS -O0 -S"
14132 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14133 (eval $ac_compile) 2>&5
14135 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14136 test $ac_status = 0; }; then
14137 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
14138 eval libat_cv_have_at_fadd_8
=no
14140 eval libat_cv_have_at_fadd_8
=yes
14143 eval libat_cv_have_at_fadd_8
=no
14145 CFLAGS
="$old_CFLAGS"
14150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fadd_8" >&5
14151 $as_echo "$libat_cv_have_at_fadd_8" >&6; }
14154 yesno
=`echo $libat_cv_have_at_fadd_8 | tr 'yesno' '1 0 '`
14156 cat >>confdefs.h
<<_ACEOF
14157 #define HAVE_ATOMIC_FETCH_ADD_8 $yesno
14165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_add for size 16" >&5
14166 $as_echo_n "checking for __atomic_fetch_add for size 16... " >&6; }
14167 if ${libat_cv_have_at_fadd_16+:} false
; then :
14168 $as_echo_n "(cached) " >&6
14171 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14172 /* end confdefs.h. */
14177 typedef int T __attribute__((mode(TI))); T *x, y;
14178 asm("" : "=g"(x), "=g"(y));
14179 __atomic_fetch_add (x, y, 0);
14180 __atomic_add_fetch (x, y, 0);
14185 if test x
$atomic_builtins_link_tests = xyes
; then
14186 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14187 (eval $ac_link) 2>&5
14189 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14190 test $ac_status = 0; }; then
14191 eval libat_cv_have_at_fadd_16
=yes
14193 eval libat_cv_have_at_fadd_16
=no
14196 old_CFLAGS
="$CFLAGS"
14197 # Compile unoptimized.
14198 CFLAGS
="$CFLAGS -O0 -S"
14199 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14200 (eval $ac_compile) 2>&5
14202 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14203 test $ac_status = 0; }; then
14204 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
14205 eval libat_cv_have_at_fadd_16
=no
14207 eval libat_cv_have_at_fadd_16
=yes
14210 eval libat_cv_have_at_fadd_16
=no
14212 CFLAGS
="$old_CFLAGS"
14217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fadd_16" >&5
14218 $as_echo "$libat_cv_have_at_fadd_16" >&6; }
14221 yesno
=`echo $libat_cv_have_at_fadd_16 | tr 'yesno' '1 0 '`
14223 cat >>confdefs.h
<<_ACEOF
14224 #define HAVE_ATOMIC_FETCH_ADD_16 $yesno
14233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_op for size 1" >&5
14234 $as_echo_n "checking for __atomic_fetch_op for size 1... " >&6; }
14235 if ${libat_cv_have_at_fop_1+:} false
; then :
14236 $as_echo_n "(cached) " >&6
14239 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14240 /* end confdefs.h. */
14245 typedef int T __attribute__((mode(QI))); T *x, y;
14246 asm("" : "=g"(x), "=g"(y));
14247 __atomic_fetch_add (x, y, 0); __atomic_add_fetch (x, y, 0);
14248 __atomic_fetch_sub (x, y, 0); __atomic_sub_fetch (x, y, 0);
14249 __atomic_fetch_and (x, y, 0); __atomic_and_fetch (x, y, 0);
14250 __atomic_fetch_nand (x, y, 0); __atomic_nand_fetch (x, y, 0);
14251 __atomic_fetch_xor (x, y, 0); __atomic_xor_fetch (x, y, 0);
14252 __atomic_fetch_or (x, y, 0); __atomic_or_fetch (x, y, 0);
14257 if test x
$atomic_builtins_link_tests = xyes
; then
14258 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14259 (eval $ac_link) 2>&5
14261 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14262 test $ac_status = 0; }; then
14263 eval libat_cv_have_at_fop_1
=yes
14265 eval libat_cv_have_at_fop_1
=no
14268 old_CFLAGS
="$CFLAGS"
14269 # Compile unoptimized.
14270 CFLAGS
="$CFLAGS -O0 -S"
14271 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14272 (eval $ac_compile) 2>&5
14274 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14275 test $ac_status = 0; }; then
14276 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
14277 eval libat_cv_have_at_fop_1
=no
14279 eval libat_cv_have_at_fop_1
=yes
14282 eval libat_cv_have_at_fop_1
=no
14284 CFLAGS
="$old_CFLAGS"
14289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fop_1" >&5
14290 $as_echo "$libat_cv_have_at_fop_1" >&6; }
14293 yesno
=`echo $libat_cv_have_at_fop_1 | tr 'yesno' '1 0 '`
14295 cat >>confdefs.h
<<_ACEOF
14296 #define HAVE_ATOMIC_FETCH_OP_1 $yesno
14304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_op for size 2" >&5
14305 $as_echo_n "checking for __atomic_fetch_op for size 2... " >&6; }
14306 if ${libat_cv_have_at_fop_2+:} false
; then :
14307 $as_echo_n "(cached) " >&6
14310 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14311 /* end confdefs.h. */
14316 typedef int T __attribute__((mode(HI))); T *x, y;
14317 asm("" : "=g"(x), "=g"(y));
14318 __atomic_fetch_add (x, y, 0); __atomic_add_fetch (x, y, 0);
14319 __atomic_fetch_sub (x, y, 0); __atomic_sub_fetch (x, y, 0);
14320 __atomic_fetch_and (x, y, 0); __atomic_and_fetch (x, y, 0);
14321 __atomic_fetch_nand (x, y, 0); __atomic_nand_fetch (x, y, 0);
14322 __atomic_fetch_xor (x, y, 0); __atomic_xor_fetch (x, y, 0);
14323 __atomic_fetch_or (x, y, 0); __atomic_or_fetch (x, y, 0);
14328 if test x
$atomic_builtins_link_tests = xyes
; then
14329 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14330 (eval $ac_link) 2>&5
14332 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14333 test $ac_status = 0; }; then
14334 eval libat_cv_have_at_fop_2
=yes
14336 eval libat_cv_have_at_fop_2
=no
14339 old_CFLAGS
="$CFLAGS"
14340 # Compile unoptimized.
14341 CFLAGS
="$CFLAGS -O0 -S"
14342 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14343 (eval $ac_compile) 2>&5
14345 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14346 test $ac_status = 0; }; then
14347 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
14348 eval libat_cv_have_at_fop_2
=no
14350 eval libat_cv_have_at_fop_2
=yes
14353 eval libat_cv_have_at_fop_2
=no
14355 CFLAGS
="$old_CFLAGS"
14360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fop_2" >&5
14361 $as_echo "$libat_cv_have_at_fop_2" >&6; }
14364 yesno
=`echo $libat_cv_have_at_fop_2 | tr 'yesno' '1 0 '`
14366 cat >>confdefs.h
<<_ACEOF
14367 #define HAVE_ATOMIC_FETCH_OP_2 $yesno
14375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_op for size 4" >&5
14376 $as_echo_n "checking for __atomic_fetch_op for size 4... " >&6; }
14377 if ${libat_cv_have_at_fop_4+:} false
; then :
14378 $as_echo_n "(cached) " >&6
14381 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14382 /* end confdefs.h. */
14387 typedef int T __attribute__((mode(SI))); T *x, y;
14388 asm("" : "=g"(x), "=g"(y));
14389 __atomic_fetch_add (x, y, 0); __atomic_add_fetch (x, y, 0);
14390 __atomic_fetch_sub (x, y, 0); __atomic_sub_fetch (x, y, 0);
14391 __atomic_fetch_and (x, y, 0); __atomic_and_fetch (x, y, 0);
14392 __atomic_fetch_nand (x, y, 0); __atomic_nand_fetch (x, y, 0);
14393 __atomic_fetch_xor (x, y, 0); __atomic_xor_fetch (x, y, 0);
14394 __atomic_fetch_or (x, y, 0); __atomic_or_fetch (x, y, 0);
14399 if test x
$atomic_builtins_link_tests = xyes
; then
14400 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14401 (eval $ac_link) 2>&5
14403 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14404 test $ac_status = 0; }; then
14405 eval libat_cv_have_at_fop_4
=yes
14407 eval libat_cv_have_at_fop_4
=no
14410 old_CFLAGS
="$CFLAGS"
14411 # Compile unoptimized.
14412 CFLAGS
="$CFLAGS -O0 -S"
14413 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14414 (eval $ac_compile) 2>&5
14416 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14417 test $ac_status = 0; }; then
14418 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
14419 eval libat_cv_have_at_fop_4
=no
14421 eval libat_cv_have_at_fop_4
=yes
14424 eval libat_cv_have_at_fop_4
=no
14426 CFLAGS
="$old_CFLAGS"
14431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fop_4" >&5
14432 $as_echo "$libat_cv_have_at_fop_4" >&6; }
14435 yesno
=`echo $libat_cv_have_at_fop_4 | tr 'yesno' '1 0 '`
14437 cat >>confdefs.h
<<_ACEOF
14438 #define HAVE_ATOMIC_FETCH_OP_4 $yesno
14446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_op for size 8" >&5
14447 $as_echo_n "checking for __atomic_fetch_op for size 8... " >&6; }
14448 if ${libat_cv_have_at_fop_8+:} false
; then :
14449 $as_echo_n "(cached) " >&6
14452 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14453 /* end confdefs.h. */
14458 typedef int T __attribute__((mode(DI))); T *x, y;
14459 asm("" : "=g"(x), "=g"(y));
14460 __atomic_fetch_add (x, y, 0); __atomic_add_fetch (x, y, 0);
14461 __atomic_fetch_sub (x, y, 0); __atomic_sub_fetch (x, y, 0);
14462 __atomic_fetch_and (x, y, 0); __atomic_and_fetch (x, y, 0);
14463 __atomic_fetch_nand (x, y, 0); __atomic_nand_fetch (x, y, 0);
14464 __atomic_fetch_xor (x, y, 0); __atomic_xor_fetch (x, y, 0);
14465 __atomic_fetch_or (x, y, 0); __atomic_or_fetch (x, y, 0);
14470 if test x
$atomic_builtins_link_tests = xyes
; then
14471 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14472 (eval $ac_link) 2>&5
14474 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14475 test $ac_status = 0; }; then
14476 eval libat_cv_have_at_fop_8
=yes
14478 eval libat_cv_have_at_fop_8
=no
14481 old_CFLAGS
="$CFLAGS"
14482 # Compile unoptimized.
14483 CFLAGS
="$CFLAGS -O0 -S"
14484 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14485 (eval $ac_compile) 2>&5
14487 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14488 test $ac_status = 0; }; then
14489 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
14490 eval libat_cv_have_at_fop_8
=no
14492 eval libat_cv_have_at_fop_8
=yes
14495 eval libat_cv_have_at_fop_8
=no
14497 CFLAGS
="$old_CFLAGS"
14502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fop_8" >&5
14503 $as_echo "$libat_cv_have_at_fop_8" >&6; }
14506 yesno
=`echo $libat_cv_have_at_fop_8 | tr 'yesno' '1 0 '`
14508 cat >>confdefs.h
<<_ACEOF
14509 #define HAVE_ATOMIC_FETCH_OP_8 $yesno
14517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_op for size 16" >&5
14518 $as_echo_n "checking for __atomic_fetch_op for size 16... " >&6; }
14519 if ${libat_cv_have_at_fop_16+:} false
; then :
14520 $as_echo_n "(cached) " >&6
14523 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14524 /* end confdefs.h. */
14529 typedef int T __attribute__((mode(TI))); T *x, y;
14530 asm("" : "=g"(x), "=g"(y));
14531 __atomic_fetch_add (x, y, 0); __atomic_add_fetch (x, y, 0);
14532 __atomic_fetch_sub (x, y, 0); __atomic_sub_fetch (x, y, 0);
14533 __atomic_fetch_and (x, y, 0); __atomic_and_fetch (x, y, 0);
14534 __atomic_fetch_nand (x, y, 0); __atomic_nand_fetch (x, y, 0);
14535 __atomic_fetch_xor (x, y, 0); __atomic_xor_fetch (x, y, 0);
14536 __atomic_fetch_or (x, y, 0); __atomic_or_fetch (x, y, 0);
14541 if test x
$atomic_builtins_link_tests = xyes
; then
14542 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14543 (eval $ac_link) 2>&5
14545 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14546 test $ac_status = 0; }; then
14547 eval libat_cv_have_at_fop_16
=yes
14549 eval libat_cv_have_at_fop_16
=no
14552 old_CFLAGS
="$CFLAGS"
14553 # Compile unoptimized.
14554 CFLAGS
="$CFLAGS -O0 -S"
14555 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14556 (eval $ac_compile) 2>&5
14558 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14559 test $ac_status = 0; }; then
14560 if grep __atomic_ conftest.s
>/dev
/null
2>&1 ; then
14561 eval libat_cv_have_at_fop_16
=no
14563 eval libat_cv_have_at_fop_16
=yes
14566 eval libat_cv_have_at_fop_16
=no
14568 CFLAGS
="$old_CFLAGS"
14573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fop_16" >&5
14574 $as_echo "$libat_cv_have_at_fop_16" >&6; }
14577 yesno
=`echo $libat_cv_have_at_fop_16 | tr 'yesno' '1 0 '`
14579 cat >>confdefs.h
<<_ACEOF
14580 #define HAVE_ATOMIC_FETCH_OP_16 $yesno
14588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
14589 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
14590 if ${ac_cv_c_bigendian+:} false
; then :
14591 $as_echo_n "(cached) " >&6
14593 ac_cv_c_bigendian
=unknown
14594 # See if we're dealing with a universal compiler.
14595 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14596 /* end confdefs.h. */
14597 #ifndef __APPLE_CC__
14598 not a universal capable compiler
14603 if ac_fn_c_try_compile
"$LINENO"; then :
14605 # Check for potential -arch flags. It is not universal unless
14606 # there are at least two -arch flags with different values.
14609 for ac_word
in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
14610 if test -n "$ac_prev"; then
14612 i?
86 | x86_64 | ppc | ppc64
)
14613 if test -z "$ac_arch" ||
test "$ac_arch" = "$ac_word"; then
14616 ac_cv_c_bigendian
=universal
14622 elif test "x$ac_word" = "x-arch"; then
14627 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14628 if test $ac_cv_c_bigendian = unknown
; then
14629 # See if sys/param.h defines the BYTE_ORDER macro.
14630 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14631 /* end confdefs.h. */
14632 #include <sys/types.h>
14633 #include <sys/param.h>
14638 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
14639 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
14641 bogus endian macros
14648 if ac_fn_c_try_compile
"$LINENO"; then :
14649 # It does; now see whether it defined to BIG_ENDIAN or not.
14650 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14651 /* end confdefs.h. */
14652 #include <sys/types.h>
14653 #include <sys/param.h>
14658 #if BYTE_ORDER != BIG_ENDIAN
14666 if ac_fn_c_try_compile
"$LINENO"; then :
14667 ac_cv_c_bigendian
=yes
14669 ac_cv_c_bigendian
=no
14671 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14673 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14675 if test $ac_cv_c_bigendian = unknown
; then
14676 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
14677 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14678 /* end confdefs.h. */
14679 #include <limits.h>
14684 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
14685 bogus endian macros
14692 if ac_fn_c_try_compile
"$LINENO"; then :
14693 # It does; now see whether it defined to _BIG_ENDIAN or not.
14694 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14695 /* end confdefs.h. */
14696 #include <limits.h>
14701 #ifndef _BIG_ENDIAN
14709 if ac_fn_c_try_compile
"$LINENO"; then :
14710 ac_cv_c_bigendian
=yes
14712 ac_cv_c_bigendian
=no
14714 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14716 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14718 if test $ac_cv_c_bigendian = unknown
; then
14719 # Compile a test program.
14720 if test "$cross_compiling" = yes; then :
14721 # Try to guess by grepping values from an object file.
14722 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14723 /* end confdefs.h. */
14724 short int ascii_mm[] =
14725 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
14726 short int ascii_ii[] =
14727 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
14728 int use_ascii (int i) {
14729 return ascii_mm[i] + ascii_ii[i];
14731 short int ebcdic_ii[] =
14732 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
14733 short int ebcdic_mm[] =
14734 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
14735 int use_ebcdic (int i) {
14736 return ebcdic_mm[i] + ebcdic_ii[i];
14743 return use_ascii (foo) == use_ebcdic (foo);
14748 if ac_fn_c_try_compile
"$LINENO"; then :
14749 if grep BIGenDianSyS conftest.
$ac_objext >/dev
/null
; then
14750 ac_cv_c_bigendian
=yes
14752 if grep LiTTleEnDian conftest.
$ac_objext >/dev
/null
; then
14753 if test "$ac_cv_c_bigendian" = unknown
; then
14754 ac_cv_c_bigendian
=no
14756 # finding both strings is unlikely to happen, but who knows?
14757 ac_cv_c_bigendian
=unknown
14761 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14763 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14764 /* end confdefs.h. */
14765 $ac_includes_default
14770 /* Are we little or big endian? From Harbison&Steele. */
14774 char c[sizeof (long int)];
14777 return u.c[sizeof (long int) - 1] == 1;
14783 if ac_fn_c_try_run
"$LINENO"; then :
14784 ac_cv_c_bigendian
=no
14786 ac_cv_c_bigendian
=yes
14788 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
14789 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
14794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
14795 $as_echo "$ac_cv_c_bigendian" >&6; }
14796 case $ac_cv_c_bigendian in #(
14798 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
14804 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
14808 as_fn_error $?
"unknown endianness
14809 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
14812 # I don't like the default behaviour of WORDS_BIGENDIAN undefined for LE.
14816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the word size" >&5
14817 $as_echo_n "checking for the word size... " >&6; }
14818 if ${libat_cv_wordsize+:} false
; then :
14819 $as_echo_n "(cached) " >&6
14821 if ac_fn_c_compute_int
"$LINENO" "sizeof(word)" "libat_cv_wordsize" "typedef int word __attribute__((mode(word)));"; then :
14824 as_fn_error $?
"Could not determine word size." "$LINENO" 5
14828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_wordsize" >&5
14829 $as_echo "$libat_cv_wordsize" >&6; }
14831 cat >>confdefs.h
<<_ACEOF
14832 #define WORDSIZE $libat_cv_wordsize
14837 # Check to see if -pthread or -lpthread is needed. Prefer the former.
14838 # In case the pthread.h system header is not found, this test will fail.
14839 case " $config_path " in
14842 CFLAGS
="$CFLAGS -pthread"
14843 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14844 /* end confdefs.h. */
14845 #include <pthread.h>
14846 void *g(void *d) { return NULL; }
14850 pthread_t t; pthread_create(&t,NULL,g,NULL);
14855 if ac_fn_c_try_link
"$LINENO"; then :
14856 XPCFLAGS
=" -pthread"
14858 CFLAGS
="$save_CFLAGS $XCFLAGS" LIBS
="-lpthread $LIBS"
14859 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14860 /* end confdefs.h. */
14861 #include <pthread.h>
14862 void *g(void *d) { return NULL; }
14866 pthread_t t; pthread_create(&t,NULL,g,NULL);
14871 if ac_fn_c_try_link
"$LINENO"; then :
14874 as_fn_error $?
"Pthreads are required to build libatomic" "$LINENO" 5
14876 rm -f core conftest.err conftest.
$ac_objext \
14877 conftest
$ac_exeext conftest.
$ac_ext
14879 rm -f core conftest.err conftest.
$ac_objext \
14880 conftest
$ac_exeext conftest.
$ac_ext
14881 CFLAGS
="$save_CFLAGS $XPCFLAGS"
14885 # See what sort of export controls are available.
14887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports hidden visibility" >&5
14888 $as_echo_n "checking whether the target supports hidden visibility... " >&6; }
14889 if ${libat_cv_have_attribute_visibility+:} false
; then :
14890 $as_echo_n "(cached) " >&6
14893 save_CFLAGS
="$CFLAGS"
14894 CFLAGS
="$CFLAGS -Werror"
14895 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14896 /* end confdefs.h. */
14897 void __attribute__((visibility("hidden"))) foo(void) { }
14906 if ac_fn_c_try_compile
"$LINENO"; then :
14907 libat_cv_have_attribute_visibility
=yes
14909 libat_cv_have_attribute_visibility
=no
14911 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14912 CFLAGS
="$save_CFLAGS"
14914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_attribute_visibility" >&5
14915 $as_echo "$libat_cv_have_attribute_visibility" >&6; }
14916 if test $libat_cv_have_attribute_visibility = yes; then
14918 $as_echo "#define HAVE_ATTRIBUTE_VISIBILITY 1" >>confdefs.h
14922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports dllexport" >&5
14923 $as_echo_n "checking whether the target supports dllexport... " >&6; }
14924 if ${libat_cv_have_attribute_dllexport+:} false
; then :
14925 $as_echo_n "(cached) " >&6
14928 save_CFLAGS
="$CFLAGS"
14929 CFLAGS
="$CFLAGS -Werror"
14930 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14931 /* end confdefs.h. */
14932 void __attribute__((dllexport)) foo(void) { }
14941 if ac_fn_c_try_compile
"$LINENO"; then :
14942 libat_cv_have_attribute_dllexport
=yes
14944 libat_cv_have_attribute_dllexport
=no
14946 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14947 CFLAGS
="$save_CFLAGS"
14949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_attribute_dllexport" >&5
14950 $as_echo "$libat_cv_have_attribute_dllexport" >&6; }
14951 if test $libat_cv_have_attribute_dllexport = yes; then
14953 $as_echo "#define HAVE_ATTRIBUTE_DLLEXPORT 1" >>confdefs.h
14957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports symbol aliases" >&5
14958 $as_echo_n "checking whether the target supports symbol aliases... " >&6; }
14959 if ${libat_cv_have_attribute_alias+:} false
; then :
14960 $as_echo_n "(cached) " >&6
14963 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14964 /* end confdefs.h. */
14967 extern void bar(void) __attribute__((alias("foo")));
14976 if ac_fn_c_try_link
"$LINENO"; then :
14977 libat_cv_have_attribute_alias
=yes
14979 libat_cv_have_attribute_alias
=no
14981 rm -f core conftest.err conftest.
$ac_objext \
14982 conftest
$ac_exeext conftest.
$ac_ext
14984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_attribute_alias" >&5
14985 $as_echo "$libat_cv_have_attribute_alias" >&6; }
14986 if test $libat_cv_have_attribute_alias = yes; then
14988 $as_echo "#define HAVE_ATTRIBUTE_ALIAS 1" >>confdefs.h
14991 if test x
$try_ifunc = xyes
; then
14993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports the ifunc attribute" >&5
14994 $as_echo_n "checking whether the target supports the ifunc attribute... " >&6; }
14995 if ${libat_cv_have_ifunc+:} false
; then :
14996 $as_echo_n "(cached) " >&6
14999 save_CFLAGS
="$CFLAGS"
15000 CFLAGS
="$CFLAGS -Werror"
15001 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15002 /* end confdefs.h. */
15004 int foo_alt(void) { return 0; }
15005 typedef int F (void);
15006 F *foo_sel(void) { return foo_alt; }
15007 int foo(void) __attribute__((ifunc("foo_sel")));
15016 if ac_fn_c_try_link
"$LINENO"; then :
15017 libat_cv_have_ifunc
=yes
15019 libat_cv_have_ifunc
=no
15021 rm -f core conftest.err conftest.
$ac_objext \
15022 conftest
$ac_exeext conftest.
$ac_ext
15024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_ifunc" >&5
15025 $as_echo "$libat_cv_have_ifunc" >&6; }
15027 yesno
=`echo $libat_cv_have_ifunc | tr 'yesno' '1 0 '`
15029 cat >>confdefs.h
<<_ACEOF
15030 #define HAVE_IFUNC $yesno
15037 # Check linker support.
15040 # Check whether --with-gnu-ld was given.
15041 if test "${with_gnu_ld+set}" = set; then :
15042 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
15048 if test "$GCC" = yes; then
15049 # Check if gcc -print-prog-name=ld gives a path.
15050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
15051 $as_echo_n "checking for ld used by $CC... " >&6; }
15054 # gcc leaves a trailing carriage return which upsets mingw
15055 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
15057 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
15060 # Accept absolute paths.
15062 re_direlt
='/[^/][^/]*/\.\./'
15063 # Canonicalize the pathname of ld
15064 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
15065 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
15066 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
15068 test -z "$LD" && LD
="$ac_prog"
15071 # If it fails, then pretend we aren't using GCC.
15075 # If it is relative, then search for the first ld in PATH.
15076 with_gnu_ld
=unknown
15079 elif test "$with_gnu_ld" = yes; then
15080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
15081 $as_echo_n "checking for GNU ld... " >&6; }
15083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
15084 $as_echo_n "checking for non-GNU ld... " >&6; }
15086 if ${lt_cv_path_LD+:} false
; then :
15087 $as_echo_n "(cached) " >&6
15089 if test -z "$LD"; then
15090 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
15091 for ac_dir
in $PATH; do
15093 test -z "$ac_dir" && ac_dir
=.
15094 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
15095 lt_cv_path_LD
="$ac_dir/$ac_prog"
15096 # Check to see if the program is GNU ld. I'd rather use --version,
15097 # but apparently some variants of GNU ld only accept -v.
15098 # Break only if it was the GNU/non-GNU ld that we prefer.
15099 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
15100 *GNU
* |
*'with BFD'*)
15101 test "$with_gnu_ld" != no
&& break
15104 test "$with_gnu_ld" != yes && break
15111 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
15115 LD
="$lt_cv_path_LD"
15116 if test -n "$LD"; then
15117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
15118 $as_echo "$LD" >&6; }
15120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15121 $as_echo "no" >&6; }
15123 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
15124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
15125 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
15126 if ${lt_cv_prog_gnu_ld+:} false
; then :
15127 $as_echo_n "(cached) " >&6
15129 # I'd rather use --version here, but apparently some GNU lds only accept -v.
15130 case `$LD -v 2>&1 </dev/null` in
15131 *GNU
* |
*'with BFD'*)
15132 lt_cv_prog_gnu_ld
=yes
15135 lt_cv_prog_gnu_ld
=no
15139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
15140 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
15141 with_gnu_ld
=$lt_cv_prog_gnu_ld
15149 # If we're not using GNU ld, then there's no point in even trying these
15150 # tests. Check for that first. We should have already tested for gld
15151 # by now (in libtool), but require it now just to be safe...
15152 test -z "$SECTION_LDFLAGS" && SECTION_LDFLAGS
=''
15153 test -z "$OPT_LDFLAGS" && OPT_LDFLAGS
=''
15157 # The name set by libtool depends on the version of libtool. Shame on us
15158 # for depending on an impl detail, but c'est la vie. Older versions used
15159 # ac_cv_prog_gnu_ld, but now it's lt_cv_prog_gnu_ld, and is copied back on
15160 # top of with_gnu_ld (which is also set by --with-gnu-ld, so that actually
15161 # makes sense). We'll test with_gnu_ld everywhere else, so if that isn't
15162 # set (hence we're using an older libtool), then set it.
15163 if test x
${with_gnu_ld+set} != xset
; then
15164 if test x
${ac_cv_prog_gnu_ld+set} != xset
; then
15165 # We got through "ac_require(ac_prog_ld)" and still not set? Huh?
15168 with_gnu_ld
=$ac_cv_prog_gnu_ld
15172 # Start by getting the version number. I think the libtool test already
15173 # does some of this, but throws away the result.
15174 libat_ld_is_gold
=no
15175 if $LD --version 2>/dev
/null |
grep 'GNU gold'> /dev
/null
2>&1; then
15176 libat_ld_is_gold
=yes
15179 ldver
=`$LD --version 2>/dev/null |
15180 sed -e 's/GNU gold /GNU ld /;s/GNU ld version /GNU ld /;s/GNU ld ([^)]*) /GNU ld /;s/GNU ld \([0-9.][0-9.]*\).*/\1/; q'`
15182 libat_gnu_ld_version
=`echo $ldver | \
15183 $AWK -F. '{ if (NF<3) $3=0; print ($1*100+$2)*100+$3 }'`
15185 # Set --gc-sections.
15186 if test "$with_gnu_ld" = "notbroken"; then
15187 # GNU ld it is! Joy and bunny rabbits!
15189 # All these tests are for C++; save the language and the compiler flags.
15190 # Need to do this so that g++ won't try to link in libstdc++
15191 ac_test_CFLAGS
="${CFLAGS+set}"
15192 ac_save_CFLAGS
="$CFLAGS"
15193 CFLAGS
='-x c++ -Wl,--gc-sections'
15195 # Check for -Wl,--gc-sections
15196 # XXX This test is broken at the moment, as symbols required for linking
15197 # are now in libsupc++ (not built yet). In addition, this test has
15198 # cored on solaris in the past. In addition, --gc-sections doesn't
15199 # really work at the moment (keeps on discarding used sections, first
15200 # .eh_frame and now some of the glibc sections for iconv).
15201 # Bzzzzt. Thanks for playing, maybe next time.
15202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,--gc-sections" >&5
15203 $as_echo_n "checking for ld that supports -Wl,--gc-sections... " >&6; }
15204 if test "$cross_compiling" = yes; then :
15205 ac_sectionLDflags
=yes
15207 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15208 /* end confdefs.h. */
15218 if ac_fn_c_try_run
"$LINENO"; then :
15219 ac_sectionLDflags
=yes
15221 ac_sectionLDflags
=no
15223 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
15224 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
15227 if test "$ac_test_CFLAGS" = set; then
15228 CFLAGS
="$ac_save_CFLAGS"
15230 # this is the suspicious part
15233 if test "$ac_sectionLDflags" = "yes"; then
15234 SECTION_LDFLAGS
="-Wl,--gc-sections $SECTION_LDFLAGS"
15236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_sectionLDflags" >&5
15237 $as_echo "$ac_sectionLDflags" >&6; }
15240 # Set linker optimization flags.
15241 if test x
"$with_gnu_ld" = x
"yes"; then
15242 OPT_LDFLAGS
="-Wl,-O1 $OPT_LDFLAGS"
15250 # Check whether --enable-symvers was given.
15251 if test "${enable_symvers+set}" = set; then :
15252 enableval
=$enable_symvers;
15253 case "$enableval" in
15254 yes|no|gnu
*|sun
) ;;
15255 *) as_fn_error $?
"Unknown argument to enable/disable symvers" "$LINENO" 5 ;;
15264 # If we never went through the LIBAT_CHECK_LINKER_FEATURES macro, then we
15265 # don't know enough about $LD to do tricks...
15268 # Turn a 'yes' into a suitable default.
15269 if test x
$enable_symvers = xyes
; then
15270 # FIXME The following test is too strict, in theory.
15271 if test $enable_shared = no ||
test "x$LD" = x
; then
15274 if test $with_gnu_ld = yes ; then
15277 case ${target_os} in
15278 # Sun symbol versioning exists since Solaris 2.5.
15279 solaris2.
[5-9]* | solaris2.1
[0-9]*)
15280 enable_symvers
=sun
;;
15282 enable_symvers
=no
;;
15288 # Check if 'sun' was requested on non-Solaris 2 platforms.
15289 if test x
$enable_symvers = xsun
; then
15290 case ${target_os} in
15295 # Unlikely to work.
15296 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === You have requested Sun symbol versioning, but" >&5
15297 $as_echo "$as_me: WARNING: === You have requested Sun symbol versioning, but" >&2;}
15298 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === you are not targetting Solaris 2." >&5
15299 $as_echo "$as_me: WARNING: === you are not targetting Solaris 2." >&2;}
15300 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
15301 $as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
15307 # Check to see if libgcc_s exists, indicating that shared libgcc is possible.
15308 if test $enable_symvers != no
; then
15309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared libgcc" >&5
15310 $as_echo_n "checking for shared libgcc... " >&6; }
15311 ac_save_CFLAGS
="$CFLAGS"
15313 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15314 /* end confdefs.h. */
15324 if ac_fn_c_try_link
"$LINENO"; then :
15325 libat_shared_libgcc
=yes
15327 libat_shared_libgcc
=no
15329 rm -f core conftest.err conftest.
$ac_objext \
15330 conftest
$ac_exeext conftest.
$ac_ext
15331 CFLAGS
="$ac_save_CFLAGS"
15332 if test $libat_shared_libgcc = no
; then
15333 cat > conftest.c
<<EOF
15334 int main (void) { return 0; }
15336 libat_libgcc_s_suffix
=`${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
15337 -shared -shared-libgcc -o conftest.so \
15338 conftest.c -v 2>&1 >/dev/null \
15339 | sed -n 's/^.* -lgcc_s\([^ ]*\) .*$/\1/p'`
15340 rm -f conftest.c conftest.so
15341 if test x
${libat_libgcc_s_suffix+set} = xset
; then
15342 CFLAGS
=" -lgcc_s$libat_libgcc_s_suffix"
15343 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15344 /* end confdefs.h. */
15354 if ac_fn_c_try_link
"$LINENO"; then :
15355 libat_shared_libgcc
=yes
15357 rm -f core conftest.err conftest.
$ac_objext \
15358 conftest
$ac_exeext conftest.
$ac_ext
15359 CFLAGS
="$ac_save_CFLAGS"
15362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_shared_libgcc" >&5
15363 $as_echo "$libat_shared_libgcc" >&6; }
15366 # For GNU ld, we need at least this version. The format is described in
15367 # LIBAT_CHECK_LINKER_FEATURES above.
15368 libat_min_gnu_ld_version
=21400
15369 # XXXXXXXXXXX libat_gnu_ld_version=21390
15371 # Check to see if unspecified "yes" value can win, given results above.
15372 # Change "yes" into either "no" or a style name.
15373 if test $enable_symvers != no
&& test $libat_shared_libgcc = yes; then
15374 if test $with_gnu_ld = yes; then
15375 if test $libat_gnu_ld_version -ge $libat_min_gnu_ld_version ; then
15377 elif test $libat_ld_is_gold = yes ; then
15380 # The right tools, the right setup, but too old. Fallbacks?
15381 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Linker version $libat_gnu_ld_version is too old for" >&5
15382 $as_echo "$as_me: WARNING: === Linker version $libat_gnu_ld_version is too old for" >&2;}
15383 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === full symbol versioning support in this release of GCC." >&5
15384 $as_echo "$as_me: WARNING: === full symbol versioning support in this release of GCC." >&2;}
15385 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === You would need to upgrade your binutils to version" >&5
15386 $as_echo "$as_me: WARNING: === You would need to upgrade your binutils to version" >&2;}
15387 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === $libat_min_gnu_ld_version or later and rebuild GCC." >&5
15388 $as_echo "$as_me: WARNING: === $libat_min_gnu_ld_version or later and rebuild GCC." >&2;}
15389 if test $libat_gnu_ld_version -ge 21200 ; then
15390 # Globbing fix is present, proper block support is not.
15391 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
15392 $as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
15396 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
15397 $as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
15401 elif test $enable_symvers = sun
; then
15402 : All interesting versions of Sun ld support sun style symbol versioning.
15404 # just fail for now
15405 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === You have requested some kind of symbol versioning, but" >&5
15406 $as_echo "$as_me: WARNING: === You have requested some kind of symbol versioning, but" >&2;}
15407 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === either you are not using a supported linker, or you are" >&5
15408 $as_echo "$as_me: WARNING: === either you are not using a supported linker, or you are" >&2;}
15409 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === not building a shared libgcc_s (which is required)." >&5
15410 $as_echo "$as_me: WARNING: === not building a shared libgcc_s (which is required)." >&2;}
15411 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
15412 $as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
15416 if test $enable_symvers = gnu
; then
15418 $as_echo "#define LIBAT_GNU_SYMBOL_VERSIONING 1" >>confdefs.h
15422 if test $enable_symvers != no
; then
15423 LIBAT_BUILD_VERSIONED_SHLIB_TRUE
=
15424 LIBAT_BUILD_VERSIONED_SHLIB_FALSE
='#'
15426 LIBAT_BUILD_VERSIONED_SHLIB_TRUE
='#'
15427 LIBAT_BUILD_VERSIONED_SHLIB_FALSE
=
15430 if test $enable_symvers = gnu
; then
15431 LIBAT_BUILD_VERSIONED_SHLIB_GNU_TRUE
=
15432 LIBAT_BUILD_VERSIONED_SHLIB_GNU_FALSE
='#'
15434 LIBAT_BUILD_VERSIONED_SHLIB_GNU_TRUE
='#'
15435 LIBAT_BUILD_VERSIONED_SHLIB_GNU_FALSE
=
15438 if test $enable_symvers = sun
; then
15439 LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE
=
15440 LIBAT_BUILD_VERSIONED_SHLIB_SUN_FALSE
='#'
15442 LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE
='#'
15443 LIBAT_BUILD_VERSIONED_SHLIB_SUN_FALSE
=
15446 { $as_echo "$as_me:${as_lineno-$LINENO}: versioning on shared library symbols is $enable_symvers" >&5
15447 $as_echo "$as_me: versioning on shared library symbols is $enable_symvers" >&6;}
15450 # Cleanup and exit.
15451 CFLAGS
="$save_CFLAGS"
15452 cat >confcache
<<\_ACEOF
15453 # This file is a shell script that caches the results of configure
15454 # tests run on this system so they can be shared between configure
15455 # scripts and configure runs, see configure's option --config-cache.
15456 # It is not useful on other systems. If it contains results you don't
15457 # want to keep, you may remove or edit it.
15459 # config.status only pays attention to the cache file if you give it
15460 # the --recheck option to rerun configure.
15462 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15463 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15464 # following values.
15468 # The following way of writing the cache mishandles newlines in values,
15469 # but we know of no workaround that is simple, portable, and efficient.
15470 # So, we kill variables containing newlines.
15471 # Ultrix sh set writes to stderr and can't be redirected directly,
15472 # and sets the high bit in the cache file unless we assign to the vars.
15474 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15475 eval ac_val
=\$
$ac_var
15479 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15480 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15483 _ | IFS | as_nl
) ;; #(
15484 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
15485 *) { eval $ac_var=; unset $ac_var;} ;;
15491 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15492 *${as_nl}ac_space
=\
*)
15493 # `set' does not quote correctly, so add quotes: double-quote
15494 # substitution turns \\\\ into \\, and sed turns \\ into \.
15497 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15500 # `set' quotes correctly as required by POSIX, so do not add quotes.
15501 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15510 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15512 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15514 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
15515 if test -w "$cache_file"; then
15516 if test "x$cache_file" != "x/dev/null"; then
15517 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15518 $as_echo "$as_me: updating cache $cache_file" >&6;}
15519 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
15520 cat confcache
>"$cache_file"
15522 case $cache_file in #(
15524 mv -f confcache
"$cache_file"$$
&&
15525 mv -f "$cache_file"$$
"$cache_file" ;; #(
15527 mv -f confcache
"$cache_file" ;;
15532 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15533 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15538 # Add -Wall -Werror if we are using GCC.
15539 if test "x$GCC" = "xyes"; then
15540 XCFLAGS
="$XCFLAGS -Wall -Werror"
15543 # Add CET specific flags if CET is enabled
15544 # Check whether --enable-cet was given.
15545 if test "${enable_cet+set}" = set; then :
15546 enableval
=$enable_cet;
15547 case "$enableval" in
15549 *) as_fn_error $?
"Unknown argument to enable/disable cet" "$LINENO" 5 ;;
15557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CET support" >&5
15558 $as_echo_n "checking for CET support... " >&6; }
15561 i
[34567]86-*-linux* | x86_64-
*-linux*)
15562 case "$enable_cet" in
15564 # Check if target supports multi-byte NOPs
15565 # and if assembler supports CET insn.
15566 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15567 /* end confdefs.h. */
15573 #if !defined(__SSE2__)
15574 #error target does not support multi-byte NOPs
15583 if ac_fn_c_try_compile
"$LINENO"; then :
15588 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15591 # Check if assembler supports CET.
15592 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15593 /* end confdefs.h. */
15603 if ac_fn_c_try_compile
"$LINENO"; then :
15606 as_fn_error $?
"assembler with CET support is required for --enable-cet" "$LINENO" 5
15608 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15616 if test x
$enable_cet = xyes
; then
15617 CET_FLAGS
="-fcf-protection -mshstk"
15618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15619 $as_echo "yes" >&6; }
15621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15622 $as_echo "no" >&6; }
15625 XCFLAGS
="$XCFLAGS $CET_FLAGS"
15627 XCFLAGS
="$XCFLAGS $XPCFLAGS"
15635 if test x
$libat_cv_have_ifunc = xyes
; then
15637 HAVE_IFUNC_FALSE
='#'
15639 HAVE_IFUNC_TRUE
='#'
15643 if expr "$config_path" : ".* linux/aarch64 .*" > /dev
/null
; then
15644 ARCH_AARCH64_LINUX_TRUE
=
15645 ARCH_AARCH64_LINUX_FALSE
='#'
15647 ARCH_AARCH64_LINUX_TRUE
='#'
15648 ARCH_AARCH64_LINUX_FALSE
=
15651 if expr "$config_path" : ".* linux/arm .*" > /dev
/null
; then
15652 ARCH_ARM_LINUX_TRUE
=
15653 ARCH_ARM_LINUX_FALSE
='#'
15655 ARCH_ARM_LINUX_TRUE
='#'
15656 ARCH_ARM_LINUX_FALSE
=
15659 if test "$ARCH" = x86
&& test x
$libat_cv_wordsize = x4
; then
15661 ARCH_I386_FALSE
='#'
15667 if test "$ARCH" = x86
&& test x
$libat_cv_wordsize = x8
; then
15669 ARCH_X86_64_FALSE
='#'
15671 ARCH_X86_64_TRUE
='#'
15676 # Determine what GCC version number to use in filesystem paths.
15678 get_gcc_base_ver
="cat"
15680 # Check whether --with-gcc-major-version-only was given.
15681 if test "${with_gcc_major_version_only+set}" = set; then :
15682 withval
=$with_gcc_major_version_only; if test x
$with_gcc_major_version_only = xyes
; then
15683 get_gcc_base_ver
="sed -e 's/^\([0-9]*\).*/\1/'"
15691 if test ${multilib} = yes; then
15692 multilib_arg
="--enable-multilib"
15697 ac_config_files
="$ac_config_files Makefile testsuite/Makefile"
15699 cat >confcache
<<\_ACEOF
15700 # This file is a shell script that caches the results of configure
15701 # tests run on this system so they can be shared between configure
15702 # scripts and configure runs, see configure's option --config-cache.
15703 # It is not useful on other systems. If it contains results you don't
15704 # want to keep, you may remove or edit it.
15706 # config.status only pays attention to the cache file if you give it
15707 # the --recheck option to rerun configure.
15709 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15710 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15711 # following values.
15715 # The following way of writing the cache mishandles newlines in values,
15716 # but we know of no workaround that is simple, portable, and efficient.
15717 # So, we kill variables containing newlines.
15718 # Ultrix sh set writes to stderr and can't be redirected directly,
15719 # and sets the high bit in the cache file unless we assign to the vars.
15721 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15722 eval ac_val
=\$
$ac_var
15726 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15727 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15730 _ | IFS | as_nl
) ;; #(
15731 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
15732 *) { eval $ac_var=; unset $ac_var;} ;;
15738 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15739 *${as_nl}ac_space
=\
*)
15740 # `set' does not quote correctly, so add quotes: double-quote
15741 # substitution turns \\\\ into \\, and sed turns \\ into \.
15744 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15747 # `set' quotes correctly as required by POSIX, so do not add quotes.
15748 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15757 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15759 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15761 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
15762 if test -w "$cache_file"; then
15763 if test "x$cache_file" != "x/dev/null"; then
15764 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15765 $as_echo "$as_me: updating cache $cache_file" >&6;}
15766 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
15767 cat confcache
>"$cache_file"
15769 case $cache_file in #(
15771 mv -f confcache
"$cache_file"$$
&&
15772 mv -f "$cache_file"$$
"$cache_file" ;; #(
15774 mv -f confcache
"$cache_file" ;;
15779 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15780 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15785 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
15786 # Let make expand exec_prefix.
15787 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
15789 DEFS
=-DHAVE_CONFIG_H
15794 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
15795 # 1. Remove the extension, and $U if already installed.
15796 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
15797 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
15798 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15799 # will be set to the directory where LIBOBJS objects are built.
15800 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15801 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
15803 LIBOBJS
=$ac_libobjs
15805 LTLIBOBJS
=$ac_ltlibobjs
15808 if test -z "${GENINSRC_TRUE}" && test -z "${GENINSRC_FALSE}"; then
15809 as_fn_error $?
"conditional \"GENINSRC\" was never defined.
15810 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15813 $as_echo_n "checking that generated files are newer than configure... " >&6; }
15814 if test -n "$am_sleep_pid"; then
15815 # Hide warnings about reused PIDs.
15816 wait $am_sleep_pid 2>/dev
/null
15818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15819 $as_echo "done" >&6; }
15820 if test -n "$EXEEXT"; then
15822 am__EXEEXT_FALSE
='#'
15824 am__EXEEXT_TRUE
='#'
15828 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15829 as_fn_error $?
"conditional \"AMDEP\" was never defined.
15830 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15832 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15833 as_fn_error $?
"conditional \"am__fastdepCC\" was never defined.
15834 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15836 if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
15837 as_fn_error $?
"conditional \"am__fastdepCCAS\" was never defined.
15838 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15840 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15841 as_fn_error $?
"conditional \"MAINTAINER_MODE\" was never defined.
15842 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15845 if test -z "${LIBAT_BUILD_VERSIONED_SHLIB_TRUE}" && test -z "${LIBAT_BUILD_VERSIONED_SHLIB_FALSE}"; then
15846 as_fn_error $?
"conditional \"LIBAT_BUILD_VERSIONED_SHLIB\" was never defined.
15847 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15849 if test -z "${LIBAT_BUILD_VERSIONED_SHLIB_GNU_TRUE}" && test -z "${LIBAT_BUILD_VERSIONED_SHLIB_GNU_FALSE}"; then
15850 as_fn_error $?
"conditional \"LIBAT_BUILD_VERSIONED_SHLIB_GNU\" was never defined.
15851 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15853 if test -z "${LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE}" && test -z "${LIBAT_BUILD_VERSIONED_SHLIB_SUN_FALSE}"; then
15854 as_fn_error $?
"conditional \"LIBAT_BUILD_VERSIONED_SHLIB_SUN\" was never defined.
15855 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15857 if test -z "${HAVE_IFUNC_TRUE}" && test -z "${HAVE_IFUNC_FALSE}"; then
15858 as_fn_error $?
"conditional \"HAVE_IFUNC\" was never defined.
15859 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15861 if test -z "${ARCH_AARCH64_LINUX_TRUE}" && test -z "${ARCH_AARCH64_LINUX_FALSE}"; then
15862 as_fn_error $?
"conditional \"ARCH_AARCH64_LINUX\" was never defined.
15863 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15865 if test -z "${ARCH_ARM_LINUX_TRUE}" && test -z "${ARCH_ARM_LINUX_FALSE}"; then
15866 as_fn_error $?
"conditional \"ARCH_ARM_LINUX\" was never defined.
15867 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15869 if test -z "${ARCH_I386_TRUE}" && test -z "${ARCH_I386_FALSE}"; then
15870 as_fn_error $?
"conditional \"ARCH_I386\" was never defined.
15871 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15873 if test -z "${ARCH_X86_64_TRUE}" && test -z "${ARCH_X86_64_FALSE}"; then
15874 as_fn_error $?
"conditional \"ARCH_X86_64\" was never defined.
15875 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15878 : "${CONFIG_STATUS=./config.status}"
15880 ac_clean_files_save
=$ac_clean_files
15881 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
15882 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15883 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15885 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15887 # Generated by $as_me.
15888 # Run this file to recreate the current configuration.
15889 # Compiler output produced by configure, useful for debugging
15890 # configure, is in config.log if it exists.
15893 ac_cs_recheck=false
15896 SHELL=\${CONFIG_SHELL-$SHELL}
15899 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
15900 ## -------------------- ##
15901 ## M4sh Initialization. ##
15902 ## -------------------- ##
15904 # Be more Bourne compatible
15905 DUALCASE
=1; export DUALCASE
# for MKS sh
15906 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
15909 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15910 # is contrary to our usage. Disable this feature.
15911 alias -g '${1+"$@"}'='"$@"'
15912 setopt NO_GLOB_SUBST
15914 case `(set -o) 2>/dev/null` in #(
15926 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15927 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15928 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15929 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15930 # Prefer a ksh shell builtin over an external printf program on Solaris,
15931 # but without wasting forks for bash or zsh.
15932 if test -z "$BASH_VERSION$ZSH_VERSION" \
15933 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15934 as_echo='print
-r --'
15935 as_echo_n='print
-rn --'
15936 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15937 as_echo='printf %s
\n'
15938 as_echo_n='printf %s
'
15940 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15941 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
15942 as_echo_n='/usr
/ucb
/echo -n'
15944 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15945 as_echo_n_body='eval
15949 expr "X$arg" : "X\\(.*\\)$as_nl";
15950 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15952 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
15954 export as_echo_n_body
15955 as_echo_n='sh
-c $as_echo_n_body as_echo
'
15957 export as_echo_body
15958 as_echo='sh
-c $as_echo_body as_echo
'
15961 # The user is always right.
15962 if test "${PATH_SEPARATOR+set}" != set; then
15964 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15965 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15972 # We need space, tab and new line, in precisely that order. Quoting is
15973 # there to prevent editors from complaining about space-tab.
15974 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15975 # splitting by setting IFS to empty value.)
15978 # Find who we are. Look in the path if we contain no directory separator.
15981 *[\\/]* ) as_myself=$0 ;;
15982 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15983 for as_dir in $PATH
15986 test -z "$as_dir" && as_dir=.
15987 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15993 # We did not find ourselves, most probably we were run as `sh COMMAND'
15994 # in which case we are not to be found in the path.
15995 if test "x$as_myself" = x
; then
15998 if test ! -f "$as_myself"; then
15999 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16003 # Unset variables that we do not need and which cause bugs (e.g. in
16004 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
16005 # suppresses any "Segmentation fault" message there. '((' could
16006 # trigger a bug in pdksh 5.2.14.
16007 for as_var
in BASH_ENV ENV MAIL MAILPATH
16008 do eval test x\
${$as_var+set} = xset \
16009 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
16022 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
16025 # as_fn_error STATUS ERROR [LINENO LOG_FD]
16026 # ----------------------------------------
16027 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16028 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
16029 # script with STATUS, using 1 if that was 0.
16032 as_status
=$1; test $as_status -eq 0 && as_status
=1
16034 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
16035 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
16037 $as_echo "$as_me: error: $2" >&2
16038 as_fn_exit
$as_status
16042 # as_fn_set_status STATUS
16043 # -----------------------
16044 # Set $? to STATUS, without forking.
16045 as_fn_set_status
()
16048 } # as_fn_set_status
16050 # as_fn_exit STATUS
16051 # -----------------
16052 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16056 as_fn_set_status
$1
16062 # Portably unset VAR.
16065 { eval $1=; unset $1;}
16067 as_unset
=as_fn_unset
16068 # as_fn_append VAR VALUE
16069 # ----------------------
16070 # Append the text in VALUE to the end of the definition contained in VAR. Take
16071 # advantage of any shell optimizations that allow amortized linear growth over
16072 # repeated appends, instead of the typical quadratic growth present in naive
16074 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
16075 eval 'as_fn_append ()
16086 # as_fn_arith ARG...
16087 # ------------------
16088 # Perform arithmetic evaluation on the ARGs, and store the result in the
16089 # global $as_val. Take advantage of shells that can avoid forks. The arguments
16090 # must be portable across $(()) and expr.
16091 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
16092 eval 'as_fn_arith ()
16099 as_val
=`expr "$@" || test $? -eq 1`
16104 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
16105 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
16111 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
16112 as_basename
=basename
16117 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
16123 as_me
=`$as_basename -- "$0" ||
16124 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16125 X"$0" : 'X\(//\)$' \| \
16126 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16128 sed '/^.*\/\([^/][^/]*\)\/*$/{
16142 # Avoid depending upon Character Ranges.
16143 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
16144 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16145 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
16146 as_cr_digits
='0123456789'
16147 as_cr_alnum
=$as_cr_Letters$as_cr_digits
16149 ECHO_C
= ECHO_N
= ECHO_T
=
16150 case `echo -n x` in #(((((
16152 case `echo 'xy\c'` in
16153 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
16155 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
16162 rm -f conf$$ conf$$.exe conf$$.
file
16163 if test -d conf$$.dir
; then
16164 rm -f conf$$.dir
/conf$$.
file
16167 mkdir conf$$.dir
2>/dev
/null
16169 if (echo >conf$$.
file) 2>/dev
/null
; then
16170 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
16172 # ... but there are two gotchas:
16173 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16174 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16175 # In both cases, we have to default to `cp -pR'.
16176 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
16178 elif ln conf$$.
file conf$$
2>/dev
/null
; then
16186 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
16187 rmdir conf$$.dir
2>/dev
/null
16192 # Create "$as_dir" as a directory, including parents if necessary.
16197 -*) as_dir
=.
/$as_dir;;
16199 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
16203 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16204 *) as_qdir
=$as_dir;;
16206 as_dirs
="'$as_qdir' $as_dirs"
16207 as_dir
=`$as_dirname -- "$as_dir" ||
16208 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16209 X"$as_dir" : 'X\(//\)[^/]' \| \
16210 X"$as_dir" : 'X\(//\)$' \| \
16211 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16212 $as_echo X"$as_dir" |
16213 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16217 /^X\(\/\/\)[^/].*/{
16230 test -d "$as_dir" && break
16232 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
16233 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
16237 if mkdir
-p .
2>/dev
/null
; then
16238 as_mkdir_p
='mkdir -p "$as_dir"'
16240 test -d .
/-p && rmdir .
/-p
16245 # as_fn_executable_p FILE
16246 # -----------------------
16247 # Test if FILE is an executable regular file.
16248 as_fn_executable_p
()
16250 test -f "$1" && test -x "$1"
16251 } # as_fn_executable_p
16252 as_test_x
='test -x'
16253 as_executable_p
=as_fn_executable_p
16255 # Sed expression to map a string onto a valid CPP name.
16256 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16258 # Sed expression to map a string onto a valid variable name.
16259 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16263 ## ----------------------------------- ##
16264 ## Main body of $CONFIG_STATUS script. ##
16265 ## ----------------------------------- ##
16267 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
16269 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16270 # Save the log message, to keep $0 and so on meaningful, and to
16271 # report actual input values of CONFIG_FILES etc. instead of their
16272 # values after options handling.
16274 This file was extended by GNU Atomic Library $as_me 1.0, which was
16275 generated by GNU Autoconf 2.69. Invocation command line was
16277 CONFIG_FILES = $CONFIG_FILES
16278 CONFIG_HEADERS = $CONFIG_HEADERS
16279 CONFIG_LINKS = $CONFIG_LINKS
16280 CONFIG_COMMANDS = $CONFIG_COMMANDS
16283 on `(hostname || uname -n) 2>/dev/null | sed 1q`
16288 case $ac_config_files in *"
16289 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
16292 case $ac_config_headers in *"
16293 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
16297 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16298 # Files that config.status was made for.
16299 config_files="$ac_config_files"
16300 config_headers="$ac_config_headers"
16301 config_commands="$ac_config_commands"
16305 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16307 \`$as_me' instantiates files and other configuration actions
16308 from templates according to the current configuration. Unless the files
16309 and actions are specified as TAGs, all are instantiated by default.
16311 Usage: $0 [OPTION]... [TAG]...
16313 -h, --help print this help, then exit
16314 -V, --version print version number and configuration settings, then exit
16315 --config print configuration, then exit
16316 -q, --quiet, --silent
16317 do not print progress messages
16318 -d, --debug don't remove temporary files
16319 --recheck update $as_me by reconfiguring in the same conditions
16320 --file=FILE[:TEMPLATE]
16321 instantiate the configuration file FILE
16322 --header=FILE[:TEMPLATE]
16323 instantiate the configuration header FILE
16325 Configuration files:
16328 Configuration headers:
16331 Configuration commands:
16334 Report bugs to the package provider.
16335 GNU Atomic Library home page: <http://www.gnu.org/software/libatomic/>.
16336 General help using GNU software: <http://www.gnu.org/gethelp/>."
16339 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16340 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16342 GNU Atomic Library config.status 1.0
16343 configured by $0, generated by GNU Autoconf 2.69,
16344 with options \\"\$ac_cs_config\\"
16346 Copyright (C) 2012 Free Software Foundation, Inc.
16347 This config.status script is free software; the Free Software Foundation
16348 gives unlimited permission to copy, distribute and modify it."
16355 test -n "\$AWK" || AWK=awk
16358 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16359 # The default lists apply if the user does not specify any file.
16365 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
16366 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
16370 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
16382 # Handling of the options.
16383 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
16385 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
16386 $as_echo "$ac_cs_version"; exit ;;
16387 --config |
--confi |
--conf |
--con |
--co |
--c )
16388 $as_echo "$ac_cs_config"; exit ;;
16389 --debug |
--debu |
--deb |
--de |
--d |
-d )
16391 --file |
--fil |
--fi |
--f )
16394 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16395 '') as_fn_error $?
"missing file argument" ;;
16397 as_fn_append CONFIG_FILES
" '$ac_optarg'"
16398 ac_need_defaults
=false
;;
16399 --header |
--heade |
--head |
--hea )
16402 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16404 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
16405 ac_need_defaults
=false
;;
16407 # Conflict between --help and --header
16408 as_fn_error $?
"ambiguous option: \`$1'
16409 Try \`$0 --help' for more information.";;
16410 --help |
--hel |
-h )
16411 $as_echo "$ac_cs_usage"; exit ;;
16412 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
16413 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
16416 # This is an error.
16417 -*) as_fn_error $?
"unrecognized option: \`$1'
16418 Try \`$0 --help' for more information." ;;
16420 *) as_fn_append ac_config_targets
" $1"
16421 ac_need_defaults
=false
;;
16427 ac_configure_extra_args
=
16429 if $ac_cs_silent; then
16431 ac_configure_extra_args
="$ac_configure_extra_args --silent"
16435 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16436 if \$ac_cs_recheck; then
16437 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16439 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16440 CONFIG_SHELL='$SHELL'
16441 export CONFIG_SHELL
16446 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16450 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16451 ## Running $as_me. ##
16457 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16465 with_multisubdir="$with_multisubdir"
16466 with_multisrctop="$with_multisrctop"
16467 with_target_subdir="$with_target_subdir"
16468 ac_configure_args="${multilib_arg} ${ac_configure_args}"
16469 multi_basedir="$multi_basedir"
16470 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
16473 GFORTRAN="$GFORTRAN"
16475 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
16478 # The HP-UX ksh and POSIX shell print the target directory to stdout
16479 # if CDPATH is set.
16480 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16482 sed_quote_subst='$sed_quote_subst'
16483 double_quote_subst='$double_quote_subst'
16484 delay_variable_subst='$delay_variable_subst'
16485 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
16486 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
16487 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
16488 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
16489 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
16490 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
16491 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
16492 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
16493 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16494 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16495 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
16496 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
16497 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
16498 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
16499 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
16500 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
16501 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
16502 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
16503 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
16504 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
16505 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
16506 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
16507 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
16508 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
16509 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
16510 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
16511 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
16512 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
16513 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
16514 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
16515 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
16516 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
16517 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
16518 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
16519 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
16520 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
16521 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
16522 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16523 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16524 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
16525 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
16526 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
16527 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
16528 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
16529 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
16530 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
16531 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
16532 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
16533 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"`'
16534 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
16535 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
16536 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
16537 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
16538 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
16539 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
16540 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
16541 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
16542 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
16543 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
16544 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
16545 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
16546 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
16547 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
16548 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
16549 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16550 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
16551 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
16552 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
16553 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
16554 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
16555 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
16556 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16557 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
16558 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16559 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
16560 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16561 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16562 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16563 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16564 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16565 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
16566 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16567 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16568 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16569 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
16570 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
16571 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
16572 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
16573 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
16574 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
16575 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
16576 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
16577 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
16578 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
16579 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
16580 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
16581 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16582 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16583 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16584 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16585 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16586 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16587 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16588 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16589 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16590 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16591 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16592 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16593 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16594 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16595 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16596 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16597 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16598 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16599 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16600 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16601 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16602 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16603 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16604 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
16607 LTCFLAGS='$LTCFLAGS'
16608 compiler='$compiler_DEFAULT'
16610 # A function that is used when there is no print builtin or printf.
16611 func_fallback_echo ()
16613 eval 'cat <<_LTECHO_EOF
16618 # Quote evaled strings.
16632 deplibs_check_method \
16641 lt_cv_sys_global_symbol_pipe \
16642 lt_cv_sys_global_symbol_to_cdecl \
16643 lt_cv_sys_global_symbol_to_c_name_address \
16644 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
16645 lt_prog_compiler_no_builtin_flag \
16646 lt_prog_compiler_wl \
16647 lt_prog_compiler_pic \
16648 lt_prog_compiler_static \
16649 lt_cv_prog_compiler_c_o \
16657 export_dynamic_flag_spec \
16658 whole_archive_flag_spec \
16659 compiler_needs_object \
16661 allow_undefined_flag \
16662 no_undefined_flag \
16663 hardcode_libdir_flag_spec \
16664 hardcode_libdir_flag_spec_ld \
16665 hardcode_libdir_separator \
16670 variables_saved_for_relink \
16672 library_names_spec \
16674 install_override_mode \
16678 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16679 *[\\\\\\\`\\"\\\$]*)
16680 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
16683 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16688 # Double-quote double-evaled strings.
16689 for var in reload_cmds \
16690 old_postinstall_cmds \
16691 old_postuninstall_cmds \
16693 extract_expsyms_cmds \
16694 old_archive_from_new_cmds \
16695 old_archive_from_expsyms_cmds \
16697 archive_expsym_cmds \
16699 module_expsym_cmds \
16700 export_symbols_cmds \
16703 postuninstall_cmds \
16705 sys_lib_search_path_spec \
16706 sys_lib_dlsearch_path_spec; do
16707 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16708 *[\\\\\\\`\\"\\\$]*)
16709 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
16712 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16717 ac_aux_dir='$ac_aux_dir'
16718 xsi_shell='$xsi_shell'
16719 lt_shell_append='$lt_shell_append'
16721 # See if we are running on zsh, and set the options which allow our
16722 # commands through without removal of \ escapes INIT.
16723 if test -n "\${ZSH_VERSION+set}" ; then
16724 setopt NO_GLOB_SUBST
16730 TIMESTAMP='$TIMESTAMP'
16739 acx_cv_header_stdint="$acx_cv_header_stdint"
16740 acx_cv_type_int8_t="$acx_cv_type_int8_t"
16741 acx_cv_type_int16_t="$acx_cv_type_int16_t"
16742 acx_cv_type_int32_t="$acx_cv_type_int32_t"
16743 acx_cv_type_int64_t="$acx_cv_type_int64_t"
16744 acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
16745 ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
16746 ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
16747 ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
16748 ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
16749 ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
16750 ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
16751 ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
16752 ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
16757 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16759 # Handling of arguments.
16760 for ac_config_target
in $ac_config_targets
16762 case $ac_config_target in
16763 "auto-config.h") CONFIG_HEADERS
="$CONFIG_HEADERS auto-config.h" ;;
16764 "default-1") CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
16765 "depfiles") CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
16766 "libtool") CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
16767 "gstdint.h") CONFIG_COMMANDS
="$CONFIG_COMMANDS gstdint.h" ;;
16768 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
16769 "testsuite/Makefile") CONFIG_FILES
="$CONFIG_FILES testsuite/Makefile" ;;
16771 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16776 # If the user did not use the arguments to specify the items to instantiate,
16777 # then the envvar interface is used. Set only those that are not.
16778 # We use the long form for the default assignment because of an extremely
16779 # bizarre bug on SunOS 4.1.3.
16780 if $ac_need_defaults; then
16781 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
16782 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
16783 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
16786 # Have a temporary directory for convenience. Make it in the build tree
16787 # simply because there is no reason against having it here, and in addition,
16788 # creating and moving files from /tmp can sometimes cause problems.
16789 # Hook for its removal unless debugging.
16790 # Note that there is a small window in which the directory will not be cleaned:
16791 # after its creation but before its name has been assigned to `$tmp'.
16795 trap 'exit_status=$?
16796 : "${ac_tmp:=$tmp}"
16797 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16799 trap 'as_fn_exit 1' 1 2 13 15
16801 # Create a (secure) tmp directory for tmp files.
16804 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16808 tmp
=.
/conf$$
-$RANDOM
16809 (umask 077 && mkdir
"$tmp")
16810 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
16813 # Set up the scripts for CONFIG_FILES section.
16814 # No need to generate them if there are no CONFIG_FILES.
16815 # This happens for instance with `./config.status config.h'.
16816 if test -n "$CONFIG_FILES"; then
16819 ac_cr
=`echo X | tr X '\015'`
16820 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16821 # But we know of no other shell where ac_cr would be empty at this
16822 # point, so we can use a bashism as a fallback.
16823 if test "x$ac_cr" = x
; then
16824 eval ac_cr
=\$
\'\\r
\'
16826 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16827 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16830 ac_cs_awk_cr
=$ac_cr
16833 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16838 echo "cat >conf$$subs.awk <<_ACEOF" &&
16839 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16841 } >conf$$subs.sh ||
16842 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
16843 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16845 for ac_last_try in false false false false false :; do
16846 . ./conf$$subs.sh ||
16847 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
16849 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
16850 if test $ac_delim_n = $ac_delim_num; then
16852 elif $ac_last_try; then
16853 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
16855 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
16858 rm -f conf$$subs.sh
16860 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16861 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
16865 s/^/S["/; s
/!.
*/"]=/
16875 s/\(.\{148\}\)..*/\1/
16877 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
16882 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
16889 s/\(.\{148\}\)..*/\1/
16891 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
16895 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
16900 ' <conf$$subs.awk | sed '
16905 ' >>$CONFIG_STATUS || ac_write_fail=1
16906 rm -f conf$$subs.awk
16907 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16909 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
16910 for (key in S) S_is_set[key] = 1
16916 nfields = split(line, field, "@
")
16918 len = length(field[1])
16919 for (i = 2; i < nfields; i++) {
16921 keylen = length(key)
16922 if (S_is_set[key]) {
16924 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16925 len += length(value) + length(field[++i])
16936 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16937 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16938 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
16941 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
16942 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
16945 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16946 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
16947 # trailing colons and then remove the whole line if VPATH becomes empty
16948 # (actually we leave an empty line to preserve line numbers).
16949 if test "x
$srcdir" = x.; then
16950 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16968 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16969 fi # test -n "$CONFIG_FILES"
16971 # Set up the scripts for CONFIG_HEADERS section.
16972 # No need to generate them if there are no CONFIG_HEADERS.
16973 # This happens for instance with `./config.status Makefile'.
16974 if test -n "$CONFIG_HEADERS"; then
16975 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
16979 # Transform confdefs.h into an awk script `defines.awk', embedded as
16980 # here-document in config.status, that substitutes the proper values into
16981 # config.h.in to produce config.h.
16983 # Create a delimiter string that does not exist in confdefs.h, to ease
16984 # handling of long lines.
16986 for ac_last_try in false false :; do
16987 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
16988 if test -z "$ac_tt"; then
16990 elif $ac_last_try; then
16991 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
16993 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
16997 # For the awk script, D is an array of macro values keyed by name,
16998 # likewise P contains macro parameters if any. Preserve backslash
16999 # newline sequences.
17001 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
17003 s/.\{148\}/&'"$ac_delim"'/g
17006 s/^[ ]*#[ ]*define[ ][ ]*/ /
17013 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
17015 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
17019 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
17020 D["\
1"]=" \
3\\\\\\n
"\\/p
17022 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
17027 s/.\{148\}/&'"$ac_delim"'/g
17032 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
17035 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
17037 ' <confdefs.h | sed '
17038 s/'"$ac_delim"'/"\\\
17039 "/g' >>$CONFIG_STATUS || ac_write_fail=1
17041 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17042 for (key in D) D_is_set[key] = 1
17045 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
17047 split(line, arg, " ")
17048 if (arg[1] == "#") {
17052 defundef
= substr
(arg
[1], 2)
17055 split(mac1
, mac2
, "(") #)
17057 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
17058 if (D_is_set
[macro
]) {
17059 # Preserve the white space surrounding the "#".
17060 print prefix
"define", macro P
[macro
] D
[macro
]
17063 # Replace #undef with comments. This is necessary, for example,
17064 # in the case of _POSIX_SOURCE, which is predefined and required
17065 # on some systems where configure will not decide to define it.
17066 if (defundef
== "undef") {
17067 print
"/*", prefix defundef
, macro
, "*/"
17075 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17076 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
17077 fi # test -n "$CONFIG_HEADERS"
17080 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
17085 :[FHLC
]) ac_mode
=$ac_tag; continue;;
17087 case $ac_mode$ac_tag in
17089 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
17090 :[FH
]-) ac_tag
=-:-;;
17091 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
17108 -) ac_f
="$ac_tmp/stdin";;
17109 *) # Look for the file first in the build tree, then in the source tree
17110 # (if the path is not absolute). The absolute path cannot be DOS-style,
17111 # because $ac_f cannot contain `:'.
17115 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
17117 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
17119 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17120 as_fn_append ac_file_inputs
" '$ac_f'"
17123 # Let's still pretend it is `configure' which instantiates (i.e., don't
17124 # use $as_me), people would be surprised to read:
17125 # /* config.h. Generated by config.status. */
17126 configure_input
='Generated from '`
17127 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
17129 if test x
"$ac_file" != x-
; then
17130 configure_input
="$ac_file. $configure_input"
17131 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
17132 $as_echo "$as_me: creating $ac_file" >&6;}
17134 # Neutralize special characters interpreted by sed in replacement strings.
17135 case $configure_input in #(
17136 *\
&* |
*\|
* |
*\\* )
17137 ac_sed_conf_input
=`$as_echo "$configure_input" |
17138 sed 's/[\\\\&|]/\\\\&/g'`;; #(
17139 *) ac_sed_conf_input
=$configure_input;;
17143 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
17144 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
17149 ac_dir
=`$as_dirname -- "$ac_file" ||
17150 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17151 X"$ac_file" : 'X\(//\)[^/]' \| \
17152 X"$ac_file" : 'X\(//\)$' \| \
17153 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
17154 $as_echo X"$ac_file" |
17155 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17159 /^X\(\/\/\)[^/].*/{
17172 as_dir
="$ac_dir"; as_fn_mkdir_p
17176 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
17178 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17179 # A ".." for each directory in $ac_dir_suffix.
17180 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17181 case $ac_top_builddir_sub in
17182 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
17183 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
17186 ac_abs_top_builddir
=$ac_pwd
17187 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
17188 # for backward compatibility:
17189 ac_top_builddir
=$ac_top_build_prefix
17192 .
) # We are building in place.
17194 ac_top_srcdir
=$ac_top_builddir_sub
17195 ac_abs_top_srcdir
=$ac_pwd ;;
17196 [\\/]* | ?
:[\\/]* ) # Absolute name.
17197 ac_srcdir
=$srcdir$ac_dir_suffix;
17198 ac_top_srcdir
=$srcdir
17199 ac_abs_top_srcdir
=$srcdir ;;
17200 *) # Relative name.
17201 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
17202 ac_top_srcdir
=$ac_top_build_prefix$srcdir
17203 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
17205 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
17215 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
17216 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
17218 ac_MKDIR_P
=$MKDIR_P
17220 [\\/$
]* | ?
:[\\/]* ) ;;
17221 */*) ac_MKDIR_P
=$ac_top_build_prefix$MKDIR_P ;;
17225 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17226 # If the template does not know about datarootdir, expand it.
17227 # FIXME: This hack should be removed a few years after 2.60.
17228 ac_datarootdir_hack
=; ac_datarootdir_seen
=
17239 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17240 *datarootdir
*) ac_datarootdir_seen
=yes;;
17241 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
17242 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17243 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17245 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17246 ac_datarootdir_hack='
17247 s&@datadir@&$datadir&g
17248 s&@docdir@&$docdir&g
17249 s&@infodir@&$infodir&g
17250 s&@localedir@&$localedir&g
17251 s&@mandir@&$mandir&g
17252 s&\\\${datarootdir}&$datarootdir&g' ;;
17256 # Neutralize VPATH when `$srcdir' = `.'.
17257 # Shell code in configure.ac might set extrasub.
17258 # FIXME: do we really want to maintain this feature?
17259 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17260 ac_sed_extra="$ac_vpsub
17263 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17265 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
17266 s|@configure_input@|
$ac_sed_conf_input|
;t t
17267 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
17268 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
17269 s
&@srcdir@
&$ac_srcdir&;t t
17270 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
17271 s
&@top_srcdir@
&$ac_top_srcdir&;t t
17272 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
17273 s
&@builddir@
&$ac_builddir&;t t
17274 s
&@abs_builddir@
&$ac_abs_builddir&;t t
17275 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
17276 s
&@INSTALL@
&$ac_INSTALL&;t t
17277 s
&@MKDIR_P@
&$ac_MKDIR_P&;t t
17278 $ac_datarootdir_hack
17280 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
17281 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
17283 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17284 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
17285 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
17286 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
17287 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
17288 which seems to be undefined. Please make sure it is defined" >&5
17289 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
17290 which seems to be undefined. Please make sure it is defined" >&2;}
17292 rm -f "$ac_tmp/stdin"
17294 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
17295 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
17297 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17303 if test x"$ac_file" != x-; then
17305 $as_echo "/* $configure_input */" \
17306 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
17307 } >"$ac_tmp/config.h" \
17308 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17309 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
17310 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17311 $as_echo "$as_me: $ac_file is unchanged" >&6;}
17314 mv "$ac_tmp/config.h" "$ac_file" \
17315 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17318 $as_echo "/* $configure_input */" \
17319 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
17320 || as_fn_error $? "could not create -" "$LINENO" 5
17322 # Compute "$ac_file"'s index
in $config_headers.
17325 for _am_header
in $config_headers :; do
17326 case $_am_header in
17327 $_am_arg |
$_am_arg:* )
17330 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
17333 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
17334 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17335 X"$_am_arg" : 'X\(//\)[^/]' \| \
17336 X"$_am_arg" : 'X\(//\)$' \| \
17337 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
17338 $as_echo X"$_am_arg" |
17339 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17343 /^X\(\/\/\)[^/].*/{
17355 s/.*/./; q'`/stamp-h
$_am_stamp_count
17358 :C
) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17359 $as_echo "$as_me: executing $ac_file commands" >&6;}
17364 case $ac_file$ac_mode in
17366 # Only add multilib support code if we just rebuilt the top-level
17368 case " $CONFIG_FILES " in
17370 ac_file
=Makefile .
${multi_basedir}/config-ml.
in
17373 "depfiles":C
) test x
"$AMDEP_TRUE" != x
"" ||
{
17374 # Older Autoconf quotes --file arguments for eval, but not when files
17375 # are listed without --file. Let's play safe and only enable the eval
17376 # if we detect the quoting.
17377 case $CONFIG_FILES in
17378 *\'*) eval set x
"$CONFIG_FILES" ;;
17379 *) set x
$CONFIG_FILES ;;
17384 # Strip MF so we end up with the name of the file.
17385 mf
=`echo "$mf" | sed -e 's/:.*$//'`
17386 # Check whether this is an Automake generated Makefile or not.
17387 # We used to match only the files named 'Makefile.in', but
17388 # some people rename them; so instead we look at the file content.
17389 # Grep'ing the first line is not enough: some people post-process
17390 # each Makefile.in and add a new line on top of each file to say so.
17391 # Grep'ing the whole file is not good either: AIX grep has a line
17392 # limit of 2048, but all sed's we know have understand at least 4000.
17393 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" |
grep X
>/dev
/null
2>&1; then
17394 dirpart
=`$as_dirname -- "$mf" ||
17395 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17396 X"$mf" : 'X\(//\)[^/]' \| \
17397 X"$mf" : 'X\(//\)$' \| \
17398 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
17400 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17404 /^X\(\/\/\)[^/].*/{
17420 # Extract the definition of DEPDIR, am__include, and am__quote
17421 # from the Makefile without running 'make'.
17422 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
17423 test -z "$DEPDIR" && continue
17424 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
17425 test -z "$am__include" && continue
17426 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
17427 # Find all dependency output files, they are included files with
17428 # $(DEPDIR) in their names. We invoke sed twice because it is the
17429 # simplest approach to changing $(DEPDIR) to its actual value in the
17431 for file in `sed -n "
17432 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17433 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
17434 # Make sure the directory exists.
17435 test -f "$dirpart/$file" && continue
17436 fdir
=`$as_dirname -- "$file" ||
17437 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17438 X"$file" : 'X\(//\)[^/]' \| \
17439 X"$file" : 'X\(//\)$' \| \
17440 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
17441 $as_echo X"$file" |
17442 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17446 /^X\(\/\/\)[^/].*/{
17459 as_dir
=$dirpart/$fdir; as_fn_mkdir_p
17460 # echo "creating $dirpart/$file"
17461 echo '# dummy' > "$dirpart/$file"
17468 # See if we are running on zsh, and set the options which allow our
17469 # commands through without removal of \ escapes.
17470 if test -n "${ZSH_VERSION+set}" ; then
17471 setopt NO_GLOB_SUBST
17474 cfgfile
="${ofile}T"
17475 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
17478 cat <<_LT_EOF >> "$cfgfile"
17481 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
17482 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
17483 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17484 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
17486 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
17487 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
17488 # Written by Gordon Matzigkeit, 1996
17490 # This file is part of GNU Libtool.
17492 # GNU Libtool is free software; you can redistribute it and/or
17493 # modify it under the terms of the GNU General Public License as
17494 # published by the Free Software Foundation; either version 2 of
17495 # the License, or (at your option) any later version.
17497 # As a special exception to the GNU General Public License,
17498 # if you distribute this file as part of a program or library that
17499 # is built using GNU Libtool, you may include this file under the
17500 # same distribution terms that you use for the rest of that program.
17502 # GNU Libtool is distributed in the hope that it will be useful,
17503 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17504 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17505 # GNU General Public License for more details.
17507 # You should have received a copy of the GNU General Public License
17508 # along with GNU Libtool; see the file COPYING. If not, a copy
17509 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
17510 # obtained by writing to the Free Software Foundation, Inc.,
17511 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17514 # The names of the tagged configurations supported by this script.
17517 # ### BEGIN LIBTOOL CONFIG
17519 # Which release of libtool.m4 was used?
17520 macro_version=$macro_version
17521 macro_revision=$macro_revision
17523 # Whether or not to build shared libraries.
17524 build_libtool_libs=$enable_shared
17526 # Whether or not to build static libraries.
17527 build_old_libs=$enable_static
17529 # What type of objects to build.
17532 # Whether or not to optimize for fast installation.
17533 fast_install=$enable_fast_install
17535 # Shell to use when invoking shell scripts.
17538 # An echo program that protects backslashes.
17542 host_alias=$host_alias
17546 # The build system.
17547 build_alias=$build_alias
17551 # A sed program that does not truncate output.
17554 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
17555 Xsed="\$SED -e 1s/^X//"
17557 # A grep program that handles long lines.
17563 # A literal string matcher.
17566 # A BSD- or MS-compatible name lister.
17569 # Whether we need soft or hard links.
17572 # What is the maximum length of a command?
17573 max_cmd_len=$max_cmd_len
17575 # Object file suffix (normally "o").
17578 # Executable file suffix (normally "").
17581 # whether the shell understands "unset".
17584 # turn spaces into newlines.
17587 # turn newlines into spaces.
17590 # An object symbol dumper.
17591 OBJDUMP=$lt_OBJDUMP
17593 # Method to check whether dependent libraries are shared objects.
17594 deplibs_check_method=$lt_deplibs_check_method
17596 # Command to use when deplibs_check_method == "file_magic".
17597 file_magic_cmd=$lt_file_magic_cmd
17601 AR_FLAGS=$lt_AR_FLAGS
17603 # A symbol stripping program.
17606 # Commands used to install an old-style archive.
17608 old_postinstall_cmds=$lt_old_postinstall_cmds
17609 old_postuninstall_cmds=$lt_old_postuninstall_cmds
17611 # Whether to use a lock for old archive extraction.
17612 lock_old_archive_extraction=$lock_old_archive_extraction
17617 # LTCC compiler flags.
17618 LTCFLAGS=$lt_CFLAGS
17620 # Take the output of nm and produce a listing of raw symbols and C names.
17621 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17623 # Transform the output of nm in a proper C declaration.
17624 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17626 # Transform the output of nm in a C name address pair.
17627 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17629 # Transform the output of nm in a C name address pair when lib prefix is needed.
17630 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17632 # The name of the directory that contains temporary libtool files.
17635 # Used to examine libraries when file_magic_cmd begins with "file".
17636 MAGIC_CMD=$MAGIC_CMD
17638 # Must we lock files when doing compilation?
17639 need_locks=$lt_need_locks
17641 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17642 DSYMUTIL=$lt_DSYMUTIL
17644 # Tool to change global to local symbols on Mac OS X.
17647 # Tool to manipulate fat objects and archives on Mac OS X.
17650 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
17653 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17654 OTOOL64=$lt_OTOOL64
17656 # Old archive suffix (normally "a").
17659 # Shared library suffix (normally ".so").
17660 shrext_cmds=$lt_shrext_cmds
17662 # The commands to extract the exported symbol list from a shared archive.
17663 extract_expsyms_cmds=$lt_extract_expsyms_cmds
17665 # Variables whose values should be saved in libtool wrapper scripts and
17666 # restored at link time.
17667 variables_saved_for_relink=$lt_variables_saved_for_relink
17669 # Do we need the "lib" prefix for modules?
17670 need_lib_prefix=$need_lib_prefix
17672 # Do we need a version for libraries?
17673 need_version=$need_version
17675 # Library versioning type.
17676 version_type=$version_type
17678 # Shared library runtime path variable.
17679 runpath_var=$runpath_var
17681 # Shared library path variable.
17682 shlibpath_var=$shlibpath_var
17684 # Is shlibpath searched before the hard-coded library search path?
17685 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17687 # Format of library name prefix.
17688 libname_spec=$lt_libname_spec
17690 # List of archive names. First name is the real one, the rest are links.
17691 # The last name is the one that the linker finds with -lNAME
17692 library_names_spec=$lt_library_names_spec
17694 # The coded name of the library, if different from the real name.
17695 soname_spec=$lt_soname_spec
17697 # Permission mode override for installation of shared libraries.
17698 install_override_mode=$lt_install_override_mode
17700 # Command to use after installation of a shared archive.
17701 postinstall_cmds=$lt_postinstall_cmds
17703 # Command to use after uninstallation of a shared archive.
17704 postuninstall_cmds=$lt_postuninstall_cmds
17706 # Commands used to finish a libtool library installation in a directory.
17707 finish_cmds=$lt_finish_cmds
17709 # As "finish_cmds", except a single script fragment to be evaled but
17711 finish_eval=$lt_finish_eval
17713 # Whether we should hardcode library paths into libraries.
17714 hardcode_into_libs=$hardcode_into_libs
17716 # Compile-time system search path for libraries.
17717 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17719 # Run-time system search path for libraries.
17720 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17722 # Whether dlopen is supported.
17723 dlopen_support=$enable_dlopen
17725 # Whether dlopen of programs is supported.
17726 dlopen_self=$enable_dlopen_self
17728 # Whether dlopen of statically linked programs is supported.
17729 dlopen_self_static=$enable_dlopen_self_static
17731 # Commands to strip libraries.
17732 old_striplib=$lt_old_striplib
17733 striplib=$lt_striplib
17736 # The linker used to build libraries.
17739 # How to create reloadable object files.
17740 reload_flag=$lt_reload_flag
17741 reload_cmds=$lt_reload_cmds
17743 # Commands used to build an old-style archive.
17744 old_archive_cmds=$lt_old_archive_cmds
17746 # A language specific compiler.
17749 # Is the compiler the GNU compiler?
17752 # Compiler flag to turn off builtin functions.
17753 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17755 # How to pass a linker flag through the compiler.
17756 wl=$lt_lt_prog_compiler_wl
17758 # Additional compiler flags for building library objects.
17759 pic_flag=$lt_lt_prog_compiler_pic
17761 # Compiler flag to prevent dynamic linking.
17762 link_static_flag=$lt_lt_prog_compiler_static
17764 # Does compiler simultaneously support -c and -o options?
17765 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17767 # Whether or not to add -lc for building shared libraries.
17768 build_libtool_need_lc=$archive_cmds_need_lc
17770 # Whether or not to disallow shared libs when runtime libs are static.
17771 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17773 # Compiler flag to allow reflexive dlopens.
17774 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17776 # Compiler flag to generate shared objects directly from archives.
17777 whole_archive_flag_spec=$lt_whole_archive_flag_spec
17779 # Whether the compiler copes with passing no objects directly.
17780 compiler_needs_object=$lt_compiler_needs_object
17782 # Create an old-style archive from a shared archive.
17783 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17785 # Create a temporary old-style archive to link instead of a shared archive.
17786 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17788 # Commands used to build a shared archive.
17789 archive_cmds=$lt_archive_cmds
17790 archive_expsym_cmds=$lt_archive_expsym_cmds
17792 # Commands used to build a loadable module if different from building
17793 # a shared archive.
17794 module_cmds=$lt_module_cmds
17795 module_expsym_cmds=$lt_module_expsym_cmds
17797 # Whether we are building with GNU ld or not.
17798 with_gnu_ld=$lt_with_gnu_ld
17800 # Flag that allows shared libraries with undefined symbols to be built.
17801 allow_undefined_flag=$lt_allow_undefined_flag
17803 # Flag that enforces no undefined symbols.
17804 no_undefined_flag=$lt_no_undefined_flag
17806 # Flag to hardcode \$libdir into a binary during linking.
17807 # This must work even if \$libdir does not exist
17808 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17810 # If ld is used when linking, flag to hardcode \$libdir into a binary
17811 # during linking. This must work even if \$libdir does not exist.
17812 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17814 # Whether we need a single "-rpath" flag with a separated argument.
17815 hardcode_libdir_separator=$lt_hardcode_libdir_separator
17817 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17818 # DIR into the resulting binary.
17819 hardcode_direct=$hardcode_direct
17821 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17822 # DIR into the resulting binary and the resulting library dependency is
17823 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17824 # library is relocated.
17825 hardcode_direct_absolute=$hardcode_direct_absolute
17827 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17828 # into the resulting binary.
17829 hardcode_minus_L=$hardcode_minus_L
17831 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17832 # into the resulting binary.
17833 hardcode_shlibpath_var=$hardcode_shlibpath_var
17835 # Set to "yes" if building a shared library automatically hardcodes DIR
17836 # into the library and all subsequent libraries and executables linked
17838 hardcode_automatic=$hardcode_automatic
17840 # Set to yes if linker adds runtime paths of dependent libraries
17841 # to runtime path list.
17842 inherit_rpath=$inherit_rpath
17844 # Whether libtool must link a program against all its dependency libraries.
17845 link_all_deplibs=$link_all_deplibs
17847 # Fix the shell variable \$srcfile for the compiler.
17848 fix_srcfile_path=$lt_fix_srcfile_path
17850 # Set to "yes" if exported symbols are required.
17851 always_export_symbols=$always_export_symbols
17853 # The commands to list exported symbols.
17854 export_symbols_cmds=$lt_export_symbols_cmds
17856 # Symbols that should not be listed in the preloaded symbols.
17857 exclude_expsyms=$lt_exclude_expsyms
17859 # Symbols that must always be exported.
17860 include_expsyms=$lt_include_expsyms
17862 # Commands necessary for linking programs (against libraries) with templates.
17863 prelink_cmds=$lt_prelink_cmds
17865 # Specify filename containing input files.
17866 file_list_spec=$lt_file_list_spec
17868 # How to hardcode a shared library path into an executable.
17869 hardcode_action=$hardcode_action
17871 # ### END LIBTOOL CONFIG
17877 cat <<\_LT_EOF
>> "$cfgfile"
17878 # AIX sometimes has problems with the GCC collect2 program. For some
17879 # reason, if we set the COLLECT_NAMES environment variable, the problems
17880 # vanish in a puff of smoke.
17881 if test "X${COLLECT_NAMES+set}" != Xset
; then
17883 export COLLECT_NAMES
17890 ltmain
="$ac_aux_dir/ltmain.sh"
17893 # We use sed instead of cat because bash on DJGPP gets confused if
17894 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17895 # text mode, it properly converts lines to CR/LF. This bash problem
17896 # is reportedly fixed, but why not run on old versions too?
17897 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17898 ||
(rm -f "$cfgfile"; exit 1)
17902 cat << \_LT_EOF
>> "$cfgfile"
17904 # func_dirname file append nondir_replacement
17905 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17906 # otherwise set result to NONDIR_REPLACEMENT.
17910 */*) func_dirname_result
="${1%/*}${2}" ;;
17911 * ) func_dirname_result
="${3}" ;;
17915 # func_basename file
17918 func_basename_result
="${1##*/}"
17921 # func_dirname_and_basename file append nondir_replacement
17922 # perform func_basename and func_dirname in a single function
17924 # dirname: Compute the dirname of FILE. If nonempty,
17925 # add APPEND to the result, otherwise set result
17926 # to NONDIR_REPLACEMENT.
17927 # value returned in "$func_dirname_result"
17928 # basename: Compute filename of FILE.
17929 # value retuned in "$func_basename_result"
17930 # Implementation must be kept synchronized with func_dirname
17931 # and func_basename. For efficiency, we do not delegate to
17932 # those functions but instead duplicate the functionality here.
17933 func_dirname_and_basename
()
17936 */*) func_dirname_result
="${1%/*}${2}" ;;
17937 * ) func_dirname_result
="${3}" ;;
17939 func_basename_result
="${1##*/}"
17942 # func_stripname prefix suffix name
17943 # strip PREFIX and SUFFIX off of NAME.
17944 # PREFIX and SUFFIX must not contain globbing or regex special
17945 # characters, hashes, percent signs, but SUFFIX may contain a leading
17946 # dot (in which case that matches only a dot).
17949 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17950 # positional parameters, so assign one to ordinary parameter first.
17951 func_stripname_result
=${3}
17952 func_stripname_result
=${func_stripname_result#"${1}"}
17953 func_stripname_result
=${func_stripname_result%"${2}"}
17959 func_opt_split_opt
=${1%%=*}
17960 func_opt_split_arg
=${1#*=}
17967 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
17968 *) func_lo2o_result
=${1} ;;
17972 # func_xform libobj-or-source
17975 func_xform_result
=${1%.*}.lo
17978 # func_arith arithmetic-term...
17981 func_arith_result
=$
(( $
* ))
17985 # STRING may not start with a hyphen.
17988 func_len_result
=${#1}
17993 *) # Bourne compatible functions.
17994 cat << \_LT_EOF
>> "$cfgfile"
17996 # func_dirname file append nondir_replacement
17997 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17998 # otherwise set result to NONDIR_REPLACEMENT.
18001 # Extract subdirectory from the argument.
18002 func_dirname_result
=`$ECHO "${1}" | $SED "$dirname"`
18003 if test "X$func_dirname_result" = "X${1}"; then
18004 func_dirname_result
="${3}"
18006 func_dirname_result
="$func_dirname_result${2}"
18010 # func_basename file
18013 func_basename_result
=`$ECHO "${1}" | $SED "$basename"`
18017 # func_stripname prefix suffix name
18018 # strip PREFIX and SUFFIX off of NAME.
18019 # PREFIX and SUFFIX must not contain globbing or regex special
18020 # characters, hashes, percent signs, but SUFFIX may contain a leading
18021 # dot (in which case that matches only a dot).
18022 # func_strip_suffix prefix name
18026 .
*) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
18027 *) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
18032 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
18033 my_sed_long_arg
='1s/^-[^=]*=//'
18038 func_opt_split_opt
=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
18039 func_opt_split_arg
=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
18045 func_lo2o_result
=`$ECHO "${1}" | $SED "$lo2o"`
18048 # func_xform libobj-or-source
18051 func_xform_result
=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
18054 # func_arith arithmetic-term...
18057 func_arith_result
=`expr "$@"`
18061 # STRING may not start with a hyphen.
18064 func_len_result
=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
18070 case $lt_shell_append in
18072 cat << \_LT_EOF
>> "$cfgfile"
18074 # func_append var value
18075 # Append VALUE to the end of shell variable VAR.
18083 cat << \_LT_EOF
>> "$cfgfile"
18085 # func_append var value
18086 # Append VALUE to the end of shell variable VAR.
18097 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
18098 ||
(rm -f "$cfgfile"; exit 1)
18100 mv -f "$cfgfile" "$ofile" ||
18101 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
18106 if test "$GCC" = yes; then
18107 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
18109 echo "/* generated for $CC */" > tmp-stdint.h
18112 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18114 #ifndef GCC_GENERATED_STDINT_H
18115 #define GCC_GENERATED_STDINT_H 1
18117 #include <sys/types.h>
18120 if test "$acx_cv_header_stdint" != stdint.h
; then
18121 echo "#include <stddef.h>" >> tmp-stdint.h
18123 if test "$acx_cv_header_stdint" != stddef.h
; then
18124 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
18127 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18128 /* glibc uses these symbols as guards to prevent redefinitions. */
18129 #ifdef __int8_t_defined
18134 #ifdef __uint32_t_defined
18140 # ----------------- done header, emit basic int types -------------
18141 if test "$acx_cv_header_stdint" = stddef.h
; then
18142 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18146 #ifndef __uint8_t_defined
18147 #define __uint8_t_defined
18149 typedef unsigned $acx_cv_type_int8_t uint8_t;
18156 #ifndef __uint16_t_defined
18157 #define __uint16_t_defined
18159 typedef unsigned $acx_cv_type_int16_t uint16_t;
18166 #ifndef __uint32_t_defined
18167 #define __uint32_t_defined
18169 typedef unsigned $acx_cv_type_int32_t uint32_t;
18176 #ifndef __int8_t_defined
18177 #define __int8_t_defined
18179 typedef $acx_cv_type_int8_t int8_t;
18186 #ifndef __int16_t_defined
18187 #define __int16_t_defined
18189 typedef $acx_cv_type_int16_t int16_t;
18196 #ifndef __int32_t_defined
18197 #define __int32_t_defined
18199 typedef $acx_cv_type_int32_t int32_t;
18204 elif test "$ac_cv_type_u_int32_t" = yes; then
18205 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18207 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
18220 #ifndef __uint8_t_defined
18221 #define __uint8_t_defined
18223 typedef u_int8_t uint8_t;
18230 #ifndef __uint16_t_defined
18231 #define __uint16_t_defined
18233 typedef u_int16_t uint16_t;
18240 #ifndef __uint32_t_defined
18241 #define __uint32_t_defined
18243 typedef u_int32_t uint32_t;
18249 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18251 /* Some systems have guard macros to prevent redefinitions, define them. */
18273 # ------------- done basic int types, emit int64_t types ------------
18274 if test "$ac_cv_type_uint64_t" = yes; then
18275 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18277 /* system headers have good uint64_t and int64_t */
18285 elif test "$ac_cv_type_u_int64_t" = yes; then
18286 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18288 /* system headers have an u_int64_t (and int64_t) */
18294 #ifndef __uint64_t_defined
18295 #define __uint64_t_defined
18297 typedef u_int64_t uint64_t;
18302 elif test -n "$acx_cv_type_int64_t"; then
18303 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18305 /* architecture has a 64-bit type, $acx_cv_type_int64_t */
18309 typedef $acx_cv_type_int64_t int64_t;
18314 #ifndef __uint64_t_defined
18315 #define __uint64_t_defined
18317 typedef unsigned $acx_cv_type_int64_t uint64_t;
18323 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18325 /* some common heuristics for int64_t, using compiler-specific tests */
18326 #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
18329 #ifndef __int64_t_defined
18331 typedef long long int64_t;
18338 typedef unsigned long long uint64_t;
18342 #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
18343 /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
18344 does not implement __extension__. But that compiler doesn't define
18346 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
18347 # define __extension__
18353 __extension__ typedef long long int64_t;
18359 __extension__ typedef unsigned long long uint64_t;
18363 #elif !defined __STRICT_ANSI__
18364 # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
18369 typedef __int64 int64_t;
18375 typedef unsigned __int64 uint64_t;
18378 # endif /* compiler */
18380 #endif /* ANSI version */
18384 # ------------- done int64_t types, emit intptr types ------------
18385 if test "$ac_cv_type_uintptr_t" != yes; then
18386 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18388 /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
18389 #ifndef __uintptr_t_defined
18391 typedef u$acx_cv_type_intptr_t uintptr_t;
18394 #ifndef __intptr_t_defined
18396 typedef $acx_cv_type_intptr_t intptr_t;
18402 # ------------- done intptr types, emit int_least types ------------
18403 if test "$ac_cv_type_int_least32_t" != yes; then
18404 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18406 /* Define int_least types */
18407 typedef int8_t int_least8_t;
18408 typedef int16_t int_least16_t;
18409 typedef int32_t int_least32_t;
18411 typedef int64_t int_least64_t;
18414 typedef uint8_t uint_least8_t;
18415 typedef uint16_t uint_least16_t;
18416 typedef uint32_t uint_least32_t;
18418 typedef uint64_t uint_least64_t;
18423 # ------------- done intptr types, emit int_fast types ------------
18424 if test "$ac_cv_type_int_fast32_t" != yes; then
18425 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18427 /* Define int_fast types. short is often slow */
18428 typedef int8_t int_fast8_t;
18429 typedef int int_fast16_t;
18430 typedef int32_t int_fast32_t;
18432 typedef int64_t int_fast64_t;
18435 typedef uint8_t uint_fast8_t;
18436 typedef unsigned int uint_fast16_t;
18437 typedef uint32_t uint_fast32_t;
18439 typedef uint64_t uint_fast64_t;
18444 if test "$ac_cv_type_uintmax_t" != yes; then
18445 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18447 /* Define intmax based on what we found */
18450 typedef int64_t intmax_t;
18452 typedef long intmax_t;
18457 typedef uint64_t uintmax_t;
18459 typedef unsigned long uintmax_t;
18465 sed 's/^ *//' >> tmp-stdint.h
<<EOF
18467 #endif /* GCC_GENERATED_STDINT_H */
18470 if test -r gstdint.h
&& cmp -s tmp-stdint.h gstdint.h
; then
18473 mv -f tmp-stdint.h gstdint.h
18484 ac_clean_files
=$ac_clean_files_save
18486 test $ac_write_fail = 0 ||
18487 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
18490 # configure is writing to config.log, and then calls config.status.
18491 # config.status does its own redirection, appending to config.log.
18492 # Unfortunately, on DOS this fails, as config.log is still kept open
18493 # by configure, so config.status won't be able to write to it; its
18494 # output is simply discarded. So we exec the FD to /dev/null,
18495 # effectively closing config.log, so it can be properly (re)opened and
18496 # appended to by config.status. When coming back to configure, we
18497 # need to make the FD available again.
18498 if test "$no_create" != yes; then
18500 ac_config_status_args
=
18501 test "$silent" = yes &&
18502 ac_config_status_args
="$ac_config_status_args --quiet"
18504 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
18506 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18507 # would make configure fail if this is the last instruction.
18508 $ac_cs_success || as_fn_exit
1
18510 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
18511 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18512 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}