2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for ld 2.36.50.
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
199 test \$(( 1 + 1 )) = 2 || exit 1
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || 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.
590 PACKAGE_VERSION
='2.36.50'
591 PACKAGE_STRING
='ld 2.36.50'
595 ac_unique_file
="ldmain.c"
596 # Factoring default headers for most tests.
597 ac_includes_default
="\
599 #ifdef HAVE_SYS_TYPES_H
600 # include <sys/types.h>
602 #ifdef HAVE_SYS_STAT_H
603 # include <sys/stat.h>
609 # ifdef HAVE_STDLIB_H
614 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
619 #ifdef HAVE_STRINGS_H
620 # include <strings.h>
622 #ifdef HAVE_INTTYPES_H
623 # include <inttypes.h>
633 ac_subst_vars
='am__EXEEXT_FALSE
645 elf_plt_unwind_list_options
646 elf_shlib_list_options
678 WARN_CFLAGS_FOR_BUILD
683 enable_initfini_array
686 TARGET_SYSTEM_ROOT_DEFINE
734 MAINTAINER_MODE_FALSE
748 INSTALL_STRIP_PROGRAM
802 program_transform_name
815 enable_option_checking
817 enable_maintainer_mode
818 enable_dependency_tracking
834 enable_compressed_debug_sections
839 enable_error_handling_script
840 enable_default_hash_style
841 enable_initfini_array
844 enable_build_warnings
848 ac_precious_vars
='build_alias
865 # Initialize some variables set by options.
867 ac_init_version
=false
868 ac_unrecognized_opts
=
870 # The variables have the same names as the options, with
871 # dashes changed to underlines.
879 program_transform_name
=s
,x
,x
,
887 # Installation directory options.
888 # These are left unexpanded so users can "make install exec_prefix=/foo"
889 # and all the variables that are supposed to be based on exec_prefix
890 # by default will actually change.
891 # Use braces instead of parens because sh, perl, etc. also accept them.
892 # (The list follows the same order as the GNU Coding Standards.)
893 bindir
='${exec_prefix}/bin'
894 sbindir
='${exec_prefix}/sbin'
895 libexecdir
='${exec_prefix}/libexec'
896 datarootdir
='${prefix}/share'
897 datadir
='${datarootdir}'
898 sysconfdir
='${prefix}/etc'
899 sharedstatedir
='${prefix}/com'
900 localstatedir
='${prefix}/var'
901 includedir
='${prefix}/include'
902 oldincludedir
='/usr/include'
903 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
904 infodir
='${datarootdir}/info'
909 libdir
='${exec_prefix}/lib'
910 localedir
='${datarootdir}/locale'
911 mandir
='${datarootdir}/man'
917 # If the previous option needs an argument, assign it.
918 if test -n "$ac_prev"; then
919 eval $ac_prev=\
$ac_option
925 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
930 # Accept the important Cygnus configure options, so we can diagnose typos.
932 case $ac_dashdash$ac_option in
936 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
938 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
941 -build |
--build |
--buil |
--bui |
--bu)
942 ac_prev
=build_alias
;;
943 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
944 build_alias
=$ac_optarg ;;
946 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
947 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
948 ac_prev
=cache_file
;;
949 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
950 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
951 cache_file
=$ac_optarg ;;
954 cache_file
=config.cache
;;
956 -datadir |
--datadir |
--datadi |
--datad)
958 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
959 datadir
=$ac_optarg ;;
961 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
962 |
--dataroo |
--dataro |
--datar)
963 ac_prev
=datarootdir
;;
964 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
965 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
966 datarootdir
=$ac_optarg ;;
968 -disable-* |
--disable-*)
969 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
970 # Reject names that are not valid shell variable names.
971 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
972 as_fn_error $?
"invalid feature name: $ac_useropt"
973 ac_useropt_orig
=$ac_useropt
974 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
975 case $ac_user_opts in
979 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
980 ac_unrecognized_sep
=', ';;
982 eval enable_
$ac_useropt=no
;;
984 -docdir |
--docdir |
--docdi |
--doc |
--do)
986 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
989 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
991 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
994 -enable-* |
--enable-*)
995 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
996 # Reject names that are not valid shell variable names.
997 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
998 as_fn_error $?
"invalid feature name: $ac_useropt"
999 ac_useropt_orig
=$ac_useropt
1000 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1001 case $ac_user_opts in
1003 "enable_
$ac_useropt"
1005 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1006 ac_unrecognized_sep
=', ';;
1008 eval enable_
$ac_useropt=\
$ac_optarg ;;
1010 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1011 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1012 |
--exec |
--exe |
--ex)
1013 ac_prev
=exec_prefix
;;
1014 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1015 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1016 |
--exec=* |
--exe=* |
--ex=*)
1017 exec_prefix
=$ac_optarg ;;
1019 -gas |
--gas |
--ga |
--g)
1020 # Obsolete; use --with-gas.
1023 -help |
--help |
--hel |
--he |
-h)
1024 ac_init_help
=long
;;
1025 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1026 ac_init_help
=recursive
;;
1027 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1028 ac_init_help
=short
;;
1030 -host |
--host |
--hos |
--ho)
1031 ac_prev
=host_alias
;;
1032 -host=* |
--host=* |
--hos=* |
--ho=*)
1033 host_alias
=$ac_optarg ;;
1035 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1037 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1039 htmldir
=$ac_optarg ;;
1041 -includedir |
--includedir |
--includedi |
--included |
--include \
1042 |
--includ |
--inclu |
--incl |
--inc)
1043 ac_prev
=includedir
;;
1044 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1045 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1046 includedir
=$ac_optarg ;;
1048 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1050 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1051 infodir
=$ac_optarg ;;
1053 -libdir |
--libdir |
--libdi |
--libd)
1055 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1056 libdir
=$ac_optarg ;;
1058 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1059 |
--libexe |
--libex |
--libe)
1060 ac_prev
=libexecdir
;;
1061 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1062 |
--libexe=* |
--libex=* |
--libe=*)
1063 libexecdir
=$ac_optarg ;;
1065 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1066 ac_prev
=localedir
;;
1067 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1068 localedir
=$ac_optarg ;;
1070 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1071 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1072 ac_prev
=localstatedir
;;
1073 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1074 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1075 localstatedir
=$ac_optarg ;;
1077 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1079 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1080 mandir
=$ac_optarg ;;
1082 -nfp |
--nfp |
--nf)
1083 # Obsolete; use --without-fp.
1086 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1087 |
--no-cr |
--no-c |
-n)
1090 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1091 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1094 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1095 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1096 |
--oldin |
--oldi |
--old |
--ol |
--o)
1097 ac_prev
=oldincludedir
;;
1098 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1099 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1100 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1101 oldincludedir
=$ac_optarg ;;
1103 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1105 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1106 prefix
=$ac_optarg ;;
1108 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1109 |
--program-pre |
--program-pr |
--program-p)
1110 ac_prev
=program_prefix
;;
1111 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1112 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1113 program_prefix
=$ac_optarg ;;
1115 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1116 |
--program-suf |
--program-su |
--program-s)
1117 ac_prev
=program_suffix
;;
1118 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1119 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1120 program_suffix
=$ac_optarg ;;
1122 -program-transform-name |
--program-transform-name \
1123 |
--program-transform-nam |
--program-transform-na \
1124 |
--program-transform-n |
--program-transform- \
1125 |
--program-transform |
--program-transfor \
1126 |
--program-transfo |
--program-transf \
1127 |
--program-trans |
--program-tran \
1128 |
--progr-tra |
--program-tr |
--program-t)
1129 ac_prev
=program_transform_name
;;
1130 -program-transform-name=* |
--program-transform-name=* \
1131 |
--program-transform-nam=* |
--program-transform-na=* \
1132 |
--program-transform-n=* |
--program-transform-=* \
1133 |
--program-transform=* |
--program-transfor=* \
1134 |
--program-transfo=* |
--program-transf=* \
1135 |
--program-trans=* |
--program-tran=* \
1136 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1137 program_transform_name
=$ac_optarg ;;
1139 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1141 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1142 pdfdir
=$ac_optarg ;;
1144 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1146 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1149 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1150 |
-silent |
--silent |
--silen |
--sile |
--sil)
1153 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1155 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1157 sbindir
=$ac_optarg ;;
1159 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1160 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1161 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1163 ac_prev
=sharedstatedir
;;
1164 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1165 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1166 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1168 sharedstatedir
=$ac_optarg ;;
1170 -site |
--site |
--sit)
1172 -site=* |
--site=* |
--sit=*)
1175 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1177 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1178 srcdir
=$ac_optarg ;;
1180 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1181 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1182 ac_prev
=sysconfdir
;;
1183 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1184 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1185 sysconfdir
=$ac_optarg ;;
1187 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1188 ac_prev
=target_alias
;;
1189 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1190 target_alias
=$ac_optarg ;;
1192 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1195 -version |
--version |
--versio |
--versi |
--vers |
-V)
1196 ac_init_version
=: ;;
1199 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1200 # Reject names that are not valid shell variable names.
1201 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1202 as_fn_error $?
"invalid package name: $ac_useropt"
1203 ac_useropt_orig
=$ac_useropt
1204 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1205 case $ac_user_opts in
1209 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1210 ac_unrecognized_sep
=', ';;
1212 eval with_
$ac_useropt=\
$ac_optarg ;;
1214 -without-* |
--without-*)
1215 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1216 # Reject names that are not valid shell variable names.
1217 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1218 as_fn_error $?
"invalid package name: $ac_useropt"
1219 ac_useropt_orig
=$ac_useropt
1220 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1221 case $ac_user_opts in
1225 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1226 ac_unrecognized_sep
=', ';;
1228 eval with_
$ac_useropt=no
;;
1231 # Obsolete; use --with-x.
1234 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1235 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1236 ac_prev
=x_includes
;;
1237 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1238 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1239 x_includes
=$ac_optarg ;;
1241 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1242 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1243 ac_prev
=x_libraries
;;
1244 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1245 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1246 x_libraries
=$ac_optarg ;;
1248 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1249 Try \`$0 --help' for more information"
1253 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1254 # Reject names that are not valid shell variable names.
1255 case $ac_envvar in #(
1256 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1257 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1259 eval $ac_envvar=\
$ac_optarg
1260 export $ac_envvar ;;
1263 # FIXME: should be removed in autoconf 3.0.
1264 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1265 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1266 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1267 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1273 if test -n "$ac_prev"; then
1274 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1275 as_fn_error $?
"missing argument to $ac_option"
1278 if test -n "$ac_unrecognized_opts"; then
1279 case $enable_option_checking in
1281 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1282 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1286 # Check all directory arguments for consistency.
1287 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1288 datadir sysconfdir sharedstatedir localstatedir includedir \
1289 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1290 libdir localedir mandir
1292 eval ac_val
=\$
$ac_var
1293 # Remove trailing slashes.
1296 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1297 eval $ac_var=\
$ac_val;;
1299 # Be sure to have absolute directory names.
1301 [\\/$
]* | ?
:[\\/]* ) continue;;
1302 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1304 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1307 # There might be people who depend on the old broken behavior: `$host'
1308 # used to hold the argument of --host etc.
1309 # FIXME: To remove some day.
1312 target
=$target_alias
1314 # FIXME: To remove some day.
1315 if test "x$host_alias" != x
; then
1316 if test "x$build_alias" = x
; then
1317 cross_compiling
=maybe
1318 elif test "x$build_alias" != "x$host_alias"; then
1324 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1326 test "$silent" = yes && exec 6>/dev
/null
1329 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1330 ac_ls_di
=`ls -di .` &&
1331 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1332 as_fn_error $?
"working directory cannot be determined"
1333 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1334 as_fn_error $?
"pwd does not report name of working directory"
1337 # Find the source files, if location was not specified.
1338 if test -z "$srcdir"; then
1339 ac_srcdir_defaulted
=yes
1340 # Try the directory containing this script, then the parent directory.
1341 ac_confdir
=`$as_dirname -- "$as_myself" ||
1342 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1343 X"$as_myself" : 'X\(//\)[^/]' \| \
1344 X"$as_myself" : 'X\(//\)$' \| \
1345 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1346 $as_echo X"$as_myself" |
1347 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1365 if test ! -r "$srcdir/$ac_unique_file"; then
1369 ac_srcdir_defaulted
=no
1371 if test ! -r "$srcdir/$ac_unique_file"; then
1372 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1373 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1375 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1377 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1379 # When building in place, set srcdir=.
1380 if test "$ac_abs_confdir" = "$ac_pwd"; then
1383 # Remove unnecessary trailing slashes from srcdir.
1384 # Double slashes in file names in object file debugging info
1385 # mess up M-x gdb in Emacs.
1387 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1389 for ac_var
in $ac_precious_vars; do
1390 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1391 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1392 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1393 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1397 # Report the --help message.
1399 if test "$ac_init_help" = "long"; then
1400 # Omit some internal or obsolete options to make the list less imposing.
1401 # This message is too long to be a string in the A/UX 3.1 sh.
1403 \`configure' configures ld 2.36.50 to adapt to many kinds of systems.
1405 Usage: $0 [OPTION]... [VAR=VALUE]...
1407 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1408 VAR=VALUE. See below for descriptions of some of the useful variables.
1410 Defaults for the options are specified in brackets.
1413 -h, --help display this help and exit
1414 --help=short display options specific to this package
1415 --help=recursive display the short help of all the included packages
1416 -V, --version display version information and exit
1417 -q, --quiet, --silent do not print \`checking ...' messages
1418 --cache-file=FILE cache test results in FILE [disabled]
1419 -C, --config-cache alias for \`--cache-file=config.cache'
1420 -n, --no-create do not create output files
1421 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1423 Installation directories:
1424 --prefix=PREFIX install architecture-independent files in PREFIX
1425 [$ac_default_prefix]
1426 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1429 By default, \`make install' will install all the files in
1430 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1431 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1432 for instance \`--prefix=\$HOME'.
1434 For better control, use the options below.
1436 Fine tuning of the installation directories:
1437 --bindir=DIR user executables [EPREFIX/bin]
1438 --sbindir=DIR system admin executables [EPREFIX/sbin]
1439 --libexecdir=DIR program executables [EPREFIX/libexec]
1440 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1441 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1442 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1443 --libdir=DIR object code libraries [EPREFIX/lib]
1444 --includedir=DIR C header files [PREFIX/include]
1445 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1446 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1447 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1448 --infodir=DIR info documentation [DATAROOTDIR/info]
1449 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1450 --mandir=DIR man documentation [DATAROOTDIR/man]
1451 --docdir=DIR documentation root [DATAROOTDIR/doc/ld]
1452 --htmldir=DIR html documentation [DOCDIR]
1453 --dvidir=DIR dvi documentation [DOCDIR]
1454 --pdfdir=DIR pdf documentation [DOCDIR]
1455 --psdir=DIR ps documentation [DOCDIR]
1461 --program-prefix=PREFIX prepend PREFIX to installed program names
1462 --program-suffix=SUFFIX append SUFFIX to installed program names
1463 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1466 --build=BUILD configure
for building on BUILD
[guessed
]
1467 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1468 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1472 if test -n "$ac_init_help"; then
1473 case $ac_init_help in
1474 short | recursive
) echo "Configuration of ld 2.36.50:";;
1479 --disable-option-checking ignore unrecognized
--enable/--with options
1480 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1481 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1482 --enable-silent-rules less verbose build output
(undo
: "make V=1")
1483 --disable-silent-rules verbose build output
(undo
: "make V=0")
1484 --enable-maintainer-mode
1485 enable make rules and dependencies not useful
(and
1486 sometimes confusing
) to the casual installer
1487 --enable-dependency-tracking
1488 do not reject slow dependency extractors
1489 --disable-dependency-tracking
1490 speeds up one-time build
1491 --enable-shared[=PKGS
] build shared libraries
[default
=yes]
1492 --enable-static[=PKGS
] build static libraries
[default
=yes]
1493 --enable-fast-install[=PKGS
]
1494 optimize
for fast installation
[default
=yes]
1495 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1496 --enable-plugins Enable support
for plugins
1497 --disable-largefile omit support
for large files
1498 --enable-checking enable run-time checks
1499 --enable-targets alternative target configurations
1500 --enable-64-bit-bfd 64-bit support
(on hosts with narrower word sizes
)
1501 --enable-gold[=ARG
] build gold
[ARG
={default
,yes,no
}]
1502 --enable-got=<type> GOT handling scheme
(target
, single
, negative
,
1504 --enable-compressed-debug-sections={all
,ld
,none
}
1505 compress debug sections by default
]
1506 --enable-new-dtags set DT_RUNPATH instead of DT_RPATH by default
]
1507 --enable-relro enable -z relro
in ELF linker by default
1508 --enable-textrel-check=[yes|no|warning|error
]
1509 enable DT_TEXTREL check
in ELF linker
1510 --enable-separate-code enable -z separate-code
in ELF linker by default
1511 --enable-error-handling-script
1512 enable
/disable support
for the
1513 --error-handling-script option
1514 --enable-default-hash-style={sysv
,gnu
,both
}
1515 use this default
hash style
1516 --disable-initfini-array do not use .init_array
/.fini_array sections
1517 --enable-libctf Handle .ctf type-info sections
[default
=yes]
1518 --enable-werror treat compile warnings as errors
1519 --enable-build-warnings enable build-time compiler warnings
1520 --disable-nls do not use Native Language Support
1523 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1524 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1525 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1527 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1528 --with-lib-path=dir1
:dir2...
set default LIB_PATH
1529 --with-sysroot=DIR Search
for usr
/lib et al within DIR.
1530 --with-system-zlib use installed libz
1532 Some influential environment variables
:
1533 CC C compiler
command
1534 CFLAGS C compiler flags
1535 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1536 nonstandard directory
<lib dir
>
1537 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1538 CPPFLAGS
(Objective
) C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if
1539 you have headers
in a nonstandard directory
<include dir
>
1540 CXX C
++ compiler
command
1541 CXXFLAGS C
++ compiler flags
1543 CXXCPP C
++ preprocessor
1544 YACC The
`Yet Another Compiler Compiler' implementation to use.
1545 Defaults to the first program found out of: `bison
-y', `byacc',
1547 YFLAGS The list of arguments that will be passed by default to $YACC.
1548 This script will default YFLAGS to the empty string to avoid a
1549 default value of `-d' given by some make applications.
1551 Use these variables to override the choices made by `configure' or to
help
1552 it to
find libraries and programs with nonstandard names
/locations.
1554 Report bugs to the package provider.
1559 if test "$ac_init_help" = "recursive"; then
1560 # If there are subdirs, report their specific --help.
1561 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1562 test -d "$ac_dir" ||
1563 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
1568 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1570 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1571 # A ".." for each directory in $ac_dir_suffix.
1572 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1573 case $ac_top_builddir_sub in
1574 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1575 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1578 ac_abs_top_builddir
=$ac_pwd
1579 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1580 # for backward compatibility:
1581 ac_top_builddir
=$ac_top_build_prefix
1584 .
) # We are building in place.
1586 ac_top_srcdir
=$ac_top_builddir_sub
1587 ac_abs_top_srcdir
=$ac_pwd ;;
1588 [\\/]* | ?
:[\\/]* ) # Absolute name.
1589 ac_srcdir
=$srcdir$ac_dir_suffix;
1590 ac_top_srcdir
=$srcdir
1591 ac_abs_top_srcdir
=$srcdir ;;
1593 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1594 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1595 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1597 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1599 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1600 # Check for guested configure.
1601 if test -f "$ac_srcdir/configure.gnu"; then
1603 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1604 elif test -f "$ac_srcdir/configure"; then
1606 $SHELL "$ac_srcdir/configure" --help=recursive
1608 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1610 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1614 test -n "$ac_init_help" && exit $ac_status
1615 if $ac_init_version; then
1617 ld configure
2.36.50
1618 generated by GNU Autoconf
2.69
1620 Copyright
(C
) 2012 Free Software Foundation
, Inc.
1621 This configure
script is free software
; the Free Software Foundation
1622 gives unlimited permission to copy
, distribute and modify it.
1627 ## ------------------------ ##
1628 ## Autoconf initialization. ##
1629 ## ------------------------ ##
1631 # ac_fn_c_try_compile LINENO
1632 # --------------------------
1633 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1634 ac_fn_c_try_compile
()
1636 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1637 rm -f conftest.
$ac_objext
1638 if { { ac_try
="$ac_compile"
1640 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1641 *) ac_try_echo=$ac_try;;
1643 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1644 $as_echo "$ac_try_echo"; } >&5
1645 (eval "$ac_compile") 2>conftest.err
1647 if test -s conftest.err; then
1648 grep -v '^ *+' conftest.err >conftest.er1
1649 cat conftest.er1 >&5
1650 mv -f conftest.er1 conftest.err
1652 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1653 test $ac_status = 0; } && {
1654 test -z "$ac_c_werror_flag" ||
1655 test ! -s conftest.err
1656 } && test -s conftest.$ac_objext; then :
1659 $as_echo "$as_me: failed program was:" >&5
1660 sed 's/^/| /' conftest.$ac_ext >&5
1664 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1665 as_fn_set_status $ac_retval
1667 } # ac_fn_c_try_compile
1669 # ac_fn_cxx_try_compile LINENO
1670 # ----------------------------
1671 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1672 ac_fn_cxx_try_compile ()
1674 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1675 rm -f conftest.$ac_objext
1676 if { { ac_try="$ac_compile"
1678 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1679 *) ac_try_echo
=$ac_try;;
1681 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1682 $as_echo "$ac_try_echo"; } >&5
1683 (eval "$ac_compile") 2>conftest.err
1685 if test -s conftest.err
; then
1686 grep -v '^ *+' conftest.err
>conftest.er1
1687 cat conftest.er1
>&5
1688 mv -f conftest.er1 conftest.err
1690 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1691 test $ac_status = 0; } && {
1692 test -z "$ac_cxx_werror_flag" ||
1693 test ! -s conftest.err
1694 } && test -s conftest.
$ac_objext; then :
1697 $as_echo "$as_me: failed program was:" >&5
1698 sed 's/^/| /' conftest.
$ac_ext >&5
1702 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1703 as_fn_set_status
$ac_retval
1705 } # ac_fn_cxx_try_compile
1707 # ac_fn_c_try_cpp LINENO
1708 # ----------------------
1709 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1712 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1713 if { { ac_try
="$ac_cpp conftest.$ac_ext"
1715 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1716 *) ac_try_echo=$ac_try;;
1718 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1719 $as_echo "$ac_try_echo"; } >&5
1720 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1722 if test -s conftest.err; then
1723 grep -v '^ *+' conftest.err >conftest.er1
1724 cat conftest.er1 >&5
1725 mv -f conftest.er1 conftest.err
1727 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1728 test $ac_status = 0; } > conftest.i && {
1729 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1730 test ! -s conftest.err
1734 $as_echo "$as_me: failed program was:" >&5
1735 sed 's/^/| /' conftest.$ac_ext >&5
1739 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1740 as_fn_set_status $ac_retval
1744 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1745 # -------------------------------------------------------
1746 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1747 # the include files in INCLUDES and setting the cache variable VAR
1749 ac_fn_c_check_header_mongrel ()
1751 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1752 if eval \${$3+:} false; then :
1753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1754 $as_echo_n "checking for $2... " >&6; }
1755 if eval \${$3+:} false; then :
1756 $as_echo_n "(cached) " >&6
1759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1760 $as_echo "$ac_res" >&6; }
1762 # Is the header compilable?
1763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1764 $as_echo_n "checking $2 usability... " >&6; }
1765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1766 /* end confdefs.h. */
1770 if ac_fn_c_try_compile "$LINENO"; then :
1771 ac_header_compiler=yes
1773 ac_header_compiler=no
1775 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1777 $as_echo "$ac_header_compiler" >&6; }
1779 # Is the header present?
1780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1781 $as_echo_n "checking $2 presence... " >&6; }
1782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1783 /* end confdefs.h. */
1786 if ac_fn_c_try_cpp "$LINENO"; then :
1787 ac_header_preproc=yes
1789 ac_header_preproc=no
1791 rm -f conftest.err conftest.i conftest.$ac_ext
1792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1793 $as_echo "$ac_header_preproc" >&6; }
1795 # So? What about this header?
1796 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1798 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1799 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1800 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1801 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1804 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1805 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1806 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1807 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1808 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1809 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1810 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1811 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1812 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1813 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1817 $as_echo_n "checking for $2... " >&6; }
1818 if eval \${$3+:} false; then :
1819 $as_echo_n "(cached) " >&6
1821 eval "$3=\$ac_header_compiler"
1824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1825 $as_echo "$ac_res" >&6; }
1827 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1829 } # ac_fn_c_check_header_mongrel
1831 # ac_fn_c_try_run LINENO
1832 # ----------------------
1833 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1834 # that executables *can* be run.
1837 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1838 if { { ac_try="$ac_link"
1840 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1841 *) ac_try_echo
=$ac_try;;
1843 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1844 $as_echo "$ac_try_echo"; } >&5
1845 (eval "$ac_link") 2>&5
1847 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1848 test $ac_status = 0; } && { ac_try
='./conftest$ac_exeext'
1849 { { case "(($ac_try" in
1850 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1851 *) ac_try_echo=$ac_try;;
1853 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1854 $as_echo "$ac_try_echo"; } >&5
1855 (eval "$ac_try") 2>&5
1857 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1858 test $ac_status = 0; }; }; then :
1861 $as_echo "$as_me: program exited with status $ac_status" >&5
1862 $as_echo "$as_me: failed program was:" >&5
1863 sed 's/^/| /' conftest.$ac_ext >&5
1865 ac_retval=$ac_status
1867 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1868 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1869 as_fn_set_status $ac_retval
1873 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1874 # -------------------------------------------------------
1875 # Tests whether HEADER exists and can be compiled using the include files in
1876 # INCLUDES, setting the cache variable VAR accordingly.
1877 ac_fn_c_check_header_compile ()
1879 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1881 $as_echo_n "checking for $2... " >&6; }
1882 if eval \${$3+:} false; then :
1883 $as_echo_n "(cached) " >&6
1885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1886 /* end confdefs.h. */
1890 if ac_fn_c_try_compile "$LINENO"; then :
1895 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1899 $as_echo "$ac_res" >&6; }
1900 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1902 } # ac_fn_c_check_header_compile
1904 # ac_fn_c_try_link LINENO
1905 # -----------------------
1906 # Try to link conftest.$ac_ext, and return whether this succeeded.
1909 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1910 rm -f conftest.$ac_objext conftest$ac_exeext
1911 if { { ac_try="$ac_link"
1913 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1914 *) ac_try_echo
=$ac_try;;
1916 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1917 $as_echo "$ac_try_echo"; } >&5
1918 (eval "$ac_link") 2>conftest.err
1920 if test -s conftest.err
; then
1921 grep -v '^ *+' conftest.err
>conftest.er1
1922 cat conftest.er1
>&5
1923 mv -f conftest.er1 conftest.err
1925 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1926 test $ac_status = 0; } && {
1927 test -z "$ac_c_werror_flag" ||
1928 test ! -s conftest.err
1929 } && test -s conftest
$ac_exeext && {
1930 test "$cross_compiling" = yes ||
1931 test -x conftest
$ac_exeext
1935 $as_echo "$as_me: failed program was:" >&5
1936 sed 's/^/| /' conftest.
$ac_ext >&5
1940 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1941 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1942 # interfere with the next link command; also delete a directory that is
1943 # left behind by Apple's compiler. We do this before executing the actions.
1944 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1945 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1946 as_fn_set_status
$ac_retval
1948 } # ac_fn_c_try_link
1950 # ac_fn_c_check_func LINENO FUNC VAR
1951 # ----------------------------------
1952 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1953 ac_fn_c_check_func
()
1955 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1957 $as_echo_n "checking for $2... " >&6; }
1958 if eval \
${$3+:} false
; then :
1959 $as_echo_n "(cached) " >&6
1961 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1962 /* end confdefs.h. */
1963 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1964 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1965 #define $2 innocuous_$2
1967 /* System header to define __stub macros and hopefully few prototypes,
1968 which can conflict with char $2 (); below.
1969 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1970 <limits.h> exists even on freestanding compilers. */
1973 # include <limits.h>
1975 # include <assert.h>
1980 /* Override any GCC internal prototype to avoid an error.
1981 Use char because int might match the return type of a GCC
1982 builtin and then its argument prototype would still apply. */
1987 /* The GNU C library defines this for functions which it implements
1988 to always fail with ENOSYS. Some functions are actually named
1989 something starting with __ and the normal name is an alias. */
1990 #if defined __stub_$2 || defined __stub___$2
2002 if ac_fn_c_try_link
"$LINENO"; then :
2007 rm -f core conftest.err conftest.
$ac_objext \
2008 conftest
$ac_exeext conftest.
$ac_ext
2011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2012 $as_echo "$ac_res" >&6; }
2013 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2015 } # ac_fn_c_check_func
2017 # ac_fn_cxx_try_cpp LINENO
2018 # ------------------------
2019 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2020 ac_fn_cxx_try_cpp
()
2022 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2023 if { { ac_try
="$ac_cpp conftest.$ac_ext"
2025 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2026 *) ac_try_echo=$ac_try;;
2028 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2029 $as_echo "$ac_try_echo"; } >&5
2030 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2032 if test -s conftest.err; then
2033 grep -v '^ *+' conftest.err >conftest.er1
2034 cat conftest.er1 >&5
2035 mv -f conftest.er1 conftest.err
2037 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2038 test $ac_status = 0; } > conftest.i && {
2039 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
2040 test ! -s conftest.err
2044 $as_echo "$as_me: failed program was:" >&5
2045 sed 's/^/| /' conftest.$ac_ext >&5
2049 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2050 as_fn_set_status $ac_retval
2052 } # ac_fn_cxx_try_cpp
2054 # ac_fn_cxx_try_link LINENO
2055 # -------------------------
2056 # Try to link conftest.$ac_ext, and return whether this succeeded.
2057 ac_fn_cxx_try_link ()
2059 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2060 rm -f conftest.$ac_objext conftest$ac_exeext
2061 if { { ac_try="$ac_link"
2063 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2064 *) ac_try_echo
=$ac_try;;
2066 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2067 $as_echo "$ac_try_echo"; } >&5
2068 (eval "$ac_link") 2>conftest.err
2070 if test -s conftest.err
; then
2071 grep -v '^ *+' conftest.err
>conftest.er1
2072 cat conftest.er1
>&5
2073 mv -f conftest.er1 conftest.err
2075 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2076 test $ac_status = 0; } && {
2077 test -z "$ac_cxx_werror_flag" ||
2078 test ! -s conftest.err
2079 } && test -s conftest
$ac_exeext && {
2080 test "$cross_compiling" = yes ||
2081 test -x conftest
$ac_exeext
2085 $as_echo "$as_me: failed program was:" >&5
2086 sed 's/^/| /' conftest.
$ac_ext >&5
2090 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2091 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2092 # interfere with the next link command; also delete a directory that is
2093 # left behind by Apple's compiler. We do this before executing the actions.
2094 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2095 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2096 as_fn_set_status
$ac_retval
2098 } # ac_fn_cxx_try_link
2100 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2101 # ---------------------------------------------
2102 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2104 ac_fn_c_check_decl
()
2106 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2107 as_decl_name
=`echo $2|sed 's/ *(.*//'`
2108 as_decl_use
=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2110 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2111 if eval \
${$3+:} false
; then :
2112 $as_echo_n "(cached) " >&6
2114 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2115 /* end confdefs.h. */
2120 #ifndef $as_decl_name
2122 (void) $as_decl_use;
2124 (void) $as_decl_name;
2132 if ac_fn_c_try_compile
"$LINENO"; then :
2137 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2141 $as_echo "$ac_res" >&6; }
2142 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2144 } # ac_fn_c_check_decl
2146 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2147 # --------------------------------------------
2148 # Tries to find the compile-time value of EXPR in a program that includes
2149 # INCLUDES, setting VAR accordingly. Returns whether the value could be
2151 ac_fn_c_compute_int
()
2153 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2154 if test "$cross_compiling" = yes; then
2155 # Depending upon the size, compute the lo and hi bounds.
2156 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2157 /* end confdefs.h. */
2162 static int test_array [1 - 2 * !(($2) >= 0)];
2164 return test_array [0];
2170 if ac_fn_c_try_compile
"$LINENO"; then :
2173 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2174 /* end confdefs.h. */
2179 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2181 return test_array [0];
2187 if ac_fn_c_try_compile
"$LINENO"; then :
2188 ac_hi
=$ac_mid; break
2190 as_fn_arith
$ac_mid + 1 && ac_lo
=$as_val
2191 if test $ac_lo -le $ac_mid; then
2195 as_fn_arith
2 '*' $ac_mid + 1 && ac_mid
=$as_val
2197 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2200 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2201 /* end confdefs.h. */
2206 static int test_array [1 - 2 * !(($2) < 0)];
2208 return test_array [0];
2214 if ac_fn_c_try_compile
"$LINENO"; then :
2217 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2218 /* end confdefs.h. */
2223 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2225 return test_array [0];
2231 if ac_fn_c_try_compile
"$LINENO"; then :
2232 ac_lo
=$ac_mid; break
2234 as_fn_arith
'(' $ac_mid ')' - 1 && ac_hi
=$as_val
2235 if test $ac_mid -le $ac_hi; then
2239 as_fn_arith
2 '*' $ac_mid && ac_mid
=$as_val
2241 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2246 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2248 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2249 # Binary search between lo and hi bounds.
2250 while test "x$ac_lo" != "x$ac_hi"; do
2251 as_fn_arith
'(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid
=$as_val
2252 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2253 /* end confdefs.h. */
2258 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2260 return test_array [0];
2266 if ac_fn_c_try_compile
"$LINENO"; then :
2269 as_fn_arith
'(' $ac_mid ')' + 1 && ac_lo
=$as_val
2271 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2274 ?
*) eval "$3=\$ac_lo"; ac_retval
=0 ;;
2278 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2279 /* end confdefs.h. */
2281 static long int longval () { return $2; }
2282 static unsigned long int ulongval () { return $2; }
2289 FILE *f = fopen ("conftest.val", "w");
2294 long int i = longval ();
2297 fprintf (f, "%ld", i);
2301 unsigned long int i = ulongval ();
2304 fprintf (f, "%lu", i);
2306 /* Do not output a trailing newline, as this causes \r\n confusion
2307 on some platforms. */
2308 return ferror (f) || fclose (f) != 0;
2314 if ac_fn_c_try_run
"$LINENO"; then :
2315 echo >>conftest.val
; read $3 <conftest.val
; ac_retval
=0
2319 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
2320 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
2324 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2325 as_fn_set_status
$ac_retval
2327 } # ac_fn_c_compute_int
2328 cat >config.log
<<_ACEOF
2329 This file contains any messages produced by compilers while
2330 running configure, to aid debugging if configure makes a mistake.
2332 It was created by ld $as_me 2.36.50, which was
2333 generated by GNU Autoconf 2.69. Invocation command line was
2345 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2346 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2347 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2348 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2349 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2351 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2352 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2354 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2355 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2356 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2357 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2358 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2359 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2360 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2364 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2368 test -z "$as_dir" && as_dir
=.
2369 $as_echo "PATH: $as_dir"
2385 # Keep a trace of the command line.
2386 # Strip out --no-create and --no-recursion so they do not pile up.
2387 # Strip out --silent because we don't want to record it for future runs.
2388 # Also quote any args containing shell meta-characters.
2389 # Make two passes to allow for proper duplicate-argument suppression.
2393 ac_must_keep_next
=false
2399 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2400 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2401 |
-silent |
--silent |
--silen |
--sile |
--sil)
2404 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2407 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2409 as_fn_append ac_configure_args1
" '$ac_arg'"
2410 if test $ac_must_keep_next = true
; then
2411 ac_must_keep_next
=false
# Got value, back to normal.
2414 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2415 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2416 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2417 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2418 case "$ac_configure_args0 " in
2419 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2422 -* ) ac_must_keep_next
=true
;;
2425 as_fn_append ac_configure_args
" '$ac_arg'"
2430 { ac_configure_args0
=; unset ac_configure_args0
;}
2431 { ac_configure_args1
=; unset ac_configure_args1
;}
2433 # When interrupted or exit'd, cleanup temporary files, and complete
2434 # config.log. We remove comments because anyway the quotes in there
2435 # would cause problems or look ugly.
2436 # WARNING: Use '\'' to represent an apostrophe within the trap.
2437 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2438 trap 'exit_status=$?
2439 # Save into config.log some information that might help in debugging.
2443 $as_echo "## ---------------- ##
2444 ## Cache variables. ##
2445 ## ---------------- ##"
2447 # The following way of writing the cache mishandles newlines in values,
2449 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2450 eval ac_val=\$$ac_var
2454 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2455 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2458 _ | IFS | as_nl) ;; #(
2459 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2460 *) { eval $ac_var=; unset $ac_var;} ;;
2465 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2466 *${as_nl}ac_space=\ *)
2468 "s/'\''/'\''\\\\'\'''\''/g;
2469 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2472 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2479 $as_echo "## ----------------- ##
2480 ## Output variables. ##
2481 ## ----------------- ##"
2483 for ac_var in $ac_subst_vars
2485 eval ac_val=\$$ac_var
2487 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2489 $as_echo "$ac_var='\''$ac_val'\''"
2493 if test -n "$ac_subst_files"; then
2494 $as_echo "## ------------------- ##
2495 ## File substitutions. ##
2496 ## ------------------- ##"
2498 for ac_var
in $ac_subst_files
2500 eval ac_val
=\$
$ac_var
2502 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2504 $as_echo "$ac_var='\''$ac_val'\''"
2509 if test -s confdefs.h; then
2510 $as_echo "## ----------- ##
2517 test "$ac_signal" != 0 &&
2518 $as_echo "$as_me: caught signal $ac_signal"
2519 $as_echo "$as_me: exit $exit_status"
2521 rm -f core *.core core.conftest.* &&
2522 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2525 for ac_signal
in 1 2 13 15; do
2526 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2530 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2531 rm -f -r conftest
* confdefs.h
2533 $as_echo "/* confdefs.h */" > confdefs.h
2535 # Predefined preprocessor variables.
2537 cat >>confdefs.h
<<_ACEOF
2538 #define PACKAGE_NAME "$PACKAGE_NAME"
2541 cat >>confdefs.h
<<_ACEOF
2542 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2545 cat >>confdefs.h
<<_ACEOF
2546 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2549 cat >>confdefs.h
<<_ACEOF
2550 #define PACKAGE_STRING "$PACKAGE_STRING"
2553 cat >>confdefs.h
<<_ACEOF
2554 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2557 cat >>confdefs.h
<<_ACEOF
2558 #define PACKAGE_URL "$PACKAGE_URL"
2562 # Let the site file select an alternate cache file if it wants to.
2563 # Prefer an explicitly selected file to automatically selected ones.
2566 if test -n "$CONFIG_SITE"; then
2567 # We do not want a PATH search for config.site.
2568 case $CONFIG_SITE in #((
2569 -*) ac_site_file1
=.
/$CONFIG_SITE;;
2570 */*) ac_site_file1
=$CONFIG_SITE;;
2571 *) ac_site_file1
=.
/$CONFIG_SITE;;
2573 elif test "x$prefix" != xNONE
; then
2574 ac_site_file1
=$prefix/share
/config.site
2575 ac_site_file2
=$prefix/etc
/config.site
2577 ac_site_file1
=$ac_default_prefix/share
/config.site
2578 ac_site_file2
=$ac_default_prefix/etc
/config.site
2580 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
2582 test "x$ac_site_file" = xNONE
&& continue
2583 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
2584 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2585 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2586 sed 's/^/| /' "$ac_site_file" >&5
2588 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2589 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2590 as_fn_error $?
"failed to load site script $ac_site_file
2591 See \`config.log' for more details" "$LINENO" 5; }
2595 if test -r "$cache_file"; then
2596 # Some versions of bash will fail to source /dev/null (special files
2597 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2598 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
2599 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2600 $as_echo "$as_me: loading cache $cache_file" >&6;}
2602 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
2603 *) .
"./$cache_file";;
2607 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2608 $as_echo "$as_me: creating cache $cache_file" >&6;}
2612 as_fn_append ac_header_list
" stdlib.h"
2613 as_fn_append ac_header_list
" unistd.h"
2614 as_fn_append ac_header_list
" sys/param.h"
2615 # Check that the precious variables saved in the cache have kept the same
2617 ac_cache_corrupted
=false
2618 for ac_var
in $ac_precious_vars; do
2619 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
2620 eval ac_new_set
=\
$ac_env_${ac_var}_set
2621 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
2622 eval ac_new_val
=\
$ac_env_${ac_var}_value
2623 case $ac_old_set,$ac_new_set in
2625 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2626 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2627 ac_cache_corrupted
=: ;;
2629 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2630 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2631 ac_cache_corrupted
=: ;;
2634 if test "x$ac_old_val" != "x$ac_new_val"; then
2635 # differences in whitespace do not lead to failure.
2636 ac_old_val_w
=`echo x $ac_old_val`
2637 ac_new_val_w
=`echo x $ac_new_val`
2638 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2639 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2640 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2641 ac_cache_corrupted
=:
2643 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2644 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2645 eval $ac_var=\
$ac_old_val
2647 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2648 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2649 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2650 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2653 # Pass precious variables to config.status.
2654 if test "$ac_new_set" = set; then
2656 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2657 *) ac_arg
=$ac_var=$ac_new_val ;;
2659 case " $ac_configure_args " in
2660 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2661 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
2665 if $ac_cache_corrupted; then
2666 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2667 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2668 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2669 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2670 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2672 ## -------------------- ##
2673 ## Main body of script. ##
2674 ## -------------------- ##
2677 ac_cpp
='$CPP $CPPFLAGS'
2678 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2679 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2680 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2689 for ac_dir
in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2690 if test -f "$ac_dir/install-sh"; then
2692 ac_install_sh
="$ac_aux_dir/install-sh -c"
2694 elif test -f "$ac_dir/install.sh"; then
2696 ac_install_sh
="$ac_aux_dir/install.sh -c"
2698 elif test -f "$ac_dir/shtool"; then
2700 ac_install_sh
="$ac_aux_dir/shtool install -c"
2704 if test -z "$ac_aux_dir"; then
2705 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2708 # These three variables are undocumented and unsupported,
2709 # and are intended to be withdrawn in a future Autoconf release.
2710 # They can cause serious problems if a builder's source tree is in a directory
2711 # whose full name contains unusual characters.
2712 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2713 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2714 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2717 # Make sure we can run config.sub.
2718 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2719 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2722 $as_echo_n "checking build system type... " >&6; }
2723 if ${ac_cv_build+:} false
; then :
2724 $as_echo_n "(cached) " >&6
2726 ac_build_alias
=$build_alias
2727 test "x$ac_build_alias" = x
&&
2728 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2729 test "x$ac_build_alias" = x
&&
2730 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
2731 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2732 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2736 $as_echo "$ac_cv_build" >&6; }
2737 case $ac_cv_build in
2739 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
2742 ac_save_IFS
=$IFS; IFS
='-'
2748 # Remember, the first character of IFS is used to create $*,
2749 # except with old shells:
2752 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2756 $as_echo_n "checking host system type... " >&6; }
2757 if ${ac_cv_host+:} false
; then :
2758 $as_echo_n "(cached) " >&6
2760 if test "x$host_alias" = x
; then
2761 ac_cv_host
=$ac_cv_build
2763 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2764 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2769 $as_echo "$ac_cv_host" >&6; }
2772 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
2775 ac_save_IFS
=$IFS; IFS
='-'
2781 # Remember, the first character of IFS is used to create $*,
2782 # except with old shells:
2785 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2789 $as_echo_n "checking target system type... " >&6; }
2790 if ${ac_cv_target+:} false
; then :
2791 $as_echo_n "(cached) " >&6
2793 if test "x$target_alias" = x
; then
2794 ac_cv_target
=$ac_cv_host
2796 ac_cv_target
=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2797 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2802 $as_echo "$ac_cv_target" >&6; }
2803 case $ac_cv_target in
2805 *) as_fn_error $?
"invalid value of canonical target" "$LINENO" 5;;
2807 target
=$ac_cv_target
2808 ac_save_IFS
=$IFS; IFS
='-'
2814 # Remember, the first character of IFS is used to create $*,
2815 # except with old shells:
2818 case $target_os in *\
*) target_os
=`echo "$target_os" | sed 's/ /-/g'`;; esac
2821 # The aliases save the names the user supplied, while $host etc.
2822 # will get canonicalized.
2823 test -n "$target_alias" &&
2824 test "$program_prefix$program_suffix$program_transform_name" = \
2826 program_prefix
=${target_alias}-
2829 am__api_version
='1.15'
2831 # Find a good install program. We prefer a C program (faster),
2832 # so one script is as good as another. But avoid the broken or
2833 # incompatible versions:
2834 # SysV /etc/install, /usr/sbin/install
2835 # SunOS /usr/etc/install
2836 # IRIX /sbin/install
2838 # AmigaOS /C/install, which installs bootblocks on floppy discs
2839 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2840 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2841 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2842 # OS/2's system install, which has a completely different semantic
2843 # ./install, which can be erroneously created by make from ./install.sh.
2844 # Reject install programs that cannot install multiple files.
2845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2846 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2847 if test -z "$INSTALL"; then
2848 if ${ac_cv_path_install+:} false
; then :
2849 $as_echo_n "(cached) " >&6
2851 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2855 test -z "$as_dir" && as_dir
=.
2856 # Account for people who put trailing slashes in PATH elements.
2857 case $as_dir/ in #((
2858 .
/ | .
// |
/[cC
]/* | \
2859 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2860 ?
:[\\/]os2
[\\/]install[\\/]* | ?
:[\\/]OS2
[\\/]INSTALL
[\\/]* | \
2863 # OSF1 and SCO ODT 3.0 have their own names for install.
2864 # Don't use installbsd from OSF since it installs stuff as root
2866 for ac_prog
in ginstall scoinst
install; do
2867 for ac_exec_ext
in '' $ac_executable_extensions; do
2868 if as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext"; then
2869 if test $ac_prog = install &&
2870 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2871 # AIX install. It has an incompatible calling convention.
2873 elif test $ac_prog = install &&
2874 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2875 # program-specific install script used by HP pwplus--don't use.
2878 rm -rf conftest.one conftest.two conftest.dir
2879 echo one
> conftest.one
2880 echo two
> conftest.two
2882 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
2883 test -s conftest.one
&& test -s conftest.two
&&
2884 test -s conftest.dir
/conftest.one
&&
2885 test -s conftest.dir
/conftest.two
2887 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2900 rm -rf conftest.one conftest.two conftest.dir
2903 if test "${ac_cv_path_install+set}" = set; then
2904 INSTALL
=$ac_cv_path_install
2906 # As a last resort, use the slow shell script. Don't cache a
2907 # value for INSTALL within a source directory, because that will
2908 # break other packages using the cache if that directory is
2909 # removed, or if the value is a relative name.
2910 INSTALL
=$ac_install_sh
2913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2914 $as_echo "$INSTALL" >&6; }
2916 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2917 # It thinks the first close brace ends the variable substitution.
2918 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2920 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2922 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2925 $as_echo_n "checking whether build environment is sane... " >&6; }
2926 # Reject unsafe characters in $srcdir or the absolute working directory
2927 # name. Accept space and tab only in the latter.
2931 *[\\\"\
#\$\&\'\`$am_lf]*)
2932 as_fn_error $?
"unsafe absolute working directory name" "$LINENO" 5;;
2935 *[\\\"\
#\$\&\'\`$am_lf\ \ ]*)
2936 as_fn_error $?
"unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2939 # Do 'set' in a subshell so we don't clobber the current shell's
2940 # arguments. Must try -L first in case configure is actually a
2941 # symlink; some systems play weird games with the mod time of symlinks
2942 # (eg FreeBSD returns the mod time of the symlink's containing
2946 for am_try
in 1 2; do
2947 echo "timestamp, slept: $am_has_slept" > conftest.
file
2948 set X
`ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2949 if test "$*" = "X"; then
2951 set X
`ls -t "$srcdir/configure" conftest.file`
2953 if test "$*" != "X $srcdir/configure conftest.file" \
2954 && test "$*" != "X conftest.file $srcdir/configure"; then
2956 # If neither matched, then we have a broken ls. This can happen
2957 # if, for instance, CONFIG_SHELL is bash and it inherits a
2958 # broken ls alias from the environment. This has actually
2959 # happened. Such a system could not be considered "sane".
2960 as_fn_error $?
"ls -t appears to fail. Make sure there is not a broken
2961 alias in your environment" "$LINENO" 5
2963 if test "$2" = conftest.
file ||
test $am_try -eq 2; then
2970 test "$2" = conftest.
file
2976 as_fn_error $?
"newly created file is older than distributed files!
2977 Check your system clock" "$LINENO" 5
2979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2980 $as_echo "yes" >&6; }
2981 # If we didn't sleep, we still need to ensure time stamps of config.status and
2982 # generated files are strictly newer.
2984 if grep 'slept: no' conftest.
file >/dev
/null
2>&1; then
2991 test "$program_prefix" != NONE
&&
2992 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
2993 # Use a double $ so make ignores it.
2994 test "$program_suffix" != NONE
&&
2995 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
2996 # Double any \ or $.
2997 # By default was `s,x,x', remove it if useless.
2998 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
2999 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
3001 # Expand $ac_aux_dir to an absolute path.
3002 am_aux_dir
=`cd "$ac_aux_dir" && pwd`
3004 if test x
"${MISSING+set}" != xset
; then
3007 MISSING
="\${SHELL} \"$am_aux_dir/missing\"" ;;
3009 MISSING
="\${SHELL} $am_aux_dir/missing" ;;
3012 # Use eval to expand $SHELL
3013 if eval "$MISSING --is-lightweight"; then
3014 am_missing_run
="$MISSING "
3017 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3018 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3021 if test x
"${install_sh+set}" != xset
; then
3024 install_sh
="\${SHELL} '$am_aux_dir/install-sh'" ;;
3026 install_sh
="\${SHELL} $am_aux_dir/install-sh"
3030 # Installed binaries are usually stripped using 'strip' when the user
3031 # run "make install-strip". However 'strip' might not be the right
3032 # tool to use in cross-compilation environments, therefore Automake
3033 # will honor the 'STRIP' environment variable to overrule this program.
3034 if test "$cross_compiling" != no
; then
3035 if test -n "$ac_tool_prefix"; then
3036 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3037 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
3038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3039 $as_echo_n "checking for $ac_word... " >&6; }
3040 if ${ac_cv_prog_STRIP+:} false
; then :
3041 $as_echo_n "(cached) " >&6
3043 if test -n "$STRIP"; then
3044 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
3046 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3050 test -z "$as_dir" && as_dir
=.
3051 for ac_exec_ext
in '' $ac_executable_extensions; do
3052 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3053 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
3054 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3063 STRIP
=$ac_cv_prog_STRIP
3064 if test -n "$STRIP"; then
3065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3066 $as_echo "$STRIP" >&6; }
3068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3069 $as_echo "no" >&6; }
3074 if test -z "$ac_cv_prog_STRIP"; then
3076 # Extract the first word of "strip", so it can be a program name with args.
3077 set dummy strip
; ac_word
=$2
3078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3079 $as_echo_n "checking for $ac_word... " >&6; }
3080 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
3081 $as_echo_n "(cached) " >&6
3083 if test -n "$ac_ct_STRIP"; then
3084 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
3086 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3090 test -z "$as_dir" && as_dir
=.
3091 for ac_exec_ext
in '' $ac_executable_extensions; do
3092 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3093 ac_cv_prog_ac_ct_STRIP
="strip"
3094 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3103 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
3104 if test -n "$ac_ct_STRIP"; then
3105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3106 $as_echo "$ac_ct_STRIP" >&6; }
3108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3109 $as_echo "no" >&6; }
3112 if test "x$ac_ct_STRIP" = x
; then
3115 case $cross_compiling:$ac_tool_warned in
3117 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3118 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3119 ac_tool_warned
=yes ;;
3124 STRIP
="$ac_cv_prog_STRIP"
3128 INSTALL_STRIP_PROGRAM
="\$(install_sh) -c -s"
3130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3131 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3132 if test -z "$MKDIR_P"; then
3133 if ${ac_cv_path_mkdir+:} false
; then :
3134 $as_echo_n "(cached) " >&6
3136 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3137 for as_dir
in $PATH$PATH_SEPARATOR/opt
/sfw
/bin
3140 test -z "$as_dir" && as_dir
=.
3141 for ac_prog
in mkdir gmkdir
; do
3142 for ac_exec_ext
in '' $ac_executable_extensions; do
3143 as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext" ||
continue
3144 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3145 'mkdir (GNU coreutils) '* | \
3146 'mkdir (coreutils) '* | \
3147 'mkdir (fileutils) '4.1*)
3148 ac_cv_path_mkdir
=$as_dir/$ac_prog$ac_exec_ext
3158 test -d .
/--version && rmdir .
/--version
3159 if test "${ac_cv_path_mkdir+set}" = set; then
3160 MKDIR_P
="$ac_cv_path_mkdir -p"
3162 # As a last resort, use the slow shell script. Don't cache a
3163 # value for MKDIR_P within a source directory, because that will
3164 # break other packages using the cache if that directory is
3165 # removed, or if the value is a relative name.
3166 MKDIR_P
="$ac_install_sh -d"
3169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3170 $as_echo "$MKDIR_P" >&6; }
3172 for ac_prog
in gawk mawk nawk
awk
3174 # Extract the first word of "$ac_prog", so it can be a program name with args.
3175 set dummy
$ac_prog; ac_word
=$2
3176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3177 $as_echo_n "checking for $ac_word... " >&6; }
3178 if ${ac_cv_prog_AWK+:} false
; then :
3179 $as_echo_n "(cached) " >&6
3181 if test -n "$AWK"; then
3182 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
3184 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3188 test -z "$as_dir" && as_dir
=.
3189 for ac_exec_ext
in '' $ac_executable_extensions; do
3190 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3191 ac_cv_prog_AWK
="$ac_prog"
3192 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3202 if test -n "$AWK"; then
3203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3204 $as_echo "$AWK" >&6; }
3206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3207 $as_echo "no" >&6; }
3211 test -n "$AWK" && break
3214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3215 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3217 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3218 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3219 $as_echo_n "(cached) " >&6
3221 cat >conftest.
make <<\_ACEOF
3224 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3226 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3227 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3229 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3231 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3235 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3237 $as_echo "yes" >&6; }
3240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3241 $as_echo "no" >&6; }
3242 SET_MAKE
="MAKE=${MAKE-make}"
3245 rm -rf .tst
2>/dev
/null
3246 mkdir .tst
2>/dev
/null
3247 if test -d .tst
; then
3252 rmdir .tst
2>/dev
/null
3254 # Check whether --enable-silent-rules was given.
3255 if test "${enable_silent_rules+set}" = set; then :
3256 enableval
=$enable_silent_rules;
3259 case $enable_silent_rules in # (((
3260 yes) AM_DEFAULT_VERBOSITY
=0;;
3261 no
) AM_DEFAULT_VERBOSITY
=1;;
3262 *) AM_DEFAULT_VERBOSITY
=1;;
3264 am_make
=${MAKE-make}
3265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3266 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3267 if ${am_cv_make_support_nested_variables+:} false
; then :
3268 $as_echo_n "(cached) " >&6
3270 if $as_echo 'TRUE=$(BAR$(V))
3276 .PHONY: am__doit' |
$am_make -f - >/dev
/null
2>&1; then
3277 am_cv_make_support_nested_variables
=yes
3279 am_cv_make_support_nested_variables
=no
3282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3283 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3284 if test $am_cv_make_support_nested_variables = yes; then
3286 AM_DEFAULT_V
='$(AM_DEFAULT_VERBOSITY)'
3288 AM_V
=$AM_DEFAULT_VERBOSITY
3289 AM_DEFAULT_V
=$AM_DEFAULT_VERBOSITY
3293 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3294 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3295 # is not polluted with repeated "-I."
3296 am__isrc
=' -I$(srcdir)'
3297 # test to see if srcdir already configured
3298 if test -f $srcdir/config.status
; then
3299 as_fn_error $?
"source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3303 # test whether we have cygpath
3304 if test -z "$CYGPATH_W"; then
3305 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
3306 CYGPATH_W
='cygpath -w'
3313 # Define the identity of the package.
3318 cat >>confdefs.h
<<_ACEOF
3319 #define PACKAGE "$PACKAGE"
3323 cat >>confdefs.h
<<_ACEOF
3324 #define VERSION "$VERSION"
3327 # Some tools Automake needs.
3329 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3332 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
3335 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3338 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
3341 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
3343 # For better backward compatibility. To be removed once Automake 1.9.x
3344 # dies out for good. For more background, see:
3345 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3346 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3347 mkdir_p
='$(MKDIR_P)'
3349 # We need awk for the "check" target (and possibly the TAP driver). The
3350 # system "awk" is bad on some platforms.
3351 # Always define AMTAR for backward compatibility. Yes, it's still used
3352 # in the wild :-( We should find a proper way to deprecate it ...
3356 # We'll loop over all known methods to create a tar archive until one works.
3357 _am_tools
='gnutar pax cpio none'
3359 am__tar
='$${TAR-tar} chof - "$$tardir"' am__untar
='$${TAR-tar} xf -'
3366 # POSIX will say in a future version that running "rm -f" with no argument
3367 # is OK; and we want to be able to make that assumption in our Makefile
3368 # recipes. So use an aggressive probe to check that the usage we want is
3369 # actually supported "in the wild" to an acceptable degree.
3370 # See automake bug#10828.
3371 # To make any issue more visible, cause the running configure to be aborted
3372 # by default if the 'rm' program in use doesn't match our expectations; the
3373 # user can still override this though.
3374 if rm -f && rm -fr && rm -rf; then : OK
; else
3378 Your 'rm' program seems unable to run without file operands specified
3379 on the command line, even when the '-f' option is present. This is contrary
3380 to the behaviour of most rm programs out there, and not conforming with
3381 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3383 Please tell bug-automake@gnu.org about your system, including the value
3384 of your $PATH and any error possibly output before this message. This
3385 can help us improve future automake versions.
3388 if test x
"$ACCEPT_INFERIOR_RM_PROGRAM" = x
"yes"; then
3389 echo 'Configuration will proceed anyway, since you have set the' >&2
3390 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3394 Aborting the configuration process, to ensure you take notice of the issue.
3396 You can download and install GNU coreutils to get an 'rm' implementation
3397 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3399 If you want to complete the configuration process using your problematic
3400 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3401 to "yes", and re-run configure.
3404 as_fn_error $?
"Your 'rm' program is bad, sorry." "$LINENO" 5
3409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3410 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
3411 # Check whether --enable-maintainer-mode was given.
3412 if test "${enable_maintainer_mode+set}" = set; then :
3413 enableval
=$enable_maintainer_mode; USE_MAINTAINER_MODE
=$enableval
3415 USE_MAINTAINER_MODE
=no
3418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
3419 $as_echo "$USE_MAINTAINER_MODE" >&6; }
3420 if test $USE_MAINTAINER_MODE = yes; then
3421 MAINTAINER_MODE_TRUE
=
3422 MAINTAINER_MODE_FALSE
='#'
3424 MAINTAINER_MODE_TRUE
='#'
3425 MAINTAINER_MODE_FALSE
=
3428 MAINT
=$MAINTAINER_MODE_TRUE
3433 ac_cpp
='$CPP $CPPFLAGS'
3434 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3435 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3436 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3437 if test -n "$ac_tool_prefix"; then
3438 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3439 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3441 $as_echo_n "checking for $ac_word... " >&6; }
3442 if ${ac_cv_prog_CC+:} false
; then :
3443 $as_echo_n "(cached) " >&6
3445 if test -n "$CC"; then
3446 ac_cv_prog_CC
="$CC" # Let the user override the test.
3448 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3452 test -z "$as_dir" && as_dir
=.
3453 for ac_exec_ext
in '' $ac_executable_extensions; do
3454 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3455 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3456 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3466 if test -n "$CC"; then
3467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3468 $as_echo "$CC" >&6; }
3470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3471 $as_echo "no" >&6; }
3476 if test -z "$ac_cv_prog_CC"; then
3478 # Extract the first word of "gcc", so it can be a program name with args.
3479 set dummy gcc
; ac_word
=$2
3480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3481 $as_echo_n "checking for $ac_word... " >&6; }
3482 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3483 $as_echo_n "(cached) " >&6
3485 if test -n "$ac_ct_CC"; then
3486 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3488 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3492 test -z "$as_dir" && as_dir
=.
3493 for ac_exec_ext
in '' $ac_executable_extensions; do
3494 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3495 ac_cv_prog_ac_ct_CC
="gcc"
3496 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3505 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3506 if test -n "$ac_ct_CC"; then
3507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3508 $as_echo "$ac_ct_CC" >&6; }
3510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3511 $as_echo "no" >&6; }
3514 if test "x$ac_ct_CC" = x
; then
3517 case $cross_compiling:$ac_tool_warned in
3519 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3520 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3521 ac_tool_warned
=yes ;;
3529 if test -z "$CC"; then
3530 if test -n "$ac_tool_prefix"; then
3531 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3532 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3534 $as_echo_n "checking for $ac_word... " >&6; }
3535 if ${ac_cv_prog_CC+:} false
; then :
3536 $as_echo_n "(cached) " >&6
3538 if test -n "$CC"; then
3539 ac_cv_prog_CC
="$CC" # Let the user override the test.
3541 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3545 test -z "$as_dir" && as_dir
=.
3546 for ac_exec_ext
in '' $ac_executable_extensions; do
3547 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3548 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3549 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3559 if test -n "$CC"; then
3560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3561 $as_echo "$CC" >&6; }
3563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3564 $as_echo "no" >&6; }
3570 if test -z "$CC"; then
3571 # Extract the first word of "cc", so it can be a program name with args.
3572 set dummy cc
; ac_word
=$2
3573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3574 $as_echo_n "checking for $ac_word... " >&6; }
3575 if ${ac_cv_prog_CC+:} false
; then :
3576 $as_echo_n "(cached) " >&6
3578 if test -n "$CC"; then
3579 ac_cv_prog_CC
="$CC" # Let the user override the test.
3582 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3586 test -z "$as_dir" && as_dir
=.
3587 for ac_exec_ext
in '' $ac_executable_extensions; do
3588 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3589 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3590 ac_prog_rejected
=yes
3594 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3601 if test $ac_prog_rejected = yes; then
3602 # We found a bogon in the path, so make sure we never use it.
3603 set dummy
$ac_cv_prog_CC
3605 if test $# != 0; then
3606 # We chose a different compiler from the bogus one.
3607 # However, it has the same basename, so the bogon will be chosen
3608 # first if we set CC to just the basename; use the full file name.
3610 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3616 if test -n "$CC"; then
3617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3618 $as_echo "$CC" >&6; }
3620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3621 $as_echo "no" >&6; }
3626 if test -z "$CC"; then
3627 if test -n "$ac_tool_prefix"; then
3628 for ac_prog
in cl.exe
3630 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3631 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3633 $as_echo_n "checking for $ac_word... " >&6; }
3634 if ${ac_cv_prog_CC+:} false
; then :
3635 $as_echo_n "(cached) " >&6
3637 if test -n "$CC"; then
3638 ac_cv_prog_CC
="$CC" # Let the user override the test.
3640 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3644 test -z "$as_dir" && as_dir
=.
3645 for ac_exec_ext
in '' $ac_executable_extensions; do
3646 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3647 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3648 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3658 if test -n "$CC"; then
3659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3660 $as_echo "$CC" >&6; }
3662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3663 $as_echo "no" >&6; }
3667 test -n "$CC" && break
3670 if test -z "$CC"; then
3672 for ac_prog
in cl.exe
3674 # Extract the first word of "$ac_prog", so it can be a program name with args.
3675 set dummy
$ac_prog; ac_word
=$2
3676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3677 $as_echo_n "checking for $ac_word... " >&6; }
3678 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3679 $as_echo_n "(cached) " >&6
3681 if test -n "$ac_ct_CC"; then
3682 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3684 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3688 test -z "$as_dir" && as_dir
=.
3689 for ac_exec_ext
in '' $ac_executable_extensions; do
3690 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3691 ac_cv_prog_ac_ct_CC
="$ac_prog"
3692 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3701 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3702 if test -n "$ac_ct_CC"; then
3703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3704 $as_echo "$ac_ct_CC" >&6; }
3706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3707 $as_echo "no" >&6; }
3711 test -n "$ac_ct_CC" && break
3714 if test "x$ac_ct_CC" = x
; then
3717 case $cross_compiling:$ac_tool_warned in
3719 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3720 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3721 ac_tool_warned
=yes ;;
3730 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3731 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3732 as_fn_error $?
"no acceptable C compiler found in \$PATH
3733 See \`config.log' for more details" "$LINENO" 5; }
3735 # Provide some information about the compiler.
3736 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3739 for ac_option
in --version -v -V -qversion; do
3740 { { ac_try
="$ac_compiler $ac_option >&5"
3742 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3743 *) ac_try_echo=$ac_try;;
3745 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3746 $as_echo "$ac_try_echo"; } >&5
3747 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3749 if test -s conftest.err; then
3751 ... rest of stderr output deleted ...
3752 10q' conftest.err >conftest.er1
3753 cat conftest.er1 >&5
3755 rm -f conftest.er1 conftest.err
3756 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3757 test $ac_status = 0; }
3760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3761 /* end confdefs.h. */
3771 ac_clean_files_save=$ac_clean_files
3772 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3773 # Try to create an executable without -o first, disregard a.out.
3774 # It will help us diagnose broken compilers, and finding out an intuition
3776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3777 $as_echo_n "checking whether the C compiler works... " >&6; }
3778 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
3780 # The possible output files:
3781 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3784 for ac_file in $ac_files
3787 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3788 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3793 if { { ac_try="$ac_link_default"
3795 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3796 *) ac_try_echo
=$ac_try;;
3798 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3799 $as_echo "$ac_try_echo"; } >&5
3800 (eval "$ac_link_default") 2>&5
3802 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3803 test $ac_status = 0; }; then :
3804 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3805 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3806 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3807 # so that the user can short-circuit this test for compilers unknown to
3809 for ac_file
in $ac_files ''
3811 test -f "$ac_file" ||
continue
3813 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
3816 # We found the default executable, but exeext='' is most
3820 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
3822 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3824 # We set ac_cv_exeext here because the later test for it is not
3825 # safe: cross compilers may not add the suffix if given an `-o'
3826 # argument, so we may need to know it at that point already.
3827 # Even if this section looks crufty: it has the advantage of
3834 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
3839 if test -z "$ac_file"; then :
3840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3841 $as_echo "no" >&6; }
3842 $as_echo "$as_me: failed program was:" >&5
3843 sed 's/^/| /' conftest.
$ac_ext >&5
3845 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3846 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3847 as_fn_error
77 "C compiler cannot create executables
3848 See \`config.log' for more details" "$LINENO" 5; }
3850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3851 $as_echo "yes" >&6; }
3853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3854 $as_echo_n "checking for C compiler default output file name... " >&6; }
3855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3856 $as_echo "$ac_file" >&6; }
3857 ac_exeext
=$ac_cv_exeext
3859 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
3860 ac_clean_files
=$ac_clean_files_save
3861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3862 $as_echo_n "checking for suffix of executables... " >&6; }
3863 if { { ac_try
="$ac_link"
3865 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3866 *) ac_try_echo=$ac_try;;
3868 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3869 $as_echo "$ac_try_echo"; } >&5
3870 (eval "$ac_link") 2>&5
3872 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3873 test $ac_status = 0; }; then :
3874 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
3875 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
3876 # work properly (i.e., refer to `conftest.exe'), while it won't with
3878 for ac_file
in conftest.exe conftest conftest.
*; do
3879 test -f "$ac_file" ||
continue
3881 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
3882 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3888 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3889 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3890 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
3891 See \`config.log' for more details" "$LINENO" 5; }
3893 rm -f conftest conftest
$ac_cv_exeext
3894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3895 $as_echo "$ac_cv_exeext" >&6; }
3897 rm -f conftest.
$ac_ext
3898 EXEEXT
=$ac_cv_exeext
3900 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3901 /* end confdefs.h. */
3906 FILE *f = fopen ("conftest.out", "w");
3907 return ferror (f) || fclose (f) != 0;
3913 ac_clean_files
="$ac_clean_files conftest.out"
3914 # Check that the compiler produces executables we can run. If not, either
3915 # the compiler is broken, or we cross compile.
3916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3917 $as_echo_n "checking whether we are cross compiling... " >&6; }
3918 if test "$cross_compiling" != yes; then
3919 { { ac_try
="$ac_link"
3921 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3922 *) ac_try_echo=$ac_try;;
3924 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3925 $as_echo "$ac_try_echo"; } >&5
3926 (eval "$ac_link") 2>&5
3928 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3929 test $ac_status = 0; }
3930 if { ac_try='./conftest$ac_cv_exeext'
3931 { { case "(($ac_try" in
3932 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3933 *) ac_try_echo
=$ac_try;;
3935 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3936 $as_echo "$ac_try_echo"; } >&5
3937 (eval "$ac_try") 2>&5
3939 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3940 test $ac_status = 0; }; }; then
3943 if test "$cross_compiling" = maybe
; then
3946 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3947 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3948 as_fn_error $?
"cannot run C compiled programs.
3949 If you meant to cross compile, use \`--host'.
3950 See \`config.log' for more details" "$LINENO" 5; }
3954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3955 $as_echo "$cross_compiling" >&6; }
3957 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
3958 ac_clean_files
=$ac_clean_files_save
3959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3960 $as_echo_n "checking for suffix of object files... " >&6; }
3961 if ${ac_cv_objext+:} false
; then :
3962 $as_echo_n "(cached) " >&6
3964 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3965 /* end confdefs.h. */
3975 rm -f conftest.o conftest.obj
3976 if { { ac_try
="$ac_compile"
3978 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3979 *) ac_try_echo=$ac_try;;
3981 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3982 $as_echo "$ac_try_echo"; } >&5
3983 (eval "$ac_compile") 2>&5
3985 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3986 test $ac_status = 0; }; then :
3987 for ac_file in conftest.o conftest.obj conftest.*; do
3988 test -f "$ac_file" || continue;
3990 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3991 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3996 $as_echo "$as_me: failed program was:" >&5
3997 sed 's/^/| /' conftest.$ac_ext >&5
3999 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4000 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4001 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4002 See \
`config.log' for more details" "$LINENO" 5; }
4004 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4007 $as_echo "$ac_cv_objext" >&6; }
4008 OBJEXT=$ac_cv_objext
4010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4011 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4012 if ${ac_cv_c_compiler_gnu+:} false; then :
4013 $as_echo_n "(cached) " >&6
4015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4016 /* end confdefs.h. */
4029 if ac_fn_c_try_compile "$LINENO"; then :
4034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4035 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4039 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4040 if test $ac_compiler_gnu = yes; then
4045 ac_test_CFLAGS=${CFLAGS+set}
4046 ac_save_CFLAGS=$CFLAGS
4047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4048 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4049 if ${ac_cv_prog_cc_g+:} false; then :
4050 $as_echo_n "(cached) " >&6
4052 ac_save_c_werror_flag=$ac_c_werror_flag
4053 ac_c_werror_flag=yes
4056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4057 /* end confdefs.h. */
4067 if ac_fn_c_try_compile "$LINENO"; then :
4071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4072 /* end confdefs.h. */
4082 if ac_fn_c_try_compile "$LINENO"; then :
4085 ac_c_werror_flag=$ac_save_c_werror_flag
4087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4088 /* end confdefs.h. */
4098 if ac_fn_c_try_compile "$LINENO"; then :
4101 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4103 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4106 ac_c_werror_flag=$ac_save_c_werror_flag
4108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4109 $as_echo "$ac_cv_prog_cc_g" >&6; }
4110 if test "$ac_test_CFLAGS" = set; then
4111 CFLAGS=$ac_save_CFLAGS
4112 elif test $ac_cv_prog_cc_g = yes; then
4113 if test "$GCC" = yes; then
4119 if test "$GCC" = yes; then
4125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4126 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4127 if ${ac_cv_prog_cc_c89+:} false; then :
4128 $as_echo_n "(cached) " >&6
4130 ac_cv_prog_cc_c89=no
4132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4133 /* end confdefs.h. */
4137 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4138 struct buf { int x; };
4139 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4140 static char *e (p, i)
4146 static char *f (char * (*g) (char **, int), char **p, ...)
4151 s = g (p, va_arg (v,int));
4156 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4157 function prototypes and stuff, but not '\xHH' hex character constants.
4158 These don't provoke an error unfortunately, instead are silently treated
4159 as 'x'. The following induces an error, until -std is added to get
4160 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4161 array size at least. It's necessary to write '\x00'==0 to get something
4162 that's true only with -std. */
4163 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4165 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4166 inside strings and character constants. */
4168 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4170 int test (int i, double x);
4171 struct s1 {int (*f) (int a);};
4172 struct s2 {int (*f) (double a);};
4173 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4179 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4184 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4185 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4187 CC="$ac_save_CC $ac_arg"
4188 if ac_fn_c_try_compile "$LINENO"; then :
4189 ac_cv_prog_cc_c89=$ac_arg
4191 rm -f core conftest.err conftest.$ac_objext
4192 test "x$ac_cv_prog_cc_c89" != "xno" && break
4194 rm -f conftest.$ac_ext
4199 case "x$ac_cv_prog_cc_c89" in
4201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4202 $as_echo "none needed" >&6; } ;;
4204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4205 $as_echo "unsupported" >&6; } ;;
4207 CC="$CC $ac_cv_prog_cc_c89"
4208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4209 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4211 if test "x$ac_cv_prog_cc_c89" != xno; then :
4216 ac_cpp='$CPP $CPPFLAGS'
4217 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4218 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4219 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4222 ac_cpp='$CPP $CPPFLAGS'
4223 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4224 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4225 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4227 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4228 if ${am_cv_prog_cc_c_o+:} false; then :
4229 $as_echo_n "(cached) " >&6
4231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4232 /* end confdefs.h. */
4242 # Make sure it works both with $CC and with simple cc.
4243 # Following AC_PROG_CC_C_O, we do the test twice because some
4244 # compilers refuse to overwrite an existing .o file with -o,
4245 # though they will create one.
4246 am_cv_prog_cc_c_o=yes
4248 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4249 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4252 (exit $ac_status); } \
4253 && test -f conftest2.$ac_objext; then
4256 am_cv_prog_cc_c_o=no
4260 rm -f core conftest*
4263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4264 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4265 if test "$am_cv_prog_cc_c_o" != yes; then
4266 # Losing compiler, so override with the script.
4267 # FIXME: It is wrong to rewrite CC.
4268 # But if we don't then we get into trouble of one sort or another.
4269 # A longer-term fix would be to have automake use am__CC in this case,
4270 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4271 CC="$am_aux_dir/compile $CC"
4274 ac_cpp='$CPP $CPPFLAGS'
4275 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4276 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4277 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4279 DEPDIR="${am__leading_dot}deps"
4281 ac_config_commands="$ac_config_commands depfiles"
4284 am_make=${MAKE-make}
4285 cat > confinc << 'END'
4287 @echo this is the am__doit target
4290 # If we don't find an include directive, just comment out the code.
4291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4292 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4296 # First try GNU make style include.
4297 echo "include confinc" > confmf
4298 # Ignore all kinds of additional output from 'make'.
4299 case `$am_make -s -f confmf
2> /dev
/null
` in #(
4300 *the\ am__doit\ target*)
4306 # Now try BSD make style include.
4307 if test "$am__include" = "#"; then
4308 echo '.include "confinc"' > confmf
4309 case `$am_make -s -f confmf
2> /dev
/null
` in #(
4310 *the\ am__doit\ target*)
4311 am__include=.include
4319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4320 $as_echo "$_am_result" >&6; }
4321 rm -f confinc confmf
4323 # Check whether --enable-dependency-tracking was given.
4324 if test "${enable_dependency_tracking+set}" = set; then :
4325 enableval=$enable_dependency_tracking;
4328 if test "x$enable_dependency_tracking" != xno; then
4329 am_depcomp="$ac_aux_dir/depcomp"
4333 if test "x$enable_dependency_tracking" != xno; then
4343 depcc="$CC" am_compiler_list=
4345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4346 $as_echo_n "checking dependency style of $depcc... " >&6; }
4347 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4348 $as_echo_n "(cached) " >&6
4350 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4351 # We make a subdir and do the tests there. Otherwise we can end up
4352 # making bogus files that we don't know about and never remove. For
4353 # instance it was reported that on HP-UX the gcc test will end up
4354 # making a dummy file named 'D' -- because '-MD' means "put the output
4358 # Copy depcomp to subdir because otherwise we won't find it if we're
4359 # using a relative directory.
4360 cp "$am_depcomp" conftest.dir
4362 # We will build objects and dependencies in a subdirectory because
4363 # it helps to detect inapplicable dependency modes. For instance
4364 # both Tru64's cc and ICC support -MD to output dependencies as a
4365 # side effect of compilation, but ICC will put the dependencies in
4366 # the current directory while Tru64 will put them in the object
4370 am_cv_CC_dependencies_compiler_type=none
4371 if test "$am_compiler_list" = ""; then
4372 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < .
/depcomp
`
4375 case " $depcc " in #(
4376 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4379 for depmode in $am_compiler_list; do
4380 # Setup a source with many dependencies, because some compilers
4381 # like to wrap large dependency lists on column 80 (with \), and
4382 # we should not choose a depcomp mode which is confused by this.
4384 # We need to recreate these files for each test, as the compiler may
4385 # overwrite some of them when testing with obscure command lines.
4386 # This happens at least with the AIX C compiler.
4388 for i in 1 2 3 4 5 6; do
4389 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4390 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4391 # Solaris 10 /bin/sh.
4392 echo '/* dummy */' > sub/conftst$i.h
4394 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4396 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4397 # mode. It turns out that the SunPro C++ compiler does not properly
4398 # handle '-M -o', and we need to detect this. Also, some Intel
4399 # versions had trouble with output in subdirs.
4400 am__obj=sub/conftest.${OBJEXT-o}
4401 am__minus_obj="-o $am__obj"
4404 # This depmode causes a compiler race in universal mode.
4405 test "$am__universal" = false || continue
4408 # After this tag, mechanisms are not by side-effect, so they'll
4409 # only be used when explicitly requested.
4410 if test "x$enable_dependency_tracking" = xyes; then
4416 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4417 # This compiler won't grok '-c -o', but also, the minuso test has
4418 # not run yet. These depmodes are late enough in the game, and
4419 # so weak that their functioning should not be impacted.
4420 am__obj=conftest.${OBJEXT-o}
4425 if depmode=$depmode \
4426 source=sub/conftest.c object=$am__obj \
4427 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4428 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4429 >/dev/null 2>conftest.err &&
4430 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4431 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4432 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4433 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4434 # icc doesn't choke on unknown options, it will just issue warnings
4435 # or remarks (even with -Werror). So we grep stderr for any message
4436 # that says an option was ignored or not supported.
4437 # When given -MP, icc 7.0 and 7.1 complain thusly:
4438 # icc: Command line warning: ignoring option '-M'; no argument required
4439 # The diagnosis changed in icc 8.0:
4440 # icc: Command line remark: option '-MP' not supported
4441 if (grep 'ignoring option' conftest.err ||
4442 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4443 am_cv_CC_dependencies_compiler_type=$depmode
4452 am_cv_CC_dependencies_compiler_type=none
4456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4457 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4458 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4461 test "x$enable_dependency_tracking" != xno \
4462 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4464 am__fastdepCC_FALSE='#'
4466 am__fastdepCC_TRUE='#'
4467 am__fastdepCC_FALSE=
4472 ac_cpp='$CXXCPP $CPPFLAGS'
4473 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4474 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4475 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4476 if test -z "$CXX"; then
4477 if test -n "$CCC"; then
4480 if test -n "$ac_tool_prefix"; then
4481 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4483 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4484 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4486 $as_echo_n "checking for $ac_word... " >&6; }
4487 if ${ac_cv_prog_CXX+:} false; then :
4488 $as_echo_n "(cached) " >&6
4490 if test -n "$CXX"; then
4491 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4497 test -z "$as_dir" && as_dir=.
4498 for ac_exec_ext in '' $ac_executable_extensions; do
4499 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4500 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4501 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4511 if test -n "$CXX"; then
4512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4513 $as_echo "$CXX" >&6; }
4515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4516 $as_echo "no" >&6; }
4520 test -n "$CXX" && break
4523 if test -z "$CXX"; then
4525 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4527 # Extract the first word of "$ac_prog", so it can be a program name with args.
4528 set dummy $ac_prog; ac_word=$2
4529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4530 $as_echo_n "checking for $ac_word... " >&6; }
4531 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4532 $as_echo_n "(cached) " >&6
4534 if test -n "$ac_ct_CXX"; then
4535 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4537 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4541 test -z "$as_dir" && as_dir=.
4542 for ac_exec_ext in '' $ac_executable_extensions; do
4543 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4544 ac_cv_prog_ac_ct_CXX="$ac_prog"
4545 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4554 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4555 if test -n "$ac_ct_CXX"; then
4556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4557 $as_echo "$ac_ct_CXX" >&6; }
4559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4560 $as_echo "no" >&6; }
4564 test -n "$ac_ct_CXX" && break
4567 if test "x$ac_ct_CXX" = x; then
4570 case $cross_compiling:$ac_tool_warned in
4572 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4573 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4574 ac_tool_warned=yes ;;
4582 # Provide some information about the compiler.
4583 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4586 for ac_option in --version -v -V -qversion; do
4587 { { ac_try="$ac_compiler $ac_option >&5"
4589 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4590 *) ac_try_echo
=$ac_try;;
4592 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4593 $as_echo "$ac_try_echo"; } >&5
4594 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4596 if test -s conftest.err
; then
4598 ... rest of stderr output deleted ...
4599 10q' conftest.err
>conftest.er1
4600 cat conftest.er1
>&5
4602 rm -f conftest.er1 conftest.err
4603 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4604 test $ac_status = 0; }
4607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4608 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4609 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4610 $as_echo_n "(cached) " >&6
4612 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4613 /* end confdefs.h. */
4626 if ac_fn_cxx_try_compile
"$LINENO"; then :
4631 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4632 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4636 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4637 if test $ac_compiler_gnu = yes; then
4642 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4643 ac_save_CXXFLAGS
=$CXXFLAGS
4644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4645 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4646 if ${ac_cv_prog_cxx_g+:} false
; then :
4647 $as_echo_n "(cached) " >&6
4649 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4650 ac_cxx_werror_flag
=yes
4653 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4654 /* end confdefs.h. */
4664 if ac_fn_cxx_try_compile
"$LINENO"; then :
4665 ac_cv_prog_cxx_g
=yes
4668 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4669 /* end confdefs.h. */
4679 if ac_fn_cxx_try_compile
"$LINENO"; then :
4682 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4684 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4685 /* end confdefs.h. */
4695 if ac_fn_cxx_try_compile
"$LINENO"; then :
4696 ac_cv_prog_cxx_g
=yes
4698 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4700 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4702 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4703 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4706 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4707 if test "$ac_test_CXXFLAGS" = set; then
4708 CXXFLAGS
=$ac_save_CXXFLAGS
4709 elif test $ac_cv_prog_cxx_g = yes; then
4710 if test "$GXX" = yes; then
4716 if test "$GXX" = yes; then
4723 ac_cpp
='$CPP $CPPFLAGS'
4724 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4725 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4726 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4728 depcc
="$CXX" am_compiler_list
=
4730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4731 $as_echo_n "checking dependency style of $depcc... " >&6; }
4732 if ${am_cv_CXX_dependencies_compiler_type+:} false
; then :
4733 $as_echo_n "(cached) " >&6
4735 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4736 # We make a subdir and do the tests there. Otherwise we can end up
4737 # making bogus files that we don't know about and never remove. For
4738 # instance it was reported that on HP-UX the gcc test will end up
4739 # making a dummy file named 'D' -- because '-MD' means "put the output
4743 # Copy depcomp to subdir because otherwise we won't find it if we're
4744 # using a relative directory.
4745 cp "$am_depcomp" conftest.dir
4747 # We will build objects and dependencies in a subdirectory because
4748 # it helps to detect inapplicable dependency modes. For instance
4749 # both Tru64's cc and ICC support -MD to output dependencies as a
4750 # side effect of compilation, but ICC will put the dependencies in
4751 # the current directory while Tru64 will put them in the object
4755 am_cv_CXX_dependencies_compiler_type
=none
4756 if test "$am_compiler_list" = ""; then
4757 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4760 case " $depcc " in #(
4761 *\
-arch\
*\
-arch\
*) am__universal
=true
;;
4764 for depmode
in $am_compiler_list; do
4765 # Setup a source with many dependencies, because some compilers
4766 # like to wrap large dependency lists on column 80 (with \), and
4767 # we should not choose a depcomp mode which is confused by this.
4769 # We need to recreate these files for each test, as the compiler may
4770 # overwrite some of them when testing with obscure command lines.
4771 # This happens at least with the AIX C compiler.
4773 for i
in 1 2 3 4 5 6; do
4774 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
4775 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4776 # Solaris 10 /bin/sh.
4777 echo '/* dummy */' > sub
/conftst
$i.h
4779 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4781 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4782 # mode. It turns out that the SunPro C++ compiler does not properly
4783 # handle '-M -o', and we need to detect this. Also, some Intel
4784 # versions had trouble with output in subdirs.
4785 am__obj
=sub
/conftest.
${OBJEXT-o}
4786 am__minus_obj
="-o $am__obj"
4789 # This depmode causes a compiler race in universal mode.
4790 test "$am__universal" = false ||
continue
4793 # After this tag, mechanisms are not by side-effect, so they'll
4794 # only be used when explicitly requested.
4795 if test "x$enable_dependency_tracking" = xyes
; then
4801 msvc7 | msvc7msys | msvisualcpp | msvcmsys
)
4802 # This compiler won't grok '-c -o', but also, the minuso test has
4803 # not run yet. These depmodes are late enough in the game, and
4804 # so weak that their functioning should not be impacted.
4805 am__obj
=conftest.
${OBJEXT-o}
4810 if depmode
=$depmode \
4811 source=sub
/conftest.c object
=$am__obj \
4812 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
4813 $SHELL .
/depcomp
$depcc -c $am__minus_obj sub
/conftest.c \
4814 >/dev
/null
2>conftest.err
&&
4815 grep sub
/conftst1.h sub
/conftest.Po
> /dev
/null
2>&1 &&
4816 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
4817 grep $am__obj sub
/conftest.Po
> /dev
/null
2>&1 &&
4818 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
4819 # icc doesn't choke on unknown options, it will just issue warnings
4820 # or remarks (even with -Werror). So we grep stderr for any message
4821 # that says an option was ignored or not supported.
4822 # When given -MP, icc 7.0 and 7.1 complain thusly:
4823 # icc: Command line warning: ignoring option '-M'; no argument required
4824 # The diagnosis changed in icc 8.0:
4825 # icc: Command line remark: option '-MP' not supported
4826 if (grep 'ignoring option' conftest.err ||
4827 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
4828 am_cv_CXX_dependencies_compiler_type
=$depmode
4837 am_cv_CXX_dependencies_compiler_type
=none
4841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
4842 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
4843 CXXDEPMODE
=depmode
=$am_cv_CXX_dependencies_compiler_type
4846 test "x$enable_dependency_tracking" != xno \
4847 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3
; then
4848 am__fastdepCXX_TRUE
=
4849 am__fastdepCXX_FALSE
='#'
4851 am__fastdepCXX_TRUE
='#'
4852 am__fastdepCXX_FALSE
=
4856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4857 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4858 if ${ac_cv_path_GREP+:} false
; then :
4859 $as_echo_n "(cached) " >&6
4861 if test -z "$GREP"; then
4862 ac_path_GREP_found
=false
4863 # Loop through the user's path and test for each of PROGNAME-LIST
4864 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4865 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4868 test -z "$as_dir" && as_dir
=.
4869 for ac_prog
in grep ggrep
; do
4870 for ac_exec_ext
in '' $ac_executable_extensions; do
4871 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
4872 as_fn_executable_p
"$ac_path_GREP" ||
continue
4873 # Check for GNU ac_path_GREP and select it if it is found.
4874 # Check for GNU $ac_path_GREP
4875 case `"$ac_path_GREP" --version 2>&1` in
4877 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
4880 $as_echo_n 0123456789 >"conftest.in"
4883 cat "conftest.in" "conftest.in" >"conftest.tmp"
4884 mv "conftest.tmp" "conftest.in"
4885 cp "conftest.in" "conftest.nl"
4886 $as_echo 'GREP' >> "conftest.nl"
4887 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4888 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4889 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4890 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4891 # Best one so far, save it but keep looking for a better one
4892 ac_cv_path_GREP
="$ac_path_GREP"
4893 ac_path_GREP_max
=$ac_count
4895 # 10*(2^10) chars as input seems more than enough
4896 test $ac_count -gt 10 && break
4898 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4901 $ac_path_GREP_found && break 3
4906 if test -z "$ac_cv_path_GREP"; then
4907 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4910 ac_cv_path_GREP
=$GREP
4914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4915 $as_echo "$ac_cv_path_GREP" >&6; }
4916 GREP
="$ac_cv_path_GREP"
4921 ac_cpp
='$CPP $CPPFLAGS'
4922 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4923 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4924 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4926 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4927 # On Suns, sometimes $CPP names a directory.
4928 if test -n "$CPP" && test -d "$CPP"; then
4931 if test -z "$CPP"; then
4932 if ${ac_cv_prog_CPP+:} false
; then :
4933 $as_echo_n "(cached) " >&6
4935 # Double quotes because CPP needs to be expanded
4936 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4939 for ac_c_preproc_warn_flag
in '' yes
4941 # Use a header file that comes with gcc, so configuring glibc
4942 # with a fresh cross-compiler works.
4943 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4944 # <limits.h> exists even on freestanding compilers.
4945 # On the NeXT, cc -E runs the code through the compiler's parser,
4946 # not just through cpp. "Syntax error" is here to catch this case.
4947 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4948 /* end confdefs.h. */
4950 # include <limits.h>
4952 # include <assert.h>
4956 if ac_fn_c_try_cpp
"$LINENO"; then :
4959 # Broken: fails on valid input.
4962 rm -f conftest.err conftest.i conftest.
$ac_ext
4964 # OK, works on sane cases. Now check whether nonexistent headers
4965 # can be detected and how.
4966 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4967 /* end confdefs.h. */
4968 #include <ac_nonexistent.h>
4970 if ac_fn_c_try_cpp
"$LINENO"; then :
4971 # Broken: success on invalid input.
4974 # Passes both tests.
4978 rm -f conftest.err conftest.i conftest.
$ac_ext
4981 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4982 rm -f conftest.i conftest.err conftest.
$ac_ext
4983 if $ac_preproc_ok; then :
4995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4996 $as_echo "$CPP" >&6; }
4998 for ac_c_preproc_warn_flag
in '' yes
5000 # Use a header file that comes with gcc, so configuring glibc
5001 # with a fresh cross-compiler works.
5002 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5003 # <limits.h> exists even on freestanding compilers.
5004 # On the NeXT, cc -E runs the code through the compiler's parser,
5005 # not just through cpp. "Syntax error" is here to catch this case.
5006 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5007 /* end confdefs.h. */
5009 # include <limits.h>
5011 # include <assert.h>
5015 if ac_fn_c_try_cpp
"$LINENO"; then :
5018 # Broken: fails on valid input.
5021 rm -f conftest.err conftest.i conftest.
$ac_ext
5023 # OK, works on sane cases. Now check whether nonexistent headers
5024 # can be detected and how.
5025 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5026 /* end confdefs.h. */
5027 #include <ac_nonexistent.h>
5029 if ac_fn_c_try_cpp
"$LINENO"; then :
5030 # Broken: success on invalid input.
5033 # Passes both tests.
5037 rm -f conftest.err conftest.i conftest.
$ac_ext
5040 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5041 rm -f conftest.i conftest.err conftest.
$ac_ext
5042 if $ac_preproc_ok; then :
5045 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5046 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5047 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
5048 See \`config.log' for more details" "$LINENO" 5; }
5052 ac_cpp
='$CPP $CPPFLAGS'
5053 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5054 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5055 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5059 $as_echo_n "checking for egrep... " >&6; }
5060 if ${ac_cv_path_EGREP+:} false
; then :
5061 $as_echo_n "(cached) " >&6
5063 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5064 then ac_cv_path_EGREP
="$GREP -E"
5066 if test -z "$EGREP"; then
5067 ac_path_EGREP_found
=false
5068 # Loop through the user's path and test for each of PROGNAME-LIST
5069 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5070 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5073 test -z "$as_dir" && as_dir
=.
5074 for ac_prog
in egrep; do
5075 for ac_exec_ext
in '' $ac_executable_extensions; do
5076 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5077 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5078 # Check for GNU ac_path_EGREP and select it if it is found.
5079 # Check for GNU $ac_path_EGREP
5080 case `"$ac_path_EGREP" --version 2>&1` in
5082 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5085 $as_echo_n 0123456789 >"conftest.in"
5088 cat "conftest.in" "conftest.in" >"conftest.tmp"
5089 mv "conftest.tmp" "conftest.in"
5090 cp "conftest.in" "conftest.nl"
5091 $as_echo 'EGREP' >> "conftest.nl"
5092 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5093 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5094 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5095 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5096 # Best one so far, save it but keep looking for a better one
5097 ac_cv_path_EGREP
="$ac_path_EGREP"
5098 ac_path_EGREP_max
=$ac_count
5100 # 10*(2^10) chars as input seems more than enough
5101 test $ac_count -gt 10 && break
5103 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5106 $ac_path_EGREP_found && break 3
5111 if test -z "$ac_cv_path_EGREP"; then
5112 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5115 ac_cv_path_EGREP
=$EGREP
5120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5121 $as_echo "$ac_cv_path_EGREP" >&6; }
5122 EGREP
="$ac_cv_path_EGREP"
5125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5126 $as_echo_n "checking for ANSI C header files... " >&6; }
5127 if ${ac_cv_header_stdc+:} false
; then :
5128 $as_echo_n "(cached) " >&6
5130 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5131 /* end confdefs.h. */
5145 if ac_fn_c_try_compile
"$LINENO"; then :
5146 ac_cv_header_stdc
=yes
5148 ac_cv_header_stdc
=no
5150 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5152 if test $ac_cv_header_stdc = yes; then
5153 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5154 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5155 /* end confdefs.h. */
5159 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5160 $EGREP "memchr" >/dev
/null
2>&1; then :
5163 ac_cv_header_stdc
=no
5169 if test $ac_cv_header_stdc = yes; then
5170 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5171 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5172 /* end confdefs.h. */
5176 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5177 $EGREP "free" >/dev
/null
2>&1; then :
5180 ac_cv_header_stdc
=no
5186 if test $ac_cv_header_stdc = yes; then
5187 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5188 if test "$cross_compiling" = yes; then :
5191 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5192 /* end confdefs.h. */
5195 #if ((' ' & 0x0FF) == 0x020)
5196 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5197 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5199 # define ISLOWER(c) \
5200 (('a' <= (c) && (c) <= 'i') \
5201 || ('j' <= (c) && (c) <= 'r') \
5202 || ('s' <= (c) && (c) <= 'z'))
5203 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5206 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5211 for (i = 0; i < 256; i++)
5212 if (XOR (islower (i), ISLOWER (i))
5213 || toupper (i) != TOUPPER (i))
5218 if ac_fn_c_try_run
"$LINENO"; then :
5221 ac_cv_header_stdc
=no
5223 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
5224 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
5229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5230 $as_echo "$ac_cv_header_stdc" >&6; }
5231 if test $ac_cv_header_stdc = yes; then
5233 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5237 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5238 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
5239 inttypes.h stdint.h unistd.h
5241 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5242 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5244 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
5245 cat >>confdefs.h
<<_ACEOF
5246 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5255 ac_fn_c_check_header_mongrel
"$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5256 if test "x$ac_cv_header_minix_config_h" = xyes
; then :
5263 if test "$MINIX" = yes; then
5265 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5268 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5271 $as_echo "#define _MINIX 1" >>confdefs.h
5276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5277 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5278 if ${ac_cv_safe_to_define___extensions__+:} false
; then :
5279 $as_echo_n "(cached) " >&6
5281 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5282 /* end confdefs.h. */
5284 # define __EXTENSIONS__ 1
5285 $ac_includes_default
5294 if ac_fn_c_try_compile
"$LINENO"; then :
5295 ac_cv_safe_to_define___extensions__
=yes
5297 ac_cv_safe_to_define___extensions__
=no
5299 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5302 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5303 test $ac_cv_safe_to_define___extensions__ = yes &&
5304 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5306 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5308 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5310 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5312 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5321 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5322 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5327 macro_version
='2.2.7a'
5328 macro_revision
='1.3134'
5342 ltmain
="$ac_aux_dir/ltmain.sh"
5344 # Backslashify metacharacters that are still active within
5345 # double-quoted strings.
5346 sed_quote_subst
='s/\(["`$\\]\)/\\\1/g'
5348 # Same as above, but do not quote variable references.
5349 double_quote_subst
='s/\(["`\\]\)/\\\1/g'
5351 # Sed substitution to delay expansion of an escaped shell variable in a
5352 # double_quote_subst'ed string.
5353 delay_variable_subst
='s/\\\\\\\\\\\$/\\\\\\$/g'
5355 # Sed substitution to delay expansion of an escaped single quote.
5356 delay_single_quote_subst
='s/'\''/'\'\\\\\\\'\''/g'
5358 # Sed substitution to avoid accidental globbing in evaled expressions
5359 no_glob_subst
='s/\*/\\\*/g'
5361 ECHO
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5362 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5363 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5366 $as_echo_n "checking how to print strings... " >&6; }
5367 # Test print first, because it will be a builtin if present.
5368 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5369 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5371 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5374 # Use this function as a fallback that always works.
5375 func_fallback_echo ()
5377 eval 'cat <<_LTECHO_EOF
5381 ECHO='func_fallback_echo
'
5384 # func_echo_all arg...
5385 # Invoke $ECHO with all args, space-separated.
5392 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5393 $as_echo "printf" >&6; } ;;
5394 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5395 $as_echo "print -r" >&6; } ;;
5396 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5397 $as_echo "cat" >&6; } ;;
5413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5414 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5415 if ${ac_cv_path_SED+:} false; then :
5416 $as_echo_n "(cached) " >&6
5418 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5419 for ac_i in 1 2 3 4 5 6 7; do
5420 ac_script="$ac_script$as_nl$ac_script"
5422 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5423 { ac_script=; unset ac_script;}
5424 if test -z "$SED"; then
5425 ac_path_SED_found=false
5426 # Loop through the user's path and
test for each of PROGNAME-LIST
5427 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5431 test -z "$as_dir" && as_dir
=.
5432 for ac_prog
in sed gsed
; do
5433 for ac_exec_ext
in '' $ac_executable_extensions; do
5434 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
5435 as_fn_executable_p
"$ac_path_SED" ||
continue
5436 # Check for GNU ac_path_SED and select it if it is found.
5437 # Check for GNU $ac_path_SED
5438 case `"$ac_path_SED" --version 2>&1` in
5440 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
5443 $as_echo_n 0123456789 >"conftest.in"
5446 cat "conftest.in" "conftest.in" >"conftest.tmp"
5447 mv "conftest.tmp" "conftest.in"
5448 cp "conftest.in" "conftest.nl"
5449 $as_echo '' >> "conftest.nl"
5450 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5451 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5452 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5453 if test $ac_count -gt ${ac_path_SED_max-0}; then
5454 # Best one so far, save it but keep looking for a better one
5455 ac_cv_path_SED
="$ac_path_SED"
5456 ac_path_SED_max
=$ac_count
5458 # 10*(2^10) chars as input seems more than enough
5459 test $ac_count -gt 10 && break
5461 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5464 $ac_path_SED_found && break 3
5469 if test -z "$ac_cv_path_SED"; then
5470 as_fn_error $?
"no acceptable sed could be found in \$PATH" "$LINENO" 5
5477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5478 $as_echo "$ac_cv_path_SED" >&6; }
5479 SED
="$ac_cv_path_SED"
5482 test -z "$SED" && SED
=sed
5483 Xsed
="$SED -e 1s/^X//"
5495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5496 $as_echo_n "checking for fgrep... " >&6; }
5497 if ${ac_cv_path_FGREP+:} false
; then :
5498 $as_echo_n "(cached) " >&6
5500 if echo 'ab*c' |
$GREP -F 'ab*c' >/dev
/null
2>&1
5501 then ac_cv_path_FGREP
="$GREP -F"
5503 if test -z "$FGREP"; then
5504 ac_path_FGREP_found
=false
5505 # Loop through the user's path and test for each of PROGNAME-LIST
5506 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5507 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5510 test -z "$as_dir" && as_dir
=.
5511 for ac_prog
in fgrep
; do
5512 for ac_exec_ext
in '' $ac_executable_extensions; do
5513 ac_path_FGREP
="$as_dir/$ac_prog$ac_exec_ext"
5514 as_fn_executable_p
"$ac_path_FGREP" ||
continue
5515 # Check for GNU ac_path_FGREP and select it if it is found.
5516 # Check for GNU $ac_path_FGREP
5517 case `"$ac_path_FGREP" --version 2>&1` in
5519 ac_cv_path_FGREP
="$ac_path_FGREP" ac_path_FGREP_found
=:;;
5522 $as_echo_n 0123456789 >"conftest.in"
5525 cat "conftest.in" "conftest.in" >"conftest.tmp"
5526 mv "conftest.tmp" "conftest.in"
5527 cp "conftest.in" "conftest.nl"
5528 $as_echo 'FGREP' >> "conftest.nl"
5529 "$ac_path_FGREP" FGREP
< "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5530 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5531 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5532 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5533 # Best one so far, save it but keep looking for a better one
5534 ac_cv_path_FGREP
="$ac_path_FGREP"
5535 ac_path_FGREP_max
=$ac_count
5537 # 10*(2^10) chars as input seems more than enough
5538 test $ac_count -gt 10 && break
5540 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5543 $ac_path_FGREP_found && break 3
5548 if test -z "$ac_cv_path_FGREP"; then
5549 as_fn_error $?
"no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5552 ac_cv_path_FGREP
=$FGREP
5557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5558 $as_echo "$ac_cv_path_FGREP" >&6; }
5559 FGREP
="$ac_cv_path_FGREP"
5562 test -z "$GREP" && GREP
=grep
5582 # Check whether --with-gnu-ld was given.
5583 if test "${with_gnu_ld+set}" = set; then :
5584 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
5590 if test "$GCC" = yes; then
5591 # Check if gcc -print-prog-name=ld gives a path.
5592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5593 $as_echo_n "checking for ld used by $CC... " >&6; }
5596 # gcc leaves a trailing carriage return which upsets mingw
5597 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5599 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
5602 # Accept absolute paths.
5604 re_direlt
='/[^/][^/]*/\.\./'
5605 # Canonicalize the pathname of ld
5606 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5607 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
5608 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5610 test -z "$LD" && LD
="$ac_prog"
5613 # If it fails, then pretend we aren't using GCC.
5617 # If it is relative, then search for the first ld in PATH.
5621 elif test "$with_gnu_ld" = yes; then
5622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5623 $as_echo_n "checking for GNU ld... " >&6; }
5625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5626 $as_echo_n "checking for non-GNU ld... " >&6; }
5628 if ${lt_cv_path_LD+:} false
; then :
5629 $as_echo_n "(cached) " >&6
5631 if test -z "$LD"; then
5632 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5633 for ac_dir
in $PATH; do
5635 test -z "$ac_dir" && ac_dir
=.
5636 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
5637 lt_cv_path_LD
="$ac_dir/$ac_prog"
5638 # Check to see if the program is GNU ld. I'd rather use --version,
5639 # but apparently some variants of GNU ld only accept -v.
5640 # Break only if it was the GNU/non-GNU ld that we prefer.
5641 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5642 *GNU
* |
*'with BFD'*)
5643 test "$with_gnu_ld" != no
&& break
5646 test "$with_gnu_ld" != yes && break
5653 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
5658 if test -n "$LD"; then
5659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5660 $as_echo "$LD" >&6; }
5662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5663 $as_echo "no" >&6; }
5665 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
5666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5667 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5668 if ${lt_cv_prog_gnu_ld+:} false
; then :
5669 $as_echo_n "(cached) " >&6
5671 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5672 case `$LD -v 2>&1 </dev/null` in
5673 *GNU
* |
*'with BFD'*)
5674 lt_cv_prog_gnu_ld
=yes
5677 lt_cv_prog_gnu_ld
=no
5681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5682 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5683 with_gnu_ld
=$lt_cv_prog_gnu_ld
5693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5694 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5695 if ${lt_cv_path_NM+:} false
; then :
5696 $as_echo_n "(cached) " >&6
5698 if test -n "$NM"; then
5699 # Let the user override the test.
5702 lt_nm_to_check
="${ac_tool_prefix}nm"
5703 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5704 lt_nm_to_check
="$lt_nm_to_check nm"
5706 for lt_tmp_nm
in $lt_nm_to_check; do
5707 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5708 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
5710 test -z "$ac_dir" && ac_dir
=.
5711 tmp_nm
="$ac_dir/$lt_tmp_nm"
5712 if test -f "$tmp_nm" ||
test -f "$tmp_nm$ac_exeext" ; then
5713 # Check to see if the nm accepts a BSD-compat flag.
5714 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5715 # nm: unknown option "B" ignored
5716 # Tru64's nm complains that /dev/null is an invalid object file
5717 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5718 */dev
/null
* |
*'Invalid file or object type'*)
5719 lt_cv_path_NM
="$tmp_nm -B"
5723 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5725 lt_cv_path_NM
="$tmp_nm -p"
5729 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5730 continue # so that we can try to find one that supports BSD flags
5739 : ${lt_cv_path_NM=no}
5742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5743 $as_echo "$lt_cv_path_NM" >&6; }
5744 if test "$lt_cv_path_NM" != "no"; then
5747 # Didn't find any BSD compatible name lister, look for dumpbin.
5748 if test -n "$DUMPBIN"; then :
5749 # Let the user override the test.
5751 if test -n "$ac_tool_prefix"; then
5752 for ac_prog
in dumpbin
"link -dump"
5754 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5755 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5757 $as_echo_n "checking for $ac_word... " >&6; }
5758 if ${ac_cv_prog_DUMPBIN+:} false
; then :
5759 $as_echo_n "(cached) " >&6
5761 if test -n "$DUMPBIN"; then
5762 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
5764 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5768 test -z "$as_dir" && as_dir
=.
5769 for ac_exec_ext
in '' $ac_executable_extensions; do
5770 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5771 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
5772 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5781 DUMPBIN
=$ac_cv_prog_DUMPBIN
5782 if test -n "$DUMPBIN"; then
5783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5784 $as_echo "$DUMPBIN" >&6; }
5786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5787 $as_echo "no" >&6; }
5791 test -n "$DUMPBIN" && break
5794 if test -z "$DUMPBIN"; then
5795 ac_ct_DUMPBIN
=$DUMPBIN
5796 for ac_prog
in dumpbin
"link -dump"
5798 # Extract the first word of "$ac_prog", so it can be a program name with args.
5799 set dummy
$ac_prog; ac_word
=$2
5800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5801 $as_echo_n "checking for $ac_word... " >&6; }
5802 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false
; then :
5803 $as_echo_n "(cached) " >&6
5805 if test -n "$ac_ct_DUMPBIN"; then
5806 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
5808 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5812 test -z "$as_dir" && as_dir
=.
5813 for ac_exec_ext
in '' $ac_executable_extensions; do
5814 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5815 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
5816 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5825 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
5826 if test -n "$ac_ct_DUMPBIN"; then
5827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5828 $as_echo "$ac_ct_DUMPBIN" >&6; }
5830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5831 $as_echo "no" >&6; }
5835 test -n "$ac_ct_DUMPBIN" && break
5838 if test "x$ac_ct_DUMPBIN" = x
; then
5841 case $cross_compiling:$ac_tool_warned in
5843 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5844 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5845 ac_tool_warned
=yes ;;
5847 DUMPBIN
=$ac_ct_DUMPBIN
5851 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5853 DUMPBIN
="$DUMPBIN -symbols"
5861 if test "$DUMPBIN" != ":"; then
5865 test -z "$NM" && NM
=nm
5872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5873 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5874 if ${lt_cv_nm_interface+:} false
; then :
5875 $as_echo_n "(cached) " >&6
5877 lt_cv_nm_interface
="BSD nm"
5878 echo "int some_variable = 0;" > conftest.
$ac_ext
5879 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5880 (eval "$ac_compile" 2>conftest.err
)
5881 cat conftest.err
>&5
5882 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5883 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
5884 cat conftest.err
>&5
5885 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5886 cat conftest.out
>&5
5887 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
5888 lt_cv_nm_interface
="MS dumpbin"
5892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5893 $as_echo "$lt_cv_nm_interface" >&6; }
5895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5896 $as_echo_n "checking whether ln -s works... " >&6; }
5898 if test "$LN_S" = "ln -s"; then
5899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5900 $as_echo "yes" >&6; }
5902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5903 $as_echo "no, using $LN_S" >&6; }
5906 # find the maximum length of command line arguments
5907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5908 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5909 if ${lt_cv_sys_max_cmd_len+:} false
; then :
5910 $as_echo_n "(cached) " >&6
5917 # On DJGPP, this test can blow up pretty badly due to problems in libc
5918 # (any single argument exceeding 2000 bytes causes a buffer overrun
5919 # during glob expansion). Even if it were fixed, the result of this
5920 # check would be larger than it should be.
5921 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
5925 # Under GNU Hurd, this test is not required because there is
5926 # no limit to the length of command line arguments.
5927 # Libtool will interpret -1 as no limit whatsoever
5928 lt_cv_sys_max_cmd_len
=-1;
5931 cygwin
* | mingw
* | cegcc
*)
5932 # On Win9x/ME, this test blows up -- it succeeds, but takes
5933 # about 5 minutes as the teststring grows exponentially.
5934 # Worse, since 9x/ME are not pre-emptively multitasking,
5935 # you end up with a "frozen" computer, even though with patience
5936 # the test eventually succeeds (with a max line length of 256k).
5937 # Instead, let's just punt: use the minimum linelength reported by
5938 # all of the supported platforms: 8192 (on NT/2K/XP).
5939 lt_cv_sys_max_cmd_len
=8192;
5943 # On MiNT this can take a long time and run out of memory.
5944 lt_cv_sys_max_cmd_len
=8192;
5948 # On AmigaOS with pdksh, this test takes hours, literally.
5949 # So we just punt and use a minimum line length of 8192.
5950 lt_cv_sys_max_cmd_len
=8192;
5953 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
5954 # This has been around since 386BSD, at least. Likely further.
5955 if test -x /sbin
/sysctl
; then
5956 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
5957 elif test -x /usr
/sbin
/sysctl
; then
5958 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
5960 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
5962 # And add a safety zone
5963 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5964 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5968 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5969 lt_cv_sys_max_cmd_len
=196608
5973 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5974 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5975 # nice to cause kernel panics so lets avoid the loop below.
5976 # First set a reasonable default.
5977 lt_cv_sys_max_cmd_len
=16384
5979 if test -x /sbin
/sysconfig
; then
5980 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5981 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
5986 lt_cv_sys_max_cmd_len
=102400
5988 sysv5
* | sco5v6
* | sysv4.2uw2
*)
5989 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5990 if test -n "$kargmax"; then
5991 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
5993 lt_cv_sys_max_cmd_len
=32768
5997 lt_cv_sys_max_cmd_len
=`(getconf ARG_MAX) 2> /dev/null`
5998 if test -n "$lt_cv_sys_max_cmd_len"; then
5999 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
6000 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
6002 # Make teststring a little bigger before we do anything with it.
6003 # a 1K string should be a reasonable start.
6004 for i
in 1 2 3 4 5 6 7 8 ; do
6005 teststring
=$teststring$teststring
6007 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
6008 # If test is not a shell built-in, we'll probably end up computing a
6009 # maximum length that is only half of the actual maximum length, but
6011 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6012 = "X$teststring$teststring"; } >/dev
/null
2>&1 &&
6013 test $i != 17 # 1/2 MB should be enough
6016 teststring
=$teststring$teststring
6018 # Only check the string length outside the loop.
6019 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
6021 # Add a significant safety factor because C++ compilers can tack on
6022 # massive amounts of additional arguments before passing them to the
6023 # linker. It appears as though 1/2 is a usable value.
6024 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
6031 if test -n $lt_cv_sys_max_cmd_len ; then
6032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6033 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6036 $as_echo "none" >&6; }
6038 max_cmd_len
=$lt_cv_sys_max_cmd_len
6049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6050 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6051 # Try some XSI features
6054 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6056 && eval 'test $(( 1 + 1 )) -eq 2 \
6057 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6059 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $xsi_shell" >&5
6060 $as_echo "$xsi_shell" >&6; }
6063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands
\"+=\"" >&5
6064 $as_echo_n "checking whether the shell understands
\"+=\"...
" >&6; }
6066 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
6068 && lt_shell_append=yes
6069 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_shell_append" >&5
6070 $as_echo "$lt_shell_append" >&6; }
6073 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6083 # test EBCDIC or ASCII
6084 case `echo X|tr X '\101'` in
6085 A) # ASCII based system
6086 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6087 lt_SP2NL='tr \040 \012'
6088 lt_NL2SP='tr \015\012 \040\040'
6090 *) # EBCDIC based system
6091 lt_SP2NL='tr \100 \n'
6092 lt_NL2SP='tr \r\n \100\100'
6104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $LD option to reload object files
" >&5
6105 $as_echo_n "checking
for $LD option to reload object files...
" >&6; }
6106 if ${lt_cv_ld_reload_flag+:} false; then :
6107 $as_echo_n "(cached
) " >&6
6109 lt_cv_ld_reload_flag='-r'
6111 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_reload_flag" >&5
6112 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6113 reload_flag=$lt_cv_ld_reload_flag
6114 case $reload_flag in
6116 *) reload_flag=" $reload_flag" ;;
6118 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6121 if test "$GCC" = yes; then
6122 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6124 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6137 if test -n "$ac_tool_prefix"; then
6138 # Extract the first word of "${ac_tool_prefix}objdump
", so it can be a program name with args.
6139 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6141 $as_echo_n "checking
for $ac_word...
" >&6; }
6142 if ${ac_cv_prog_OBJDUMP+:} false; then :
6143 $as_echo_n "(cached
) " >&6
6145 if test -n "$OBJDUMP"; then
6146 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6148 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6152 test -z "$as_dir" && as_dir=.
6153 for ac_exec_ext in '' $ac_executable_extensions; do
6154 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6155 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump
"
6156 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6165 OBJDUMP=$ac_cv_prog_OBJDUMP
6166 if test -n "$OBJDUMP"; then
6167 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
6168 $as_echo "$OBJDUMP" >&6; }
6170 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6171 $as_echo "no
" >&6; }
6176 if test -z "$ac_cv_prog_OBJDUMP"; then
6177 ac_ct_OBJDUMP=$OBJDUMP
6178 # Extract the first word of "objdump
", so it can be a program name with args.
6179 set dummy objdump; ac_word=$2
6180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6181 $as_echo_n "checking
for $ac_word...
" >&6; }
6182 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6183 $as_echo_n "(cached
) " >&6
6185 if test -n "$ac_ct_OBJDUMP"; then
6186 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6188 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6192 test -z "$as_dir" && as_dir=.
6193 for ac_exec_ext in '' $ac_executable_extensions; do
6194 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6195 ac_cv_prog_ac_ct_OBJDUMP="objdump
"
6196 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6205 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6206 if test -n "$ac_ct_OBJDUMP"; then
6207 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OBJDUMP" >&5
6208 $as_echo "$ac_ct_OBJDUMP" >&6; }
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6211 $as_echo "no
" >&6; }
6214 if test "x
$ac_ct_OBJDUMP" = x; then
6217 case $cross_compiling:$ac_tool_warned in
6219 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6220 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6221 ac_tool_warned=yes ;;
6223 OBJDUMP=$ac_ct_OBJDUMP
6226 OBJDUMP="$ac_cv_prog_OBJDUMP"
6229 test -z "$OBJDUMP" && OBJDUMP=objdump
6239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries
" >&5
6240 $as_echo_n "checking how to recognize dependent libraries...
" >&6; }
6241 if ${lt_cv_deplibs_check_method+:} false; then :
6242 $as_echo_n "(cached
) " >&6
6244 lt_cv_file_magic_cmd='$MAGIC_CMD'
6245 lt_cv_file_magic_test_file=
6246 lt_cv_deplibs_check_method='unknown'
6247 # Need to set the preceding variable on all platforms that support
6248 # interlibrary dependencies.
6249 # 'none' -- dependencies not supported.
6250 # `unknown' -- same as none, but documents that we really don't know.
6251 # 'pass_all' -- all dependencies passed with no checks.
6252 # 'test_compile' -- check by making test program.
6253 # 'file_magic [[regex]]' -- check by looking for files in library path
6254 # which responds to the $file_magic_cmd with a given extended regex.
6255 # If you have `file' or equivalent on your system and you're not sure
6256 # whether `pass_all' will *always* work, you probably want this one.
6260 lt_cv_deplibs_check_method=pass_all
6264 lt_cv_deplibs_check_method=pass_all
6268 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6269 lt_cv_file_magic_cmd='/usr/bin/file -L'
6270 lt_cv_file_magic_test_file=/shlib/libc.so
6274 # func_win32_libid is a shell function defined in ltmain.sh
6275 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6276 lt_cv_file_magic_cmd='func_win32_libid'
6280 # Base MSYS/MinGW do not provide the 'file' command needed by
6281 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6282 # unless we find 'file', for example because we are cross-compiling.
6283 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6284 if ( test "$lt_cv_nm_interface" = "BSD nm
" && file / ) >/dev/null 2>&1; then
6285 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6286 lt_cv_file_magic_cmd='func_win32_libid'
6288 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6289 lt_cv_file_magic_cmd='$OBJDUMP -f'
6294 # use the weaker test based on 'objdump'. See mingw*.
6295 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6296 lt_cv_file_magic_cmd='$OBJDUMP -f'
6299 darwin* | rhapsody*)
6300 lt_cv_deplibs_check_method=pass_all
6303 freebsd* | dragonfly*)
6304 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6307 # Not sure whether the presence of OpenBSD here was a mistake.
6308 # Let's accept both of them until this is cleared up.
6309 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6310 lt_cv_file_magic_cmd=/usr/bin/file
6311 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6315 lt_cv_deplibs_check_method=pass_all
6320 lt_cv_deplibs_check_method=pass_all
6324 lt_cv_deplibs_check_method=pass_all
6327 hpux10.20* | hpux11*)
6328 lt_cv_file_magic_cmd=/usr/bin/file
6331 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6332 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6335 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]'
6336 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6339 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6340 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6346 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6347 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6350 irix5* | irix6* | nonstopux*)
6352 *-32|*"-32 ") libmagic=32-bit;;
6353 *-n32|*"-n32 ") libmagic=N32;;
6354 *-64|*"-64 ") libmagic=64-bit;;
6355 *) libmagic=never-match;;
6357 lt_cv_deplibs_check_method=pass_all
6360 # This must be Linux ELF.
6361 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6362 lt_cv_deplibs_check_method=pass_all
6366 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6367 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6369 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6374 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6375 lt_cv_file_magic_cmd=/usr/bin/file
6376 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6380 lt_cv_deplibs_check_method=pass_all
6384 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
6385 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6387 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6391 osf3* | osf4* | osf5*)
6392 lt_cv_deplibs_check_method=pass_all
6396 lt_cv_deplibs_check_method=pass_all
6400 lt_cv_deplibs_check_method=pass_all
6403 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6404 lt_cv_deplibs_check_method=pass_all
6408 case $host_vendor in
6410 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]'
6411 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6414 lt_cv_deplibs_check_method=pass_all
6417 lt_cv_file_magic_cmd='/bin/file'
6418 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6421 lt_cv_file_magic_cmd='/bin/file'
6422 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
6423 lt_cv_file_magic_test_file=/lib/libc.so
6426 lt_cv_deplibs_check_method=pass_all
6429 lt_cv_deplibs_check_method=pass_all
6435 lt_cv_deplibs_check_method=pass_all
6440 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_deplibs_check_method" >&5
6441 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6442 file_magic_cmd=$lt_cv_file_magic_cmd
6443 deplibs_check_method=$lt_cv_deplibs_check_method
6444 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6458 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll
"
6459 for plugin in $plugin_names; do
6460 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6461 if test x$plugin_so = x$plugin; then
6462 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6464 if test x$plugin_so != x$plugin; then
6465 plugin_option="--plugin $plugin_so"
6470 if test -n "$ac_tool_prefix"; then
6471 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6472 set dummy ${ac_tool_prefix}ar; ac_word=$2
6473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6474 $as_echo_n "checking
for $ac_word...
" >&6; }
6475 if ${ac_cv_prog_AR+:} false; then :
6476 $as_echo_n "(cached
) " >&6
6478 if test -n "$AR"; then
6479 ac_cv_prog_AR="$AR" # Let the user override the test.
6481 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6485 test -z "$as_dir" && as_dir=.
6486 for ac_exec_ext in '' $ac_executable_extensions; do
6487 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6488 ac_cv_prog_AR="${ac_tool_prefix}ar"
6489 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6499 if test -n "$AR"; then
6500 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
6501 $as_echo "$AR" >&6; }
6503 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6504 $as_echo "no
" >&6; }
6509 if test -z "$ac_cv_prog_AR"; then
6511 # Extract the first word of "ar", so it can be a program name with args.
6512 set dummy ar; ac_word=$2
6513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6514 $as_echo_n "checking
for $ac_word...
" >&6; }
6515 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6516 $as_echo_n "(cached
) " >&6
6518 if test -n "$ac_ct_AR"; then
6519 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6521 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6525 test -z "$as_dir" && as_dir=.
6526 for ac_exec_ext in '' $ac_executable_extensions; do
6527 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6528 ac_cv_prog_ac_ct_AR="ar"
6529 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6538 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6539 if test -n "$ac_ct_AR"; then
6540 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_AR" >&5
6541 $as_echo "$ac_ct_AR" >&6; }
6543 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6544 $as_echo "no
" >&6; }
6547 if test "x
$ac_ct_AR" = x; then
6550 case $cross_compiling:$ac_tool_warned in
6552 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6553 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6554 ac_tool_warned=yes ;;
6562 test -z "$AR" && AR=ar
6563 if test -n "$plugin_option"; then
6564 if $AR --help 2>&1 | grep -q "\
--plugin"; then
6566 $AR $plugin_option rc conftest.a conftest.c
6567 if test "$?
" != 0; then
6568 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: Failed
: $AR $plugin_option rc
" >&5
6569 $as_echo "$as_me: WARNING
: Failed
: $AR $plugin_option rc
" >&2;}
6571 AR="$AR $plugin_option"
6576 test -z "$AR_FLAGS" && AR_FLAGS=cru
6588 if test -n "$ac_tool_prefix"; then
6589 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
6590 set dummy ${ac_tool_prefix}strip; ac_word=$2
6591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6592 $as_echo_n "checking
for $ac_word...
" >&6; }
6593 if ${ac_cv_prog_STRIP+:} false; then :
6594 $as_echo_n "(cached
) " >&6
6596 if test -n "$STRIP"; then
6597 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6603 test -z "$as_dir" && as_dir=.
6604 for ac_exec_ext in '' $ac_executable_extensions; do
6605 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6606 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
6607 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6616 STRIP=$ac_cv_prog_STRIP
6617 if test -n "$STRIP"; then
6618 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
6619 $as_echo "$STRIP" >&6; }
6621 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6622 $as_echo "no
" >&6; }
6627 if test -z "$ac_cv_prog_STRIP"; then
6629 # Extract the first word of "strip
", so it can be a program name with args.
6630 set dummy strip; ac_word=$2
6631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6632 $as_echo_n "checking
for $ac_word...
" >&6; }
6633 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6634 $as_echo_n "(cached
) " >&6
6636 if test -n "$ac_ct_STRIP"; then
6637 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6639 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6643 test -z "$as_dir" && as_dir=.
6644 for ac_exec_ext in '' $ac_executable_extensions; do
6645 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6646 ac_cv_prog_ac_ct_STRIP="strip
"
6647 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6656 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6657 if test -n "$ac_ct_STRIP"; then
6658 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_STRIP" >&5
6659 $as_echo "$ac_ct_STRIP" >&6; }
6661 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6662 $as_echo "no
" >&6; }
6665 if test "x
$ac_ct_STRIP" = x; then
6668 case $cross_compiling:$ac_tool_warned in
6670 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6671 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6672 ac_tool_warned=yes ;;
6677 STRIP="$ac_cv_prog_STRIP"
6680 test -z "$STRIP" && STRIP=:
6687 if test -n "$ac_tool_prefix"; then
6688 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
6689 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6691 $as_echo_n "checking
for $ac_word...
" >&6; }
6692 if ${ac_cv_prog_RANLIB+:} false; then :
6693 $as_echo_n "(cached
) " >&6
6695 if test -n "$RANLIB"; then
6696 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6698 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6702 test -z "$as_dir" && as_dir=.
6703 for ac_exec_ext in '' $ac_executable_extensions; do
6704 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6705 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
6706 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6715 RANLIB=$ac_cv_prog_RANLIB
6716 if test -n "$RANLIB"; then
6717 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
6718 $as_echo "$RANLIB" >&6; }
6720 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6721 $as_echo "no
" >&6; }
6726 if test -z "$ac_cv_prog_RANLIB"; then
6727 ac_ct_RANLIB=$RANLIB
6728 # Extract the first word of "ranlib
", so it can be a program name with args.
6729 set dummy ranlib; ac_word=$2
6730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6731 $as_echo_n "checking
for $ac_word...
" >&6; }
6732 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6733 $as_echo_n "(cached
) " >&6
6735 if test -n "$ac_ct_RANLIB"; then
6736 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6738 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6742 test -z "$as_dir" && as_dir=.
6743 for ac_exec_ext in '' $ac_executable_extensions; do
6744 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6745 ac_cv_prog_ac_ct_RANLIB="ranlib
"
6746 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6755 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6756 if test -n "$ac_ct_RANLIB"; then
6757 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_RANLIB" >&5
6758 $as_echo "$ac_ct_RANLIB" >&6; }
6760 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6761 $as_echo "no
" >&6; }
6764 if test "x
$ac_ct_RANLIB" = x; then
6767 case $cross_compiling:$ac_tool_warned in
6769 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6770 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6771 ac_tool_warned=yes ;;
6773 RANLIB=$ac_ct_RANLIB
6776 RANLIB="$ac_cv_prog_RANLIB"
6779 test -z "$RANLIB" && RANLIB=:
6780 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6781 if $RANLIB --help 2>&1 | grep -q "\
--plugin"; then
6782 RANLIB="$RANLIB $plugin_option"
6791 # Determine commands to create old-style static archives.
6792 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6793 old_postinstall_cmds='chmod 644 $oldlib'
6794 old_postuninstall_cmds=
6796 if test -n "$RANLIB"; then
6799 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
6802 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
6805 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
6810 lock_old_archive_extraction=yes ;;
6812 lock_old_archive_extraction=no ;;
6853 # If no C compiler was specified, use CC.
6856 # If no C compiler flags were specified, use CFLAGS.
6857 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6859 # Allow CC to be a program name with arguments.
6863 # Check for command to grab the raw symbol name followed by C symbol from nm.
6864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
command to parse
$NM output from
$compiler object
" >&5
6865 $as_echo_n "checking
command to parse
$NM output from
$compiler object...
" >&6; }
6866 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6867 $as_echo_n "(cached
) " >&6
6870 # These are sane defaults that work on at least a few old systems.
6871 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6873 # Character class describing NM global symbol codes.
6874 symcode='[BCDEGRST]'
6876 # Regexp to match symbols that can be accessed directly from C.
6877 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6879 # Define system-specific variables.
6884 cygwin* | mingw* | pw32* | cegcc*)
6885 symcode='[ABCDGISTW]'
6888 if test "$host_cpu" = ia64; then
6889 symcode='[ABCDEGRST]'
6893 symcode='[BCDEGRST]'
6896 symcode='[BCDEGQRST]'
6907 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6915 # If we're using GNU nm, then use its standard symbol codes.
6916 case `$NM -V 2>&1` in
6917 *GNU* | *'with BFD'*)
6918 symcode='[ABCDGIRSTW]' ;;
6921 # Transform an extracted symbol line into a proper C declaration.
6922 # Some systems (esp. on ia64) link data and code symbols differently,
6923 # so use this general approach.
6924 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6926 # Transform an extracted symbol line into symbol name and symbol address
6927 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6928 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'"
6930 # Handle CRLF in mingw tool chain
6934 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6938 # Try without a prefix underscore, then with it.
6939 for ac_symprfx in "" "_
"; do
6941 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6942 symxfrm="\\1 $ac_symprfx\\2 \\2"
6944 # Write the raw and C identifiers.
6945 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
6946 # Fake it for dumpbin and say T for any non-static function
6947 # and D for any global variable.
6948 # Also find C++ and __fastcall symbols from MSVC++,
6949 # which start with @ or ?.
6950 lt_cv_sys_global_symbol_pipe="$AWK '"\
6951 " {last_section=section; section=\$ 3};"\
6952 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6953 " \$ 0!~/External *\|/{next};"\
6954 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6955 " {if(hide[section]) next};"\
6956 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6957 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6958 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6959 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6960 " ' prfx
=^
$ac_symprfx"
6962 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6965 # Check to see that the pipe works correctly.
6969 cat > conftest.$ac_ext <<_LT_EOF
6974 void nm_test_func(void);
6975 void nm_test_func(void){}
6979 int main(){nm_test_var='a';nm_test_func();return(0);}
6982 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6983 (eval $ac_compile) 2>&5
6985 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6986 test $ac_status = 0; }; then
6987 # Now try to grab the symbols.
6989 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$NM conftest.
$ac_objext \|
"$lt_cv_sys_global_symbol_pipe" \
> $nlist\""; } >&5
6990 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6992 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6993 test $ac_status = 0; } && test -s "$nlist"; then
6994 # Try sorting and uniquifying the output.
6995 if sort "$nlist" | uniq > "$nlist"T; then
6996 mv -f "$nlist"T "$nlist"
7001 # Make sure that we snagged all the symbols we need.
7002 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7003 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7004 cat <<_LT_EOF > conftest.$ac_ext
7010 # Now generate the symbol file.
7011 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7013 cat <<_LT_EOF >> conftest.$ac_ext
7015 /* The mapping between symbol names and symbols. */
7020 lt__PROGRAM__LTX_preloaded_symbols[] =
7022 { "@PROGRAM@
", (void *) 0 },
7024 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7025 cat <<\_LT_EOF >> conftest.$ac_ext
7029 /* This works around a problem in FreeBSD linker */
7030 #ifdef FREEBSD_WORKAROUND
7031 static const void *lt_preloaded_setup() {
7032 return lt__PROGRAM__LTX_preloaded_symbols;
7040 # Now try linking the two files.
7041 mv conftest.$ac_objext conftstm.$ac_objext
7042 lt_save_LIBS="$LIBS"
7043 lt_save_CFLAGS="$CFLAGS"
7044 LIBS="conftstm.
$ac_objext"
7045 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7046 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7047 (eval $ac_link) 2>&5
7049 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7050 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7053 LIBS="$lt_save_LIBS"
7054 CFLAGS="$lt_save_CFLAGS"
7056 echo "cannot
find nm_test_func
in $nlist" >&5
7059 echo "cannot
find nm_test_var
in $nlist" >&5
7062 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
7065 echo "$progname: failed program was
:" >&5
7066 cat conftest.$ac_ext >&5
7068 rm -rf conftest* conftst*
7070 # Do not use the global_symbol_pipe unless it works.
7071 if test "$pipe_works" = yes; then
7074 lt_cv_sys_global_symbol_pipe=
7080 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7081 lt_cv_sys_global_symbol_to_cdecl=
7083 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7084 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: failed
" >&5
7085 $as_echo "failed
" >&6; }
7087 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: ok
" >&5
7088 $as_echo "ok
" >&6; }
7112 # Check whether --enable-libtool-lock was given.
7113 if test "${enable_libtool_lock+set}" = set; then :
7114 enableval=$enable_libtool_lock;
7117 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
7119 # Some flags need to be propagated to the compiler or linker for good
7123 # Find out which ABI we are using.
7124 echo 'int i;' > conftest.$ac_ext
7125 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7126 (eval $ac_compile) 2>&5
7128 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7129 test $ac_status = 0; }; then
7130 case `/usr/bin/file conftest.$ac_objext` in
7142 # Find out which ABI we are using.
7143 echo '#line '$LINENO' "configure
"' > conftest.$ac_ext
7144 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7145 (eval $ac_compile) 2>&5
7147 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7148 test $ac_status = 0; }; then
7149 if test "$lt_cv_prog_gnu_ld" = yes; then
7150 case `/usr/bin/file conftest.$ac_objext` in
7152 LD="${LD-ld} -melf32bsmip"
7155 LD="${LD-ld} -melf32bmipn32"
7158 LD="${LD-ld} -melf64bmip"
7162 case `/usr/bin/file conftest.$ac_objext` in
7178 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7179 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7180 # Find out which ABI we are using.
7181 echo 'int i;' > conftest.$ac_ext
7182 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7183 (eval $ac_compile) 2>&5
7185 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7186 test $ac_status = 0; }; then
7187 case `/usr/bin/file conftest.o` in
7190 x86_64-*kfreebsd*-gnu)
7191 LD="${LD-ld} -m elf_i386_fbsd
"
7194 case `/usr/bin/file conftest.o` in
7196 LD="${LD-ld} -m elf32_x86_64
"
7199 LD="${LD-ld} -m elf_i386
"
7203 powerpc64le-*linux*)
7204 LD="${LD-ld} -m elf32lppclinux
"
7207 LD="${LD-ld} -m elf32ppclinux
"
7210 LD="${LD-ld} -m elf_s390
"
7213 LD="${LD-ld} -m elf32_sparc
"
7219 x86_64-*kfreebsd*-gnu)
7220 LD="${LD-ld} -m elf_x86_64_fbsd
"
7223 LD="${LD-ld} -m elf_x86_64
"
7226 LD="${LD-ld} -m elf64lppc
"
7229 LD="${LD-ld} -m elf64ppc
"
7231 s390*-*linux*|s390*-*tpf*)
7232 LD="${LD-ld} -m elf64_s390
"
7235 LD="${LD-ld} -m elf64_sparc
"
7245 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7246 SAVE_CFLAGS="$CFLAGS"
7247 CFLAGS="$CFLAGS -belf"
7248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs
-belf" >&5
7249 $as_echo_n "checking whether the C compiler needs
-belf...
" >&6; }
7250 if ${lt_cv_cc_needs_belf+:} false; then :
7251 $as_echo_n "(cached
) " >&6
7254 ac_cpp='$CPP $CPPFLAGS'
7255 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7256 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7257 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7260 /* end confdefs.h. */
7270 if ac_fn_c_try_link "$LINENO"; then :
7271 lt_cv_cc_needs_belf=yes
7273 lt_cv_cc_needs_belf=no
7275 rm -f core conftest.err conftest.$ac_objext \
7276 conftest$ac_exeext conftest.$ac_ext
7278 ac_cpp='$CPP $CPPFLAGS'
7279 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7280 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7281 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7284 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_cc_needs_belf" >&5
7285 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7286 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7287 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7288 CFLAGS="$SAVE_CFLAGS"
7292 # Find out which ABI we are using.
7293 echo 'int i;' > conftest.$ac_ext
7294 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7295 (eval $ac_compile) 2>&5
7297 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7298 test $ac_status = 0; }; then
7299 case `/usr/bin/file conftest.o` in
7301 case $lt_cv_prog_gnu_ld in
7302 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
7304 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7316 need_locks="$enable_libtool_lock"
7320 rhapsody* | darwin*)
7321 if test -n "$ac_tool_prefix"; then
7322 # Extract the first word of "${ac_tool_prefix}dsymutil
", so it can be a program name with args.
7323 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7325 $as_echo_n "checking
for $ac_word...
" >&6; }
7326 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7327 $as_echo_n "(cached
) " >&6
7329 if test -n "$DSYMUTIL"; then
7330 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7332 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7336 test -z "$as_dir" && as_dir=.
7337 for ac_exec_ext in '' $ac_executable_extensions; do
7338 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7339 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil
"
7340 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7349 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7350 if test -n "$DSYMUTIL"; then
7351 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL" >&5
7352 $as_echo "$DSYMUTIL" >&6; }
7354 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7355 $as_echo "no
" >&6; }
7360 if test -z "$ac_cv_prog_DSYMUTIL"; then
7361 ac_ct_DSYMUTIL=$DSYMUTIL
7362 # Extract the first word of "dsymutil
", so it can be a program name with args.
7363 set dummy dsymutil; ac_word=$2
7364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7365 $as_echo_n "checking
for $ac_word...
" >&6; }
7366 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7367 $as_echo_n "(cached
) " >&6
7369 if test -n "$ac_ct_DSYMUTIL"; then
7370 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7372 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7376 test -z "$as_dir" && as_dir=.
7377 for ac_exec_ext in '' $ac_executable_extensions; do
7378 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7379 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil
"
7380 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7389 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7390 if test -n "$ac_ct_DSYMUTIL"; then
7391 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_DSYMUTIL" >&5
7392 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7394 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7395 $as_echo "no
" >&6; }
7398 if test "x
$ac_ct_DSYMUTIL" = x; then
7401 case $cross_compiling:$ac_tool_warned in
7403 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7404 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7405 ac_tool_warned=yes ;;
7407 DSYMUTIL=$ac_ct_DSYMUTIL
7410 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7413 if test -n "$ac_tool_prefix"; then
7414 # Extract the first word of "${ac_tool_prefix}nmedit
", so it can be a program name with args.
7415 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7417 $as_echo_n "checking
for $ac_word...
" >&6; }
7418 if ${ac_cv_prog_NMEDIT+:} false; then :
7419 $as_echo_n "(cached
) " >&6
7421 if test -n "$NMEDIT"; then
7422 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7424 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7428 test -z "$as_dir" && as_dir=.
7429 for ac_exec_ext in '' $ac_executable_extensions; do
7430 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7431 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit
"
7432 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7441 NMEDIT=$ac_cv_prog_NMEDIT
7442 if test -n "$NMEDIT"; then
7443 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NMEDIT" >&5
7444 $as_echo "$NMEDIT" >&6; }
7446 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7447 $as_echo "no
" >&6; }
7452 if test -z "$ac_cv_prog_NMEDIT"; then
7453 ac_ct_NMEDIT=$NMEDIT
7454 # Extract the first word of "nmedit
", so it can be a program name with args.
7455 set dummy nmedit; ac_word=$2
7456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7457 $as_echo_n "checking
for $ac_word...
" >&6; }
7458 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7459 $as_echo_n "(cached
) " >&6
7461 if test -n "$ac_ct_NMEDIT"; then
7462 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7464 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7468 test -z "$as_dir" && as_dir=.
7469 for ac_exec_ext in '' $ac_executable_extensions; do
7470 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7471 ac_cv_prog_ac_ct_NMEDIT="nmedit
"
7472 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7481 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7482 if test -n "$ac_ct_NMEDIT"; then
7483 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_NMEDIT" >&5
7484 $as_echo "$ac_ct_NMEDIT" >&6; }
7486 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7487 $as_echo "no
" >&6; }
7490 if test "x
$ac_ct_NMEDIT" = x; then
7493 case $cross_compiling:$ac_tool_warned in
7495 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7496 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7497 ac_tool_warned=yes ;;
7499 NMEDIT=$ac_ct_NMEDIT
7502 NMEDIT="$ac_cv_prog_NMEDIT"
7505 if test -n "$ac_tool_prefix"; then
7506 # Extract the first word of "${ac_tool_prefix}lipo
", so it can be a program name with args.
7507 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7509 $as_echo_n "checking
for $ac_word...
" >&6; }
7510 if ${ac_cv_prog_LIPO+:} false; then :
7511 $as_echo_n "(cached
) " >&6
7513 if test -n "$LIPO"; then
7514 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7520 test -z "$as_dir" && as_dir=.
7521 for ac_exec_ext in '' $ac_executable_extensions; do
7522 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7523 ac_cv_prog_LIPO="${ac_tool_prefix}lipo
"
7524 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7533 LIPO=$ac_cv_prog_LIPO
7534 if test -n "$LIPO"; then
7535 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
7536 $as_echo "$LIPO" >&6; }
7538 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7539 $as_echo "no
" >&6; }
7544 if test -z "$ac_cv_prog_LIPO"; then
7546 # Extract the first word of "lipo
", so it can be a program name with args.
7547 set dummy lipo; ac_word=$2
7548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7549 $as_echo_n "checking
for $ac_word...
" >&6; }
7550 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7551 $as_echo_n "(cached
) " >&6
7553 if test -n "$ac_ct_LIPO"; then
7554 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7560 test -z "$as_dir" && as_dir=.
7561 for ac_exec_ext in '' $ac_executable_extensions; do
7562 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7563 ac_cv_prog_ac_ct_LIPO="lipo
"
7564 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7573 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7574 if test -n "$ac_ct_LIPO"; then
7575 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_LIPO" >&5
7576 $as_echo "$ac_ct_LIPO" >&6; }
7578 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7579 $as_echo "no
" >&6; }
7582 if test "x
$ac_ct_LIPO" = x; then
7585 case $cross_compiling:$ac_tool_warned in
7587 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7588 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7589 ac_tool_warned=yes ;;
7594 LIPO="$ac_cv_prog_LIPO"
7597 if test -n "$ac_tool_prefix"; then
7598 # Extract the first word of "${ac_tool_prefix}otool
", so it can be a program name with args.
7599 set dummy ${ac_tool_prefix}otool; ac_word=$2
7600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7601 $as_echo_n "checking
for $ac_word...
" >&6; }
7602 if ${ac_cv_prog_OTOOL+:} false; then :
7603 $as_echo_n "(cached
) " >&6
7605 if test -n "$OTOOL"; then
7606 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7612 test -z "$as_dir" && as_dir=.
7613 for ac_exec_ext in '' $ac_executable_extensions; do
7614 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7615 ac_cv_prog_OTOOL="${ac_tool_prefix}otool
"
7616 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7625 OTOOL=$ac_cv_prog_OTOOL
7626 if test -n "$OTOOL"; then
7627 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
7628 $as_echo "$OTOOL" >&6; }
7630 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7631 $as_echo "no
" >&6; }
7636 if test -z "$ac_cv_prog_OTOOL"; then
7638 # Extract the first word of "otool
", so it can be a program name with args.
7639 set dummy otool; ac_word=$2
7640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7641 $as_echo_n "checking
for $ac_word...
" >&6; }
7642 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7643 $as_echo_n "(cached
) " >&6
7645 if test -n "$ac_ct_OTOOL"; then
7646 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7648 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7652 test -z "$as_dir" && as_dir=.
7653 for ac_exec_ext in '' $ac_executable_extensions; do
7654 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7655 ac_cv_prog_ac_ct_OTOOL="otool
"
7656 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7665 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7666 if test -n "$ac_ct_OTOOL"; then
7667 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL" >&5
7668 $as_echo "$ac_ct_OTOOL" >&6; }
7670 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7671 $as_echo "no
" >&6; }
7674 if test "x
$ac_ct_OTOOL" = x; then
7677 case $cross_compiling:$ac_tool_warned in
7679 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7680 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7681 ac_tool_warned=yes ;;
7686 OTOOL="$ac_cv_prog_OTOOL"
7689 if test -n "$ac_tool_prefix"; then
7690 # Extract the first word of "${ac_tool_prefix}otool64
", so it can be a program name with args.
7691 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7693 $as_echo_n "checking
for $ac_word...
" >&6; }
7694 if ${ac_cv_prog_OTOOL64+:} false; then :
7695 $as_echo_n "(cached
) " >&6
7697 if test -n "$OTOOL64"; then
7698 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7700 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7704 test -z "$as_dir" && as_dir=.
7705 for ac_exec_ext in '' $ac_executable_extensions; do
7706 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7707 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64
"
7708 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7717 OTOOL64=$ac_cv_prog_OTOOL64
7718 if test -n "$OTOOL64"; then
7719 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL64" >&5
7720 $as_echo "$OTOOL64" >&6; }
7722 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7723 $as_echo "no
" >&6; }
7728 if test -z "$ac_cv_prog_OTOOL64"; then
7729 ac_ct_OTOOL64=$OTOOL64
7730 # Extract the first word of "otool64
", so it can be a program name with args.
7731 set dummy otool64; ac_word=$2
7732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7733 $as_echo_n "checking
for $ac_word...
" >&6; }
7734 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7735 $as_echo_n "(cached
) " >&6
7737 if test -n "$ac_ct_OTOOL64"; then
7738 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7740 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7744 test -z "$as_dir" && as_dir=.
7745 for ac_exec_ext in '' $ac_executable_extensions; do
7746 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7747 ac_cv_prog_ac_ct_OTOOL64="otool64
"
7748 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7757 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7758 if test -n "$ac_ct_OTOOL64"; then
7759 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL64" >&5
7760 $as_echo "$ac_ct_OTOOL64" >&6; }
7762 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7763 $as_echo "no
" >&6; }
7766 if test "x
$ac_ct_OTOOL64" = x; then
7769 case $cross_compiling:$ac_tool_warned in
7771 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7772 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7773 ac_tool_warned=yes ;;
7775 OTOOL64=$ac_ct_OTOOL64
7778 OTOOL64="$ac_cv_prog_OTOOL64"
7807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -single_module linker flag
" >&5
7808 $as_echo_n "checking
for -single_module linker flag...
" >&6; }
7809 if ${lt_cv_apple_cc_single_mod+:} false; then :
7810 $as_echo_n "(cached
) " >&6
7812 lt_cv_apple_cc_single_mod=no
7813 if test -z "${LT_MULTI_MODULE}"; then
7814 # By default we will add the -single_module flag. You can override
7815 # by either setting the environment variable LT_MULTI_MODULE
7816 # non-empty at configure time, or by adding -multi_module to the
7818 rm -rf libconftest.dylib*
7819 echo "int foo
(void
){return 1;}" > conftest.c
7820 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7821 -dynamiclib -Wl,-single_module conftest.c
" >&5
7822 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7823 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7825 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7826 lt_cv_apple_cc_single_mod=yes
7828 cat conftest.err >&5
7830 rm -rf libconftest.dylib*
7834 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_apple_cc_single_mod" >&5
7835 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -exported_symbols_list linker flag
" >&5
7837 $as_echo_n "checking
for -exported_symbols_list linker flag...
" >&6; }
7838 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7839 $as_echo_n "(cached
) " >&6
7841 lt_cv_ld_exported_symbols_list=no
7842 save_LDFLAGS=$LDFLAGS
7843 echo "_main
" > conftest.sym
7844 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym
"
7845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7846 /* end confdefs.h. */
7856 if ac_fn_c_try_link "$LINENO"; then :
7857 lt_cv_ld_exported_symbols_list=yes
7859 lt_cv_ld_exported_symbols_list=no
7861 rm -f core conftest.err conftest.$ac_objext \
7862 conftest$ac_exeext conftest.$ac_ext
7863 LDFLAGS="$save_LDFLAGS"
7866 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_exported_symbols_list" >&5
7867 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -force_load linker flag
" >&5
7869 $as_echo_n "checking
for -force_load linker flag...
" >&6; }
7870 if ${lt_cv_ld_force_load+:} false; then :
7871 $as_echo_n "(cached
) " >&6
7873 lt_cv_ld_force_load=no
7874 cat > conftest.c << _LT_EOF
7875 int forced_loaded() { return 2;}
7877 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c
" >&5
7878 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7879 echo "$AR cru libconftest.a conftest.o
" >&5
7880 $AR cru libconftest.a conftest.o 2>&5
7881 cat > conftest.c << _LT_EOF
7882 int main() { return 0;}
7884 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c
-Wl,-force_load,.
/libconftest.a
" >&5
7885 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7887 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7888 lt_cv_ld_force_load=yes
7890 cat conftest.err >&5
7892 rm -f conftest.err libconftest.a conftest conftest.c
7893 rm -rf conftest.dSYM
7896 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_force_load" >&5
7897 $as_echo "$lt_cv_ld_force_load" >&6; }
7899 rhapsody* | darwin1.[012])
7900 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7902 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7903 darwin*) # darwin 5.x on
7904 # if running on 10.5 or later, the deployment target defaults
7905 # to the OS version, if on x86, and 10.4, the deployment
7906 # target defaults to 10.4. Don't you love it?
7907 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7908 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7909 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7911 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7913 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7917 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7918 _lt_dar_single_mod='$single_module'
7920 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7921 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7923 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7925 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no
"; then
7926 _lt_dsymutil='~$DSYMUTIL $lib || :'
7933 for ac_header in dlfcn.h
7935 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h
" "ac_cv_header_dlfcn_h
" "$ac_includes_default
7937 if test "x
$ac_cv_header_dlfcn_h" = xyes; then :
7938 cat >>confdefs.h <<_ACEOF
7939 #define HAVE_DLFCN_H 1
7961 # Check whether --enable-shared was given.
7962 if test "${enable_shared+set}" = set; then :
7963 enableval=$enable_shared; p=${PACKAGE-default}
7965 yes) enable_shared=yes ;;
7966 no) enable_shared=no ;;
7969 # Look at the argument we got. We use all the common list separators.
7970 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7971 for pkg in $enableval; do
7973 if test "X
$pkg" = "X
$p"; then
7992 # Check whether --enable-static was given.
7993 if test "${enable_static+set}" = set; then :
7994 enableval=$enable_static; p=${PACKAGE-default}
7996 yes) enable_static=yes ;;
7997 no) enable_static=no ;;
8000 # Look at the argument we got. We use all the common list separators.
8001 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8002 for pkg in $enableval; do
8004 if test "X
$pkg" = "X
$p"; then
8024 # Check whether --with-pic was given.
8025 if test "${with_pic+set}" = set; then :
8026 withval=$with_pic; pic_mode="$withval"
8032 test -z "$pic_mode" && pic_mode=default
8040 # Check whether --enable-fast-install was given.
8041 if test "${enable_fast_install+set}" = set; then :
8042 enableval=$enable_fast_install; p=${PACKAGE-default}
8044 yes) enable_fast_install=yes ;;
8045 no) enable_fast_install=no ;;
8047 enable_fast_install=no
8048 # Look at the argument we got. We use all the common list separators.
8049 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8050 for pkg in $enableval; do
8052 if test "X
$pkg" = "X
$p"; then
8053 enable_fast_install=yes
8060 enable_fast_install=yes
8073 # This can be used to rebuild libtool when needed
8074 LIBTOOL_DEPS="$ltmain"
8076 # Always use our own libtool.
8077 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8104 test -z "$LN_S" && LN_S="ln -s"
8119 if test -n "${ZSH_VERSION+set}" ; then
8120 setopt NO_GLOB_SUBST
8123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objdir
" >&5
8124 $as_echo_n "checking
for objdir...
" >&6; }
8125 if ${lt_cv_objdir+:} false; then :
8126 $as_echo_n "(cached
) " >&6
8128 rm -f .libs 2>/dev/null
8129 mkdir .libs 2>/dev/null
8130 if test -d .libs; then
8133 # MS-DOS does not allow filenames that begin with a dot.
8136 rmdir .libs 2>/dev/null
8138 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_objdir" >&5
8139 $as_echo "$lt_cv_objdir" >&6; }
8140 objdir=$lt_cv_objdir
8146 cat >>confdefs.h <<_ACEOF
8147 #define LT_OBJDIR "$lt_cv_objdir/"
8155 # AIX sometimes has problems with the GCC collect2 program. For some
8156 # reason, if we set the COLLECT_NAMES environment variable, the problems
8157 # vanish in a puff of smoke.
8158 if test "X
${COLLECT_NAMES+set}" != Xset; then
8160 export COLLECT_NAMES
8167 can_build_shared=yes
8169 # All known linkers require a `.a' archive for static linking (except MSVC,
8170 # which needs '.lib').
8173 with_gnu_ld="$lt_cv_prog_gnu_ld"
8176 old_CFLAGS="$CFLAGS"
8178 # Set sane defaults for various variables
8179 test -z "$CC" && CC=cc
8180 test -z "$LTCC" && LTCC=$CC
8181 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8182 test -z "$LD" && LD=ld
8183 test -z "$ac_objext" && ac_objext=o
8185 for cc_temp in $compiler""; do
8187 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8188 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8193 cc_basename=`$ECHO "$cc_temp" | $SED "s
%.
*/%%; s
%^
$host_alias-%%"`
8196 # Only perform the check for file, if the check method requires it
8197 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8198 case $deplibs_check_method in
8200 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ac_tool_prefix}file" >&5
8202 $as_echo_n "checking
for ${ac_tool_prefix}file...
" >&6; }
8203 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8204 $as_echo_n "(cached
) " >&6
8208 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8211 lt_save_MAGIC_CMD="$MAGIC_CMD"
8212 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8213 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
8214 for ac_dir in $ac_dummy; do
8216 test -z "$ac_dir" && ac_dir=.
8217 if test -f $ac_dir/${ac_tool_prefix}file; then
8218 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8219 if test -n "$file_magic_test_file"; then
8220 case $deplibs_check_method in
8222 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
8223 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8224 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8225 $EGREP "$file_magic_regex" > /dev/null; then
8230 *** Warning: the command libtool uses to detect shared libraries,
8231 *** $file_magic_cmd, produces output that libtool cannot recognize.
8232 *** The result is that libtool may fail to recognize shared libraries
8233 *** as such. This will affect the creation of libtool libraries that
8234 *** depend on shared libraries, but programs linked with such libtool
8235 *** libraries will work regardless of this problem. Nevertheless, you
8236 *** may want to report the problem to your system manager and/or to
8237 *** bug-libtool@gnu.org
8247 MAGIC_CMD="$lt_save_MAGIC_CMD"
8252 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8253 if test -n "$MAGIC_CMD"; then
8254 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
8255 $as_echo "$MAGIC_CMD" >&6; }
8257 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8258 $as_echo "no
" >&6; }
8265 if test -z "$lt_cv_path_MAGIC_CMD"; then
8266 if test -n "$ac_tool_prefix"; then
8267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for file" >&5
8268 $as_echo_n "checking
for file...
" >&6; }
8269 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8270 $as_echo_n "(cached
) " >&6
8274 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8277 lt_save_MAGIC_CMD="$MAGIC_CMD"
8278 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8279 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
8280 for ac_dir in $ac_dummy; do
8282 test -z "$ac_dir" && ac_dir=.
8283 if test -f $ac_dir/file; then
8284 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8285 if test -n "$file_magic_test_file"; then
8286 case $deplibs_check_method in
8288 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
8289 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8290 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8291 $EGREP "$file_magic_regex" > /dev/null; then
8296 *** Warning: the command libtool uses to detect shared libraries,
8297 *** $file_magic_cmd, produces output that libtool cannot recognize.
8298 *** The result is that libtool may fail to recognize shared libraries
8299 *** as such. This will affect the creation of libtool libraries that
8300 *** depend on shared libraries, but programs linked with such libtool
8301 *** libraries will work regardless of this problem. Nevertheless, you
8302 *** may want to report the problem to your system manager and/or to
8303 *** bug-libtool@gnu.org
8313 MAGIC_CMD="$lt_save_MAGIC_CMD"
8318 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8319 if test -n "$MAGIC_CMD"; then
8320 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
8321 $as_echo "$MAGIC_CMD" >&6; }
8323 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8324 $as_echo "no
" >&6; }
8337 # Use C for the default configuration in the libtool script
8341 ac_cpp='$CPP $CPPFLAGS'
8342 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8343 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8344 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8347 # Source file extension for C test sources.
8350 # Object file extension for compiled C test sources.
8354 # Code to be used in simple compile tests
8355 lt_simple_compile_test_code="int some_variable
= 0;"
8357 # Code to be used in simple link tests
8358 lt_simple_link_test_code='int main(){return(0);}'
8366 # If no C compiler was specified, use CC.
8369 # If no C compiler flags were specified, use CFLAGS.
8370 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8372 # Allow CC to be a program name with arguments.
8375 # Save the default compiler, since it gets overwritten when the other
8376 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8377 compiler_DEFAULT=$CC
8379 # save warnings/boilerplate of simple test code
8380 ac_outfile=conftest.$ac_objext
8381 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8382 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8383 _lt_compiler_boilerplate=`cat conftest.err`
8386 ac_outfile=conftest.$ac_objext
8387 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8388 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8389 _lt_linker_boilerplate=`cat conftest.err`
8394 ## There is no encapsulation within the following macros, do not change
8395 ## the running order or otherwise move them around unless you know exactly
8396 ## what you are doing...
8397 if test -n "$compiler"; then
8399 lt_prog_compiler_no_builtin_flag=
8401 if test "$GCC" = yes; then
8402 case $cc_basename in
8404 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8406 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-fno-rtti -fno-exceptions" >&5
8410 $as_echo_n "checking
if $compiler supports
-fno-rtti -fno-exceptions...
" >&6; }
8411 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8412 $as_echo_n "(cached
) " >&6
8414 lt_cv_prog_compiler_rtti_exceptions=no
8415 ac_outfile=conftest.$ac_objext
8416 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8417 lt_compiler_flag="-fno-rtti -fno-exceptions"
8418 # Insert the option either (1) after the last *FLAGS variable, or
8419 # (2) before a word containing "conftest.
", or (3) at the end.
8420 # Note that $ac_compile itself does not contain backslashes and begins
8421 # with a dollar sign (not a hyphen), so the echo should work correctly.
8422 # The option is referenced via a variable to avoid confusing sed.
8423 lt_compile=`echo "$ac_compile" | $SED \
8424 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8425 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8426 -e 's:$: $lt_compiler_flag:'`
8427 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8428 (eval "$lt_compile" 2>conftest.err)
8430 cat conftest.err >&5
8431 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8432 if (exit $ac_status) && test -s "$ac_outfile"; then
8433 # The compiler can only warn and ignore the option if not recognized
8434 # So say no if there are warnings other than the usual output.
8435 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8436 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8437 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8438 lt_cv_prog_compiler_rtti_exceptions=yes
8444 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_rtti_exceptions" >&5
8445 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8447 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8448 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8460 lt_prog_compiler_wl=
8461 lt_prog_compiler_pic=
8462 lt_prog_compiler_static=
8464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $compiler option to produce PIC
" >&5
8465 $as_echo_n "checking
for $compiler option to produce PIC...
" >&6; }
8467 if test "$GCC" = yes; then
8468 lt_prog_compiler_wl='-Wl,'
8469 lt_prog_compiler_static='-static'
8473 # All AIX code is PIC.
8474 if test "$host_cpu" = ia64; then
8475 # AIX 5 now supports IA64 processor
8476 lt_prog_compiler_static='-Bstatic'
8478 lt_prog_compiler_pic='-fPIC'
8484 # see comment about AmigaOS4 .so support
8485 lt_prog_compiler_pic='-fPIC'
8488 # FIXME: we need at least 68020 code to build shared libraries, but
8489 # adding the `-m68020' flag to GCC prevents building anything better,
8491 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8496 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8497 # PIC is the default for these OSes.
8500 mingw* | cygwin* | pw32* | os2* | cegcc*)
8501 # This hack is so that the source file can tell whether it is being
8502 # built for inclusion in a dll (and should export symbols for example).
8503 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8504 # (--disable-auto-import) libraries
8505 lt_prog_compiler_pic='-DDLL_EXPORT'
8508 darwin* | rhapsody*)
8509 # PIC is the default on this platform
8510 # Common symbols not allowed in MH_DYLIB files
8511 lt_prog_compiler_pic='-fno-common'
8515 # PIC is the default for Haiku.
8516 # The "-static" flag exists, but is broken.
8517 lt_prog_compiler_static=
8521 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8522 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8523 # sets the default TLS model and affects inlining.
8529 lt_prog_compiler_pic='-fPIC'
8535 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8536 # Instead, we relocate shared libraries at runtime.
8540 # Just because we use GCC doesn't mean we suddenly get shared libraries
8541 # on systems that don't support them.
8542 lt_prog_compiler_can_build_shared=no
8547 # QNX uses GNU C++, but need to define -shared option too, otherwise
8549 lt_prog_compiler_pic='-fPIC -shared'
8553 if test -d /usr/nec; then
8554 lt_prog_compiler_pic=-Kconform_pic
8559 lt_prog_compiler_pic='-fPIC'
8563 case $cc_basename in
8564 nvcc*) # Cuda Compiler Driver 2.2
8565 lt_prog_compiler_wl='-Xlinker '
8566 lt_prog_compiler_pic='-Xcompiler -fPIC'
8570 # PORTME Check for flag to pass linker flags through the system compiler.
8573 lt_prog_compiler_wl='-Wl,'
8574 if test "$host_cpu" = ia64; then
8575 # AIX 5 now supports IA64 processor
8576 lt_prog_compiler_static='-Bstatic'
8578 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8582 mingw* | cygwin* | pw32* | os2* | cegcc*)
8583 # This hack is so that the source file can tell whether it is being
8584 # built for inclusion in a dll (and should export symbols for example).
8585 lt_prog_compiler_pic='-DDLL_EXPORT'
8588 hpux9* | hpux10* | hpux11*)
8589 lt_prog_compiler_wl='-Wl,'
8590 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8597 lt_prog_compiler_pic='+Z'
8600 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8601 lt_prog_compiler_static='${wl}-a ${wl}archive'
8604 irix5* | irix6* | nonstopux*)
8605 lt_prog_compiler_wl='-Wl,'
8606 # PIC (with -KPIC) is the default.
8607 lt_prog_compiler_static='-non_shared'
8610 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8611 case $cc_basename in
8612 # old Intel for x86_64 which still supported -KPIC.
8614 lt_prog_compiler_wl='-Wl,'
8615 lt_prog_compiler_pic='-KPIC'
8616 lt_prog_compiler_static='-static'
8618 # icc used to be incompatible with GCC.
8619 # ICC 10 doesn't accept -KPIC any more.
8621 lt_prog_compiler_wl='-Wl,'
8622 lt_prog_compiler_pic='-fPIC'
8623 lt_prog_compiler_static='-static'
8625 # Lahey Fortran 8.1.
8627 lt_prog_compiler_wl='-Wl,'
8628 lt_prog_compiler_pic='--shared'
8629 lt_prog_compiler_static='--static'
8631 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8632 # Portland Group compilers (*not* the Pentium gcc compiler,
8633 # which looks to be a dead project)
8634 lt_prog_compiler_wl='-Wl,'
8635 lt_prog_compiler_pic='-fpic'
8636 lt_prog_compiler_static='-Bstatic'
8639 lt_prog_compiler_wl='-Wl,'
8640 # All Alpha code is PIC.
8641 lt_prog_compiler_static='-non_shared'
8643 xl* | bgxl* | bgf* | mpixl*)
8644 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8645 lt_prog_compiler_wl='-Wl,'
8646 lt_prog_compiler_pic='-qpic'
8647 lt_prog_compiler_static='-qstaticlink'
8650 case `$CC -V 2>&1 | sed 5q` in
8651 *Sun\ F* | *Sun*Fortran*)
8652 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8653 lt_prog_compiler_pic='-KPIC'
8654 lt_prog_compiler_static='-Bstatic'
8655 lt_prog_compiler_wl=''
8659 lt_prog_compiler_pic='-KPIC'
8660 lt_prog_compiler_static='-Bstatic'
8661 lt_prog_compiler_wl='-Wl,'
8669 lt_prog_compiler_pic='-KPIC'
8670 lt_prog_compiler_static='-Bstatic'
8674 # QNX uses GNU C++, but need to define -shared option too, otherwise
8676 lt_prog_compiler_pic='-fPIC -shared'
8679 osf3* | osf4* | osf5*)
8680 lt_prog_compiler_wl='-Wl,'
8681 # All OSF/1 code is PIC.
8682 lt_prog_compiler_static='-non_shared'
8686 lt_prog_compiler_static='-non_shared'
8690 lt_prog_compiler_pic='-KPIC'
8691 lt_prog_compiler_static='-Bstatic'
8692 case $cc_basename in
8694 lt_prog_compiler_wl='-Qoption ld ';;
8696 lt_prog_compiler_wl='-Wl,';;
8701 lt_prog_compiler_wl='-Qoption ld '
8702 lt_prog_compiler_pic='-PIC'
8703 lt_prog_compiler_static='-Bstatic'
8706 sysv4 | sysv4.2uw2* | sysv4.3*)
8707 lt_prog_compiler_wl='-Wl,'
8708 lt_prog_compiler_pic='-KPIC'
8709 lt_prog_compiler_static='-Bstatic'
8713 if test -d /usr/nec ;then
8714 lt_prog_compiler_pic='-Kconform_pic'
8715 lt_prog_compiler_static='-Bstatic'
8719 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8720 lt_prog_compiler_wl='-Wl,'
8721 lt_prog_compiler_pic='-KPIC'
8722 lt_prog_compiler_static='-Bstatic'
8726 lt_prog_compiler_wl='-Wl,'
8727 lt_prog_compiler_can_build_shared=no
8731 lt_prog_compiler_pic='-pic'
8732 lt_prog_compiler_static='-Bstatic'
8736 lt_prog_compiler_can_build_shared=no
8742 # For platforms which do not support PIC, -DPIC is meaningless:
8744 lt_prog_compiler_pic=
8747 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8750 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_prog_compiler_pic" >&5
8751 $as_echo "$lt_prog_compiler_pic" >&6; }
8759 # Check to make sure the PIC flag actually works.
8761 if test -n "$lt_prog_compiler_pic"; then
8762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler PIC flag
$lt_prog_compiler_pic works
" >&5
8763 $as_echo_n "checking
if $compiler PIC flag
$lt_prog_compiler_pic works...
" >&6; }
8764 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8765 $as_echo_n "(cached
) " >&6
8767 lt_cv_prog_compiler_pic_works=no
8768 ac_outfile=conftest.$ac_objext
8769 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8770 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8771 # Insert the option either (1) after the last *FLAGS variable, or
8772 # (2) before a word containing "conftest.
", or (3) at the end.
8773 # Note that $ac_compile itself does not contain backslashes and begins
8774 # with a dollar sign (not a hyphen), so the echo should work correctly.
8775 # The option is referenced via a variable to avoid confusing sed.
8776 lt_compile=`echo "$ac_compile" | $SED \
8777 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8778 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8779 -e 's:$: $lt_compiler_flag:'`
8780 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8781 (eval "$lt_compile" 2>conftest.err)
8783 cat conftest.err >&5
8784 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8785 if (exit $ac_status) && test -s "$ac_outfile"; then
8786 # The compiler can only warn and ignore the option if not recognized
8787 # So say no if there are warnings other than the usual output.
8788 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8789 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8790 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8791 lt_cv_prog_compiler_pic_works=yes
8797 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_pic_works" >&5
8798 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8800 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8801 case $lt_prog_compiler_pic in
8803 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8806 lt_prog_compiler_pic=
8807 lt_prog_compiler_can_build_shared=no
8818 # Check to make sure the static flag actually works.
8820 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler static flag
$lt_tmp_static_flag works
" >&5
8822 $as_echo_n "checking
if $compiler static flag
$lt_tmp_static_flag works...
" >&6; }
8823 if ${lt_cv_prog_compiler_static_works+:} false; then :
8824 $as_echo_n "(cached
) " >&6
8826 lt_cv_prog_compiler_static_works=no
8827 save_LDFLAGS="$LDFLAGS"
8828 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8829 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8830 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8831 # The linker can only warn and ignore the option if not recognized
8832 # So say no if there are warnings
8833 if test -s conftest.err; then
8834 # Append any errors to the config.log.
8835 cat conftest.err 1>&5
8836 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8837 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8838 if diff conftest.exp conftest.er2 >/dev/null; then
8839 lt_cv_prog_compiler_static_works=yes
8842 lt_cv_prog_compiler_static_works=yes
8846 LDFLAGS="$save_LDFLAGS"
8849 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_static_works" >&5
8850 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8852 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8855 lt_prog_compiler_static=
8864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
8865 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
8866 if ${lt_cv_prog_compiler_c_o+:} false; then :
8867 $as_echo_n "(cached
) " >&6
8869 lt_cv_prog_compiler_c_o=no
8870 $RM -r conftest 2>/dev/null
8874 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8876 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
8877 # Insert the option either (1) after the last *FLAGS variable, or
8878 # (2) before a word containing "conftest.
", or (3) at the end.
8879 # Note that $ac_compile itself does not contain backslashes and begins
8880 # with a dollar sign (not a hyphen), so the echo should work correctly.
8881 lt_compile=`echo "$ac_compile" | $SED \
8882 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8883 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8884 -e 's:$: $lt_compiler_flag:'`
8885 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8886 (eval "$lt_compile" 2>out/conftest.err)
8888 cat out/conftest.err >&5
8889 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8890 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8892 # The compiler can only warn and ignore the option if not recognized
8893 # So say no if there are warnings
8894 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8895 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8896 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8897 lt_cv_prog_compiler_c_o=yes
8902 # SGI C++ compiler will create directory out/ii_files/ for
8903 # template instantiation
8904 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8905 $RM out/* && rmdir out
8911 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
8912 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
8920 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
8921 if ${lt_cv_prog_compiler_c_o+:} false; then :
8922 $as_echo_n "(cached
) " >&6
8924 lt_cv_prog_compiler_c_o=no
8925 $RM -r conftest 2>/dev/null
8929 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8931 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
8932 # Insert the option either (1) after the last *FLAGS variable, or
8933 # (2) before a word containing "conftest.
", or (3) at the end.
8934 # Note that $ac_compile itself does not contain backslashes and begins
8935 # with a dollar sign (not a hyphen), so the echo should work correctly.
8936 lt_compile=`echo "$ac_compile" | $SED \
8937 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8938 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8939 -e 's:$: $lt_compiler_flag:'`
8940 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8941 (eval "$lt_compile" 2>out/conftest.err)
8943 cat out/conftest.err >&5
8944 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8945 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8947 # The compiler can only warn and ignore the option if not recognized
8948 # So say no if there are warnings
8949 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8950 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8951 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8952 lt_cv_prog_compiler_c_o=yes
8957 # SGI C++ compiler will create directory out/ii_files/ for
8958 # template instantiation
8959 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8960 $RM out/* && rmdir out
8966 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
8967 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8972 hard_links="nottested
"
8973 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8974 # do not overwrite the value of need_locks provided by the user
8975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if we can lock with hard links
" >&5
8976 $as_echo_n "checking
if we can lock with hard links...
" >&6; }
8979 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8981 ln conftest.a conftest.b 2>&5 || hard_links=no
8982 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8983 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $hard_links" >&5
8984 $as_echo "$hard_links" >&6; }
8985 if test "$hard_links" = no; then
8986 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&5
8987 $as_echo "$as_me: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&2;}
8999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the
$compiler linker
($LD) supports shared libraries
" >&5
9000 $as_echo_n "checking whether the
$compiler linker
($LD) supports shared libraries...
" >&6; }
9003 allow_undefined_flag=
9004 always_export_symbols=no
9006 archive_expsym_cmds=
9007 compiler_needs_object=no
9008 enable_shared_with_static_runtimes=no
9009 export_dynamic_flag_spec=
9010 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9011 hardcode_automatic=no
9013 hardcode_direct_absolute=no
9014 hardcode_libdir_flag_spec=
9015 hardcode_libdir_flag_spec_ld=
9016 hardcode_libdir_separator=
9018 hardcode_shlibpath_var=unsupported
9020 link_all_deplibs=unknown
9023 old_archive_from_new_cmds=
9024 old_archive_from_expsyms_cmds=
9025 thread_safe_flag_spec=
9026 whole_archive_flag_spec=
9027 # include_expsyms should be a list of space-separated symbols to be *always*
9028 # included in the symbol list
9030 # exclude_expsyms can be an extended regexp of symbols to exclude
9031 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9032 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9033 # as well as any symbol that contains `d'.
9034 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9035 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9036 # platforms (ab)use it in PIC code, but their linkers get confused if
9037 # the symbol is explicitly referenced. Since portable code cannot
9038 # rely on this symbol name, it's probably fine to never include it in
9039 # preloaded symbol tables.
9040 # Exclude shared library initialization/finalization symbols.
9041 extract_expsyms_cmds=
9044 cygwin* | mingw* | pw32* | cegcc*)
9045 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9046 # When not using gcc, we currently assume that we are using
9047 # Microsoft Visual C++.
9048 if test "$GCC" != yes; then
9053 # we just hope/assume this is gcc and not c89 (= MSVC++)
9063 # On some targets, GNU ld is compatible enough with the native linker
9064 # that we're better off using the native interface for both.
9065 lt_use_gnu_ld_interface=no
9066 if test "$with_gnu_ld" = yes; then
9069 # The AIX port of GNU ld has always aspired to compatibility
9070 # with the native linker. However, as the warning in the GNU ld
9071 # block says, versions before 2.19.5* couldn't really create working
9072 # shared libraries, regardless of the interface used.
9073 case `$LD -v 2>&1` in
9074 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9075 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9076 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9078 lt_use_gnu_ld_interface=yes
9083 lt_use_gnu_ld_interface=yes
9088 if test "$lt_use_gnu_ld_interface" = yes; then
9089 # If archive_cmds runs LD, not CC, wlarc should be empty
9092 # Set some defaults for GNU ld with shared library support. These
9093 # are reset later if shared libraries are not supported. Putting them
9094 # here allows them to be overridden if necessary.
9095 runpath_var=LD_RUN_PATH
9096 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9097 export_dynamic_flag_spec='${wl}--export-dynamic'
9098 # ancient GNU ld didn't support --whole-archive et. al.
9099 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9100 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9102 whole_archive_flag_spec=
9104 supports_anon_versioning=no
9105 case `$LD -v 2>&1` in
9106 *GNU\ gold*) supports_anon_versioning=yes ;;
9107 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9108 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9109 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9110 *\ 2.11.*) ;; # other 2.11 versions
9111 *) supports_anon_versioning=yes ;;
9114 # See if GNU ld supports shared libraries.
9117 # On AIX/PPC, the GNU linker is very broken
9118 if test "$host_cpu" != ia64; then
9122 *** Warning: the GNU linker, at least up to release 2.19, is reported
9123 *** to be unable to reliably create shared libraries on AIX.
9124 *** Therefore, libtool is disabling shared libraries support. If you
9125 *** really care for shared libraries, you may want to install binutils
9126 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9127 *** You will then need to restart the configuration process.
9136 # see comment about AmigaOS4 .so support
9137 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9138 archive_expsym_cmds=''
9141 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)'
9142 hardcode_libdir_flag_spec
='-L$libdir'
9143 hardcode_minus_L
=yes
9149 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9150 allow_undefined_flag
=unsupported
9151 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9152 # support --undefined. This deserves some investigation. FIXME
9153 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9159 cygwin
* | mingw
* | pw32
* | cegcc
*)
9160 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9161 # as there is no search path for DLLs.
9162 hardcode_libdir_flag_spec
='-L$libdir'
9163 export_dynamic_flag_spec
='${wl}--export-all-symbols'
9164 allow_undefined_flag
=unsupported
9165 always_export_symbols
=no
9166 enable_shared_with_static_runtimes
=yes
9167 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9169 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
9170 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9171 # If the export-symbols file already is a .def file (1st line
9172 # is EXPORTS), use it as is; otherwise, prepend...
9173 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9174 cp $export_symbols $output_objdir/$soname.def;
9176 echo EXPORTS > $output_objdir/$soname.def;
9177 cat $export_symbols >> $output_objdir/$soname.def;
9179 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9186 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9187 link_all_deplibs
=yes
9192 hardcode_shlibpath_var
=no
9193 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9194 export_dynamic_flag_spec
='${wl}-E'
9195 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9196 # Instead, shared libraries are loaded at an image base (0x10000000 by
9197 # default) and relocated if they conflict, which is a slow very memory
9198 # consuming and fragmenting process. To avoid this, we pick a random,
9199 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9200 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9201 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9202 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'
9205 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
9207 if test "$host_os" = linux-dietlibc
; then
9208 case $cc_basename in
9209 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
9212 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
9213 && test "$tmp_diet" = no
9215 tmp_addflag
=' $pic_flag'
9216 tmp_sharedflag
='-shared'
9217 case $cc_basename,$host_cpu in
9218 pgcc
*) # Portland Group C compiler
9219 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'
9220 tmp_addflag
=' $pic_flag'
9222 pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
9223 # Portland Group f77 and f90 compilers
9224 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'
9225 tmp_addflag
=' $pic_flag -Mnomain' ;;
9226 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
9227 tmp_addflag
=' -i_dynamic' ;;
9228 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
9229 tmp_addflag
=' -i_dynamic -nofor_main' ;;
9230 ifc
* | ifort
*) # Intel Fortran compiler
9231 tmp_addflag
=' -nofor_main' ;;
9232 lf95
*) # Lahey Fortran 8.1
9233 whole_archive_flag_spec
=
9234 tmp_sharedflag
='--shared' ;;
9235 xl
[cC
]* | bgxl
[cC
]* | mpixl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9236 tmp_sharedflag
='-qmkshrobj'
9238 nvcc
*) # Cuda Compiler Driver 2.2
9239 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'
9240 compiler_needs_object
=yes
9243 case `$CC -V 2>&1 | sed 5q` in
9244 *Sun\ C
*) # Sun C 5.9
9245 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'
9246 compiler_needs_object
=yes
9247 tmp_sharedflag
='-G' ;;
9248 *Sun\ F
*) # Sun Fortran 8.3
9249 tmp_sharedflag
='-G' ;;
9251 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9253 if test "x$supports_anon_versioning" = xyes
; then
9254 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
9255 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9256 echo "local: *; };" >> $output_objdir/$libname.ver~
9257 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9260 case $cc_basename in
9261 xlf
* | bgf
* | bgxlf
* | mpixlf
*)
9262 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9263 whole_archive_flag_spec
='--whole-archive$convenience --no-whole-archive'
9264 hardcode_libdir_flag_spec
=
9265 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
9266 archive_cmds
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9267 if test "x$supports_anon_versioning" = xyes
; then
9268 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
9269 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9270 echo "local: *; };" >> $output_objdir/$libname.ver~
9271 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9281 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9282 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9285 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9286 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9291 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
9295 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9296 *** create shared libraries on Solaris systems. Therefore, libtool
9297 *** is disabling shared libraries support. We urge you to upgrade GNU
9298 *** binutils to release 2.9.1 or newer. Another option is to modify
9299 *** your PATH or compiler configuration so that the native linker is
9300 *** used, and then restart.
9303 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9304 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9305 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9311 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
9312 case `$LD -v 2>&1` in
9313 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
9317 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9318 *** reliably create shared libraries on SCO systems. Therefore, libtool
9319 *** is disabling shared libraries support. We urge you to upgrade GNU
9320 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9321 *** your PATH or compiler configuration so that the native linker is
9322 *** used, and then restart.
9327 # For security reasons, it is highly recommended that you always
9328 # use absolute paths for naming shared libraries, and exclude the
9329 # DT_RUNPATH tag from executables and libraries. But doing so
9330 # requires that you compile everything twice, which is a pain.
9331 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9332 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9333 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9334 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9343 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9346 hardcode_shlibpath_var
=no
9350 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9351 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9352 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9359 if test "$ld_shlibs" = no
; then
9361 hardcode_libdir_flag_spec
=
9362 export_dynamic_flag_spec
=
9363 whole_archive_flag_spec
=
9366 # PORTME fill in a description of your system's linker (not GNU ld)
9369 allow_undefined_flag
=unsupported
9370 always_export_symbols
=yes
9371 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'
9372 # Note: this linker hardcodes the directories in LIBPATH if there
9373 # are no directories specified by -L.
9374 hardcode_minus_L
=yes
9375 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9376 # Neither direct hardcoding nor static linking is supported with a
9378 hardcode_direct
=unsupported
9383 if test "$host_cpu" = ia64
; then
9384 # On IA64, the linker does run time linking by default, so we don't
9385 # have to do anything special.
9386 aix_use_runtimelinking
=no
9387 exp_sym_flag
='-Bexport'
9390 # If we're using GNU nm, then we don't want the "-C" option.
9391 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9392 # Also, AIX nm treats weak defined symbols like other global
9393 # defined symbols, whereas GNU nm marks them as "W".
9394 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
9395 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'
9397 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'
9399 aix_use_runtimelinking
=no
9401 # Test if we are trying to use run time linking or normal
9402 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9403 # need to do runtime linking.
9404 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
9405 for ld_flag
in $LDFLAGS; do
9406 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
9407 aix_use_runtimelinking
=yes
9414 exp_sym_flag
='-bexport'
9415 no_entry_flag
='-bnoentry'
9418 # When large executables or shared objects are built, AIX ld can
9419 # have problems creating the table of contents. If linking a library
9420 # or program results in "error TOC overflow" add -mminimal-toc to
9421 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9422 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9426 hardcode_direct_absolute
=yes
9427 hardcode_libdir_separator
=':'
9428 link_all_deplibs
=yes
9429 file_list_spec
='${wl}-f,'
9431 if test "$GCC" = yes; then
9432 case $host_os in aix4.
[012]|aix4.
[012].
*)
9433 # We only want to do this on AIX 4.2 and lower, the check
9434 # below for broken collect2 doesn't work under 4.3+
9435 collect2name
=`${CC} -print-prog-name=collect2`
9436 if test -f "$collect2name" &&
9437 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
9439 # We have reworked collect2
9442 # We have old collect2
9443 hardcode_direct
=unsupported
9444 # It fails to find uninstalled libraries when the uninstalled
9445 # path is not listed in the libpath. Setting hardcode_minus_L
9446 # to unsupported forces relinking
9447 hardcode_minus_L
=yes
9448 hardcode_libdir_flag_spec
='-L$libdir'
9449 hardcode_libdir_separator
=
9453 shared_flag
='-shared'
9454 if test "$aix_use_runtimelinking" = yes; then
9455 shared_flag
="$shared_flag "'${wl}-G'
9459 if test "$host_cpu" = ia64
; then
9460 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9461 # chokes on -Wl,-G. The following line is correct:
9464 if test "$aix_use_runtimelinking" = yes; then
9465 shared_flag
='${wl}-G'
9467 shared_flag
='${wl}-bM:SRE'
9472 export_dynamic_flag_spec
='${wl}-bexpall'
9473 # It seems that -bexpall does not export symbols beginning with
9474 # underscore (_), so it is better to generate a list of symbols to export.
9475 always_export_symbols
=yes
9476 if test "$aix_use_runtimelinking" = yes; then
9477 # Warning - without using the other runtime loading flags (-brtl),
9478 # -berok will link without error, but may produce a broken library.
9479 allow_undefined_flag
='-berok'
9480 # Determine the default libpath from the value encoded in an
9482 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9483 /* end confdefs.h. */
9493 if ac_fn_c_try_link
"$LINENO"; then :
9495 lt_aix_libpath_sed
='
9496 /Import File Strings/,/^$/ {
9502 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9503 # Check for a 64-bit object if we didn't find anything.
9504 if test -z "$aix_libpath"; then
9505 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9508 rm -f core conftest.err conftest.
$ac_objext \
9509 conftest
$ac_exeext conftest.
$ac_ext
9510 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9512 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9513 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"
9515 if test "$host_cpu" = ia64
; then
9516 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
9517 allow_undefined_flag
="-z nodefs"
9518 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"
9520 # Determine the default libpath from the value encoded in an
9522 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9523 /* end confdefs.h. */
9533 if ac_fn_c_try_link
"$LINENO"; then :
9535 lt_aix_libpath_sed
='
9536 /Import File Strings/,/^$/ {
9542 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9543 # Check for a 64-bit object if we didn't find anything.
9544 if test -z "$aix_libpath"; then
9545 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9548 rm -f core conftest.err conftest.
$ac_objext \
9549 conftest
$ac_exeext conftest.
$ac_ext
9550 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9552 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9553 # Warning - without using the other run time loading flags,
9554 # -berok will link without error, but may produce a broken library.
9555 no_undefined_flag
=' ${wl}-bernotok'
9556 allow_undefined_flag
=' ${wl}-berok'
9557 if test "$with_gnu_ld" = yes; then
9558 # We only use this code for GNU lds that support --whole-archive.
9559 whole_archive_flag_spec
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9561 # Exported symbols can be pulled into shared objects from archives
9562 whole_archive_flag_spec
='$convenience'
9564 archive_cmds_need_lc
=yes
9565 # This is similar to how AIX traditionally builds its shared libraries.
9566 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'
9574 # see comment about AmigaOS4 .so support
9575 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9576 archive_expsym_cmds
=''
9579 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)'
9580 hardcode_libdir_flag_spec
='-L$libdir'
9581 hardcode_minus_L
=yes
9587 export_dynamic_flag_spec
=-rdynamic
9590 cygwin
* | mingw
* | pw32
* | cegcc
*)
9591 # When not using gcc, we currently assume that we are using
9592 # Microsoft Visual C++.
9593 # hardcode_libdir_flag_spec is actually meaningless, as there is
9594 # no search path for DLLs.
9595 hardcode_libdir_flag_spec
=' '
9596 allow_undefined_flag
=unsupported
9597 # Tell ltmain to make .lib files, not .a files.
9599 # Tell ltmain to make .dll files, not .so files.
9601 # FIXME: Setting linknames here is a bad hack.
9602 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9603 # The linker will automatically build a .lib file if we build a DLL.
9604 old_archive_from_new_cmds
='true'
9605 # FIXME: Should let the user specify the lib program.
9606 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
9607 fix_srcfile_path
='`cygpath -w "$srcfile"`'
9608 enable_shared_with_static_runtimes
=yes
9611 darwin
* | rhapsody
*)
9614 archive_cmds_need_lc
=no
9616 hardcode_automatic
=yes
9617 hardcode_shlibpath_var
=unsupported
9618 if test "$lt_cv_ld_force_load" = "yes"; then
9619 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\"`'
9621 whole_archive_flag_spec
=''
9623 link_all_deplibs
=yes
9624 allow_undefined_flag
="$_lt_dar_allow_undefined"
9625 case $cc_basename in
9626 ifort
*) _lt_dar_can_shared
=yes ;;
9627 *) _lt_dar_can_shared
=$GCC ;;
9629 if test "$_lt_dar_can_shared" = "yes"; then
9630 output_verbose_link_cmd
=func_echo_all
9631 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9632 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9633 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}"
9634 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}"
9643 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9644 hardcode_libdir_flag_spec
='-L$libdir'
9645 hardcode_shlibpath_var
=no
9648 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9649 # support. Future versions do this automatically, but an explicit c++rt0.o
9650 # does not break anything, and helps significantly (at the cost of a little
9653 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9654 hardcode_libdir_flag_spec
='-R$libdir'
9656 hardcode_shlibpath_var
=no
9659 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9661 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9663 hardcode_minus_L
=yes
9664 hardcode_shlibpath_var
=no
9667 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9668 freebsd
* | dragonfly
*)
9669 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9670 hardcode_libdir_flag_spec
='-R$libdir'
9672 hardcode_shlibpath_var
=no
9676 if test "$GCC" = yes; then
9677 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'
9679 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'
9681 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9682 hardcode_libdir_separator
=:
9685 # hardcode_minus_L: Not really in the search PATH,
9686 # but as the default location of the library.
9687 hardcode_minus_L
=yes
9688 export_dynamic_flag_spec
='${wl}-E'
9692 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9693 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9695 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9697 if test "$with_gnu_ld" = no
; then
9698 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9699 hardcode_libdir_flag_spec_ld
='+b $libdir'
9700 hardcode_libdir_separator
=:
9702 hardcode_direct_absolute
=yes
9703 export_dynamic_flag_spec
='${wl}-E'
9704 # hardcode_minus_L: Not really in the search PATH,
9705 # but as the default location of the library.
9706 hardcode_minus_L
=yes
9711 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9714 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9717 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9720 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9726 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9729 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9733 # Older versions of the 11.00 compiler do not understand -b yet
9734 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9736 $as_echo_n "checking if $CC understands -b... " >&6; }
9737 if ${lt_cv_prog_compiler__b+:} false
; then :
9738 $as_echo_n "(cached) " >&6
9740 lt_cv_prog_compiler__b
=no
9741 save_LDFLAGS
="$LDFLAGS"
9742 LDFLAGS
="$LDFLAGS -b"
9743 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
9744 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
9745 # The linker can only warn and ignore the option if not recognized
9746 # So say no if there are warnings
9747 if test -s conftest.err
; then
9748 # Append any errors to the config.log.
9749 cat conftest.err
1>&5
9750 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
9751 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
9752 if diff conftest.exp conftest.er2
>/dev
/null
; then
9753 lt_cv_prog_compiler__b
=yes
9756 lt_cv_prog_compiler__b
=yes
9760 LDFLAGS
="$save_LDFLAGS"
9763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9764 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9766 if test x
"$lt_cv_prog_compiler__b" = xyes
; then
9767 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9769 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9775 if test "$with_gnu_ld" = no
; then
9776 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9777 hardcode_libdir_separator
=:
9782 hardcode_shlibpath_var
=no
9786 hardcode_direct_absolute
=yes
9787 export_dynamic_flag_spec
='${wl}-E'
9789 # hardcode_minus_L: Not really in the search PATH,
9790 # but as the default location of the library.
9791 hardcode_minus_L
=yes
9797 irix5
* | irix6
* | nonstopux
*)
9798 if test "$GCC" = yes; then
9799 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'
9800 # Try to use the -exported_symbol ld option, if it does not
9801 # work, assume that -exports_file does not work either and
9802 # implicitly export all symbols.
9803 save_LDFLAGS
="$LDFLAGS"
9804 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9805 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9806 /* end confdefs.h. */
9809 if ac_fn_c_try_link
"$LINENO"; then :
9810 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'
9813 rm -f core conftest.err conftest.
$ac_objext \
9814 conftest
$ac_exeext conftest.
$ac_ext
9815 LDFLAGS
="$save_LDFLAGS"
9817 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'
9818 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'
9820 archive_cmds_need_lc
='no'
9821 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9822 hardcode_libdir_separator
=:
9824 link_all_deplibs
=yes
9828 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9829 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9831 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9833 hardcode_libdir_flag_spec
='-R$libdir'
9835 hardcode_shlibpath_var
=no
9839 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9841 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9842 hardcode_libdir_separator
=:
9843 hardcode_shlibpath_var
=no
9850 if test -f /usr
/libexec
/ld.so
; then
9852 hardcode_shlibpath_var
=no
9853 hardcode_direct_absolute
=yes
9854 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9855 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9856 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9857 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9858 export_dynamic_flag_spec
='${wl}-E'
9861 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
9862 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9863 hardcode_libdir_flag_spec
='-R$libdir'
9866 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9867 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9877 hardcode_libdir_flag_spec
='-L$libdir'
9878 hardcode_minus_L
=yes
9879 allow_undefined_flag
=unsupported
9880 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'
9881 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9885 if test "$GCC" = yes; then
9886 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9887 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'
9889 allow_undefined_flag
=' -expect_unresolved \*'
9890 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'
9892 archive_cmds_need_lc
='no'
9893 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9894 hardcode_libdir_separator
=:
9897 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
9898 if test "$GCC" = yes; then
9899 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9900 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'
9901 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9903 allow_undefined_flag
=' -expect_unresolved \*'
9904 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'
9905 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~
9906 $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'
9908 # Both c and cxx compiler support -rpath directly
9909 hardcode_libdir_flag_spec
='-rpath $libdir'
9911 archive_cmds_need_lc
='no'
9912 hardcode_libdir_separator
=:
9916 no_undefined_flag
=' -z defs'
9917 if test "$GCC" = yes; then
9919 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9920 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9921 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9923 case `$CC -V 2>&1` in
9926 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9927 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9928 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9932 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9933 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9934 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9938 hardcode_libdir_flag_spec
='-R$libdir'
9939 hardcode_shlibpath_var
=no
9941 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
9943 # The compiler driver will combine and reorder linker options,
9944 # but understands `-z linker_flag'. GCC discards it without `$wl',
9945 # but is careful enough not to reorder.
9946 # Supported since Solaris 2.6 (maybe 2.5.1?)
9947 if test "$GCC" = yes; then
9948 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9950 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
9954 link_all_deplibs
=yes
9958 if test "x$host_vendor" = xsequent
; then
9959 # Use $CC to link under sequent, because it throws in some extra .o
9960 # files that make .init and .fini sections work.
9961 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9963 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9965 hardcode_libdir_flag_spec
='-L$libdir'
9967 hardcode_minus_L
=yes
9968 hardcode_shlibpath_var
=no
9972 case $host_vendor in
9974 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9975 hardcode_direct
=yes # is this really true???
9978 ## LD is ld it makes a PLAMLIB
9979 ## CC just makes a GrossModule.
9980 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9981 reload_cmds
='$CC -r -o $output$reload_objs'
9985 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9986 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
9989 runpath_var
='LD_RUN_PATH'
9990 hardcode_shlibpath_var
=no
9994 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9995 hardcode_shlibpath_var
=no
9996 export_dynamic_flag_spec
='-Bexport'
10000 if test -d /usr
/nec
; then
10001 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10002 hardcode_shlibpath_var
=no
10003 runpath_var
=LD_RUN_PATH
10004 hardcode_runpath_var
=yes
10009 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
10010 no_undefined_flag
='${wl}-z,text'
10011 archive_cmds_need_lc
=no
10012 hardcode_shlibpath_var
=no
10013 runpath_var
='LD_RUN_PATH'
10015 if test "$GCC" = yes; then
10016 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10017 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10019 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10020 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10024 sysv5
* | sco3.2v5
* | sco5v6
*)
10025 # Note: We can NOT use -z defs as we might desire, because we do not
10026 # link with -lc, and that would cause any symbols used from libc to
10027 # always be unresolved, which means just about no library would
10028 # ever link correctly. If we're not using GNU ld we use -z text
10029 # though, which does catch some bad symbols but isn't as heavy-handed
10031 no_undefined_flag
='${wl}-z,text'
10032 allow_undefined_flag
='${wl}-z,nodefs'
10033 archive_cmds_need_lc
=no
10034 hardcode_shlibpath_var
=no
10035 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
10036 hardcode_libdir_separator
=':'
10037 link_all_deplibs
=yes
10038 export_dynamic_flag_spec
='${wl}-Bexport'
10039 runpath_var
='LD_RUN_PATH'
10041 if test "$GCC" = yes; then
10042 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10043 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10045 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10046 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10051 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10052 hardcode_libdir_flag_spec
='-L$libdir'
10053 hardcode_shlibpath_var
=no
10061 if test x
$host_vendor = xsni
; then
10063 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
10064 export_dynamic_flag_spec
='${wl}-Blargedynsym'
10070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10071 $as_echo "$ld_shlibs" >&6; }
10072 test "$ld_shlibs" = no
&& can_build_shared
=no
10074 with_gnu_ld
=$with_gnu_ld
10091 # Do we need to explicitly link libc?
10093 case "x$archive_cmds_need_lc" in
10095 # Assume -lc should be added
10096 archive_cmds_need_lc
=yes
10098 if test "$enable_shared" = yes && test "$GCC" = yes; then
10099 case $archive_cmds in
10101 # FIXME: we may have to deal with multi-command sequences.
10104 # Test whether the compiler implicitly links with -lc since on some
10105 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10106 # to ld, don't add -lc before -lgcc.
10107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10108 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10109 if ${lt_cv_archive_cmds_need_lc+:} false
; then :
10110 $as_echo_n "(cached) " >&6
10113 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
10115 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10116 (eval $ac_compile) 2>&5
10118 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10119 test $ac_status = 0; } 2>conftest.err
; then
10122 libobjs
=conftest.
$ac_objext
10124 wl
=$lt_prog_compiler_wl
10125 pic_flag
=$lt_prog_compiler_pic
10131 lt_save_allow_undefined_flag
=$allow_undefined_flag
10132 allow_undefined_flag
=
10133 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10134 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
10136 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10137 test $ac_status = 0; }
10139 lt_cv_archive_cmds_need_lc
=no
10141 lt_cv_archive_cmds_need_lc
=yes
10143 allow_undefined_flag
=$lt_save_allow_undefined_flag
10145 cat conftest.err
1>&5
10150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10151 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10152 archive_cmds_need_lc
=$lt_cv_archive_cmds_need_lc
10315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10316 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10318 if test "$GCC" = yes; then
10320 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
10321 *) lt_awk_arg
="/^libraries:/" ;;
10324 mingw
* | cegcc
*) lt_sed_strip_eq
="s,=\([A-Za-z]:\),\1,g" ;;
10325 *) lt_sed_strip_eq
="s,=/,/,g" ;;
10327 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10328 case $lt_search_path_spec in
10330 # if the path contains ";" then we assume it to be the separator
10331 # otherwise default to the standard path separator (i.e. ":") - it is
10332 # assumed that no part of a normal pathname contains ";" but that should
10333 # okay in the real world where ";" in dirpaths is itself problematic.
10334 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10337 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10340 # Ok, now we have the path, separated by spaces, we can step through it
10341 # and add multilib dir if necessary.
10342 lt_tmp_lt_search_path_spec
=
10343 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10344 for lt_sys_path
in $lt_search_path_spec; do
10345 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10346 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10348 test -d "$lt_sys_path" && \
10349 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
10352 lt_search_path_spec
=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10353 BEGIN {RS=" "; FS="/|\n";} {
10356 for (lt_i = NF; lt_i > 0; lt_i--) {
10357 if ($lt_i != "" && $lt_i != ".") {
10358 if ($lt_i == "..") {
10361 if (lt_count == 0) {
10362 lt_foo="/" $lt_i lt_foo;
10369 if (lt_foo != "") { lt_freq[lt_foo]++; }
10370 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10372 # AWK program above erroneously prepends '/' to C:/dos/paths
10375 mingw
* | cegcc
*) lt_search_path_spec
=`$ECHO "$lt_search_path_spec" |\
10376 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10378 sys_lib_search_path_spec
=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10380 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
10382 library_names_spec
=
10383 libname_spec
='lib$name'
10387 postuninstall_cmds
=
10391 shlibpath_overrides_runpath
=unknown
10393 dynamic_linker
="$host_os ld.so"
10394 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
10395 need_lib_prefix
=unknown
10396 hardcode_into_libs
=no
10398 # when you set need_version to no, make sure it does not cause -set_version
10399 # flags to be left without arguments
10400 need_version
=unknown
10405 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
10406 shlibpath_var
=LIBPATH
10408 # AIX 3 has no versioning support, so we append a major version to the name.
10409 soname_spec
='${libname}${release}${shared_ext}$major'
10416 hardcode_into_libs
=yes
10417 if test "$host_cpu" = ia64
; then
10418 # AIX 5 supports IA64
10419 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10420 shlibpath_var
=LD_LIBRARY_PATH
10422 # With GCC up to 2.95.x, collect2 would create an import file
10423 # for dependence libraries. The import file would start with
10424 # the line `#! .'. This would cause the generated library to
10425 # depend on `.', always an invalid library. This was fixed in
10426 # development snapshots of GCC prior to 3.0.
10428 aix4 | aix4.
[01] | aix4.
[01].
*)
10429 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10431 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
10434 can_build_shared
=no
10438 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10439 # soname into executable. Probably we can add versioning support to
10440 # collect2, so additional links can be useful in future.
10441 if test "$aix_use_runtimelinking" = yes; then
10442 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10443 # instead of lib<name>.a to let people know that these are not
10444 # typical AIX shared libraries.
10445 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10447 # We preserve .a as extension for shared libraries through AIX4.2
10448 # and later when we are not doing run time linking.
10449 library_names_spec
='${libname}${release}.a $libname.a'
10450 soname_spec
='${libname}${release}${shared_ext}$major'
10452 shlibpath_var
=LIBPATH
10459 # Since July 2007 AmigaOS4 officially supports .so libraries.
10460 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10461 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10464 library_names_spec
='$libname.ixlibrary $libname.a'
10465 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10466 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'
10472 library_names_spec
='${libname}${shared_ext}'
10473 dynamic_linker
="$host_os ld.so"
10474 shlibpath_var
=LIBRARY_PATH
10480 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10481 soname_spec
='${libname}${release}${shared_ext}$major'
10482 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
10483 shlibpath_var
=LD_LIBRARY_PATH
10484 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10485 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
10486 # the default ld.so.conf also contains /usr/contrib/lib and
10487 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10488 # libtool to hard-code these into programs
10491 cygwin
* | mingw
* | pw32
* | cegcc
*)
10492 version_type
=windows
10497 case $GCC,$host_os in
10498 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
10499 library_names_spec
='$libname.dll.a'
10500 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10501 postinstall_cmds
='base_file=`basename \${file}`~
10502 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10503 dldir=$destdir/`dirname \$dlpath`~
10504 test -d \$dldir || mkdir -p \$dldir~
10505 $install_prog $dir/$dlname \$dldir/$dlname~
10506 chmod a+x \$dldir/$dlname~
10507 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10508 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10510 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10511 dlpath=$dir/\$dldll~
10513 shlibpath_overrides_runpath
=yes
10517 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10518 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10520 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/lib/w32api"
10523 # MinGW DLLs use traditional 'lib' prefix
10524 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10527 # pw32 DLLs use 'pw' prefix rather than 'lib'
10528 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10534 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10537 dynamic_linker
='Win32 ld.exe'
10538 # FIXME: first we should search . and the directory the executable is in
10542 darwin
* | rhapsody
*)
10543 dynamic_linker
="$host_os dyld"
10544 version_type
=darwin
10547 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10548 soname_spec
='${libname}${release}${major}$shared_ext'
10549 shlibpath_overrides_runpath
=yes
10550 shlibpath_var
=DYLD_LIBRARY_PATH
10551 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
10553 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
10554 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
10561 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10562 soname_spec
='${libname}${release}${shared_ext}$major'
10563 shlibpath_var
=LD_LIBRARY_PATH
10566 freebsd
* | dragonfly
*)
10567 # DragonFly does not have aout. When/if they implement a new
10568 # versioning mechanism, adjust this.
10569 if test -x /usr
/bin
/objformat
; then
10570 objformat
=`/usr/bin/objformat`
10573 freebsd
[23].
*) objformat
=aout
;;
10574 *) objformat
=elf
;;
10577 version_type
=freebsd-
$objformat
10578 case $version_type in
10580 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10585 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10589 shlibpath_var
=LD_LIBRARY_PATH
10592 shlibpath_overrides_runpath
=yes
10594 freebsd3.
[01]* | freebsdelf3.
[01]*)
10595 shlibpath_overrides_runpath
=yes
10596 hardcode_into_libs
=yes
10598 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
10599 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
10600 shlibpath_overrides_runpath
=no
10601 hardcode_into_libs
=yes
10603 *) # from 4.6 on, and DragonFly
10604 shlibpath_overrides_runpath
=yes
10605 hardcode_into_libs
=yes
10614 dynamic_linker
="$host_os runtime_loader"
10615 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10616 soname_spec
='${libname}${release}${shared_ext}$major'
10617 shlibpath_var
=LIBRARY_PATH
10618 shlibpath_overrides_runpath
=yes
10619 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10620 hardcode_into_libs
=yes
10623 hpux9
* | hpux10
* | hpux11
*)
10624 # Give a soname corresponding to the major version so that dld.sl refuses to
10625 # link against other versions.
10632 hardcode_into_libs
=yes
10633 dynamic_linker
="$host_os dld.so"
10634 shlibpath_var
=LD_LIBRARY_PATH
10635 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10636 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10637 soname_spec
='${libname}${release}${shared_ext}$major'
10638 if test "X$HPUX_IA64_MODE" = X32
; then
10639 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10641 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
10643 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10647 hardcode_into_libs
=yes
10648 dynamic_linker
="$host_os dld.sl"
10649 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
10650 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10651 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10652 soname_spec
='${libname}${release}${shared_ext}$major'
10653 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10654 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10658 dynamic_linker
="$host_os dld.sl"
10659 shlibpath_var
=SHLIB_PATH
10660 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
10661 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10662 soname_spec
='${libname}${release}${shared_ext}$major'
10665 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10666 postinstall_cmds
='chmod 555 $lib'
10667 # or fails outright, so override atomically:
10668 install_override_mode
=555
10675 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10676 soname_spec
='${libname}${release}${shared_ext}$major'
10677 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
10678 shlibpath_var
=LD_LIBRARY_PATH
10679 shlibpath_overrides_runpath
=no
10680 hardcode_into_libs
=yes
10683 irix5
* | irix6
* | nonstopux
*)
10685 nonstopux
*) version_type
=nonstopux
;;
10687 if test "$lt_cv_prog_gnu_ld" = yes; then
10695 soname_spec
='${libname}${release}${shared_ext}$major'
10696 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10698 irix5
* | nonstopux
*)
10699 libsuff
= shlibsuff
=
10702 case $LD in # libtool.m4 will add one of these switches to LD
10703 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
10704 libsuff
= shlibsuff
= libmagic
=32-bit;;
10705 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
10706 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
10707 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
10708 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
10709 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
10713 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
10714 shlibpath_overrides_runpath
=no
10715 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10716 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
10717 hardcode_into_libs
=yes
10720 # No shared lib support for Linux oldld, aout, or coff.
10721 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
10725 # This must be Linux ELF.
10726 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu | gnu
*)
10730 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10731 soname_spec
='${libname}${release}${shared_ext}$major'
10732 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10733 shlibpath_var
=LD_LIBRARY_PATH
10734 shlibpath_overrides_runpath
=no
10736 # Some binutils ld are patched to set DT_RUNPATH
10737 if ${lt_cv_shlibpath_overrides_runpath+:} false
; then :
10738 $as_echo_n "(cached) " >&6
10740 lt_cv_shlibpath_overrides_runpath
=no
10741 save_LDFLAGS
=$LDFLAGS
10742 save_libdir
=$libdir
10743 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10744 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10745 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10746 /* end confdefs.h. */
10756 if ac_fn_c_try_link
"$LINENO"; then :
10757 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
10758 lt_cv_shlibpath_overrides_runpath
=yes
10761 rm -f core conftest.err conftest.
$ac_objext \
10762 conftest
$ac_exeext conftest.
$ac_ext
10763 LDFLAGS
=$save_LDFLAGS
10764 libdir
=$save_libdir
10768 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
10770 # This implies no fast_install, which is unacceptable.
10771 # Some rework will be needed to allow for fast_install
10772 # before this can be enabled.
10773 hardcode_into_libs
=yes
10775 # Append ld.so.conf contents to the search path
10776 if test -f /etc
/ld.so.conf
; then
10777 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' ' '`
10778 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
10781 # We used to test for /lib/ld.so.1 and disable shared libraries on
10782 # powerpc, because MkLinux only supported shared libraries with the
10783 # GNU dynamic linker. Since this was broken with cross compilers,
10784 # most powerpc-linux boxes support dynamic linking these days and
10785 # people can always --disable-shared, the test was removed, and we
10786 # assume the GNU/Linux dynamic linker is in use.
10787 dynamic_linker
='GNU/Linux ld.so'
10794 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
10795 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10796 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10797 dynamic_linker
='NetBSD (a.out) ld.so'
10799 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10800 soname_spec
='${libname}${release}${shared_ext}$major'
10801 dynamic_linker
='NetBSD ld.elf_so'
10803 shlibpath_var
=LD_LIBRARY_PATH
10804 shlibpath_overrides_runpath
=yes
10805 hardcode_into_libs
=yes
10810 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10811 shlibpath_var
=LD_LIBRARY_PATH
10812 shlibpath_overrides_runpath
=yes
10819 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10820 soname_spec
='${libname}${release}${shared_ext}$major'
10821 shlibpath_var
=LD_LIBRARY_PATH
10822 shlibpath_overrides_runpath
=no
10823 hardcode_into_libs
=yes
10824 dynamic_linker
='ldqnx.so'
10829 sys_lib_dlsearch_path_spec
="/usr/lib"
10831 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10833 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
10834 *) need_version
=no
;;
10836 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10837 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10838 shlibpath_var
=LD_LIBRARY_PATH
10839 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10841 openbsd2.
[89] | openbsd2.
[89].
*)
10842 shlibpath_overrides_runpath
=no
10845 shlibpath_overrides_runpath
=yes
10849 shlibpath_overrides_runpath
=yes
10854 libname_spec
='$name'
10857 library_names_spec
='$libname${shared_ext} $libname.a'
10858 dynamic_linker
='OS/2 ld.exe'
10859 shlibpath_var
=LIBPATH
10862 osf3
* | osf4
* | osf5
*)
10866 soname_spec
='${libname}${release}${shared_ext}$major'
10867 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10868 shlibpath_var
=LD_LIBRARY_PATH
10869 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10870 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
10881 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $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 # ldd complains unless libraries are executable
10887 postinstall_cmds
='chmod +x $lib'
10892 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10893 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10894 shlibpath_var
=LD_LIBRARY_PATH
10895 shlibpath_overrides_runpath
=yes
10896 if test "$with_gnu_ld" = yes; then
10904 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10905 soname_spec
='${libname}${release}${shared_ext}$major'
10906 shlibpath_var
=LD_LIBRARY_PATH
10907 case $host_vendor in
10909 shlibpath_overrides_runpath
=no
10911 runpath_var
=LD_RUN_PATH
10919 shlibpath_overrides_runpath
=no
10920 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
10926 if test -d /usr
/nec
;then
10928 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10929 soname_spec
='$libname${shared_ext}.$major'
10930 shlibpath_var
=LD_LIBRARY_PATH
10934 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
10935 version_type
=freebsd-elf
10938 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10939 soname_spec
='${libname}${release}${shared_ext}$major'
10940 shlibpath_var
=LD_LIBRARY_PATH
10941 shlibpath_overrides_runpath
=yes
10942 hardcode_into_libs
=yes
10943 if test "$with_gnu_ld" = yes; then
10944 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10946 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
10949 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
10953 sys_lib_dlsearch_path_spec
='/usr/lib'
10957 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10961 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10962 shlibpath_var
=LD_LIBRARY_PATH
10963 shlibpath_overrides_runpath
=no
10964 hardcode_into_libs
=yes
10969 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10970 soname_spec
='${libname}${release}${shared_ext}$major'
10971 shlibpath_var
=LD_LIBRARY_PATH
10978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10979 $as_echo "$dynamic_linker" >&6; }
10980 test "$dynamic_linker" = no
&& can_build_shared
=no
10982 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
10983 if test "$GCC" = yes; then
10984 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10987 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10988 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
10990 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10991 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
11085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11086 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11088 if test -n "$hardcode_libdir_flag_spec" ||
11089 test -n "$runpath_var" ||
11090 test "X$hardcode_automatic" = "Xyes" ; then
11092 # We can hardcode non-existent directories.
11093 if test "$hardcode_direct" != no
&&
11094 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11095 # have to relink, otherwise we might link with an installed library
11096 # when we should be linking with a yet-to-be-installed one
11097 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11098 test "$hardcode_minus_L" != no
; then
11099 # Linking always hardcodes the temporary library directory.
11100 hardcode_action
=relink
11102 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11103 hardcode_action
=immediate
11106 # We cannot hardcode anything, or else we can only hardcode existing
11108 hardcode_action
=unsupported
11110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11111 $as_echo "$hardcode_action" >&6; }
11113 if test "$hardcode_action" = relink ||
11114 test "$inherit_rpath" = yes; then
11115 # Fast installation is not supported
11116 enable_fast_install
=no
11117 elif test "$shlibpath_overrides_runpath" = yes ||
11118 test "$enable_shared" = no
; then
11119 # Fast installation is not necessary
11120 enable_fast_install
=needless
11128 if test "x$enable_dlopen" != xyes
; then
11129 enable_dlopen
=unknown
11130 enable_dlopen_self
=unknown
11131 enable_dlopen_self_static
=unknown
11138 lt_cv_dlopen
="load_add_on"
11140 lt_cv_dlopen_self
=yes
11143 mingw
* | pw32
* | cegcc
*)
11144 lt_cv_dlopen
="LoadLibrary"
11149 lt_cv_dlopen
="dlopen"
11154 # if libdl is installed we need to link against it
11155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11156 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11157 if ${ac_cv_lib_dl_dlopen+:} false
; then :
11158 $as_echo_n "(cached) " >&6
11160 ac_check_lib_save_LIBS
=$LIBS
11162 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11163 /* end confdefs.h. */
11165 /* Override any GCC internal prototype to avoid an error.
11166 Use char because int might match the return type of a GCC
11167 builtin and then its argument prototype would still apply. */
11180 if ac_fn_c_try_link
"$LINENO"; then :
11181 ac_cv_lib_dl_dlopen
=yes
11183 ac_cv_lib_dl_dlopen
=no
11185 rm -f core conftest.err conftest.
$ac_objext \
11186 conftest
$ac_exeext conftest.
$ac_ext
11187 LIBS
=$ac_check_lib_save_LIBS
11189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11190 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11191 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
11192 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
11195 lt_cv_dlopen
="dyld"
11197 lt_cv_dlopen_self
=yes
11204 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
11205 if test "x$ac_cv_func_shl_load" = xyes
; then :
11206 lt_cv_dlopen
="shl_load"
11208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11209 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11210 if ${ac_cv_lib_dld_shl_load+:} false
; then :
11211 $as_echo_n "(cached) " >&6
11213 ac_check_lib_save_LIBS
=$LIBS
11215 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11216 /* end confdefs.h. */
11218 /* Override any GCC internal prototype to avoid an error.
11219 Use char because int might match the return type of a GCC
11220 builtin and then its argument prototype would still apply. */
11228 return shl_load ();
11233 if ac_fn_c_try_link
"$LINENO"; then :
11234 ac_cv_lib_dld_shl_load
=yes
11236 ac_cv_lib_dld_shl_load
=no
11238 rm -f core conftest.err conftest.
$ac_objext \
11239 conftest
$ac_exeext conftest.
$ac_ext
11240 LIBS
=$ac_check_lib_save_LIBS
11242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11243 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11244 if test "x$ac_cv_lib_dld_shl_load" = xyes
; then :
11245 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
11247 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
11248 if test "x$ac_cv_func_dlopen" = xyes
; then :
11249 lt_cv_dlopen
="dlopen"
11251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11252 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11253 if ${ac_cv_lib_dl_dlopen+:} false
; then :
11254 $as_echo_n "(cached) " >&6
11256 ac_check_lib_save_LIBS
=$LIBS
11258 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11259 /* end confdefs.h. */
11261 /* Override any GCC internal prototype to avoid an error.
11262 Use char because int might match the return type of a GCC
11263 builtin and then its argument prototype would still apply. */
11276 if ac_fn_c_try_link
"$LINENO"; then :
11277 ac_cv_lib_dl_dlopen
=yes
11279 ac_cv_lib_dl_dlopen
=no
11281 rm -f core conftest.err conftest.
$ac_objext \
11282 conftest
$ac_exeext conftest.
$ac_ext
11283 LIBS
=$ac_check_lib_save_LIBS
11285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11286 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11287 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
11288 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
11290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11291 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11292 if ${ac_cv_lib_svld_dlopen+:} false
; then :
11293 $as_echo_n "(cached) " >&6
11295 ac_check_lib_save_LIBS
=$LIBS
11296 LIBS
="-lsvld $LIBS"
11297 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11298 /* end confdefs.h. */
11300 /* Override any GCC internal prototype to avoid an error.
11301 Use char because int might match the return type of a GCC
11302 builtin and then its argument prototype would still apply. */
11315 if ac_fn_c_try_link
"$LINENO"; then :
11316 ac_cv_lib_svld_dlopen
=yes
11318 ac_cv_lib_svld_dlopen
=no
11320 rm -f core conftest.err conftest.
$ac_objext \
11321 conftest
$ac_exeext conftest.
$ac_ext
11322 LIBS
=$ac_check_lib_save_LIBS
11324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11325 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11326 if test "x$ac_cv_lib_svld_dlopen" = xyes
; then :
11327 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
11329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11330 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11331 if ${ac_cv_lib_dld_dld_link+:} false
; then :
11332 $as_echo_n "(cached) " >&6
11334 ac_check_lib_save_LIBS
=$LIBS
11336 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11337 /* end confdefs.h. */
11339 /* Override any GCC internal prototype to avoid an error.
11340 Use char because int might match the return type of a GCC
11341 builtin and then its argument prototype would still apply. */
11349 return dld_link ();
11354 if ac_fn_c_try_link
"$LINENO"; then :
11355 ac_cv_lib_dld_dld_link
=yes
11357 ac_cv_lib_dld_dld_link
=no
11359 rm -f core conftest.err conftest.
$ac_objext \
11360 conftest
$ac_exeext conftest.
$ac_ext
11361 LIBS
=$ac_check_lib_save_LIBS
11363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11364 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11365 if test "x$ac_cv_lib_dld_dld_link" = xyes
; then :
11366 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
11387 if test "x$lt_cv_dlopen" != xno
; then
11393 case $lt_cv_dlopen in
11395 save_CPPFLAGS
="$CPPFLAGS"
11396 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
11398 save_LDFLAGS
="$LDFLAGS"
11399 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
11402 LIBS
="$lt_cv_dlopen_libs $LIBS"
11404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11405 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11406 if ${lt_cv_dlopen_self+:} false
; then :
11407 $as_echo_n "(cached) " >&6
11409 if test "$cross_compiling" = yes; then :
11410 lt_cv_dlopen_self
=cross
11412 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11413 lt_status
=$lt_dlunknown
11414 cat > conftest.
$ac_ext <<_LT_EOF
11415 #line 11415 "configure"
11416 #include "confdefs.h"
11425 # define LT_DLGLOBAL RTLD_GLOBAL
11428 # define LT_DLGLOBAL DL_GLOBAL
11430 # define LT_DLGLOBAL 0
11434 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11435 find out it does not work in some platform. */
11436 #ifndef LT_DLLAZY_OR_NOW
11438 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11441 # define LT_DLLAZY_OR_NOW DL_LAZY
11444 # define LT_DLLAZY_OR_NOW RTLD_NOW
11447 # define LT_DLLAZY_OR_NOW DL_NOW
11449 # define LT_DLLAZY_OR_NOW 0
11456 /* When -fvisbility=hidden is used, assume the code has been annotated
11457 correspondingly for the symbols needed. */
11458 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11459 void fnord () __attribute__((visibility("default")));
11462 void fnord () { int i=42; }
11465 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11466 int status = $lt_dlunknown;
11470 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11473 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11474 else puts (dlerror ());
11476 /* dlclose (self); */
11484 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11485 (eval $ac_link) 2>&5
11487 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11488 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11489 (.
/conftest
; exit; ) >&5 2>/dev
/null
11491 case x
$lt_status in
11492 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
11493 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
11494 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
11497 # compilation failed
11498 lt_cv_dlopen_self
=no
11505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11506 $as_echo "$lt_cv_dlopen_self" >&6; }
11508 if test "x$lt_cv_dlopen_self" = xyes
; then
11509 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
11510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11511 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11512 if ${lt_cv_dlopen_self_static+:} false
; then :
11513 $as_echo_n "(cached) " >&6
11515 if test "$cross_compiling" = yes; then :
11516 lt_cv_dlopen_self_static
=cross
11518 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11519 lt_status
=$lt_dlunknown
11520 cat > conftest.
$ac_ext <<_LT_EOF
11521 #line 11521 "configure"
11522 #include "confdefs.h"
11531 # define LT_DLGLOBAL RTLD_GLOBAL
11534 # define LT_DLGLOBAL DL_GLOBAL
11536 # define LT_DLGLOBAL 0
11540 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11541 find out it does not work in some platform. */
11542 #ifndef LT_DLLAZY_OR_NOW
11544 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11547 # define LT_DLLAZY_OR_NOW DL_LAZY
11550 # define LT_DLLAZY_OR_NOW RTLD_NOW
11553 # define LT_DLLAZY_OR_NOW DL_NOW
11555 # define LT_DLLAZY_OR_NOW 0
11562 /* When -fvisbility=hidden is used, assume the code has been annotated
11563 correspondingly for the symbols needed. */
11564 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11565 void fnord () __attribute__((visibility("default")));
11568 void fnord () { int i=42; }
11571 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11572 int status = $lt_dlunknown;
11576 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11579 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11580 else puts (dlerror ());
11582 /* dlclose (self); */
11590 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11591 (eval $ac_link) 2>&5
11593 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11594 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11595 (.
/conftest
; exit; ) >&5 2>/dev
/null
11597 case x
$lt_status in
11598 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
11599 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
11600 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
11603 # compilation failed
11604 lt_cv_dlopen_self_static
=no
11611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11612 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11615 CPPFLAGS
="$save_CPPFLAGS"
11616 LDFLAGS
="$save_LDFLAGS"
11621 case $lt_cv_dlopen_self in
11622 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
11623 *) enable_dlopen_self
=unknown
;;
11626 case $lt_cv_dlopen_self_static in
11627 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
11628 *) enable_dlopen_self_static
=unknown
;;
11650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11651 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11652 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
11653 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
11654 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
11655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11656 $as_echo "yes" >&6; }
11658 # FIXME - insert some real tests, host_os isn't really good enough
11661 if test -n "$STRIP" ; then
11662 striplib
="$STRIP -x"
11663 old_striplib
="$STRIP -S"
11664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11665 $as_echo "yes" >&6; }
11667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11668 $as_echo "no" >&6; }
11672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11673 $as_echo "no" >&6; }
11689 # Report which library types will actually be built
11690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11691 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11693 $as_echo "$can_build_shared" >&6; }
11695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11696 $as_echo_n "checking whether to build shared libraries... " >&6; }
11697 test "$can_build_shared" = "no" && enable_shared
=no
11699 # On AIX, shared libraries and static libraries use the same namespace, and
11700 # are all built from PIC.
11703 test "$enable_shared" = yes && enable_static
=no
11704 if test -n "$RANLIB"; then
11705 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
11706 postinstall_cmds
='$RANLIB $lib'
11711 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
11712 test "$enable_shared" = yes && enable_static
=no
11716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11717 $as_echo "$enable_shared" >&6; }
11719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11720 $as_echo_n "checking whether to build static libraries... " >&6; }
11721 # Make sure either enable_shared or enable_static is yes.
11722 test "$enable_shared" = yes || enable_static
=yes
11723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11724 $as_echo "$enable_static" >&6; }
11731 ac_cpp
='$CPP $CPPFLAGS'
11732 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11733 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11734 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11738 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
11739 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
11740 (test "X$CXX" != "Xg++"))) ; then
11742 ac_cpp
='$CXXCPP $CPPFLAGS'
11743 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11744 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11745 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
11746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
11747 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
11748 if test -z "$CXXCPP"; then
11749 if ${ac_cv_prog_CXXCPP+:} false
; then :
11750 $as_echo_n "(cached) " >&6
11752 # Double quotes because CXXCPP needs to be expanded
11753 for CXXCPP
in "$CXX -E" "/lib/cpp"
11755 ac_preproc_ok
=false
11756 for ac_cxx_preproc_warn_flag
in '' yes
11758 # Use a header file that comes with gcc, so configuring glibc
11759 # with a fresh cross-compiler works.
11760 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11761 # <limits.h> exists even on freestanding compilers.
11762 # On the NeXT, cc -E runs the code through the compiler's parser,
11763 # not just through cpp. "Syntax error" is here to catch this case.
11764 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11765 /* end confdefs.h. */
11767 # include <limits.h>
11769 # include <assert.h>
11773 if ac_fn_cxx_try_cpp
"$LINENO"; then :
11776 # Broken: fails on valid input.
11779 rm -f conftest.err conftest.i conftest.
$ac_ext
11781 # OK, works on sane cases. Now check whether nonexistent headers
11782 # can be detected and how.
11783 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11784 /* end confdefs.h. */
11785 #include <ac_nonexistent.h>
11787 if ac_fn_cxx_try_cpp
"$LINENO"; then :
11788 # Broken: success on invalid input.
11791 # Passes both tests.
11795 rm -f conftest.err conftest.i conftest.
$ac_ext
11798 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11799 rm -f conftest.i conftest.err conftest.
$ac_ext
11800 if $ac_preproc_ok; then :
11805 ac_cv_prog_CXXCPP
=$CXXCPP
11808 CXXCPP
=$ac_cv_prog_CXXCPP
11810 ac_cv_prog_CXXCPP
=$CXXCPP
11812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
11813 $as_echo "$CXXCPP" >&6; }
11814 ac_preproc_ok
=false
11815 for ac_cxx_preproc_warn_flag
in '' yes
11817 # Use a header file that comes with gcc, so configuring glibc
11818 # with a fresh cross-compiler works.
11819 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11820 # <limits.h> exists even on freestanding compilers.
11821 # On the NeXT, cc -E runs the code through the compiler's parser,
11822 # not just through cpp. "Syntax error" is here to catch this case.
11823 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11824 /* end confdefs.h. */
11826 # include <limits.h>
11828 # include <assert.h>
11832 if ac_fn_cxx_try_cpp
"$LINENO"; then :
11835 # Broken: fails on valid input.
11838 rm -f conftest.err conftest.i conftest.
$ac_ext
11840 # OK, works on sane cases. Now check whether nonexistent headers
11841 # can be detected and how.
11842 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11843 /* end confdefs.h. */
11844 #include <ac_nonexistent.h>
11846 if ac_fn_cxx_try_cpp
"$LINENO"; then :
11847 # Broken: success on invalid input.
11850 # Passes both tests.
11854 rm -f conftest.err conftest.i conftest.
$ac_ext
11857 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11858 rm -f conftest.i conftest.err conftest.
$ac_ext
11859 if $ac_preproc_ok; then :
11862 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11863 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11864 as_fn_error $?
"C++ preprocessor \"$CXXCPP\" fails sanity check
11865 See \`config.log' for more details" "$LINENO" 5; }
11869 ac_cpp
='$CPP $CPPFLAGS'
11870 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11871 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11872 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11875 _lt_caught_CXX_error
=yes
11879 ac_cpp
='$CXXCPP $CPPFLAGS'
11880 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11881 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11882 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
11884 archive_cmds_need_lc_CXX
=no
11885 allow_undefined_flag_CXX
=
11886 always_export_symbols_CXX
=no
11887 archive_expsym_cmds_CXX
=
11888 compiler_needs_object_CXX
=no
11889 export_dynamic_flag_spec_CXX
=
11890 hardcode_direct_CXX
=no
11891 hardcode_direct_absolute_CXX
=no
11892 hardcode_libdir_flag_spec_CXX
=
11893 hardcode_libdir_flag_spec_ld_CXX
=
11894 hardcode_libdir_separator_CXX
=
11895 hardcode_minus_L_CXX
=no
11896 hardcode_shlibpath_var_CXX
=unsupported
11897 hardcode_automatic_CXX
=no
11898 inherit_rpath_CXX
=no
11900 module_expsym_cmds_CXX
=
11901 link_all_deplibs_CXX
=unknown
11902 old_archive_cmds_CXX
=$old_archive_cmds
11903 reload_flag_CXX
=$reload_flag
11904 reload_cmds_CXX
=$reload_cmds
11905 no_undefined_flag_CXX
=
11906 whole_archive_flag_spec_CXX
=
11907 enable_shared_with_static_runtimes_CXX
=no
11909 # Source file extension for C++ test sources.
11912 # Object file extension for compiled C++ test sources.
11916 # No sense in running all these tests if we already determined that
11917 # the CXX compiler isn't working. Some variables (like enable_shared)
11918 # are currently assumed to apply to all compilers on this platform,
11919 # and will be corrupted by setting them based on a non-working compiler.
11920 if test "$_lt_caught_CXX_error" != yes; then
11921 # Code to be used in simple compile tests
11922 lt_simple_compile_test_code
="int some_variable = 0;"
11924 # Code to be used in simple link tests
11925 lt_simple_link_test_code
='int main(int, char *[]) { return(0); }'
11927 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
11934 # If no C compiler was specified, use CC.
11937 # If no C compiler flags were specified, use CFLAGS.
11938 LTCFLAGS
=${LTCFLAGS-"$CFLAGS"}
11940 # Allow CC to be a program name with arguments.
11944 # save warnings/boilerplate of simple test code
11945 ac_outfile
=conftest.
$ac_objext
11946 echo "$lt_simple_compile_test_code" >conftest.
$ac_ext
11947 eval "$ac_compile" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
11948 _lt_compiler_boilerplate
=`cat conftest.err`
11951 ac_outfile
=conftest.
$ac_objext
11952 echo "$lt_simple_link_test_code" >conftest.
$ac_ext
11953 eval "$ac_link" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
11954 _lt_linker_boilerplate
=`cat conftest.err`
11958 # Allow CC to be a program name with arguments.
11963 lt_save_with_gnu_ld
=$with_gnu_ld
11964 lt_save_path_LD
=$lt_cv_path_LD
11965 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
11966 lt_cv_prog_gnu_ld
=$lt_cv_prog_gnu_ldcxx
11968 $as_unset lt_cv_prog_gnu_ld
11970 if test -n "${lt_cv_path_LDCXX+set}"; then
11971 lt_cv_path_LD
=$lt_cv_path_LDCXX
11973 $as_unset lt_cv_path_LD
11975 test -z "${LDCXX+set}" || LD
=$LDCXX
11979 for cc_temp
in $compiler""; do
11981 compile |
*[\\/]compile | ccache |
*[\\/]ccache
) ;;
11982 distcc |
*[\\/]distcc | purify |
*[\\/]purify
) ;;
11987 cc_basename
=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
11990 if test -n "$compiler"; then
11991 # We don't want -fno-exception when compiling C++ code, so set the
11992 # no_builtin_flag separately
11993 if test "$GXX" = yes; then
11994 lt_prog_compiler_no_builtin_flag_CXX
=' -fno-builtin'
11996 lt_prog_compiler_no_builtin_flag_CXX
=
11999 if test "$GXX" = yes; then
12000 # Set up default GNU C++ configuration
12004 # Check whether --with-gnu-ld was given.
12005 if test "${with_gnu_ld+set}" = set; then :
12006 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
12012 if test "$GCC" = yes; then
12013 # Check if gcc -print-prog-name=ld gives a path.
12014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
12015 $as_echo_n "checking for ld used by $CC... " >&6; }
12018 # gcc leaves a trailing carriage return which upsets mingw
12019 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
12021 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
12024 # Accept absolute paths.
12026 re_direlt
='/[^/][^/]*/\.\./'
12027 # Canonicalize the pathname of ld
12028 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
12029 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
12030 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
12032 test -z "$LD" && LD
="$ac_prog"
12035 # If it fails, then pretend we aren't using GCC.
12039 # If it is relative, then search for the first ld in PATH.
12040 with_gnu_ld
=unknown
12043 elif test "$with_gnu_ld" = yes; then
12044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
12045 $as_echo_n "checking for GNU ld... " >&6; }
12047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
12048 $as_echo_n "checking for non-GNU ld... " >&6; }
12050 if ${lt_cv_path_LD+:} false
; then :
12051 $as_echo_n "(cached) " >&6
12053 if test -z "$LD"; then
12054 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
12055 for ac_dir
in $PATH; do
12057 test -z "$ac_dir" && ac_dir
=.
12058 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
12059 lt_cv_path_LD
="$ac_dir/$ac_prog"
12060 # Check to see if the program is GNU ld. I'd rather use --version,
12061 # but apparently some variants of GNU ld only accept -v.
12062 # Break only if it was the GNU/non-GNU ld that we prefer.
12063 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
12064 *GNU
* |
*'with BFD'*)
12065 test "$with_gnu_ld" != no
&& break
12068 test "$with_gnu_ld" != yes && break
12075 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
12079 LD
="$lt_cv_path_LD"
12080 if test -n "$LD"; then
12081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
12082 $as_echo "$LD" >&6; }
12084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12085 $as_echo "no" >&6; }
12087 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
12088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
12089 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
12090 if ${lt_cv_prog_gnu_ld+:} false
; then :
12091 $as_echo_n "(cached) " >&6
12093 # I'd rather use --version here, but apparently some GNU lds only accept -v.
12094 case `$LD -v 2>&1 </dev/null` in
12095 *GNU
* |
*'with BFD'*)
12096 lt_cv_prog_gnu_ld
=yes
12099 lt_cv_prog_gnu_ld
=no
12103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
12104 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
12105 with_gnu_ld
=$lt_cv_prog_gnu_ld
12113 # Check if GNU C++ uses GNU ld as the underlying linker, since the
12114 # archiving commands below assume that GNU ld is being used.
12115 if test "$with_gnu_ld" = yes; then
12116 archive_cmds_CXX
='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12117 archive_expsym_cmds_CXX
='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12119 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
12120 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
12122 # If archive_cmds runs LD, not CC, wlarc should be empty
12123 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
12124 # investigate it a little bit more. (MM)
12127 # ancient GNU ld didn't support --whole-archive et. al.
12128 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
12129 $GREP 'no-whole-archive' > /dev
/null
; then
12130 whole_archive_flag_spec_CXX
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
12132 whole_archive_flag_spec_CXX
=
12138 # A generic and very simple default shared library creation
12139 # command for GNU C++ for the case where it uses the native
12140 # linker, instead of GNU ld. If possible, this setting should
12141 # overridden to take advantage of the native linker features on
12142 # the platform it is being used on.
12143 archive_cmds_CXX
='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
12146 # Commands to make compiler produce verbose output that lists
12147 # what "hidden" libraries, object files and flags are used when
12148 # linking a shared library.
12149 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12157 # PORTME: fill in a description of your system's C++ link characteristics
12158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
12159 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
12163 # FIXME: insert proper C++ library support
12167 if test "$host_cpu" = ia64
; then
12168 # On IA64, the linker does run time linking by default, so we don't
12169 # have to do anything special.
12170 aix_use_runtimelinking
=no
12171 exp_sym_flag
='-Bexport'
12174 aix_use_runtimelinking
=no
12176 # Test if we are trying to use run time linking or normal
12177 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
12178 # need to do runtime linking.
12179 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
12180 for ld_flag
in $LDFLAGS; do
12183 aix_use_runtimelinking
=yes
12191 exp_sym_flag
='-bexport'
12192 no_entry_flag
='-bnoentry'
12195 # When large executables or shared objects are built, AIX ld can
12196 # have problems creating the table of contents. If linking a library
12197 # or program results in "error TOC overflow" add -mminimal-toc to
12198 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
12199 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
12201 archive_cmds_CXX
=''
12202 hardcode_direct_CXX
=yes
12203 hardcode_direct_absolute_CXX
=yes
12204 hardcode_libdir_separator_CXX
=':'
12205 link_all_deplibs_CXX
=yes
12206 file_list_spec_CXX
='${wl}-f,'
12208 if test "$GXX" = yes; then
12209 case $host_os in aix4.
[012]|aix4.
[012].
*)
12210 # We only want to do this on AIX 4.2 and lower, the check
12211 # below for broken collect2 doesn't work under 4.3+
12212 collect2name
=`${CC} -print-prog-name=collect2`
12213 if test -f "$collect2name" &&
12214 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
12216 # We have reworked collect2
12219 # We have old collect2
12220 hardcode_direct_CXX
=unsupported
12221 # It fails to find uninstalled libraries when the uninstalled
12222 # path is not listed in the libpath. Setting hardcode_minus_L
12223 # to unsupported forces relinking
12224 hardcode_minus_L_CXX
=yes
12225 hardcode_libdir_flag_spec_CXX
='-L$libdir'
12226 hardcode_libdir_separator_CXX
=
12229 shared_flag
='-shared'
12230 if test "$aix_use_runtimelinking" = yes; then
12231 shared_flag
="$shared_flag "'${wl}-G'
12235 if test "$host_cpu" = ia64
; then
12236 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
12237 # chokes on -Wl,-G. The following line is correct:
12240 if test "$aix_use_runtimelinking" = yes; then
12241 shared_flag
='${wl}-G'
12243 shared_flag
='${wl}-bM:SRE'
12248 export_dynamic_flag_spec_CXX
='${wl}-bexpall'
12249 # It seems that -bexpall does not export symbols beginning with
12250 # underscore (_), so it is better to generate a list of symbols to
12252 always_export_symbols_CXX
=yes
12253 if test "$aix_use_runtimelinking" = yes; then
12254 # Warning - without using the other runtime loading flags (-brtl),
12255 # -berok will link without error, but may produce a broken library.
12256 allow_undefined_flag_CXX
='-berok'
12257 # Determine the default libpath from the value encoded in an empty
12259 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12260 /* end confdefs.h. */
12270 if ac_fn_cxx_try_link
"$LINENO"; then :
12272 lt_aix_libpath_sed
='
12273 /Import File Strings/,/^$/ {
12279 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12280 # Check for a 64-bit object if we didn't find anything.
12281 if test -z "$aix_libpath"; then
12282 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12285 rm -f core conftest.err conftest.
$ac_objext \
12286 conftest
$ac_exeext conftest.
$ac_ext
12287 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
12289 hardcode_libdir_flag_spec_CXX
='${wl}-blibpath:$libdir:'"$aix_libpath"
12291 archive_expsym_cmds_CXX
='$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"
12293 if test "$host_cpu" = ia64
; then
12294 hardcode_libdir_flag_spec_CXX
='${wl}-R $libdir:/usr/lib:/lib'
12295 allow_undefined_flag_CXX
="-z nodefs"
12296 archive_expsym_cmds_CXX
="\$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"
12298 # Determine the default libpath from the value encoded in an
12299 # empty executable.
12300 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12301 /* end confdefs.h. */
12311 if ac_fn_cxx_try_link
"$LINENO"; then :
12313 lt_aix_libpath_sed
='
12314 /Import File Strings/,/^$/ {
12320 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12321 # Check for a 64-bit object if we didn't find anything.
12322 if test -z "$aix_libpath"; then
12323 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12326 rm -f core conftest.err conftest.
$ac_objext \
12327 conftest
$ac_exeext conftest.
$ac_ext
12328 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
12330 hardcode_libdir_flag_spec_CXX
='${wl}-blibpath:$libdir:'"$aix_libpath"
12331 # Warning - without using the other run time loading flags,
12332 # -berok will link without error, but may produce a broken library.
12333 no_undefined_flag_CXX
=' ${wl}-bernotok'
12334 allow_undefined_flag_CXX
=' ${wl}-berok'
12335 if test "$with_gnu_ld" = yes; then
12336 # We only use this code for GNU lds that support --whole-archive.
12337 whole_archive_flag_spec_CXX
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
12339 # Exported symbols can be pulled into shared objects from archives
12340 whole_archive_flag_spec_CXX
='$convenience'
12342 archive_cmds_need_lc_CXX
=yes
12343 # This is similar to how AIX traditionally builds its shared
12345 archive_expsym_cmds_CXX
="\$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'
12351 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
12352 allow_undefined_flag_CXX
=unsupported
12353 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
12354 # support --undefined. This deserves some investigation. FIXME
12355 archive_cmds_CXX
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12362 case $cc_basename in
12364 # FIXME: insert proper C++ library support
12370 cygwin
* | mingw
* | pw32
* | cegcc
*)
12371 # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
12372 # as there is no search path for DLLs.
12373 hardcode_libdir_flag_spec_CXX
='-L$libdir'
12374 export_dynamic_flag_spec_CXX
='${wl}--export-all-symbols'
12375 allow_undefined_flag_CXX
=unsupported
12376 always_export_symbols_CXX
=no
12377 enable_shared_with_static_runtimes_CXX
=yes
12379 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
12380 archive_cmds_CXX
='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
12381 # If the export-symbols file already is a .def file (1st line
12382 # is EXPORTS), use it as is; otherwise, prepend...
12383 archive_expsym_cmds_CXX
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
12384 cp $export_symbols $output_objdir/$soname.def;
12386 echo EXPORTS > $output_objdir/$soname.def;
12387 cat $export_symbols >> $output_objdir/$soname.def;
12389 $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
12394 darwin
* | rhapsody
*)
12397 archive_cmds_need_lc_CXX
=no
12398 hardcode_direct_CXX
=no
12399 hardcode_automatic_CXX
=yes
12400 hardcode_shlibpath_var_CXX
=unsupported
12401 if test "$lt_cv_ld_force_load" = "yes"; then
12402 whole_archive_flag_spec_CXX
='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
12404 whole_archive_flag_spec_CXX
=''
12406 link_all_deplibs_CXX
=yes
12407 allow_undefined_flag_CXX
="$_lt_dar_allow_undefined"
12408 case $cc_basename in
12409 ifort
*) _lt_dar_can_shared
=yes ;;
12410 *) _lt_dar_can_shared
=$GCC ;;
12412 if test "$_lt_dar_can_shared" = "yes"; then
12413 output_verbose_link_cmd
=func_echo_all
12414 archive_cmds_CXX
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
12415 module_cmds_CXX
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
12416 archive_expsym_cmds_CXX
="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}"
12417 module_expsym_cmds_CXX
="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}"
12418 if test "$lt_cv_apple_cc_single_mod" != "yes"; then
12419 archive_cmds_CXX
="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
12420 archive_expsym_cmds_CXX
="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
12430 case $cc_basename in
12432 # FIXME: insert proper C++ library support
12436 # Green Hills C++ Compiler
12437 # FIXME: insert proper C++ library support
12441 # FIXME: insert proper C++ library support
12448 # C++ shared libraries reported to be fairly broken before
12454 archive_cmds_need_lc_CXX
=no
12457 freebsd
* | dragonfly
*)
12458 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
12467 archive_cmds_CXX
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12468 link_all_deplibs_CXX
=yes
12472 hardcode_libdir_flag_spec_CXX
='${wl}+b ${wl}$libdir'
12473 hardcode_libdir_separator_CXX
=:
12474 export_dynamic_flag_spec_CXX
='${wl}-E'
12475 hardcode_direct_CXX
=yes
12476 hardcode_minus_L_CXX
=yes # Not in the search PATH,
12477 # but as the default
12478 # location of the library.
12480 case $cc_basename in
12482 # FIXME: insert proper C++ library support
12486 archive_cmds_CXX
='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
12487 # Commands to make compiler produce verbose output that lists
12488 # what "hidden" libraries, object files and flags are used when
12489 # linking a shared library.
12491 # There doesn't appear to be a way to prevent this compiler from
12492 # explicitly linking system object files so we need to strip them
12493 # from the output so that they don't get included in the library
12495 output_verbose_link_cmd
='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
12498 if test "$GXX" = yes; then
12499 archive_cmds_CXX
='$RM $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
12501 # FIXME: insert proper C++ library support
12509 if test $with_gnu_ld = no
; then
12510 hardcode_libdir_flag_spec_CXX
='${wl}+b ${wl}$libdir'
12511 hardcode_libdir_separator_CXX
=:
12517 export_dynamic_flag_spec_CXX
='${wl}-E'
12523 hardcode_direct_CXX
=no
12524 hardcode_shlibpath_var_CXX
=no
12527 hardcode_direct_CXX
=yes
12528 hardcode_direct_absolute_CXX
=yes
12529 hardcode_minus_L_CXX
=yes # Not in the search PATH,
12530 # but as the default
12531 # location of the library.
12535 case $cc_basename in
12537 # FIXME: insert proper C++ library support
12543 archive_cmds_CXX
='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12546 archive_cmds_CXX
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12549 archive_cmds_CXX
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12552 # Commands to make compiler produce verbose output that lists
12553 # what "hidden" libraries, object files and flags are used when
12554 # linking a shared library.
12556 # There doesn't appear to be a way to prevent this compiler from
12557 # explicitly linking system object files so we need to strip them
12558 # from the output so that they don't get included in the library
12560 output_verbose_link_cmd
='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
12563 if test "$GXX" = yes; then
12564 if test $with_gnu_ld = no
; then
12567 archive_cmds_CXX
='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12570 archive_cmds_CXX
='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12573 archive_cmds_CXX
='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12578 # FIXME: insert proper C++ library support
12586 hardcode_direct_CXX
=no
12587 hardcode_shlibpath_var_CXX
=no
12588 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
12589 export_dynamic_flag_spec_CXX
='${wl}-E'
12590 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
12591 # Instead, shared libraries are loaded at an image base (0x10000000 by
12592 # default) and relocated if they conflict, which is a slow very memory
12593 # consuming and fragmenting process. To avoid this, we pick a random,
12594 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
12595 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
12596 archive_cmds_CXX
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
12597 archive_expsym_cmds_CXX
='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'
12600 case $cc_basename in
12603 archive_cmds_CXX
='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
12605 # Archives containing C++ object files must be created using
12606 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
12607 # necessary to make sure instantiated templates are included
12609 old_archive_cmds_CXX
='$CC -ar -WR,-u -o $oldlib $oldobjs'
12612 if test "$GXX" = yes; then
12613 if test "$with_gnu_ld" = no
; then
12614 archive_cmds_CXX
='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $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'
12616 archive_cmds_CXX
='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
12619 link_all_deplibs_CXX
=yes
12622 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
12623 hardcode_libdir_separator_CXX
=:
12624 inherit_rpath_CXX
=yes
12627 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
12628 case $cc_basename in
12630 # Kuck and Associates, Inc. (KAI) C++ Compiler
12632 # KCC will only create a shared library if the output file
12633 # ends with ".so" (or ".sl" for HP-UX), so rename the library
12634 # to its proper name (with version) after linking.
12635 archive_cmds_CXX
='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
12636 archive_expsym_cmds_CXX
='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
12637 # Commands to make compiler produce verbose output that lists
12638 # what "hidden" libraries, object files and flags are used when
12639 # linking a shared library.
12641 # There doesn't appear to be a way to prevent this compiler from
12642 # explicitly linking system object files so we need to strip them
12643 # from the output so that they don't get included in the library
12645 output_verbose_link_cmd
='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
12647 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
12648 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
12650 # Archives containing C++ object files must be created using
12651 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
12652 old_archive_cmds_CXX
='$CC -Bstatic -o $oldlib $oldobjs'
12657 # version 8.0 and above of icpc choke on multiply defined symbols
12658 # if we add $predep_objects and $postdep_objects, however 7.1 and
12659 # earlier do not add the objects themselves.
12660 case `$CC -V 2>&1` in
12662 archive_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12663 archive_expsym_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12665 *) # Version 8.0 or newer
12668 ia64
*) tmp_idyn
=' -i_dynamic';;
12670 archive_cmds_CXX
='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12671 archive_expsym_cmds_CXX
='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12674 archive_cmds_need_lc_CXX
=no
12675 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
12676 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
12677 whole_archive_flag_spec_CXX
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
12680 # Portland Group C++ compiler
12682 *pgCC\
[1-5].
* |
*pgcpp\
[1-5].
*)
12683 prelink_cmds_CXX
='tpldir=Template.dir~
12685 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
12686 compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
12687 old_archive_cmds_CXX
='tpldir=Template.dir~
12689 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
12690 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
12692 archive_cmds_CXX
='tpldir=Template.dir~
12694 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
12695 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
12696 archive_expsym_cmds_CXX
='tpldir=Template.dir~
12698 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
12699 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
12701 *) # Version 6 and above use weak symbols
12702 archive_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
12703 archive_expsym_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
12707 hardcode_libdir_flag_spec_CXX
='${wl}--rpath ${wl}$libdir'
12708 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
12709 whole_archive_flag_spec_CXX
='${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'
12713 archive_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12714 archive_expsym_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
12716 runpath_var
=LD_RUN_PATH
12717 hardcode_libdir_flag_spec_CXX
='-rpath $libdir'
12718 hardcode_libdir_separator_CXX
=:
12720 # Commands to make compiler produce verbose output that lists
12721 # what "hidden" libraries, object files and flags are used when
12722 # linking a shared library.
12724 # There doesn't appear to be a way to prevent this compiler from
12725 # explicitly linking system object files so we need to strip them
12726 # from the output so that they don't get included in the library
12728 output_verbose_link_cmd
='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
12730 xl
* | mpixl
* | bgxl
*)
12731 # IBM XL 8.0 on PPC, with GNU ld
12732 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
12733 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
12734 archive_cmds_CXX
='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12735 if test "x$supports_anon_versioning" = xyes
; then
12736 archive_expsym_cmds_CXX
='echo "{ global:" > $output_objdir/$libname.ver~
12737 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
12738 echo "local: *; };" >> $output_objdir/$libname.ver~
12739 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
12743 case `$CC -V 2>&1 | sed 5q` in
12746 no_undefined_flag_CXX
=' -zdefs'
12747 archive_cmds_CXX
='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12748 archive_expsym_cmds_CXX
='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
12749 hardcode_libdir_flag_spec_CXX
='-R$libdir'
12750 whole_archive_flag_spec_CXX
='${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'
12751 compiler_needs_object_CXX
=yes
12753 # Not sure whether something based on
12754 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
12756 output_verbose_link_cmd
='func_echo_all'
12758 # Archives containing C++ object files must be created using
12759 # "CC -xar", where "CC" is the Sun C++ compiler. This is
12760 # necessary to make sure instantiated templates are included
12762 old_archive_cmds_CXX
='$CC -xar -o $oldlib $oldobjs'
12770 # FIXME: insert proper C++ library support
12775 # FIXME: insert proper C++ library support
12780 case $cc_basename in
12782 # FIXME: insert proper C++ library support
12786 # FIXME: insert proper C++ library support
12793 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
12794 archive_cmds_CXX
='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
12796 hardcode_libdir_flag_spec_CXX
='-R$libdir'
12797 hardcode_direct_CXX
=yes
12798 hardcode_shlibpath_var_CXX
=no
12800 # Workaround some broken pre-1.5 toolchains
12801 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
12809 # C++ shared libraries are fairly broken
12814 if test -f /usr
/libexec
/ld.so
; then
12815 hardcode_direct_CXX
=yes
12816 hardcode_shlibpath_var_CXX
=no
12817 hardcode_direct_absolute_CXX
=yes
12818 archive_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
12819 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
12820 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12821 archive_expsym_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
12822 export_dynamic_flag_spec_CXX
='${wl}-E'
12823 whole_archive_flag_spec_CXX
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
12825 output_verbose_link_cmd
=func_echo_all
12831 osf3
* | osf4
* | osf5
*)
12832 case $cc_basename in
12834 # Kuck and Associates, Inc. (KAI) C++ Compiler
12836 # KCC will only create a shared library if the output file
12837 # ends with ".so" (or ".sl" for HP-UX), so rename the library
12838 # to its proper name (with version) after linking.
12839 archive_cmds_CXX
='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
12841 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
12842 hardcode_libdir_separator_CXX
=:
12844 # Archives containing C++ object files must be created using
12845 # the KAI C++ compiler.
12847 osf3
*) old_archive_cmds_CXX
='$CC -Bstatic -o $oldlib $oldobjs' ;;
12848 *) old_archive_cmds_CXX
='$CC -o $oldlib $oldobjs' ;;
12852 # Rational C++ 2.4.1
12853 # FIXME: insert proper C++ library support
12859 allow_undefined_flag_CXX
=' ${wl}-expect_unresolved ${wl}\*'
12860 archive_cmds_CXX
='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
12861 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
12864 allow_undefined_flag_CXX
=' -expect_unresolved \*'
12865 archive_cmds_CXX
='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
12866 archive_expsym_cmds_CXX
='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
12867 echo "-hidden">> $lib.exp~
12868 $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
12870 hardcode_libdir_flag_spec_CXX
='-rpath $libdir'
12874 hardcode_libdir_separator_CXX
=:
12876 # Commands to make compiler produce verbose output that lists
12877 # what "hidden" libraries, object files and flags are used when
12878 # linking a shared library.
12880 # There doesn't appear to be a way to prevent this compiler from
12881 # explicitly linking system object files so we need to strip them
12882 # from the output so that they don't get included in the library
12884 output_verbose_link_cmd
='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
12887 if test "$GXX" = yes && test "$with_gnu_ld" = no
; then
12888 allow_undefined_flag_CXX
=' ${wl}-expect_unresolved ${wl}\*'
12891 archive_cmds_CXX
='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $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'
12894 archive_cmds_CXX
='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $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'
12898 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
12899 hardcode_libdir_separator_CXX
=:
12901 # Commands to make compiler produce verbose output that lists
12902 # what "hidden" libraries, object files and flags are used when
12903 # linking a shared library.
12904 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12907 # FIXME: insert proper C++ library support
12915 # FIXME: insert proper C++ library support
12920 case $cc_basename in
12923 # FIXME: insert proper C++ library support
12928 # FIXME: insert proper C++ library support
12932 # FIXME: insert proper C++ library support
12939 case $cc_basename in
12941 # Sun C++ 4.2, 5.x and Centerline C++
12942 archive_cmds_need_lc_CXX
=yes
12943 no_undefined_flag_CXX
=' -zdefs'
12944 archive_cmds_CXX
='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12945 archive_expsym_cmds_CXX
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
12946 $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
12948 hardcode_libdir_flag_spec_CXX
='-R$libdir'
12949 hardcode_shlibpath_var_CXX
=no
12951 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
12953 # The compiler driver will combine and reorder linker options,
12954 # but understands `-z linker_flag'.
12955 # Supported since Solaris 2.6 (maybe 2.5.1?)
12956 whole_archive_flag_spec_CXX
='-z allextract$convenience -z defaultextract'
12959 link_all_deplibs_CXX
=yes
12961 output_verbose_link_cmd
='func_echo_all'
12963 # Archives containing C++ object files must be created using
12964 # "CC -xar", where "CC" is the Sun C++ compiler. This is
12965 # necessary to make sure instantiated templates are included
12967 old_archive_cmds_CXX
='$CC -xar -o $oldlib $oldobjs'
12970 # Green Hills C++ Compiler
12971 archive_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
12973 # The C++ compiler must be used to create the archive.
12974 old_archive_cmds_CXX
='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
12977 # GNU C++ compiler with Solaris linker
12978 if test "$GXX" = yes && test "$with_gnu_ld" = no
; then
12979 no_undefined_flag_CXX
=' ${wl}-z ${wl}defs'
12980 if $CC --version |
$GREP -v '^2\.7' > /dev
/null
; then
12981 archive_cmds_CXX
='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
12982 archive_expsym_cmds_CXX
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
12983 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
12985 # Commands to make compiler produce verbose output that lists
12986 # what "hidden" libraries, object files and flags are used when
12987 # linking a shared library.
12988 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12990 # g++ 2.7 appears to require `-G' NOT `-shared' on this
12992 archive_cmds_CXX
='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
12993 archive_expsym_cmds_CXX
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
12994 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
12996 # Commands to make compiler produce verbose output that lists
12997 # what "hidden" libraries, object files and flags are used when
12998 # linking a shared library.
12999 output_verbose_link_cmd
='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13002 hardcode_libdir_flag_spec_CXX
='${wl}-R $wl$libdir'
13004 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
13006 whole_archive_flag_spec_CXX
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
13014 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
13015 no_undefined_flag_CXX
='${wl}-z,text'
13016 archive_cmds_need_lc_CXX
=no
13017 hardcode_shlibpath_var_CXX
=no
13018 runpath_var
='LD_RUN_PATH'
13020 case $cc_basename in
13022 archive_cmds_CXX
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13023 archive_expsym_cmds_CXX
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13026 archive_cmds_CXX
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13027 archive_expsym_cmds_CXX
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13032 sysv5
* | sco3.2v5
* | sco5v6
*)
13033 # Note: We can NOT use -z defs as we might desire, because we do not
13034 # link with -lc, and that would cause any symbols used from libc to
13035 # always be unresolved, which means just about no library would
13036 # ever link correctly. If we're not using GNU ld we use -z text
13037 # though, which does catch some bad symbols but isn't as heavy-handed
13039 no_undefined_flag_CXX
='${wl}-z,text'
13040 allow_undefined_flag_CXX
='${wl}-z,nodefs'
13041 archive_cmds_need_lc_CXX
=no
13042 hardcode_shlibpath_var_CXX
=no
13043 hardcode_libdir_flag_spec_CXX
='${wl}-R,$libdir'
13044 hardcode_libdir_separator_CXX
=':'
13045 link_all_deplibs_CXX
=yes
13046 export_dynamic_flag_spec_CXX
='${wl}-Bexport'
13047 runpath_var
='LD_RUN_PATH'
13049 case $cc_basename in
13051 archive_cmds_CXX
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13052 archive_expsym_cmds_CXX
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13053 old_archive_cmds_CXX
='$CC -Tprelink_objects $oldobjs~
13054 '"$old_archive_cmds_CXX"
13055 reload_cmds_CXX
='$CC -Tprelink_objects $reload_objs~
13056 '"$reload_cmds_CXX"
13059 archive_cmds_CXX
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13060 archive_expsym_cmds_CXX
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13066 case $cc_basename in
13068 # NonStop-UX NCC 3.20
13069 # FIXME: insert proper C++ library support
13073 # FIXME: insert proper C++ library support
13080 # FIXME: insert proper C++ library support
13085 # FIXME: insert proper C++ library support
13090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
13091 $as_echo "$ld_shlibs_CXX" >&6; }
13092 test "$ld_shlibs_CXX" = no
&& can_build_shared
=no
13098 ## There is no encapsulation within the following macros, do not change
13099 ## the running order or otherwise move them around unless you know exactly
13100 ## what you are doing...
13101 # Dependencies to place before and after the object being linked:
13102 predep_objects_CXX
=
13103 postdep_objects_CXX
=
13106 compiler_lib_search_path_CXX
=
13108 cat > conftest.
$ac_ext <<_LT_EOF
13112 Foo (void) { a = 0; }
13118 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13119 (eval $ac_compile) 2>&5
13121 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13122 test $ac_status = 0; }; then
13123 # Parse the compiler output and extract the necessary
13124 # objects, libraries and library flags.
13126 # Sentinel used to keep track of whether or not we are before
13127 # the conftest object file.
13128 pre_test_object_deps_done
=no
13130 for p
in `eval "$output_verbose_link_cmd"`; do
13134 # Some compilers place space between "-{L,R}" and the path.
13135 # Remove the space.
13136 if test $p = "-L" ||
13137 test $p = "-R"; then
13144 if test "$pre_test_object_deps_done" = no
; then
13147 # Internal compiler library paths should come after those
13148 # provided the user. The postdeps already come after the
13149 # user supplied libs so there is no need to process them.
13150 if test -z "$compiler_lib_search_path_CXX"; then
13151 compiler_lib_search_path_CXX
="${prev}${p}"
13153 compiler_lib_search_path_CXX
="${compiler_lib_search_path_CXX} ${prev}${p}"
13156 # The "-l" case would never come before the object being
13157 # linked, so don't bother handling this case.
13160 if test -z "$postdeps_CXX"; then
13161 postdeps_CXX
="${prev}${p}"
13163 postdeps_CXX
="${postdeps_CXX} ${prev}${p}"
13169 # This assumes that the test object file only shows up
13170 # once in the compiler output.
13171 if test "$p" = "conftest.$objext"; then
13172 pre_test_object_deps_done
=yes
13176 if test "$pre_test_object_deps_done" = no
; then
13177 if test -z "$predep_objects_CXX"; then
13178 predep_objects_CXX
="$p"
13180 predep_objects_CXX
="$predep_objects_CXX $p"
13183 if test -z "$postdep_objects_CXX"; then
13184 postdep_objects_CXX
="$p"
13186 postdep_objects_CXX
="$postdep_objects_CXX $p"
13191 *) ;; # Ignore the rest.
13199 echo "libtool.m4: error: problem compiling CXX test program"
13202 $RM -f confest.
$objext
13204 # PORTME: override above test on systems where it is broken
13207 # Interix 3.5 installs completely hosed .la files for C++, so rather than
13208 # hack all around it, let's just trust "g++" to DTRT.
13209 predep_objects_CXX
=
13210 postdep_objects_CXX
=
13215 case `$CC -V 2>&1 | sed 5q` in
13219 # The more standards-conforming stlport4 library is
13220 # incompatible with the Cstd library. Avoid specifying
13221 # it if it's in CXXFLAGS. Ignore libCrun as
13222 # -library=stlport4 depends on it.
13223 case " $CXX $CXXFLAGS " in
13224 *" -library=stlport4 "*)
13225 solaris_use_stlport4
=yes
13229 if test "$solaris_use_stlport4" != yes; then
13230 postdeps_CXX
='-library=Cstd -library=Crun'
13237 case $cc_basename in
13239 # The more standards-conforming stlport4 library is
13240 # incompatible with the Cstd library. Avoid specifying
13241 # it if it's in CXXFLAGS. Ignore libCrun as
13242 # -library=stlport4 depends on it.
13243 case " $CXX $CXXFLAGS " in
13244 *" -library=stlport4 "*)
13245 solaris_use_stlport4
=yes
13249 # Adding this requires a known-good setup of shared libraries for
13250 # Sun compiler versions before 5.6, else PIC objects from an old
13251 # archive will be linked into the output, leading to subtle bugs.
13252 if test "$solaris_use_stlport4" != yes; then
13253 postdeps_CXX
='-library=Cstd -library=Crun'
13261 case " $postdeps_CXX " in
13262 *" -lc "*) archive_cmds_need_lc_CXX
=no
;;
13264 compiler_lib_search_dirs_CXX
=
13265 if test -n "${compiler_lib_search_path_CXX}"; then
13266 compiler_lib_search_dirs_CXX
=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
13299 lt_prog_compiler_wl_CXX
=
13300 lt_prog_compiler_pic_CXX
=
13301 lt_prog_compiler_static_CXX
=
13303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
13304 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
13306 # C++ specific cases for pic, static, wl, etc.
13307 if test "$GXX" = yes; then
13308 lt_prog_compiler_wl_CXX
='-Wl,'
13309 lt_prog_compiler_static_CXX
='-static'
13313 # All AIX code is PIC.
13314 if test "$host_cpu" = ia64
; then
13315 # AIX 5 now supports IA64 processor
13316 lt_prog_compiler_static_CXX
='-Bstatic'
13318 lt_prog_compiler_pic_CXX
='-fPIC'
13324 # see comment about AmigaOS4 .so support
13325 lt_prog_compiler_pic_CXX
='-fPIC'
13328 # FIXME: we need at least 68020 code to build shared libraries, but
13329 # adding the `-m68020' flag to GCC prevents building anything better,
13331 lt_prog_compiler_pic_CXX
='-m68020 -resident32 -malways-restore-a4'
13336 beos
* | irix5
* | irix6
* | nonstopux
* | osf3
* | osf4
* | osf5
*)
13337 # PIC is the default for these OSes.
13339 mingw
* | cygwin
* | os2
* | pw32
* | cegcc
*)
13340 # This hack is so that the source file can tell whether it is being
13341 # built for inclusion in a dll (and should export symbols for example).
13342 # Although the cygwin gcc ignores -fPIC, still need this for old-style
13343 # (--disable-auto-import) libraries
13344 lt_prog_compiler_pic_CXX
='-DDLL_EXPORT'
13346 darwin
* | rhapsody
*)
13347 # PIC is the default on this platform
13348 # Common symbols not allowed in MH_DYLIB files
13349 lt_prog_compiler_pic_CXX
='-fno-common'
13352 # DJGPP does not support shared libraries at all
13353 lt_prog_compiler_pic_CXX
=
13356 # PIC is the default for Haiku.
13357 # The "-static" flag exists, but is broken.
13358 lt_prog_compiler_static_CXX
=
13361 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
13362 # Instead, we relocate shared libraries at runtime.
13365 if test -d /usr
/nec
; then
13366 lt_prog_compiler_pic_CXX
=-Kconform_pic
13370 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
13371 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
13372 # sets the default TLS model and affects inlining.
13377 lt_prog_compiler_pic_CXX
='-fPIC'
13382 # QNX uses GNU C++, but need to define -shared option too, otherwise
13383 # it will coredump.
13384 lt_prog_compiler_pic_CXX
='-fPIC -shared'
13387 lt_prog_compiler_pic_CXX
='-fPIC'
13393 # All AIX code is PIC.
13394 if test "$host_cpu" = ia64
; then
13395 # AIX 5 now supports IA64 processor
13396 lt_prog_compiler_static_CXX
='-Bstatic'
13398 lt_prog_compiler_static_CXX
='-bnso -bI:/lib/syscalls.exp'
13402 case $cc_basename in
13404 # Green Hills C++ Compiler
13405 # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
13410 case $cc_basename in
13412 lt_prog_compiler_pic_CXX
='-KPIC'
13415 # Green Hills C++ Compiler
13416 lt_prog_compiler_pic_CXX
='-pic'
13422 freebsd
* | dragonfly
*)
13423 # FreeBSD uses GNU C++
13425 hpux9
* | hpux10
* | hpux11
*)
13426 case $cc_basename in
13428 lt_prog_compiler_wl_CXX
='-Wl,'
13429 lt_prog_compiler_static_CXX
='${wl}-a ${wl}archive'
13430 if test "$host_cpu" != ia64
; then
13431 lt_prog_compiler_pic_CXX
='+Z'
13435 lt_prog_compiler_wl_CXX
='-Wl,'
13436 lt_prog_compiler_static_CXX
='${wl}-a ${wl}archive'
13442 lt_prog_compiler_pic_CXX
='+Z'
13451 # This is c89, which is MS Visual C++ (no shared libs)
13452 # Anyone wants to do a port?
13454 irix5
* | irix6
* | nonstopux
*)
13455 case $cc_basename in
13457 lt_prog_compiler_wl_CXX
='-Wl,'
13458 lt_prog_compiler_static_CXX
='-non_shared'
13459 # CC pic flag -KPIC is the default.
13465 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
13466 case $cc_basename in
13469 lt_prog_compiler_wl_CXX
='--backend -Wl,'
13470 lt_prog_compiler_pic_CXX
='-fPIC'
13473 # old Intel C++ for x86_64 which still supported -KPIC.
13474 lt_prog_compiler_wl_CXX
='-Wl,'
13475 lt_prog_compiler_pic_CXX
='-KPIC'
13476 lt_prog_compiler_static_CXX
='-static'
13479 # Intel C++, used to be incompatible with GCC.
13480 # ICC 10 doesn't accept -KPIC any more.
13481 lt_prog_compiler_wl_CXX
='-Wl,'
13482 lt_prog_compiler_pic_CXX
='-fPIC'
13483 lt_prog_compiler_static_CXX
='-static'
13486 # Portland Group C++ compiler
13487 lt_prog_compiler_wl_CXX
='-Wl,'
13488 lt_prog_compiler_pic_CXX
='-fpic'
13489 lt_prog_compiler_static_CXX
='-Bstatic'
13493 # Make sure the PIC flag is empty. It appears that all Alpha
13494 # Linux and Compaq Tru64 Unix objects are PIC.
13495 lt_prog_compiler_pic_CXX
=
13496 lt_prog_compiler_static_CXX
='-non_shared'
13498 xlc
* | xlC
* | bgxl
[cC
]* | mpixl
[cC
]*)
13499 # IBM XL 8.0, 9.0 on PPC and BlueGene
13500 lt_prog_compiler_wl_CXX
='-Wl,'
13501 lt_prog_compiler_pic_CXX
='-qpic'
13502 lt_prog_compiler_static_CXX
='-qstaticlink'
13505 case `$CC -V 2>&1 | sed 5q` in
13508 lt_prog_compiler_pic_CXX
='-KPIC'
13509 lt_prog_compiler_static_CXX
='-Bstatic'
13510 lt_prog_compiler_wl_CXX
='-Qoption ld '
13521 case $cc_basename in
13523 lt_prog_compiler_pic_CXX
='-W c,exportall'
13532 # QNX uses GNU C++, but need to define -shared option too, otherwise
13533 # it will coredump.
13534 lt_prog_compiler_pic_CXX
='-fPIC -shared'
13536 osf3
* | osf4
* | osf5
*)
13537 case $cc_basename in
13539 lt_prog_compiler_wl_CXX
='--backend -Wl,'
13542 # Rational C++ 2.4.1
13543 lt_prog_compiler_pic_CXX
='-pic'
13546 # Digital/Compaq C++
13547 lt_prog_compiler_wl_CXX
='-Wl,'
13548 # Make sure the PIC flag is empty. It appears that all Alpha
13549 # Linux and Compaq Tru64 Unix objects are PIC.
13550 lt_prog_compiler_pic_CXX
=
13551 lt_prog_compiler_static_CXX
='-non_shared'
13560 case $cc_basename in
13562 # Sun C++ 4.2, 5.x and Centerline C++
13563 lt_prog_compiler_pic_CXX
='-KPIC'
13564 lt_prog_compiler_static_CXX
='-Bstatic'
13565 lt_prog_compiler_wl_CXX
='-Qoption ld '
13568 # Green Hills C++ Compiler
13569 lt_prog_compiler_pic_CXX
='-PIC'
13576 case $cc_basename in
13579 lt_prog_compiler_pic_CXX
='-pic'
13580 lt_prog_compiler_static_CXX
='-Bstatic'
13584 lt_prog_compiler_pic_CXX
='-pic'
13590 sysv5
* | unixware
* | sco3.2v5
* | sco5v6
* | OpenUNIX
*)
13591 case $cc_basename in
13593 lt_prog_compiler_wl_CXX
='-Wl,'
13594 lt_prog_compiler_pic_CXX
='-KPIC'
13595 lt_prog_compiler_static_CXX
='-Bstatic'
13600 case $cc_basename in
13602 # NonStop-UX NCC 3.20
13603 lt_prog_compiler_pic_CXX
='-KPIC'
13612 lt_prog_compiler_can_build_shared_CXX
=no
13618 # For platforms which do not support PIC, -DPIC is meaningless:
13620 lt_prog_compiler_pic_CXX
=
13623 lt_prog_compiler_pic_CXX
="$lt_prog_compiler_pic_CXX -DPIC"
13626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_CXX" >&5
13627 $as_echo "$lt_prog_compiler_pic_CXX" >&6; }
13632 # Check to make sure the PIC flag actually works.
13634 if test -n "$lt_prog_compiler_pic_CXX"; then
13635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
13636 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
13637 if ${lt_cv_prog_compiler_pic_works_CXX+:} false
; then :
13638 $as_echo_n "(cached) " >&6
13640 lt_cv_prog_compiler_pic_works_CXX
=no
13641 ac_outfile
=conftest.
$ac_objext
13642 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
13643 lt_compiler_flag
="$lt_prog_compiler_pic_CXX -DPIC"
13644 # Insert the option either (1) after the last *FLAGS variable, or
13645 # (2) before a word containing "conftest.", or (3) at the end.
13646 # Note that $ac_compile itself does not contain backslashes and begins
13647 # with a dollar sign (not a hyphen), so the echo should work correctly.
13648 # The option is referenced via a variable to avoid confusing sed.
13649 lt_compile
=`echo "$ac_compile" | $SED \
13650 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13651 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13652 -e 's:$: $lt_compiler_flag:'`
13653 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
13654 (eval "$lt_compile" 2>conftest.err
)
13656 cat conftest.err
>&5
13657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13658 if (exit $ac_status) && test -s "$ac_outfile"; then
13659 # The compiler can only warn and ignore the option if not recognized
13660 # So say no if there are warnings other than the usual output.
13661 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' >conftest.exp
13662 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
13663 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
13664 lt_cv_prog_compiler_pic_works_CXX
=yes
13670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
13671 $as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
13673 if test x
"$lt_cv_prog_compiler_pic_works_CXX" = xyes
; then
13674 case $lt_prog_compiler_pic_CXX in
13676 *) lt_prog_compiler_pic_CXX
=" $lt_prog_compiler_pic_CXX" ;;
13679 lt_prog_compiler_pic_CXX
=
13680 lt_prog_compiler_can_build_shared_CXX
=no
13688 # Check to make sure the static flag actually works.
13690 wl
=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag
=\"$lt_prog_compiler_static_CXX\"
13691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
13692 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
13693 if ${lt_cv_prog_compiler_static_works_CXX+:} false
; then :
13694 $as_echo_n "(cached) " >&6
13696 lt_cv_prog_compiler_static_works_CXX
=no
13697 save_LDFLAGS
="$LDFLAGS"
13698 LDFLAGS
="$LDFLAGS $lt_tmp_static_flag"
13699 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
13700 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
13701 # The linker can only warn and ignore the option if not recognized
13702 # So say no if there are warnings
13703 if test -s conftest.err
; then
13704 # Append any errors to the config.log.
13705 cat conftest.err
1>&5
13706 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
13707 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
13708 if diff conftest.exp conftest.er2
>/dev
/null
; then
13709 lt_cv_prog_compiler_static_works_CXX
=yes
13712 lt_cv_prog_compiler_static_works_CXX
=yes
13716 LDFLAGS
="$save_LDFLAGS"
13719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
13720 $as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
13722 if test x
"$lt_cv_prog_compiler_static_works_CXX" = xyes
; then
13725 lt_prog_compiler_static_CXX
=
13731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
13732 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
13733 if ${lt_cv_prog_compiler_c_o_CXX+:} false
; then :
13734 $as_echo_n "(cached) " >&6
13736 lt_cv_prog_compiler_c_o_CXX
=no
13737 $RM -r conftest
2>/dev
/null
13741 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
13743 lt_compiler_flag
="-o out/conftest2.$ac_objext"
13744 # Insert the option either (1) after the last *FLAGS variable, or
13745 # (2) before a word containing "conftest.", or (3) at the end.
13746 # Note that $ac_compile itself does not contain backslashes and begins
13747 # with a dollar sign (not a hyphen), so the echo should work correctly.
13748 lt_compile
=`echo "$ac_compile" | $SED \
13749 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13750 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13751 -e 's:$: $lt_compiler_flag:'`
13752 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
13753 (eval "$lt_compile" 2>out
/conftest.err
)
13755 cat out
/conftest.err
>&5
13756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13757 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
13759 # The compiler can only warn and ignore the option if not recognized
13760 # So say no if there are warnings
13761 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' > out
/conftest.exp
13762 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
13763 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
13764 lt_cv_prog_compiler_c_o_CXX
=yes
13769 # SGI C++ compiler will create directory out/ii_files/ for
13770 # template instantiation
13771 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
13772 $RM out
/* && rmdir out
13778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
13779 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
13783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
13784 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
13785 if ${lt_cv_prog_compiler_c_o_CXX+:} false
; then :
13786 $as_echo_n "(cached) " >&6
13788 lt_cv_prog_compiler_c_o_CXX
=no
13789 $RM -r conftest
2>/dev
/null
13793 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
13795 lt_compiler_flag
="-o out/conftest2.$ac_objext"
13796 # Insert the option either (1) after the last *FLAGS variable, or
13797 # (2) before a word containing "conftest.", or (3) at the end.
13798 # Note that $ac_compile itself does not contain backslashes and begins
13799 # with a dollar sign (not a hyphen), so the echo should work correctly.
13800 lt_compile
=`echo "$ac_compile" | $SED \
13801 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13802 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13803 -e 's:$: $lt_compiler_flag:'`
13804 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
13805 (eval "$lt_compile" 2>out
/conftest.err
)
13807 cat out
/conftest.err
>&5
13808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13809 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
13811 # The compiler can only warn and ignore the option if not recognized
13812 # So say no if there are warnings
13813 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' > out
/conftest.exp
13814 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
13815 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
13816 lt_cv_prog_compiler_c_o_CXX
=yes
13821 # SGI C++ compiler will create directory out/ii_files/ for
13822 # template instantiation
13823 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
13824 $RM out
/* && rmdir out
13830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
13831 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
13836 hard_links
="nottested"
13837 if test "$lt_cv_prog_compiler_c_o_CXX" = no
&& test "$need_locks" != no
; then
13838 # do not overwrite the value of need_locks provided by the user
13839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
13840 $as_echo_n "checking if we can lock with hard links... " >&6; }
13843 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
13845 ln conftest.a conftest.b
2>&5 || hard_links
=no
13846 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
13847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
13848 $as_echo "$hard_links" >&6; }
13849 if test "$hard_links" = no
; then
13850 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
13851 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
13860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
13861 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
13863 export_symbols_cmds_CXX
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
13866 # If we're using GNU nm, then we don't want the "-C" option.
13867 # -C means demangle to AIX nm, but means don't demangle with GNU nm
13868 # Also, AIX nm treats weak defined symbols like other global defined
13869 # symbols, whereas GNU nm marks them as "W".
13870 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
13871 export_symbols_cmds_CXX
='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
13873 export_symbols_cmds_CXX
='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
13877 export_symbols_cmds_CXX
="$ltdll_cmds"
13879 cygwin
* | mingw
* | cegcc
*)
13880 export_symbols_cmds_CXX
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
13883 export_symbols_cmds_CXX
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
13886 exclude_expsyms_CXX
='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
13888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
13889 $as_echo "$ld_shlibs_CXX" >&6; }
13890 test "$ld_shlibs_CXX" = no
&& can_build_shared
=no
13892 with_gnu_ld_CXX
=$with_gnu_ld
13900 # Do we need to explicitly link libc?
13902 case "x$archive_cmds_need_lc_CXX" in
13904 # Assume -lc should be added
13905 archive_cmds_need_lc_CXX
=yes
13907 if test "$enable_shared" = yes && test "$GCC" = yes; then
13908 case $archive_cmds_CXX in
13910 # FIXME: we may have to deal with multi-command sequences.
13913 # Test whether the compiler implicitly links with -lc since on some
13914 # systems, -lgcc has to come before -lc. If gcc already passes -lc
13915 # to ld, don't add -lc before -lgcc.
13916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
13917 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
13918 if ${lt_cv_archive_cmds_need_lc_CXX+:} false
; then :
13919 $as_echo_n "(cached) " >&6
13922 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
13924 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13925 (eval $ac_compile) 2>&5
13927 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13928 test $ac_status = 0; } 2>conftest.err
; then
13931 libobjs
=conftest.
$ac_objext
13933 wl
=$lt_prog_compiler_wl_CXX
13934 pic_flag
=$lt_prog_compiler_pic_CXX
13940 lt_save_allow_undefined_flag
=$allow_undefined_flag_CXX
13941 allow_undefined_flag_CXX
=
13942 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
13943 (eval $archive_cmds_CXX 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
13945 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13946 test $ac_status = 0; }
13948 lt_cv_archive_cmds_need_lc_CXX
=no
13950 lt_cv_archive_cmds_need_lc_CXX
=yes
13952 allow_undefined_flag_CXX
=$lt_save_allow_undefined_flag
13954 cat conftest.err
1>&5
13959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
13960 $as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
13961 archive_cmds_need_lc_CXX
=$lt_cv_archive_cmds_need_lc_CXX
14031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
14032 $as_echo_n "checking dynamic linker characteristics... " >&6; }
14034 library_names_spec
=
14035 libname_spec
='lib$name'
14039 postuninstall_cmds
=
14043 shlibpath_overrides_runpath
=unknown
14045 dynamic_linker
="$host_os ld.so"
14046 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
14047 need_lib_prefix
=unknown
14048 hardcode_into_libs
=no
14050 # when you set need_version to no, make sure it does not cause -set_version
14051 # flags to be left without arguments
14052 need_version
=unknown
14057 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
14058 shlibpath_var
=LIBPATH
14060 # AIX 3 has no versioning support, so we append a major version to the name.
14061 soname_spec
='${libname}${release}${shared_ext}$major'
14068 hardcode_into_libs
=yes
14069 if test "$host_cpu" = ia64
; then
14070 # AIX 5 supports IA64
14071 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
14072 shlibpath_var
=LD_LIBRARY_PATH
14074 # With GCC up to 2.95.x, collect2 would create an import file
14075 # for dependence libraries. The import file would start with
14076 # the line `#! .'. This would cause the generated library to
14077 # depend on `.', always an invalid library. This was fixed in
14078 # development snapshots of GCC prior to 3.0.
14080 aix4 | aix4.
[01] | aix4.
[01].
*)
14081 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
14083 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
14086 can_build_shared
=no
14090 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
14091 # soname into executable. Probably we can add versioning support to
14092 # collect2, so additional links can be useful in future.
14093 if test "$aix_use_runtimelinking" = yes; then
14094 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
14095 # instead of lib<name>.a to let people know that these are not
14096 # typical AIX shared libraries.
14097 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14099 # We preserve .a as extension for shared libraries through AIX4.2
14100 # and later when we are not doing run time linking.
14101 library_names_spec
='${libname}${release}.a $libname.a'
14102 soname_spec
='${libname}${release}${shared_ext}$major'
14104 shlibpath_var
=LIBPATH
14111 # Since July 2007 AmigaOS4 officially supports .so libraries.
14112 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
14113 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14116 library_names_spec
='$libname.ixlibrary $libname.a'
14117 # Create ${libname}_ixlibrary.a entries in /sys/libs.
14118 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'
14124 library_names_spec
='${libname}${shared_ext}'
14125 dynamic_linker
="$host_os ld.so"
14126 shlibpath_var
=LIBRARY_PATH
14132 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14133 soname_spec
='${libname}${release}${shared_ext}$major'
14134 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
14135 shlibpath_var
=LD_LIBRARY_PATH
14136 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
14137 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
14138 # the default ld.so.conf also contains /usr/contrib/lib and
14139 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
14140 # libtool to hard-code these into programs
14143 cygwin
* | mingw
* | pw32
* | cegcc
*)
14144 version_type
=windows
14149 case $GCC,$host_os in
14150 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
14151 library_names_spec
='$libname.dll.a'
14152 # DLL is installed to $(libdir)/../bin by postinstall_cmds
14153 postinstall_cmds
='base_file=`basename \${file}`~
14154 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
14155 dldir=$destdir/`dirname \$dlpath`~
14156 test -d \$dldir || mkdir -p \$dldir~
14157 $install_prog $dir/$dlname \$dldir/$dlname~
14158 chmod a+x \$dldir/$dlname~
14159 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
14160 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
14162 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
14163 dlpath=$dir/\$dldll~
14165 shlibpath_overrides_runpath
=yes
14169 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
14170 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14174 # MinGW DLLs use traditional 'lib' prefix
14175 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14178 # pw32 DLLs use 'pw' prefix rather than 'lib'
14179 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14185 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
14188 dynamic_linker
='Win32 ld.exe'
14189 # FIXME: first we should search . and the directory the executable is in
14193 darwin
* | rhapsody
*)
14194 dynamic_linker
="$host_os dyld"
14195 version_type
=darwin
14198 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
14199 soname_spec
='${libname}${release}${major}$shared_ext'
14200 shlibpath_overrides_runpath
=yes
14201 shlibpath_var
=DYLD_LIBRARY_PATH
14202 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
14204 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
14211 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
14212 soname_spec
='${libname}${release}${shared_ext}$major'
14213 shlibpath_var
=LD_LIBRARY_PATH
14216 freebsd
* | dragonfly
*)
14217 # DragonFly does not have aout. When/if they implement a new
14218 # versioning mechanism, adjust this.
14219 if test -x /usr
/bin
/objformat
; then
14220 objformat
=`/usr/bin/objformat`
14223 freebsd
[23].
*) objformat
=aout
;;
14224 *) objformat
=elf
;;
14227 version_type
=freebsd-
$objformat
14228 case $version_type in
14230 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
14235 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
14239 shlibpath_var
=LD_LIBRARY_PATH
14242 shlibpath_overrides_runpath
=yes
14244 freebsd3.
[01]* | freebsdelf3.
[01]*)
14245 shlibpath_overrides_runpath
=yes
14246 hardcode_into_libs
=yes
14248 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
14249 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
14250 shlibpath_overrides_runpath
=no
14251 hardcode_into_libs
=yes
14253 *) # from 4.6 on, and DragonFly
14254 shlibpath_overrides_runpath
=yes
14255 hardcode_into_libs
=yes
14264 dynamic_linker
="$host_os runtime_loader"
14265 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
14266 soname_spec
='${libname}${release}${shared_ext}$major'
14267 shlibpath_var
=LIBRARY_PATH
14268 shlibpath_overrides_runpath
=yes
14269 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
14270 hardcode_into_libs
=yes
14273 hpux9
* | hpux10
* | hpux11
*)
14274 # Give a soname corresponding to the major version so that dld.sl refuses to
14275 # link against other versions.
14282 hardcode_into_libs
=yes
14283 dynamic_linker
="$host_os dld.so"
14284 shlibpath_var
=LD_LIBRARY_PATH
14285 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
14286 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14287 soname_spec
='${libname}${release}${shared_ext}$major'
14288 if test "X$HPUX_IA64_MODE" = X32
; then
14289 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
14291 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
14293 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
14297 hardcode_into_libs
=yes
14298 dynamic_linker
="$host_os dld.sl"
14299 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
14300 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
14301 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14302 soname_spec
='${libname}${release}${shared_ext}$major'
14303 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
14304 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
14308 dynamic_linker
="$host_os dld.sl"
14309 shlibpath_var
=SHLIB_PATH
14310 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
14311 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14312 soname_spec
='${libname}${release}${shared_ext}$major'
14315 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
14316 postinstall_cmds
='chmod 555 $lib'
14317 # or fails outright, so override atomically:
14318 install_override_mode
=555
14325 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14326 soname_spec
='${libname}${release}${shared_ext}$major'
14327 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
14328 shlibpath_var
=LD_LIBRARY_PATH
14329 shlibpath_overrides_runpath
=no
14330 hardcode_into_libs
=yes
14333 irix5
* | irix6
* | nonstopux
*)
14335 nonstopux
*) version_type
=nonstopux
;;
14337 if test "$lt_cv_prog_gnu_ld" = yes; then
14345 soname_spec
='${libname}${release}${shared_ext}$major'
14346 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
14348 irix5
* | nonstopux
*)
14349 libsuff
= shlibsuff
=
14352 case $LD in # libtool.m4 will add one of these switches to LD
14353 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
14354 libsuff
= shlibsuff
= libmagic
=32-bit;;
14355 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
14356 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
14357 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
14358 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
14359 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
14363 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
14364 shlibpath_overrides_runpath
=no
14365 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
14366 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
14367 hardcode_into_libs
=yes
14370 # No shared lib support for Linux oldld, aout, or coff.
14371 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
14375 # This must be Linux ELF.
14376 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu | gnu
*)
14380 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14381 soname_spec
='${libname}${release}${shared_ext}$major'
14382 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
14383 shlibpath_var
=LD_LIBRARY_PATH
14384 shlibpath_overrides_runpath
=no
14386 # Some binutils ld are patched to set DT_RUNPATH
14387 if ${lt_cv_shlibpath_overrides_runpath+:} false
; then :
14388 $as_echo_n "(cached) " >&6
14390 lt_cv_shlibpath_overrides_runpath
=no
14391 save_LDFLAGS
=$LDFLAGS
14392 save_libdir
=$libdir
14393 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
14394 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
14395 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14396 /* end confdefs.h. */
14406 if ac_fn_cxx_try_link
"$LINENO"; then :
14407 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
14408 lt_cv_shlibpath_overrides_runpath
=yes
14411 rm -f core conftest.err conftest.
$ac_objext \
14412 conftest
$ac_exeext conftest.
$ac_ext
14413 LDFLAGS
=$save_LDFLAGS
14414 libdir
=$save_libdir
14418 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
14420 # This implies no fast_install, which is unacceptable.
14421 # Some rework will be needed to allow for fast_install
14422 # before this can be enabled.
14423 hardcode_into_libs
=yes
14425 # Append ld.so.conf contents to the search path
14426 if test -f /etc
/ld.so.conf
; then
14427 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' ' '`
14428 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
14431 # We used to test for /lib/ld.so.1 and disable shared libraries on
14432 # powerpc, because MkLinux only supported shared libraries with the
14433 # GNU dynamic linker. Since this was broken with cross compilers,
14434 # most powerpc-linux boxes support dynamic linking these days and
14435 # people can always --disable-shared, the test was removed, and we
14436 # assume the GNU/Linux dynamic linker is in use.
14437 dynamic_linker
='GNU/Linux ld.so'
14444 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
14445 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14446 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14447 dynamic_linker
='NetBSD (a.out) ld.so'
14449 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14450 soname_spec
='${libname}${release}${shared_ext}$major'
14451 dynamic_linker
='NetBSD ld.elf_so'
14453 shlibpath_var
=LD_LIBRARY_PATH
14454 shlibpath_overrides_runpath
=yes
14455 hardcode_into_libs
=yes
14460 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14461 shlibpath_var
=LD_LIBRARY_PATH
14462 shlibpath_overrides_runpath
=yes
14469 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14470 soname_spec
='${libname}${release}${shared_ext}$major'
14471 shlibpath_var
=LD_LIBRARY_PATH
14472 shlibpath_overrides_runpath
=no
14473 hardcode_into_libs
=yes
14474 dynamic_linker
='ldqnx.so'
14479 sys_lib_dlsearch_path_spec
="/usr/lib"
14481 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
14483 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
14484 *) need_version
=no
;;
14486 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14487 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14488 shlibpath_var
=LD_LIBRARY_PATH
14489 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
14491 openbsd2.
[89] | openbsd2.
[89].
*)
14492 shlibpath_overrides_runpath
=no
14495 shlibpath_overrides_runpath
=yes
14499 shlibpath_overrides_runpath
=yes
14504 libname_spec
='$name'
14507 library_names_spec
='$libname${shared_ext} $libname.a'
14508 dynamic_linker
='OS/2 ld.exe'
14509 shlibpath_var
=LIBPATH
14512 osf3
* | osf4
* | osf5
*)
14516 soname_spec
='${libname}${release}${shared_ext}$major'
14517 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14518 shlibpath_var
=LD_LIBRARY_PATH
14519 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
14520 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
14531 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14532 soname_spec
='${libname}${release}${shared_ext}$major'
14533 shlibpath_var
=LD_LIBRARY_PATH
14534 shlibpath_overrides_runpath
=yes
14535 hardcode_into_libs
=yes
14536 # ldd complains unless libraries are executable
14537 postinstall_cmds
='chmod +x $lib'
14542 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14543 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
14544 shlibpath_var
=LD_LIBRARY_PATH
14545 shlibpath_overrides_runpath
=yes
14546 if test "$with_gnu_ld" = yes; then
14554 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14555 soname_spec
='${libname}${release}${shared_ext}$major'
14556 shlibpath_var
=LD_LIBRARY_PATH
14557 case $host_vendor in
14559 shlibpath_overrides_runpath
=no
14561 runpath_var
=LD_RUN_PATH
14569 shlibpath_overrides_runpath
=no
14570 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
14576 if test -d /usr
/nec
;then
14578 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
14579 soname_spec
='$libname${shared_ext}.$major'
14580 shlibpath_var
=LD_LIBRARY_PATH
14584 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
14585 version_type
=freebsd-elf
14588 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
14589 soname_spec
='${libname}${release}${shared_ext}$major'
14590 shlibpath_var
=LD_LIBRARY_PATH
14591 shlibpath_overrides_runpath
=yes
14592 hardcode_into_libs
=yes
14593 if test "$with_gnu_ld" = yes; then
14594 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
14596 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
14599 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
14603 sys_lib_dlsearch_path_spec
='/usr/lib'
14607 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
14611 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14612 shlibpath_var
=LD_LIBRARY_PATH
14613 shlibpath_overrides_runpath
=no
14614 hardcode_into_libs
=yes
14619 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14620 soname_spec
='${libname}${release}${shared_ext}$major'
14621 shlibpath_var
=LD_LIBRARY_PATH
14628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
14629 $as_echo "$dynamic_linker" >&6; }
14630 test "$dynamic_linker" = no
&& can_build_shared
=no
14632 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
14633 if test "$GCC" = yes; then
14634 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
14637 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
14638 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
14640 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
14641 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
14681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
14682 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
14683 hardcode_action_CXX
=
14684 if test -n "$hardcode_libdir_flag_spec_CXX" ||
14685 test -n "$runpath_var_CXX" ||
14686 test "X$hardcode_automatic_CXX" = "Xyes" ; then
14688 # We can hardcode non-existent directories.
14689 if test "$hardcode_direct_CXX" != no
&&
14690 # If the only mechanism to avoid hardcoding is shlibpath_var, we
14691 # have to relink, otherwise we might link with an installed library
14692 # when we should be linking with a yet-to-be-installed one
14693 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
14694 test "$hardcode_minus_L_CXX" != no
; then
14695 # Linking always hardcodes the temporary library directory.
14696 hardcode_action_CXX
=relink
14698 # We can link without hardcoding, and we can hardcode nonexisting dirs.
14699 hardcode_action_CXX
=immediate
14702 # We cannot hardcode anything, or else we can only hardcode existing
14704 hardcode_action_CXX
=unsupported
14706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
14707 $as_echo "$hardcode_action_CXX" >&6; }
14709 if test "$hardcode_action_CXX" = relink ||
14710 test "$inherit_rpath_CXX" = yes; then
14711 # Fast installation is not supported
14712 enable_fast_install
=no
14713 elif test "$shlibpath_overrides_runpath" = yes ||
14714 test "$enable_shared" = no
; then
14715 # Fast installation is not necessary
14716 enable_fast_install
=needless
14725 fi # test -n "$compiler"
14731 with_gnu_ld
=$lt_save_with_gnu_ld
14732 lt_cv_path_LDCXX
=$lt_cv_path_LD
14733 lt_cv_path_LD
=$lt_save_path_LD
14734 lt_cv_prog_gnu_ldcxx
=$lt_cv_prog_gnu_ld
14735 lt_cv_prog_gnu_ld
=$lt_save_with_gnu_ld
14736 fi # test "$_lt_caught_CXX_error" != yes
14739 ac_cpp
='$CPP $CPPFLAGS'
14740 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14741 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14742 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
14756 ac_config_commands
="$ac_config_commands libtool"
14761 # Only expand once:
14765 # The tests for host and target for $enable_largefile require
14770 # As the $enable_largefile decision depends on --enable-plugins we must set it
14771 # even in directories otherwise not depending on the $plugins option.
14775 for ac_header
in dlfcn.h
14777 ac_fn_c_check_header_compile
"$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
14779 if test "x$ac_cv_header_dlfcn_h" = xyes
; then :
14780 cat >>confdefs.h
<<_ACEOF
14781 #define HAVE_DLFCN_H 1
14788 for ac_header
in windows.h
14790 ac_fn_c_check_header_compile
"$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
14792 if test "x$ac_cv_header_windows_h" = xyes
; then :
14793 cat >>confdefs.h
<<_ACEOF
14794 #define HAVE_WINDOWS_H 1
14802 # Check whether --enable-plugins was given.
14803 if test "${enable_plugins+set}" = set; then :
14804 enableval
=$enable_plugins; case "${enableval}" in
14807 if test "$maybe_plugins" != "yes" ; then
14808 as_fn_error $?
"Building with plugin support requires a host that supports dlopen." "$LINENO" 5
14812 plugins
=$maybe_plugins
14816 if test "$plugins" = "yes"; then
14817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
14818 $as_echo_n "checking for library containing dlsym... " >&6; }
14819 if ${ac_cv_search_dlsym+:} false
; then :
14820 $as_echo_n "(cached) " >&6
14822 ac_func_search_save_LIBS
=$LIBS
14823 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14824 /* end confdefs.h. */
14826 /* Override any GCC internal prototype to avoid an error.
14827 Use char because int might match the return type of a GCC
14828 builtin and then its argument prototype would still apply. */
14841 for ac_lib
in '' dl
; do
14842 if test -z "$ac_lib"; then
14843 ac_res
="none required"
14846 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
14848 if ac_fn_c_try_link
"$LINENO"; then :
14849 ac_cv_search_dlsym
=$ac_res
14851 rm -f core conftest.err conftest.
$ac_objext \
14853 if ${ac_cv_search_dlsym+:} false
; then :
14857 if ${ac_cv_search_dlsym+:} false
; then :
14860 ac_cv_search_dlsym
=no
14862 rm conftest.
$ac_ext
14863 LIBS
=$ac_func_search_save_LIBS
14865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
14866 $as_echo "$ac_cv_search_dlsym" >&6; }
14867 ac_res
=$ac_cv_search_dlsym
14868 if test "$ac_res" != no
; then :
14869 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
14877 sparc-
*-solaris*|i?
86-*-solaris*)
14878 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
14879 # were mutually exclusive until Solaris 11.3. Without procfs support,
14880 # the bfd/ elf module cannot provide certain routines such as
14881 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
14882 # explicitly requested large-file support through the
14883 # --enable-largefile switch, disable large-file support in favor of
14886 # Check if <sys/procfs.h> is incompatible with large-file support.
14887 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14888 /* end confdefs.h. */
14889 #define _FILE_OFFSET_BITS 64
14890 #define _STRUCTURED_PROC 1
14891 #include <sys/procfs.h>
14900 if ac_fn_c_try_compile
"$LINENO"; then :
14901 acx_cv_procfs_lfs
=yes
14903 acx_cv_procfs_lfs
=no
14905 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14907 # Forcefully disable large-file support only if necessary, gdb is in
14908 # tree and enabled.
14909 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
14910 -a -d $srcdir/..
/gdb
-a "$enable_gdb" != no
; then
14911 : ${enable_largefile="no"}
14912 if test "$plugins" = yes; then
14913 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
14914 plugin support disabled; require large-file support which is incompatible with GDB." >&5
14915 $as_echo "$as_me: WARNING:
14916 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
14921 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
14922 # benefit of g++ 9+ which predefines it on Solaris.
14923 if test "$enable_largefile" = no
; then
14924 LARGEFILE_CPPFLAGS
="-U_FILE_OFFSET_BITS"
14930 # Check whether --enable-largefile was given.
14931 if test "${enable_largefile+set}" = set; then :
14932 enableval
=$enable_largefile;
14935 if test "$enable_largefile" != no
; then
14937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
14938 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
14939 if ${ac_cv_sys_largefile_CC+:} false
; then :
14940 $as_echo_n "(cached) " >&6
14942 ac_cv_sys_largefile_CC
=no
14943 if test "$GCC" != yes; then
14946 # IRIX 6.2 and later do not support large files by default,
14947 # so use the C compiler's -n32 option if that helps.
14948 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14949 /* end confdefs.h. */
14950 #include <sys/types.h>
14951 /* Check that off_t can represent 2**63 - 1 correctly.
14952 We can't simply define LARGE_OFF_T to be 9223372036854775807,
14953 since some C++ compilers masquerading as C compilers
14954 incorrectly reject 9223372036854775807. */
14955 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
14956 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
14957 && LARGE_OFF_T % 2147483647 == 1)
14967 if ac_fn_c_try_compile
"$LINENO"; then :
14970 rm -f core conftest.err conftest.
$ac_objext
14972 if ac_fn_c_try_compile
"$LINENO"; then :
14973 ac_cv_sys_largefile_CC
=' -n32'; break
14975 rm -f core conftest.err conftest.
$ac_objext
14979 rm -f conftest.
$ac_ext
14982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
14983 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
14984 if test "$ac_cv_sys_largefile_CC" != no
; then
14985 CC
=$CC$ac_cv_sys_largefile_CC
14988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
14989 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
14990 if ${ac_cv_sys_file_offset_bits+:} false
; then :
14991 $as_echo_n "(cached) " >&6
14994 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14995 /* end confdefs.h. */
14996 #include <sys/types.h>
14997 /* Check that off_t can represent 2**63 - 1 correctly.
14998 We can't simply define LARGE_OFF_T to be 9223372036854775807,
14999 since some C++ compilers masquerading as C compilers
15000 incorrectly reject 9223372036854775807. */
15001 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
15002 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
15003 && LARGE_OFF_T % 2147483647 == 1)
15013 if ac_fn_c_try_compile
"$LINENO"; then :
15014 ac_cv_sys_file_offset_bits
=no
; break
15016 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15017 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15018 /* end confdefs.h. */
15019 #define _FILE_OFFSET_BITS 64
15020 #include <sys/types.h>
15021 /* Check that off_t can represent 2**63 - 1 correctly.
15022 We can't simply define LARGE_OFF_T to be 9223372036854775807,
15023 since some C++ compilers masquerading as C compilers
15024 incorrectly reject 9223372036854775807. */
15025 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
15026 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
15027 && LARGE_OFF_T % 2147483647 == 1)
15037 if ac_fn_c_try_compile
"$LINENO"; then :
15038 ac_cv_sys_file_offset_bits
=64; break
15040 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15041 ac_cv_sys_file_offset_bits
=unknown
15045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
15046 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
15047 case $ac_cv_sys_file_offset_bits in #(
15050 cat >>confdefs.h
<<_ACEOF
15051 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
15056 if test $ac_cv_sys_file_offset_bits = unknown
; then
15057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
15058 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
15059 if ${ac_cv_sys_large_files+:} false
; then :
15060 $as_echo_n "(cached) " >&6
15063 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15064 /* end confdefs.h. */
15065 #include <sys/types.h>
15066 /* Check that off_t can represent 2**63 - 1 correctly.
15067 We can't simply define LARGE_OFF_T to be 9223372036854775807,
15068 since some C++ compilers masquerading as C compilers
15069 incorrectly reject 9223372036854775807. */
15070 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
15071 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
15072 && LARGE_OFF_T % 2147483647 == 1)
15082 if ac_fn_c_try_compile
"$LINENO"; then :
15083 ac_cv_sys_large_files
=no
; break
15085 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15086 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15087 /* end confdefs.h. */
15088 #define _LARGE_FILES 1
15089 #include <sys/types.h>
15090 /* Check that off_t can represent 2**63 - 1 correctly.
15091 We can't simply define LARGE_OFF_T to be 9223372036854775807,
15092 since some C++ compilers masquerading as C compilers
15093 incorrectly reject 9223372036854775807. */
15094 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
15095 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
15096 && LARGE_OFF_T % 2147483647 == 1)
15106 if ac_fn_c_try_compile
"$LINENO"; then :
15107 ac_cv_sys_large_files
=1; break
15109 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15110 ac_cv_sys_large_files
=unknown
15114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
15115 $as_echo "$ac_cv_sys_large_files" >&6; }
15116 case $ac_cv_sys_large_files in #(
15119 cat >>confdefs.h
<<_ACEOF
15120 #define _LARGE_FILES $ac_cv_sys_large_files
15133 .
${srcdir}/..
/bfd
/development.sh
15134 test "$development" = true
&& ac_checking
=yes
15135 # Check whether --enable-checking was given.
15136 if test "${enable_checking+set}" = set; then :
15137 enableval
=$enable_checking; case "${enableval}" in
15138 no|none
) ac_checking
= ;;
15139 *) ac_checking
=yes ;;
15142 if test x
$ac_checking != x
; then
15144 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
15149 # Check whether --with-lib-path was given.
15150 if test "${with_lib_path+set}" = set; then :
15151 withval
=$with_lib_path; LIB_PATH
=$withval
15154 # Check whether --enable-targets was given.
15155 if test "${enable_targets+set}" = set; then :
15156 enableval
=$enable_targets; case "${enableval}" in
15157 yes |
"") as_fn_error $?
"enable-targets option must specify target names or 'all'" "$LINENO" 5
15159 no
) enable_targets
= ;;
15160 *) enable_targets
=$enableval ;;
15163 # Check whether --enable-64-bit-bfd was given.
15164 if test "${enable_64_bit_bfd+set}" = set; then :
15165 enableval
=$enable_64_bit_bfd; case "${enableval}" in
15166 yes) want64
=true
;;
15167 no
) want64
=false
;;
15168 *) as_fn_error $?
"bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
15175 # Check whether --with-sysroot was given.
15176 if test "${with_sysroot+set}" = set; then :
15177 withval
=$with_sysroot;
15178 case ${with_sysroot} in
15179 yes) TARGET_SYSTEM_ROOT
='${exec_prefix}/${target_alias}/sys-root' ;;
15180 *) TARGET_SYSTEM_ROOT
=$with_sysroot ;;
15183 TARGET_SYSTEM_ROOT_DEFINE
='-DTARGET_SYSTEM_ROOT=\"$(TARGET_SYSTEM_ROOT)\"'
15186 if test "x$prefix" = xNONE
; then
15187 test_prefix
=/usr
/local
15189 test_prefix
=$prefix
15191 if test "x$exec_prefix" = xNONE
; then
15192 test_exec_prefix
=$test_prefix
15194 test_exec_prefix
=$exec_prefix
15196 case ${TARGET_SYSTEM_ROOT} in
15197 "${test_prefix}"|
"${test_prefix}/"*|\
15198 "${test_exec_prefix}"|
"${test_exec_prefix}/"*|\
15199 '${prefix}'|
'${prefix}/'*|\
15200 '${exec_prefix}'|
'${exec_prefix}/'*)
15201 t
="$TARGET_SYSTEM_ROOT_DEFINE -DTARGET_SYSTEM_ROOT_RELOCATABLE"
15202 TARGET_SYSTEM_ROOT_DEFINE
="$t"
15209 TARGET_SYSTEM_ROOT
=
15210 TARGET_SYSTEM_ROOT_DEFINE
='-DTARGET_SYSTEM_ROOT=\"\"'
15218 # Check whether --enable-gold was given.
15219 if test "${enable_gold+set}" = set; then :
15220 enableval
=$enable_gold; case "${enableval}" in
15222 install_as_default
=no
15223 installed_linker
=ld.bfd
15226 install_as_default
=yes
15227 installed_linker
=ld.bfd
15230 as_fn_error $?
"invalid --enable-gold argument" "$LINENO" 5
15234 install_as_default
=yes
15235 installed_linker
=ld.bfd
15241 # Check whether --enable-got was given.
15242 if test "${enable_got+set}" = set; then :
15243 enableval
=$enable_got; case "${enableval}" in
15244 target | single | negative | multigot
) got_handling
=$enableval ;;
15245 *) as_fn_error $?
"bad value ${enableval} for --enable-got option" "$LINENO" 5 ;;
15248 got_handling
=target
15252 case "${got_handling}" in
15255 $as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_TARGET_DEFAULT" >>confdefs.h
15259 $as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_SINGLE" >>confdefs.h
15263 $as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_NEGATIVE" >>confdefs.h
15267 $as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_MULTIGOT" >>confdefs.h
15269 *) as_fn_error $?
"bad value ${got_handling} for --enable-got option" "$LINENO" 5 ;;
15273 # Decide the default method for compressing debug sections.
15274 ac_default_compressed_debug_sections
=unset
15275 # Provide a configure time option to override our default.
15276 # Check whether --enable-compressed_debug_sections was given.
15277 if test "${enable_compressed_debug_sections+set}" = set; then :
15278 enableval
=$enable_compressed_debug_sections; case ,"${enableval}", in
15279 ,yes, |
,all
, |
*,ld
,*) ac_default_compressed_debug_sections
=yes ;;
15280 ,no
, |
,none
,) ac_default_compressed_debug_sections
=no
;;
15284 # Decide setting DT_RUNPATH instead of DT_RPATH by default
15285 ac_default_new_dtags
=unset
15286 # Provide a configure time option to override our default.
15287 # Check whether --enable-new_dtags was given.
15288 if test "${enable_new_dtags+set}" = set; then :
15289 enableval
=$enable_new_dtags; case "${enableval}" in
15290 yes) ac_default_new_dtags
=1 ;;
15291 no
) ac_default_new_dtags
=0 ;;
15295 # Decide if -z relro should be enabled in ELF linker by default.
15296 ac_default_ld_z_relro
=unset
15297 # Provide a configure time option to override our default.
15298 # Check whether --enable-relro was given.
15299 if test "${enable_relro+set}" = set; then :
15300 enableval
=$enable_relro; case "${enableval}" in
15301 yes) ac_default_ld_z_relro
=1 ;;
15302 no
) ac_default_ld_z_relro
=0 ;;
15306 # Decide if DT_TEXTREL check should be enabled in ELF linker.
15307 ac_default_ld_textrel_check
=unset
15308 # Check whether --enable-textrel-check was given.
15309 if test "${enable_textrel_check+set}" = set; then :
15310 enableval
=$enable_textrel_check; case "${enableval}" in
15311 yes|no|warning|error
) ac_default_ld_textrel_check
=${enableval} ;;
15316 # Decide if -z separate-code should be enabled in ELF linker by default.
15317 ac_default_ld_z_separate_code
=unset
15318 # Check whether --enable-separate-code was given.
15319 if test "${enable_separate_code+set}" = set; then :
15320 enableval
=$enable_separate_code; case "${enableval}" in
15321 yes) ac_default_ld_z_separate_code
=1 ;;
15322 no
) ac_default_ld_z_separate_code
=0 ;;
15327 # Decide if --error-handling-script should be supported.
15328 ac_support_error_handling_script
=unset
15329 # Check whether --enable-error-handling-script was given.
15330 if test "${enable_error_handling_script+set}" = set; then :
15331 enableval
=$enable_error_handling_script; case "${enableval}" in
15332 yes) ac_support_error_handling_script
=1 ;;
15333 no
) ac_support_error_handling_script
=0 ;;
15338 # Decide which "--hash-style" to use by default
15339 # Provide a configure time option to override our default.
15340 # Check whether --enable-default-hash-style was given.
15341 if test "${enable_default_hash_style+set}" = set; then :
15342 enableval
=$enable_default_hash_style; case "${enable_default_hash_style}" in
15343 sysv | gnu | both
) ;;
15344 *) as_fn_error $?
"bad value ${enable_default_hash_style} for enable-default-hash-style option" "$LINENO" 5 ;;
15347 case "${target}" in
15348 # Enable gnu hash only on GNU targets, but not mips
15349 mips
*-*-*) enable_default_hash_style
=sysv
;;
15350 *-*-gnu* |
*-*-linux* |
*-*-nacl*) enable_default_hash_style
=both
;;
15351 *) enable_default_hash_style
=sysv
;;
15356 case "${enable_default_hash_style}" in
15357 sysv | both
) ac_default_emit_sysv_hash
=1 ;;
15358 *) ac_default_emit_sysv_hash
=0 ;;
15361 case "${enable_default_hash_style}" in
15362 gnu | both
) ac_default_emit_gnu_hash
=1 ;;
15363 *) ac_default_emit_gnu_hash
=0 ;;
15366 # Check whether --enable-initfini-array was given.
15367 if test "${enable_initfini_array+set}" = set; then :
15368 enableval
=$enable_initfini_array; case "${enableval}" in
15370 *) as_fn_error $?
"invalid --enable-initfini-array argument" "$LINENO" 5 ;;
15373 enable_initfini_array
=yes
15377 if test $enable_initfini_array = yes; then
15379 $as_echo "#define HAVE_INITFINI_ARRAY 1" >>confdefs.h
15383 # Check whether --enable-libctf was given.
15384 if test "${enable_libctf+set}" = set; then :
15385 enableval
=$enable_libctf;
15386 case "$enableval" in
15388 *) as_fn_error $?
"Argument to enable/disable libctf must be yes or no" "$LINENO" 5 ;;
15396 if test "${enable_libctf}" = yes; then
15398 $as_echo "#define ENABLE_LIBCTF 1" >>confdefs.h
15401 if test "${enable_libctf}" = yes; then
15402 ENABLE_LIBCTF_TRUE
=
15403 ENABLE_LIBCTF_FALSE
='#'
15405 ENABLE_LIBCTF_TRUE
='#'
15406 ENABLE_LIBCTF_FALSE
=
15412 # Set the 'development' global.
15413 .
$srcdir/..
/bfd
/development.sh
15415 # Set acp_cpp_for_build variable
15416 ac_cpp_for_build
="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
15418 # Default set of GCC warnings to enable.
15419 GCC_WARN_CFLAGS
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
15420 GCC_WARN_CFLAGS_FOR_BUILD
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
15422 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
15423 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15424 /* end confdefs.h. */
15427 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15428 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
15431 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wshadow"
15436 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
15437 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15438 /* end confdefs.h. */
15441 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15442 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev
/null
2>&1; then :
15445 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wstack-usage=262144"
15450 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
15451 WARN_WRITE_STRINGS
=""
15452 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15453 /* end confdefs.h. */
15456 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15457 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
15460 WARN_WRITE_STRINGS
="-Wwrite-strings"
15465 # Verify CC_FOR_BUILD to be compatible with warning flags
15467 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
15468 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15469 /* end confdefs.h. */
15472 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
15473 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
15476 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
15481 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
15482 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15483 /* end confdefs.h. */
15486 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
15487 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev
/null
2>&1; then :
15490 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
15495 # Check whether --enable-werror was given.
15496 if test "${enable_werror+set}" = set; then :
15497 enableval
=$enable_werror; case "${enableval}" in
15498 yes | y
) ERROR_ON_WARNING
="yes" ;;
15499 no | n
) ERROR_ON_WARNING
="no" ;;
15500 *) as_fn_error $?
"bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
15505 # Disable -Wformat by default when using gcc on mingw
15508 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
15509 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wno-format"
15510 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
15516 # Enable -Werror by default when using gcc. Turn it off for releases.
15517 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true
; then
15518 ERROR_ON_WARNING
=yes
15522 if test "${ERROR_ON_WARNING}" = yes ; then
15523 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Werror"
15524 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
15525 NO_WERROR
="-Wno-error"
15528 if test "${GCC}" = yes ; then
15529 WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
15530 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD}"
15533 # Check whether --enable-build-warnings was given.
15534 if test "${enable_build_warnings+set}" = set; then :
15535 enableval
=$enable_build_warnings; case "${enableval}" in
15536 yes) WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
15537 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD}";;
15538 no
) if test "${GCC}" = yes ; then
15540 WARN_CFLAGS_FOR_BUILD
="-w"
15542 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
15543 WARN_CFLAGS
="${GCC_WARN_CFLAGS} ${t}"
15544 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
15545 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
15546 WARN_CFLAGS
="${t} ${GCC_WARN_CFLAGS}"
15547 WARN_CFLAGS_FOR_BUILD
="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
15548 *) WARN_CFLAGS
=`echo "${enableval}" | sed -e "s/,/ /g"`
15549 WARN_CFLAGS_FOR_BUILD
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
15554 if test x
"$silent" != x
"yes" && test x
"$WARN_CFLAGS" != x
""; then
15555 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
15565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
15566 $as_echo_n "checking for LC_MESSAGES... " >&6; }
15567 if ${am_cv_val_LC_MESSAGES+:} false
; then :
15568 $as_echo_n "(cached) " >&6
15570 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15571 /* end confdefs.h. */
15572 #include <locale.h>
15581 if ac_fn_c_try_link
"$LINENO"; then :
15582 am_cv_val_LC_MESSAGES
=yes
15584 am_cv_val_LC_MESSAGES
=no
15586 rm -f core conftest.err conftest.
$ac_objext \
15587 conftest
$ac_exeext conftest.
$ac_ext
15589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
15590 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
15591 if test $am_cv_val_LC_MESSAGES = yes; then
15593 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
15598 ac_config_headers
="$ac_config_headers config.h:config.in"
15604 if test -z "$target" ; then
15605 as_fn_error $?
"Unrecognized target system type; please check config.sub." "$LINENO" 5
15607 if test -z "$host" ; then
15608 as_fn_error $?
"Unrecognized host system type; please check config.sub." "$LINENO" 5
15611 # host-specific stuff:
15613 ALL_LINGUAS
="bg da de es fi fr ga id it ja pt_BR ru sr sv tr uk vi zh_CN zh_TW"
15614 # If we haven't got the data from the intl directory,
15615 # assume NLS is disabled.
15624 if test -f ..
/intl
/config.intl
; then
15625 . ..
/intl
/config.intl
15627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
15628 $as_echo_n "checking whether NLS is requested... " >&6; }
15629 if test x
"$USE_NLS" != xyes
; then
15630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15631 $as_echo "no" >&6; }
15633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15634 $as_echo "yes" >&6; }
15636 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
15639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
15640 $as_echo_n "checking for catalogs to be installed... " >&6; }
15641 # Look for .po and .gmo files in the source directory.
15644 for cat in $srcdir/po
/*.gmo
$srcdir/po
/*.po
; do
15645 # If there aren't any .gmo files the shell will give us the
15646 # literal string "../path/to/srcdir/po/*.gmo" which has to be
15648 case "$cat" in *\
**)
15651 # The quadruple backslash is collapsed to a double backslash
15652 # by the backticks, then collapsed again by the double quotes,
15653 # leaving us with one backslash in the sed expression (right
15654 # before the dot that mustn't act as a wildcard).
15655 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
15656 lang
=`echo $cat | sed -e "s!\\\\.gmo!!"`
15657 # The user is allowed to set LINGUAS to a list of languages to
15658 # install catalogs for. If it's empty that means "all of them."
15659 if test "x$LINGUAS" = x
; then
15660 CATALOGS
="$CATALOGS $cat"
15661 XLINGUAS
="$XLINGUAS $lang"
15663 case "$LINGUAS" in *$lang*)
15664 CATALOGS
="$CATALOGS $cat"
15665 XLINGUAS
="$XLINGUAS $lang"
15670 LINGUAS
="$XLINGUAS"
15671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
15672 $as_echo "$LINGUAS" >&6; }
15686 if test -n "$ac_aux_dir"; then
15687 case "$ac_aux_dir" in
15688 /*) MKINSTALLDIRS
="$ac_aux_dir/mkinstalldirs" ;;
15689 *) MKINSTALLDIRS
="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
15692 if test -z "$MKINSTALLDIRS"; then
15693 MKINSTALLDIRS
="\$(top_srcdir)/mkinstalldirs"
15698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
15699 $as_echo_n "checking whether NLS is requested... " >&6; }
15700 # Check whether --enable-nls was given.
15701 if test "${enable_nls+set}" = set; then :
15702 enableval
=$enable_nls; USE_NLS
=$enableval
15707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
15708 $as_echo "$USE_NLS" >&6; }
15715 # Prepare PATH_SEPARATOR.
15716 # The user is always right.
15717 if test "${PATH_SEPARATOR+set}" != set; then
15718 echo "#! /bin/sh" >conf$$.sh
15719 echo "exit 0" >>conf$$.sh
15721 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
15729 # Find out how to test for executable files. Don't use a zero-byte file,
15730 # as systems may use methods other than mode bits to determine executability.
15731 cat >conf$$.
file <<_ASEOF
15735 chmod +x conf$$.
file
15736 if test -x conf$$.
file >/dev
/null
2>&1; then
15737 ac_executable_p
="test -x"
15739 ac_executable_p
="test -f"
15743 # Extract the first word of "msgfmt", so it can be a program name with args.
15744 set dummy msgfmt
; ac_word
=$2
15745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15746 $as_echo_n "checking for $ac_word... " >&6; }
15747 if ${ac_cv_path_MSGFMT+:} false
; then :
15748 $as_echo_n "(cached) " >&6
15752 ac_cv_path_MSGFMT
="$MSGFMT" # Let the user override the test with a path.
15755 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
15756 for ac_dir
in $PATH; do
15758 test -z "$ac_dir" && ac_dir
=.
15759 for ac_exec_ext
in '' $ac_executable_extensions; do
15760 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
15761 if $ac_dir/$ac_word --statistics /dev
/null
>/dev
/null
2>&1 &&
15762 (if $ac_dir/$ac_word --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
15763 ac_cv_path_MSGFMT
="$ac_dir/$ac_word$ac_exec_ext"
15770 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT
=":"
15774 MSGFMT
="$ac_cv_path_MSGFMT"
15775 if test "$MSGFMT" != ":"; then
15776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
15777 $as_echo "$MSGFMT" >&6; }
15779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15780 $as_echo "no" >&6; }
15783 # Extract the first word of "gmsgfmt", so it can be a program name with args.
15784 set dummy gmsgfmt
; ac_word
=$2
15785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15786 $as_echo_n "checking for $ac_word... " >&6; }
15787 if ${ac_cv_path_GMSGFMT+:} false
; then :
15788 $as_echo_n "(cached) " >&6
15792 ac_cv_path_GMSGFMT
="$GMSGFMT" # Let the user override the test with a path.
15795 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15796 for as_dir
in $PATH
15799 test -z "$as_dir" && as_dir
=.
15800 for ac_exec_ext
in '' $ac_executable_extensions; do
15801 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
15802 ac_cv_path_GMSGFMT
="$as_dir/$ac_word$ac_exec_ext"
15803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
15810 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT
="$MSGFMT"
15814 GMSGFMT
=$ac_cv_path_GMSGFMT
15815 if test -n "$GMSGFMT"; then
15816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
15817 $as_echo "$GMSGFMT" >&6; }
15819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15820 $as_echo "no" >&6; }
15826 # Prepare PATH_SEPARATOR.
15827 # The user is always right.
15828 if test "${PATH_SEPARATOR+set}" != set; then
15829 echo "#! /bin/sh" >conf$$.sh
15830 echo "exit 0" >>conf$$.sh
15832 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
15840 # Find out how to test for executable files. Don't use a zero-byte file,
15841 # as systems may use methods other than mode bits to determine executability.
15842 cat >conf$$.
file <<_ASEOF
15846 chmod +x conf$$.
file
15847 if test -x conf$$.
file >/dev
/null
2>&1; then
15848 ac_executable_p
="test -x"
15850 ac_executable_p
="test -f"
15854 # Extract the first word of "xgettext", so it can be a program name with args.
15855 set dummy xgettext
; ac_word
=$2
15856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15857 $as_echo_n "checking for $ac_word... " >&6; }
15858 if ${ac_cv_path_XGETTEXT+:} false
; then :
15859 $as_echo_n "(cached) " >&6
15861 case "$XGETTEXT" in
15863 ac_cv_path_XGETTEXT
="$XGETTEXT" # Let the user override the test with a path.
15866 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
15867 for ac_dir
in $PATH; do
15869 test -z "$ac_dir" && ac_dir
=.
15870 for ac_exec_ext
in '' $ac_executable_extensions; do
15871 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
15872 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
15873 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
15874 ac_cv_path_XGETTEXT
="$ac_dir/$ac_word$ac_exec_ext"
15881 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT
=":"
15885 XGETTEXT
="$ac_cv_path_XGETTEXT"
15886 if test "$XGETTEXT" != ":"; then
15887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
15888 $as_echo "$XGETTEXT" >&6; }
15890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15891 $as_echo "no" >&6; }
15897 # Prepare PATH_SEPARATOR.
15898 # The user is always right.
15899 if test "${PATH_SEPARATOR+set}" != set; then
15900 echo "#! /bin/sh" >conf$$.sh
15901 echo "exit 0" >>conf$$.sh
15903 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
15911 # Find out how to test for executable files. Don't use a zero-byte file,
15912 # as systems may use methods other than mode bits to determine executability.
15913 cat >conf$$.
file <<_ASEOF
15917 chmod +x conf$$.
file
15918 if test -x conf$$.
file >/dev
/null
2>&1; then
15919 ac_executable_p
="test -x"
15921 ac_executable_p
="test -f"
15925 # Extract the first word of "msgmerge", so it can be a program name with args.
15926 set dummy msgmerge
; ac_word
=$2
15927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
15928 $as_echo_n "checking for $ac_word... " >&6; }
15929 if ${ac_cv_path_MSGMERGE+:} false
; then :
15930 $as_echo_n "(cached) " >&6
15932 case "$MSGMERGE" in
15934 ac_cv_path_MSGMERGE
="$MSGMERGE" # Let the user override the test with a path.
15937 ac_save_IFS
="$IFS"; IFS
=$PATH_SEPARATOR
15938 for ac_dir
in $PATH; do
15940 test -z "$ac_dir" && ac_dir
=.
15941 for ac_exec_ext
in '' $ac_executable_extensions; do
15942 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
15943 if $ac_dir/$ac_word --update -q /dev
/null
/dev
/null
>/dev
/null
2>&1; then
15944 ac_cv_path_MSGMERGE
="$ac_dir/$ac_word$ac_exec_ext"
15951 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE
=":"
15955 MSGMERGE
="$ac_cv_path_MSGMERGE"
15956 if test "$MSGMERGE" != ":"; then
15957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
15958 $as_echo "$MSGMERGE" >&6; }
15960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15961 $as_echo "no" >&6; }
15965 if test "$GMSGFMT" != ":"; then
15966 if $GMSGFMT --statistics /dev
/null
>/dev
/null
2>&1 &&
15967 (if $GMSGFMT --statistics /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
15970 GMSGFMT
=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
15971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
15972 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
15977 if test "$XGETTEXT" != ":"; then
15978 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
>/dev
/null
2>&1 &&
15979 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev
/null
2>&1 >/dev
/null |
grep usage
>/dev
/null
; then exit 1; else exit 0; fi); then
15982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
15983 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
15989 ac_config_commands
="$ac_config_commands default-1"
15995 for ac_prog
in 'bison -y' byacc
15997 # Extract the first word of "$ac_prog", so it can be a program name with args.
15998 set dummy
$ac_prog; ac_word
=$2
15999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16000 $as_echo_n "checking for $ac_word... " >&6; }
16001 if ${ac_cv_prog_YACC+:} false
; then :
16002 $as_echo_n "(cached) " >&6
16004 if test -n "$YACC"; then
16005 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
16007 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16008 for as_dir
in $PATH
16011 test -z "$as_dir" && as_dir
=.
16012 for ac_exec_ext
in '' $ac_executable_extensions; do
16013 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
16014 ac_cv_prog_YACC
="$ac_prog"
16015 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16024 YACC
=$ac_cv_prog_YACC
16025 if test -n "$YACC"; then
16026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
16027 $as_echo "$YACC" >&6; }
16029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16030 $as_echo "no" >&6; }
16034 test -n "$YACC" && break
16036 test -n "$YACC" || YACC
="yacc"
16038 for ac_prog
in flex
lex
16040 # Extract the first word of "$ac_prog", so it can be a program name with args.
16041 set dummy
$ac_prog; ac_word
=$2
16042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16043 $as_echo_n "checking for $ac_word... " >&6; }
16044 if ${ac_cv_prog_LEX+:} false
; then :
16045 $as_echo_n "(cached) " >&6
16047 if test -n "$LEX"; then
16048 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
16050 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16051 for as_dir
in $PATH
16054 test -z "$as_dir" && as_dir
=.
16055 for ac_exec_ext
in '' $ac_executable_extensions; do
16056 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
16057 ac_cv_prog_LEX
="$ac_prog"
16058 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16067 LEX
=$ac_cv_prog_LEX
16068 if test -n "$LEX"; then
16069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
16070 $as_echo "$LEX" >&6; }
16072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16073 $as_echo "no" >&6; }
16077 test -n "$LEX" && break
16079 test -n "$LEX" || LEX
=":"
16083 *) cat >conftest.l
<<_ACEOF
16089 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
16090 yyless ((input () != 0)); }
16091 f { unput (yytext[0]); }
16092 . { BEGIN INITIAL; }
16094 #ifdef YYTEXT_POINTER
16095 extern char *yytext;
16100 return ! yylex () + ! yywrap ();
16103 { { ac_try
="$LEX conftest.l"
16104 case "(($ac_try" in
16105 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16106 *) ac_try_echo=$ac_try;;
16108 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
16109 $as_echo "$ac_try_echo"; } >&5
16110 (eval "$LEX conftest.l") 2>&5
16112 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16113 test $ac_status = 0; }
16114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
16115 $as_echo_n "checking lex output file root... " >&6; }
16116 if ${ac_cv_prog_lex_root+:} false; then :
16117 $as_echo_n "(cached) " >&6
16120 if test -f lex.yy.c; then
16121 ac_cv_prog_lex_root=lex.yy
16122 elif test -f lexyy.c; then
16123 ac_cv_prog_lex_root=lexyy
16125 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
16128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
16129 $as_echo "$ac_cv_prog_lex_root" >&6; }
16130 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
16132 if test -z "${LEXLIB+set}"; then
16133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
16134 $as_echo_n "checking lex library... " >&6; }
16135 if ${ac_cv_lib_lex+:} false; then :
16136 $as_echo_n "(cached) " >&6
16140 ac_cv_lib_lex='none needed'
16141 for ac_lib in '' -lfl -ll; do
16142 LIBS="$ac_lib $ac_save_LIBS"
16143 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16144 /* end confdefs.h. */
16145 `cat $LEX_OUTPUT_ROOT.c
`
16147 if ac_fn_c_try_link "$LINENO"; then :
16148 ac_cv_lib_lex=$ac_lib
16150 rm -f core conftest.err conftest.$ac_objext \
16151 conftest$ac_exeext conftest.$ac_ext
16152 test "$ac_cv_lib_lex" != 'none needed' && break
16157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
16158 $as_echo "$ac_cv_lib_lex" >&6; }
16159 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
16163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
16164 $as_echo_n "checking whether yytext is a pointer... " >&6; }
16165 if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
16166 $as_echo_n "(cached) " >&6
16168 # POSIX says lex can declare yytext either as a pointer or an array; the
16169 # default is implementation-dependent. Figure out which it is, since
16170 # not all implementations provide the %pointer and %array declarations.
16171 ac_cv_prog_lex_yytext_pointer=no
16173 LIBS="$LEXLIB $ac_save_LIBS"
16174 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16175 /* end confdefs.h. */
16177 #define YYTEXT_POINTER 1
16178 `cat $LEX_OUTPUT_ROOT.c
`
16180 if ac_fn_c_try_link "$LINENO"; then :
16181 ac_cv_prog_lex_yytext_pointer=yes
16183 rm -f core conftest.err conftest.$ac_objext \
16184 conftest$ac_exeext conftest.$ac_ext
16188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
16189 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
16190 if test $ac_cv_prog_lex_yytext_pointer = yes; then
16192 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
16195 rm -f conftest.l $LEX_OUTPUT_ROOT.c
16198 if test "$LEX" = :; then
16199 LEX=${am_missing_run}flex
16203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
16204 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
16205 # Check whether --enable-maintainer-mode was given.
16206 if test "${enable_maintainer_mode+set}" = set; then :
16207 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
16209 USE_MAINTAINER_MODE=no
16212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
16213 $as_echo "$USE_MAINTAINER_MODE" >&6; }
16214 if test $USE_MAINTAINER_MODE = yes; then
16215 MAINTAINER_MODE_TRUE=
16216 MAINTAINER_MODE_FALSE='#'
16218 MAINTAINER_MODE_TRUE='#'
16219 MAINTAINER_MODE_FALSE=
16222 MAINT=$MAINTAINER_MODE_TRUE
16226 GENINSRC_NEVER_TRUE=
16227 GENINSRC_NEVER_FALSE='#'
16229 GENINSRC_NEVER_TRUE='#'
16230 GENINSRC_NEVER_FALSE=
16233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
16234 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
16235 if ${gcc_cv_prog_cmp_skip+:} false; then :
16236 $as_echo_n "(cached) " >&6
16240 gcc_cv_prog_cmp_skip='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
16241 if cmp t1 t2 2 2 > /dev/null 2>&1; then
16242 if cmp t1 t2 1 1 > /dev/null 2>&1; then
16245 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
16248 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
16249 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
16252 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
16258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
16259 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
16260 do_compare="$gcc_cv_prog_cmp_skip"
16264 . ${srcdir}/configure.host
16269 # We use headers from include/ that check various HAVE_*_H macros, thus
16270 # should ensure they are set by configure. This is true even when C99
16271 # guarantees they are available.
16272 # sha1.h and md4.h test HAVE_LIMITS_H, HAVE_SYS_TYPES_H and HAVE_STDINT_H
16273 # plugin-api.h tests HAVE_STDINT_H and HAVE_INTTYPES_H
16274 # Besides those, we need to check anything used in ld/ not in C99.
16275 for ac_header in fcntl.h elf-hints.h limits.h inttypes.h stdint.h \
16276 sys/file.h sys/mman.h sys/param.h sys/stat.h sys/time.h \
16277 sys/types.h unistd.h
16279 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" |
$as_tr_sh`
16280 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
16281 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
16282 cat >>confdefs.h <<_ACEOF
16283 #define `$as_echo "HAVE_$ac_header" |
$as_tr_cpp` 1
16290 for ac_func in close glob lseek mkstemp open realpath sbrk waitpid
16292 as_ac_var=`$as_echo "ac_cv_func_$ac_func" |
$as_tr_sh`
16293 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16294 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
16295 cat >>confdefs.h <<_ACEOF
16296 #define `$as_echo "HAVE_$ac_func" |
$as_tr_cpp` 1
16305 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
16307 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
16311 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
16312 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
16318 cat >>confdefs.h <<_ACEOF
16319 #define HAVE_DECL_ASPRINTF $ac_have_decl
16321 ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
16322 if test "x$ac_cv_have_decl_environ" = xyes; then :
16328 cat >>confdefs.h <<_ACEOF
16329 #define HAVE_DECL_ENVIRON $ac_have_decl
16331 ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
16332 if test "x$ac_cv_have_decl_sbrk" = xyes; then :
16338 cat >>confdefs.h <<_ACEOF
16339 #define HAVE_DECL_SBRK $ac_have_decl
16346 for ac_header in $ac_header_list
16348 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" |
$as_tr_sh`
16349 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
16351 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
16352 cat >>confdefs.h <<_ACEOF
16353 #define `$as_echo "HAVE_$ac_header" |
$as_tr_cpp` 1
16367 for ac_func in getpagesize
16369 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
16370 if test "x$ac_cv_func_getpagesize" = xyes; then :
16371 cat >>confdefs.h <<_ACEOF
16372 #define HAVE_GETPAGESIZE 1
16378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
16379 $as_echo_n "checking for working mmap... " >&6; }
16380 if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
16381 $as_echo_n "(cached) " >&6
16383 if test "$cross_compiling" = yes; then :
16384 ac_cv_func_mmap_fixed_mapped=no
16386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16387 /* end confdefs.h. */
16388 $ac_includes_default
16389 /* malloc might have been renamed as rpl_malloc. */
16392 /* Thanks to Mike Haertel and Jim Avera for this test.
16393 Here is a matrix of mmap possibilities:
16394 mmap private not fixed
16395 mmap private fixed at somewhere currently unmapped
16396 mmap private fixed at somewhere already mapped
16397 mmap shared not fixed
16398 mmap shared fixed at somewhere currently unmapped
16399 mmap shared fixed at somewhere already mapped
16400 For private mappings, we should verify that changes cannot be read()
16401 back from the file, nor mmap's back from the file at a different
16402 address. (There have been systems where private was not correctly
16403 implemented like the infamous i386 svr4.0, and systems where the
16404 VM page cache was not coherent with the file system buffer cache
16405 like early versions of FreeBSD and possibly contemporary NetBSD.)
16406 For shared mappings, we should conversely verify that changes get
16407 propagated back to all the places they're supposed to be.
16409 Grep wants private fixed already mapped.
16410 The main things grep needs to know about mmap are:
16411 * does it exist and is it safe to write into the mmap'd area
16412 * how to use it (BSD variants) */
16415 #include <sys/mman.h>
16417 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
16421 /* This mess was copied from the GNU getpagesize.h. */
16422 #ifndef HAVE_GETPAGESIZE
16423 # ifdef _SC_PAGESIZE
16424 # define getpagesize() sysconf(_SC_PAGESIZE)
16425 # else /* no _SC_PAGESIZE */
16426 # ifdef HAVE_SYS_PARAM_H
16427 # include <sys/param.h>
16428 # ifdef EXEC_PAGESIZE
16429 # define getpagesize() EXEC_PAGESIZE
16430 # else /* no EXEC_PAGESIZE */
16432 # define getpagesize() NBPG * CLSIZE
16435 # endif /* no CLSIZE */
16436 # else /* no NBPG */
16438 # define getpagesize() NBPC
16439 # else /* no NBPC */
16441 # define getpagesize() PAGESIZE
16442 # endif /* PAGESIZE */
16443 # endif /* no NBPC */
16444 # endif /* no NBPG */
16445 # endif /* no EXEC_PAGESIZE */
16446 # else /* no HAVE_SYS_PARAM_H */
16447 # define getpagesize() 8192 /* punt totally */
16448 # endif /* no HAVE_SYS_PARAM_H */
16449 # endif /* no _SC_PAGESIZE */
16451 #endif /* no HAVE_GETPAGESIZE */
16456 char *data, *data2, *data3;
16457 const char *cdata2;
16461 pagesize = getpagesize ();
16463 /* First, make a file with some known garbage in it. */
16464 data = (char *) malloc (pagesize);
16467 for (i = 0; i < pagesize; ++i)
16468 *(data + i) = rand ();
16470 fd = creat ("conftest.mmap", 0600);
16473 if (write (fd, data, pagesize) != pagesize)
16477 /* Next, check that the tail of a page is zero-filled. File must have
16478 non-zero length, otherwise we risk SIGBUS for entire page. */
16479 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
16483 if (write (fd2, cdata2, 1) != 1)
16485 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
16486 if (data2 == MAP_FAILED)
16488 for (i = 0; i < pagesize; ++i)
16492 if (munmap (data2, pagesize))
16495 /* Next, try to mmap the file at a fixed address which already has
16496 something else allocated at it. If we can, also make sure that
16497 we see the same garbage. */
16498 fd = open ("conftest.mmap", O_RDWR);
16501 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
16502 MAP_PRIVATE | MAP_FIXED, fd, 0L))
16504 for (i = 0; i < pagesize; ++i)
16505 if (*(data + i) != *(data2 + i))
16508 /* Finally, make sure that changes to the mapped area do not
16509 percolate back to the file as seen by read(). (This is a bug on
16510 some variants of i386 svr4.0.) */
16511 for (i = 0; i < pagesize; ++i)
16512 *(data2 + i) = *(data2 + i) + 1;
16513 data3 = (char *) malloc (pagesize);
16516 if (read (fd, data3, pagesize) != pagesize)
16518 for (i = 0; i < pagesize; ++i)
16519 if (*(data + i) != *(data3 + i))
16525 if ac_fn_c_try_run "$LINENO"; then :
16526 ac_cv_func_mmap_fixed_mapped=yes
16528 ac_cv_func_mmap_fixed_mapped=no
16530 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
16531 conftest.$ac_objext conftest.beam conftest.$ac_ext
16535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
16536 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
16537 if test $ac_cv_func_mmap_fixed_mapped = yes; then
16539 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
16542 rm -f conftest.mmap conftest.txt
16545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
16546 $as_echo_n "checking for library containing dlopen... " >&6; }
16547 if ${ac_cv_search_dlopen+:} false; then :
16548 $as_echo_n "(cached) " >&6
16550 ac_func_search_save_LIBS=$LIBS
16551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16552 /* end confdefs.h. */
16554 /* Override any GCC internal prototype to avoid an error.
16555 Use char because int might match the return type of a GCC
16556 builtin and then its argument prototype would still apply. */
16569 for ac_lib in '' dl; do
16570 if test -z "$ac_lib"; then
16571 ac_res="none required"
16574 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
16576 if ac_fn_c_try_link "$LINENO"; then :
16577 ac_cv_search_dlopen=$ac_res
16579 rm -f core conftest.err conftest.$ac_objext \
16581 if ${ac_cv_search_dlopen+:} false; then :
16585 if ${ac_cv_search_dlopen+:} false; then :
16588 ac_cv_search_dlopen=no
16590 rm conftest.$ac_ext
16591 LIBS=$ac_func_search_save_LIBS
16593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
16594 $as_echo "$ac_cv_search_dlopen" >&6; }
16595 ac_res=$ac_cv_search_dlopen
16596 if test "$ac_res" != no; then :
16597 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
16602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
16603 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
16604 if ${ld_cv_decl_getopt_unistd_h+:} false; then :
16605 $as_echo_n "(cached) " >&6
16607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16608 /* end confdefs.h. */
16609 #include <unistd.h>
16613 extern int getopt (int, char *const*, const char *);
16618 if ac_fn_c_try_compile "$LINENO"; then :
16619 ld_cv_decl_getopt_unistd_h=yes
16621 ld_cv_decl_getopt_unistd_h=no
16623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_cv_decl_getopt_unistd_h" >&5
16627 $as_echo "$ld_cv_decl_getopt_unistd_h" >&6; }
16628 if test $ld_cv_decl_getopt_unistd_h = yes; then
16630 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
16634 # Link in zlib if we can. This allows us to read and write
16635 # compressed CTF sections.
16637 # Use the system's zlib library.
16638 zlibdir="-L\$(top_builddir)/../zlib"
16639 zlibinc="-I\$(top_srcdir)/../zlib"
16641 # Check whether --with-system-zlib was given.
16642 if test "${with_system_zlib+set}" = set; then :
16643 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
16654 # When converting linker scripts into strings for use in emulation
16655 # files, use astring.sed if the compiler supports ANSI string
16656 # concatenation, or ostring.sed otherwise. This is to support the
16657 # broken Microsoft MSVC compiler, which limits the length of string
16658 # constants, while still supporting pre-ANSI compilers which do not
16659 # support string concatenation.
16660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ANSI C string concatenation works" >&5
16661 $as_echo_n "checking whether ANSI C string concatenation works... " >&6; }
16662 if ${ld_cv_string_concatenation+:} false; then :
16663 $as_echo_n "(cached) " >&6
16665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16666 /* end confdefs.h. */
16676 if ac_fn_c_try_compile "$LINENO"; then :
16677 ld_cv_string_concatenation=yes
16679 ld_cv_string_concatenation=no
16681 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_cv_string_concatenation" >&5
16685 $as_echo "$ld_cv_string_concatenation" >&6; }
16686 if test "$ld_cv_string_concatenation" = "yes"; then
16687 STRINGIFY=astring.sed
16689 STRINGIFY=ostring.sed
16693 # target-specific stuff:
16702 # If the host is 64-bit, then we enable 64-bit targets by default.
16703 # This is consistent with what ../bfd/configure.ac does.
16704 if test x${want64} = xfalse; then
16705 # The cast to long int works around a bug in the HP C Compiler
16706 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16707 # declarations like `int a3
[[(sizeof
(unsigned char
)) >= 0]];'.
16708 # This bug is HP SR number 8606223364.
16709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
16710 $as_echo_n "checking size of void *... " >&6; }
16711 if ${ac_cv_sizeof_void_p+:} false; then :
16712 $as_echo_n "(cached) " >&6
16714 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
16717 if test "$ac_cv_type_void_p" = yes; then
16718 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16719 $as_echo "$as_me: error
: in \
`$ac_pwd':" >&2;}
16720 as_fn_error 77 "cannot compute sizeof (void *)
16721 See \`config.log
' for more details" "$LINENO" 5; }
16723 ac_cv_sizeof_void_p=0
16728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
16729 $as_echo "$ac_cv_sizeof_void_p" >&6; }
16733 cat >>confdefs.h <<_ACEOF
16734 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
16738 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
16743 elf_list_options=false
16744 elf_shlib_list_options=false
16745 elf_plt_unwind_list_options=false
16746 for targ_alias in `echo $target_alias $enable_targets | sed 's
/,/ /g
'`
16748 if test "$targ_alias" = "all"; then
16750 elf_list_options=true
16751 elf_shlib_list_options=true
16752 elf_plt_unwind_list_options=true
16754 # Canonicalize the secondary target names.
16755 result=`$ac_config_sub $targ_alias 2>/dev/null`
16756 if test -n "$result"; then
16762 . ${srcdir}/configure.tgt
16764 if test "$targ" = "$target"; then
16768 if test x${want64} = xfalse; then
16769 . ${srcdir}/../bfd/config.bfd
16772 if test x${want64} = xtrue; then
16773 targ_extra_emuls="$targ_extra_emuls $targ64_extra_emuls"
16774 targ_extra_libpath="$targ_extra_libpath $targ64_extra_libpath"
16777 for i in $targ_emul $targ_extra_emuls $targ_extra_libpath; do
16778 case " $all_emuls " in
16781 all_emuls="$all_emuls e${i}.o"
16782 eval result=\$tdir_$i
16783 test -z "$result" && result=$targ_alias
16788 elf_list_options=true
16791 if $GREP "TEMPLATE_NAME=elf" ${srcdir}/emulparams/${i}.sh >/dev/null 2>/dev/null; then
16792 elf_list_options=true
16796 if test "$elf_list_options" = "true"; then
16801 source_sh ${srcdir}/emulparams/${i}.sh
16802 if test x${GENERATE_SHLIB_SCRIPT} = xyes; then
16803 elf_shlib_list_options=true
16805 if test x${PLT_UNWIND} = xyes; then
16806 elf_plt_unwind_list_options=true
16813 for i in $targ_emul $targ_extra_libpath; do
16814 case " $all_libpath " in
16817 if test -z "$all_libpath"; then
16820 all_libpath="$all_libpath ${i}"
16826 for i in $targ_extra_ofiles; do
16827 case " $all_emul_extras " in
16830 all_emul_extras="$all_emul_extras ${i}"
16838 if test x$ac_default_compressed_debug_sections = xyes ; then
16840 $as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h
16844 if test "${ac_default_new_dtags}" = unset; then
16845 ac_default_new_dtags=0
16848 cat >>confdefs.h <<_ACEOF
16849 #define DEFAULT_NEW_DTAGS $ac_default_new_dtags
16853 if test "${ac_default_ld_z_relro}" = unset; then
16854 ac_default_ld_z_relro=0
16857 cat >>confdefs.h <<_ACEOF
16858 #define DEFAULT_LD_Z_RELRO $ac_default_ld_z_relro
16862 ac_default_ld_textrel_check_warning=0
16863 case "${ac_default_ld_textrel_check}" in
16865 ac_default_ld_textrel_check=textrel_check_none
16868 ac_default_ld_textrel_check=textrel_check_warning
16869 ac_default_ld_textrel_check_warning=1
16872 ac_default_ld_textrel_check=textrel_check_error
16876 cat >>confdefs.h <<_ACEOF
16877 #define DEFAULT_LD_TEXTREL_CHECK $ac_default_ld_textrel_check
16881 cat >>confdefs.h <<_ACEOF
16882 #define DEFAULT_LD_TEXTREL_CHECK_WARNING $ac_default_ld_textrel_check_warning
16886 if test "${ac_default_ld_z_separate_code}" = unset; then
16887 ac_default_ld_z_separate_code=0
16890 cat >>confdefs.h <<_ACEOF
16891 #define DEFAULT_LD_Z_SEPARATE_CODE $ac_default_ld_z_separate_code
16895 if test "${ac_support_error_handling_script}" = unset; then
16896 ac_support_error_handling_script=1
16899 cat >>confdefs.h <<_ACEOF
16900 #define SUPPORT_ERROR_HANDLING_SCRIPT $ac_support_error_handling_script
16905 cat >>confdefs.h <<_ACEOF
16906 #define DEFAULT_EMIT_SYSV_HASH $ac_default_emit_sysv_hash
16911 cat >>confdefs.h <<_ACEOF
16912 #define DEFAULT_EMIT_GNU_HASH $ac_default_emit_gnu_hash
16924 if test x${all_targets} = xtrue; then
16925 if test x${want64} = xtrue; then
16926 EMULATION_OFILES='$
(ALL_EMULATIONS
) $
(ALL_64_EMULATIONS
)'
16927 EMUL_EXTRA_OFILES='$
(ALL_EMUL_EXTRA_OFILES
) $
(ALL_64_EMUL_EXTRA_OFILES
)'
16929 EMULATION_OFILES='$
(ALL_EMULATIONS
)'
16930 EMUL_EXTRA_OFILES='$
(ALL_EMUL_EXTRA_OFILES
)'
16933 EMULATION_OFILES=$all_emuls
16934 EMUL_EXTRA_OFILES=$all_emul_extras
16940 EMULATION_LIBPATH=$all_libpath
16943 if test x${enable_static} = xno; then
16944 TESTBFDLIB="-Wl,--rpath,../bfd/.libs ../bfd/.libs/libbfd.so"
16945 TESTCTFLIB="-Wl,--rpath,../libctf/.libs ../libctf/.libs/libctf.so"
16947 TESTBFDLIB="../bfd/.libs/libbfd.a"
16948 TESTCTFLIB="../libctf/.libs/libctf.a"
16950 if test "${enable_libctf}" = no; then
16956 target_vendor=${target_vendor=$host_vendor}
16957 case "$target_vendor" in
16958 hp) EXTRA_SHLIB_EXTENSION=".sl" ;;
16959 *) EXTRA_SHLIB_EXTENSION= ;;
16962 case "$target_os" in
16963 lynxos) EXTRA_SHLIB_EXTENSION=".a" ;;
16966 if test x${EXTRA_SHLIB_EXTENSION} != x ; then
16968 cat >>confdefs.h <<_ACEOF
16969 #define EXTRA_SHLIB_EXTENSION "$EXTRA_SHLIB_EXTENSION"
16974 ac_config_commands="$ac_config_commands default"
16982 ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
16984 cat >confcache <<\_ACEOF
16985 # This file is a shell script that caches the results of configure
16986 # tests run on this system so they can be shared between configure
16987 # scripts and configure runs, see configure's option
--config-cache.
16988 # It is not useful on other systems. If it contains results you don't
16989 # want to keep, you may remove or edit it.
16991 # config.status only pays attention to the cache file if you give it
16992 # the --recheck option to rerun configure.
16994 # `ac_cv_env_foo' variables (set or unset) will be overridden when
16995 # loading this file, other *unset* `ac_cv_foo' will be assigned the
16996 # following values.
17000 # The following way of writing the cache mishandles newlines in values,
17001 # but we know of no workaround that is simple, portable, and efficient.
17002 # So, we kill variables containing newlines.
17003 # Ultrix sh set writes to stderr and can't be redirected directly,
17004 # and sets the high bit in the cache file unless we assign to the vars.
17006 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
17007 eval ac_val
=\$
$ac_var
17011 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
17012 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17015 _ | IFS | as_nl
) ;; #(
17016 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
17017 *) { eval $ac_var=; unset $ac_var;} ;;
17023 case $as_nl`(ac_space=' '; set) 2>&1` in #(
17024 *${as_nl}ac_space
=\
*)
17025 # `set' does not quote correctly, so add quotes: double-quote
17026 # substitution turns \\\\ into \\, and sed turns \\ into \.
17029 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17032 # `set' quotes correctly as required by POSIX, so do not add quotes.
17033 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
17042 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17044 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17046 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
17047 if test -w "$cache_file"; then
17048 if test "x$cache_file" != "x/dev/null"; then
17049 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
17050 $as_echo "$as_me: updating cache $cache_file" >&6;}
17051 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
17052 cat confcache
>"$cache_file"
17054 case $cache_file in #(
17056 mv -f confcache
"$cache_file"$$
&&
17057 mv -f "$cache_file"$$
"$cache_file" ;; #(
17059 mv -f confcache
"$cache_file" ;;
17064 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
17065 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
17070 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
17071 # Let make expand exec_prefix.
17072 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
17074 DEFS
=-DHAVE_CONFIG_H
17079 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
17080 # 1. Remove the extension, and $U if already installed.
17081 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
17082 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
17083 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
17084 # will be set to the directory where LIBOBJS objects are built.
17085 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
17086 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
17088 LIBOBJS
=$ac_libobjs
17090 LTLIBOBJS
=$ac_ltlibobjs
17093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
17094 $as_echo_n "checking that generated files are newer than configure... " >&6; }
17095 if test -n "$am_sleep_pid"; then
17096 # Hide warnings about reused PIDs.
17097 wait $am_sleep_pid 2>/dev
/null
17099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
17100 $as_echo "done" >&6; }
17101 if test -n "$EXEEXT"; then
17103 am__EXEEXT_FALSE
='#'
17105 am__EXEEXT_TRUE
='#'
17109 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
17110 as_fn_error $?
"conditional \"MAINTAINER_MODE\" was never defined.
17111 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17113 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
17114 as_fn_error $?
"conditional \"AMDEP\" was never defined.
17115 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17117 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
17118 as_fn_error $?
"conditional \"am__fastdepCC\" was never defined.
17119 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17121 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
17122 as_fn_error $?
"conditional \"am__fastdepCXX\" was never defined.
17123 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17125 if test -z "${ENABLE_LIBCTF_TRUE}" && test -z "${ENABLE_LIBCTF_FALSE}"; then
17126 as_fn_error $?
"conditional \"ENABLE_LIBCTF\" was never defined.
17127 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17129 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
17130 as_fn_error $?
"conditional \"MAINTAINER_MODE\" was never defined.
17131 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17133 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
17134 as_fn_error $?
"conditional \"GENINSRC_NEVER\" was never defined.
17135 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17138 : "${CONFIG_STATUS=./config.status}"
17140 ac_clean_files_save
=$ac_clean_files
17141 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
17142 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
17143 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
17145 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
17147 # Generated by $as_me.
17148 # Run this file to recreate the current configuration.
17149 # Compiler output produced by configure, useful for debugging
17150 # configure, is in config.log if it exists.
17153 ac_cs_recheck=false
17156 SHELL=\${CONFIG_SHELL-$SHELL}
17159 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
17160 ## -------------------- ##
17161 ## M4sh Initialization. ##
17162 ## -------------------- ##
17164 # Be more Bourne compatible
17165 DUALCASE
=1; export DUALCASE
# for MKS sh
17166 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
17169 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
17170 # is contrary to our usage. Disable this feature.
17171 alias -g '${1+"$@"}'='"$@"'
17172 setopt NO_GLOB_SUBST
17174 case `(set -o) 2>/dev/null` in #(
17186 # Printing a long string crashes Solaris 7 /usr/bin/printf.
17187 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
17188 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
17189 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
17190 # Prefer a ksh shell builtin over an external printf program on Solaris,
17191 # but without wasting forks for bash or zsh.
17192 if test -z "$BASH_VERSION$ZSH_VERSION" \
17193 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
17194 as_echo='print
-r --'
17195 as_echo_n='print
-rn --'
17196 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
17197 as_echo='printf %s
\n'
17198 as_echo_n='printf %s
'
17200 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
17201 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
17202 as_echo_n='/usr
/ucb
/echo -n'
17204 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
17205 as_echo_n_body='eval
17209 expr "X$arg" : "X\\(.*\\)$as_nl";
17210 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
17212 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
17214 export as_echo_n_body
17215 as_echo_n='sh
-c $as_echo_n_body as_echo
'
17217 export as_echo_body
17218 as_echo='sh
-c $as_echo_body as_echo
'
17221 # The user is always right.
17222 if test "${PATH_SEPARATOR+set}" != set; then
17224 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
17225 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
17232 # We need space, tab and new line, in precisely that order. Quoting is
17233 # there to prevent editors from complaining about space-tab.
17234 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
17235 # splitting by setting IFS to empty value.)
17238 # Find who we are. Look in the path if we contain no directory separator.
17241 *[\\/]* ) as_myself=$0 ;;
17242 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17243 for as_dir in $PATH
17246 test -z "$as_dir" && as_dir=.
17247 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
17253 # We did not find ourselves, most probably we were run as `sh COMMAND'
17254 # in which case we are not to be found in the path.
17255 if test "x$as_myself" = x
; then
17258 if test ! -f "$as_myself"; then
17259 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
17263 # Unset variables that we do not need and which cause bugs (e.g. in
17264 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
17265 # suppresses any "Segmentation fault" message there. '((' could
17266 # trigger a bug in pdksh 5.2.14.
17267 for as_var
in BASH_ENV ENV MAIL MAILPATH
17268 do eval test x\
${$as_var+set} = xset \
17269 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
17282 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
17285 # as_fn_error STATUS ERROR [LINENO LOG_FD]
17286 # ----------------------------------------
17287 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
17288 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
17289 # script with STATUS, using 1 if that was 0.
17292 as_status
=$1; test $as_status -eq 0 && as_status
=1
17294 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
17295 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
17297 $as_echo "$as_me: error: $2" >&2
17298 as_fn_exit
$as_status
17302 # as_fn_set_status STATUS
17303 # -----------------------
17304 # Set $? to STATUS, without forking.
17305 as_fn_set_status
()
17308 } # as_fn_set_status
17310 # as_fn_exit STATUS
17311 # -----------------
17312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
17316 as_fn_set_status
$1
17322 # Portably unset VAR.
17325 { eval $1=; unset $1;}
17327 as_unset
=as_fn_unset
17328 # as_fn_append VAR VALUE
17329 # ----------------------
17330 # Append the text in VALUE to the end of the definition contained in VAR. Take
17331 # advantage of any shell optimizations that allow amortized linear growth over
17332 # repeated appends, instead of the typical quadratic growth present in naive
17334 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
17335 eval 'as_fn_append ()
17346 # as_fn_arith ARG...
17347 # ------------------
17348 # Perform arithmetic evaluation on the ARGs, and store the result in the
17349 # global $as_val. Take advantage of shells that can avoid forks. The arguments
17350 # must be portable across $(()) and expr.
17351 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
17352 eval 'as_fn_arith ()
17359 as_val
=`expr "$@" || test $? -eq 1`
17364 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
17365 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
17371 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
17372 as_basename
=basename
17377 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
17383 as_me
=`$as_basename -- "$0" ||
17384 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
17385 X"$0" : 'X\(//\)$' \| \
17386 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
17388 sed '/^.*\/\([^/][^/]*\)\/*$/{
17402 # Avoid depending upon Character Ranges.
17403 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
17404 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17405 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
17406 as_cr_digits
='0123456789'
17407 as_cr_alnum
=$as_cr_Letters$as_cr_digits
17409 ECHO_C
= ECHO_N
= ECHO_T
=
17410 case `echo -n x` in #(((((
17412 case `echo 'xy\c'` in
17413 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
17415 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
17422 rm -f conf$$ conf$$.exe conf$$.
file
17423 if test -d conf$$.dir
; then
17424 rm -f conf$$.dir
/conf$$.
file
17427 mkdir conf$$.dir
2>/dev
/null
17429 if (echo >conf$$.
file) 2>/dev
/null
; then
17430 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
17432 # ... but there are two gotchas:
17433 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
17434 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
17435 # In both cases, we have to default to `cp -pR'.
17436 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
17438 elif ln conf$$.
file conf$$
2>/dev
/null
; then
17446 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
17447 rmdir conf$$.dir
2>/dev
/null
17452 # Create "$as_dir" as a directory, including parents if necessary.
17457 -*) as_dir
=.
/$as_dir;;
17459 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
17463 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
17464 *) as_qdir
=$as_dir;;
17466 as_dirs
="'$as_qdir' $as_dirs"
17467 as_dir
=`$as_dirname -- "$as_dir" ||
17468 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17469 X"$as_dir" : 'X\(//\)[^/]' \| \
17470 X"$as_dir" : 'X\(//\)$' \| \
17471 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
17472 $as_echo X"$as_dir" |
17473 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17477 /^X\(\/\/\)[^/].*/{
17490 test -d "$as_dir" && break
17492 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
17493 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
17497 if mkdir
-p .
2>/dev
/null
; then
17498 as_mkdir_p
='mkdir -p "$as_dir"'
17500 test -d .
/-p && rmdir .
/-p
17505 # as_fn_executable_p FILE
17506 # -----------------------
17507 # Test if FILE is an executable regular file.
17508 as_fn_executable_p
()
17510 test -f "$1" && test -x "$1"
17511 } # as_fn_executable_p
17512 as_test_x
='test -x'
17513 as_executable_p
=as_fn_executable_p
17515 # Sed expression to map a string onto a valid CPP name.
17516 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
17518 # Sed expression to map a string onto a valid variable name.
17519 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
17523 ## ----------------------------------- ##
17524 ## Main body of $CONFIG_STATUS script. ##
17525 ## ----------------------------------- ##
17527 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
17529 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17530 # Save the log message, to keep $0 and so on meaningful, and to
17531 # report actual input values of CONFIG_FILES etc. instead of their
17532 # values after options handling.
17534 This file was extended by ld $as_me 2.36.50, which was
17535 generated by GNU Autoconf 2.69. Invocation command line was
17537 CONFIG_FILES = $CONFIG_FILES
17538 CONFIG_HEADERS = $CONFIG_HEADERS
17539 CONFIG_LINKS = $CONFIG_LINKS
17540 CONFIG_COMMANDS = $CONFIG_COMMANDS
17543 on `(hostname || uname -n) 2>/dev/null | sed 1q`
17548 case $ac_config_files in *"
17549 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
17552 case $ac_config_headers in *"
17553 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
17557 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17558 # Files that config.status was made for.
17559 config_files="$ac_config_files"
17560 config_headers="$ac_config_headers"
17561 config_commands="$ac_config_commands"
17565 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17567 \`$as_me' instantiates files and other configuration actions
17568 from templates according to the current configuration. Unless the files
17569 and actions are specified as TAGs, all are instantiated by default.
17571 Usage: $0 [OPTION]... [TAG]...
17573 -h, --help print this help, then exit
17574 -V, --version print version number and configuration settings, then exit
17575 --config print configuration, then exit
17576 -q, --quiet, --silent
17577 do not print progress messages
17578 -d, --debug don't remove temporary files
17579 --recheck update $as_me by reconfiguring in the same conditions
17580 --file=FILE[:TEMPLATE]
17581 instantiate the configuration file FILE
17582 --header=FILE[:TEMPLATE]
17583 instantiate the configuration header FILE
17585 Configuration files:
17588 Configuration headers:
17591 Configuration commands:
17594 Report bugs to the package provider."
17597 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17598 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
17600 ld config.status 2.36.50
17601 configured by $0, generated by GNU Autoconf 2.69,
17602 with options \\"\$ac_cs_config\\"
17604 Copyright (C) 2012 Free Software Foundation, Inc.
17605 This config.status script is free software; the Free Software Foundation
17606 gives unlimited permission to copy, distribute and modify it."
17613 test -n "\$AWK" || AWK=awk
17616 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17617 # The default lists apply if the user does not specify any file.
17623 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
17624 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
17628 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
17640 # Handling of the options.
17641 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
17643 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
17644 $as_echo "$ac_cs_version"; exit ;;
17645 --config |
--confi |
--conf |
--con |
--co |
--c )
17646 $as_echo "$ac_cs_config"; exit ;;
17647 --debug |
--debu |
--deb |
--de |
--d |
-d )
17649 --file |
--fil |
--fi |
--f )
17652 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17653 '') as_fn_error $?
"missing file argument" ;;
17655 as_fn_append CONFIG_FILES
" '$ac_optarg'"
17656 ac_need_defaults
=false
;;
17657 --header |
--heade |
--head |
--hea )
17660 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17662 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
17663 ac_need_defaults
=false
;;
17665 # Conflict between --help and --header
17666 as_fn_error $?
"ambiguous option: \`$1'
17667 Try \`$0 --help' for more information.";;
17668 --help |
--hel |
-h )
17669 $as_echo "$ac_cs_usage"; exit ;;
17670 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
17671 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
17674 # This is an error.
17675 -*) as_fn_error $?
"unrecognized option: \`$1'
17676 Try \`$0 --help' for more information." ;;
17678 *) as_fn_append ac_config_targets
" $1"
17679 ac_need_defaults
=false
;;
17685 ac_configure_extra_args
=
17687 if $ac_cs_silent; then
17689 ac_configure_extra_args
="$ac_configure_extra_args --silent"
17693 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17694 if \$ac_cs_recheck; then
17695 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
17697 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
17698 CONFIG_SHELL='$SHELL'
17699 export CONFIG_SHELL
17704 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17708 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
17709 ## Running $as_me. ##
17715 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17719 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
17722 # The HP-UX ksh and POSIX shell print the target directory to stdout
17723 # if CDPATH is set.
17724 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
17726 sed_quote_subst='$sed_quote_subst'
17727 double_quote_subst='$double_quote_subst'
17728 delay_variable_subst='$delay_variable_subst'
17729 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
17730 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
17731 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
17732 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
17733 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
17734 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
17735 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
17736 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
17737 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
17738 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
17739 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
17740 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
17741 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
17742 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
17743 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
17744 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
17745 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
17746 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
17747 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
17748 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
17749 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
17750 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
17751 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
17752 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
17753 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
17754 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
17755 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
17756 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
17757 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
17758 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
17759 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
17760 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
17761 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
17762 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
17763 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
17764 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
17765 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
17766 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
17767 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
17768 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
17769 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
17770 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
17771 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
17772 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
17773 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
17774 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
17775 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
17776 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
17777 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"`'
17778 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
17779 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
17780 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
17781 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
17782 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
17783 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
17784 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
17785 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
17786 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
17787 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
17788 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
17789 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
17790 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
17791 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
17792 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
17793 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
17794 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
17795 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
17796 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
17797 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
17798 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
17799 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
17800 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
17801 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
17802 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
17803 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
17804 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
17805 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
17806 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
17807 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
17808 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
17809 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
17810 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
17811 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
17812 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
17813 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
17814 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
17815 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
17816 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
17817 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
17818 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
17819 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
17820 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
17821 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
17822 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
17823 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
17824 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
17825 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
17826 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
17827 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
17828 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
17829 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
17830 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
17831 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
17832 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
17833 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
17834 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
17835 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
17836 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
17837 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
17838 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
17839 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
17840 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
17841 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
17842 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
17843 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
17844 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
17845 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
17846 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
17847 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
17848 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
17849 compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
17850 predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
17851 postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
17852 predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
17853 postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
17854 compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
17855 LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
17856 reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
17857 reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17858 old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17859 compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
17860 GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
17861 lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
17862 lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
17863 lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
17864 lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
17865 lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
17866 archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
17867 enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
17868 export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
17869 whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
17870 compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
17871 old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17872 old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17873 archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17874 archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17875 module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17876 module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17877 with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
17878 allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
17879 no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
17880 hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
17881 hardcode_libdir_flag_spec_ld_CXX='`$ECHO "$hardcode_libdir_flag_spec_ld_CXX" | $SED "$delay_single_quote_subst"`'
17882 hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
17883 hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
17884 hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
17885 hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
17886 hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
17887 hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
17888 inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
17889 link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
17890 fix_srcfile_path_CXX='`$ECHO "$fix_srcfile_path_CXX" | $SED "$delay_single_quote_subst"`'
17891 always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
17892 export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17893 exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
17894 include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
17895 prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17896 file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
17897 hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
17898 compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
17899 predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
17900 postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
17901 predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
17902 postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
17903 compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
17906 LTCFLAGS='$LTCFLAGS'
17907 compiler='$compiler_DEFAULT'
17909 # A function that is used when there is no print builtin or printf.
17910 func_fallback_echo ()
17912 eval 'cat <<_LTECHO_EOF
17917 # Quote evaled strings.
17931 deplibs_check_method \
17940 lt_cv_sys_global_symbol_pipe \
17941 lt_cv_sys_global_symbol_to_cdecl \
17942 lt_cv_sys_global_symbol_to_c_name_address \
17943 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
17944 lt_prog_compiler_no_builtin_flag \
17945 lt_prog_compiler_wl \
17946 lt_prog_compiler_pic \
17947 lt_prog_compiler_static \
17948 lt_cv_prog_compiler_c_o \
17956 export_dynamic_flag_spec \
17957 whole_archive_flag_spec \
17958 compiler_needs_object \
17960 allow_undefined_flag \
17961 no_undefined_flag \
17962 hardcode_libdir_flag_spec \
17963 hardcode_libdir_flag_spec_ld \
17964 hardcode_libdir_separator \
17969 variables_saved_for_relink \
17971 library_names_spec \
17973 install_override_mode \
17977 compiler_lib_search_dirs \
17982 compiler_lib_search_path \
17986 lt_prog_compiler_no_builtin_flag_CXX \
17987 lt_prog_compiler_wl_CXX \
17988 lt_prog_compiler_pic_CXX \
17989 lt_prog_compiler_static_CXX \
17990 lt_cv_prog_compiler_c_o_CXX \
17991 export_dynamic_flag_spec_CXX \
17992 whole_archive_flag_spec_CXX \
17993 compiler_needs_object_CXX \
17995 allow_undefined_flag_CXX \
17996 no_undefined_flag_CXX \
17997 hardcode_libdir_flag_spec_CXX \
17998 hardcode_libdir_flag_spec_ld_CXX \
17999 hardcode_libdir_separator_CXX \
18000 fix_srcfile_path_CXX \
18001 exclude_expsyms_CXX \
18002 include_expsyms_CXX \
18003 file_list_spec_CXX \
18004 compiler_lib_search_dirs_CXX \
18005 predep_objects_CXX \
18006 postdep_objects_CXX \
18009 compiler_lib_search_path_CXX; do
18010 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
18011 *[\\\\\\\`\\"\\\$]*)
18012 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
18015 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
18020 # Double-quote double-evaled strings.
18021 for var in reload_cmds \
18022 old_postinstall_cmds \
18023 old_postuninstall_cmds \
18025 extract_expsyms_cmds \
18026 old_archive_from_new_cmds \
18027 old_archive_from_expsyms_cmds \
18029 archive_expsym_cmds \
18031 module_expsym_cmds \
18032 export_symbols_cmds \
18035 postuninstall_cmds \
18037 sys_lib_search_path_spec \
18038 sys_lib_dlsearch_path_spec \
18040 old_archive_cmds_CXX \
18041 old_archive_from_new_cmds_CXX \
18042 old_archive_from_expsyms_cmds_CXX \
18044 archive_expsym_cmds_CXX \
18046 module_expsym_cmds_CXX \
18047 export_symbols_cmds_CXX \
18048 prelink_cmds_CXX; do
18049 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
18050 *[\\\\\\\`\\"\\\$]*)
18051 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
18054 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
18059 ac_aux_dir='$ac_aux_dir'
18060 xsi_shell='$xsi_shell'
18061 lt_shell_append='$lt_shell_append'
18063 # See if we are running on zsh, and set the options which allow our
18064 # commands through without removal of \ escapes INIT.
18065 if test -n "\${ZSH_VERSION+set}" ; then
18066 setopt NO_GLOB_SUBST
18072 TIMESTAMP='$TIMESTAMP'
18080 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
18081 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
18083 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
18084 # Capture the value of LINGUAS because we need it to compute CATALOGS.
18085 LINGUAS="${LINGUAS-%UNSET%}"
18091 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18093 # Handling of arguments.
18094 for ac_config_target
in $ac_config_targets
18096 case $ac_config_target in
18097 "depfiles") CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
18098 "libtool") CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
18099 "config.h") CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
18100 "default-1") CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
18101 "default") CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
18102 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
18103 "po/Makefile.in") CONFIG_FILES
="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
18105 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18110 # If the user did not use the arguments to specify the items to instantiate,
18111 # then the envvar interface is used. Set only those that are not.
18112 # We use the long form for the default assignment because of an extremely
18113 # bizarre bug on SunOS 4.1.3.
18114 if $ac_need_defaults; then
18115 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
18116 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
18117 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
18120 # Have a temporary directory for convenience. Make it in the build tree
18121 # simply because there is no reason against having it here, and in addition,
18122 # creating and moving files from /tmp can sometimes cause problems.
18123 # Hook for its removal unless debugging.
18124 # Note that there is a small window in which the directory will not be cleaned:
18125 # after its creation but before its name has been assigned to `$tmp'.
18129 trap 'exit_status=$?
18130 : "${ac_tmp:=$tmp}"
18131 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
18133 trap 'as_fn_exit 1' 1 2 13 15
18135 # Create a (secure) tmp directory for tmp files.
18138 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
18142 tmp
=.
/conf$$
-$RANDOM
18143 (umask 077 && mkdir
"$tmp")
18144 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
18147 # Set up the scripts for CONFIG_FILES section.
18148 # No need to generate them if there are no CONFIG_FILES.
18149 # This happens for instance with `./config.status config.h'.
18150 if test -n "$CONFIG_FILES"; then
18153 ac_cr
=`echo X | tr X '\015'`
18154 # On cygwin, bash can eat \r inside `` if the user requested igncr.
18155 # But we know of no other shell where ac_cr would be empty at this
18156 # point, so we can use a bashism as a fallback.
18157 if test "x$ac_cr" = x
; then
18158 eval ac_cr
=\$
\'\\r
\'
18160 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18161 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18164 ac_cs_awk_cr
=$ac_cr
18167 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
18172 echo "cat >conf$$subs.awk <<_ACEOF" &&
18173 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18175 } >conf$$subs.sh ||
18176 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18177 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
18179 for ac_last_try in false false false false false :; do
18180 . ./conf$$subs.sh ||
18181 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18183 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
18184 if test $ac_delim_n = $ac_delim_num; then
18186 elif $ac_last_try; then
18187 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18189 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
18192 rm -f conf$$subs.sh
18194 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18195 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
18199 s/^/S["/; s
/!.
*/"]=/
18209 s/\(.\{148\}\)..*/\1/
18211 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
18216 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
18223 s/\(.\{148\}\)..*/\1/
18225 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
18229 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
18234 ' <conf$$subs.awk | sed '
18239 ' >>$CONFIG_STATUS || ac_write_fail=1
18240 rm -f conf$$subs.awk
18241 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18243 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
18244 for (key in S) S_is_set[key] = 1
18250 nfields = split(line, field, "@
")
18252 len = length(field[1])
18253 for (i = 2; i < nfields; i++) {
18255 keylen = length(key)
18256 if (S_is_set[key]) {
18258 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
18259 len += length(value) + length(field[++i])
18270 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18271 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
18272 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
18275 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
18276 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
18279 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
18280 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
18281 # trailing colons and then remove the whole line if VPATH becomes empty
18282 # (actually we leave an empty line to preserve line numbers).
18283 if test "x
$srcdir" = x.; then
18284 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
18302 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18303 fi # test -n "$CONFIG_FILES"
18305 # Set up the scripts for CONFIG_HEADERS section.
18306 # No need to generate them if there are no CONFIG_HEADERS.
18307 # This happens for instance with `./config.status Makefile'.
18308 if test -n "$CONFIG_HEADERS"; then
18309 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
18313 # Transform confdefs.h into an awk script `defines.awk', embedded as
18314 # here-document in config.status, that substitutes the proper values into
18315 # config.h.in to produce config.h.
18317 # Create a delimiter string that does not exist in confdefs.h, to ease
18318 # handling of long lines.
18320 for ac_last_try in false false :; do
18321 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
18322 if test -z "$ac_tt"; then
18324 elif $ac_last_try; then
18325 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
18327 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
18331 # For the awk script, D is an array of macro values keyed by name,
18332 # likewise P contains macro parameters if any. Preserve backslash
18333 # newline sequences.
18335 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
18337 s/.\{148\}/&'"$ac_delim"'/g
18340 s/^[ ]*#[ ]*define[ ][ ]*/ /
18347 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
18349 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
18353 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
18354 D["\
1"]=" \
3\\\\\\n
"\\/p
18356 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
18361 s/.\{148\}/&'"$ac_delim"'/g
18366 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
18369 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
18371 ' <confdefs.h | sed '
18372 s/'"$ac_delim"'/"\\\
18373 "/g' >>$CONFIG_STATUS || ac_write_fail=1
18375 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18376 for (key in D) D_is_set[key] = 1
18379 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
18381 split(line, arg, " ")
18382 if (arg[1] == "#") {
18386 defundef
= substr
(arg
[1], 2)
18389 split(mac1
, mac2
, "(") #)
18391 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
18392 if (D_is_set
[macro
]) {
18393 # Preserve the white space surrounding the "#".
18394 print prefix
"define", macro P
[macro
] D
[macro
]
18397 # Replace #undef with comments. This is necessary, for example,
18398 # in the case of _POSIX_SOURCE, which is predefined and required
18399 # on some systems where configure will not decide to define it.
18400 if (defundef
== "undef") {
18401 print
"/*", prefix defundef
, macro
, "*/"
18409 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18410 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
18411 fi # test -n "$CONFIG_HEADERS"
18414 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
18419 :[FHLC
]) ac_mode
=$ac_tag; continue;;
18421 case $ac_mode$ac_tag in
18423 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
18424 :[FH
]-) ac_tag
=-:-;;
18425 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
18442 -) ac_f
="$ac_tmp/stdin";;
18443 *) # Look for the file first in the build tree, then in the source tree
18444 # (if the path is not absolute). The absolute path cannot be DOS-style,
18445 # because $ac_f cannot contain `:'.
18449 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
18451 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
18453 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
18454 as_fn_append ac_file_inputs
" '$ac_f'"
18457 # Let's still pretend it is `configure' which instantiates (i.e., don't
18458 # use $as_me), people would be surprised to read:
18459 # /* config.h. Generated by config.status. */
18460 configure_input
='Generated from '`
18461 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
18463 if test x
"$ac_file" != x-
; then
18464 configure_input
="$ac_file. $configure_input"
18465 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
18466 $as_echo "$as_me: creating $ac_file" >&6;}
18468 # Neutralize special characters interpreted by sed in replacement strings.
18469 case $configure_input in #(
18470 *\
&* |
*\|
* |
*\\* )
18471 ac_sed_conf_input
=`$as_echo "$configure_input" |
18472 sed 's/[\\\\&|]/\\\\&/g'`;; #(
18473 *) ac_sed_conf_input
=$configure_input;;
18477 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
18478 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
18483 ac_dir
=`$as_dirname -- "$ac_file" ||
18484 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18485 X"$ac_file" : 'X\(//\)[^/]' \| \
18486 X"$ac_file" : 'X\(//\)$' \| \
18487 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
18488 $as_echo X"$ac_file" |
18489 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18493 /^X\(\/\/\)[^/].*/{
18506 as_dir
="$ac_dir"; as_fn_mkdir_p
18510 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
18512 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
18513 # A ".." for each directory in $ac_dir_suffix.
18514 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
18515 case $ac_top_builddir_sub in
18516 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
18517 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
18520 ac_abs_top_builddir
=$ac_pwd
18521 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
18522 # for backward compatibility:
18523 ac_top_builddir
=$ac_top_build_prefix
18526 .
) # We are building in place.
18528 ac_top_srcdir
=$ac_top_builddir_sub
18529 ac_abs_top_srcdir
=$ac_pwd ;;
18530 [\\/]* | ?
:[\\/]* ) # Absolute name.
18531 ac_srcdir
=$srcdir$ac_dir_suffix;
18532 ac_top_srcdir
=$srcdir
18533 ac_abs_top_srcdir
=$srcdir ;;
18534 *) # Relative name.
18535 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
18536 ac_top_srcdir
=$ac_top_build_prefix$srcdir
18537 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
18539 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
18549 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
18550 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
18552 ac_MKDIR_P
=$MKDIR_P
18554 [\\/$
]* | ?
:[\\/]* ) ;;
18555 */*) ac_MKDIR_P
=$ac_top_build_prefix$MKDIR_P ;;
18559 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18560 # If the template does not know about datarootdir, expand it.
18561 # FIXME: This hack should be removed a few years after 2.60.
18562 ac_datarootdir_hack
=; ac_datarootdir_seen
=
18573 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
18574 *datarootdir
*) ac_datarootdir_seen
=yes;;
18575 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
18576 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
18577 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
18579 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18580 ac_datarootdir_hack='
18581 s&@datadir@&$datadir&g
18582 s&@docdir@&$docdir&g
18583 s&@infodir@&$infodir&g
18584 s&@localedir@&$localedir&g
18585 s&@mandir@&$mandir&g
18586 s&\\\${datarootdir}&$datarootdir&g' ;;
18590 # Neutralize VPATH when `$srcdir' = `.'.
18591 # Shell code in configure.ac might set extrasub.
18592 # FIXME: do we really want to maintain this feature?
18593 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18594 ac_sed_extra="$ac_vpsub
18597 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18599 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
18600 s|@configure_input@|
$ac_sed_conf_input|
;t t
18601 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
18602 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
18603 s
&@srcdir@
&$ac_srcdir&;t t
18604 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
18605 s
&@top_srcdir@
&$ac_top_srcdir&;t t
18606 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
18607 s
&@builddir@
&$ac_builddir&;t t
18608 s
&@abs_builddir@
&$ac_abs_builddir&;t t
18609 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
18610 s
&@INSTALL@
&$ac_INSTALL&;t t
18611 s
&@MKDIR_P@
&$ac_MKDIR_P&;t t
18612 $ac_datarootdir_hack
18614 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
18615 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
18617 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
18618 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
18619 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
18620 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
18621 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
18622 which seems to be undefined. Please make sure it is defined" >&5
18623 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
18624 which seems to be undefined. Please make sure it is defined" >&2;}
18626 rm -f "$ac_tmp/stdin"
18628 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
18629 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
18631 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18637 if test x"$ac_file" != x-; then
18639 $as_echo "/* $configure_input */" \
18640 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
18641 } >"$ac_tmp/config.h" \
18642 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18643 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
18644 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
18645 $as_echo "$as_me: $ac_file is unchanged" >&6;}
18648 mv "$ac_tmp/config.h" "$ac_file" \
18649 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18652 $as_echo "/* $configure_input */" \
18653 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
18654 || as_fn_error $? "could not create -" "$LINENO" 5
18656 # Compute "$ac_file"'s index
in $config_headers.
18659 for _am_header
in $config_headers :; do
18660 case $_am_header in
18661 $_am_arg |
$_am_arg:* )
18664 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
18667 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
18668 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18669 X"$_am_arg" : 'X\(//\)[^/]' \| \
18670 X"$_am_arg" : 'X\(//\)$' \| \
18671 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
18672 $as_echo X"$_am_arg" |
18673 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18677 /^X\(\/\/\)[^/].*/{
18689 s/.*/./; q'`/stamp-h
$_am_stamp_count
18692 :C
) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
18693 $as_echo "$as_me: executing $ac_file commands" >&6;}
18698 case $ac_file$ac_mode in
18699 "depfiles":C
) test x
"$AMDEP_TRUE" != x
"" ||
{
18700 # Older Autoconf quotes --file arguments for eval, but not when files
18701 # are listed without --file. Let's play safe and only enable the eval
18702 # if we detect the quoting.
18703 case $CONFIG_FILES in
18704 *\'*) eval set x
"$CONFIG_FILES" ;;
18705 *) set x
$CONFIG_FILES ;;
18710 # Strip MF so we end up with the name of the file.
18711 mf
=`echo "$mf" | sed -e 's/:.*$//'`
18712 # Check whether this is an Automake generated Makefile or not.
18713 # We used to match only the files named 'Makefile.in', but
18714 # some people rename them; so instead we look at the file content.
18715 # Grep'ing the first line is not enough: some people post-process
18716 # each Makefile.in and add a new line on top of each file to say so.
18717 # Grep'ing the whole file is not good either: AIX grep has a line
18718 # limit of 2048, but all sed's we know have understand at least 4000.
18719 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" |
grep X
>/dev
/null
2>&1; then
18720 dirpart
=`$as_dirname -- "$mf" ||
18721 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18722 X"$mf" : 'X\(//\)[^/]' \| \
18723 X"$mf" : 'X\(//\)$' \| \
18724 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
18726 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18730 /^X\(\/\/\)[^/].*/{
18746 # Extract the definition of DEPDIR, am__include, and am__quote
18747 # from the Makefile without running 'make'.
18748 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
18749 test -z "$DEPDIR" && continue
18750 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
18751 test -z "$am__include" && continue
18752 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
18753 # Find all dependency output files, they are included files with
18754 # $(DEPDIR) in their names. We invoke sed twice because it is the
18755 # simplest approach to changing $(DEPDIR) to its actual value in the
18757 for file in `sed -n "
18758 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
18759 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
18760 # Make sure the directory exists.
18761 test -f "$dirpart/$file" && continue
18762 fdir
=`$as_dirname -- "$file" ||
18763 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18764 X"$file" : 'X\(//\)[^/]' \| \
18765 X"$file" : 'X\(//\)$' \| \
18766 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
18767 $as_echo X"$file" |
18768 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18772 /^X\(\/\/\)[^/].*/{
18785 as_dir
=$dirpart/$fdir; as_fn_mkdir_p
18786 # echo "creating $dirpart/$file"
18787 echo '# dummy' > "$dirpart/$file"
18794 # See if we are running on zsh, and set the options which allow our
18795 # commands through without removal of \ escapes.
18796 if test -n "${ZSH_VERSION+set}" ; then
18797 setopt NO_GLOB_SUBST
18800 cfgfile
="${ofile}T"
18801 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
18804 cat <<_LT_EOF >> "$cfgfile"
18807 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
18808 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
18809 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
18810 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
18812 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
18813 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
18814 # Written by Gordon Matzigkeit, 1996
18816 # This file is part of GNU Libtool.
18818 # GNU Libtool is free software; you can redistribute it and/or
18819 # modify it under the terms of the GNU General Public License as
18820 # published by the Free Software Foundation; either version 2 of
18821 # the License, or (at your option) any later version.
18823 # As a special exception to the GNU General Public License,
18824 # if you distribute this file as part of a program or library that
18825 # is built using GNU Libtool, you may include this file under the
18826 # same distribution terms that you use for the rest of that program.
18828 # GNU Libtool is distributed in the hope that it will be useful,
18829 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18830 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18831 # GNU General Public License for more details.
18833 # You should have received a copy of the GNU General Public License
18834 # along with GNU Libtool; see the file COPYING. If not, a copy
18835 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
18836 # obtained by writing to the Free Software Foundation, Inc.,
18837 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18840 # The names of the tagged configurations supported by this script.
18841 available_tags="CXX "
18843 # ### BEGIN LIBTOOL CONFIG
18845 # Which release of libtool.m4 was used?
18846 macro_version=$macro_version
18847 macro_revision=$macro_revision
18849 # Whether or not to build shared libraries.
18850 build_libtool_libs=$enable_shared
18852 # Whether or not to build static libraries.
18853 build_old_libs=$enable_static
18855 # What type of objects to build.
18858 # Whether or not to optimize for fast installation.
18859 fast_install=$enable_fast_install
18861 # Shell to use when invoking shell scripts.
18864 # An echo program that protects backslashes.
18868 host_alias=$host_alias
18872 # The build system.
18873 build_alias=$build_alias
18877 # A sed program that does not truncate output.
18880 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
18881 Xsed="\$SED -e 1s/^X//"
18883 # A grep program that handles long lines.
18889 # A literal string matcher.
18892 # A BSD- or MS-compatible name lister.
18895 # Whether we need soft or hard links.
18898 # What is the maximum length of a command?
18899 max_cmd_len=$max_cmd_len
18901 # Object file suffix (normally "o").
18904 # Executable file suffix (normally "").
18907 # whether the shell understands "unset".
18910 # turn spaces into newlines.
18913 # turn newlines into spaces.
18916 # An object symbol dumper.
18917 OBJDUMP=$lt_OBJDUMP
18919 # Method to check whether dependent libraries are shared objects.
18920 deplibs_check_method=$lt_deplibs_check_method
18922 # Command to use when deplibs_check_method == "file_magic".
18923 file_magic_cmd=$lt_file_magic_cmd
18927 AR_FLAGS=$lt_AR_FLAGS
18929 # A symbol stripping program.
18932 # Commands used to install an old-style archive.
18934 old_postinstall_cmds=$lt_old_postinstall_cmds
18935 old_postuninstall_cmds=$lt_old_postuninstall_cmds
18937 # Whether to use a lock for old archive extraction.
18938 lock_old_archive_extraction=$lock_old_archive_extraction
18943 # LTCC compiler flags.
18944 LTCFLAGS=$lt_CFLAGS
18946 # Take the output of nm and produce a listing of raw symbols and C names.
18947 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
18949 # Transform the output of nm in a proper C declaration.
18950 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
18952 # Transform the output of nm in a C name address pair.
18953 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
18955 # Transform the output of nm in a C name address pair when lib prefix is needed.
18956 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
18958 # The name of the directory that contains temporary libtool files.
18961 # Used to examine libraries when file_magic_cmd begins with "file".
18962 MAGIC_CMD=$MAGIC_CMD
18964 # Must we lock files when doing compilation?
18965 need_locks=$lt_need_locks
18967 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
18968 DSYMUTIL=$lt_DSYMUTIL
18970 # Tool to change global to local symbols on Mac OS X.
18973 # Tool to manipulate fat objects and archives on Mac OS X.
18976 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
18979 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
18980 OTOOL64=$lt_OTOOL64
18982 # Old archive suffix (normally "a").
18985 # Shared library suffix (normally ".so").
18986 shrext_cmds=$lt_shrext_cmds
18988 # The commands to extract the exported symbol list from a shared archive.
18989 extract_expsyms_cmds=$lt_extract_expsyms_cmds
18991 # Variables whose values should be saved in libtool wrapper scripts and
18992 # restored at link time.
18993 variables_saved_for_relink=$lt_variables_saved_for_relink
18995 # Do we need the "lib" prefix for modules?
18996 need_lib_prefix=$need_lib_prefix
18998 # Do we need a version for libraries?
18999 need_version=$need_version
19001 # Library versioning type.
19002 version_type=$version_type
19004 # Shared library runtime path variable.
19005 runpath_var=$runpath_var
19007 # Shared library path variable.
19008 shlibpath_var=$shlibpath_var
19010 # Is shlibpath searched before the hard-coded library search path?
19011 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
19013 # Format of library name prefix.
19014 libname_spec=$lt_libname_spec
19016 # List of archive names. First name is the real one, the rest are links.
19017 # The last name is the one that the linker finds with -lNAME
19018 library_names_spec=$lt_library_names_spec
19020 # The coded name of the library, if different from the real name.
19021 soname_spec=$lt_soname_spec
19023 # Permission mode override for installation of shared libraries.
19024 install_override_mode=$lt_install_override_mode
19026 # Command to use after installation of a shared archive.
19027 postinstall_cmds=$lt_postinstall_cmds
19029 # Command to use after uninstallation of a shared archive.
19030 postuninstall_cmds=$lt_postuninstall_cmds
19032 # Commands used to finish a libtool library installation in a directory.
19033 finish_cmds=$lt_finish_cmds
19035 # As "finish_cmds", except a single script fragment to be evaled but
19037 finish_eval=$lt_finish_eval
19039 # Whether we should hardcode library paths into libraries.
19040 hardcode_into_libs=$hardcode_into_libs
19042 # Compile-time system search path for libraries.
19043 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
19045 # Run-time system search path for libraries.
19046 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
19048 # Whether dlopen is supported.
19049 dlopen_support=$enable_dlopen
19051 # Whether dlopen of programs is supported.
19052 dlopen_self=$enable_dlopen_self
19054 # Whether dlopen of statically linked programs is supported.
19055 dlopen_self_static=$enable_dlopen_self_static
19057 # Commands to strip libraries.
19058 old_striplib=$lt_old_striplib
19059 striplib=$lt_striplib
19062 # The linker used to build libraries.
19065 # How to create reloadable object files.
19066 reload_flag=$lt_reload_flag
19067 reload_cmds=$lt_reload_cmds
19069 # Commands used to build an old-style archive.
19070 old_archive_cmds=$lt_old_archive_cmds
19072 # A language specific compiler.
19075 # Is the compiler the GNU compiler?
19078 # Compiler flag to turn off builtin functions.
19079 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
19081 # How to pass a linker flag through the compiler.
19082 wl=$lt_lt_prog_compiler_wl
19084 # Additional compiler flags for building library objects.
19085 pic_flag=$lt_lt_prog_compiler_pic
19087 # Compiler flag to prevent dynamic linking.
19088 link_static_flag=$lt_lt_prog_compiler_static
19090 # Does compiler simultaneously support -c and -o options?
19091 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
19093 # Whether or not to add -lc for building shared libraries.
19094 build_libtool_need_lc=$archive_cmds_need_lc
19096 # Whether or not to disallow shared libs when runtime libs are static.
19097 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
19099 # Compiler flag to allow reflexive dlopens.
19100 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
19102 # Compiler flag to generate shared objects directly from archives.
19103 whole_archive_flag_spec=$lt_whole_archive_flag_spec
19105 # Whether the compiler copes with passing no objects directly.
19106 compiler_needs_object=$lt_compiler_needs_object
19108 # Create an old-style archive from a shared archive.
19109 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
19111 # Create a temporary old-style archive to link instead of a shared archive.
19112 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
19114 # Commands used to build a shared archive.
19115 archive_cmds=$lt_archive_cmds
19116 archive_expsym_cmds=$lt_archive_expsym_cmds
19118 # Commands used to build a loadable module if different from building
19119 # a shared archive.
19120 module_cmds=$lt_module_cmds
19121 module_expsym_cmds=$lt_module_expsym_cmds
19123 # Whether we are building with GNU ld or not.
19124 with_gnu_ld=$lt_with_gnu_ld
19126 # Flag that allows shared libraries with undefined symbols to be built.
19127 allow_undefined_flag=$lt_allow_undefined_flag
19129 # Flag that enforces no undefined symbols.
19130 no_undefined_flag=$lt_no_undefined_flag
19132 # Flag to hardcode \$libdir into a binary during linking.
19133 # This must work even if \$libdir does not exist
19134 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
19136 # If ld is used when linking, flag to hardcode \$libdir into a binary
19137 # during linking. This must work even if \$libdir does not exist.
19138 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
19140 # Whether we need a single "-rpath" flag with a separated argument.
19141 hardcode_libdir_separator=$lt_hardcode_libdir_separator
19143 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19144 # DIR into the resulting binary.
19145 hardcode_direct=$hardcode_direct
19147 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19148 # DIR into the resulting binary and the resulting library dependency is
19149 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
19150 # library is relocated.
19151 hardcode_direct_absolute=$hardcode_direct_absolute
19153 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
19154 # into the resulting binary.
19155 hardcode_minus_L=$hardcode_minus_L
19157 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
19158 # into the resulting binary.
19159 hardcode_shlibpath_var=$hardcode_shlibpath_var
19161 # Set to "yes" if building a shared library automatically hardcodes DIR
19162 # into the library and all subsequent libraries and executables linked
19164 hardcode_automatic=$hardcode_automatic
19166 # Set to yes if linker adds runtime paths of dependent libraries
19167 # to runtime path list.
19168 inherit_rpath=$inherit_rpath
19170 # Whether libtool must link a program against all its dependency libraries.
19171 link_all_deplibs=$link_all_deplibs
19173 # Fix the shell variable \$srcfile for the compiler.
19174 fix_srcfile_path=$lt_fix_srcfile_path
19176 # Set to "yes" if exported symbols are required.
19177 always_export_symbols=$always_export_symbols
19179 # The commands to list exported symbols.
19180 export_symbols_cmds=$lt_export_symbols_cmds
19182 # Symbols that should not be listed in the preloaded symbols.
19183 exclude_expsyms=$lt_exclude_expsyms
19185 # Symbols that must always be exported.
19186 include_expsyms=$lt_include_expsyms
19188 # Commands necessary for linking programs (against libraries) with templates.
19189 prelink_cmds=$lt_prelink_cmds
19191 # Specify filename containing input files.
19192 file_list_spec=$lt_file_list_spec
19194 # How to hardcode a shared library path into an executable.
19195 hardcode_action=$hardcode_action
19197 # The directories searched by this compiler when creating a shared library.
19198 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
19200 # Dependencies to place before and after the objects being linked to
19201 # create a shared library.
19202 predep_objects=$lt_predep_objects
19203 postdep_objects=$lt_postdep_objects
19204 predeps=$lt_predeps
19205 postdeps=$lt_postdeps
19207 # The library search path used internally by the compiler when linking
19208 # a shared library.
19209 compiler_lib_search_path=$lt_compiler_lib_search_path
19211 # ### END LIBTOOL CONFIG
19217 cat <<\_LT_EOF
>> "$cfgfile"
19218 # AIX sometimes has problems with the GCC collect2 program. For some
19219 # reason, if we set the COLLECT_NAMES environment variable, the problems
19220 # vanish in a puff of smoke.
19221 if test "X${COLLECT_NAMES+set}" != Xset
; then
19223 export COLLECT_NAMES
19230 ltmain
="$ac_aux_dir/ltmain.sh"
19233 # We use sed instead of cat because bash on DJGPP gets confused if
19234 # if finds mixed CR/LF and LF-only lines. Since sed operates in
19235 # text mode, it properly converts lines to CR/LF. This bash problem
19236 # is reportedly fixed, but why not run on old versions too?
19237 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
19238 ||
(rm -f "$cfgfile"; exit 1)
19242 cat << \_LT_EOF
>> "$cfgfile"
19244 # func_dirname file append nondir_replacement
19245 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
19246 # otherwise set result to NONDIR_REPLACEMENT.
19250 */*) func_dirname_result
="${1%/*}${2}" ;;
19251 * ) func_dirname_result
="${3}" ;;
19255 # func_basename file
19258 func_basename_result
="${1##*/}"
19261 # func_dirname_and_basename file append nondir_replacement
19262 # perform func_basename and func_dirname in a single function
19264 # dirname: Compute the dirname of FILE. If nonempty,
19265 # add APPEND to the result, otherwise set result
19266 # to NONDIR_REPLACEMENT.
19267 # value returned in "$func_dirname_result"
19268 # basename: Compute filename of FILE.
19269 # value retuned in "$func_basename_result"
19270 # Implementation must be kept synchronized with func_dirname
19271 # and func_basename. For efficiency, we do not delegate to
19272 # those functions but instead duplicate the functionality here.
19273 func_dirname_and_basename
()
19276 */*) func_dirname_result
="${1%/*}${2}" ;;
19277 * ) func_dirname_result
="${3}" ;;
19279 func_basename_result
="${1##*/}"
19282 # func_stripname prefix suffix name
19283 # strip PREFIX and SUFFIX off of NAME.
19284 # PREFIX and SUFFIX must not contain globbing or regex special
19285 # characters, hashes, percent signs, but SUFFIX may contain a leading
19286 # dot (in which case that matches only a dot).
19289 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
19290 # positional parameters, so assign one to ordinary parameter first.
19291 func_stripname_result
=${3}
19292 func_stripname_result
=${func_stripname_result#"${1}"}
19293 func_stripname_result
=${func_stripname_result%"${2}"}
19299 func_opt_split_opt
=${1%%=*}
19300 func_opt_split_arg
=${1#*=}
19307 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
19308 *) func_lo2o_result
=${1} ;;
19312 # func_xform libobj-or-source
19315 func_xform_result
=${1%.*}.lo
19318 # func_arith arithmetic-term...
19321 func_arith_result
=$
(( $
* ))
19325 # STRING may not start with a hyphen.
19328 func_len_result
=${#1}
19333 *) # Bourne compatible functions.
19334 cat << \_LT_EOF
>> "$cfgfile"
19336 # func_dirname file append nondir_replacement
19337 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
19338 # otherwise set result to NONDIR_REPLACEMENT.
19341 # Extract subdirectory from the argument.
19342 func_dirname_result
=`$ECHO "${1}" | $SED "$dirname"`
19343 if test "X$func_dirname_result" = "X${1}"; then
19344 func_dirname_result
="${3}"
19346 func_dirname_result
="$func_dirname_result${2}"
19350 # func_basename file
19353 func_basename_result
=`$ECHO "${1}" | $SED "$basename"`
19357 # func_stripname prefix suffix name
19358 # strip PREFIX and SUFFIX off of NAME.
19359 # PREFIX and SUFFIX must not contain globbing or regex special
19360 # characters, hashes, percent signs, but SUFFIX may contain a leading
19361 # dot (in which case that matches only a dot).
19362 # func_strip_suffix prefix name
19366 .
*) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
19367 *) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
19372 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
19373 my_sed_long_arg
='1s/^-[^=]*=//'
19378 func_opt_split_opt
=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
19379 func_opt_split_arg
=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
19385 func_lo2o_result
=`$ECHO "${1}" | $SED "$lo2o"`
19388 # func_xform libobj-or-source
19391 func_xform_result
=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
19394 # func_arith arithmetic-term...
19397 func_arith_result
=`expr "$@"`
19401 # STRING may not start with a hyphen.
19404 func_len_result
=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
19410 case $lt_shell_append in
19412 cat << \_LT_EOF
>> "$cfgfile"
19414 # func_append var value
19415 # Append VALUE to the end of shell variable VAR.
19423 cat << \_LT_EOF
>> "$cfgfile"
19425 # func_append var value
19426 # Append VALUE to the end of shell variable VAR.
19437 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
19438 ||
(rm -f "$cfgfile"; exit 1)
19440 mv -f "$cfgfile" "$ofile" ||
19441 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
19445 cat <<_LT_EOF >> "$ofile"
19447 # ### BEGIN LIBTOOL TAG CONFIG: CXX
19449 # The linker used to build libraries.
19452 # How to create reloadable object files.
19453 reload_flag=$lt_reload_flag_CXX
19454 reload_cmds=$lt_reload_cmds_CXX
19456 # Commands used to build an old-style archive.
19457 old_archive_cmds=$lt_old_archive_cmds_CXX
19459 # A language specific compiler.
19460 CC=$lt_compiler_CXX
19462 # Is the compiler the GNU compiler?
19465 # Compiler flag to turn off builtin functions.
19466 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
19468 # How to pass a linker flag through the compiler.
19469 wl=$lt_lt_prog_compiler_wl_CXX
19471 # Additional compiler flags for building library objects.
19472 pic_flag=$lt_lt_prog_compiler_pic_CXX
19474 # Compiler flag to prevent dynamic linking.
19475 link_static_flag=$lt_lt_prog_compiler_static_CXX
19477 # Does compiler simultaneously support -c and -o options?
19478 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
19480 # Whether or not to add -lc for building shared libraries.
19481 build_libtool_need_lc=$archive_cmds_need_lc_CXX
19483 # Whether or not to disallow shared libs when runtime libs are static.
19484 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
19486 # Compiler flag to allow reflexive dlopens.
19487 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
19489 # Compiler flag to generate shared objects directly from archives.
19490 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
19492 # Whether the compiler copes with passing no objects directly.
19493 compiler_needs_object=$lt_compiler_needs_object_CXX
19495 # Create an old-style archive from a shared archive.
19496 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
19498 # Create a temporary old-style archive to link instead of a shared archive.
19499 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
19501 # Commands used to build a shared archive.
19502 archive_cmds=$lt_archive_cmds_CXX
19503 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
19505 # Commands used to build a loadable module if different from building
19506 # a shared archive.
19507 module_cmds=$lt_module_cmds_CXX
19508 module_expsym_cmds=$lt_module_expsym_cmds_CXX
19510 # Whether we are building with GNU ld or not.
19511 with_gnu_ld=$lt_with_gnu_ld_CXX
19513 # Flag that allows shared libraries with undefined symbols to be built.
19514 allow_undefined_flag=$lt_allow_undefined_flag_CXX
19516 # Flag that enforces no undefined symbols.
19517 no_undefined_flag=$lt_no_undefined_flag_CXX
19519 # Flag to hardcode \$libdir into a binary during linking.
19520 # This must work even if \$libdir does not exist
19521 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
19523 # If ld is used when linking, flag to hardcode \$libdir into a binary
19524 # during linking. This must work even if \$libdir does not exist.
19525 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
19527 # Whether we need a single "-rpath" flag with a separated argument.
19528 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
19530 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19531 # DIR into the resulting binary.
19532 hardcode_direct=$hardcode_direct_CXX
19534 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19535 # DIR into the resulting binary and the resulting library dependency is
19536 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
19537 # library is relocated.
19538 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
19540 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
19541 # into the resulting binary.
19542 hardcode_minus_L=$hardcode_minus_L_CXX
19544 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
19545 # into the resulting binary.
19546 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
19548 # Set to "yes" if building a shared library automatically hardcodes DIR
19549 # into the library and all subsequent libraries and executables linked
19551 hardcode_automatic=$hardcode_automatic_CXX
19553 # Set to yes if linker adds runtime paths of dependent libraries
19554 # to runtime path list.
19555 inherit_rpath=$inherit_rpath_CXX
19557 # Whether libtool must link a program against all its dependency libraries.
19558 link_all_deplibs=$link_all_deplibs_CXX
19560 # Fix the shell variable \$srcfile for the compiler.
19561 fix_srcfile_path=$lt_fix_srcfile_path_CXX
19563 # Set to "yes" if exported symbols are required.
19564 always_export_symbols=$always_export_symbols_CXX
19566 # The commands to list exported symbols.
19567 export_symbols_cmds=$lt_export_symbols_cmds_CXX
19569 # Symbols that should not be listed in the preloaded symbols.
19570 exclude_expsyms=$lt_exclude_expsyms_CXX
19572 # Symbols that must always be exported.
19573 include_expsyms=$lt_include_expsyms_CXX
19575 # Commands necessary for linking programs (against libraries) with templates.
19576 prelink_cmds=$lt_prelink_cmds_CXX
19578 # Specify filename containing input files.
19579 file_list_spec=$lt_file_list_spec_CXX
19581 # How to hardcode a shared library path into an executable.
19582 hardcode_action=$hardcode_action_CXX
19584 # The directories searched by this compiler when creating a shared library.
19585 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
19587 # Dependencies to place before and after the objects being linked to
19588 # create a shared library.
19589 predep_objects=$lt_predep_objects_CXX
19590 postdep_objects=$lt_postdep_objects_CXX
19591 predeps=$lt_predeps_CXX
19592 postdeps=$lt_postdeps_CXX
19594 # The library search path used internally by the compiler when linking
19595 # a shared library.
19596 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
19598 # ### END LIBTOOL TAG CONFIG: CXX
19603 for ac_file
in $CONFIG_FILES; do
19604 # Support "outfile[:infile[:infile...]]"
19606 *:*) ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
19608 # PO directories have a Makefile.in generated from Makefile.in.in.
19609 case "$ac_file" in */Makefile.
in)
19610 # Adjust a relative srcdir.
19611 ac_dir
=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
19612 ac_dir_suffix
=/`echo "$ac_dir"|sed 's%^\./%%'`
19613 ac_dots
=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
19614 # In autoconf-2.13 it is called $ac_given_srcdir.
19615 # In autoconf-2.50 it is called $srcdir.
19616 test -n "$ac_given_srcdir" || ac_given_srcdir
="$srcdir"
19617 case "$ac_given_srcdir" in
19618 .
) top_srcdir
=`echo $ac_dots|sed 's%/$%%'` ;;
19619 /*) top_srcdir
="$ac_given_srcdir" ;;
19620 *) top_srcdir
="$ac_dots$ac_given_srcdir" ;;
19622 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
19623 rm -f "$ac_dir/POTFILES"
19624 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" ||
echo "creating $ac_dir/POTFILES"
19625 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" |
sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," |
sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
19626 POMAKEFILEDEPS
="POTFILES.in"
19627 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
19628 # on $ac_dir but don't depend on user-specified configuration
19630 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
19631 # The LINGUAS file contains the set of available languages.
19632 if test -n "$OBSOLETE_ALL_LINGUAS"; then
19633 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" ||
echo "setting ALL_LINGUAS in configure.ac is obsolete"
19635 ALL_LINGUAS_
=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
19636 # Hide the ALL_LINGUAS assigment from automake.
19637 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
19638 POMAKEFILEDEPS
="$POMAKEFILEDEPS LINGUAS"
19640 # The set of available languages was given in configure.ac.
19641 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
19643 case "$ac_given_srcdir" in
19645 *) srcdirpre
='$(srcdir)/' ;;
19651 for lang
in $ALL_LINGUAS; do
19652 POFILES
="$POFILES $srcdirpre$lang.po"
19653 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
19654 UPDATEPOFILES
="$UPDATEPOFILES $lang.po-update"
19655 DUMMYPOFILES
="$DUMMYPOFILES $lang.nop"
19657 # CATALOGS depends on both $ac_dir and the user's LINGUAS
19658 # environment variable.
19660 if test -n "$ALL_LINGUAS"; then
19661 for presentlang
in $ALL_LINGUAS; do
19663 if test "%UNSET%" != "$LINGUAS"; then
19664 desiredlanguages
="$LINGUAS"
19666 desiredlanguages
="$ALL_LINGUAS"
19668 for desiredlang
in $desiredlanguages; do
19669 # Use the presentlang catalog if desiredlang is
19670 # a. equal to presentlang, or
19671 # b. a variant of presentlang (because in this case,
19672 # presentlang can be used as a fallback for messages
19673 # which are not translated in the desiredlang catalog).
19674 case "$desiredlang" in
19675 "$presentlang"*) useit
=yes;;
19678 if test $useit = yes; then
19679 INST_LINGUAS
="$INST_LINGUAS $presentlang"
19684 if test -n "$INST_LINGUAS"; then
19685 for lang
in $INST_LINGUAS; do
19686 CATALOGS
="$CATALOGS $lang.gmo"
19689 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" ||
echo "creating $ac_dir/Makefile"
19690 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
19691 for f
in "$ac_given_srcdir/$ac_dir"/Rules-
*; do
19692 if test -f "$f"; then
19694 *.orig |
*.bak |
*~
) ;;
19695 *) cat "$f" >> "$ac_dir/Makefile" ;;
19706 *) srcdirpre
='$(srcdir)/' ;;
19710 for lang
in dummy
$OBSOLETE_ALL_LINGUAS; do
19711 if test $lang != dummy
; then
19712 POFILES
="$POFILES $srcdirpre$lang.po"
19713 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
19716 sed -e '/^SRC-POTFILES =/r po/SRC-POTFILES' \
19717 -e '/^BLD-POTFILES =/r po/BLD-POTFILES' \
19718 -e "s,@POFILES@,$POFILES," \
19719 -e "s,@GMOFILES@,$GMOFILES," \
19720 po
/Makefile.
in > po
/Makefile
;;
19728 ac_clean_files
=$ac_clean_files_save
19730 test $ac_write_fail = 0 ||
19731 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
19734 # configure is writing to config.log, and then calls config.status.
19735 # config.status does its own redirection, appending to config.log.
19736 # Unfortunately, on DOS this fails, as config.log is still kept open
19737 # by configure, so config.status won't be able to write to it; its
19738 # output is simply discarded. So we exec the FD to /dev/null,
19739 # effectively closing config.log, so it can be properly (re)opened and
19740 # appended to by config.status. When coming back to configure, we
19741 # need to make the FD available again.
19742 if test "$no_create" != yes; then
19744 ac_config_status_args
=
19745 test "$silent" = yes &&
19746 ac_config_status_args
="$ac_config_status_args --quiet"
19748 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
19750 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19751 # would make configure fail if this is the last instruction.
19752 $ac_cs_success || as_fn_exit
1
19754 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
19755 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19756 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19761 touch config.status.tmp
19762 if touch --reference=config.status config.status.tmp
> /dev
/null
2>&1; then
19763 sed '/as_fn_exit 0/i \
19764 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
19765 touch --reference=Makefile Makefile.tmp \
19766 mv Makefile.tmp Makefile \
19767 ' config.status
> config.status.tmp
19768 touch --reference=config.status config.status.tmp
19769 mv config.status.tmp config.status
19770 chmod +x config.status
19771 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile
> Makefile.tmp
19772 touch --reference=Makefile Makefile.tmp
19773 mv Makefile.tmp Makefile
19775 rm -f config.status.tmp