2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for phsa HSAIL runtime library 1.0.
5 # Report bugs to <pekka.jaaskelainen@parmance.com>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE
=1; export DUALCASE
# for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo_n='print
-rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
55 as_echo_n='/usr
/ucb
/echo -n'
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
65 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
68 as_echo_n='sh
-c $as_echo_n_body as_echo
'
71 as_echo='sh
-c $as_echo_body as_echo
'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
77 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
91 # Find who we are. Look in the path if we contain no directory separator.
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x
; then
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var
in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\
${$as_var+set} = xset \
122 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
135 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x
"${_as_can_reexec}" != xno
&& test "x$CONFIG_SHELL" != x
; then
140 _as_can_reexec
=no
; export _as_can_reexec
;
141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
147 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
149 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec
=; unset _as_can_reexec
;}
162 if test "x$CONFIG_SHELL" = x
; then
163 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
171 case \`(set -o) 2>/dev/null\` in #(
179 as_required
="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
193 exitcode=1; echo positional parameters were not saved.
195 test x\$exitcode = x0 || exit 1
197 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
202 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
203 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
206 PATH=/empty FPATH=/empty; export PATH FPATH
207 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
208 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
209 test \$(( 1 + 1 )) = 2 || exit 1"
210 if (eval "$as_required") 2>/dev
/null
; then :
215 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
218 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
220 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
223 test -z "$as_dir" && as_dir
=.
227 for as_base
in sh bash ksh sh5
; do
228 # Try only shells that exist, to save several forks.
229 as_shell
=$as_dir/$as_base
230 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
231 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
232 CONFIG_SHELL
=$as_shell as_have_required
=yes
233 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
241 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
242 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
243 CONFIG_SHELL
=$SHELL as_have_required
=yes
248 if test "x$CONFIG_SHELL" != x
; then :
250 # We cannot yet assume a decent shell, so we have to provide a
251 # neutralization value for shells without unset; and this also
252 # works around shells that cannot unset nonexistent variables.
253 # Preserve -v and -x to the replacement shell.
256 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
258 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
263 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
264 # Admittedly, this is quite paranoid, since all the known shells bail
265 # out after a failed `exec'.
266 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
270 if test x
$as_have_required = xno
; then :
271 $as_echo "$0: This script requires a shell more modern than all"
272 $as_echo "$0: the shells that I found on your system."
273 if test x
${ZSH_VERSION+set} = xset
; then
274 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
275 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
277 $as_echo "$0: Please tell bug-autoconf@gnu.org and
278 $0: pekka.jaaskelainen@parmance.com about your system,
279 $0: including any error possibly output before this
280 $0: message. Then install a modern shell, or manually run
281 $0: the script under such a shell if you do have one."
287 SHELL
=${CONFIG_SHELL-/bin/sh}
289 # Unset more variables known to interfere with behavior of common tools.
290 CLICOLOR_FORCE
= GREP_OPTIONS
=
291 unset CLICOLOR_FORCE GREP_OPTIONS
293 ## --------------------- ##
294 ## M4sh Shell Functions. ##
295 ## --------------------- ##
298 # Portably unset VAR.
301 { eval $1=; unset $1;}
305 # as_fn_set_status STATUS
306 # -----------------------
307 # Set $? to STATUS, without forking.
315 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
325 # Create "$as_dir" as a directory, including parents if necessary.
330 -*) as_dir
=.
/$as_dir;;
332 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
336 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
339 as_dirs
="'$as_qdir' $as_dirs"
340 as_dir
=`$as_dirname -- "$as_dir" ||
341 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
342 X"$as_dir" : 'X\(//\)[^/]' \| \
343 X"$as_dir" : 'X\(//\)$' \| \
344 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
345 $as_echo X"$as_dir" |
346 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
363 test -d "$as_dir" && break
365 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
366 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
371 # as_fn_executable_p FILE
372 # -----------------------
373 # Test if FILE is an executable regular file.
374 as_fn_executable_p
()
376 test -f "$1" && test -x "$1"
377 } # as_fn_executable_p
378 # as_fn_append VAR VALUE
379 # ----------------------
380 # Append the text in VALUE to the end of the definition contained in VAR. Take
381 # advantage of any shell optimizations that allow amortized linear growth over
382 # repeated appends, instead of the typical quadratic growth present in naive
384 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
385 eval 'as_fn_append ()
398 # Perform arithmetic evaluation on the ARGs, and store the result in the
399 # global $as_val. Take advantage of shells that can avoid forks. The arguments
400 # must be portable across $(()) and expr.
401 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
409 as_val
=`expr "$@" || test $? -eq 1`
414 # as_fn_error STATUS ERROR [LINENO LOG_FD]
415 # ----------------------------------------
416 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
417 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
418 # script with STATUS, using 1 if that was 0.
421 as_status
=$1; test $as_status -eq 0 && as_status
=1
423 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
424 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
426 $as_echo "$as_me: error: $2" >&2
427 as_fn_exit
$as_status
430 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
431 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
437 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
443 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
449 as_me
=`$as_basename -- "$0" ||
450 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
451 X"$0" : 'X\(//\)$' \| \
452 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
454 sed '/^.*\/\([^/][^/]*\)\/*$/{
468 # Avoid depending upon Character Ranges.
469 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
470 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
471 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
472 as_cr_digits
='0123456789'
473 as_cr_alnum
=$as_cr_Letters$as_cr_digits
476 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
477 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
478 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
479 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
480 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
492 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
496 chmod +x
"$as_me.lineno" ||
497 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
499 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
500 # already done that, so ensure we don't try to do so again and fall
501 # in an infinite loop. This has already happened in practice.
502 _as_can_reexec
=no
; export _as_can_reexec
503 # Don't try to exec as it changes $[0], causing all sort of problems
504 # (the dirname of $[0] is not the place where we might find the
505 # original and so on. Autoconf is especially sensitive to this).
507 # Exit status is that of the last command.
511 ECHO_C
= ECHO_N
= ECHO_T
=
512 case `echo -n x` in #(((((
514 case `echo 'xy\c'` in
515 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
517 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
524 rm -f conf$$ conf$$.exe conf$$.
file
525 if test -d conf$$.dir
; then
526 rm -f conf$$.dir
/conf$$.
file
529 mkdir conf$$.dir
2>/dev
/null
531 if (echo >conf$$.
file) 2>/dev
/null
; then
532 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
534 # ... but there are two gotchas:
535 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
536 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
537 # In both cases, we have to default to `cp -pR'.
538 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
540 elif ln conf$$.
file conf$$
2>/dev
/null
; then
548 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
549 rmdir conf$$.dir
2>/dev
/null
551 if mkdir
-p .
2>/dev
/null
; then
552 as_mkdir_p
='mkdir -p "$as_dir"'
554 test -d .
/-p && rmdir .
/-p
559 as_executable_p
=as_fn_executable_p
561 # Sed expression to map a string onto a valid CPP name.
562 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
564 # Sed expression to map a string onto a valid variable name.
565 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
567 SHELL
=${CONFIG_SHELL-/bin/sh}
570 test -n "$DJDIR" ||
exec 7<&0 </dev
/null
574 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
575 # so uname gets run too.
576 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
581 ac_default_prefix
=/usr
/local
583 ac_config_libobj_dir
=.
590 # Identity of this package.
591 PACKAGE_NAME
='phsa HSAIL runtime library'
592 PACKAGE_TARNAME
='phsa-hsail-runtime-library'
593 PACKAGE_VERSION
='1.0'
594 PACKAGE_STRING
='phsa HSAIL runtime library 1.0'
595 PACKAGE_BUGREPORT
='pekka.jaaskelainen@parmance.com'
598 # Factoring default headers for most tests.
599 ac_includes_default
="\
601 #ifdef HAVE_SYS_TYPES_H
602 # include <sys/types.h>
604 #ifdef HAVE_SYS_STAT_H
605 # include <sys/stat.h>
611 # ifdef HAVE_STDLIB_H
616 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
621 #ifdef HAVE_STRINGS_H
622 # include <strings.h>
624 #ifdef HAVE_INTTYPES_H
625 # include <inttypes.h>
634 ac_subst_vars
='am__EXEEXT_FALSE
661 MAC_LINKER_SCRIPT_FALSE
662 MAC_LINKER_SCRIPT_TRUE
663 LINUX_LINKER_SCRIPT_FALSE
664 LINUX_LINKER_SCRIPT_TRUE
690 MAINTAINER_MODE_FALSE
704 INSTALL_STRIP_PROGRAM
758 program_transform_name
771 enable_option_checking
773 enable_maintainer_mode
774 enable_dependency_tracking
775 enable_version_specific_runtime_libs
782 with_gcc_major_version_only
784 ac_precious_vars
='build_alias
799 # Initialize some variables set by options.
801 ac_init_version
=false
802 ac_unrecognized_opts
=
804 # The variables have the same names as the options, with
805 # dashes changed to underlines.
813 program_transform_name
=s
,x
,x
,
821 # Installation directory options.
822 # These are left unexpanded so users can "make install exec_prefix=/foo"
823 # and all the variables that are supposed to be based on exec_prefix
824 # by default will actually change.
825 # Use braces instead of parens because sh, perl, etc. also accept them.
826 # (The list follows the same order as the GNU Coding Standards.)
827 bindir
='${exec_prefix}/bin'
828 sbindir
='${exec_prefix}/sbin'
829 libexecdir
='${exec_prefix}/libexec'
830 datarootdir
='${prefix}/share'
831 datadir
='${datarootdir}'
832 sysconfdir
='${prefix}/etc'
833 sharedstatedir
='${prefix}/com'
834 localstatedir
='${prefix}/var'
835 includedir
='${prefix}/include'
836 oldincludedir
='/usr/include'
837 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
838 infodir
='${datarootdir}/info'
843 libdir
='${exec_prefix}/lib'
844 localedir
='${datarootdir}/locale'
845 mandir
='${datarootdir}/man'
851 # If the previous option needs an argument, assign it.
852 if test -n "$ac_prev"; then
853 eval $ac_prev=\
$ac_option
859 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
864 # Accept the important Cygnus configure options, so we can diagnose typos.
866 case $ac_dashdash$ac_option in
870 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
872 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
875 -build |
--build |
--buil |
--bui |
--bu)
876 ac_prev
=build_alias
;;
877 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
878 build_alias
=$ac_optarg ;;
880 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
881 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
882 ac_prev
=cache_file
;;
883 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
884 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
885 cache_file
=$ac_optarg ;;
888 cache_file
=config.cache
;;
890 -datadir |
--datadir |
--datadi |
--datad)
892 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
893 datadir
=$ac_optarg ;;
895 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
896 |
--dataroo |
--dataro |
--datar)
897 ac_prev
=datarootdir
;;
898 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
899 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
900 datarootdir
=$ac_optarg ;;
902 -disable-* |
--disable-*)
903 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
904 # Reject names that are not valid shell variable names.
905 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
906 as_fn_error $?
"invalid feature name: $ac_useropt"
907 ac_useropt_orig
=$ac_useropt
908 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
909 case $ac_user_opts in
913 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
914 ac_unrecognized_sep
=', ';;
916 eval enable_
$ac_useropt=no
;;
918 -docdir |
--docdir |
--docdi |
--doc |
--do)
920 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
923 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
925 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
928 -enable-* |
--enable-*)
929 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
930 # Reject names that are not valid shell variable names.
931 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
932 as_fn_error $?
"invalid feature name: $ac_useropt"
933 ac_useropt_orig
=$ac_useropt
934 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
935 case $ac_user_opts in
939 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
940 ac_unrecognized_sep
=', ';;
942 eval enable_
$ac_useropt=\
$ac_optarg ;;
944 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
945 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
946 |
--exec |
--exe |
--ex)
947 ac_prev
=exec_prefix
;;
948 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
949 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
950 |
--exec=* |
--exe=* |
--ex=*)
951 exec_prefix
=$ac_optarg ;;
953 -gas |
--gas |
--ga |
--g)
954 # Obsolete; use --with-gas.
957 -help |
--help |
--hel |
--he |
-h)
959 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
960 ac_init_help
=recursive
;;
961 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
962 ac_init_help
=short
;;
964 -host |
--host |
--hos |
--ho)
965 ac_prev
=host_alias
;;
966 -host=* |
--host=* |
--hos=* |
--ho=*)
967 host_alias
=$ac_optarg ;;
969 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
971 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
973 htmldir
=$ac_optarg ;;
975 -includedir |
--includedir |
--includedi |
--included |
--include \
976 |
--includ |
--inclu |
--incl |
--inc)
977 ac_prev
=includedir
;;
978 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
979 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
980 includedir
=$ac_optarg ;;
982 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
984 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
985 infodir
=$ac_optarg ;;
987 -libdir |
--libdir |
--libdi |
--libd)
989 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
992 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
993 |
--libexe |
--libex |
--libe)
994 ac_prev
=libexecdir
;;
995 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
996 |
--libexe=* |
--libex=* |
--libe=*)
997 libexecdir
=$ac_optarg ;;
999 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1000 ac_prev
=localedir
;;
1001 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1002 localedir
=$ac_optarg ;;
1004 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1005 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1006 ac_prev
=localstatedir
;;
1007 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1008 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1009 localstatedir
=$ac_optarg ;;
1011 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1013 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1014 mandir
=$ac_optarg ;;
1016 -nfp |
--nfp |
--nf)
1017 # Obsolete; use --without-fp.
1020 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1021 |
--no-cr |
--no-c |
-n)
1024 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1025 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1028 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1029 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1030 |
--oldin |
--oldi |
--old |
--ol |
--o)
1031 ac_prev
=oldincludedir
;;
1032 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1033 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1034 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1035 oldincludedir
=$ac_optarg ;;
1037 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1039 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1040 prefix
=$ac_optarg ;;
1042 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1043 |
--program-pre |
--program-pr |
--program-p)
1044 ac_prev
=program_prefix
;;
1045 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1046 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1047 program_prefix
=$ac_optarg ;;
1049 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1050 |
--program-suf |
--program-su |
--program-s)
1051 ac_prev
=program_suffix
;;
1052 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1053 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1054 program_suffix
=$ac_optarg ;;
1056 -program-transform-name |
--program-transform-name \
1057 |
--program-transform-nam |
--program-transform-na \
1058 |
--program-transform-n |
--program-transform- \
1059 |
--program-transform |
--program-transfor \
1060 |
--program-transfo |
--program-transf \
1061 |
--program-trans |
--program-tran \
1062 |
--progr-tra |
--program-tr |
--program-t)
1063 ac_prev
=program_transform_name
;;
1064 -program-transform-name=* |
--program-transform-name=* \
1065 |
--program-transform-nam=* |
--program-transform-na=* \
1066 |
--program-transform-n=* |
--program-transform-=* \
1067 |
--program-transform=* |
--program-transfor=* \
1068 |
--program-transfo=* |
--program-transf=* \
1069 |
--program-trans=* |
--program-tran=* \
1070 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1071 program_transform_name
=$ac_optarg ;;
1073 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1075 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1076 pdfdir
=$ac_optarg ;;
1078 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1080 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1083 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1084 |
-silent |
--silent |
--silen |
--sile |
--sil)
1087 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1089 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1091 sbindir
=$ac_optarg ;;
1093 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1094 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1095 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1097 ac_prev
=sharedstatedir
;;
1098 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1099 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1100 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1102 sharedstatedir
=$ac_optarg ;;
1104 -site |
--site |
--sit)
1106 -site=* |
--site=* |
--sit=*)
1109 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1111 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1112 srcdir
=$ac_optarg ;;
1114 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1115 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1116 ac_prev
=sysconfdir
;;
1117 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1118 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1119 sysconfdir
=$ac_optarg ;;
1121 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1122 ac_prev
=target_alias
;;
1123 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1124 target_alias
=$ac_optarg ;;
1126 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1129 -version |
--version |
--versio |
--versi |
--vers |
-V)
1130 ac_init_version
=: ;;
1133 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1134 # Reject names that are not valid shell variable names.
1135 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1136 as_fn_error $?
"invalid package name: $ac_useropt"
1137 ac_useropt_orig
=$ac_useropt
1138 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1139 case $ac_user_opts in
1143 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1144 ac_unrecognized_sep
=', ';;
1146 eval with_
$ac_useropt=\
$ac_optarg ;;
1148 -without-* |
--without-*)
1149 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1150 # Reject names that are not valid shell variable names.
1151 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1152 as_fn_error $?
"invalid package name: $ac_useropt"
1153 ac_useropt_orig
=$ac_useropt
1154 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1155 case $ac_user_opts in
1159 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1160 ac_unrecognized_sep
=', ';;
1162 eval with_
$ac_useropt=no
;;
1165 # Obsolete; use --with-x.
1168 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1169 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1170 ac_prev
=x_includes
;;
1171 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1172 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1173 x_includes
=$ac_optarg ;;
1175 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1176 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1177 ac_prev
=x_libraries
;;
1178 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1179 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1180 x_libraries
=$ac_optarg ;;
1182 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1183 Try \`$0 --help' for more information"
1187 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1188 # Reject names that are not valid shell variable names.
1189 case $ac_envvar in #(
1190 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1191 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1193 eval $ac_envvar=\
$ac_optarg
1194 export $ac_envvar ;;
1197 # FIXME: should be removed in autoconf 3.0.
1198 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1199 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1200 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1201 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1207 if test -n "$ac_prev"; then
1208 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1209 as_fn_error $?
"missing argument to $ac_option"
1212 if test -n "$ac_unrecognized_opts"; then
1213 case $enable_option_checking in
1215 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1216 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1220 # Check all directory arguments for consistency.
1221 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1222 datadir sysconfdir sharedstatedir localstatedir includedir \
1223 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1224 libdir localedir mandir
1226 eval ac_val
=\$
$ac_var
1227 # Remove trailing slashes.
1230 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1231 eval $ac_var=\
$ac_val;;
1233 # Be sure to have absolute directory names.
1235 [\\/$
]* | ?
:[\\/]* ) continue;;
1236 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1238 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1241 # There might be people who depend on the old broken behavior: `$host'
1242 # used to hold the argument of --host etc.
1243 # FIXME: To remove some day.
1246 target
=$target_alias
1248 # FIXME: To remove some day.
1249 if test "x$host_alias" != x
; then
1250 if test "x$build_alias" = x
; then
1251 cross_compiling
=maybe
1252 elif test "x$build_alias" != "x$host_alias"; then
1258 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1260 test "$silent" = yes && exec 6>/dev
/null
1263 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1264 ac_ls_di
=`ls -di .` &&
1265 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1266 as_fn_error $?
"working directory cannot be determined"
1267 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1268 as_fn_error $?
"pwd does not report name of working directory"
1271 # Find the source files, if location was not specified.
1272 if test -z "$srcdir"; then
1273 ac_srcdir_defaulted
=yes
1274 # Try the directory containing this script, then the parent directory.
1275 ac_confdir
=`$as_dirname -- "$as_myself" ||
1276 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1277 X"$as_myself" : 'X\(//\)[^/]' \| \
1278 X"$as_myself" : 'X\(//\)$' \| \
1279 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1280 $as_echo X"$as_myself" |
1281 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1299 if test ! -r "$srcdir/$ac_unique_file"; then
1303 ac_srcdir_defaulted
=no
1305 if test ! -r "$srcdir/$ac_unique_file"; then
1306 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1307 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1309 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1311 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1313 # When building in place, set srcdir=.
1314 if test "$ac_abs_confdir" = "$ac_pwd"; then
1317 # Remove unnecessary trailing slashes from srcdir.
1318 # Double slashes in file names in object file debugging info
1319 # mess up M-x gdb in Emacs.
1321 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1323 for ac_var
in $ac_precious_vars; do
1324 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1325 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1326 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1327 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1331 # Report the --help message.
1333 if test "$ac_init_help" = "long"; then
1334 # Omit some internal or obsolete options to make the list less imposing.
1335 # This message is too long to be a string in the A/UX 3.1 sh.
1337 \`configure' configures phsa HSAIL runtime library 1.0 to adapt to many kinds of systems.
1339 Usage: $0 [OPTION]... [VAR=VALUE]...
1341 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1342 VAR=VALUE. See below for descriptions of some of the useful variables.
1344 Defaults for the options are specified in brackets.
1347 -h, --help display this help and exit
1348 --help=short display options specific to this package
1349 --help=recursive display the short help of all the included packages
1350 -V, --version display version information and exit
1351 -q, --quiet, --silent do not print \`checking ...' messages
1352 --cache-file=FILE cache test results in FILE [disabled]
1353 -C, --config-cache alias for \`--cache-file=config.cache'
1354 -n, --no-create do not create output files
1355 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1357 Installation directories:
1358 --prefix=PREFIX install architecture-independent files in PREFIX
1359 [$ac_default_prefix]
1360 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1363 By default, \`make install' will install all the files in
1364 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1365 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1366 for instance \`--prefix=\$HOME'.
1368 For better control, use the options below.
1370 Fine tuning of the installation directories:
1371 --bindir=DIR user executables [EPREFIX/bin]
1372 --sbindir=DIR system admin executables [EPREFIX/sbin]
1373 --libexecdir=DIR program executables [EPREFIX/libexec]
1374 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1375 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1376 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1377 --libdir=DIR object code libraries [EPREFIX/lib]
1378 --includedir=DIR C header files [PREFIX/include]
1379 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1380 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1381 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1382 --infodir=DIR info documentation [DATAROOTDIR/info]
1383 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1384 --mandir=DIR man documentation [DATAROOTDIR/man]
1385 --docdir=DIR documentation root
1386 [DATAROOTDIR/doc/phsa-hsail-runtime-library]
1387 --htmldir=DIR html documentation [DOCDIR]
1388 --dvidir=DIR dvi documentation [DOCDIR]
1389 --pdfdir=DIR pdf documentation [DOCDIR]
1390 --psdir=DIR ps documentation [DOCDIR]
1396 --program-prefix=PREFIX prepend PREFIX to installed program names
1397 --program-suffix=SUFFIX append SUFFIX to installed program names
1398 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1401 --build=BUILD configure
for building on BUILD
[guessed
]
1402 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1403 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1407 if test -n "$ac_init_help"; then
1408 case $ac_init_help in
1409 short | recursive
) echo "Configuration of phsa HSAIL runtime library 1.0:";;
1414 --disable-option-checking ignore unrecognized
--enable/--with options
1415 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1416 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1417 --enable-silent-rules less verbose build output
(undo
: "make V=1")
1418 --disable-silent-rules verbose build output
(undo
: "make V=0")
1419 --enable-maintainer-mode
1420 enable make rules and dependencies not useful
(and
1421 sometimes confusing
) to the casual installer
1422 --enable-dependency-tracking
1423 do not reject slow dependency extractors
1424 --disable-dependency-tracking
1425 speeds up one-time build
1426 --enable-version-specific-runtime-libs
1427 Specify that runtime libraries should be installed
1428 in a compi ler-specific directory
1429 --enable-shared[=PKGS
] build shared libraries
[default
=yes]
1430 --enable-static[=PKGS
] build static libraries
[default
=yes]
1431 --enable-fast-install[=PKGS
]
1432 optimize
for fast installation
[default
=yes]
1433 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1436 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1437 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1438 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1440 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1441 --with-gcc-major-version-only
1442 use only GCC major number
in filesystem paths
1444 Some influential environment variables
:
1445 CC C compiler
command
1446 CFLAGS C compiler flags
1447 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1448 nonstandard directory
<lib dir
>
1449 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1450 CPPFLAGS
(Objective
) C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if
1451 you have headers
in a nonstandard directory
<include dir
>
1452 CXX C
++ compiler
command
1453 CXXFLAGS C
++ compiler flags
1455 CXXCPP C
++ preprocessor
1457 Use these variables to override the choices made by
`configure' or to help
1458 it to find libraries and programs with nonstandard names/locations.
1460 Report bugs to <pekka.jaaskelainen@parmance.com>.
1465 if test "$ac_init_help" = "recursive"; then
1466 # If there are subdirs, report their specific --help.
1467 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1468 test -d "$ac_dir" ||
1469 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1474 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1476 ac_dir_suffix=/`$as_echo "$ac_dir" |
sed 's|^\.[\\/]||'`
1477 # A ".." for each directory in $ac_dir_suffix.
1478 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" |
sed 's|/[^\\/]*|/..|g;s|/||'`
1479 case $ac_top_builddir_sub in
1480 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1481 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1484 ac_abs_top_builddir=$ac_pwd
1485 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1486 # for backward compatibility:
1487 ac_top_builddir=$ac_top_build_prefix
1490 .) # We are building in place.
1492 ac_top_srcdir=$ac_top_builddir_sub
1493 ac_abs_top_srcdir=$ac_pwd ;;
1494 [\\/]* | ?:[\\/]* ) # Absolute name.
1495 ac_srcdir=$srcdir$ac_dir_suffix;
1496 ac_top_srcdir=$srcdir
1497 ac_abs_top_srcdir=$srcdir ;;
1499 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1500 ac_top_srcdir=$ac_top_build_prefix$srcdir
1501 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1503 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1505 cd "$ac_dir" || { ac_status=$?; continue; }
1506 # Check for guested configure.
1507 if test -f "$ac_srcdir/configure.gnu"; then
1509 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1510 elif test -f "$ac_srcdir/configure"; then
1512 $SHELL "$ac_srcdir/configure" --help=recursive
1514 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1516 cd "$ac_pwd" || { ac_status=$?; break; }
1520 test -n "$ac_init_help" && exit $ac_status
1521 if $ac_init_version; then
1523 phsa HSAIL runtime library configure 1.0
1524 generated by GNU Autoconf 2.69
1526 Copyright (C) 2012 Free Software Foundation, Inc.
1527 This configure script is free software; the Free Software Foundation
1528 gives unlimited permission to copy, distribute and modify it.
1533 ## ------------------------ ##
1534 ## Autoconf initialization. ##
1535 ## ------------------------ ##
1537 # ac_fn_c_try_compile LINENO
1538 # --------------------------
1539 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1540 ac_fn_c_try_compile ()
1542 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1543 rm -f conftest.$ac_objext
1544 if { { ac_try="$ac_compile"
1546 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1547 *) ac_try_echo
=$ac_try;;
1549 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1550 $as_echo "$ac_try_echo"; } >&5
1551 (eval "$ac_compile") 2>conftest.err
1553 if test -s conftest.err
; then
1554 grep -v '^ *+' conftest.err
>conftest.er1
1555 cat conftest.er1
>&5
1556 mv -f conftest.er1 conftest.err
1558 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1559 test $ac_status = 0; } && {
1560 test -z "$ac_c_werror_flag" ||
1561 test ! -s conftest.err
1562 } && test -s conftest.
$ac_objext; then :
1565 $as_echo "$as_me: failed program was:" >&5
1566 sed 's/^/| /' conftest.
$ac_ext >&5
1570 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1571 as_fn_set_status
$ac_retval
1573 } # ac_fn_c_try_compile
1575 # ac_fn_cxx_try_compile LINENO
1576 # ----------------------------
1577 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1578 ac_fn_cxx_try_compile
()
1580 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1581 rm -f conftest.
$ac_objext
1582 if { { ac_try
="$ac_compile"
1584 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1585 *) ac_try_echo=$ac_try;;
1587 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1588 $as_echo "$ac_try_echo"; } >&5
1589 (eval "$ac_compile") 2>conftest.err
1591 if test -s conftest.err; then
1592 grep -v '^ *+' conftest.err >conftest.er1
1593 cat conftest.er1 >&5
1594 mv -f conftest.er1 conftest.err
1596 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1597 test $ac_status = 0; } && {
1598 test -z "$ac_cxx_werror_flag" ||
1599 test ! -s conftest.err
1600 } && test -s conftest.$ac_objext; then :
1603 $as_echo "$as_me: failed program was:" >&5
1604 sed 's/^/| /' conftest.$ac_ext >&5
1608 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1609 as_fn_set_status $ac_retval
1611 } # ac_fn_cxx_try_compile
1613 # ac_fn_c_try_link LINENO
1614 # -----------------------
1615 # Try to link conftest.$ac_ext, and return whether this succeeded.
1618 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1619 rm -f conftest.$ac_objext conftest$ac_exeext
1620 if { { ac_try="$ac_link"
1622 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1623 *) ac_try_echo
=$ac_try;;
1625 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1626 $as_echo "$ac_try_echo"; } >&5
1627 (eval "$ac_link") 2>conftest.err
1629 if test -s conftest.err
; then
1630 grep -v '^ *+' conftest.err
>conftest.er1
1631 cat conftest.er1
>&5
1632 mv -f conftest.er1 conftest.err
1634 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1635 test $ac_status = 0; } && {
1636 test -z "$ac_c_werror_flag" ||
1637 test ! -s conftest.err
1638 } && test -s conftest
$ac_exeext && {
1639 test "$cross_compiling" = yes ||
1640 test -x conftest
$ac_exeext
1644 $as_echo "$as_me: failed program was:" >&5
1645 sed 's/^/| /' conftest.
$ac_ext >&5
1649 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1650 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1651 # interfere with the next link command; also delete a directory that is
1652 # left behind by Apple's compiler. We do this before executing the actions.
1653 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1654 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1655 as_fn_set_status
$ac_retval
1657 } # ac_fn_c_try_link
1659 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1660 # -------------------------------------------------------
1661 # Tests whether HEADER exists and can be compiled using the include files in
1662 # INCLUDES, setting the cache variable VAR accordingly.
1663 ac_fn_c_check_header_compile
()
1665 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1667 $as_echo_n "checking for $2... " >&6; }
1668 if eval \
${$3+:} false
; then :
1669 $as_echo_n "(cached) " >&6
1671 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
1672 /* end confdefs.h. */
1676 if ac_fn_c_try_compile
"$LINENO"; then :
1681 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
1684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1685 $as_echo "$ac_res" >&6; }
1686 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1688 } # ac_fn_c_check_header_compile
1690 # ac_fn_c_try_cpp LINENO
1691 # ----------------------
1692 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1695 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1696 if { { ac_try
="$ac_cpp conftest.$ac_ext"
1698 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1699 *) ac_try_echo=$ac_try;;
1701 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1702 $as_echo "$ac_try_echo"; } >&5
1703 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1705 if test -s conftest.err; then
1706 grep -v '^ *+' conftest.err >conftest.er1
1707 cat conftest.er1 >&5
1708 mv -f conftest.er1 conftest.err
1710 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1711 test $ac_status = 0; } > conftest.i && {
1712 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1713 test ! -s conftest.err
1717 $as_echo "$as_me: failed program was:" >&5
1718 sed 's/^/| /' conftest.$ac_ext >&5
1722 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1723 as_fn_set_status $ac_retval
1727 # ac_fn_c_try_run LINENO
1728 # ----------------------
1729 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1730 # that executables *can* be run.
1733 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1734 if { { ac_try="$ac_link"
1736 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1737 *) ac_try_echo
=$ac_try;;
1739 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1740 $as_echo "$ac_try_echo"; } >&5
1741 (eval "$ac_link") 2>&5
1743 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1744 test $ac_status = 0; } && { ac_try
='./conftest$ac_exeext'
1745 { { case "(($ac_try" in
1746 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1747 *) ac_try_echo=$ac_try;;
1749 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1750 $as_echo "$ac_try_echo"; } >&5
1751 (eval "$ac_try") 2>&5
1753 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1754 test $ac_status = 0; }; }; then :
1757 $as_echo "$as_me: program exited with status $ac_status" >&5
1758 $as_echo "$as_me: failed program was:" >&5
1759 sed 's/^/| /' conftest.$ac_ext >&5
1761 ac_retval=$ac_status
1763 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1764 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1765 as_fn_set_status $ac_retval
1769 # ac_fn_c_check_func LINENO FUNC VAR
1770 # ----------------------------------
1771 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1772 ac_fn_c_check_func ()
1774 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1776 $as_echo_n "checking for $2... " >&6; }
1777 if eval \${$3+:} false; then :
1778 $as_echo_n "(cached) " >&6
1780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1781 /* end confdefs.h. */
1782 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1783 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1784 #define $2 innocuous_$2
1786 /* System header to define __stub macros and hopefully few prototypes,
1787 which can conflict with char $2 (); below.
1788 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1789 <limits.h> exists even on freestanding compilers. */
1792 # include <limits.h>
1794 # include <assert.h>
1799 /* Override any GCC internal prototype to avoid an error.
1800 Use char because int might match the return type of a GCC
1801 builtin and then its argument prototype would still apply. */
1806 /* The GNU C library defines this for functions which it implements
1807 to always fail with ENOSYS. Some functions are actually named
1808 something starting with __ and the normal name is an alias. */
1809 #if defined __stub_$2 || defined __stub___$2
1821 if ac_fn_c_try_link "$LINENO"; then :
1826 rm -f core conftest.err conftest.$ac_objext \
1827 conftest$ac_exeext conftest.$ac_ext
1830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1831 $as_echo "$ac_res" >&6; }
1832 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1834 } # ac_fn_c_check_func
1836 # ac_fn_cxx_try_cpp LINENO
1837 # ------------------------
1838 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1839 ac_fn_cxx_try_cpp ()
1841 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1842 if { { ac_try="$ac_cpp conftest.$ac_ext"
1844 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1845 *) ac_try_echo
=$ac_try;;
1847 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1848 $as_echo "$ac_try_echo"; } >&5
1849 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1851 if test -s conftest.err
; then
1852 grep -v '^ *+' conftest.err
>conftest.er1
1853 cat conftest.er1
>&5
1854 mv -f conftest.er1 conftest.err
1856 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1857 test $ac_status = 0; } > conftest.i
&& {
1858 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
1859 test ! -s conftest.err
1863 $as_echo "$as_me: failed program was:" >&5
1864 sed 's/^/| /' conftest.
$ac_ext >&5
1868 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1869 as_fn_set_status
$ac_retval
1871 } # ac_fn_cxx_try_cpp
1873 # ac_fn_cxx_try_link LINENO
1874 # -------------------------
1875 # Try to link conftest.$ac_ext, and return whether this succeeded.
1876 ac_fn_cxx_try_link
()
1878 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1879 rm -f conftest.
$ac_objext conftest
$ac_exeext
1880 if { { ac_try
="$ac_link"
1882 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1883 *) ac_try_echo=$ac_try;;
1885 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1886 $as_echo "$ac_try_echo"; } >&5
1887 (eval "$ac_link") 2>conftest.err
1889 if test -s conftest.err; then
1890 grep -v '^ *+' conftest.err >conftest.er1
1891 cat conftest.er1 >&5
1892 mv -f conftest.er1 conftest.err
1894 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1895 test $ac_status = 0; } && {
1896 test -z "$ac_cxx_werror_flag" ||
1897 test ! -s conftest.err
1898 } && test -s conftest$ac_exeext && {
1899 test "$cross_compiling" = yes ||
1900 test -x conftest$ac_exeext
1904 $as_echo "$as_me: failed program was:" >&5
1905 sed 's/^/| /' conftest.$ac_ext >&5
1909 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1910 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1911 # interfere with the next link command; also delete a directory that is
1912 # left behind by Apple's compiler. We do this before executing the actions.
1913 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1914 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1915 as_fn_set_status $ac_retval
1917 } # ac_fn_cxx_try_link
1919 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1920 # --------------------------------------------
1921 # Tries to find the compile-time value of EXPR in a program that includes
1922 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1924 ac_fn_c_compute_int ()
1926 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1927 if test "$cross_compiling" = yes; then
1928 # Depending upon the size, compute the lo and hi bounds.
1929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1930 /* end confdefs.h. */
1935 static int test_array [1 - 2 * !(($2) >= 0)];
1937 return test_array [0];
1943 if ac_fn_c_try_compile "$LINENO"; then :
1946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1947 /* end confdefs.h. */
1952 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1954 return test_array [0];
1960 if ac_fn_c_try_compile "$LINENO"; then :
1961 ac_hi=$ac_mid; break
1963 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1964 if test $ac_lo -le $ac_mid; then
1968 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1970 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1973 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1974 /* end confdefs.h. */
1979 static int test_array [1 - 2 * !(($2) < 0)];
1981 return test_array [0];
1987 if ac_fn_c_try_compile "$LINENO"; then :
1990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1991 /* end confdefs.h. */
1996 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1998 return test_array [0];
2004 if ac_fn_c_try_compile "$LINENO"; then :
2005 ac_lo=$ac_mid; break
2007 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2008 if test $ac_mid -le $ac_hi; then
2012 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2022 # Binary search between lo and hi bounds.
2023 while test "x$ac_lo" != "x$ac_hi"; do
2024 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2025 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2026 /* end confdefs.h. */
2031 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2033 return test_array [0];
2039 if ac_fn_c_try_compile "$LINENO"; then :
2042 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2047 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2051 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2052 /* end confdefs.h. */
2054 static long int longval () { return $2; }
2055 static unsigned long int ulongval () { return $2; }
2062 FILE *f = fopen ("conftest.val", "w");
2067 long int i = longval ();
2070 fprintf (f, "%ld", i);
2074 unsigned long int i = ulongval ();
2077 fprintf (f, "%lu", i);
2079 /* Do not output a trailing newline, as this causes \r\n confusion
2080 on some platforms. */
2081 return ferror (f) || fclose (f) != 0;
2087 if ac_fn_c_try_run "$LINENO"; then :
2088 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2092 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2093 conftest.$ac_objext conftest.beam conftest.$ac_ext
2097 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2098 as_fn_set_status $ac_retval
2100 } # ac_fn_c_compute_int
2101 cat >config.log <<_ACEOF
2102 This file contains any messages produced by compilers while
2103 running configure, to aid debugging if configure makes a mistake.
2105 It was created by phsa HSAIL runtime library $as_me 1.0, which was
2106 generated by GNU Autoconf 2.69. Invocation command line was
2118 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
2119 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
2120 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
2121 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
2122 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
2124 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
2125 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
2127 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
2128 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
2129 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
2130 /usr/bin/hostinfo = `(/usr
/bin
/hostinfo
) 2>/dev
/null ||
echo unknown
`
2131 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
2132 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
2133 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
2137 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2141 test -z "$as_dir" && as_dir=.
2142 $as_echo "PATH: $as_dir"
2158 # Keep a trace of the command line.
2159 # Strip out --no-create and --no-recursion so they do not pile up.
2160 # Strip out --silent because we don't want to record it for future runs.
2161 # Also quote any args containing shell meta-characters.
2162 # Make two passes to allow for proper duplicate-argument suppression.
2166 ac_must_keep_next=false
2172 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2173 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2174 | -silent | --silent | --silen | --sile | --sil)
2177 ac_arg=`$as_echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
2180 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2182 as_fn_append ac_configure_args1 " '$ac_arg'"
2183 if test $ac_must_keep_next = true; then
2184 ac_must_keep_next=false # Got value, back to normal.
2187 *=* | --config-cache | -C | -disable-* | --disable-* \
2188 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2189 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2190 | -with-* | --with-* | -without-* | --without-* | --x)
2191 case "$ac_configure_args0 " in
2192 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2195 -* ) ac_must_keep_next=true ;;
2198 as_fn_append ac_configure_args " '$ac_arg'"
2203 { ac_configure_args0=; unset ac_configure_args0;}
2204 { ac_configure_args1=; unset ac_configure_args1;}
2206 # When interrupted or exit'd, cleanup temporary files, and complete
2207 # config.log. We remove comments because anyway the quotes in there
2208 # would cause problems or look ugly.
2209 # WARNING: Use '\'' to represent an apostrophe within the trap.
2210 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2211 trap 'exit_status=$?
2212 # Save into config.log some information that might help in debugging.
2216 $as_echo "## ---------------- ##
2217 ## Cache variables. ##
2218 ## ---------------- ##"
2220 # The following way of writing the cache mishandles newlines in values,
2222 for ac_var in `(set) 2>&1 |
sed -n '\''s
/^\
([a-zA-Z_
][a-zA-Z0-9_
]*\
)=.
*/\
1/p
'\''`; do
2223 eval ac_val=\$$ac_var
2227 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2228 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2231 _ | IFS | as_nl) ;; #(
2232 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2233 *) { eval $ac_var=; unset $ac_var;} ;;
2238 case $as_nl`(ac_space
='\'' '\''; set) 2>&1` in #(
2239 *${as_nl}ac_space=\ *)
2241 "s/'\''/'\''\\\\'\'''\''/g;
2242 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2245 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2252 $as_echo "## ----------------- ##
2253 ## Output variables. ##
2254 ## ----------------- ##"
2256 for ac_var in $ac_subst_vars
2258 eval ac_val=\$$ac_var
2260 *\'\''*) ac_val=`$as_echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2262 $as_echo "$ac_var='\''$ac_val'\''"
2266 if test -n "$ac_subst_files"; then
2267 $as_echo "## ------------------- ##
2268 ## File substitutions. ##
2269 ## ------------------- ##"
2271 for ac_var in $ac_subst_files
2273 eval ac_val=\$$ac_var
2275 *\'\''*) ac_val=`$as_echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2277 $as_echo "$ac_var='\''$ac_val'\''"
2282 if test -s confdefs.h; then
2283 $as_echo "## ----------- ##
2290 test "$ac_signal" != 0 &&
2291 $as_echo "$as_me: caught signal $ac_signal"
2292 $as_echo "$as_me: exit $exit_status"
2294 rm -f core *.core core.conftest.* &&
2295 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2298 for ac_signal in 1 2 13 15; do
2299 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2303 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2304 rm -f -r conftest* confdefs.h
2306 $as_echo "/* confdefs.h */" > confdefs.h
2308 # Predefined preprocessor variables.
2310 cat >>confdefs.h <<_ACEOF
2311 #define PACKAGE_NAME "$PACKAGE_NAME"
2314 cat >>confdefs.h <<_ACEOF
2315 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2318 cat >>confdefs.h <<_ACEOF
2319 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2322 cat >>confdefs.h <<_ACEOF
2323 #define PACKAGE_STRING "$PACKAGE_STRING"
2326 cat >>confdefs.h <<_ACEOF
2327 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2330 cat >>confdefs.h <<_ACEOF
2331 #define PACKAGE_URL "$PACKAGE_URL"
2335 # Let the site file select an alternate cache file if it wants to.
2336 # Prefer an explicitly selected file to automatically selected ones.
2339 if test -n "$CONFIG_SITE"; then
2340 # We do not want a PATH search for config.site.
2341 case $CONFIG_SITE in #((
2342 -*) ac_site_file1=./$CONFIG_SITE;;
2343 */*) ac_site_file1=$CONFIG_SITE;;
2344 *) ac_site_file1=./$CONFIG_SITE;;
2346 elif test "x$prefix" != xNONE; then
2347 ac_site_file1=$prefix/share/config.site
2348 ac_site_file2=$prefix/etc/config.site
2350 ac_site_file1=$ac_default_prefix/share/config.site
2351 ac_site_file2=$ac_default_prefix/etc/config.site
2353 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2355 test "x$ac_site_file" = xNONE && continue
2356 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2357 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2358 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2359 sed 's/^/| /' "$ac_site_file" >&5
2361 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2362 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2363 as_fn_error $? "failed to load site
script $ac_site_file
2364 See \
`config.log' for more details" "$LINENO" 5; }
2368 if test -r "$cache_file"; then
2369 # Some versions of bash will fail to source /dev/null (special files
2370 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2371 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2372 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2373 $as_echo "$as_me: loading cache $cache_file" >&6;}
2375 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2376 *) . "./$cache_file";;
2380 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2381 $as_echo "$as_me: creating cache $cache_file" >&6;}
2385 # Check that the precious variables saved in the cache have kept the same
2387 ac_cache_corrupted=false
2388 for ac_var in $ac_precious_vars; do
2389 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2390 eval ac_new_set=\$ac_env_${ac_var}_set
2391 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2392 eval ac_new_val=\$ac_env_${ac_var}_value
2393 case $ac_old_set,$ac_new_set in
2395 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&5
2396 $as_echo "$as_me: error
: \
`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2397 ac_cache_corrupted=: ;;
2399 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not
set in the previous run
" >&5
2400 $as_echo "$as_me: error
: \
`$ac_var' was not set in the previous run" >&2;}
2401 ac_cache_corrupted=: ;;
2404 if test "x$ac_old_val" != "x$ac_new_val"; then
2405 # differences in whitespace do not lead to failure.
2406 ac_old_val_w=`echo x
$ac_old_val`
2407 ac_new_val_w=`echo x
$ac_new_val`
2408 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2409 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2410 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run
:" >&2;}
2411 ac_cache_corrupted=:
2413 { $as_echo "$as_me:${as_lineno-$LINENO}: warning
: ignoring whitespace changes
in \
`$ac_var' since the previous run:" >&5
2414 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2415 eval $ac_var=\$ac_old_val
2417 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2418 $as_echo "$as_me: former value
: \
`$ac_old_val'" >&2;}
2419 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2420 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2423 # Pass precious variables to config.status.
2424 if test "$ac_new_set" = set; then
2426 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s
/'/'\\\\\\\\''/g
"` ;;
2427 *) ac_arg=$ac_var=$ac_new_val ;;
2429 case " $ac_configure_args " in
2430 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2431 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2435 if $ac_cache_corrupted; then
2436 { $as_echo "$as_me:${as_lineno-$LINENO}: error
: in \
`$ac_pwd':" >&5
2437 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2438 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2439 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2440 as_fn_error $? "run \`make distclean' and
/or \
`rm $cache_file' and start over" "$LINENO" 5
2442 ## -------------------- ##
2443 ## Main body of script. ##
2444 ## -------------------- ##
2447 ac_cpp='$CPP $CPPFLAGS'
2448 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2449 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2450 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2457 # Needed to define ${target}. Needs to be very early to avoid annoying
2458 # warning about calling AC_ARG_PROGRAM before AC_CANONICAL_SYSTEM
2460 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2461 if test -f "$ac_dir/install-sh"; then
2463 ac_install_sh="$ac_aux_dir/install-sh -c"
2465 elif test -f "$ac_dir/install.sh"; then
2467 ac_install_sh="$ac_aux_dir/install.sh -c"
2469 elif test -f "$ac_dir/shtool"; then
2471 ac_install_sh="$ac_aux_dir/shtool install -c"
2475 if test -z "$ac_aux_dir"; then
2476 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2479 # These three variables are undocumented and unsupported,
2480 # and are intended to be withdrawn in a future Autoconf release.
2481 # They can cause serious problems if a builder's source tree is in a directory
2482 # whose full name contains unusual characters.
2483 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2484 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2485 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2488 # Make sure we can run config.sub.
2489 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2490 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2493 $as_echo_n "checking build system type... " >&6; }
2494 if ${ac_cv_build+:} false; then :
2495 $as_echo_n "(cached) " >&6
2497 ac_build_alias=$build_alias
2498 test "x$ac_build_alias" = x &&
2499 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2500 test "x$ac_build_alias" = x &&
2501 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2502 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2503 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2507 $as_echo "$ac_cv_build" >&6; }
2508 case $ac_cv_build in
2510 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2513 ac_save_IFS=$IFS; IFS='-'
2519 # Remember, the first character of IFS is used to create $*,
2520 # except with old shells:
2523 case $build_os in *\ *) build_os=`echo "$build_os" |
sed 's/ /-/g'`;; esac
2526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2527 $as_echo_n "checking host system type... " >&6; }
2528 if ${ac_cv_host+:} false; then :
2529 $as_echo_n "(cached) " >&6
2531 if test "x$host_alias" = x; then
2532 ac_cv_host=$ac_cv_build
2534 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2535 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2540 $as_echo "$ac_cv_host" >&6; }
2543 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2546 ac_save_IFS=$IFS; IFS='-'
2552 # Remember, the first character of IFS is used to create $*,
2553 # except with old shells:
2556 case $host_os in *\ *) host_os=`echo "$host_os" |
sed 's/ /-/g'`;; esac
2559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2560 $as_echo_n "checking target system type... " >&6; }
2561 if ${ac_cv_target+:} false; then :
2562 $as_echo_n "(cached) " >&6
2564 if test "x$target_alias" = x; then
2565 ac_cv_target=$ac_cv_host
2567 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2568 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2573 $as_echo "$ac_cv_target" >&6; }
2574 case $ac_cv_target in
2576 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2578 target=$ac_cv_target
2579 ac_save_IFS=$IFS; IFS='-'
2585 # Remember, the first character of IFS is used to create $*,
2586 # except with old shells:
2589 case $target_os in *\ *) target_os=`echo "$target_os" |
sed 's/ /-/g'`;; esac
2592 # The aliases save the names the user supplied, while $host etc.
2593 # will get canonicalized.
2594 test -n "$target_alias" &&
2595 test "$program_prefix$program_suffix$program_transform_name" = \
2597 program_prefix=${target_alias}-
2599 target_alias=${target_alias-$host_alias}
2601 am__api_version='1.15'
2603 # Find a good install program. We prefer a C program (faster),
2604 # so one script is as good as another. But avoid the broken or
2605 # incompatible versions:
2606 # SysV /etc/install, /usr/sbin/install
2607 # SunOS /usr/etc/install
2608 # IRIX /sbin/install
2610 # AmigaOS /C/install, which installs bootblocks on floppy discs
2611 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2612 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2613 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2614 # OS/2's system install, which has a completely different semantic
2615 # ./install, which can be erroneously created by make from ./install.sh.
2616 # Reject install programs that cannot install multiple files.
2617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2618 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2619 if test -z "$INSTALL"; then
2620 if ${ac_cv_path_install+:} false; then :
2621 $as_echo_n "(cached) " >&6
2623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2627 test -z "$as_dir" && as_dir=.
2628 # Account for people who put trailing slashes in PATH elements.
2629 case $as_dir/ in #((
2630 ./ | .// | /[cC]/* | \
2631 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2632 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2635 # OSF1 and SCO ODT 3.0 have their own names for install.
2636 # Don't use installbsd from OSF since it installs stuff as root
2638 for ac_prog in ginstall scoinst install; do
2639 for ac_exec_ext in '' $ac_executable_extensions; do
2640 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2641 if test $ac_prog = install &&
2642 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2643 # AIX install. It has an incompatible calling convention.
2645 elif test $ac_prog = install &&
2646 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2647 # program-specific install script used by HP pwplus--don't use.
2650 rm -rf conftest.one conftest.two conftest.dir
2651 echo one > conftest.one
2652 echo two > conftest.two
2654 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2655 test -s conftest.one && test -s conftest.two &&
2656 test -s conftest.dir/conftest.one &&
2657 test -s conftest.dir/conftest.two
2659 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2672 rm -rf conftest.one conftest.two conftest.dir
2675 if test "${ac_cv_path_install+set}" = set; then
2676 INSTALL=$ac_cv_path_install
2678 # As a last resort, use the slow shell script. Don't cache a
2679 # value for INSTALL within a source directory, because that will
2680 # break other packages using the cache if that directory is
2681 # removed, or if the value is a relative name.
2682 INSTALL=$ac_install_sh
2685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2686 $as_echo "$INSTALL" >&6; }
2688 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2689 # It thinks the first close brace ends the variable substitution.
2690 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2692 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2694 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2697 $as_echo_n "checking whether build environment is sane... " >&6; }
2698 # Reject unsafe characters in $srcdir or the absolute working directory
2699 # name. Accept space and tab only in the latter.
2703 *[\\\"\#\$\&\'\`$am_lf]*)
2704 as_fn_error $?
"unsafe absolute working directory name" "$LINENO" 5;;
2707 *[\\\"\
#\$\&\'\`$am_lf\ \ ]*)
2708 as_fn_error $?
"unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2711 # Do 'set' in a subshell so we don't clobber the current shell's
2712 # arguments. Must try -L first in case configure is actually a
2713 # symlink; some systems play weird games with the mod time of symlinks
2714 # (eg FreeBSD returns the mod time of the symlink's containing
2718 for am_try
in 1 2; do
2719 echo "timestamp, slept: $am_has_slept" > conftest.
file
2720 set X
`ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2721 if test "$*" = "X"; then
2723 set X
`ls -t "$srcdir/configure" conftest.file`
2725 if test "$*" != "X $srcdir/configure conftest.file" \
2726 && test "$*" != "X conftest.file $srcdir/configure"; then
2728 # If neither matched, then we have a broken ls. This can happen
2729 # if, for instance, CONFIG_SHELL is bash and it inherits a
2730 # broken ls alias from the environment. This has actually
2731 # happened. Such a system could not be considered "sane".
2732 as_fn_error $?
"ls -t appears to fail. Make sure there is not a broken
2733 alias in your environment" "$LINENO" 5
2735 if test "$2" = conftest.
file ||
test $am_try -eq 2; then
2742 test "$2" = conftest.
file
2748 as_fn_error $?
"newly created file is older than distributed files!
2749 Check your system clock" "$LINENO" 5
2751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2752 $as_echo "yes" >&6; }
2753 # If we didn't sleep, we still need to ensure time stamps of config.status and
2754 # generated files are strictly newer.
2756 if grep 'slept: no' conftest.
file >/dev
/null
2>&1; then
2763 test "$program_prefix" != NONE
&&
2764 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
2765 # Use a double $ so make ignores it.
2766 test "$program_suffix" != NONE
&&
2767 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
2768 # Double any \ or $.
2769 # By default was `s,x,x', remove it if useless.
2770 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
2771 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
2773 # Expand $ac_aux_dir to an absolute path.
2774 am_aux_dir
=`cd "$ac_aux_dir" && pwd`
2776 if test x
"${MISSING+set}" != xset
; then
2779 MISSING
="\${SHELL} \"$am_aux_dir/missing\"" ;;
2781 MISSING
="\${SHELL} $am_aux_dir/missing" ;;
2784 # Use eval to expand $SHELL
2785 if eval "$MISSING --is-lightweight"; then
2786 am_missing_run
="$MISSING "
2789 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2790 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2793 if test x
"${install_sh+set}" != xset
; then
2796 install_sh
="\${SHELL} '$am_aux_dir/install-sh'" ;;
2798 install_sh
="\${SHELL} $am_aux_dir/install-sh"
2802 # Installed binaries are usually stripped using 'strip' when the user
2803 # run "make install-strip". However 'strip' might not be the right
2804 # tool to use in cross-compilation environments, therefore Automake
2805 # will honor the 'STRIP' environment variable to overrule this program.
2806 if test "$cross_compiling" != no
; then
2807 if test -n "$ac_tool_prefix"; then
2808 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2809 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
2810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2811 $as_echo_n "checking for $ac_word... " >&6; }
2812 if ${ac_cv_prog_STRIP+:} false
; then :
2813 $as_echo_n "(cached) " >&6
2815 if test -n "$STRIP"; then
2816 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
2818 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2822 test -z "$as_dir" && as_dir
=.
2823 for ac_exec_ext
in '' $ac_executable_extensions; do
2824 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2825 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
2826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2835 STRIP
=$ac_cv_prog_STRIP
2836 if test -n "$STRIP"; then
2837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2838 $as_echo "$STRIP" >&6; }
2840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2841 $as_echo "no" >&6; }
2846 if test -z "$ac_cv_prog_STRIP"; then
2848 # Extract the first word of "strip", so it can be a program name with args.
2849 set dummy strip
; ac_word
=$2
2850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2851 $as_echo_n "checking for $ac_word... " >&6; }
2852 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
2853 $as_echo_n "(cached) " >&6
2855 if test -n "$ac_ct_STRIP"; then
2856 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
2858 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2862 test -z "$as_dir" && as_dir
=.
2863 for ac_exec_ext
in '' $ac_executable_extensions; do
2864 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2865 ac_cv_prog_ac_ct_STRIP
="strip"
2866 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2875 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
2876 if test -n "$ac_ct_STRIP"; then
2877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2878 $as_echo "$ac_ct_STRIP" >&6; }
2880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2881 $as_echo "no" >&6; }
2884 if test "x$ac_ct_STRIP" = x
; then
2887 case $cross_compiling:$ac_tool_warned in
2889 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2890 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2891 ac_tool_warned
=yes ;;
2896 STRIP
="$ac_cv_prog_STRIP"
2900 INSTALL_STRIP_PROGRAM
="\$(install_sh) -c -s"
2902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2903 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2904 if test -z "$MKDIR_P"; then
2905 if ${ac_cv_path_mkdir+:} false
; then :
2906 $as_echo_n "(cached) " >&6
2908 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2909 for as_dir
in $PATH$PATH_SEPARATOR/opt
/sfw
/bin
2912 test -z "$as_dir" && as_dir
=.
2913 for ac_prog
in mkdir gmkdir
; do
2914 for ac_exec_ext
in '' $ac_executable_extensions; do
2915 as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext" ||
continue
2916 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2917 'mkdir (GNU coreutils) '* | \
2918 'mkdir (coreutils) '* | \
2919 'mkdir (fileutils) '4.1*)
2920 ac_cv_path_mkdir
=$as_dir/$ac_prog$ac_exec_ext
2930 test -d .
/--version && rmdir .
/--version
2931 if test "${ac_cv_path_mkdir+set}" = set; then
2932 MKDIR_P
="$ac_cv_path_mkdir -p"
2934 # As a last resort, use the slow shell script. Don't cache a
2935 # value for MKDIR_P within a source directory, because that will
2936 # break other packages using the cache if that directory is
2937 # removed, or if the value is a relative name.
2938 MKDIR_P
="$ac_install_sh -d"
2941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2942 $as_echo "$MKDIR_P" >&6; }
2944 for ac_prog
in gawk mawk nawk
awk
2946 # Extract the first word of "$ac_prog", so it can be a program name with args.
2947 set dummy
$ac_prog; ac_word
=$2
2948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2949 $as_echo_n "checking for $ac_word... " >&6; }
2950 if ${ac_cv_prog_AWK+:} false
; then :
2951 $as_echo_n "(cached) " >&6
2953 if test -n "$AWK"; then
2954 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
2956 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2960 test -z "$as_dir" && as_dir
=.
2961 for ac_exec_ext
in '' $ac_executable_extensions; do
2962 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2963 ac_cv_prog_AWK
="$ac_prog"
2964 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2974 if test -n "$AWK"; then
2975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2976 $as_echo "$AWK" >&6; }
2978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2979 $as_echo "no" >&6; }
2983 test -n "$AWK" && break
2986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2987 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2989 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2990 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
2991 $as_echo_n "(cached) " >&6
2993 cat >conftest.
make <<\_ACEOF
2996 @
echo '@@@%%%=$(MAKE)=@@@%%%'
2998 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2999 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3001 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3003 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3007 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3009 $as_echo "yes" >&6; }
3012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3013 $as_echo "no" >&6; }
3014 SET_MAKE
="MAKE=${MAKE-make}"
3017 rm -rf .tst
2>/dev
/null
3018 mkdir .tst
2>/dev
/null
3019 if test -d .tst
; then
3024 rmdir .tst
2>/dev
/null
3026 # Check whether --enable-silent-rules was given.
3027 if test "${enable_silent_rules+set}" = set; then :
3028 enableval
=$enable_silent_rules;
3031 case $enable_silent_rules in # (((
3032 yes) AM_DEFAULT_VERBOSITY
=0;;
3033 no
) AM_DEFAULT_VERBOSITY
=1;;
3034 *) AM_DEFAULT_VERBOSITY
=1;;
3036 am_make
=${MAKE-make}
3037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3038 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3039 if ${am_cv_make_support_nested_variables+:} false
; then :
3040 $as_echo_n "(cached) " >&6
3042 if $as_echo 'TRUE=$(BAR$(V))
3048 .PHONY: am__doit' |
$am_make -f - >/dev
/null
2>&1; then
3049 am_cv_make_support_nested_variables
=yes
3051 am_cv_make_support_nested_variables
=no
3054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3055 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3056 if test $am_cv_make_support_nested_variables = yes; then
3058 AM_DEFAULT_V
='$(AM_DEFAULT_VERBOSITY)'
3060 AM_V
=$AM_DEFAULT_VERBOSITY
3061 AM_DEFAULT_V
=$AM_DEFAULT_VERBOSITY
3065 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3066 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3067 # is not polluted with repeated "-I."
3068 am__isrc
=' -I$(srcdir)'
3069 # test to see if srcdir already configured
3070 if test -f $srcdir/config.status
; then
3071 as_fn_error $?
"source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3075 # test whether we have cygpath
3076 if test -z "$CYGPATH_W"; then
3077 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
3078 CYGPATH_W
='cygpath -w'
3085 # Define the identity of the package.
3086 PACKAGE
='phsa-hsail-runtime-library'
3090 cat >>confdefs.h
<<_ACEOF
3091 #define PACKAGE "$PACKAGE"
3095 cat >>confdefs.h
<<_ACEOF
3096 #define VERSION "$VERSION"
3099 # Some tools Automake needs.
3101 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3104 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
3107 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3110 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
3113 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
3115 # For better backward compatibility. To be removed once Automake 1.9.x
3116 # dies out for good. For more background, see:
3117 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3118 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3119 mkdir_p
='$(MKDIR_P)'
3121 # We need awk for the "check" target (and possibly the TAP driver). The
3122 # system "awk" is bad on some platforms.
3123 # Always define AMTAR for backward compatibility. Yes, it's still used
3124 # in the wild :-( We should find a proper way to deprecate it ...
3128 # We'll loop over all known methods to create a tar archive until one works.
3129 _am_tools
='gnutar pax cpio none'
3131 am__tar
='$${TAR-tar} chof - "$$tardir"' am__untar
='$${TAR-tar} xf -'
3138 # POSIX will say in a future version that running "rm -f" with no argument
3139 # is OK; and we want to be able to make that assumption in our Makefile
3140 # recipes. So use an aggressive probe to check that the usage we want is
3141 # actually supported "in the wild" to an acceptable degree.
3142 # See automake bug#10828.
3143 # To make any issue more visible, cause the running configure to be aborted
3144 # by default if the 'rm' program in use doesn't match our expectations; the
3145 # user can still override this though.
3146 if rm -f && rm -fr && rm -rf; then : OK
; else
3150 Your 'rm' program seems unable to run without file operands specified
3151 on the command line, even when the '-f' option is present. This is contrary
3152 to the behaviour of most rm programs out there, and not conforming with
3153 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3155 Please tell bug-automake@gnu.org about your system, including the value
3156 of your $PATH and any error possibly output before this message. This
3157 can help us improve future automake versions.
3160 if test x
"$ACCEPT_INFERIOR_RM_PROGRAM" = x
"yes"; then
3161 echo 'Configuration will proceed anyway, since you have set the' >&2
3162 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3166 Aborting the configuration process, to ensure you take notice of the issue.
3168 You can download and install GNU coreutils to get an 'rm' implementation
3169 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3171 If you want to complete the configuration process using your problematic
3172 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3173 to "yes", and re-run configure.
3176 as_fn_error $?
"Your 'rm' program is bad, sorry." "$LINENO" 5
3182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3183 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
3184 # Check whether --enable-maintainer-mode was given.
3185 if test "${enable_maintainer_mode+set}" = set; then :
3186 enableval
=$enable_maintainer_mode; USE_MAINTAINER_MODE
=$enableval
3188 USE_MAINTAINER_MODE
=no
3191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
3192 $as_echo "$USE_MAINTAINER_MODE" >&6; }
3193 if test $USE_MAINTAINER_MODE = yes; then
3194 MAINTAINER_MODE_TRUE
=
3195 MAINTAINER_MODE_FALSE
='#'
3197 MAINTAINER_MODE_TRUE
='#'
3198 MAINTAINER_MODE_FALSE
=
3201 MAINT
=$MAINTAINER_MODE_TRUE
3206 ac_cpp
='$CPP $CPPFLAGS'
3207 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3208 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3209 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3210 if test -n "$ac_tool_prefix"; then
3211 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3212 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3214 $as_echo_n "checking for $ac_word... " >&6; }
3215 if ${ac_cv_prog_CC+:} false
; then :
3216 $as_echo_n "(cached) " >&6
3218 if test -n "$CC"; then
3219 ac_cv_prog_CC
="$CC" # Let the user override the test.
3221 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3225 test -z "$as_dir" && as_dir
=.
3226 for ac_exec_ext
in '' $ac_executable_extensions; do
3227 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3228 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3229 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3239 if test -n "$CC"; then
3240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3241 $as_echo "$CC" >&6; }
3243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3244 $as_echo "no" >&6; }
3249 if test -z "$ac_cv_prog_CC"; then
3251 # Extract the first word of "gcc", so it can be a program name with args.
3252 set dummy gcc
; ac_word
=$2
3253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3254 $as_echo_n "checking for $ac_word... " >&6; }
3255 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3256 $as_echo_n "(cached) " >&6
3258 if test -n "$ac_ct_CC"; then
3259 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3261 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3265 test -z "$as_dir" && as_dir
=.
3266 for ac_exec_ext
in '' $ac_executable_extensions; do
3267 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3268 ac_cv_prog_ac_ct_CC
="gcc"
3269 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3278 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3279 if test -n "$ac_ct_CC"; then
3280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3281 $as_echo "$ac_ct_CC" >&6; }
3283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3284 $as_echo "no" >&6; }
3287 if test "x$ac_ct_CC" = x
; then
3290 case $cross_compiling:$ac_tool_warned in
3292 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3293 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3294 ac_tool_warned
=yes ;;
3302 if test -z "$CC"; then
3303 if test -n "$ac_tool_prefix"; then
3304 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3305 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3307 $as_echo_n "checking for $ac_word... " >&6; }
3308 if ${ac_cv_prog_CC+:} false
; then :
3309 $as_echo_n "(cached) " >&6
3311 if test -n "$CC"; then
3312 ac_cv_prog_CC
="$CC" # Let the user override the test.
3314 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3318 test -z "$as_dir" && as_dir
=.
3319 for ac_exec_ext
in '' $ac_executable_extensions; do
3320 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3321 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3322 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3332 if test -n "$CC"; then
3333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3334 $as_echo "$CC" >&6; }
3336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3337 $as_echo "no" >&6; }
3343 if test -z "$CC"; then
3344 # Extract the first word of "cc", so it can be a program name with args.
3345 set dummy cc
; ac_word
=$2
3346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3347 $as_echo_n "checking for $ac_word... " >&6; }
3348 if ${ac_cv_prog_CC+:} false
; then :
3349 $as_echo_n "(cached) " >&6
3351 if test -n "$CC"; then
3352 ac_cv_prog_CC
="$CC" # Let the user override the test.
3355 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3359 test -z "$as_dir" && as_dir
=.
3360 for ac_exec_ext
in '' $ac_executable_extensions; do
3361 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3362 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3363 ac_prog_rejected
=yes
3367 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3374 if test $ac_prog_rejected = yes; then
3375 # We found a bogon in the path, so make sure we never use it.
3376 set dummy
$ac_cv_prog_CC
3378 if test $# != 0; then
3379 # We chose a different compiler from the bogus one.
3380 # However, it has the same basename, so the bogon will be chosen
3381 # first if we set CC to just the basename; use the full file name.
3383 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3389 if test -n "$CC"; then
3390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3391 $as_echo "$CC" >&6; }
3393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3394 $as_echo "no" >&6; }
3399 if test -z "$CC"; then
3400 if test -n "$ac_tool_prefix"; then
3401 for ac_prog
in cl.exe
3403 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3404 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3406 $as_echo_n "checking for $ac_word... " >&6; }
3407 if ${ac_cv_prog_CC+:} false
; then :
3408 $as_echo_n "(cached) " >&6
3410 if test -n "$CC"; then
3411 ac_cv_prog_CC
="$CC" # Let the user override the test.
3413 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3417 test -z "$as_dir" && as_dir
=.
3418 for ac_exec_ext
in '' $ac_executable_extensions; do
3419 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3420 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3421 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3431 if test -n "$CC"; then
3432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3433 $as_echo "$CC" >&6; }
3435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3436 $as_echo "no" >&6; }
3440 test -n "$CC" && break
3443 if test -z "$CC"; then
3445 for ac_prog
in cl.exe
3447 # Extract the first word of "$ac_prog", so it can be a program name with args.
3448 set dummy
$ac_prog; ac_word
=$2
3449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3450 $as_echo_n "checking for $ac_word... " >&6; }
3451 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3452 $as_echo_n "(cached) " >&6
3454 if test -n "$ac_ct_CC"; then
3455 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3457 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3461 test -z "$as_dir" && as_dir
=.
3462 for ac_exec_ext
in '' $ac_executable_extensions; do
3463 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3464 ac_cv_prog_ac_ct_CC
="$ac_prog"
3465 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3474 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3475 if test -n "$ac_ct_CC"; then
3476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3477 $as_echo "$ac_ct_CC" >&6; }
3479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3480 $as_echo "no" >&6; }
3484 test -n "$ac_ct_CC" && break
3487 if test "x$ac_ct_CC" = x
; then
3490 case $cross_compiling:$ac_tool_warned in
3492 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3493 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3494 ac_tool_warned
=yes ;;
3503 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3504 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3505 as_fn_error $?
"no acceptable C compiler found in \$PATH
3506 See \`config.log' for more details" "$LINENO" 5; }
3508 # Provide some information about the compiler.
3509 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3512 for ac_option
in --version -v -V -qversion; do
3513 { { ac_try
="$ac_compiler $ac_option >&5"
3515 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3516 *) ac_try_echo=$ac_try;;
3518 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3519 $as_echo "$ac_try_echo"; } >&5
3520 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3522 if test -s conftest.err; then
3524 ... rest of stderr output deleted ...
3525 10q' conftest.err >conftest.er1
3526 cat conftest.er1 >&5
3528 rm -f conftest.er1 conftest.err
3529 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3530 test $ac_status = 0; }
3533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3534 /* end confdefs.h. */
3544 ac_clean_files_save=$ac_clean_files
3545 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3546 # Try to create an executable without -o first, disregard a.out.
3547 # It will help us diagnose broken compilers, and finding out an intuition
3549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3550 $as_echo_n "checking whether the C compiler works... " >&6; }
3551 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
3553 # The possible output files:
3554 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3557 for ac_file in $ac_files
3560 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3561 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3566 if { { ac_try="$ac_link_default"
3568 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3569 *) ac_try_echo
=$ac_try;;
3571 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3572 $as_echo "$ac_try_echo"; } >&5
3573 (eval "$ac_link_default") 2>&5
3575 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3576 test $ac_status = 0; }; then :
3577 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3578 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3579 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3580 # so that the user can short-circuit this test for compilers unknown to
3582 for ac_file
in $ac_files ''
3584 test -f "$ac_file" ||
continue
3586 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
3589 # We found the default executable, but exeext='' is most
3593 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
3595 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3597 # We set ac_cv_exeext here because the later test for it is not
3598 # safe: cross compilers may not add the suffix if given an `-o'
3599 # argument, so we may need to know it at that point already.
3600 # Even if this section looks crufty: it has the advantage of
3607 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
3612 if test -z "$ac_file"; then :
3613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3614 $as_echo "no" >&6; }
3615 $as_echo "$as_me: failed program was:" >&5
3616 sed 's/^/| /' conftest.
$ac_ext >&5
3618 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3619 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3620 as_fn_error
77 "C compiler cannot create executables
3621 See \`config.log' for more details" "$LINENO" 5; }
3623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3624 $as_echo "yes" >&6; }
3626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3627 $as_echo_n "checking for C compiler default output file name... " >&6; }
3628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3629 $as_echo "$ac_file" >&6; }
3630 ac_exeext
=$ac_cv_exeext
3632 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
3633 ac_clean_files
=$ac_clean_files_save
3634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3635 $as_echo_n "checking for suffix of executables... " >&6; }
3636 if { { ac_try
="$ac_link"
3638 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3639 *) ac_try_echo=$ac_try;;
3641 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3642 $as_echo "$ac_try_echo"; } >&5
3643 (eval "$ac_link") 2>&5
3645 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3646 test $ac_status = 0; }; then :
3647 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
3648 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
3649 # work properly (i.e., refer to `conftest.exe'), while it won't with
3651 for ac_file
in conftest.exe conftest conftest.
*; do
3652 test -f "$ac_file" ||
continue
3654 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
3655 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3661 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3662 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3663 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
3664 See \`config.log' for more details" "$LINENO" 5; }
3666 rm -f conftest conftest
$ac_cv_exeext
3667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3668 $as_echo "$ac_cv_exeext" >&6; }
3670 rm -f conftest.
$ac_ext
3671 EXEEXT
=$ac_cv_exeext
3673 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3674 /* end confdefs.h. */
3679 FILE *f = fopen ("conftest.out", "w");
3680 return ferror (f) || fclose (f) != 0;
3686 ac_clean_files
="$ac_clean_files conftest.out"
3687 # Check that the compiler produces executables we can run. If not, either
3688 # the compiler is broken, or we cross compile.
3689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3690 $as_echo_n "checking whether we are cross compiling... " >&6; }
3691 if test "$cross_compiling" != yes; then
3692 { { ac_try
="$ac_link"
3694 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3695 *) ac_try_echo=$ac_try;;
3697 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3698 $as_echo "$ac_try_echo"; } >&5
3699 (eval "$ac_link") 2>&5
3701 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3702 test $ac_status = 0; }
3703 if { ac_try='./conftest$ac_cv_exeext'
3704 { { case "(($ac_try" in
3705 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3706 *) ac_try_echo
=$ac_try;;
3708 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3709 $as_echo "$ac_try_echo"; } >&5
3710 (eval "$ac_try") 2>&5
3712 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3713 test $ac_status = 0; }; }; then
3716 if test "$cross_compiling" = maybe
; then
3719 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3720 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3721 as_fn_error $?
"cannot run C compiled programs.
3722 If you meant to cross compile, use \`--host'.
3723 See \`config.log' for more details" "$LINENO" 5; }
3727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3728 $as_echo "$cross_compiling" >&6; }
3730 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
3731 ac_clean_files
=$ac_clean_files_save
3732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3733 $as_echo_n "checking for suffix of object files... " >&6; }
3734 if ${ac_cv_objext+:} false
; then :
3735 $as_echo_n "(cached) " >&6
3737 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3738 /* end confdefs.h. */
3748 rm -f conftest.o conftest.obj
3749 if { { ac_try
="$ac_compile"
3751 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3752 *) ac_try_echo=$ac_try;;
3754 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3755 $as_echo "$ac_try_echo"; } >&5
3756 (eval "$ac_compile") 2>&5
3758 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3759 test $ac_status = 0; }; then :
3760 for ac_file in conftest.o conftest.obj conftest.*; do
3761 test -f "$ac_file" || continue;
3763 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3764 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3769 $as_echo "$as_me: failed program was:" >&5
3770 sed 's/^/| /' conftest.$ac_ext >&5
3772 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3773 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3774 as_fn_error $? "cannot compute suffix of object files
: cannot compile
3775 See \
`config.log' for more details" "$LINENO" 5; }
3777 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3780 $as_echo "$ac_cv_objext" >&6; }
3781 OBJEXT=$ac_cv_objext
3783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3784 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3785 if ${ac_cv_c_compiler_gnu+:} false; then :
3786 $as_echo_n "(cached) " >&6
3788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3789 /* end confdefs.h. */
3802 if ac_fn_c_try_compile "$LINENO"; then :
3807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3808 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3812 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3813 if test $ac_compiler_gnu = yes; then
3818 ac_test_CFLAGS=${CFLAGS+set}
3819 ac_save_CFLAGS=$CFLAGS
3820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3821 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3822 if ${ac_cv_prog_cc_g+:} false; then :
3823 $as_echo_n "(cached) " >&6
3825 ac_save_c_werror_flag=$ac_c_werror_flag
3826 ac_c_werror_flag=yes
3829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3830 /* end confdefs.h. */
3840 if ac_fn_c_try_compile "$LINENO"; then :
3844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3845 /* end confdefs.h. */
3855 if ac_fn_c_try_compile "$LINENO"; then :
3858 ac_c_werror_flag=$ac_save_c_werror_flag
3860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3861 /* end confdefs.h. */
3871 if ac_fn_c_try_compile "$LINENO"; then :
3874 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3876 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3878 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3879 ac_c_werror_flag=$ac_save_c_werror_flag
3881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3882 $as_echo "$ac_cv_prog_cc_g" >&6; }
3883 if test "$ac_test_CFLAGS" = set; then
3884 CFLAGS=$ac_save_CFLAGS
3885 elif test $ac_cv_prog_cc_g = yes; then
3886 if test "$GCC" = yes; then
3892 if test "$GCC" = yes; then
3898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3899 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3900 if ${ac_cv_prog_cc_c89+:} false; then :
3901 $as_echo_n "(cached) " >&6
3903 ac_cv_prog_cc_c89=no
3905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3906 /* end confdefs.h. */
3910 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3911 struct buf { int x; };
3912 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3913 static char *e (p, i)
3919 static char *f (char * (*g) (char **, int), char **p, ...)
3924 s = g (p, va_arg (v,int));
3929 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3930 function prototypes and stuff, but not '\xHH' hex character constants.
3931 These don't provoke an error unfortunately, instead are silently treated
3932 as 'x'. The following induces an error, until -std is added to get
3933 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3934 array size at least. It's necessary to write '\x00'==0 to get something
3935 that's true only with -std. */
3936 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3938 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3939 inside strings and character constants. */
3941 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3943 int test (int i, double x);
3944 struct s1 {int (*f) (int a);};
3945 struct s2 {int (*f) (double a);};
3946 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3952 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3957 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3958 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3960 CC="$ac_save_CC $ac_arg"
3961 if ac_fn_c_try_compile "$LINENO"; then :
3962 ac_cv_prog_cc_c89=$ac_arg
3964 rm -f core conftest.err conftest.$ac_objext
3965 test "x$ac_cv_prog_cc_c89" != "xno" && break
3967 rm -f conftest.$ac_ext
3972 case "x$ac_cv_prog_cc_c89" in
3974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3975 $as_echo "none needed" >&6; } ;;
3977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3978 $as_echo "unsupported" >&6; } ;;
3980 CC="$CC $ac_cv_prog_cc_c89"
3981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3982 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3984 if test "x$ac_cv_prog_cc_c89" != xno; then :
3989 ac_cpp='$CPP $CPPFLAGS'
3990 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3991 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3992 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3995 ac_cpp='$CPP $CPPFLAGS'
3996 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3997 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3998 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4000 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4001 if ${am_cv_prog_cc_c_o+:} false; then :
4002 $as_echo_n "(cached) " >&6
4004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4005 /* end confdefs.h. */
4015 # Make sure it works both with $CC and with simple cc.
4016 # Following AC_PROG_CC_C_O, we do the test twice because some
4017 # compilers refuse to overwrite an existing .o file with -o,
4018 # though they will create one.
4019 am_cv_prog_cc_c_o=yes
4021 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4022 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4025 (exit $ac_status); } \
4026 && test -f conftest2.$ac_objext; then
4029 am_cv_prog_cc_c_o=no
4033 rm -f core conftest*
4036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4037 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4038 if test "$am_cv_prog_cc_c_o" != yes; then
4039 # Losing compiler, so override with the script.
4040 # FIXME: It is wrong to rewrite CC.
4041 # But if we don't then we get into trouble of one sort or another.
4042 # A longer-term fix would be to have automake use am__CC in this case,
4043 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4044 CC="$am_aux_dir/compile $CC"
4047 ac_cpp='$CPP $CPPFLAGS'
4048 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4049 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4050 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4052 DEPDIR="${am__leading_dot}deps"
4054 ac_config_commands="$ac_config_commands depfiles"
4057 am_make=${MAKE-make}
4058 cat > confinc << 'END'
4060 @echo this is the am__doit target
4063 # If we don't find an include directive, just comment out the code.
4064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4065 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4069 # First try GNU make style include.
4070 echo "include confinc" > confmf
4071 # Ignore all kinds of additional output from 'make'.
4072 case `$am_make -s -f confmf
2> /dev
/null
` in #(
4073 *the\ am__doit\ target*)
4079 # Now try BSD make style include.
4080 if test "$am__include" = "#"; then
4081 echo '.include "confinc"' > confmf
4082 case `$am_make -s -f confmf
2> /dev
/null
` in #(
4083 *the\ am__doit\ target*)
4084 am__include=.include
4092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4093 $as_echo "$_am_result" >&6; }
4094 rm -f confinc confmf
4096 # Check whether --enable-dependency-tracking was given.
4097 if test "${enable_dependency_tracking+set}" = set; then :
4098 enableval=$enable_dependency_tracking;
4101 if test "x$enable_dependency_tracking" != xno; then
4102 am_depcomp="$ac_aux_dir/depcomp"
4106 if test "x$enable_dependency_tracking" != xno; then
4116 depcc="$CC" am_compiler_list=
4118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4119 $as_echo_n "checking dependency style of $depcc... " >&6; }
4120 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4121 $as_echo_n "(cached) " >&6
4123 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4124 # We make a subdir and do the tests there. Otherwise we can end up
4125 # making bogus files that we don't know about and never remove. For
4126 # instance it was reported that on HP-UX the gcc test will end up
4127 # making a dummy file named 'D' -- because '-MD' means "put the output
4131 # Copy depcomp to subdir because otherwise we won't find it if we're
4132 # using a relative directory.
4133 cp "$am_depcomp" conftest.dir
4135 # We will build objects and dependencies in a subdirectory because
4136 # it helps to detect inapplicable dependency modes. For instance
4137 # both Tru64's cc and ICC support -MD to output dependencies as a
4138 # side effect of compilation, but ICC will put the dependencies in
4139 # the current directory while Tru64 will put them in the object
4143 am_cv_CC_dependencies_compiler_type=none
4144 if test "$am_compiler_list" = ""; then
4145 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < .
/depcomp
`
4148 case " $depcc " in #(
4149 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4152 for depmode in $am_compiler_list; do
4153 # Setup a source with many dependencies, because some compilers
4154 # like to wrap large dependency lists on column 80 (with \), and
4155 # we should not choose a depcomp mode which is confused by this.
4157 # We need to recreate these files for each test, as the compiler may
4158 # overwrite some of them when testing with obscure command lines.
4159 # This happens at least with the AIX C compiler.
4161 for i in 1 2 3 4 5 6; do
4162 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4163 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4164 # Solaris 10 /bin/sh.
4165 echo '/* dummy */' > sub/conftst$i.h
4167 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4169 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4170 # mode. It turns out that the SunPro C++ compiler does not properly
4171 # handle '-M -o', and we need to detect this. Also, some Intel
4172 # versions had trouble with output in subdirs.
4173 am__obj=sub/conftest.${OBJEXT-o}
4174 am__minus_obj="-o $am__obj"
4177 # This depmode causes a compiler race in universal mode.
4178 test "$am__universal" = false || continue
4181 # After this tag, mechanisms are not by side-effect, so they'll
4182 # only be used when explicitly requested.
4183 if test "x$enable_dependency_tracking" = xyes; then
4189 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4190 # This compiler won't grok '-c -o', but also, the minuso test has
4191 # not run yet. These depmodes are late enough in the game, and
4192 # so weak that their functioning should not be impacted.
4193 am__obj=conftest.${OBJEXT-o}
4198 if depmode=$depmode \
4199 source=sub/conftest.c object=$am__obj \
4200 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4201 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4202 >/dev/null 2>conftest.err &&
4203 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4204 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4205 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4206 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4207 # icc doesn't choke on unknown options, it will just issue warnings
4208 # or remarks (even with -Werror). So we grep stderr for any message
4209 # that says an option was ignored or not supported.
4210 # When given -MP, icc 7.0 and 7.1 complain thusly:
4211 # icc: Command line warning: ignoring option '-M'; no argument required
4212 # The diagnosis changed in icc 8.0:
4213 # icc: Command line remark: option '-MP' not supported
4214 if (grep 'ignoring option' conftest.err ||
4215 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4216 am_cv_CC_dependencies_compiler_type=$depmode
4225 am_cv_CC_dependencies_compiler_type=none
4229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4230 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4231 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4234 test "x$enable_dependency_tracking" != xno \
4235 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4237 am__fastdepCC_FALSE='#'
4239 am__fastdepCC_TRUE='#'
4240 am__fastdepCC_FALSE=
4245 ac_cpp='$CXXCPP $CPPFLAGS'
4246 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4247 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4248 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4249 if test -z "$CXX"; then
4250 if test -n "$CCC"; then
4253 if test -n "$ac_tool_prefix"; then
4254 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4256 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4257 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4259 $as_echo_n "checking for $ac_word... " >&6; }
4260 if ${ac_cv_prog_CXX+:} false; then :
4261 $as_echo_n "(cached) " >&6
4263 if test -n "$CXX"; then
4264 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4266 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4270 test -z "$as_dir" && as_dir=.
4271 for ac_exec_ext in '' $ac_executable_extensions; do
4272 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4273 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4274 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4284 if test -n "$CXX"; then
4285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4286 $as_echo "$CXX" >&6; }
4288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4289 $as_echo "no" >&6; }
4293 test -n "$CXX" && break
4296 if test -z "$CXX"; then
4298 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4300 # Extract the first word of "$ac_prog", so it can be a program name with args.
4301 set dummy $ac_prog; ac_word=$2
4302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4303 $as_echo_n "checking for $ac_word... " >&6; }
4304 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4305 $as_echo_n "(cached) " >&6
4307 if test -n "$ac_ct_CXX"; then
4308 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4314 test -z "$as_dir" && as_dir=.
4315 for ac_exec_ext in '' $ac_executable_extensions; do
4316 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4317 ac_cv_prog_ac_ct_CXX="$ac_prog"
4318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4327 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4328 if test -n "$ac_ct_CXX"; then
4329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4330 $as_echo "$ac_ct_CXX" >&6; }
4332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4333 $as_echo "no" >&6; }
4337 test -n "$ac_ct_CXX" && break
4340 if test "x$ac_ct_CXX" = x; then
4343 case $cross_compiling:$ac_tool_warned in
4345 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4346 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4347 ac_tool_warned=yes ;;
4355 # Provide some information about the compiler.
4356 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4359 for ac_option in --version -v -V -qversion; do
4360 { { ac_try="$ac_compiler $ac_option >&5"
4362 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4363 *) ac_try_echo
=$ac_try;;
4365 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4366 $as_echo "$ac_try_echo"; } >&5
4367 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4369 if test -s conftest.err
; then
4371 ... rest of stderr output deleted ...
4372 10q' conftest.err
>conftest.er1
4373 cat conftest.er1
>&5
4375 rm -f conftest.er1 conftest.err
4376 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4377 test $ac_status = 0; }
4380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4381 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4382 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4383 $as_echo_n "(cached) " >&6
4385 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4386 /* end confdefs.h. */
4399 if ac_fn_cxx_try_compile
"$LINENO"; then :
4404 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4405 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4409 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4410 if test $ac_compiler_gnu = yes; then
4415 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4416 ac_save_CXXFLAGS
=$CXXFLAGS
4417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4418 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4419 if ${ac_cv_prog_cxx_g+:} false
; then :
4420 $as_echo_n "(cached) " >&6
4422 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4423 ac_cxx_werror_flag
=yes
4426 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4427 /* end confdefs.h. */
4437 if ac_fn_cxx_try_compile
"$LINENO"; then :
4438 ac_cv_prog_cxx_g
=yes
4441 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4442 /* end confdefs.h. */
4452 if ac_fn_cxx_try_compile
"$LINENO"; then :
4455 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4457 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4458 /* end confdefs.h. */
4468 if ac_fn_cxx_try_compile
"$LINENO"; then :
4469 ac_cv_prog_cxx_g
=yes
4471 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4473 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4475 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4476 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4479 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4480 if test "$ac_test_CXXFLAGS" = set; then
4481 CXXFLAGS
=$ac_save_CXXFLAGS
4482 elif test $ac_cv_prog_cxx_g = yes; then
4483 if test "$GXX" = yes; then
4489 if test "$GXX" = yes; then
4496 ac_cpp
='$CPP $CPPFLAGS'
4497 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4498 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4499 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4501 depcc
="$CXX" am_compiler_list
=
4503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4504 $as_echo_n "checking dependency style of $depcc... " >&6; }
4505 if ${am_cv_CXX_dependencies_compiler_type+:} false
; then :
4506 $as_echo_n "(cached) " >&6
4508 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4509 # We make a subdir and do the tests there. Otherwise we can end up
4510 # making bogus files that we don't know about and never remove. For
4511 # instance it was reported that on HP-UX the gcc test will end up
4512 # making a dummy file named 'D' -- because '-MD' means "put the output
4516 # Copy depcomp to subdir because otherwise we won't find it if we're
4517 # using a relative directory.
4518 cp "$am_depcomp" conftest.dir
4520 # We will build objects and dependencies in a subdirectory because
4521 # it helps to detect inapplicable dependency modes. For instance
4522 # both Tru64's cc and ICC support -MD to output dependencies as a
4523 # side effect of compilation, but ICC will put the dependencies in
4524 # the current directory while Tru64 will put them in the object
4528 am_cv_CXX_dependencies_compiler_type
=none
4529 if test "$am_compiler_list" = ""; then
4530 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4533 case " $depcc " in #(
4534 *\
-arch\
*\
-arch\
*) am__universal
=true
;;
4537 for depmode
in $am_compiler_list; do
4538 # Setup a source with many dependencies, because some compilers
4539 # like to wrap large dependency lists on column 80 (with \), and
4540 # we should not choose a depcomp mode which is confused by this.
4542 # We need to recreate these files for each test, as the compiler may
4543 # overwrite some of them when testing with obscure command lines.
4544 # This happens at least with the AIX C compiler.
4546 for i
in 1 2 3 4 5 6; do
4547 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
4548 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4549 # Solaris 10 /bin/sh.
4550 echo '/* dummy */' > sub
/conftst
$i.h
4552 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4554 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4555 # mode. It turns out that the SunPro C++ compiler does not properly
4556 # handle '-M -o', and we need to detect this. Also, some Intel
4557 # versions had trouble with output in subdirs.
4558 am__obj
=sub
/conftest.
${OBJEXT-o}
4559 am__minus_obj
="-o $am__obj"
4562 # This depmode causes a compiler race in universal mode.
4563 test "$am__universal" = false ||
continue
4566 # After this tag, mechanisms are not by side-effect, so they'll
4567 # only be used when explicitly requested.
4568 if test "x$enable_dependency_tracking" = xyes
; then
4574 msvc7 | msvc7msys | msvisualcpp | msvcmsys
)
4575 # This compiler won't grok '-c -o', but also, the minuso test has
4576 # not run yet. These depmodes are late enough in the game, and
4577 # so weak that their functioning should not be impacted.
4578 am__obj
=conftest.
${OBJEXT-o}
4583 if depmode
=$depmode \
4584 source=sub
/conftest.c object
=$am__obj \
4585 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
4586 $SHELL .
/depcomp
$depcc -c $am__minus_obj sub
/conftest.c \
4587 >/dev
/null
2>conftest.err
&&
4588 grep sub
/conftst1.h sub
/conftest.Po
> /dev
/null
2>&1 &&
4589 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
4590 grep $am__obj sub
/conftest.Po
> /dev
/null
2>&1 &&
4591 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
4592 # icc doesn't choke on unknown options, it will just issue warnings
4593 # or remarks (even with -Werror). So we grep stderr for any message
4594 # that says an option was ignored or not supported.
4595 # When given -MP, icc 7.0 and 7.1 complain thusly:
4596 # icc: Command line warning: ignoring option '-M'; no argument required
4597 # The diagnosis changed in icc 8.0:
4598 # icc: Command line remark: option '-MP' not supported
4599 if (grep 'ignoring option' conftest.err ||
4600 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
4601 am_cv_CXX_dependencies_compiler_type
=$depmode
4610 am_cv_CXX_dependencies_compiler_type
=none
4614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
4615 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
4616 CXXDEPMODE
=depmode
=$am_cv_CXX_dependencies_compiler_type
4619 test "x$enable_dependency_tracking" != xno \
4620 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3
; then
4621 am__fastdepCXX_TRUE
=
4622 am__fastdepCXX_FALSE
='#'
4624 am__fastdepCXX_TRUE
='#'
4625 am__fastdepCXX_FALSE
=
4630 ac_config_files
="$ac_config_files Makefile"
4633 if test "${multilib}" = "yes"; then
4634 multilib_arg
="--enable-multilib"
4639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-version-specific-runtime-libs" >&5
4640 $as_echo_n "checking for --enable-version-specific-runtime-libs... " >&6; }
4641 # Check whether --enable-version-specific-runtime-libs was given.
4642 if test "${enable_version_specific_runtime_libs+set}" = set; then :
4643 enableval
=$enable_version_specific_runtime_libs; case "$enableval" in
4644 yes) enable_version_specific_runtime_libs
=yes ;;
4645 no
) enable_version_specific_runtime_libs
=no
;;
4646 *) as_fn_error $?
"Unknown argument to enable/disable version-specific libs
4650 enable_version_specific_runtime_libs
=no
4653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_version_specific_runtime_libs" >&5
4654 $as_echo "$enable_version_specific_runtime_libs" >&6; }
4656 # Calculate toolexeclibdir
4657 # Also toolexecdir, though it's only used in toolexeclibdir
4658 case ${enable_version_specific_runtime_libs} in
4660 # Need the gcc compiler version to know where to install libraries
4661 # and header files if --enable-version-specific-runtime-libs option
4663 toolexecdir
='$(libdir)/gcc/$(target_alias)'
4664 toolexeclibdir
='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
4667 if test -n "$with_cross_host" &&
4668 test x
"$with_cross_host" != x
"no"; then
4669 # Install a library built with a cross compiler in tooldir, not libdir.
4670 toolexecdir
='$(exec_prefix)/$(target_alias)'
4671 toolexeclibdir
='$(toolexecdir)/lib'
4673 toolexecdir
='$(libdir)/gcc-lib/$(target_alias)'
4674 toolexeclibdir
='$(libdir)'
4676 multi_os_directory
=`$CC -print-multi-os-directory`
4677 case $multi_os_directory in
4678 .
) ;; # Avoid trailing /.
4679 *) toolexeclibdir
=$toolexeclibdir/$multi_os_directory ;;
4684 # Set config_dir based on the target. config_dir specifies where to get
4685 # target-specific files. The generic implementation is incomplete, but
4686 # contains information on what's needed
4698 config_dir
="generic"
4704 # We have linker scripts for appropriate operating systems
4705 linux_linker_script
=no
4708 linux_linker_script
=yes
4711 if test "$linux_linker_script" = "yes"; then
4712 LINUX_LINKER_SCRIPT_TRUE
=
4713 LINUX_LINKER_SCRIPT_FALSE
='#'
4715 LINUX_LINKER_SCRIPT_TRUE
='#'
4716 LINUX_LINKER_SCRIPT_FALSE
=
4720 mac_linker_script
=no
4723 mac_linker_script
=yes
4726 if test "$mac_linker_script" = "yes"; then
4727 MAC_LINKER_SCRIPT_TRUE
=
4728 MAC_LINKER_SCRIPT_FALSE
='#'
4730 MAC_LINKER_SCRIPT_TRUE
='#'
4731 MAC_LINKER_SCRIPT_FALSE
=
4741 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4742 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4747 macro_version
='2.2.7a'
4748 macro_revision
='1.3134'
4762 ltmain
="$ac_aux_dir/ltmain.sh"
4764 # Backslashify metacharacters that are still active within
4765 # double-quoted strings.
4766 sed_quote_subst
='s/\(["`$\\]\)/\\\1/g'
4768 # Same as above, but do not quote variable references.
4769 double_quote_subst
='s/\(["`\\]\)/\\\1/g'
4771 # Sed substitution to delay expansion of an escaped shell variable in a
4772 # double_quote_subst'ed string.
4773 delay_variable_subst
='s/\\\\\\\\\\\$/\\\\\\$/g'
4775 # Sed substitution to delay expansion of an escaped single quote.
4776 delay_single_quote_subst
='s/'\''/'\'\\\\\\\'\''/g'
4778 # Sed substitution to avoid accidental globbing in evaled expressions
4779 no_glob_subst
='s/\*/\\\*/g'
4781 ECHO
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4782 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4783 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4786 $as_echo_n "checking how to print strings... " >&6; }
4787 # Test print first, because it will be a builtin if present.
4788 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4789 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4791 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4794 # Use this function as a fallback that always works.
4795 func_fallback_echo ()
4797 eval 'cat <<_LTECHO_EOF
4801 ECHO='func_fallback_echo
'
4804 # func_echo_all arg...
4805 # Invoke $ECHO with all args, space-separated.
4812 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4813 $as_echo "printf" >&6; } ;;
4814 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4815 $as_echo "print -r" >&6; } ;;
4816 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4817 $as_echo "cat" >&6; } ;;
4833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4834 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4835 if ${ac_cv_path_SED+:} false; then :
4836 $as_echo_n "(cached) " >&6
4838 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4839 for ac_i in 1 2 3 4 5 6 7; do
4840 ac_script="$ac_script$as_nl$ac_script"
4842 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4843 { ac_script=; unset ac_script;}
4844 if test -z "$SED"; then
4845 ac_path_SED_found=false
4846 # Loop through the user's path and
test for each of PROGNAME-LIST
4847 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4851 test -z "$as_dir" && as_dir
=.
4852 for ac_prog
in sed gsed
; do
4853 for ac_exec_ext
in '' $ac_executable_extensions; do
4854 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
4855 as_fn_executable_p
"$ac_path_SED" ||
continue
4856 # Check for GNU ac_path_SED and select it if it is found.
4857 # Check for GNU $ac_path_SED
4858 case `"$ac_path_SED" --version 2>&1` in
4860 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
4863 $as_echo_n 0123456789 >"conftest.in"
4866 cat "conftest.in" "conftest.in" >"conftest.tmp"
4867 mv "conftest.tmp" "conftest.in"
4868 cp "conftest.in" "conftest.nl"
4869 $as_echo '' >> "conftest.nl"
4870 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4871 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4872 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4873 if test $ac_count -gt ${ac_path_SED_max-0}; then
4874 # Best one so far, save it but keep looking for a better one
4875 ac_cv_path_SED
="$ac_path_SED"
4876 ac_path_SED_max
=$ac_count
4878 # 10*(2^10) chars as input seems more than enough
4879 test $ac_count -gt 10 && break
4881 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4884 $ac_path_SED_found && break 3
4889 if test -z "$ac_cv_path_SED"; then
4890 as_fn_error $?
"no acceptable sed could be found in \$PATH" "$LINENO" 5
4897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4898 $as_echo "$ac_cv_path_SED" >&6; }
4899 SED
="$ac_cv_path_SED"
4902 test -z "$SED" && SED
=sed
4903 Xsed
="$SED -e 1s/^X//"
4915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4916 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4917 if ${ac_cv_path_GREP+:} false
; then :
4918 $as_echo_n "(cached) " >&6
4920 if test -z "$GREP"; then
4921 ac_path_GREP_found
=false
4922 # Loop through the user's path and test for each of PROGNAME-LIST
4923 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4924 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4927 test -z "$as_dir" && as_dir
=.
4928 for ac_prog
in grep ggrep
; do
4929 for ac_exec_ext
in '' $ac_executable_extensions; do
4930 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
4931 as_fn_executable_p
"$ac_path_GREP" ||
continue
4932 # Check for GNU ac_path_GREP and select it if it is found.
4933 # Check for GNU $ac_path_GREP
4934 case `"$ac_path_GREP" --version 2>&1` in
4936 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
4939 $as_echo_n 0123456789 >"conftest.in"
4942 cat "conftest.in" "conftest.in" >"conftest.tmp"
4943 mv "conftest.tmp" "conftest.in"
4944 cp "conftest.in" "conftest.nl"
4945 $as_echo 'GREP' >> "conftest.nl"
4946 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4947 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4948 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4949 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4950 # Best one so far, save it but keep looking for a better one
4951 ac_cv_path_GREP
="$ac_path_GREP"
4952 ac_path_GREP_max
=$ac_count
4954 # 10*(2^10) chars as input seems more than enough
4955 test $ac_count -gt 10 && break
4957 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4960 $ac_path_GREP_found && break 3
4965 if test -z "$ac_cv_path_GREP"; then
4966 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4969 ac_cv_path_GREP
=$GREP
4973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4974 $as_echo "$ac_cv_path_GREP" >&6; }
4975 GREP
="$ac_cv_path_GREP"
4978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4979 $as_echo_n "checking for egrep... " >&6; }
4980 if ${ac_cv_path_EGREP+:} false
; then :
4981 $as_echo_n "(cached) " >&6
4983 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
4984 then ac_cv_path_EGREP
="$GREP -E"
4986 if test -z "$EGREP"; then
4987 ac_path_EGREP_found
=false
4988 # Loop through the user's path and test for each of PROGNAME-LIST
4989 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4990 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4993 test -z "$as_dir" && as_dir
=.
4994 for ac_prog
in egrep; do
4995 for ac_exec_ext
in '' $ac_executable_extensions; do
4996 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
4997 as_fn_executable_p
"$ac_path_EGREP" ||
continue
4998 # Check for GNU ac_path_EGREP and select it if it is found.
4999 # Check for GNU $ac_path_EGREP
5000 case `"$ac_path_EGREP" --version 2>&1` in
5002 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5005 $as_echo_n 0123456789 >"conftest.in"
5008 cat "conftest.in" "conftest.in" >"conftest.tmp"
5009 mv "conftest.tmp" "conftest.in"
5010 cp "conftest.in" "conftest.nl"
5011 $as_echo 'EGREP' >> "conftest.nl"
5012 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5013 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5014 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5015 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5016 # Best one so far, save it but keep looking for a better one
5017 ac_cv_path_EGREP
="$ac_path_EGREP"
5018 ac_path_EGREP_max
=$ac_count
5020 # 10*(2^10) chars as input seems more than enough
5021 test $ac_count -gt 10 && break
5023 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5026 $ac_path_EGREP_found && break 3
5031 if test -z "$ac_cv_path_EGREP"; then
5032 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5035 ac_cv_path_EGREP
=$EGREP
5040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5041 $as_echo "$ac_cv_path_EGREP" >&6; }
5042 EGREP
="$ac_cv_path_EGREP"
5045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5046 $as_echo_n "checking for fgrep... " >&6; }
5047 if ${ac_cv_path_FGREP+:} false
; then :
5048 $as_echo_n "(cached) " >&6
5050 if echo 'ab*c' |
$GREP -F 'ab*c' >/dev
/null
2>&1
5051 then ac_cv_path_FGREP
="$GREP -F"
5053 if test -z "$FGREP"; then
5054 ac_path_FGREP_found
=false
5055 # Loop through the user's path and test for each of PROGNAME-LIST
5056 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5057 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5060 test -z "$as_dir" && as_dir
=.
5061 for ac_prog
in fgrep
; do
5062 for ac_exec_ext
in '' $ac_executable_extensions; do
5063 ac_path_FGREP
="$as_dir/$ac_prog$ac_exec_ext"
5064 as_fn_executable_p
"$ac_path_FGREP" ||
continue
5065 # Check for GNU ac_path_FGREP and select it if it is found.
5066 # Check for GNU $ac_path_FGREP
5067 case `"$ac_path_FGREP" --version 2>&1` in
5069 ac_cv_path_FGREP
="$ac_path_FGREP" ac_path_FGREP_found
=:;;
5072 $as_echo_n 0123456789 >"conftest.in"
5075 cat "conftest.in" "conftest.in" >"conftest.tmp"
5076 mv "conftest.tmp" "conftest.in"
5077 cp "conftest.in" "conftest.nl"
5078 $as_echo 'FGREP' >> "conftest.nl"
5079 "$ac_path_FGREP" FGREP
< "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5080 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5081 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5082 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5083 # Best one so far, save it but keep looking for a better one
5084 ac_cv_path_FGREP
="$ac_path_FGREP"
5085 ac_path_FGREP_max
=$ac_count
5087 # 10*(2^10) chars as input seems more than enough
5088 test $ac_count -gt 10 && break
5090 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5093 $ac_path_FGREP_found && break 3
5098 if test -z "$ac_cv_path_FGREP"; then
5099 as_fn_error $?
"no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5102 ac_cv_path_FGREP
=$FGREP
5107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5108 $as_echo "$ac_cv_path_FGREP" >&6; }
5109 FGREP
="$ac_cv_path_FGREP"
5112 test -z "$GREP" && GREP
=grep
5132 # Check whether --with-gnu-ld was given.
5133 if test "${with_gnu_ld+set}" = set; then :
5134 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
5140 if test "$GCC" = yes; then
5141 # Check if gcc -print-prog-name=ld gives a path.
5142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5143 $as_echo_n "checking for ld used by $CC... " >&6; }
5146 # gcc leaves a trailing carriage return which upsets mingw
5147 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5149 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
5152 # Accept absolute paths.
5154 re_direlt
='/[^/][^/]*/\.\./'
5155 # Canonicalize the pathname of ld
5156 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5157 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
5158 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5160 test -z "$LD" && LD
="$ac_prog"
5163 # If it fails, then pretend we aren't using GCC.
5167 # If it is relative, then search for the first ld in PATH.
5171 elif test "$with_gnu_ld" = yes; then
5172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5173 $as_echo_n "checking for GNU ld... " >&6; }
5175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5176 $as_echo_n "checking for non-GNU ld... " >&6; }
5178 if ${lt_cv_path_LD+:} false
; then :
5179 $as_echo_n "(cached) " >&6
5181 if test -z "$LD"; then
5182 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5183 for ac_dir
in $PATH; do
5185 test -z "$ac_dir" && ac_dir
=.
5186 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
5187 lt_cv_path_LD
="$ac_dir/$ac_prog"
5188 # Check to see if the program is GNU ld. I'd rather use --version,
5189 # but apparently some variants of GNU ld only accept -v.
5190 # Break only if it was the GNU/non-GNU ld that we prefer.
5191 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5192 *GNU
* |
*'with BFD'*)
5193 test "$with_gnu_ld" != no
&& break
5196 test "$with_gnu_ld" != yes && break
5203 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
5208 if test -n "$LD"; then
5209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5210 $as_echo "$LD" >&6; }
5212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5213 $as_echo "no" >&6; }
5215 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
5216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5217 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5218 if ${lt_cv_prog_gnu_ld+:} false
; then :
5219 $as_echo_n "(cached) " >&6
5221 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5222 case `$LD -v 2>&1 </dev/null` in
5223 *GNU
* |
*'with BFD'*)
5224 lt_cv_prog_gnu_ld
=yes
5227 lt_cv_prog_gnu_ld
=no
5231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5232 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5233 with_gnu_ld
=$lt_cv_prog_gnu_ld
5243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5244 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5245 if ${lt_cv_path_NM+:} false
; then :
5246 $as_echo_n "(cached) " >&6
5248 if test -n "$NM"; then
5249 # Let the user override the test.
5252 lt_nm_to_check
="${ac_tool_prefix}nm"
5253 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5254 lt_nm_to_check
="$lt_nm_to_check nm"
5256 for lt_tmp_nm
in $lt_nm_to_check; do
5257 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5258 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
5260 test -z "$ac_dir" && ac_dir
=.
5261 tmp_nm
="$ac_dir/$lt_tmp_nm"
5262 if test -f "$tmp_nm" ||
test -f "$tmp_nm$ac_exeext" ; then
5263 # Check to see if the nm accepts a BSD-compat flag.
5264 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5265 # nm: unknown option "B" ignored
5266 # Tru64's nm complains that /dev/null is an invalid object file
5267 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5268 */dev
/null
* |
*'Invalid file or object type'*)
5269 lt_cv_path_NM
="$tmp_nm -B"
5273 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5275 lt_cv_path_NM
="$tmp_nm -p"
5279 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5280 continue # so that we can try to find one that supports BSD flags
5289 : ${lt_cv_path_NM=no}
5292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5293 $as_echo "$lt_cv_path_NM" >&6; }
5294 if test "$lt_cv_path_NM" != "no"; then
5297 # Didn't find any BSD compatible name lister, look for dumpbin.
5298 if test -n "$DUMPBIN"; then :
5299 # Let the user override the test.
5301 if test -n "$ac_tool_prefix"; then
5302 for ac_prog
in dumpbin
"link -dump"
5304 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5305 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5307 $as_echo_n "checking for $ac_word... " >&6; }
5308 if ${ac_cv_prog_DUMPBIN+:} false
; then :
5309 $as_echo_n "(cached) " >&6
5311 if test -n "$DUMPBIN"; then
5312 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
5314 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5318 test -z "$as_dir" && as_dir
=.
5319 for ac_exec_ext
in '' $ac_executable_extensions; do
5320 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5321 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
5322 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5331 DUMPBIN
=$ac_cv_prog_DUMPBIN
5332 if test -n "$DUMPBIN"; then
5333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5334 $as_echo "$DUMPBIN" >&6; }
5336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5337 $as_echo "no" >&6; }
5341 test -n "$DUMPBIN" && break
5344 if test -z "$DUMPBIN"; then
5345 ac_ct_DUMPBIN
=$DUMPBIN
5346 for ac_prog
in dumpbin
"link -dump"
5348 # Extract the first word of "$ac_prog", so it can be a program name with args.
5349 set dummy
$ac_prog; ac_word
=$2
5350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5351 $as_echo_n "checking for $ac_word... " >&6; }
5352 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false
; then :
5353 $as_echo_n "(cached) " >&6
5355 if test -n "$ac_ct_DUMPBIN"; then
5356 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
5358 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5362 test -z "$as_dir" && as_dir
=.
5363 for ac_exec_ext
in '' $ac_executable_extensions; do
5364 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5365 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
5366 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5375 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
5376 if test -n "$ac_ct_DUMPBIN"; then
5377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5378 $as_echo "$ac_ct_DUMPBIN" >&6; }
5380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5381 $as_echo "no" >&6; }
5385 test -n "$ac_ct_DUMPBIN" && break
5388 if test "x$ac_ct_DUMPBIN" = x
; then
5391 case $cross_compiling:$ac_tool_warned in
5393 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5394 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5395 ac_tool_warned
=yes ;;
5397 DUMPBIN
=$ac_ct_DUMPBIN
5401 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5403 DUMPBIN
="$DUMPBIN -symbols"
5411 if test "$DUMPBIN" != ":"; then
5415 test -z "$NM" && NM
=nm
5422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5423 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5424 if ${lt_cv_nm_interface+:} false
; then :
5425 $as_echo_n "(cached) " >&6
5427 lt_cv_nm_interface
="BSD nm"
5428 echo "int some_variable = 0;" > conftest.
$ac_ext
5429 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5430 (eval "$ac_compile" 2>conftest.err
)
5431 cat conftest.err
>&5
5432 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5433 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
5434 cat conftest.err
>&5
5435 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5436 cat conftest.out
>&5
5437 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
5438 lt_cv_nm_interface
="MS dumpbin"
5442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5443 $as_echo "$lt_cv_nm_interface" >&6; }
5445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5446 $as_echo_n "checking whether ln -s works... " >&6; }
5448 if test "$LN_S" = "ln -s"; then
5449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5450 $as_echo "yes" >&6; }
5452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5453 $as_echo "no, using $LN_S" >&6; }
5456 # find the maximum length of command line arguments
5457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5458 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5459 if ${lt_cv_sys_max_cmd_len+:} false
; then :
5460 $as_echo_n "(cached) " >&6
5467 # On DJGPP, this test can blow up pretty badly due to problems in libc
5468 # (any single argument exceeding 2000 bytes causes a buffer overrun
5469 # during glob expansion). Even if it were fixed, the result of this
5470 # check would be larger than it should be.
5471 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
5475 # Under GNU Hurd, this test is not required because there is
5476 # no limit to the length of command line arguments.
5477 # Libtool will interpret -1 as no limit whatsoever
5478 lt_cv_sys_max_cmd_len
=-1;
5481 cygwin
* | mingw
* | cegcc
*)
5482 # On Win9x/ME, this test blows up -- it succeeds, but takes
5483 # about 5 minutes as the teststring grows exponentially.
5484 # Worse, since 9x/ME are not pre-emptively multitasking,
5485 # you end up with a "frozen" computer, even though with patience
5486 # the test eventually succeeds (with a max line length of 256k).
5487 # Instead, let's just punt: use the minimum linelength reported by
5488 # all of the supported platforms: 8192 (on NT/2K/XP).
5489 lt_cv_sys_max_cmd_len
=8192;
5493 # On MiNT this can take a long time and run out of memory.
5494 lt_cv_sys_max_cmd_len
=8192;
5498 # On AmigaOS with pdksh, this test takes hours, literally.
5499 # So we just punt and use a minimum line length of 8192.
5500 lt_cv_sys_max_cmd_len
=8192;
5503 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
5504 # This has been around since 386BSD, at least. Likely further.
5505 if test -x /sbin
/sysctl
; then
5506 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
5507 elif test -x /usr
/sbin
/sysctl
; then
5508 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
5510 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
5512 # And add a safety zone
5513 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5514 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5518 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5519 lt_cv_sys_max_cmd_len
=196608
5523 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5524 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5525 # nice to cause kernel panics so lets avoid the loop below.
5526 # First set a reasonable default.
5527 lt_cv_sys_max_cmd_len
=16384
5529 if test -x /sbin
/sysconfig
; then
5530 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5531 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
5536 lt_cv_sys_max_cmd_len
=102400
5538 sysv5
* | sco5v6
* | sysv4.2uw2
*)
5539 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5540 if test -n "$kargmax"; then
5541 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
5543 lt_cv_sys_max_cmd_len
=32768
5547 lt_cv_sys_max_cmd_len
=`(getconf ARG_MAX) 2> /dev/null`
5548 if test -n "$lt_cv_sys_max_cmd_len"; then
5549 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5550 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5552 # Make teststring a little bigger before we do anything with it.
5553 # a 1K string should be a reasonable start.
5554 for i
in 1 2 3 4 5 6 7 8 ; do
5555 teststring
=$teststring$teststring
5557 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
5558 # If test is not a shell built-in, we'll probably end up computing a
5559 # maximum length that is only half of the actual maximum length, but
5561 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5562 = "X$teststring$teststring"; } >/dev
/null
2>&1 &&
5563 test $i != 17 # 1/2 MB should be enough
5566 teststring
=$teststring$teststring
5568 # Only check the string length outside the loop.
5569 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
5571 # Add a significant safety factor because C++ compilers can tack on
5572 # massive amounts of additional arguments before passing them to the
5573 # linker. It appears as though 1/2 is a usable value.
5574 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
5581 if test -n $lt_cv_sys_max_cmd_len ; then
5582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5583 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5586 $as_echo "none" >&6; }
5588 max_cmd_len
=$lt_cv_sys_max_cmd_len
5599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5600 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5601 # Try some XSI features
5604 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5606 && eval 'test $(( 1 + 1 )) -eq 2 \
5607 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5609 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $xsi_shell" >&5
5610 $as_echo "$xsi_shell" >&6; }
5613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands
\"+=\"" >&5
5614 $as_echo_n "checking whether the shell understands
\"+=\"...
" >&6; }
5616 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
5618 && lt_shell_append=yes
5619 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_shell_append" >&5
5620 $as_echo "$lt_shell_append" >&6; }
5623 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5633 # test EBCDIC or ASCII
5634 case `echo X|tr X '\101'` in
5635 A) # ASCII based system
5636 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5637 lt_SP2NL='tr \040 \012'
5638 lt_NL2SP='tr \015\012 \040\040'
5640 *) # EBCDIC based system
5641 lt_SP2NL='tr \100 \n'
5642 lt_NL2SP='tr \r\n \100\100'
5654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $LD option to reload object files
" >&5
5655 $as_echo_n "checking
for $LD option to reload object files...
" >&6; }
5656 if ${lt_cv_ld_reload_flag+:} false; then :
5657 $as_echo_n "(cached
) " >&6
5659 lt_cv_ld_reload_flag='-r'
5661 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_reload_flag" >&5
5662 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5663 reload_flag=$lt_cv_ld_reload_flag
5664 case $reload_flag in
5666 *) reload_flag=" $reload_flag" ;;
5668 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5671 if test "$GCC" = yes; then
5672 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5674 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5687 if test -n "$ac_tool_prefix"; then
5688 # Extract the first word of "${ac_tool_prefix}objdump
", so it can be a program name with args.
5689 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5691 $as_echo_n "checking
for $ac_word...
" >&6; }
5692 if ${ac_cv_prog_OBJDUMP+:} false; then :
5693 $as_echo_n "(cached
) " >&6
5695 if test -n "$OBJDUMP"; then
5696 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5698 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5702 test -z "$as_dir" && as_dir=.
5703 for ac_exec_ext in '' $ac_executable_extensions; do
5704 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5705 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump
"
5706 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5715 OBJDUMP=$ac_cv_prog_OBJDUMP
5716 if test -n "$OBJDUMP"; then
5717 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
5718 $as_echo "$OBJDUMP" >&6; }
5720 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5721 $as_echo "no
" >&6; }
5726 if test -z "$ac_cv_prog_OBJDUMP"; then
5727 ac_ct_OBJDUMP=$OBJDUMP
5728 # Extract the first word of "objdump
", so it can be a program name with args.
5729 set dummy objdump; ac_word=$2
5730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
5731 $as_echo_n "checking
for $ac_word...
" >&6; }
5732 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5733 $as_echo_n "(cached
) " >&6
5735 if test -n "$ac_ct_OBJDUMP"; then
5736 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5738 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5742 test -z "$as_dir" && as_dir=.
5743 for ac_exec_ext in '' $ac_executable_extensions; do
5744 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5745 ac_cv_prog_ac_ct_OBJDUMP="objdump
"
5746 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
5755 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5756 if test -n "$ac_ct_OBJDUMP"; then
5757 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OBJDUMP" >&5
5758 $as_echo "$ac_ct_OBJDUMP" >&6; }
5760 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
5761 $as_echo "no
" >&6; }
5764 if test "x
$ac_ct_OBJDUMP" = x; then
5767 case $cross_compiling:$ac_tool_warned in
5769 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
5770 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
5771 ac_tool_warned=yes ;;
5773 OBJDUMP=$ac_ct_OBJDUMP
5776 OBJDUMP="$ac_cv_prog_OBJDUMP"
5779 test -z "$OBJDUMP" && OBJDUMP=objdump
5789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries
" >&5
5790 $as_echo_n "checking how to recognize dependent libraries...
" >&6; }
5791 if ${lt_cv_deplibs_check_method+:} false; then :
5792 $as_echo_n "(cached
) " >&6
5794 lt_cv_file_magic_cmd='$MAGIC_CMD'
5795 lt_cv_file_magic_test_file=
5796 lt_cv_deplibs_check_method='unknown'
5797 # Need to set the preceding variable on all platforms that support
5798 # interlibrary dependencies.
5799 # 'none' -- dependencies not supported.
5800 # `unknown' -- same as none, but documents that we really don't know.
5801 # 'pass_all' -- all dependencies passed with no checks.
5802 # 'test_compile' -- check by making test program.
5803 # 'file_magic [[regex]]' -- check by looking for files in library path
5804 # which responds to the $file_magic_cmd with a given extended regex.
5805 # If you have `file' or equivalent on your system and you're not sure
5806 # whether `pass_all' will *always* work, you probably want this one.
5810 lt_cv_deplibs_check_method=pass_all
5814 lt_cv_deplibs_check_method=pass_all
5818 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5819 lt_cv_file_magic_cmd='/usr/bin/file -L'
5820 lt_cv_file_magic_test_file=/shlib/libc.so
5824 # func_win32_libid is a shell function defined in ltmain.sh
5825 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5826 lt_cv_file_magic_cmd='func_win32_libid'
5830 # Base MSYS/MinGW do not provide the 'file' command needed by
5831 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5832 # unless we find 'file', for example because we are cross-compiling.
5833 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5834 if ( test "$lt_cv_nm_interface" = "BSD nm
" && file / ) >/dev/null 2>&1; then
5835 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5836 lt_cv_file_magic_cmd='func_win32_libid'
5838 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5839 lt_cv_file_magic_cmd='$OBJDUMP -f'
5844 # use the weaker test based on 'objdump'. See mingw*.
5845 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5846 lt_cv_file_magic_cmd='$OBJDUMP -f'
5849 darwin* | rhapsody*)
5850 lt_cv_deplibs_check_method=pass_all
5853 freebsd* | dragonfly*)
5854 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5857 # Not sure whether the presence of OpenBSD here was a mistake.
5858 # Let's accept both of them until this is cleared up.
5859 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5860 lt_cv_file_magic_cmd=/usr/bin/file
5861 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5865 lt_cv_deplibs_check_method=pass_all
5870 lt_cv_deplibs_check_method=pass_all
5874 lt_cv_deplibs_check_method=pass_all
5877 hpux10.20* | hpux11*)
5878 lt_cv_file_magic_cmd=/usr/bin/file
5881 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5882 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5885 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]'
5886 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5889 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5890 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5896 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5897 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5900 irix5* | irix6* | nonstopux*)
5902 *-32|*"-32 ") libmagic=32-bit;;
5903 *-n32|*"-n32 ") libmagic=N32;;
5904 *-64|*"-64 ") libmagic=64-bit;;
5905 *) libmagic=never-match;;
5907 lt_cv_deplibs_check_method=pass_all
5910 # This must be Linux ELF.
5911 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5912 lt_cv_deplibs_check_method=pass_all
5916 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5917 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5919 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5924 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5925 lt_cv_file_magic_cmd=/usr/bin/file
5926 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5930 lt_cv_deplibs_check_method=pass_all
5934 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
5935 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5937 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5941 osf3* | osf4* | osf5*)
5942 lt_cv_deplibs_check_method=pass_all
5946 lt_cv_deplibs_check_method=pass_all
5950 lt_cv_deplibs_check_method=pass_all
5953 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5954 lt_cv_deplibs_check_method=pass_all
5958 case $host_vendor in
5960 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]'
5961 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5964 lt_cv_deplibs_check_method=pass_all
5967 lt_cv_file_magic_cmd='/bin/file'
5968 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5971 lt_cv_file_magic_cmd='/bin/file'
5972 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
5973 lt_cv_file_magic_test_file=/lib/libc.so
5976 lt_cv_deplibs_check_method=pass_all
5979 lt_cv_deplibs_check_method=pass_all
5985 lt_cv_deplibs_check_method=pass_all
5990 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_deplibs_check_method" >&5
5991 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5992 file_magic_cmd=$lt_cv_file_magic_cmd
5993 deplibs_check_method=$lt_cv_deplibs_check_method
5994 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6007 if test -n "$ac_tool_prefix"; then
6008 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6009 set dummy ${ac_tool_prefix}ar; ac_word=$2
6010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6011 $as_echo_n "checking
for $ac_word...
" >&6; }
6012 if ${ac_cv_prog_AR+:} false; then :
6013 $as_echo_n "(cached
) " >&6
6015 if test -n "$AR"; then
6016 ac_cv_prog_AR="$AR" # Let the user override the test.
6018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6022 test -z "$as_dir" && as_dir=.
6023 for ac_exec_ext in '' $ac_executable_extensions; do
6024 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6025 ac_cv_prog_AR="${ac_tool_prefix}ar"
6026 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6036 if test -n "$AR"; then
6037 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
6038 $as_echo "$AR" >&6; }
6040 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6041 $as_echo "no
" >&6; }
6046 if test -z "$ac_cv_prog_AR"; then
6048 # Extract the first word of "ar", so it can be a program name with args.
6049 set dummy ar; ac_word=$2
6050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6051 $as_echo_n "checking
for $ac_word...
" >&6; }
6052 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6053 $as_echo_n "(cached
) " >&6
6055 if test -n "$ac_ct_AR"; then
6056 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6058 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6062 test -z "$as_dir" && as_dir=.
6063 for ac_exec_ext in '' $ac_executable_extensions; do
6064 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6065 ac_cv_prog_ac_ct_AR="ar"
6066 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6075 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6076 if test -n "$ac_ct_AR"; then
6077 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_AR" >&5
6078 $as_echo "$ac_ct_AR" >&6; }
6080 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6081 $as_echo "no
" >&6; }
6084 if test "x
$ac_ct_AR" = x; then
6087 case $cross_compiling:$ac_tool_warned in
6089 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6090 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6091 ac_tool_warned=yes ;;
6099 test -z "$AR" && AR=ar
6100 test -z "$AR_FLAGS" && AR_FLAGS=cru
6112 if test -n "$ac_tool_prefix"; then
6113 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
6114 set dummy ${ac_tool_prefix}strip; ac_word=$2
6115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6116 $as_echo_n "checking
for $ac_word...
" >&6; }
6117 if ${ac_cv_prog_STRIP+:} false; then :
6118 $as_echo_n "(cached
) " >&6
6120 if test -n "$STRIP"; then
6121 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6123 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6127 test -z "$as_dir" && as_dir=.
6128 for ac_exec_ext in '' $ac_executable_extensions; do
6129 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6130 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
6131 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6140 STRIP=$ac_cv_prog_STRIP
6141 if test -n "$STRIP"; then
6142 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
6143 $as_echo "$STRIP" >&6; }
6145 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6146 $as_echo "no
" >&6; }
6151 if test -z "$ac_cv_prog_STRIP"; then
6153 # Extract the first word of "strip
", so it can be a program name with args.
6154 set dummy strip; ac_word=$2
6155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6156 $as_echo_n "checking
for $ac_word...
" >&6; }
6157 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6158 $as_echo_n "(cached
) " >&6
6160 if test -n "$ac_ct_STRIP"; then
6161 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6163 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6167 test -z "$as_dir" && as_dir=.
6168 for ac_exec_ext in '' $ac_executable_extensions; do
6169 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6170 ac_cv_prog_ac_ct_STRIP="strip
"
6171 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6180 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6181 if test -n "$ac_ct_STRIP"; then
6182 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_STRIP" >&5
6183 $as_echo "$ac_ct_STRIP" >&6; }
6185 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6186 $as_echo "no
" >&6; }
6189 if test "x
$ac_ct_STRIP" = x; then
6192 case $cross_compiling:$ac_tool_warned in
6194 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6195 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6196 ac_tool_warned=yes ;;
6201 STRIP="$ac_cv_prog_STRIP"
6204 test -z "$STRIP" && STRIP=:
6211 if test -n "$ac_tool_prefix"; then
6212 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
6213 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6215 $as_echo_n "checking
for $ac_word...
" >&6; }
6216 if ${ac_cv_prog_RANLIB+:} false; then :
6217 $as_echo_n "(cached
) " >&6
6219 if test -n "$RANLIB"; then
6220 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6222 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6226 test -z "$as_dir" && as_dir=.
6227 for ac_exec_ext in '' $ac_executable_extensions; do
6228 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6229 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
6230 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6239 RANLIB=$ac_cv_prog_RANLIB
6240 if test -n "$RANLIB"; then
6241 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
6242 $as_echo "$RANLIB" >&6; }
6244 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6245 $as_echo "no
" >&6; }
6250 if test -z "$ac_cv_prog_RANLIB"; then
6251 ac_ct_RANLIB=$RANLIB
6252 # Extract the first word of "ranlib
", so it can be a program name with args.
6253 set dummy ranlib; ac_word=$2
6254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6255 $as_echo_n "checking
for $ac_word...
" >&6; }
6256 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6257 $as_echo_n "(cached
) " >&6
6259 if test -n "$ac_ct_RANLIB"; then
6260 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6262 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6266 test -z "$as_dir" && as_dir=.
6267 for ac_exec_ext in '' $ac_executable_extensions; do
6268 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6269 ac_cv_prog_ac_ct_RANLIB="ranlib
"
6270 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6279 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6280 if test -n "$ac_ct_RANLIB"; then
6281 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_RANLIB" >&5
6282 $as_echo "$ac_ct_RANLIB" >&6; }
6284 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6285 $as_echo "no
" >&6; }
6288 if test "x
$ac_ct_RANLIB" = x; then
6291 case $cross_compiling:$ac_tool_warned in
6293 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6294 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6295 ac_tool_warned=yes ;;
6297 RANLIB=$ac_ct_RANLIB
6300 RANLIB="$ac_cv_prog_RANLIB"
6303 test -z "$RANLIB" && RANLIB=:
6310 # Determine commands to create old-style static archives.
6311 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6312 old_postinstall_cmds='chmod 644 $oldlib'
6313 old_postuninstall_cmds=
6315 if test -n "$RANLIB"; then
6318 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
6321 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
6324 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
6329 lock_old_archive_extraction=yes ;;
6331 lock_old_archive_extraction=no ;;
6372 # If no C compiler was specified, use CC.
6375 # If no C compiler flags were specified, use CFLAGS.
6376 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6378 # Allow CC to be a program name with arguments.
6382 # Check for command to grab the raw symbol name followed by C symbol from nm.
6383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
command to parse
$NM output from
$compiler object
" >&5
6384 $as_echo_n "checking
command to parse
$NM output from
$compiler object...
" >&6; }
6385 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6386 $as_echo_n "(cached
) " >&6
6389 # These are sane defaults that work on at least a few old systems.
6390 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6392 # Character class describing NM global symbol codes.
6393 symcode='[BCDEGRST]'
6395 # Regexp to match symbols that can be accessed directly from C.
6396 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6398 # Define system-specific variables.
6403 cygwin* | mingw* | pw32* | cegcc*)
6404 symcode='[ABCDGISTW]'
6407 if test "$host_cpu" = ia64; then
6408 symcode='[ABCDEGRST]'
6412 symcode='[BCDEGRST]'
6415 symcode='[BCDEGQRST]'
6426 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6434 # If we're using GNU nm, then use its standard symbol codes.
6435 case `$NM -V 2>&1` in
6436 *GNU* | *'with BFD'*)
6437 symcode='[ABCDGIRSTW]' ;;
6440 # Transform an extracted symbol line into a proper C declaration.
6441 # Some systems (esp. on ia64) link data and code symbols differently,
6442 # so use this general approach.
6443 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6445 # Transform an extracted symbol line into symbol name and symbol address
6446 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6447 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'"
6449 # Handle CRLF in mingw tool chain
6453 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6457 # Try without a prefix underscore, then with it.
6458 for ac_symprfx in "" "_
"; do
6460 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6461 symxfrm="\\1 $ac_symprfx\\2 \\2"
6463 # Write the raw and C identifiers.
6464 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
6465 # Fake it for dumpbin and say T for any non-static function
6466 # and D for any global variable.
6467 # Also find C++ and __fastcall symbols from MSVC++,
6468 # which start with @ or ?.
6469 lt_cv_sys_global_symbol_pipe="$AWK '"\
6470 " {last_section=section; section=\$ 3};"\
6471 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6472 " \$ 0!~/External *\|/{next};"\
6473 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6474 " {if(hide[section]) next};"\
6475 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6476 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6477 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6478 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6479 " ' prfx
=^
$ac_symprfx"
6481 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6484 # Check to see that the pipe works correctly.
6488 cat > conftest.$ac_ext <<_LT_EOF
6493 void nm_test_func(void);
6494 void nm_test_func(void){}
6498 int main(){nm_test_var='a';nm_test_func();return(0);}
6501 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6502 (eval $ac_compile) 2>&5
6504 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6505 test $ac_status = 0; }; then
6506 # Now try to grab the symbols.
6508 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$NM conftest.
$ac_objext \|
"$lt_cv_sys_global_symbol_pipe" \
> $nlist\""; } >&5
6509 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6511 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6512 test $ac_status = 0; } && test -s "$nlist"; then
6513 # Try sorting and uniquifying the output.
6514 if sort "$nlist" | uniq > "$nlist"T; then
6515 mv -f "$nlist"T "$nlist"
6520 # Make sure that we snagged all the symbols we need.
6521 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6522 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6523 cat <<_LT_EOF > conftest.$ac_ext
6529 # Now generate the symbol file.
6530 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6532 cat <<_LT_EOF >> conftest.$ac_ext
6534 /* The mapping between symbol names and symbols. */
6539 lt__PROGRAM__LTX_preloaded_symbols[] =
6541 { "@PROGRAM@
", (void *) 0 },
6543 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6544 cat <<\_LT_EOF >> conftest.$ac_ext
6548 /* This works around a problem in FreeBSD linker */
6549 #ifdef FREEBSD_WORKAROUND
6550 static const void *lt_preloaded_setup() {
6551 return lt__PROGRAM__LTX_preloaded_symbols;
6559 # Now try linking the two files.
6560 mv conftest.$ac_objext conftstm.$ac_objext
6561 lt_save_LIBS="$LIBS"
6562 lt_save_CFLAGS="$CFLAGS"
6563 LIBS="conftstm.
$ac_objext"
6564 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6565 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6566 (eval $ac_link) 2>&5
6568 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6569 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6572 LIBS="$lt_save_LIBS"
6573 CFLAGS="$lt_save_CFLAGS"
6575 echo "cannot
find nm_test_func
in $nlist" >&5
6578 echo "cannot
find nm_test_var
in $nlist" >&5
6581 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
6584 echo "$progname: failed program was
:" >&5
6585 cat conftest.$ac_ext >&5
6587 rm -rf conftest* conftst*
6589 # Do not use the global_symbol_pipe unless it works.
6590 if test "$pipe_works" = yes; then
6593 lt_cv_sys_global_symbol_pipe=
6599 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6600 lt_cv_sys_global_symbol_to_cdecl=
6602 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6603 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: failed
" >&5
6604 $as_echo "failed
" >&6; }
6606 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: ok
" >&5
6607 $as_echo "ok
" >&6; }
6632 # Check whether --enable-libtool-lock was given.
6633 if test "${enable_libtool_lock+set}" = set; then :
6634 enableval=$enable_libtool_lock;
6637 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
6639 # Some flags need to be propagated to the compiler or linker for good
6643 # Find out which ABI we are using.
6644 echo 'int i;' > conftest.$ac_ext
6645 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6646 (eval $ac_compile) 2>&5
6648 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6649 test $ac_status = 0; }; then
6650 case `/usr/bin/file conftest.$ac_objext` in
6662 # Find out which ABI we are using.
6663 echo '#line '$LINENO' "configure
"' > conftest.$ac_ext
6664 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6665 (eval $ac_compile) 2>&5
6667 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6668 test $ac_status = 0; }; then
6669 if test "$lt_cv_prog_gnu_ld" = yes; then
6670 case `/usr/bin/file conftest.$ac_objext` in
6672 LD="${LD-ld} -melf32bsmip"
6675 LD="${LD-ld} -melf32bmipn32"
6678 LD="${LD-ld} -melf64bmip"
6682 case `/usr/bin/file conftest.$ac_objext` in
6698 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6699 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6700 # Find out which ABI we are using.
6701 echo 'int i;' > conftest.$ac_ext
6702 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6703 (eval $ac_compile) 2>&5
6705 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6706 test $ac_status = 0; }; then
6707 case `/usr/bin/file conftest.o` in
6710 x86_64-*kfreebsd*-gnu)
6711 LD="${LD-ld} -m elf_i386_fbsd
"
6714 case `/usr/bin/file conftest.o` in
6716 LD="${LD-ld} -m elf32_x86_64
"
6719 LD="${LD-ld} -m elf_i386
"
6723 powerpc64le-*linux*)
6724 LD="${LD-ld} -m elf32lppclinux
"
6727 LD="${LD-ld} -m elf32ppclinux
"
6730 LD="${LD-ld} -m elf_s390
"
6733 LD="${LD-ld} -m elf32_sparc
"
6739 x86_64-*kfreebsd*-gnu)
6740 LD="${LD-ld} -m elf_x86_64_fbsd
"
6743 LD="${LD-ld} -m elf_x86_64
"
6746 LD="${LD-ld} -m elf64lppc
"
6749 LD="${LD-ld} -m elf64ppc
"
6751 s390*-*linux*|s390*-*tpf*)
6752 LD="${LD-ld} -m elf64_s390
"
6755 LD="${LD-ld} -m elf64_sparc
"
6765 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6766 SAVE_CFLAGS="$CFLAGS"
6767 CFLAGS="$CFLAGS -belf"
6768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs
-belf" >&5
6769 $as_echo_n "checking whether the C compiler needs
-belf...
" >&6; }
6770 if ${lt_cv_cc_needs_belf+:} false; then :
6771 $as_echo_n "(cached
) " >&6
6774 ac_cpp='$CPP $CPPFLAGS'
6775 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6776 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6777 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6780 /* end confdefs.h. */
6790 if ac_fn_c_try_link "$LINENO"; then :
6791 lt_cv_cc_needs_belf=yes
6793 lt_cv_cc_needs_belf=no
6795 rm -f core conftest.err conftest.$ac_objext \
6796 conftest$ac_exeext conftest.$ac_ext
6798 ac_cpp='$CPP $CPPFLAGS'
6799 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6800 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6801 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6804 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_cc_needs_belf" >&5
6805 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6806 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6807 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6808 CFLAGS="$SAVE_CFLAGS"
6812 # Find out which ABI we are using.
6813 echo 'int i;' > conftest.$ac_ext
6814 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6815 (eval $ac_compile) 2>&5
6817 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
6818 test $ac_status = 0; }; then
6819 case `/usr/bin/file conftest.o` in
6821 case $lt_cv_prog_gnu_ld in
6822 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
6824 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6836 need_locks="$enable_libtool_lock"
6840 rhapsody* | darwin*)
6841 if test -n "$ac_tool_prefix"; then
6842 # Extract the first word of "${ac_tool_prefix}dsymutil
", so it can be a program name with args.
6843 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6845 $as_echo_n "checking
for $ac_word...
" >&6; }
6846 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6847 $as_echo_n "(cached
) " >&6
6849 if test -n "$DSYMUTIL"; then
6850 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6852 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6856 test -z "$as_dir" && as_dir=.
6857 for ac_exec_ext in '' $ac_executable_extensions; do
6858 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6859 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil
"
6860 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6869 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6870 if test -n "$DSYMUTIL"; then
6871 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL" >&5
6872 $as_echo "$DSYMUTIL" >&6; }
6874 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6875 $as_echo "no
" >&6; }
6880 if test -z "$ac_cv_prog_DSYMUTIL"; then
6881 ac_ct_DSYMUTIL=$DSYMUTIL
6882 # Extract the first word of "dsymutil
", so it can be a program name with args.
6883 set dummy dsymutil; ac_word=$2
6884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6885 $as_echo_n "checking
for $ac_word...
" >&6; }
6886 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6887 $as_echo_n "(cached
) " >&6
6889 if test -n "$ac_ct_DSYMUTIL"; then
6890 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6892 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6896 test -z "$as_dir" && as_dir=.
6897 for ac_exec_ext in '' $ac_executable_extensions; do
6898 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6899 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil
"
6900 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6909 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6910 if test -n "$ac_ct_DSYMUTIL"; then
6911 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_DSYMUTIL" >&5
6912 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6914 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6915 $as_echo "no
" >&6; }
6918 if test "x
$ac_ct_DSYMUTIL" = x; then
6921 case $cross_compiling:$ac_tool_warned in
6923 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6924 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6925 ac_tool_warned=yes ;;
6927 DSYMUTIL=$ac_ct_DSYMUTIL
6930 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6933 if test -n "$ac_tool_prefix"; then
6934 # Extract the first word of "${ac_tool_prefix}nmedit
", so it can be a program name with args.
6935 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6937 $as_echo_n "checking
for $ac_word...
" >&6; }
6938 if ${ac_cv_prog_NMEDIT+:} false; then :
6939 $as_echo_n "(cached
) " >&6
6941 if test -n "$NMEDIT"; then
6942 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6944 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6948 test -z "$as_dir" && as_dir=.
6949 for ac_exec_ext in '' $ac_executable_extensions; do
6950 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6951 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit
"
6952 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6961 NMEDIT=$ac_cv_prog_NMEDIT
6962 if test -n "$NMEDIT"; then
6963 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NMEDIT" >&5
6964 $as_echo "$NMEDIT" >&6; }
6966 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6967 $as_echo "no
" >&6; }
6972 if test -z "$ac_cv_prog_NMEDIT"; then
6973 ac_ct_NMEDIT=$NMEDIT
6974 # Extract the first word of "nmedit
", so it can be a program name with args.
6975 set dummy nmedit; ac_word=$2
6976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6977 $as_echo_n "checking
for $ac_word...
" >&6; }
6978 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6979 $as_echo_n "(cached
) " >&6
6981 if test -n "$ac_ct_NMEDIT"; then
6982 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6984 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6988 test -z "$as_dir" && as_dir=.
6989 for ac_exec_ext in '' $ac_executable_extensions; do
6990 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6991 ac_cv_prog_ac_ct_NMEDIT="nmedit
"
6992 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7001 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7002 if test -n "$ac_ct_NMEDIT"; then
7003 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_NMEDIT" >&5
7004 $as_echo "$ac_ct_NMEDIT" >&6; }
7006 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7007 $as_echo "no
" >&6; }
7010 if test "x
$ac_ct_NMEDIT" = x; then
7013 case $cross_compiling:$ac_tool_warned in
7015 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7016 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7017 ac_tool_warned=yes ;;
7019 NMEDIT=$ac_ct_NMEDIT
7022 NMEDIT="$ac_cv_prog_NMEDIT"
7025 if test -n "$ac_tool_prefix"; then
7026 # Extract the first word of "${ac_tool_prefix}lipo
", so it can be a program name with args.
7027 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7029 $as_echo_n "checking
for $ac_word...
" >&6; }
7030 if ${ac_cv_prog_LIPO+:} false; then :
7031 $as_echo_n "(cached
) " >&6
7033 if test -n "$LIPO"; then
7034 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7036 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7040 test -z "$as_dir" && as_dir=.
7041 for ac_exec_ext in '' $ac_executable_extensions; do
7042 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7043 ac_cv_prog_LIPO="${ac_tool_prefix}lipo
"
7044 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7053 LIPO=$ac_cv_prog_LIPO
7054 if test -n "$LIPO"; then
7055 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
7056 $as_echo "$LIPO" >&6; }
7058 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7059 $as_echo "no
" >&6; }
7064 if test -z "$ac_cv_prog_LIPO"; then
7066 # Extract the first word of "lipo
", so it can be a program name with args.
7067 set dummy lipo; ac_word=$2
7068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7069 $as_echo_n "checking
for $ac_word...
" >&6; }
7070 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7071 $as_echo_n "(cached
) " >&6
7073 if test -n "$ac_ct_LIPO"; then
7074 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7076 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7080 test -z "$as_dir" && as_dir=.
7081 for ac_exec_ext in '' $ac_executable_extensions; do
7082 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7083 ac_cv_prog_ac_ct_LIPO="lipo
"
7084 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7093 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7094 if test -n "$ac_ct_LIPO"; then
7095 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_LIPO" >&5
7096 $as_echo "$ac_ct_LIPO" >&6; }
7098 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7099 $as_echo "no
" >&6; }
7102 if test "x
$ac_ct_LIPO" = x; then
7105 case $cross_compiling:$ac_tool_warned in
7107 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7108 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7109 ac_tool_warned=yes ;;
7114 LIPO="$ac_cv_prog_LIPO"
7117 if test -n "$ac_tool_prefix"; then
7118 # Extract the first word of "${ac_tool_prefix}otool
", so it can be a program name with args.
7119 set dummy ${ac_tool_prefix}otool; ac_word=$2
7120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7121 $as_echo_n "checking
for $ac_word...
" >&6; }
7122 if ${ac_cv_prog_OTOOL+:} false; then :
7123 $as_echo_n "(cached
) " >&6
7125 if test -n "$OTOOL"; then
7126 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7128 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7132 test -z "$as_dir" && as_dir=.
7133 for ac_exec_ext in '' $ac_executable_extensions; do
7134 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7135 ac_cv_prog_OTOOL="${ac_tool_prefix}otool
"
7136 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7145 OTOOL=$ac_cv_prog_OTOOL
7146 if test -n "$OTOOL"; then
7147 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
7148 $as_echo "$OTOOL" >&6; }
7150 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7151 $as_echo "no
" >&6; }
7156 if test -z "$ac_cv_prog_OTOOL"; then
7158 # Extract the first word of "otool
", so it can be a program name with args.
7159 set dummy otool; ac_word=$2
7160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7161 $as_echo_n "checking
for $ac_word...
" >&6; }
7162 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7163 $as_echo_n "(cached
) " >&6
7165 if test -n "$ac_ct_OTOOL"; then
7166 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7172 test -z "$as_dir" && as_dir=.
7173 for ac_exec_ext in '' $ac_executable_extensions; do
7174 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7175 ac_cv_prog_ac_ct_OTOOL="otool
"
7176 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7185 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7186 if test -n "$ac_ct_OTOOL"; then
7187 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL" >&5
7188 $as_echo "$ac_ct_OTOOL" >&6; }
7190 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7191 $as_echo "no
" >&6; }
7194 if test "x
$ac_ct_OTOOL" = x; then
7197 case $cross_compiling:$ac_tool_warned in
7199 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7200 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7201 ac_tool_warned=yes ;;
7206 OTOOL="$ac_cv_prog_OTOOL"
7209 if test -n "$ac_tool_prefix"; then
7210 # Extract the first word of "${ac_tool_prefix}otool64
", so it can be a program name with args.
7211 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7213 $as_echo_n "checking
for $ac_word...
" >&6; }
7214 if ${ac_cv_prog_OTOOL64+:} false; then :
7215 $as_echo_n "(cached
) " >&6
7217 if test -n "$OTOOL64"; then
7218 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7220 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7224 test -z "$as_dir" && as_dir=.
7225 for ac_exec_ext in '' $ac_executable_extensions; do
7226 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7227 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64
"
7228 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7237 OTOOL64=$ac_cv_prog_OTOOL64
7238 if test -n "$OTOOL64"; then
7239 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL64" >&5
7240 $as_echo "$OTOOL64" >&6; }
7242 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7243 $as_echo "no
" >&6; }
7248 if test -z "$ac_cv_prog_OTOOL64"; then
7249 ac_ct_OTOOL64=$OTOOL64
7250 # Extract the first word of "otool64
", so it can be a program name with args.
7251 set dummy otool64; ac_word=$2
7252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7253 $as_echo_n "checking
for $ac_word...
" >&6; }
7254 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7255 $as_echo_n "(cached
) " >&6
7257 if test -n "$ac_ct_OTOOL64"; then
7258 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7264 test -z "$as_dir" && as_dir=.
7265 for ac_exec_ext in '' $ac_executable_extensions; do
7266 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7267 ac_cv_prog_ac_ct_OTOOL64="otool64
"
7268 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7277 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7278 if test -n "$ac_ct_OTOOL64"; then
7279 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL64" >&5
7280 $as_echo "$ac_ct_OTOOL64" >&6; }
7282 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7283 $as_echo "no
" >&6; }
7286 if test "x
$ac_ct_OTOOL64" = x; then
7289 case $cross_compiling:$ac_tool_warned in
7291 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7292 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7293 ac_tool_warned=yes ;;
7295 OTOOL64=$ac_ct_OTOOL64
7298 OTOOL64="$ac_cv_prog_OTOOL64"
7327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -single_module linker flag
" >&5
7328 $as_echo_n "checking
for -single_module linker flag...
" >&6; }
7329 if ${lt_cv_apple_cc_single_mod+:} false; then :
7330 $as_echo_n "(cached
) " >&6
7332 lt_cv_apple_cc_single_mod=no
7333 if test -z "${LT_MULTI_MODULE}"; then
7334 # By default we will add the -single_module flag. You can override
7335 # by either setting the environment variable LT_MULTI_MODULE
7336 # non-empty at configure time, or by adding -multi_module to the
7338 rm -rf libconftest.dylib*
7339 echo "int foo
(void
){return 1;}" > conftest.c
7340 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7341 -dynamiclib -Wl,-single_module conftest.c
" >&5
7342 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7343 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7345 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7346 lt_cv_apple_cc_single_mod=yes
7348 cat conftest.err >&5
7350 rm -rf libconftest.dylib*
7354 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_apple_cc_single_mod" >&5
7355 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -exported_symbols_list linker flag
" >&5
7357 $as_echo_n "checking
for -exported_symbols_list linker flag...
" >&6; }
7358 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7359 $as_echo_n "(cached
) " >&6
7361 lt_cv_ld_exported_symbols_list=no
7362 save_LDFLAGS=$LDFLAGS
7363 echo "_main
" > conftest.sym
7364 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym
"
7365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7366 /* end confdefs.h. */
7376 if ac_fn_c_try_link "$LINENO"; then :
7377 lt_cv_ld_exported_symbols_list=yes
7379 lt_cv_ld_exported_symbols_list=no
7381 rm -f core conftest.err conftest.$ac_objext \
7382 conftest$ac_exeext conftest.$ac_ext
7383 LDFLAGS="$save_LDFLAGS"
7386 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_exported_symbols_list" >&5
7387 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -force_load linker flag
" >&5
7389 $as_echo_n "checking
for -force_load linker flag...
" >&6; }
7390 if ${lt_cv_ld_force_load+:} false; then :
7391 $as_echo_n "(cached
) " >&6
7393 lt_cv_ld_force_load=no
7394 cat > conftest.c << _LT_EOF
7395 int forced_loaded() { return 2;}
7397 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c
" >&5
7398 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7399 echo "$AR cru libconftest.a conftest.o
" >&5
7400 $AR cru libconftest.a conftest.o 2>&5
7401 cat > conftest.c << _LT_EOF
7402 int main() { return 0;}
7404 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c
-Wl,-force_load,.
/libconftest.a
" >&5
7405 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7407 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7408 lt_cv_ld_force_load=yes
7410 cat conftest.err >&5
7412 rm -f conftest.err libconftest.a conftest conftest.c
7413 rm -rf conftest.dSYM
7416 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_force_load" >&5
7417 $as_echo "$lt_cv_ld_force_load" >&6; }
7419 rhapsody* | darwin1.[012])
7420 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7422 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7423 darwin*) # darwin 5.x on
7424 # if running on 10.5 or later, the deployment target defaults
7425 # to the OS version, if on x86, and 10.4, the deployment
7426 # target defaults to 10.4. Don't you love it?
7427 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7428 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7429 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7431 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7433 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7437 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7438 _lt_dar_single_mod='$single_module'
7440 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7441 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7443 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7445 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no
"; then
7446 _lt_dsymutil='~$DSYMUTIL $lib || :'
7454 ac_cpp='$CPP $CPPFLAGS'
7455 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7456 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7457 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor
" >&5
7459 $as_echo_n "checking how to run the C preprocessor...
" >&6; }
7460 # On Suns, sometimes $CPP names a directory.
7461 if test -n "$CPP" && test -d "$CPP"; then
7464 if test -z "$CPP"; then
7465 if ${ac_cv_prog_CPP+:} false; then :
7466 $as_echo_n "(cached
) " >&6
7468 # Double quotes because CPP needs to be expanded
7469 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib
/cpp
"
7472 for ac_c_preproc_warn_flag in '' yes
7474 # Use a header file that comes with gcc, so configuring glibc
7475 # with a fresh cross-compiler works.
7476 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7477 # <limits.h> exists even on freestanding compilers.
7478 # On the NeXT, cc -E runs the code through the compiler's parser,
7479 # not just through cpp. "Syntax error
" is here to catch this case.
7480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7481 /* end confdefs.h. */
7483 # include <limits.h>
7485 # include <assert.h>
7489 if ac_fn_c_try_cpp "$LINENO"; then :
7492 # Broken: fails on valid input.
7495 rm -f conftest.err conftest.i conftest.$ac_ext
7497 # OK, works on sane cases. Now check whether nonexistent headers
7498 # can be detected and how.
7499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7500 /* end confdefs.h. */
7501 #include <ac_nonexistent.h>
7503 if ac_fn_c_try_cpp "$LINENO"; then :
7504 # Broken: success on invalid input.
7507 # Passes both tests.
7511 rm -f conftest.err conftest.i conftest.$ac_ext
7514 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7515 rm -f conftest.i conftest.err conftest.$ac_ext
7516 if $ac_preproc_ok; then :
7528 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $CPP" >&5
7529 $as_echo "$CPP" >&6; }
7531 for ac_c_preproc_warn_flag in '' yes
7533 # Use a header file that comes with gcc, so configuring glibc
7534 # with a fresh cross-compiler works.
7535 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7536 # <limits.h> exists even on freestanding compilers.
7537 # On the NeXT, cc -E runs the code through the compiler's parser,
7538 # not just through cpp. "Syntax error
" is here to catch this case.
7539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7540 /* end confdefs.h. */
7542 # include <limits.h>
7544 # include <assert.h>
7548 if ac_fn_c_try_cpp "$LINENO"; then :
7551 # Broken: fails on valid input.
7554 rm -f conftest.err conftest.i conftest.$ac_ext
7556 # OK, works on sane cases. Now check whether nonexistent headers
7557 # can be detected and how.
7558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7559 /* end confdefs.h. */
7560 #include <ac_nonexistent.h>
7562 if ac_fn_c_try_cpp "$LINENO"; then :
7563 # Broken: success on invalid input.
7566 # Passes both tests.
7570 rm -f conftest.err conftest.i conftest.$ac_ext
7573 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7574 rm -f conftest.i conftest.err conftest.$ac_ext
7575 if $ac_preproc_ok; then :
7578 { { $as_echo "$as_me:${as_lineno-$LINENO}: error
: in \
`$ac_pwd':" >&5
7579 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7580 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
7581 See \`config.log' for more details
" "$LINENO" 5; }
7585 ac_cpp='$CPP $CPPFLAGS'
7586 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7587 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7588 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ANSI C header files
" >&5
7592 $as_echo_n "checking
for ANSI C header files...
" >&6; }
7593 if ${ac_cv_header_stdc+:} false; then :
7594 $as_echo_n "(cached
) " >&6
7596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7597 /* end confdefs.h. */
7611 if ac_fn_c_try_compile "$LINENO"; then :
7612 ac_cv_header_stdc=yes
7614 ac_cv_header_stdc=no
7616 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7618 if test $ac_cv_header_stdc = yes; then
7619 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7621 /* end confdefs.h. */
7625 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
7626 $EGREP "memchr
" >/dev/null 2>&1; then :
7629 ac_cv_header_stdc=no
7635 if test $ac_cv_header_stdc = yes; then
7636 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7637 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7638 /* end confdefs.h. */
7642 if (eval "$ac_cpp conftest.
$ac_ext") 2>&5 |
7643 $EGREP "free
" >/dev/null 2>&1; then :
7646 ac_cv_header_stdc=no
7652 if test $ac_cv_header_stdc = yes; then
7653 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7654 if test "$cross_compiling" = yes; then :
7657 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7658 /* end confdefs.h. */
7661 #if ((' ' & 0x0FF) == 0x020)
7662 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7663 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7665 # define ISLOWER(c) \
7666 (('a' <= (c) && (c) <= 'i') \
7667 || ('j' <= (c) && (c) <= 'r') \
7668 || ('s' <= (c) && (c) <= 'z'))
7669 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7672 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7677 for (i = 0; i < 256; i++)
7678 if (XOR (islower (i), ISLOWER (i))
7679 || toupper (i) != TOUPPER (i))
7684 if ac_fn_c_try_run "$LINENO"; then :
7687 ac_cv_header_stdc=no
7689 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7690 conftest.$ac_objext conftest.beam conftest.$ac_ext
7695 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_cv_header_stdc" >&5
7696 $as_echo "$ac_cv_header_stdc" >&6; }
7697 if test $ac_cv_header_stdc = yes; then
7699 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7703 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7704 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
7705 inttypes.h stdint.h unistd.h
7707 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7708 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7710 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7711 cat >>confdefs.h
<<_ACEOF
7712 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7720 for ac_header
in dlfcn.h
7722 ac_fn_c_check_header_compile
"$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7724 if test "x$ac_cv_header_dlfcn_h" = xyes
; then :
7725 cat >>confdefs.h
<<_ACEOF
7726 #define HAVE_DLFCN_H 1
7746 # Check whether --enable-shared was given.
7747 if test "${enable_shared+set}" = set; then :
7748 enableval
=$enable_shared; p
=${PACKAGE-default}
7750 yes) enable_shared
=yes ;;
7751 no
) enable_shared
=no
;;
7754 # Look at the argument we got. We use all the common list separators.
7755 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
7756 for pkg
in $enableval; do
7758 if test "X$pkg" = "X$p"; then
7777 # Check whether --enable-static was given.
7778 if test "${enable_static+set}" = set; then :
7779 enableval
=$enable_static; p
=${PACKAGE-default}
7781 yes) enable_static
=yes ;;
7782 no
) enable_static
=no
;;
7785 # Look at the argument we got. We use all the common list separators.
7786 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
7787 for pkg
in $enableval; do
7789 if test "X$pkg" = "X$p"; then
7809 # Check whether --with-pic was given.
7810 if test "${with_pic+set}" = set; then :
7811 withval
=$with_pic; pic_mode
="$withval"
7817 test -z "$pic_mode" && pic_mode
=default
7825 # Check whether --enable-fast-install was given.
7826 if test "${enable_fast_install+set}" = set; then :
7827 enableval
=$enable_fast_install; p
=${PACKAGE-default}
7829 yes) enable_fast_install
=yes ;;
7830 no
) enable_fast_install
=no
;;
7832 enable_fast_install
=no
7833 # Look at the argument we got. We use all the common list separators.
7834 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
7835 for pkg
in $enableval; do
7837 if test "X$pkg" = "X$p"; then
7838 enable_fast_install
=yes
7845 enable_fast_install
=yes
7858 # This can be used to rebuild libtool when needed
7859 LIBTOOL_DEPS
="$ltmain"
7861 # Always use our own libtool.
7862 LIBTOOL
='$(SHELL) $(top_builddir)/libtool'
7889 test -z "$LN_S" && LN_S
="ln -s"
7904 if test -n "${ZSH_VERSION+set}" ; then
7905 setopt NO_GLOB_SUBST
7908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7909 $as_echo_n "checking for objdir... " >&6; }
7910 if ${lt_cv_objdir+:} false
; then :
7911 $as_echo_n "(cached) " >&6
7913 rm -f .libs
2>/dev
/null
7914 mkdir .libs
2>/dev
/null
7915 if test -d .libs
; then
7918 # MS-DOS does not allow filenames that begin with a dot.
7921 rmdir .libs
2>/dev
/null
7923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7924 $as_echo "$lt_cv_objdir" >&6; }
7925 objdir
=$lt_cv_objdir
7931 cat >>confdefs.h
<<_ACEOF
7932 #define LT_OBJDIR "$lt_cv_objdir/"
7940 # AIX sometimes has problems with the GCC collect2 program. For some
7941 # reason, if we set the COLLECT_NAMES environment variable, the problems
7942 # vanish in a puff of smoke.
7943 if test "X${COLLECT_NAMES+set}" != Xset
; then
7945 export COLLECT_NAMES
7952 can_build_shared
=yes
7954 # All known linkers require a `.a' archive for static linking (except MSVC,
7955 # which needs '.lib').
7958 with_gnu_ld
="$lt_cv_prog_gnu_ld"
7961 old_CFLAGS
="$CFLAGS"
7963 # Set sane defaults for various variables
7964 test -z "$CC" && CC
=cc
7965 test -z "$LTCC" && LTCC
=$CC
7966 test -z "$LTCFLAGS" && LTCFLAGS
=$CFLAGS
7967 test -z "$LD" && LD
=ld
7968 test -z "$ac_objext" && ac_objext
=o
7970 for cc_temp
in $compiler""; do
7972 compile |
*[\\/]compile | ccache |
*[\\/]ccache
) ;;
7973 distcc |
*[\\/]distcc | purify |
*[\\/]purify
) ;;
7978 cc_basename
=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7981 # Only perform the check for file, if the check method requires it
7982 test -z "$MAGIC_CMD" && MAGIC_CMD
=file
7983 case $deplibs_check_method in
7985 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7987 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7988 if ${lt_cv_path_MAGIC_CMD+:} false
; then :
7989 $as_echo_n "(cached) " >&6
7993 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
7996 lt_save_MAGIC_CMD
="$MAGIC_CMD"
7997 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
7998 ac_dummy
="/usr/bin$PATH_SEPARATOR$PATH"
7999 for ac_dir
in $ac_dummy; do
8001 test -z "$ac_dir" && ac_dir
=.
8002 if test -f $ac_dir/${ac_tool_prefix}file; then
8003 lt_cv_path_MAGIC_CMD
="$ac_dir/${ac_tool_prefix}file"
8004 if test -n "$file_magic_test_file"; then
8005 case $deplibs_check_method in
8007 file_magic_regex
=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8008 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
8009 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
8010 $EGREP "$file_magic_regex" > /dev
/null
; then
8015 *** Warning: the command libtool uses to detect shared libraries,
8016 *** $file_magic_cmd, produces output that libtool cannot recognize.
8017 *** The result is that libtool may fail to recognize shared libraries
8018 *** as such. This will affect the creation of libtool libraries that
8019 *** depend on shared libraries, but programs linked with such libtool
8020 *** libraries will work regardless of this problem. Nevertheless, you
8021 *** may want to report the problem to your system manager and/or to
8022 *** bug-libtool@gnu.org
8032 MAGIC_CMD
="$lt_save_MAGIC_CMD"
8037 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
8038 if test -n "$MAGIC_CMD"; then
8039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8040 $as_echo "$MAGIC_CMD" >&6; }
8042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8043 $as_echo "no" >&6; }
8050 if test -z "$lt_cv_path_MAGIC_CMD"; then
8051 if test -n "$ac_tool_prefix"; then
8052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8053 $as_echo_n "checking for file... " >&6; }
8054 if ${lt_cv_path_MAGIC_CMD+:} false
; then :
8055 $as_echo_n "(cached) " >&6
8059 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
8062 lt_save_MAGIC_CMD
="$MAGIC_CMD"
8063 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
8064 ac_dummy
="/usr/bin$PATH_SEPARATOR$PATH"
8065 for ac_dir
in $ac_dummy; do
8067 test -z "$ac_dir" && ac_dir
=.
8068 if test -f $ac_dir/file; then
8069 lt_cv_path_MAGIC_CMD
="$ac_dir/file"
8070 if test -n "$file_magic_test_file"; then
8071 case $deplibs_check_method in
8073 file_magic_regex
=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8074 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
8075 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
8076 $EGREP "$file_magic_regex" > /dev
/null
; then
8081 *** Warning: the command libtool uses to detect shared libraries,
8082 *** $file_magic_cmd, produces output that libtool cannot recognize.
8083 *** The result is that libtool may fail to recognize shared libraries
8084 *** as such. This will affect the creation of libtool libraries that
8085 *** depend on shared libraries, but programs linked with such libtool
8086 *** libraries will work regardless of this problem. Nevertheless, you
8087 *** may want to report the problem to your system manager and/or to
8088 *** bug-libtool@gnu.org
8098 MAGIC_CMD
="$lt_save_MAGIC_CMD"
8103 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
8104 if test -n "$MAGIC_CMD"; then
8105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8106 $as_echo "$MAGIC_CMD" >&6; }
8108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8109 $as_echo "no" >&6; }
8122 # Use C for the default configuration in the libtool script
8126 ac_cpp
='$CPP $CPPFLAGS'
8127 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8128 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8129 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
8132 # Source file extension for C test sources.
8135 # Object file extension for compiled C test sources.
8139 # Code to be used in simple compile tests
8140 lt_simple_compile_test_code
="int some_variable = 0;"
8142 # Code to be used in simple link tests
8143 lt_simple_link_test_code
='int main(){return(0);}'
8151 # If no C compiler was specified, use CC.
8154 # If no C compiler flags were specified, use CFLAGS.
8155 LTCFLAGS
=${LTCFLAGS-"$CFLAGS"}
8157 # Allow CC to be a program name with arguments.
8160 # Save the default compiler, since it gets overwritten when the other
8161 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8162 compiler_DEFAULT
=$CC
8164 # save warnings/boilerplate of simple test code
8165 ac_outfile
=conftest.
$ac_objext
8166 echo "$lt_simple_compile_test_code" >conftest.
$ac_ext
8167 eval "$ac_compile" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
8168 _lt_compiler_boilerplate
=`cat conftest.err`
8171 ac_outfile
=conftest.
$ac_objext
8172 echo "$lt_simple_link_test_code" >conftest.
$ac_ext
8173 eval "$ac_link" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
8174 _lt_linker_boilerplate
=`cat conftest.err`
8179 ## There is no encapsulation within the following macros, do not change
8180 ## the running order or otherwise move them around unless you know exactly
8181 ## what you are doing...
8182 if test -n "$compiler"; then
8184 lt_prog_compiler_no_builtin_flag
=
8186 if test "$GCC" = yes; then
8187 case $cc_basename in
8189 lt_prog_compiler_no_builtin_flag
=' -Xcompiler -fno-builtin' ;;
8191 lt_prog_compiler_no_builtin_flag
=' -fno-builtin' ;;
8194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8195 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8196 if ${lt_cv_prog_compiler_rtti_exceptions+:} false
; then :
8197 $as_echo_n "(cached) " >&6
8199 lt_cv_prog_compiler_rtti_exceptions
=no
8200 ac_outfile
=conftest.
$ac_objext
8201 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8202 lt_compiler_flag
="-fno-rtti -fno-exceptions"
8203 # Insert the option either (1) after the last *FLAGS variable, or
8204 # (2) before a word containing "conftest.", or (3) at the end.
8205 # Note that $ac_compile itself does not contain backslashes and begins
8206 # with a dollar sign (not a hyphen), so the echo should work correctly.
8207 # The option is referenced via a variable to avoid confusing sed.
8208 lt_compile
=`echo "$ac_compile" | $SED \
8209 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8210 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8211 -e 's:$: $lt_compiler_flag:'`
8212 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8213 (eval "$lt_compile" 2>conftest.err
)
8215 cat conftest.err
>&5
8216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8217 if (exit $ac_status) && test -s "$ac_outfile"; then
8218 # The compiler can only warn and ignore the option if not recognized
8219 # So say no if there are warnings other than the usual output.
8220 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' >conftest.exp
8221 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
8222 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
8223 lt_cv_prog_compiler_rtti_exceptions
=yes
8229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8230 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8232 if test x
"$lt_cv_prog_compiler_rtti_exceptions" = xyes
; then
8233 lt_prog_compiler_no_builtin_flag
="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8245 lt_prog_compiler_wl
=
8246 lt_prog_compiler_pic
=
8247 lt_prog_compiler_static
=
8249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8250 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8252 if test "$GCC" = yes; then
8253 lt_prog_compiler_wl
='-Wl,'
8254 lt_prog_compiler_static
='-static'
8258 # All AIX code is PIC.
8259 if test "$host_cpu" = ia64
; then
8260 # AIX 5 now supports IA64 processor
8261 lt_prog_compiler_static
='-Bstatic'
8263 lt_prog_compiler_pic
='-fPIC'
8269 # see comment about AmigaOS4 .so support
8270 lt_prog_compiler_pic
='-fPIC'
8273 # FIXME: we need at least 68020 code to build shared libraries, but
8274 # adding the `-m68020' flag to GCC prevents building anything better,
8276 lt_prog_compiler_pic
='-m68020 -resident32 -malways-restore-a4'
8281 beos
* | irix5
* | irix6
* | nonstopux
* | osf3
* | osf4
* | osf5
*)
8282 # PIC is the default for these OSes.
8285 mingw
* | cygwin
* | pw32
* | os2
* | cegcc
*)
8286 # This hack is so that the source file can tell whether it is being
8287 # built for inclusion in a dll (and should export symbols for example).
8288 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8289 # (--disable-auto-import) libraries
8290 lt_prog_compiler_pic
='-DDLL_EXPORT'
8293 darwin
* | rhapsody
*)
8294 # PIC is the default on this platform
8295 # Common symbols not allowed in MH_DYLIB files
8296 lt_prog_compiler_pic
='-fno-common'
8300 # PIC is the default for Haiku.
8301 # The "-static" flag exists, but is broken.
8302 lt_prog_compiler_static
=
8306 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8307 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8308 # sets the default TLS model and affects inlining.
8314 lt_prog_compiler_pic
='-fPIC'
8320 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8321 # Instead, we relocate shared libraries at runtime.
8325 # Just because we use GCC doesn't mean we suddenly get shared libraries
8326 # on systems that don't support them.
8327 lt_prog_compiler_can_build_shared
=no
8332 # QNX uses GNU C++, but need to define -shared option too, otherwise
8334 lt_prog_compiler_pic
='-fPIC -shared'
8338 if test -d /usr
/nec
; then
8339 lt_prog_compiler_pic
=-Kconform_pic
8344 lt_prog_compiler_pic
='-fPIC'
8348 case $cc_basename in
8349 nvcc
*) # Cuda Compiler Driver 2.2
8350 lt_prog_compiler_wl
='-Xlinker '
8351 lt_prog_compiler_pic
='-Xcompiler -fPIC'
8355 # PORTME Check for flag to pass linker flags through the system compiler.
8358 lt_prog_compiler_wl
='-Wl,'
8359 if test "$host_cpu" = ia64
; then
8360 # AIX 5 now supports IA64 processor
8361 lt_prog_compiler_static
='-Bstatic'
8363 lt_prog_compiler_static
='-bnso -bI:/lib/syscalls.exp'
8367 mingw
* | cygwin
* | pw32
* | os2
* | cegcc
*)
8368 # This hack is so that the source file can tell whether it is being
8369 # built for inclusion in a dll (and should export symbols for example).
8370 lt_prog_compiler_pic
='-DDLL_EXPORT'
8373 hpux9
* | hpux10
* | hpux11
*)
8374 lt_prog_compiler_wl
='-Wl,'
8375 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8382 lt_prog_compiler_pic
='+Z'
8385 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8386 lt_prog_compiler_static
='${wl}-a ${wl}archive'
8389 irix5
* | irix6
* | nonstopux
*)
8390 lt_prog_compiler_wl
='-Wl,'
8391 # PIC (with -KPIC) is the default.
8392 lt_prog_compiler_static
='-non_shared'
8395 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
8396 case $cc_basename in
8397 # old Intel for x86_64 which still supported -KPIC.
8399 lt_prog_compiler_wl
='-Wl,'
8400 lt_prog_compiler_pic
='-KPIC'
8401 lt_prog_compiler_static
='-static'
8403 # icc used to be incompatible with GCC.
8404 # ICC 10 doesn't accept -KPIC any more.
8406 lt_prog_compiler_wl
='-Wl,'
8407 lt_prog_compiler_pic
='-fPIC'
8408 lt_prog_compiler_static
='-static'
8410 # Lahey Fortran 8.1.
8412 lt_prog_compiler_wl
='-Wl,'
8413 lt_prog_compiler_pic
='--shared'
8414 lt_prog_compiler_static
='--static'
8416 pgcc
* | pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
8417 # Portland Group compilers (*not* the Pentium gcc compiler,
8418 # which looks to be a dead project)
8419 lt_prog_compiler_wl
='-Wl,'
8420 lt_prog_compiler_pic
='-fpic'
8421 lt_prog_compiler_static
='-Bstatic'
8424 lt_prog_compiler_wl
='-Wl,'
8425 # All Alpha code is PIC.
8426 lt_prog_compiler_static
='-non_shared'
8428 xl
* | bgxl
* | bgf
* | mpixl
*)
8429 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8430 lt_prog_compiler_wl
='-Wl,'
8431 lt_prog_compiler_pic
='-qpic'
8432 lt_prog_compiler_static
='-qstaticlink'
8435 case `$CC -V 2>&1 | sed 5q` in
8436 *Sun\ F
* |
*Sun
*Fortran
*)
8437 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8438 lt_prog_compiler_pic
='-KPIC'
8439 lt_prog_compiler_static
='-Bstatic'
8440 lt_prog_compiler_wl
=''
8444 lt_prog_compiler_pic
='-KPIC'
8445 lt_prog_compiler_static
='-Bstatic'
8446 lt_prog_compiler_wl
='-Wl,'
8454 lt_prog_compiler_pic
='-KPIC'
8455 lt_prog_compiler_static
='-Bstatic'
8459 # QNX uses GNU C++, but need to define -shared option too, otherwise
8461 lt_prog_compiler_pic
='-fPIC -shared'
8464 osf3
* | osf4
* | osf5
*)
8465 lt_prog_compiler_wl
='-Wl,'
8466 # All OSF/1 code is PIC.
8467 lt_prog_compiler_static
='-non_shared'
8471 lt_prog_compiler_static
='-non_shared'
8475 lt_prog_compiler_pic
='-KPIC'
8476 lt_prog_compiler_static
='-Bstatic'
8477 case $cc_basename in
8479 lt_prog_compiler_wl
='-Qoption ld ';;
8481 lt_prog_compiler_wl
='-Wl,';;
8486 lt_prog_compiler_wl
='-Qoption ld '
8487 lt_prog_compiler_pic
='-PIC'
8488 lt_prog_compiler_static
='-Bstatic'
8491 sysv4 | sysv4.2uw2
* | sysv4.3
*)
8492 lt_prog_compiler_wl
='-Wl,'
8493 lt_prog_compiler_pic
='-KPIC'
8494 lt_prog_compiler_static
='-Bstatic'
8498 if test -d /usr
/nec
;then
8499 lt_prog_compiler_pic
='-Kconform_pic'
8500 lt_prog_compiler_static
='-Bstatic'
8504 sysv5
* | unixware
* | sco3.2v5
* | sco5v6
* | OpenUNIX
*)
8505 lt_prog_compiler_wl
='-Wl,'
8506 lt_prog_compiler_pic
='-KPIC'
8507 lt_prog_compiler_static
='-Bstatic'
8511 lt_prog_compiler_wl
='-Wl,'
8512 lt_prog_compiler_can_build_shared
=no
8516 lt_prog_compiler_pic
='-pic'
8517 lt_prog_compiler_static
='-Bstatic'
8521 lt_prog_compiler_can_build_shared
=no
8527 # For platforms which do not support PIC, -DPIC is meaningless:
8529 lt_prog_compiler_pic
=
8532 lt_prog_compiler_pic
="$lt_prog_compiler_pic -DPIC"
8535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8536 $as_echo "$lt_prog_compiler_pic" >&6; }
8544 # Check to make sure the PIC flag actually works.
8546 if test -n "$lt_prog_compiler_pic"; then
8547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8548 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8549 if ${lt_cv_prog_compiler_pic_works+:} false
; then :
8550 $as_echo_n "(cached) " >&6
8552 lt_cv_prog_compiler_pic_works
=no
8553 ac_outfile
=conftest.
$ac_objext
8554 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8555 lt_compiler_flag
="$lt_prog_compiler_pic -DPIC"
8556 # Insert the option either (1) after the last *FLAGS variable, or
8557 # (2) before a word containing "conftest.", or (3) at the end.
8558 # Note that $ac_compile itself does not contain backslashes and begins
8559 # with a dollar sign (not a hyphen), so the echo should work correctly.
8560 # The option is referenced via a variable to avoid confusing sed.
8561 lt_compile
=`echo "$ac_compile" | $SED \
8562 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8563 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8564 -e 's:$: $lt_compiler_flag:'`
8565 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8566 (eval "$lt_compile" 2>conftest.err
)
8568 cat conftest.err
>&5
8569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8570 if (exit $ac_status) && test -s "$ac_outfile"; then
8571 # The compiler can only warn and ignore the option if not recognized
8572 # So say no if there are warnings other than the usual output.
8573 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' >conftest.exp
8574 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
8575 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
8576 lt_cv_prog_compiler_pic_works
=yes
8582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8583 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8585 if test x
"$lt_cv_prog_compiler_pic_works" = xyes
; then
8586 case $lt_prog_compiler_pic in
8588 *) lt_prog_compiler_pic
=" $lt_prog_compiler_pic" ;;
8591 lt_prog_compiler_pic
=
8592 lt_prog_compiler_can_build_shared
=no
8603 # Check to make sure the static flag actually works.
8605 wl
=$lt_prog_compiler_wl eval lt_tmp_static_flag
=\"$lt_prog_compiler_static\"
8606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8607 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8608 if ${lt_cv_prog_compiler_static_works+:} false
; then :
8609 $as_echo_n "(cached) " >&6
8611 lt_cv_prog_compiler_static_works
=no
8612 save_LDFLAGS
="$LDFLAGS"
8613 LDFLAGS
="$LDFLAGS $lt_tmp_static_flag"
8614 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
8615 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
8616 # The linker can only warn and ignore the option if not recognized
8617 # So say no if there are warnings
8618 if test -s conftest.err
; then
8619 # Append any errors to the config.log.
8620 cat conftest.err
1>&5
8621 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
8622 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
8623 if diff conftest.exp conftest.er2
>/dev
/null
; then
8624 lt_cv_prog_compiler_static_works
=yes
8627 lt_cv_prog_compiler_static_works
=yes
8631 LDFLAGS
="$save_LDFLAGS"
8634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8635 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8637 if test x
"$lt_cv_prog_compiler_static_works" = xyes
; then
8640 lt_prog_compiler_static
=
8649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8650 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8651 if ${lt_cv_prog_compiler_c_o+:} false
; then :
8652 $as_echo_n "(cached) " >&6
8654 lt_cv_prog_compiler_c_o
=no
8655 $RM -r conftest
2>/dev
/null
8659 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8661 lt_compiler_flag
="-o out/conftest2.$ac_objext"
8662 # Insert the option either (1) after the last *FLAGS variable, or
8663 # (2) before a word containing "conftest.", or (3) at the end.
8664 # Note that $ac_compile itself does not contain backslashes and begins
8665 # with a dollar sign (not a hyphen), so the echo should work correctly.
8666 lt_compile
=`echo "$ac_compile" | $SED \
8667 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8668 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8669 -e 's:$: $lt_compiler_flag:'`
8670 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8671 (eval "$lt_compile" 2>out
/conftest.err
)
8673 cat out
/conftest.err
>&5
8674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8675 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
8677 # The compiler can only warn and ignore the option if not recognized
8678 # So say no if there are warnings
8679 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' > out
/conftest.exp
8680 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
8681 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
8682 lt_cv_prog_compiler_c_o
=yes
8687 # SGI C++ compiler will create directory out/ii_files/ for
8688 # template instantiation
8689 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
8690 $RM out
/* && rmdir out
8696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8697 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8705 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8706 if ${lt_cv_prog_compiler_c_o+:} false
; then :
8707 $as_echo_n "(cached) " >&6
8709 lt_cv_prog_compiler_c_o
=no
8710 $RM -r conftest
2>/dev
/null
8714 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8716 lt_compiler_flag
="-o out/conftest2.$ac_objext"
8717 # Insert the option either (1) after the last *FLAGS variable, or
8718 # (2) before a word containing "conftest.", or (3) at the end.
8719 # Note that $ac_compile itself does not contain backslashes and begins
8720 # with a dollar sign (not a hyphen), so the echo should work correctly.
8721 lt_compile
=`echo "$ac_compile" | $SED \
8722 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8723 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8724 -e 's:$: $lt_compiler_flag:'`
8725 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8726 (eval "$lt_compile" 2>out
/conftest.err
)
8728 cat out
/conftest.err
>&5
8729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8730 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
8732 # The compiler can only warn and ignore the option if not recognized
8733 # So say no if there are warnings
8734 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' > out
/conftest.exp
8735 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
8736 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
8737 lt_cv_prog_compiler_c_o
=yes
8742 # SGI C++ compiler will create directory out/ii_files/ for
8743 # template instantiation
8744 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
8745 $RM out
/* && rmdir out
8751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8752 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8757 hard_links
="nottested"
8758 if test "$lt_cv_prog_compiler_c_o" = no
&& test "$need_locks" != no
; then
8759 # do not overwrite the value of need_locks provided by the user
8760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8761 $as_echo_n "checking if we can lock with hard links... " >&6; }
8764 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
8766 ln conftest.a conftest.b
2>&5 || hard_links
=no
8767 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
8768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8769 $as_echo "$hard_links" >&6; }
8770 if test "$hard_links" = no
; then
8771 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8772 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8785 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8788 allow_undefined_flag
=
8789 always_export_symbols
=no
8791 archive_expsym_cmds
=
8792 compiler_needs_object
=no
8793 enable_shared_with_static_runtimes
=no
8794 export_dynamic_flag_spec
=
8795 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8796 hardcode_automatic
=no
8798 hardcode_direct_absolute
=no
8799 hardcode_libdir_flag_spec
=
8800 hardcode_libdir_flag_spec_ld
=
8801 hardcode_libdir_separator
=
8803 hardcode_shlibpath_var
=unsupported
8805 link_all_deplibs
=unknown
8808 old_archive_from_new_cmds
=
8809 old_archive_from_expsyms_cmds
=
8810 thread_safe_flag_spec
=
8811 whole_archive_flag_spec
=
8812 # include_expsyms should be a list of space-separated symbols to be *always*
8813 # included in the symbol list
8815 # exclude_expsyms can be an extended regexp of symbols to exclude
8816 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8817 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8818 # as well as any symbol that contains `d'.
8819 exclude_expsyms
='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8820 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8821 # platforms (ab)use it in PIC code, but their linkers get confused if
8822 # the symbol is explicitly referenced. Since portable code cannot
8823 # rely on this symbol name, it's probably fine to never include it in
8824 # preloaded symbol tables.
8825 # Exclude shared library initialization/finalization symbols.
8826 extract_expsyms_cmds
=
8829 cygwin
* | mingw
* | pw32
* | cegcc
*)
8830 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8831 # When not using gcc, we currently assume that we are using
8832 # Microsoft Visual C++.
8833 if test "$GCC" != yes; then
8838 # we just hope/assume this is gcc and not c89 (= MSVC++)
8848 # On some targets, GNU ld is compatible enough with the native linker
8849 # that we're better off using the native interface for both.
8850 lt_use_gnu_ld_interface
=no
8851 if test "$with_gnu_ld" = yes; then
8854 # The AIX port of GNU ld has always aspired to compatibility
8855 # with the native linker. However, as the warning in the GNU ld
8856 # block says, versions before 2.19.5* couldn't really create working
8857 # shared libraries, regardless of the interface used.
8858 case `$LD -v 2>&1` in
8859 *\ \
(GNU\ Binutils\
)\
2.19.5*) ;;
8860 *\ \
(GNU\ Binutils\
)\
2.
[2-9]*) ;;
8861 *\ \
(GNU\ Binutils\
)\
[3-9]*) ;;
8863 lt_use_gnu_ld_interface
=yes
8868 lt_use_gnu_ld_interface
=yes
8873 if test "$lt_use_gnu_ld_interface" = yes; then
8874 # If archive_cmds runs LD, not CC, wlarc should be empty
8877 # Set some defaults for GNU ld with shared library support. These
8878 # are reset later if shared libraries are not supported. Putting them
8879 # here allows them to be overridden if necessary.
8880 runpath_var
=LD_RUN_PATH
8881 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8882 export_dynamic_flag_spec
='${wl}--export-dynamic'
8883 # ancient GNU ld didn't support --whole-archive et. al.
8884 if $LD --help 2>&1 |
$GREP 'no-whole-archive' > /dev
/null
; then
8885 whole_archive_flag_spec
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8887 whole_archive_flag_spec
=
8889 supports_anon_versioning
=no
8890 case `$LD -v 2>&1` in
8891 *GNU\ gold
*) supports_anon_versioning
=yes ;;
8892 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.10.
*) ;; # catch versions < 2.11
8893 *\
2.11.93.0.2\
*) supports_anon_versioning
=yes ;; # RH7.3 ...
8894 *\
2.11.92.0.12\
*) supports_anon_versioning
=yes ;; # Mandrake 8.2 ...
8895 *\
2.11.
*) ;; # other 2.11 versions
8896 *) supports_anon_versioning
=yes ;;
8899 # See if GNU ld supports shared libraries.
8902 # On AIX/PPC, the GNU linker is very broken
8903 if test "$host_cpu" != ia64
; then
8907 *** Warning: the GNU linker, at least up to release 2.19, is reported
8908 *** to be unable to reliably create shared libraries on AIX.
8909 *** Therefore, libtool is disabling shared libraries support. If you
8910 *** really care for shared libraries, you may want to install binutils
8911 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8912 *** You will then need to restart the configuration process.
8921 # see comment about AmigaOS4 .so support
8922 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8923 archive_expsym_cmds
=''
8926 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)'
8927 hardcode_libdir_flag_spec
='-L$libdir'
8928 hardcode_minus_L
=yes
8934 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8935 allow_undefined_flag
=unsupported
8936 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8937 # support --undefined. This deserves some investigation. FIXME
8938 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8944 cygwin
* | mingw
* | pw32
* | cegcc
*)
8945 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8946 # as there is no search path for DLLs.
8947 hardcode_libdir_flag_spec
='-L$libdir'
8948 export_dynamic_flag_spec
='${wl}--export-all-symbols'
8949 allow_undefined_flag
=unsupported
8950 always_export_symbols
=no
8951 enable_shared_with_static_runtimes
=yes
8952 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8954 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
8955 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8956 # If the export-symbols file already is a .def file (1st line
8957 # is EXPORTS), use it as is; otherwise, prepend...
8958 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8959 cp $export_symbols $output_objdir/$soname.def;
8961 echo EXPORTS > $output_objdir/$soname.def;
8962 cat $export_symbols >> $output_objdir/$soname.def;
8964 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8971 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8972 link_all_deplibs
=yes
8977 hardcode_shlibpath_var
=no
8978 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8979 export_dynamic_flag_spec
='${wl}-E'
8980 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8981 # Instead, shared libraries are loaded at an image base (0x10000000 by
8982 # default) and relocated if they conflict, which is a slow very memory
8983 # consuming and fragmenting process. To avoid this, we pick a random,
8984 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8985 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8986 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8987 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'
8990 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
8992 if test "$host_os" = linux-dietlibc
; then
8993 case $cc_basename in
8994 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
8997 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
8998 && test "$tmp_diet" = no
9000 tmp_addflag
=' $pic_flag'
9001 tmp_sharedflag
='-shared'
9002 case $cc_basename,$host_cpu in
9003 pgcc
*) # Portland Group C compiler
9004 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'
9005 tmp_addflag
=' $pic_flag'
9007 pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
9008 # Portland Group f77 and f90 compilers
9009 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'
9010 tmp_addflag
=' $pic_flag -Mnomain' ;;
9011 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
9012 tmp_addflag
=' -i_dynamic' ;;
9013 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
9014 tmp_addflag
=' -i_dynamic -nofor_main' ;;
9015 ifc
* | ifort
*) # Intel Fortran compiler
9016 tmp_addflag
=' -nofor_main' ;;
9017 lf95
*) # Lahey Fortran 8.1
9018 whole_archive_flag_spec
=
9019 tmp_sharedflag
='--shared' ;;
9020 xl
[cC
]* | bgxl
[cC
]* | mpixl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9021 tmp_sharedflag
='-qmkshrobj'
9023 nvcc
*) # Cuda Compiler Driver 2.2
9024 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'
9025 compiler_needs_object
=yes
9028 case `$CC -V 2>&1 | sed 5q` in
9029 *Sun\ C
*) # Sun C 5.9
9030 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'
9031 compiler_needs_object
=yes
9032 tmp_sharedflag
='-G' ;;
9033 *Sun\ F
*) # Sun Fortran 8.3
9034 tmp_sharedflag
='-G' ;;
9036 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9038 if test "x$supports_anon_versioning" = xyes
; then
9039 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
9040 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9041 echo "local: *; };" >> $output_objdir/$libname.ver~
9042 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9045 case $cc_basename in
9046 xlf
* | bgf
* | bgxlf
* | mpixlf
*)
9047 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9048 whole_archive_flag_spec
='--whole-archive$convenience --no-whole-archive'
9049 hardcode_libdir_flag_spec
=
9050 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
9051 archive_cmds
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9052 if test "x$supports_anon_versioning" = xyes
; then
9053 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
9054 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9055 echo "local: *; };" >> $output_objdir/$libname.ver~
9056 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9066 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9067 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9070 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9071 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9076 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
9080 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9081 *** create shared libraries on Solaris systems. Therefore, libtool
9082 *** is disabling shared libraries support. We urge you to upgrade GNU
9083 *** binutils to release 2.9.1 or newer. Another option is to modify
9084 *** your PATH or compiler configuration so that the native linker is
9085 *** used, and then restart.
9088 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9089 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9090 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9096 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
9097 case `$LD -v 2>&1` in
9098 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
9102 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9103 *** reliably create shared libraries on SCO systems. Therefore, libtool
9104 *** is disabling shared libraries support. We urge you to upgrade GNU
9105 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9106 *** your PATH or compiler configuration so that the native linker is
9107 *** used, and then restart.
9112 # For security reasons, it is highly recommended that you always
9113 # use absolute paths for naming shared libraries, and exclude the
9114 # DT_RUNPATH tag from executables and libraries. But doing so
9115 # requires that you compile everything twice, which is a pain.
9116 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9117 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9118 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9119 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9128 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9131 hardcode_shlibpath_var
=no
9135 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9136 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9137 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9144 if test "$ld_shlibs" = no
; then
9146 hardcode_libdir_flag_spec
=
9147 export_dynamic_flag_spec
=
9148 whole_archive_flag_spec
=
9151 # PORTME fill in a description of your system's linker (not GNU ld)
9154 allow_undefined_flag
=unsupported
9155 always_export_symbols
=yes
9156 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'
9157 # Note: this linker hardcodes the directories in LIBPATH if there
9158 # are no directories specified by -L.
9159 hardcode_minus_L
=yes
9160 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9161 # Neither direct hardcoding nor static linking is supported with a
9163 hardcode_direct
=unsupported
9168 if test "$host_cpu" = ia64
; then
9169 # On IA64, the linker does run time linking by default, so we don't
9170 # have to do anything special.
9171 aix_use_runtimelinking
=no
9172 exp_sym_flag
='-Bexport'
9175 # If we're using GNU nm, then we don't want the "-C" option.
9176 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9177 # Also, AIX nm treats weak defined symbols like other global
9178 # defined symbols, whereas GNU nm marks them as "W".
9179 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
9180 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'
9182 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'
9184 aix_use_runtimelinking
=no
9186 # Test if we are trying to use run time linking or normal
9187 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9188 # need to do runtime linking.
9189 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
9190 for ld_flag
in $LDFLAGS; do
9191 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
9192 aix_use_runtimelinking
=yes
9199 exp_sym_flag
='-bexport'
9200 no_entry_flag
='-bnoentry'
9203 # When large executables or shared objects are built, AIX ld can
9204 # have problems creating the table of contents. If linking a library
9205 # or program results in "error TOC overflow" add -mminimal-toc to
9206 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9207 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9211 hardcode_direct_absolute
=yes
9212 hardcode_libdir_separator
=':'
9213 link_all_deplibs
=yes
9214 file_list_spec
='${wl}-f,'
9216 if test "$GCC" = yes; then
9217 case $host_os in aix4.
[012]|aix4.
[012].
*)
9218 # We only want to do this on AIX 4.2 and lower, the check
9219 # below for broken collect2 doesn't work under 4.3+
9220 collect2name
=`${CC} -print-prog-name=collect2`
9221 if test -f "$collect2name" &&
9222 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
9224 # We have reworked collect2
9227 # We have old collect2
9228 hardcode_direct
=unsupported
9229 # It fails to find uninstalled libraries when the uninstalled
9230 # path is not listed in the libpath. Setting hardcode_minus_L
9231 # to unsupported forces relinking
9232 hardcode_minus_L
=yes
9233 hardcode_libdir_flag_spec
='-L$libdir'
9234 hardcode_libdir_separator
=
9238 shared_flag
='-shared'
9239 if test "$aix_use_runtimelinking" = yes; then
9240 shared_flag
="$shared_flag "'${wl}-G'
9244 if test "$host_cpu" = ia64
; then
9245 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9246 # chokes on -Wl,-G. The following line is correct:
9249 if test "$aix_use_runtimelinking" = yes; then
9250 shared_flag
='${wl}-G'
9252 shared_flag
='${wl}-bM:SRE'
9257 export_dynamic_flag_spec
='${wl}-bexpall'
9258 # It seems that -bexpall does not export symbols beginning with
9259 # underscore (_), so it is better to generate a list of symbols to export.
9260 always_export_symbols
=yes
9261 if test "$aix_use_runtimelinking" = yes; then
9262 # Warning - without using the other runtime loading flags (-brtl),
9263 # -berok will link without error, but may produce a broken library.
9264 allow_undefined_flag
='-berok'
9265 # Determine the default libpath from the value encoded in an
9267 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9268 /* end confdefs.h. */
9278 if ac_fn_c_try_link
"$LINENO"; then :
9280 lt_aix_libpath_sed
='
9281 /Import File Strings/,/^$/ {
9287 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9288 # Check for a 64-bit object if we didn't find anything.
9289 if test -z "$aix_libpath"; then
9290 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9293 rm -f core conftest.err conftest.
$ac_objext \
9294 conftest
$ac_exeext conftest.
$ac_ext
9295 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9297 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9298 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"
9300 if test "$host_cpu" = ia64
; then
9301 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
9302 allow_undefined_flag
="-z nodefs"
9303 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"
9305 # Determine the default libpath from the value encoded in an
9307 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9308 /* end confdefs.h. */
9318 if ac_fn_c_try_link
"$LINENO"; then :
9320 lt_aix_libpath_sed
='
9321 /Import File Strings/,/^$/ {
9327 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9328 # Check for a 64-bit object if we didn't find anything.
9329 if test -z "$aix_libpath"; then
9330 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9333 rm -f core conftest.err conftest.
$ac_objext \
9334 conftest
$ac_exeext conftest.
$ac_ext
9335 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9337 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9338 # Warning - without using the other run time loading flags,
9339 # -berok will link without error, but may produce a broken library.
9340 no_undefined_flag
=' ${wl}-bernotok'
9341 allow_undefined_flag
=' ${wl}-berok'
9342 if test "$with_gnu_ld" = yes; then
9343 # We only use this code for GNU lds that support --whole-archive.
9344 whole_archive_flag_spec
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9346 # Exported symbols can be pulled into shared objects from archives
9347 whole_archive_flag_spec
='$convenience'
9349 archive_cmds_need_lc
=yes
9350 # This is similar to how AIX traditionally builds its shared libraries.
9351 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'
9359 # see comment about AmigaOS4 .so support
9360 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9361 archive_expsym_cmds
=''
9364 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)'
9365 hardcode_libdir_flag_spec
='-L$libdir'
9366 hardcode_minus_L
=yes
9372 export_dynamic_flag_spec
=-rdynamic
9375 cygwin
* | mingw
* | pw32
* | cegcc
*)
9376 # When not using gcc, we currently assume that we are using
9377 # Microsoft Visual C++.
9378 # hardcode_libdir_flag_spec is actually meaningless, as there is
9379 # no search path for DLLs.
9380 hardcode_libdir_flag_spec
=' '
9381 allow_undefined_flag
=unsupported
9382 # Tell ltmain to make .lib files, not .a files.
9384 # Tell ltmain to make .dll files, not .so files.
9386 # FIXME: Setting linknames here is a bad hack.
9387 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9388 # The linker will automatically build a .lib file if we build a DLL.
9389 old_archive_from_new_cmds
='true'
9390 # FIXME: Should let the user specify the lib program.
9391 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
9392 fix_srcfile_path
='`cygpath -w "$srcfile"`'
9393 enable_shared_with_static_runtimes
=yes
9396 darwin
* | rhapsody
*)
9399 archive_cmds_need_lc
=no
9401 hardcode_automatic
=yes
9402 hardcode_shlibpath_var
=unsupported
9403 if test "$lt_cv_ld_force_load" = "yes"; then
9404 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\"`'
9406 whole_archive_flag_spec
=''
9408 link_all_deplibs
=yes
9409 allow_undefined_flag
="$_lt_dar_allow_undefined"
9410 case $cc_basename in
9411 ifort
*) _lt_dar_can_shared
=yes ;;
9412 *) _lt_dar_can_shared
=$GCC ;;
9414 if test "$_lt_dar_can_shared" = "yes"; then
9415 output_verbose_link_cmd
=func_echo_all
9416 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9417 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9418 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}"
9419 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}"
9428 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9429 hardcode_libdir_flag_spec
='-L$libdir'
9430 hardcode_shlibpath_var
=no
9433 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9434 # support. Future versions do this automatically, but an explicit c++rt0.o
9435 # does not break anything, and helps significantly (at the cost of a little
9438 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9439 hardcode_libdir_flag_spec
='-R$libdir'
9441 hardcode_shlibpath_var
=no
9444 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9446 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9448 hardcode_minus_L
=yes
9449 hardcode_shlibpath_var
=no
9452 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9453 freebsd
* | dragonfly
*)
9454 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9455 hardcode_libdir_flag_spec
='-R$libdir'
9457 hardcode_shlibpath_var
=no
9461 if test "$GCC" = yes; then
9462 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'
9464 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'
9466 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9467 hardcode_libdir_separator
=:
9470 # hardcode_minus_L: Not really in the search PATH,
9471 # but as the default location of the library.
9472 hardcode_minus_L
=yes
9473 export_dynamic_flag_spec
='${wl}-E'
9477 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9478 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9480 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9482 if test "$with_gnu_ld" = no
; then
9483 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9484 hardcode_libdir_flag_spec_ld
='+b $libdir'
9485 hardcode_libdir_separator
=:
9487 hardcode_direct_absolute
=yes
9488 export_dynamic_flag_spec
='${wl}-E'
9489 # hardcode_minus_L: Not really in the search PATH,
9490 # but as the default location of the library.
9491 hardcode_minus_L
=yes
9496 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9499 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9502 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9505 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9511 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9514 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9518 # Older versions of the 11.00 compiler do not understand -b yet
9519 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9521 $as_echo_n "checking if $CC understands -b... " >&6; }
9522 if ${lt_cv_prog_compiler__b+:} false
; then :
9523 $as_echo_n "(cached) " >&6
9525 lt_cv_prog_compiler__b
=no
9526 save_LDFLAGS
="$LDFLAGS"
9527 LDFLAGS
="$LDFLAGS -b"
9528 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
9529 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
9530 # The linker can only warn and ignore the option if not recognized
9531 # So say no if there are warnings
9532 if test -s conftest.err
; then
9533 # Append any errors to the config.log.
9534 cat conftest.err
1>&5
9535 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
9536 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
9537 if diff conftest.exp conftest.er2
>/dev
/null
; then
9538 lt_cv_prog_compiler__b
=yes
9541 lt_cv_prog_compiler__b
=yes
9545 LDFLAGS
="$save_LDFLAGS"
9548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9549 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9551 if test x
"$lt_cv_prog_compiler__b" = xyes
; then
9552 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9554 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9560 if test "$with_gnu_ld" = no
; then
9561 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9562 hardcode_libdir_separator
=:
9567 hardcode_shlibpath_var
=no
9571 hardcode_direct_absolute
=yes
9572 export_dynamic_flag_spec
='${wl}-E'
9574 # hardcode_minus_L: Not really in the search PATH,
9575 # but as the default location of the library.
9576 hardcode_minus_L
=yes
9582 irix5
* | irix6
* | nonstopux
*)
9583 if test "$GCC" = yes; then
9584 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'
9585 # Try to use the -exported_symbol ld option, if it does not
9586 # work, assume that -exports_file does not work either and
9587 # implicitly export all symbols.
9588 save_LDFLAGS
="$LDFLAGS"
9589 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9590 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9591 /* end confdefs.h. */
9594 if ac_fn_c_try_link
"$LINENO"; then :
9595 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'
9598 rm -f core conftest.err conftest.
$ac_objext \
9599 conftest
$ac_exeext conftest.
$ac_ext
9600 LDFLAGS
="$save_LDFLAGS"
9602 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'
9603 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'
9605 archive_cmds_need_lc
='no'
9606 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9607 hardcode_libdir_separator
=:
9609 link_all_deplibs
=yes
9613 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9614 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9616 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9618 hardcode_libdir_flag_spec
='-R$libdir'
9620 hardcode_shlibpath_var
=no
9624 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9626 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9627 hardcode_libdir_separator
=:
9628 hardcode_shlibpath_var
=no
9635 if test -f /usr
/libexec
/ld.so
; then
9637 hardcode_shlibpath_var
=no
9638 hardcode_direct_absolute
=yes
9639 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9640 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9641 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9642 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9643 export_dynamic_flag_spec
='${wl}-E'
9646 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
9647 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9648 hardcode_libdir_flag_spec
='-R$libdir'
9651 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9652 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9662 hardcode_libdir_flag_spec
='-L$libdir'
9663 hardcode_minus_L
=yes
9664 allow_undefined_flag
=unsupported
9665 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'
9666 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9670 if test "$GCC" = yes; then
9671 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9672 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'
9674 allow_undefined_flag
=' -expect_unresolved \*'
9675 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'
9677 archive_cmds_need_lc
='no'
9678 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9679 hardcode_libdir_separator
=:
9682 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
9683 if test "$GCC" = yes; then
9684 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
9685 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'
9686 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9688 allow_undefined_flag
=' -expect_unresolved \*'
9689 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'
9690 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~
9691 $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'
9693 # Both c and cxx compiler support -rpath directly
9694 hardcode_libdir_flag_spec
='-rpath $libdir'
9696 archive_cmds_need_lc
='no'
9697 hardcode_libdir_separator
=:
9701 no_undefined_flag
=' -z defs'
9702 if test "$GCC" = yes; then
9704 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9705 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9706 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9708 case `$CC -V 2>&1` in
9711 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9712 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9713 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9717 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9718 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9719 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9723 hardcode_libdir_flag_spec
='-R$libdir'
9724 hardcode_shlibpath_var
=no
9726 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
9728 # The compiler driver will combine and reorder linker options,
9729 # but understands `-z linker_flag'. GCC discards it without `$wl',
9730 # but is careful enough not to reorder.
9731 # Supported since Solaris 2.6 (maybe 2.5.1?)
9732 if test "$GCC" = yes; then
9733 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9735 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
9739 link_all_deplibs
=yes
9743 if test "x$host_vendor" = xsequent
; then
9744 # Use $CC to link under sequent, because it throws in some extra .o
9745 # files that make .init and .fini sections work.
9746 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9748 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9750 hardcode_libdir_flag_spec
='-L$libdir'
9752 hardcode_minus_L
=yes
9753 hardcode_shlibpath_var
=no
9757 case $host_vendor in
9759 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9760 hardcode_direct
=yes # is this really true???
9763 ## LD is ld it makes a PLAMLIB
9764 ## CC just makes a GrossModule.
9765 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9766 reload_cmds
='$CC -r -o $output$reload_objs'
9770 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9771 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
9774 runpath_var
='LD_RUN_PATH'
9775 hardcode_shlibpath_var
=no
9779 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9780 hardcode_shlibpath_var
=no
9781 export_dynamic_flag_spec
='-Bexport'
9785 if test -d /usr
/nec
; then
9786 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9787 hardcode_shlibpath_var
=no
9788 runpath_var
=LD_RUN_PATH
9789 hardcode_runpath_var
=yes
9794 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
9795 no_undefined_flag
='${wl}-z,text'
9796 archive_cmds_need_lc
=no
9797 hardcode_shlibpath_var
=no
9798 runpath_var
='LD_RUN_PATH'
9800 if test "$GCC" = yes; then
9801 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9802 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9804 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9805 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9809 sysv5
* | sco3.2v5
* | sco5v6
*)
9810 # Note: We can NOT use -z defs as we might desire, because we do not
9811 # link with -lc, and that would cause any symbols used from libc to
9812 # always be unresolved, which means just about no library would
9813 # ever link correctly. If we're not using GNU ld we use -z text
9814 # though, which does catch some bad symbols but isn't as heavy-handed
9816 no_undefined_flag
='${wl}-z,text'
9817 allow_undefined_flag
='${wl}-z,nodefs'
9818 archive_cmds_need_lc
=no
9819 hardcode_shlibpath_var
=no
9820 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
9821 hardcode_libdir_separator
=':'
9822 link_all_deplibs
=yes
9823 export_dynamic_flag_spec
='${wl}-Bexport'
9824 runpath_var
='LD_RUN_PATH'
9826 if test "$GCC" = yes; then
9827 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9828 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9830 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9831 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9836 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9837 hardcode_libdir_flag_spec
='-L$libdir'
9838 hardcode_shlibpath_var
=no
9846 if test x
$host_vendor = xsni
; then
9848 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
9849 export_dynamic_flag_spec
='${wl}-Blargedynsym'
9855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9856 $as_echo "$ld_shlibs" >&6; }
9857 test "$ld_shlibs" = no
&& can_build_shared
=no
9859 with_gnu_ld
=$with_gnu_ld
9876 # Do we need to explicitly link libc?
9878 case "x$archive_cmds_need_lc" in
9880 # Assume -lc should be added
9881 archive_cmds_need_lc
=yes
9883 if test "$enable_shared" = yes && test "$GCC" = yes; then
9884 case $archive_cmds in
9886 # FIXME: we may have to deal with multi-command sequences.
9889 # Test whether the compiler implicitly links with -lc since on some
9890 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9891 # to ld, don't add -lc before -lgcc.
9892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9893 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9894 if ${lt_cv_archive_cmds_need_lc+:} false
; then :
9895 $as_echo_n "(cached) " >&6
9898 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
9900 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9901 (eval $ac_compile) 2>&5
9903 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9904 test $ac_status = 0; } 2>conftest.err
; then
9907 libobjs
=conftest.
$ac_objext
9909 wl
=$lt_prog_compiler_wl
9910 pic_flag
=$lt_prog_compiler_pic
9916 lt_save_allow_undefined_flag
=$allow_undefined_flag
9917 allow_undefined_flag
=
9918 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9919 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
9921 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9922 test $ac_status = 0; }
9924 lt_cv_archive_cmds_need_lc
=no
9926 lt_cv_archive_cmds_need_lc
=yes
9928 allow_undefined_flag
=$lt_save_allow_undefined_flag
9930 cat conftest.err
1>&5
9935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9936 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9937 archive_cmds_need_lc
=$lt_cv_archive_cmds_need_lc
10100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10101 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10103 if test "$GCC" = yes; then
10105 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
10106 *) lt_awk_arg
="/^libraries:/" ;;
10109 mingw
* | cegcc
*) lt_sed_strip_eq
="s,=\([A-Za-z]:\),\1,g" ;;
10110 *) lt_sed_strip_eq
="s,=/,/,g" ;;
10112 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10113 case $lt_search_path_spec in
10115 # if the path contains ";" then we assume it to be the separator
10116 # otherwise default to the standard path separator (i.e. ":") - it is
10117 # assumed that no part of a normal pathname contains ";" but that should
10118 # okay in the real world where ";" in dirpaths is itself problematic.
10119 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10122 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10125 # Ok, now we have the path, separated by spaces, we can step through it
10126 # and add multilib dir if necessary.
10127 lt_tmp_lt_search_path_spec
=
10128 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10129 for lt_sys_path
in $lt_search_path_spec; do
10130 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10131 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10133 test -d "$lt_sys_path" && \
10134 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
10137 lt_search_path_spec
=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10138 BEGIN {RS=" "; FS="/|\n";} {
10141 for (lt_i = NF; lt_i > 0; lt_i--) {
10142 if ($lt_i != "" && $lt_i != ".") {
10143 if ($lt_i == "..") {
10146 if (lt_count == 0) {
10147 lt_foo="/" $lt_i lt_foo;
10154 if (lt_foo != "") { lt_freq[lt_foo]++; }
10155 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10157 # AWK program above erroneously prepends '/' to C:/dos/paths
10160 mingw
* | cegcc
*) lt_search_path_spec
=`$ECHO "$lt_search_path_spec" |\
10161 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10163 sys_lib_search_path_spec
=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10165 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
10167 library_names_spec
=
10168 libname_spec
='lib$name'
10172 postuninstall_cmds
=
10176 shlibpath_overrides_runpath
=unknown
10178 dynamic_linker
="$host_os ld.so"
10179 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
10180 need_lib_prefix
=unknown
10181 hardcode_into_libs
=no
10183 # when you set need_version to no, make sure it does not cause -set_version
10184 # flags to be left without arguments
10185 need_version
=unknown
10190 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
10191 shlibpath_var
=LIBPATH
10193 # AIX 3 has no versioning support, so we append a major version to the name.
10194 soname_spec
='${libname}${release}${shared_ext}$major'
10201 hardcode_into_libs
=yes
10202 if test "$host_cpu" = ia64
; then
10203 # AIX 5 supports IA64
10204 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10205 shlibpath_var
=LD_LIBRARY_PATH
10207 # With GCC up to 2.95.x, collect2 would create an import file
10208 # for dependence libraries. The import file would start with
10209 # the line `#! .'. This would cause the generated library to
10210 # depend on `.', always an invalid library. This was fixed in
10211 # development snapshots of GCC prior to 3.0.
10213 aix4 | aix4.
[01] | aix4.
[01].
*)
10214 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10216 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
10219 can_build_shared
=no
10223 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10224 # soname into executable. Probably we can add versioning support to
10225 # collect2, so additional links can be useful in future.
10226 if test "$aix_use_runtimelinking" = yes; then
10227 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10228 # instead of lib<name>.a to let people know that these are not
10229 # typical AIX shared libraries.
10230 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10232 # We preserve .a as extension for shared libraries through AIX4.2
10233 # and later when we are not doing run time linking.
10234 library_names_spec
='${libname}${release}.a $libname.a'
10235 soname_spec
='${libname}${release}${shared_ext}$major'
10237 shlibpath_var
=LIBPATH
10244 # Since July 2007 AmigaOS4 officially supports .so libraries.
10245 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10246 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10249 library_names_spec
='$libname.ixlibrary $libname.a'
10250 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10251 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'
10257 library_names_spec
='${libname}${shared_ext}'
10258 dynamic_linker
="$host_os ld.so"
10259 shlibpath_var
=LIBRARY_PATH
10265 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10266 soname_spec
='${libname}${release}${shared_ext}$major'
10267 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
10268 shlibpath_var
=LD_LIBRARY_PATH
10269 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10270 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
10271 # the default ld.so.conf also contains /usr/contrib/lib and
10272 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10273 # libtool to hard-code these into programs
10276 cygwin
* | mingw
* | pw32
* | cegcc
*)
10277 version_type
=windows
10282 case $GCC,$host_os in
10283 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
10284 library_names_spec
='$libname.dll.a'
10285 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10286 postinstall_cmds
='base_file=`basename \${file}`~
10287 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10288 dldir=$destdir/`dirname \$dlpath`~
10289 test -d \$dldir || mkdir -p \$dldir~
10290 $install_prog $dir/$dlname \$dldir/$dlname~
10291 chmod a+x \$dldir/$dlname~
10292 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10293 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10295 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10296 dlpath=$dir/\$dldll~
10298 shlibpath_overrides_runpath
=yes
10302 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10303 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10305 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/lib/w32api"
10308 # MinGW DLLs use traditional 'lib' prefix
10309 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10312 # pw32 DLLs use 'pw' prefix rather than 'lib'
10313 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10319 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10322 dynamic_linker
='Win32 ld.exe'
10323 # FIXME: first we should search . and the directory the executable is in
10327 darwin
* | rhapsody
*)
10328 dynamic_linker
="$host_os dyld"
10329 version_type
=darwin
10332 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10333 soname_spec
='${libname}${release}${major}$shared_ext'
10334 shlibpath_overrides_runpath
=yes
10335 shlibpath_var
=DYLD_LIBRARY_PATH
10336 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
10338 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
10339 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
10346 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10347 soname_spec
='${libname}${release}${shared_ext}$major'
10348 shlibpath_var
=LD_LIBRARY_PATH
10351 freebsd
* | dragonfly
*)
10352 # DragonFly does not have aout. When/if they implement a new
10353 # versioning mechanism, adjust this.
10354 if test -x /usr
/bin
/objformat
; then
10355 objformat
=`/usr/bin/objformat`
10358 freebsd
[23].
*) objformat
=aout
;;
10359 *) objformat
=elf
;;
10362 version_type
=freebsd-
$objformat
10363 case $version_type in
10365 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10370 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10374 shlibpath_var
=LD_LIBRARY_PATH
10377 shlibpath_overrides_runpath
=yes
10379 freebsd3.
[01]* | freebsdelf3.
[01]*)
10380 shlibpath_overrides_runpath
=yes
10381 hardcode_into_libs
=yes
10383 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
10384 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
10385 shlibpath_overrides_runpath
=no
10386 hardcode_into_libs
=yes
10388 *) # from 4.6 on, and DragonFly
10389 shlibpath_overrides_runpath
=yes
10390 hardcode_into_libs
=yes
10399 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10400 soname_spec
='${libname}${release}${shared_ext}$major'
10401 shlibpath_var
=LD_LIBRARY_PATH
10402 hardcode_into_libs
=yes
10409 dynamic_linker
="$host_os runtime_loader"
10410 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10411 soname_spec
='${libname}${release}${shared_ext}$major'
10412 shlibpath_var
=LIBRARY_PATH
10413 shlibpath_overrides_runpath
=yes
10414 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10415 hardcode_into_libs
=yes
10418 hpux9
* | hpux10
* | hpux11
*)
10419 # Give a soname corresponding to the major version so that dld.sl refuses to
10420 # link against other versions.
10427 hardcode_into_libs
=yes
10428 dynamic_linker
="$host_os dld.so"
10429 shlibpath_var
=LD_LIBRARY_PATH
10430 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10431 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10432 soname_spec
='${libname}${release}${shared_ext}$major'
10433 if test "X$HPUX_IA64_MODE" = X32
; then
10434 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10436 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
10438 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10442 hardcode_into_libs
=yes
10443 dynamic_linker
="$host_os dld.sl"
10444 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
10445 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10446 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10447 soname_spec
='${libname}${release}${shared_ext}$major'
10448 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10449 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10453 dynamic_linker
="$host_os dld.sl"
10454 shlibpath_var
=SHLIB_PATH
10455 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
10456 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10457 soname_spec
='${libname}${release}${shared_ext}$major'
10460 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10461 postinstall_cmds
='chmod 555 $lib'
10462 # or fails outright, so override atomically:
10463 install_override_mode
=555
10470 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10471 soname_spec
='${libname}${release}${shared_ext}$major'
10472 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
10473 shlibpath_var
=LD_LIBRARY_PATH
10474 shlibpath_overrides_runpath
=no
10475 hardcode_into_libs
=yes
10478 irix5
* | irix6
* | nonstopux
*)
10480 nonstopux
*) version_type
=nonstopux
;;
10482 if test "$lt_cv_prog_gnu_ld" = yes; then
10490 soname_spec
='${libname}${release}${shared_ext}$major'
10491 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10493 irix5
* | nonstopux
*)
10494 libsuff
= shlibsuff
=
10497 case $LD in # libtool.m4 will add one of these switches to LD
10498 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
10499 libsuff
= shlibsuff
= libmagic
=32-bit;;
10500 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
10501 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
10502 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
10503 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
10504 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
10508 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
10509 shlibpath_overrides_runpath
=no
10510 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10511 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
10512 hardcode_into_libs
=yes
10515 # No shared lib support for Linux oldld, aout, or coff.
10516 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
10520 # This must be Linux ELF.
10521 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
10525 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10526 soname_spec
='${libname}${release}${shared_ext}$major'
10527 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10528 shlibpath_var
=LD_LIBRARY_PATH
10529 shlibpath_overrides_runpath
=no
10531 # Some binutils ld are patched to set DT_RUNPATH
10532 if ${lt_cv_shlibpath_overrides_runpath+:} false
; then :
10533 $as_echo_n "(cached) " >&6
10535 lt_cv_shlibpath_overrides_runpath
=no
10536 save_LDFLAGS
=$LDFLAGS
10537 save_libdir
=$libdir
10538 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10539 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10540 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10541 /* end confdefs.h. */
10551 if ac_fn_c_try_link
"$LINENO"; then :
10552 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
10553 lt_cv_shlibpath_overrides_runpath
=yes
10556 rm -f core conftest.err conftest.
$ac_objext \
10557 conftest
$ac_exeext conftest.
$ac_ext
10558 LDFLAGS
=$save_LDFLAGS
10559 libdir
=$save_libdir
10563 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
10565 # This implies no fast_install, which is unacceptable.
10566 # Some rework will be needed to allow for fast_install
10567 # before this can be enabled.
10568 hardcode_into_libs
=yes
10570 # Append ld.so.conf contents to the search path
10571 if test -f /etc
/ld.so.conf
; then
10572 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' ' '`
10573 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
10576 # We used to test for /lib/ld.so.1 and disable shared libraries on
10577 # powerpc, because MkLinux only supported shared libraries with the
10578 # GNU dynamic linker. Since this was broken with cross compilers,
10579 # most powerpc-linux boxes support dynamic linking these days and
10580 # people can always --disable-shared, the test was removed, and we
10581 # assume the GNU/Linux dynamic linker is in use.
10582 dynamic_linker
='GNU/Linux ld.so'
10589 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
10590 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10591 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10592 dynamic_linker
='NetBSD (a.out) ld.so'
10594 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10595 soname_spec
='${libname}${release}${shared_ext}$major'
10596 dynamic_linker
='NetBSD ld.elf_so'
10598 shlibpath_var
=LD_LIBRARY_PATH
10599 shlibpath_overrides_runpath
=yes
10600 hardcode_into_libs
=yes
10605 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10606 shlibpath_var
=LD_LIBRARY_PATH
10607 shlibpath_overrides_runpath
=yes
10614 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10615 soname_spec
='${libname}${release}${shared_ext}$major'
10616 shlibpath_var
=LD_LIBRARY_PATH
10617 shlibpath_overrides_runpath
=no
10618 hardcode_into_libs
=yes
10619 dynamic_linker
='ldqnx.so'
10624 sys_lib_dlsearch_path_spec
="/usr/lib"
10626 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10628 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
10629 *) need_version
=no
;;
10631 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10632 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10633 shlibpath_var
=LD_LIBRARY_PATH
10634 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10636 openbsd2.
[89] | openbsd2.
[89].
*)
10637 shlibpath_overrides_runpath
=no
10640 shlibpath_overrides_runpath
=yes
10644 shlibpath_overrides_runpath
=yes
10649 libname_spec
='$name'
10652 library_names_spec
='$libname${shared_ext} $libname.a'
10653 dynamic_linker
='OS/2 ld.exe'
10654 shlibpath_var
=LIBPATH
10657 osf3
* | osf4
* | osf5
*)
10661 soname_spec
='${libname}${release}${shared_ext}$major'
10662 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10663 shlibpath_var
=LD_LIBRARY_PATH
10664 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10665 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
10676 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10677 soname_spec
='${libname}${release}${shared_ext}$major'
10678 shlibpath_var
=LD_LIBRARY_PATH
10679 shlibpath_overrides_runpath
=yes
10680 hardcode_into_libs
=yes
10681 # ldd complains unless libraries are executable
10682 postinstall_cmds
='chmod +x $lib'
10687 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10688 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10689 shlibpath_var
=LD_LIBRARY_PATH
10690 shlibpath_overrides_runpath
=yes
10691 if test "$with_gnu_ld" = yes; then
10699 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10700 soname_spec
='${libname}${release}${shared_ext}$major'
10701 shlibpath_var
=LD_LIBRARY_PATH
10702 case $host_vendor in
10704 shlibpath_overrides_runpath
=no
10706 runpath_var
=LD_RUN_PATH
10714 shlibpath_overrides_runpath
=no
10715 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
10721 if test -d /usr
/nec
;then
10723 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10724 soname_spec
='$libname${shared_ext}.$major'
10725 shlibpath_var
=LD_LIBRARY_PATH
10729 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
10730 version_type
=freebsd-elf
10733 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10734 soname_spec
='${libname}${release}${shared_ext}$major'
10735 shlibpath_var
=LD_LIBRARY_PATH
10736 shlibpath_overrides_runpath
=yes
10737 hardcode_into_libs
=yes
10738 if test "$with_gnu_ld" = yes; then
10739 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10741 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
10744 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
10748 sys_lib_dlsearch_path_spec
='/usr/lib'
10752 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10756 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10757 shlibpath_var
=LD_LIBRARY_PATH
10758 shlibpath_overrides_runpath
=no
10759 hardcode_into_libs
=yes
10764 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10765 soname_spec
='${libname}${release}${shared_ext}$major'
10766 shlibpath_var
=LD_LIBRARY_PATH
10773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10774 $as_echo "$dynamic_linker" >&6; }
10775 test "$dynamic_linker" = no
&& can_build_shared
=no
10777 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
10778 if test "$GCC" = yes; then
10779 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10782 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10783 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
10785 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10786 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
10880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10881 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10883 if test -n "$hardcode_libdir_flag_spec" ||
10884 test -n "$runpath_var" ||
10885 test "X$hardcode_automatic" = "Xyes" ; then
10887 # We can hardcode non-existent directories.
10888 if test "$hardcode_direct" != no
&&
10889 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10890 # have to relink, otherwise we might link with an installed library
10891 # when we should be linking with a yet-to-be-installed one
10892 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10893 test "$hardcode_minus_L" != no
; then
10894 # Linking always hardcodes the temporary library directory.
10895 hardcode_action
=relink
10897 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10898 hardcode_action
=immediate
10901 # We cannot hardcode anything, or else we can only hardcode existing
10903 hardcode_action
=unsupported
10905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10906 $as_echo "$hardcode_action" >&6; }
10908 if test "$hardcode_action" = relink ||
10909 test "$inherit_rpath" = yes; then
10910 # Fast installation is not supported
10911 enable_fast_install
=no
10912 elif test "$shlibpath_overrides_runpath" = yes ||
10913 test "$enable_shared" = no
; then
10914 # Fast installation is not necessary
10915 enable_fast_install
=needless
10923 if test "x$enable_dlopen" != xyes
; then
10924 enable_dlopen
=unknown
10925 enable_dlopen_self
=unknown
10926 enable_dlopen_self_static
=unknown
10933 lt_cv_dlopen
="load_add_on"
10935 lt_cv_dlopen_self
=yes
10938 mingw
* | pw32
* | cegcc
*)
10939 lt_cv_dlopen
="LoadLibrary"
10944 lt_cv_dlopen
="dlopen"
10949 # if libdl is installed we need to link against it
10950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10951 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10952 if ${ac_cv_lib_dl_dlopen+:} false
; then :
10953 $as_echo_n "(cached) " >&6
10955 ac_check_lib_save_LIBS
=$LIBS
10957 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10958 /* end confdefs.h. */
10960 /* Override any GCC internal prototype to avoid an error.
10961 Use char because int might match the return type of a GCC
10962 builtin and then its argument prototype would still apply. */
10975 if ac_fn_c_try_link
"$LINENO"; then :
10976 ac_cv_lib_dl_dlopen
=yes
10978 ac_cv_lib_dl_dlopen
=no
10980 rm -f core conftest.err conftest.
$ac_objext \
10981 conftest
$ac_exeext conftest.
$ac_ext
10982 LIBS
=$ac_check_lib_save_LIBS
10984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10985 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10986 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
10987 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
10990 lt_cv_dlopen
="dyld"
10992 lt_cv_dlopen_self
=yes
10999 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
11000 if test "x$ac_cv_func_shl_load" = xyes
; then :
11001 lt_cv_dlopen
="shl_load"
11003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11004 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11005 if ${ac_cv_lib_dld_shl_load+:} false
; then :
11006 $as_echo_n "(cached) " >&6
11008 ac_check_lib_save_LIBS
=$LIBS
11010 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11011 /* end confdefs.h. */
11013 /* Override any GCC internal prototype to avoid an error.
11014 Use char because int might match the return type of a GCC
11015 builtin and then its argument prototype would still apply. */
11023 return shl_load ();
11028 if ac_fn_c_try_link
"$LINENO"; then :
11029 ac_cv_lib_dld_shl_load
=yes
11031 ac_cv_lib_dld_shl_load
=no
11033 rm -f core conftest.err conftest.
$ac_objext \
11034 conftest
$ac_exeext conftest.
$ac_ext
11035 LIBS
=$ac_check_lib_save_LIBS
11037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11038 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11039 if test "x$ac_cv_lib_dld_shl_load" = xyes
; then :
11040 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
11042 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
11043 if test "x$ac_cv_func_dlopen" = xyes
; then :
11044 lt_cv_dlopen
="dlopen"
11046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11047 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11048 if ${ac_cv_lib_dl_dlopen+:} false
; then :
11049 $as_echo_n "(cached) " >&6
11051 ac_check_lib_save_LIBS
=$LIBS
11053 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11054 /* end confdefs.h. */
11056 /* Override any GCC internal prototype to avoid an error.
11057 Use char because int might match the return type of a GCC
11058 builtin and then its argument prototype would still apply. */
11071 if ac_fn_c_try_link
"$LINENO"; then :
11072 ac_cv_lib_dl_dlopen
=yes
11074 ac_cv_lib_dl_dlopen
=no
11076 rm -f core conftest.err conftest.
$ac_objext \
11077 conftest
$ac_exeext conftest.
$ac_ext
11078 LIBS
=$ac_check_lib_save_LIBS
11080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11081 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11082 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
11083 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
11085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11086 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11087 if ${ac_cv_lib_svld_dlopen+:} false
; then :
11088 $as_echo_n "(cached) " >&6
11090 ac_check_lib_save_LIBS
=$LIBS
11091 LIBS
="-lsvld $LIBS"
11092 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11093 /* end confdefs.h. */
11095 /* Override any GCC internal prototype to avoid an error.
11096 Use char because int might match the return type of a GCC
11097 builtin and then its argument prototype would still apply. */
11110 if ac_fn_c_try_link
"$LINENO"; then :
11111 ac_cv_lib_svld_dlopen
=yes
11113 ac_cv_lib_svld_dlopen
=no
11115 rm -f core conftest.err conftest.
$ac_objext \
11116 conftest
$ac_exeext conftest.
$ac_ext
11117 LIBS
=$ac_check_lib_save_LIBS
11119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11120 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11121 if test "x$ac_cv_lib_svld_dlopen" = xyes
; then :
11122 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
11124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11125 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11126 if ${ac_cv_lib_dld_dld_link+:} false
; then :
11127 $as_echo_n "(cached) " >&6
11129 ac_check_lib_save_LIBS
=$LIBS
11131 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11132 /* end confdefs.h. */
11134 /* Override any GCC internal prototype to avoid an error.
11135 Use char because int might match the return type of a GCC
11136 builtin and then its argument prototype would still apply. */
11144 return dld_link ();
11149 if ac_fn_c_try_link
"$LINENO"; then :
11150 ac_cv_lib_dld_dld_link
=yes
11152 ac_cv_lib_dld_dld_link
=no
11154 rm -f core conftest.err conftest.
$ac_objext \
11155 conftest
$ac_exeext conftest.
$ac_ext
11156 LIBS
=$ac_check_lib_save_LIBS
11158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11159 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11160 if test "x$ac_cv_lib_dld_dld_link" = xyes
; then :
11161 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
11182 if test "x$lt_cv_dlopen" != xno
; then
11188 case $lt_cv_dlopen in
11190 save_CPPFLAGS
="$CPPFLAGS"
11191 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
11193 save_LDFLAGS
="$LDFLAGS"
11194 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
11197 LIBS
="$lt_cv_dlopen_libs $LIBS"
11199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11200 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11201 if ${lt_cv_dlopen_self+:} false
; then :
11202 $as_echo_n "(cached) " >&6
11204 if test "$cross_compiling" = yes; then :
11205 lt_cv_dlopen_self
=cross
11207 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11208 lt_status
=$lt_dlunknown
11209 cat > conftest.
$ac_ext <<_LT_EOF
11210 #line 11210 "configure"
11211 #include "confdefs.h"
11220 # define LT_DLGLOBAL RTLD_GLOBAL
11223 # define LT_DLGLOBAL DL_GLOBAL
11225 # define LT_DLGLOBAL 0
11229 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11230 find out it does not work in some platform. */
11231 #ifndef LT_DLLAZY_OR_NOW
11233 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11236 # define LT_DLLAZY_OR_NOW DL_LAZY
11239 # define LT_DLLAZY_OR_NOW RTLD_NOW
11242 # define LT_DLLAZY_OR_NOW DL_NOW
11244 # define LT_DLLAZY_OR_NOW 0
11251 /* When -fvisbility=hidden is used, assume the code has been annotated
11252 correspondingly for the symbols needed. */
11253 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11254 void fnord () __attribute__((visibility("default")));
11257 void fnord () { int i=42; }
11260 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11261 int status = $lt_dlunknown;
11265 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11268 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11269 else puts (dlerror ());
11271 /* dlclose (self); */
11279 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11280 (eval $ac_link) 2>&5
11282 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11283 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11284 (.
/conftest
; exit; ) >&5 2>/dev
/null
11286 case x
$lt_status in
11287 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
11288 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
11289 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
11292 # compilation failed
11293 lt_cv_dlopen_self
=no
11300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11301 $as_echo "$lt_cv_dlopen_self" >&6; }
11303 if test "x$lt_cv_dlopen_self" = xyes
; then
11304 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
11305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11306 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11307 if ${lt_cv_dlopen_self_static+:} false
; then :
11308 $as_echo_n "(cached) " >&6
11310 if test "$cross_compiling" = yes; then :
11311 lt_cv_dlopen_self_static
=cross
11313 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11314 lt_status
=$lt_dlunknown
11315 cat > conftest.
$ac_ext <<_LT_EOF
11316 #line 11316 "configure"
11317 #include "confdefs.h"
11326 # define LT_DLGLOBAL RTLD_GLOBAL
11329 # define LT_DLGLOBAL DL_GLOBAL
11331 # define LT_DLGLOBAL 0
11335 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11336 find out it does not work in some platform. */
11337 #ifndef LT_DLLAZY_OR_NOW
11339 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11342 # define LT_DLLAZY_OR_NOW DL_LAZY
11345 # define LT_DLLAZY_OR_NOW RTLD_NOW
11348 # define LT_DLLAZY_OR_NOW DL_NOW
11350 # define LT_DLLAZY_OR_NOW 0
11357 /* When -fvisbility=hidden is used, assume the code has been annotated
11358 correspondingly for the symbols needed. */
11359 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11360 void fnord () __attribute__((visibility("default")));
11363 void fnord () { int i=42; }
11366 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11367 int status = $lt_dlunknown;
11371 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11374 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11375 else puts (dlerror ());
11377 /* dlclose (self); */
11385 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11386 (eval $ac_link) 2>&5
11388 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11389 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11390 (.
/conftest
; exit; ) >&5 2>/dev
/null
11392 case x
$lt_status in
11393 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
11394 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
11395 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
11398 # compilation failed
11399 lt_cv_dlopen_self_static
=no
11406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11407 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11410 CPPFLAGS
="$save_CPPFLAGS"
11411 LDFLAGS
="$save_LDFLAGS"
11416 case $lt_cv_dlopen_self in
11417 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
11418 *) enable_dlopen_self
=unknown
;;
11421 case $lt_cv_dlopen_self_static in
11422 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
11423 *) enable_dlopen_self_static
=unknown
;;
11445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11446 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11447 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
11448 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
11449 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
11450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11451 $as_echo "yes" >&6; }
11453 # FIXME - insert some real tests, host_os isn't really good enough
11456 if test -n "$STRIP" ; then
11457 striplib
="$STRIP -x"
11458 old_striplib
="$STRIP -S"
11459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11460 $as_echo "yes" >&6; }
11462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11463 $as_echo "no" >&6; }
11467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11468 $as_echo "no" >&6; }
11484 # Report which library types will actually be built
11485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11486 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11488 $as_echo "$can_build_shared" >&6; }
11490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11491 $as_echo_n "checking whether to build shared libraries... " >&6; }
11492 test "$can_build_shared" = "no" && enable_shared
=no
11494 # On AIX, shared libraries and static libraries use the same namespace, and
11495 # are all built from PIC.
11498 test "$enable_shared" = yes && enable_static
=no
11499 if test -n "$RANLIB"; then
11500 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
11501 postinstall_cmds
='$RANLIB $lib'
11506 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
11507 test "$enable_shared" = yes && enable_static
=no
11511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11512 $as_echo "$enable_shared" >&6; }
11514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11515 $as_echo_n "checking whether to build static libraries... " >&6; }
11516 # Make sure either enable_shared or enable_static is yes.
11517 test "$enable_shared" = yes || enable_static
=yes
11518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11519 $as_echo "$enable_static" >&6; }
11526 ac_cpp
='$CPP $CPPFLAGS'
11527 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11528 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11529 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11533 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
11534 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
11535 (test "X$CXX" != "Xg++"))) ; then
11537 ac_cpp
='$CXXCPP $CPPFLAGS'
11538 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11539 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11540 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
11541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
11542 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
11543 if test -z "$CXXCPP"; then
11544 if ${ac_cv_prog_CXXCPP+:} false
; then :
11545 $as_echo_n "(cached) " >&6
11547 # Double quotes because CXXCPP needs to be expanded
11548 for CXXCPP
in "$CXX -E" "/lib/cpp"
11550 ac_preproc_ok
=false
11551 for ac_cxx_preproc_warn_flag
in '' yes
11553 # Use a header file that comes with gcc, so configuring glibc
11554 # with a fresh cross-compiler works.
11555 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11556 # <limits.h> exists even on freestanding compilers.
11557 # On the NeXT, cc -E runs the code through the compiler's parser,
11558 # not just through cpp. "Syntax error" is here to catch this case.
11559 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11560 /* end confdefs.h. */
11562 # include <limits.h>
11564 # include <assert.h>
11568 if ac_fn_cxx_try_cpp
"$LINENO"; then :
11571 # Broken: fails on valid input.
11574 rm -f conftest.err conftest.i conftest.
$ac_ext
11576 # OK, works on sane cases. Now check whether nonexistent headers
11577 # can be detected and how.
11578 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11579 /* end confdefs.h. */
11580 #include <ac_nonexistent.h>
11582 if ac_fn_cxx_try_cpp
"$LINENO"; then :
11583 # Broken: success on invalid input.
11586 # Passes both tests.
11590 rm -f conftest.err conftest.i conftest.
$ac_ext
11593 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11594 rm -f conftest.i conftest.err conftest.
$ac_ext
11595 if $ac_preproc_ok; then :
11600 ac_cv_prog_CXXCPP
=$CXXCPP
11603 CXXCPP
=$ac_cv_prog_CXXCPP
11605 ac_cv_prog_CXXCPP
=$CXXCPP
11607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
11608 $as_echo "$CXXCPP" >&6; }
11609 ac_preproc_ok
=false
11610 for ac_cxx_preproc_warn_flag
in '' yes
11612 # Use a header file that comes with gcc, so configuring glibc
11613 # with a fresh cross-compiler works.
11614 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11615 # <limits.h> exists even on freestanding compilers.
11616 # On the NeXT, cc -E runs the code through the compiler's parser,
11617 # not just through cpp. "Syntax error" is here to catch this case.
11618 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11619 /* end confdefs.h. */
11621 # include <limits.h>
11623 # include <assert.h>
11627 if ac_fn_cxx_try_cpp
"$LINENO"; then :
11630 # Broken: fails on valid input.
11633 rm -f conftest.err conftest.i conftest.
$ac_ext
11635 # OK, works on sane cases. Now check whether nonexistent headers
11636 # can be detected and how.
11637 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11638 /* end confdefs.h. */
11639 #include <ac_nonexistent.h>
11641 if ac_fn_cxx_try_cpp
"$LINENO"; then :
11642 # Broken: success on invalid input.
11645 # Passes both tests.
11649 rm -f conftest.err conftest.i conftest.
$ac_ext
11652 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
11653 rm -f conftest.i conftest.err conftest.
$ac_ext
11654 if $ac_preproc_ok; then :
11657 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11658 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11659 as_fn_error $?
"C++ preprocessor \"$CXXCPP\" fails sanity check
11660 See \`config.log' for more details" "$LINENO" 5; }
11664 ac_cpp
='$CPP $CPPFLAGS'
11665 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11666 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11667 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11670 _lt_caught_CXX_error
=yes
11674 ac_cpp
='$CXXCPP $CPPFLAGS'
11675 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11676 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11677 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
11679 archive_cmds_need_lc_CXX
=no
11680 allow_undefined_flag_CXX
=
11681 always_export_symbols_CXX
=no
11682 archive_expsym_cmds_CXX
=
11683 compiler_needs_object_CXX
=no
11684 export_dynamic_flag_spec_CXX
=
11685 hardcode_direct_CXX
=no
11686 hardcode_direct_absolute_CXX
=no
11687 hardcode_libdir_flag_spec_CXX
=
11688 hardcode_libdir_flag_spec_ld_CXX
=
11689 hardcode_libdir_separator_CXX
=
11690 hardcode_minus_L_CXX
=no
11691 hardcode_shlibpath_var_CXX
=unsupported
11692 hardcode_automatic_CXX
=no
11693 inherit_rpath_CXX
=no
11695 module_expsym_cmds_CXX
=
11696 link_all_deplibs_CXX
=unknown
11697 old_archive_cmds_CXX
=$old_archive_cmds
11698 reload_flag_CXX
=$reload_flag
11699 reload_cmds_CXX
=$reload_cmds
11700 no_undefined_flag_CXX
=
11701 whole_archive_flag_spec_CXX
=
11702 enable_shared_with_static_runtimes_CXX
=no
11704 # Source file extension for C++ test sources.
11707 # Object file extension for compiled C++ test sources.
11711 # No sense in running all these tests if we already determined that
11712 # the CXX compiler isn't working. Some variables (like enable_shared)
11713 # are currently assumed to apply to all compilers on this platform,
11714 # and will be corrupted by setting them based on a non-working compiler.
11715 if test "$_lt_caught_CXX_error" != yes; then
11716 # Code to be used in simple compile tests
11717 lt_simple_compile_test_code
="int some_variable = 0;"
11719 # Code to be used in simple link tests
11720 lt_simple_link_test_code
='int main(int, char *[]) { return(0); }'
11722 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
11729 # If no C compiler was specified, use CC.
11732 # If no C compiler flags were specified, use CFLAGS.
11733 LTCFLAGS
=${LTCFLAGS-"$CFLAGS"}
11735 # Allow CC to be a program name with arguments.
11739 # save warnings/boilerplate of simple test code
11740 ac_outfile
=conftest.
$ac_objext
11741 echo "$lt_simple_compile_test_code" >conftest.
$ac_ext
11742 eval "$ac_compile" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
11743 _lt_compiler_boilerplate
=`cat conftest.err`
11746 ac_outfile
=conftest.
$ac_objext
11747 echo "$lt_simple_link_test_code" >conftest.
$ac_ext
11748 eval "$ac_link" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
11749 _lt_linker_boilerplate
=`cat conftest.err`
11753 # Allow CC to be a program name with arguments.
11758 lt_save_with_gnu_ld
=$with_gnu_ld
11759 lt_save_path_LD
=$lt_cv_path_LD
11760 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
11761 lt_cv_prog_gnu_ld
=$lt_cv_prog_gnu_ldcxx
11763 $as_unset lt_cv_prog_gnu_ld
11765 if test -n "${lt_cv_path_LDCXX+set}"; then
11766 lt_cv_path_LD
=$lt_cv_path_LDCXX
11768 $as_unset lt_cv_path_LD
11770 test -z "${LDCXX+set}" || LD
=$LDCXX
11774 for cc_temp
in $compiler""; do
11776 compile |
*[\\/]compile | ccache |
*[\\/]ccache
) ;;
11777 distcc |
*[\\/]distcc | purify |
*[\\/]purify
) ;;
11782 cc_basename
=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
11785 if test -n "$compiler"; then
11786 # We don't want -fno-exception when compiling C++ code, so set the
11787 # no_builtin_flag separately
11788 if test "$GXX" = yes; then
11789 lt_prog_compiler_no_builtin_flag_CXX
=' -fno-builtin'
11791 lt_prog_compiler_no_builtin_flag_CXX
=
11794 if test "$GXX" = yes; then
11795 # Set up default GNU C++ configuration
11799 # Check whether --with-gnu-ld was given.
11800 if test "${with_gnu_ld+set}" = set; then :
11801 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
11807 if test "$GCC" = yes; then
11808 # Check if gcc -print-prog-name=ld gives a path.
11809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
11810 $as_echo_n "checking for ld used by $CC... " >&6; }
11813 # gcc leaves a trailing carriage return which upsets mingw
11814 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
11816 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
11819 # Accept absolute paths.
11821 re_direlt
='/[^/][^/]*/\.\./'
11822 # Canonicalize the pathname of ld
11823 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
11824 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
11825 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
11827 test -z "$LD" && LD
="$ac_prog"
11830 # If it fails, then pretend we aren't using GCC.
11834 # If it is relative, then search for the first ld in PATH.
11835 with_gnu_ld
=unknown
11838 elif test "$with_gnu_ld" = yes; then
11839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
11840 $as_echo_n "checking for GNU ld... " >&6; }
11842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
11843 $as_echo_n "checking for non-GNU ld... " >&6; }
11845 if ${lt_cv_path_LD+:} false
; then :
11846 $as_echo_n "(cached) " >&6
11848 if test -z "$LD"; then
11849 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
11850 for ac_dir
in $PATH; do
11852 test -z "$ac_dir" && ac_dir
=.
11853 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
11854 lt_cv_path_LD
="$ac_dir/$ac_prog"
11855 # Check to see if the program is GNU ld. I'd rather use --version,
11856 # but apparently some variants of GNU ld only accept -v.
11857 # Break only if it was the GNU/non-GNU ld that we prefer.
11858 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
11859 *GNU
* |
*'with BFD'*)
11860 test "$with_gnu_ld" != no
&& break
11863 test "$with_gnu_ld" != yes && break
11870 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
11874 LD
="$lt_cv_path_LD"
11875 if test -n "$LD"; then
11876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
11877 $as_echo "$LD" >&6; }
11879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11880 $as_echo "no" >&6; }
11882 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
11883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
11884 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
11885 if ${lt_cv_prog_gnu_ld+:} false
; then :
11886 $as_echo_n "(cached) " >&6
11888 # I'd rather use --version here, but apparently some GNU lds only accept -v.
11889 case `$LD -v 2>&1 </dev/null` in
11890 *GNU
* |
*'with BFD'*)
11891 lt_cv_prog_gnu_ld
=yes
11894 lt_cv_prog_gnu_ld
=no
11898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
11899 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
11900 with_gnu_ld
=$lt_cv_prog_gnu_ld
11908 # Check if GNU C++ uses GNU ld as the underlying linker, since the
11909 # archiving commands below assume that GNU ld is being used.
11910 if test "$with_gnu_ld" = yes; then
11911 archive_cmds_CXX
='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
11912 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'
11914 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
11915 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
11917 # If archive_cmds runs LD, not CC, wlarc should be empty
11918 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
11919 # investigate it a little bit more. (MM)
11922 # ancient GNU ld didn't support --whole-archive et. al.
11923 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
11924 $GREP 'no-whole-archive' > /dev
/null
; then
11925 whole_archive_flag_spec_CXX
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
11927 whole_archive_flag_spec_CXX
=
11933 # A generic and very simple default shared library creation
11934 # command for GNU C++ for the case where it uses the native
11935 # linker, instead of GNU ld. If possible, this setting should
11936 # overridden to take advantage of the native linker features on
11937 # the platform it is being used on.
11938 archive_cmds_CXX
='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
11941 # Commands to make compiler produce verbose output that lists
11942 # what "hidden" libraries, object files and flags are used when
11943 # linking a shared library.
11944 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
11952 # PORTME: fill in a description of your system's C++ link characteristics
11953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
11954 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
11958 # FIXME: insert proper C++ library support
11962 if test "$host_cpu" = ia64
; then
11963 # On IA64, the linker does run time linking by default, so we don't
11964 # have to do anything special.
11965 aix_use_runtimelinking
=no
11966 exp_sym_flag
='-Bexport'
11969 aix_use_runtimelinking
=no
11971 # Test if we are trying to use run time linking or normal
11972 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
11973 # need to do runtime linking.
11974 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
11975 for ld_flag
in $LDFLAGS; do
11978 aix_use_runtimelinking
=yes
11986 exp_sym_flag
='-bexport'
11987 no_entry_flag
='-bnoentry'
11990 # When large executables or shared objects are built, AIX ld can
11991 # have problems creating the table of contents. If linking a library
11992 # or program results in "error TOC overflow" add -mminimal-toc to
11993 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
11994 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
11996 archive_cmds_CXX
=''
11997 hardcode_direct_CXX
=yes
11998 hardcode_direct_absolute_CXX
=yes
11999 hardcode_libdir_separator_CXX
=':'
12000 link_all_deplibs_CXX
=yes
12001 file_list_spec_CXX
='${wl}-f,'
12003 if test "$GXX" = yes; then
12004 case $host_os in aix4.
[012]|aix4.
[012].
*)
12005 # We only want to do this on AIX 4.2 and lower, the check
12006 # below for broken collect2 doesn't work under 4.3+
12007 collect2name
=`${CC} -print-prog-name=collect2`
12008 if test -f "$collect2name" &&
12009 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
12011 # We have reworked collect2
12014 # We have old collect2
12015 hardcode_direct_CXX
=unsupported
12016 # It fails to find uninstalled libraries when the uninstalled
12017 # path is not listed in the libpath. Setting hardcode_minus_L
12018 # to unsupported forces relinking
12019 hardcode_minus_L_CXX
=yes
12020 hardcode_libdir_flag_spec_CXX
='-L$libdir'
12021 hardcode_libdir_separator_CXX
=
12024 shared_flag
='-shared'
12025 if test "$aix_use_runtimelinking" = yes; then
12026 shared_flag
="$shared_flag "'${wl}-G'
12030 if test "$host_cpu" = ia64
; then
12031 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
12032 # chokes on -Wl,-G. The following line is correct:
12035 if test "$aix_use_runtimelinking" = yes; then
12036 shared_flag
='${wl}-G'
12038 shared_flag
='${wl}-bM:SRE'
12043 export_dynamic_flag_spec_CXX
='${wl}-bexpall'
12044 # It seems that -bexpall does not export symbols beginning with
12045 # underscore (_), so it is better to generate a list of symbols to
12047 always_export_symbols_CXX
=yes
12048 if test "$aix_use_runtimelinking" = yes; then
12049 # Warning - without using the other runtime loading flags (-brtl),
12050 # -berok will link without error, but may produce a broken library.
12051 allow_undefined_flag_CXX
='-berok'
12052 # Determine the default libpath from the value encoded in an empty
12054 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12055 /* end confdefs.h. */
12065 if ac_fn_cxx_try_link
"$LINENO"; then :
12067 lt_aix_libpath_sed
='
12068 /Import File Strings/,/^$/ {
12074 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12075 # Check for a 64-bit object if we didn't find anything.
12076 if test -z "$aix_libpath"; then
12077 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12080 rm -f core conftest.err conftest.
$ac_objext \
12081 conftest
$ac_exeext conftest.
$ac_ext
12082 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
12084 hardcode_libdir_flag_spec_CXX
='${wl}-blibpath:$libdir:'"$aix_libpath"
12086 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"
12088 if test "$host_cpu" = ia64
; then
12089 hardcode_libdir_flag_spec_CXX
='${wl}-R $libdir:/usr/lib:/lib'
12090 allow_undefined_flag_CXX
="-z nodefs"
12091 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"
12093 # Determine the default libpath from the value encoded in an
12094 # empty executable.
12095 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12096 /* end confdefs.h. */
12106 if ac_fn_cxx_try_link
"$LINENO"; then :
12108 lt_aix_libpath_sed
='
12109 /Import File Strings/,/^$/ {
12115 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12116 # Check for a 64-bit object if we didn't find anything.
12117 if test -z "$aix_libpath"; then
12118 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12121 rm -f core conftest.err conftest.
$ac_objext \
12122 conftest
$ac_exeext conftest.
$ac_ext
12123 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
12125 hardcode_libdir_flag_spec_CXX
='${wl}-blibpath:$libdir:'"$aix_libpath"
12126 # Warning - without using the other run time loading flags,
12127 # -berok will link without error, but may produce a broken library.
12128 no_undefined_flag_CXX
=' ${wl}-bernotok'
12129 allow_undefined_flag_CXX
=' ${wl}-berok'
12130 if test "$with_gnu_ld" = yes; then
12131 # We only use this code for GNU lds that support --whole-archive.
12132 whole_archive_flag_spec_CXX
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
12134 # Exported symbols can be pulled into shared objects from archives
12135 whole_archive_flag_spec_CXX
='$convenience'
12137 archive_cmds_need_lc_CXX
=yes
12138 # This is similar to how AIX traditionally builds its shared
12140 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'
12146 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
12147 allow_undefined_flag_CXX
=unsupported
12148 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
12149 # support --undefined. This deserves some investigation. FIXME
12150 archive_cmds_CXX
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12157 case $cc_basename in
12159 # FIXME: insert proper C++ library support
12165 cygwin
* | mingw
* | pw32
* | cegcc
*)
12166 # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
12167 # as there is no search path for DLLs.
12168 hardcode_libdir_flag_spec_CXX
='-L$libdir'
12169 export_dynamic_flag_spec_CXX
='${wl}--export-all-symbols'
12170 allow_undefined_flag_CXX
=unsupported
12171 always_export_symbols_CXX
=no
12172 enable_shared_with_static_runtimes_CXX
=yes
12174 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
12175 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'
12176 # If the export-symbols file already is a .def file (1st line
12177 # is EXPORTS), use it as is; otherwise, prepend...
12178 archive_expsym_cmds_CXX
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
12179 cp $export_symbols $output_objdir/$soname.def;
12181 echo EXPORTS > $output_objdir/$soname.def;
12182 cat $export_symbols >> $output_objdir/$soname.def;
12184 $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'
12189 darwin
* | rhapsody
*)
12192 archive_cmds_need_lc_CXX
=no
12193 hardcode_direct_CXX
=no
12194 hardcode_automatic_CXX
=yes
12195 hardcode_shlibpath_var_CXX
=unsupported
12196 if test "$lt_cv_ld_force_load" = "yes"; then
12197 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\"`'
12199 whole_archive_flag_spec_CXX
=''
12201 link_all_deplibs_CXX
=yes
12202 allow_undefined_flag_CXX
="$_lt_dar_allow_undefined"
12203 case $cc_basename in
12204 ifort
*) _lt_dar_can_shared
=yes ;;
12205 *) _lt_dar_can_shared
=$GCC ;;
12207 if test "$_lt_dar_can_shared" = "yes"; then
12208 output_verbose_link_cmd
=func_echo_all
12209 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}"
12210 module_cmds_CXX
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
12211 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}"
12212 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}"
12213 if test "$lt_cv_apple_cc_single_mod" != "yes"; then
12214 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}"
12215 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}"
12225 case $cc_basename in
12227 # FIXME: insert proper C++ library support
12231 # Green Hills C++ Compiler
12232 # FIXME: insert proper C++ library support
12236 # FIXME: insert proper C++ library support
12243 # C++ shared libraries reported to be fairly broken before
12249 archive_cmds_need_lc_CXX
=no
12252 freebsd
* | dragonfly
*)
12253 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
12262 archive_cmds_CXX
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12263 link_all_deplibs_CXX
=yes
12267 hardcode_libdir_flag_spec_CXX
='${wl}+b ${wl}$libdir'
12268 hardcode_libdir_separator_CXX
=:
12269 export_dynamic_flag_spec_CXX
='${wl}-E'
12270 hardcode_direct_CXX
=yes
12271 hardcode_minus_L_CXX
=yes # Not in the search PATH,
12272 # but as the default
12273 # location of the library.
12275 case $cc_basename in
12277 # FIXME: insert proper C++ library support
12281 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'
12282 # Commands to make compiler produce verbose output that lists
12283 # what "hidden" libraries, object files and flags are used when
12284 # linking a shared library.
12286 # There doesn't appear to be a way to prevent this compiler from
12287 # explicitly linking system object files so we need to strip them
12288 # from the output so that they don't get included in the library
12290 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"'
12293 if test "$GXX" = yes; then
12294 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'
12296 # FIXME: insert proper C++ library support
12304 if test $with_gnu_ld = no
; then
12305 hardcode_libdir_flag_spec_CXX
='${wl}+b ${wl}$libdir'
12306 hardcode_libdir_separator_CXX
=:
12312 export_dynamic_flag_spec_CXX
='${wl}-E'
12318 hardcode_direct_CXX
=no
12319 hardcode_shlibpath_var_CXX
=no
12322 hardcode_direct_CXX
=yes
12323 hardcode_direct_absolute_CXX
=yes
12324 hardcode_minus_L_CXX
=yes # Not in the search PATH,
12325 # but as the default
12326 # location of the library.
12330 case $cc_basename in
12332 # FIXME: insert proper C++ library support
12338 archive_cmds_CXX
='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12341 archive_cmds_CXX
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12344 archive_cmds_CXX
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12347 # Commands to make compiler produce verbose output that lists
12348 # what "hidden" libraries, object files and flags are used when
12349 # linking a shared library.
12351 # There doesn't appear to be a way to prevent this compiler from
12352 # explicitly linking system object files so we need to strip them
12353 # from the output so that they don't get included in the library
12355 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"'
12358 if test "$GXX" = yes; then
12359 if test $with_gnu_ld = no
; then
12362 archive_cmds_CXX
='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12365 archive_cmds_CXX
='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12368 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'
12373 # FIXME: insert proper C++ library support
12381 hardcode_direct_CXX
=no
12382 hardcode_shlibpath_var_CXX
=no
12383 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
12384 export_dynamic_flag_spec_CXX
='${wl}-E'
12385 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
12386 # Instead, shared libraries are loaded at an image base (0x10000000 by
12387 # default) and relocated if they conflict, which is a slow very memory
12388 # consuming and fragmenting process. To avoid this, we pick a random,
12389 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
12390 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
12391 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'
12392 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'
12395 case $cc_basename in
12398 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'
12400 # Archives containing C++ object files must be created using
12401 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
12402 # necessary to make sure instantiated templates are included
12404 old_archive_cmds_CXX
='$CC -ar -WR,-u -o $oldlib $oldobjs'
12407 if test "$GXX" = yes; then
12408 if test "$with_gnu_ld" = no
; then
12409 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'
12411 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'
12414 link_all_deplibs_CXX
=yes
12417 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
12418 hardcode_libdir_separator_CXX
=:
12419 inherit_rpath_CXX
=yes
12422 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
12423 case $cc_basename in
12425 # Kuck and Associates, Inc. (KAI) C++ Compiler
12427 # KCC will only create a shared library if the output file
12428 # ends with ".so" (or ".sl" for HP-UX), so rename the library
12429 # to its proper name (with version) after linking.
12430 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'
12431 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'
12432 # Commands to make compiler produce verbose output that lists
12433 # what "hidden" libraries, object files and flags are used when
12434 # linking a shared library.
12436 # There doesn't appear to be a way to prevent this compiler from
12437 # explicitly linking system object files so we need to strip them
12438 # from the output so that they don't get included in the library
12440 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"'
12442 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
12443 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
12445 # Archives containing C++ object files must be created using
12446 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
12447 old_archive_cmds_CXX
='$CC -Bstatic -o $oldlib $oldobjs'
12452 # version 8.0 and above of icpc choke on multiply defined symbols
12453 # if we add $predep_objects and $postdep_objects, however 7.1 and
12454 # earlier do not add the objects themselves.
12455 case `$CC -V 2>&1` in
12457 archive_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12458 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'
12460 *) # Version 8.0 or newer
12463 ia64
*) tmp_idyn
=' -i_dynamic';;
12465 archive_cmds_CXX
='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12466 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'
12469 archive_cmds_need_lc_CXX
=no
12470 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
12471 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
12472 whole_archive_flag_spec_CXX
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
12475 # Portland Group C++ compiler
12477 *pgCC\
[1-5].
* |
*pgcpp\
[1-5].
*)
12478 prelink_cmds_CXX
='tpldir=Template.dir~
12480 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
12481 compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
12482 old_archive_cmds_CXX
='tpldir=Template.dir~
12484 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
12485 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
12487 archive_cmds_CXX
='tpldir=Template.dir~
12489 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
12490 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
12491 archive_expsym_cmds_CXX
='tpldir=Template.dir~
12493 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
12494 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
12496 *) # Version 6 and above use weak symbols
12497 archive_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
12498 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'
12502 hardcode_libdir_flag_spec_CXX
='${wl}--rpath ${wl}$libdir'
12503 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
12504 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'
12508 archive_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12509 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'
12511 runpath_var
=LD_RUN_PATH
12512 hardcode_libdir_flag_spec_CXX
='-rpath $libdir'
12513 hardcode_libdir_separator_CXX
=:
12515 # Commands to make compiler produce verbose output that lists
12516 # what "hidden" libraries, object files and flags are used when
12517 # linking a shared library.
12519 # There doesn't appear to be a way to prevent this compiler from
12520 # explicitly linking system object files so we need to strip them
12521 # from the output so that they don't get included in the library
12523 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'
12525 xl
* | mpixl
* | bgxl
*)
12526 # IBM XL 8.0 on PPC, with GNU ld
12527 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
12528 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
12529 archive_cmds_CXX
='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12530 if test "x$supports_anon_versioning" = xyes
; then
12531 archive_expsym_cmds_CXX
='echo "{ global:" > $output_objdir/$libname.ver~
12532 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
12533 echo "local: *; };" >> $output_objdir/$libname.ver~
12534 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
12538 case `$CC -V 2>&1 | sed 5q` in
12541 no_undefined_flag_CXX
=' -zdefs'
12542 archive_cmds_CXX
='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12543 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'
12544 hardcode_libdir_flag_spec_CXX
='-R$libdir'
12545 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'
12546 compiler_needs_object_CXX
=yes
12548 # Not sure whether something based on
12549 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
12551 output_verbose_link_cmd
='func_echo_all'
12553 # Archives containing C++ object files must be created using
12554 # "CC -xar", where "CC" is the Sun C++ compiler. This is
12555 # necessary to make sure instantiated templates are included
12557 old_archive_cmds_CXX
='$CC -xar -o $oldlib $oldobjs'
12565 # FIXME: insert proper C++ library support
12570 # FIXME: insert proper C++ library support
12575 case $cc_basename in
12577 # FIXME: insert proper C++ library support
12581 # FIXME: insert proper C++ library support
12588 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
12589 archive_cmds_CXX
='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
12591 hardcode_libdir_flag_spec_CXX
='-R$libdir'
12592 hardcode_direct_CXX
=yes
12593 hardcode_shlibpath_var_CXX
=no
12595 # Workaround some broken pre-1.5 toolchains
12596 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
12604 # C++ shared libraries are fairly broken
12609 if test -f /usr
/libexec
/ld.so
; then
12610 hardcode_direct_CXX
=yes
12611 hardcode_shlibpath_var_CXX
=no
12612 hardcode_direct_absolute_CXX
=yes
12613 archive_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
12614 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
12615 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12616 archive_expsym_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
12617 export_dynamic_flag_spec_CXX
='${wl}-E'
12618 whole_archive_flag_spec_CXX
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
12620 output_verbose_link_cmd
=func_echo_all
12626 osf3
* | osf4
* | osf5
*)
12627 case $cc_basename in
12629 # Kuck and Associates, Inc. (KAI) C++ Compiler
12631 # KCC will only create a shared library if the output file
12632 # ends with ".so" (or ".sl" for HP-UX), so rename the library
12633 # to its proper name (with version) after linking.
12634 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 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
12637 hardcode_libdir_separator_CXX
=:
12639 # Archives containing C++ object files must be created using
12640 # the KAI C++ compiler.
12642 osf3
*) old_archive_cmds_CXX
='$CC -Bstatic -o $oldlib $oldobjs' ;;
12643 *) old_archive_cmds_CXX
='$CC -o $oldlib $oldobjs' ;;
12647 # Rational C++ 2.4.1
12648 # FIXME: insert proper C++ library support
12654 allow_undefined_flag_CXX
=' ${wl}-expect_unresolved ${wl}\*'
12655 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'
12656 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
12659 allow_undefined_flag_CXX
=' -expect_unresolved \*'
12660 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'
12661 archive_expsym_cmds_CXX
='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
12662 echo "-hidden">> $lib.exp~
12663 $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~
12665 hardcode_libdir_flag_spec_CXX
='-rpath $libdir'
12669 hardcode_libdir_separator_CXX
=:
12671 # Commands to make compiler produce verbose output that lists
12672 # what "hidden" libraries, object files and flags are used when
12673 # linking a shared library.
12675 # There doesn't appear to be a way to prevent this compiler from
12676 # explicitly linking system object files so we need to strip them
12677 # from the output so that they don't get included in the library
12679 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"'
12682 if test "$GXX" = yes && test "$with_gnu_ld" = no
; then
12683 allow_undefined_flag_CXX
=' ${wl}-expect_unresolved ${wl}\*'
12686 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'
12689 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'
12693 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
12694 hardcode_libdir_separator_CXX
=:
12696 # Commands to make compiler produce verbose output that lists
12697 # what "hidden" libraries, object files and flags are used when
12698 # linking a shared library.
12699 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12702 # FIXME: insert proper C++ library support
12710 # FIXME: insert proper C++ library support
12715 case $cc_basename in
12718 # FIXME: insert proper C++ library support
12723 # FIXME: insert proper C++ library support
12727 # FIXME: insert proper C++ library support
12734 case $cc_basename in
12736 # Sun C++ 4.2, 5.x and Centerline C++
12737 archive_cmds_need_lc_CXX
=yes
12738 no_undefined_flag_CXX
=' -zdefs'
12739 archive_cmds_CXX
='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12740 archive_expsym_cmds_CXX
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
12741 $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'
12743 hardcode_libdir_flag_spec_CXX
='-R$libdir'
12744 hardcode_shlibpath_var_CXX
=no
12746 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
12748 # The compiler driver will combine and reorder linker options,
12749 # but understands `-z linker_flag'.
12750 # Supported since Solaris 2.6 (maybe 2.5.1?)
12751 whole_archive_flag_spec_CXX
='-z allextract$convenience -z defaultextract'
12754 link_all_deplibs_CXX
=yes
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'
12765 # Green Hills C++ Compiler
12766 archive_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
12768 # The C++ compiler must be used to create the archive.
12769 old_archive_cmds_CXX
='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
12772 # GNU C++ compiler with Solaris linker
12773 if test "$GXX" = yes && test "$with_gnu_ld" = no
; then
12774 no_undefined_flag_CXX
=' ${wl}-z ${wl}defs'
12775 if $CC --version |
$GREP -v '^2\.7' > /dev
/null
; then
12776 archive_cmds_CXX
='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
12777 archive_expsym_cmds_CXX
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
12778 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
12780 # Commands to make compiler produce verbose output that lists
12781 # what "hidden" libraries, object files and flags are used when
12782 # linking a shared library.
12783 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12785 # g++ 2.7 appears to require `-G' NOT `-shared' on this
12787 archive_cmds_CXX
='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
12788 archive_expsym_cmds_CXX
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
12789 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
12791 # Commands to make compiler produce verbose output that lists
12792 # what "hidden" libraries, object files and flags are used when
12793 # linking a shared library.
12794 output_verbose_link_cmd
='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12797 hardcode_libdir_flag_spec_CXX
='${wl}-R $wl$libdir'
12799 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
12801 whole_archive_flag_spec_CXX
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
12809 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
12810 no_undefined_flag_CXX
='${wl}-z,text'
12811 archive_cmds_need_lc_CXX
=no
12812 hardcode_shlibpath_var_CXX
=no
12813 runpath_var
='LD_RUN_PATH'
12815 case $cc_basename in
12817 archive_cmds_CXX
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12818 archive_expsym_cmds_CXX
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12821 archive_cmds_CXX
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12822 archive_expsym_cmds_CXX
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12827 sysv5
* | sco3.2v5
* | sco5v6
*)
12828 # Note: We can NOT use -z defs as we might desire, because we do not
12829 # link with -lc, and that would cause any symbols used from libc to
12830 # always be unresolved, which means just about no library would
12831 # ever link correctly. If we're not using GNU ld we use -z text
12832 # though, which does catch some bad symbols but isn't as heavy-handed
12834 no_undefined_flag_CXX
='${wl}-z,text'
12835 allow_undefined_flag_CXX
='${wl}-z,nodefs'
12836 archive_cmds_need_lc_CXX
=no
12837 hardcode_shlibpath_var_CXX
=no
12838 hardcode_libdir_flag_spec_CXX
='${wl}-R,$libdir'
12839 hardcode_libdir_separator_CXX
=':'
12840 link_all_deplibs_CXX
=yes
12841 export_dynamic_flag_spec_CXX
='${wl}-Bexport'
12842 runpath_var
='LD_RUN_PATH'
12844 case $cc_basename in
12846 archive_cmds_CXX
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12847 archive_expsym_cmds_CXX
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12848 old_archive_cmds_CXX
='$CC -Tprelink_objects $oldobjs~
12849 '"$old_archive_cmds_CXX"
12850 reload_cmds_CXX
='$CC -Tprelink_objects $reload_objs~
12851 '"$reload_cmds_CXX"
12854 archive_cmds_CXX
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12855 archive_expsym_cmds_CXX
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
12861 case $cc_basename in
12863 # NonStop-UX NCC 3.20
12864 # FIXME: insert proper C++ library support
12868 # FIXME: insert proper C++ library support
12875 # FIXME: insert proper C++ library support
12880 # FIXME: insert proper C++ library support
12885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
12886 $as_echo "$ld_shlibs_CXX" >&6; }
12887 test "$ld_shlibs_CXX" = no
&& can_build_shared
=no
12893 ## There is no encapsulation within the following macros, do not change
12894 ## the running order or otherwise move them around unless you know exactly
12895 ## what you are doing...
12896 # Dependencies to place before and after the object being linked:
12897 predep_objects_CXX
=
12898 postdep_objects_CXX
=
12901 compiler_lib_search_path_CXX
=
12903 cat > conftest.
$ac_ext <<_LT_EOF
12907 Foo (void) { a = 0; }
12913 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12914 (eval $ac_compile) 2>&5
12916 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12917 test $ac_status = 0; }; then
12918 # Parse the compiler output and extract the necessary
12919 # objects, libraries and library flags.
12921 # Sentinel used to keep track of whether or not we are before
12922 # the conftest object file.
12923 pre_test_object_deps_done
=no
12925 for p
in `eval "$output_verbose_link_cmd"`; do
12929 # Some compilers place space between "-{L,R}" and the path.
12930 # Remove the space.
12931 if test $p = "-L" ||
12932 test $p = "-R"; then
12939 if test "$pre_test_object_deps_done" = no
; then
12942 # Internal compiler library paths should come after those
12943 # provided the user. The postdeps already come after the
12944 # user supplied libs so there is no need to process them.
12945 if test -z "$compiler_lib_search_path_CXX"; then
12946 compiler_lib_search_path_CXX
="${prev}${p}"
12948 compiler_lib_search_path_CXX
="${compiler_lib_search_path_CXX} ${prev}${p}"
12951 # The "-l" case would never come before the object being
12952 # linked, so don't bother handling this case.
12955 if test -z "$postdeps_CXX"; then
12956 postdeps_CXX
="${prev}${p}"
12958 postdeps_CXX
="${postdeps_CXX} ${prev}${p}"
12964 # This assumes that the test object file only shows up
12965 # once in the compiler output.
12966 if test "$p" = "conftest.$objext"; then
12967 pre_test_object_deps_done
=yes
12971 if test "$pre_test_object_deps_done" = no
; then
12972 if test -z "$predep_objects_CXX"; then
12973 predep_objects_CXX
="$p"
12975 predep_objects_CXX
="$predep_objects_CXX $p"
12978 if test -z "$postdep_objects_CXX"; then
12979 postdep_objects_CXX
="$p"
12981 postdep_objects_CXX
="$postdep_objects_CXX $p"
12986 *) ;; # Ignore the rest.
12994 echo "libtool.m4: error: problem compiling CXX test program"
12997 $RM -f confest.
$objext
12999 # PORTME: override above test on systems where it is broken
13002 # Interix 3.5 installs completely hosed .la files for C++, so rather than
13003 # hack all around it, let's just trust "g++" to DTRT.
13004 predep_objects_CXX
=
13005 postdep_objects_CXX
=
13010 case `$CC -V 2>&1 | sed 5q` in
13014 # The more standards-conforming stlport4 library is
13015 # incompatible with the Cstd library. Avoid specifying
13016 # it if it's in CXXFLAGS. Ignore libCrun as
13017 # -library=stlport4 depends on it.
13018 case " $CXX $CXXFLAGS " in
13019 *" -library=stlport4 "*)
13020 solaris_use_stlport4
=yes
13024 if test "$solaris_use_stlport4" != yes; then
13025 postdeps_CXX
='-library=Cstd -library=Crun'
13032 case $cc_basename in
13034 # The more standards-conforming stlport4 library is
13035 # incompatible with the Cstd library. Avoid specifying
13036 # it if it's in CXXFLAGS. Ignore libCrun as
13037 # -library=stlport4 depends on it.
13038 case " $CXX $CXXFLAGS " in
13039 *" -library=stlport4 "*)
13040 solaris_use_stlport4
=yes
13044 # Adding this requires a known-good setup of shared libraries for
13045 # Sun compiler versions before 5.6, else PIC objects from an old
13046 # archive will be linked into the output, leading to subtle bugs.
13047 if test "$solaris_use_stlport4" != yes; then
13048 postdeps_CXX
='-library=Cstd -library=Crun'
13056 case " $postdeps_CXX " in
13057 *" -lc "*) archive_cmds_need_lc_CXX
=no
;;
13059 compiler_lib_search_dirs_CXX
=
13060 if test -n "${compiler_lib_search_path_CXX}"; then
13061 compiler_lib_search_dirs_CXX
=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
13094 lt_prog_compiler_wl_CXX
=
13095 lt_prog_compiler_pic_CXX
=
13096 lt_prog_compiler_static_CXX
=
13098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
13099 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
13101 # C++ specific cases for pic, static, wl, etc.
13102 if test "$GXX" = yes; then
13103 lt_prog_compiler_wl_CXX
='-Wl,'
13104 lt_prog_compiler_static_CXX
='-static'
13108 # All AIX code is PIC.
13109 if test "$host_cpu" = ia64
; then
13110 # AIX 5 now supports IA64 processor
13111 lt_prog_compiler_static_CXX
='-Bstatic'
13113 lt_prog_compiler_pic_CXX
='-fPIC'
13119 # see comment about AmigaOS4 .so support
13120 lt_prog_compiler_pic_CXX
='-fPIC'
13123 # FIXME: we need at least 68020 code to build shared libraries, but
13124 # adding the `-m68020' flag to GCC prevents building anything better,
13126 lt_prog_compiler_pic_CXX
='-m68020 -resident32 -malways-restore-a4'
13131 beos
* | irix5
* | irix6
* | nonstopux
* | osf3
* | osf4
* | osf5
*)
13132 # PIC is the default for these OSes.
13134 mingw
* | cygwin
* | os2
* | pw32
* | cegcc
*)
13135 # This hack is so that the source file can tell whether it is being
13136 # built for inclusion in a dll (and should export symbols for example).
13137 # Although the cygwin gcc ignores -fPIC, still need this for old-style
13138 # (--disable-auto-import) libraries
13139 lt_prog_compiler_pic_CXX
='-DDLL_EXPORT'
13141 darwin
* | rhapsody
*)
13142 # PIC is the default on this platform
13143 # Common symbols not allowed in MH_DYLIB files
13144 lt_prog_compiler_pic_CXX
='-fno-common'
13147 # DJGPP does not support shared libraries at all
13148 lt_prog_compiler_pic_CXX
=
13151 # PIC is the default for Haiku.
13152 # The "-static" flag exists, but is broken.
13153 lt_prog_compiler_static_CXX
=
13156 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
13157 # Instead, we relocate shared libraries at runtime.
13160 if test -d /usr
/nec
; then
13161 lt_prog_compiler_pic_CXX
=-Kconform_pic
13165 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
13166 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
13167 # sets the default TLS model and affects inlining.
13172 lt_prog_compiler_pic_CXX
='-fPIC'
13177 # QNX uses GNU C++, but need to define -shared option too, otherwise
13178 # it will coredump.
13179 lt_prog_compiler_pic_CXX
='-fPIC -shared'
13182 lt_prog_compiler_pic_CXX
='-fPIC'
13188 # All AIX code is PIC.
13189 if test "$host_cpu" = ia64
; then
13190 # AIX 5 now supports IA64 processor
13191 lt_prog_compiler_static_CXX
='-Bstatic'
13193 lt_prog_compiler_static_CXX
='-bnso -bI:/lib/syscalls.exp'
13197 case $cc_basename in
13199 # Green Hills C++ Compiler
13200 # _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"
13205 case $cc_basename in
13207 lt_prog_compiler_pic_CXX
='-KPIC'
13210 # Green Hills C++ Compiler
13211 lt_prog_compiler_pic_CXX
='-pic'
13217 freebsd
* | dragonfly
*)
13218 # FreeBSD uses GNU C++
13220 hpux9
* | hpux10
* | hpux11
*)
13221 case $cc_basename in
13223 lt_prog_compiler_wl_CXX
='-Wl,'
13224 lt_prog_compiler_static_CXX
='${wl}-a ${wl}archive'
13225 if test "$host_cpu" != ia64
; then
13226 lt_prog_compiler_pic_CXX
='+Z'
13230 lt_prog_compiler_wl_CXX
='-Wl,'
13231 lt_prog_compiler_static_CXX
='${wl}-a ${wl}archive'
13237 lt_prog_compiler_pic_CXX
='+Z'
13246 # This is c89, which is MS Visual C++ (no shared libs)
13247 # Anyone wants to do a port?
13249 irix5
* | irix6
* | nonstopux
*)
13250 case $cc_basename in
13252 lt_prog_compiler_wl_CXX
='-Wl,'
13253 lt_prog_compiler_static_CXX
='-non_shared'
13254 # CC pic flag -KPIC is the default.
13260 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
13261 case $cc_basename in
13264 lt_prog_compiler_wl_CXX
='--backend -Wl,'
13265 lt_prog_compiler_pic_CXX
='-fPIC'
13268 # old Intel C++ for x86_64 which still supported -KPIC.
13269 lt_prog_compiler_wl_CXX
='-Wl,'
13270 lt_prog_compiler_pic_CXX
='-KPIC'
13271 lt_prog_compiler_static_CXX
='-static'
13274 # Intel C++, used to be incompatible with GCC.
13275 # ICC 10 doesn't accept -KPIC any more.
13276 lt_prog_compiler_wl_CXX
='-Wl,'
13277 lt_prog_compiler_pic_CXX
='-fPIC'
13278 lt_prog_compiler_static_CXX
='-static'
13281 # Portland Group C++ compiler
13282 lt_prog_compiler_wl_CXX
='-Wl,'
13283 lt_prog_compiler_pic_CXX
='-fpic'
13284 lt_prog_compiler_static_CXX
='-Bstatic'
13288 # Make sure the PIC flag is empty. It appears that all Alpha
13289 # Linux and Compaq Tru64 Unix objects are PIC.
13290 lt_prog_compiler_pic_CXX
=
13291 lt_prog_compiler_static_CXX
='-non_shared'
13293 xlc
* | xlC
* | bgxl
[cC
]* | mpixl
[cC
]*)
13294 # IBM XL 8.0, 9.0 on PPC and BlueGene
13295 lt_prog_compiler_wl_CXX
='-Wl,'
13296 lt_prog_compiler_pic_CXX
='-qpic'
13297 lt_prog_compiler_static_CXX
='-qstaticlink'
13300 case `$CC -V 2>&1 | sed 5q` in
13303 lt_prog_compiler_pic_CXX
='-KPIC'
13304 lt_prog_compiler_static_CXX
='-Bstatic'
13305 lt_prog_compiler_wl_CXX
='-Qoption ld '
13316 case $cc_basename in
13318 lt_prog_compiler_pic_CXX
='-W c,exportall'
13327 # QNX uses GNU C++, but need to define -shared option too, otherwise
13328 # it will coredump.
13329 lt_prog_compiler_pic_CXX
='-fPIC -shared'
13331 osf3
* | osf4
* | osf5
*)
13332 case $cc_basename in
13334 lt_prog_compiler_wl_CXX
='--backend -Wl,'
13337 # Rational C++ 2.4.1
13338 lt_prog_compiler_pic_CXX
='-pic'
13341 # Digital/Compaq C++
13342 lt_prog_compiler_wl_CXX
='-Wl,'
13343 # Make sure the PIC flag is empty. It appears that all Alpha
13344 # Linux and Compaq Tru64 Unix objects are PIC.
13345 lt_prog_compiler_pic_CXX
=
13346 lt_prog_compiler_static_CXX
='-non_shared'
13355 case $cc_basename in
13357 # Sun C++ 4.2, 5.x and Centerline C++
13358 lt_prog_compiler_pic_CXX
='-KPIC'
13359 lt_prog_compiler_static_CXX
='-Bstatic'
13360 lt_prog_compiler_wl_CXX
='-Qoption ld '
13363 # Green Hills C++ Compiler
13364 lt_prog_compiler_pic_CXX
='-PIC'
13371 case $cc_basename in
13374 lt_prog_compiler_pic_CXX
='-pic'
13375 lt_prog_compiler_static_CXX
='-Bstatic'
13379 lt_prog_compiler_pic_CXX
='-pic'
13385 sysv5
* | unixware
* | sco3.2v5
* | sco5v6
* | OpenUNIX
*)
13386 case $cc_basename in
13388 lt_prog_compiler_wl_CXX
='-Wl,'
13389 lt_prog_compiler_pic_CXX
='-KPIC'
13390 lt_prog_compiler_static_CXX
='-Bstatic'
13395 case $cc_basename in
13397 # NonStop-UX NCC 3.20
13398 lt_prog_compiler_pic_CXX
='-KPIC'
13407 lt_prog_compiler_can_build_shared_CXX
=no
13413 # For platforms which do not support PIC, -DPIC is meaningless:
13415 lt_prog_compiler_pic_CXX
=
13418 lt_prog_compiler_pic_CXX
="$lt_prog_compiler_pic_CXX -DPIC"
13421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_CXX" >&5
13422 $as_echo "$lt_prog_compiler_pic_CXX" >&6; }
13427 # Check to make sure the PIC flag actually works.
13429 if test -n "$lt_prog_compiler_pic_CXX"; then
13430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
13431 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
13432 if ${lt_cv_prog_compiler_pic_works_CXX+:} false
; then :
13433 $as_echo_n "(cached) " >&6
13435 lt_cv_prog_compiler_pic_works_CXX
=no
13436 ac_outfile
=conftest.
$ac_objext
13437 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
13438 lt_compiler_flag
="$lt_prog_compiler_pic_CXX -DPIC"
13439 # Insert the option either (1) after the last *FLAGS variable, or
13440 # (2) before a word containing "conftest.", or (3) at the end.
13441 # Note that $ac_compile itself does not contain backslashes and begins
13442 # with a dollar sign (not a hyphen), so the echo should work correctly.
13443 # The option is referenced via a variable to avoid confusing sed.
13444 lt_compile
=`echo "$ac_compile" | $SED \
13445 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13446 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13447 -e 's:$: $lt_compiler_flag:'`
13448 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
13449 (eval "$lt_compile" 2>conftest.err
)
13451 cat conftest.err
>&5
13452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13453 if (exit $ac_status) && test -s "$ac_outfile"; then
13454 # The compiler can only warn and ignore the option if not recognized
13455 # So say no if there are warnings other than the usual output.
13456 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' >conftest.exp
13457 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
13458 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
13459 lt_cv_prog_compiler_pic_works_CXX
=yes
13465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
13466 $as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
13468 if test x
"$lt_cv_prog_compiler_pic_works_CXX" = xyes
; then
13469 case $lt_prog_compiler_pic_CXX in
13471 *) lt_prog_compiler_pic_CXX
=" $lt_prog_compiler_pic_CXX" ;;
13474 lt_prog_compiler_pic_CXX
=
13475 lt_prog_compiler_can_build_shared_CXX
=no
13483 # Check to make sure the static flag actually works.
13485 wl
=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag
=\"$lt_prog_compiler_static_CXX\"
13486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
13487 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
13488 if ${lt_cv_prog_compiler_static_works_CXX+:} false
; then :
13489 $as_echo_n "(cached) " >&6
13491 lt_cv_prog_compiler_static_works_CXX
=no
13492 save_LDFLAGS
="$LDFLAGS"
13493 LDFLAGS
="$LDFLAGS $lt_tmp_static_flag"
13494 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
13495 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
13496 # The linker can only warn and ignore the option if not recognized
13497 # So say no if there are warnings
13498 if test -s conftest.err
; then
13499 # Append any errors to the config.log.
13500 cat conftest.err
1>&5
13501 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
13502 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
13503 if diff conftest.exp conftest.er2
>/dev
/null
; then
13504 lt_cv_prog_compiler_static_works_CXX
=yes
13507 lt_cv_prog_compiler_static_works_CXX
=yes
13511 LDFLAGS
="$save_LDFLAGS"
13514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
13515 $as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
13517 if test x
"$lt_cv_prog_compiler_static_works_CXX" = xyes
; then
13520 lt_prog_compiler_static_CXX
=
13526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
13527 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
13528 if ${lt_cv_prog_compiler_c_o_CXX+:} false
; then :
13529 $as_echo_n "(cached) " >&6
13531 lt_cv_prog_compiler_c_o_CXX
=no
13532 $RM -r conftest
2>/dev
/null
13536 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
13538 lt_compiler_flag
="-o out/conftest2.$ac_objext"
13539 # Insert the option either (1) after the last *FLAGS variable, or
13540 # (2) before a word containing "conftest.", or (3) at the end.
13541 # Note that $ac_compile itself does not contain backslashes and begins
13542 # with a dollar sign (not a hyphen), so the echo should work correctly.
13543 lt_compile
=`echo "$ac_compile" | $SED \
13544 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13545 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13546 -e 's:$: $lt_compiler_flag:'`
13547 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
13548 (eval "$lt_compile" 2>out
/conftest.err
)
13550 cat out
/conftest.err
>&5
13551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13552 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
13554 # The compiler can only warn and ignore the option if not recognized
13555 # So say no if there are warnings
13556 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' > out
/conftest.exp
13557 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
13558 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
13559 lt_cv_prog_compiler_c_o_CXX
=yes
13564 # SGI C++ compiler will create directory out/ii_files/ for
13565 # template instantiation
13566 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
13567 $RM out
/* && rmdir out
13573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
13574 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
13578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
13579 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
13580 if ${lt_cv_prog_compiler_c_o_CXX+:} false
; then :
13581 $as_echo_n "(cached) " >&6
13583 lt_cv_prog_compiler_c_o_CXX
=no
13584 $RM -r conftest
2>/dev
/null
13588 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
13590 lt_compiler_flag
="-o out/conftest2.$ac_objext"
13591 # Insert the option either (1) after the last *FLAGS variable, or
13592 # (2) before a word containing "conftest.", or (3) at the end.
13593 # Note that $ac_compile itself does not contain backslashes and begins
13594 # with a dollar sign (not a hyphen), so the echo should work correctly.
13595 lt_compile
=`echo "$ac_compile" | $SED \
13596 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13597 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13598 -e 's:$: $lt_compiler_flag:'`
13599 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
13600 (eval "$lt_compile" 2>out
/conftest.err
)
13602 cat out
/conftest.err
>&5
13603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13604 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
13606 # The compiler can only warn and ignore the option if not recognized
13607 # So say no if there are warnings
13608 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' > out
/conftest.exp
13609 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
13610 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
13611 lt_cv_prog_compiler_c_o_CXX
=yes
13616 # SGI C++ compiler will create directory out/ii_files/ for
13617 # template instantiation
13618 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
13619 $RM out
/* && rmdir out
13625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
13626 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
13631 hard_links
="nottested"
13632 if test "$lt_cv_prog_compiler_c_o_CXX" = no
&& test "$need_locks" != no
; then
13633 # do not overwrite the value of need_locks provided by the user
13634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
13635 $as_echo_n "checking if we can lock with hard links... " >&6; }
13638 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
13640 ln conftest.a conftest.b
2>&5 || hard_links
=no
13641 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
13642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
13643 $as_echo "$hard_links" >&6; }
13644 if test "$hard_links" = no
; then
13645 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
13646 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
13655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
13656 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
13658 export_symbols_cmds_CXX
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
13661 # If we're using GNU nm, then we don't want the "-C" option.
13662 # -C means demangle to AIX nm, but means don't demangle with GNU nm
13663 # Also, AIX nm treats weak defined symbols like other global defined
13664 # symbols, whereas GNU nm marks them as "W".
13665 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
13666 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'
13668 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'
13672 export_symbols_cmds_CXX
="$ltdll_cmds"
13674 cygwin
* | mingw
* | cegcc
*)
13675 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'
13678 export_symbols_cmds_CXX
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
13681 exclude_expsyms_CXX
='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
13683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
13684 $as_echo "$ld_shlibs_CXX" >&6; }
13685 test "$ld_shlibs_CXX" = no
&& can_build_shared
=no
13687 with_gnu_ld_CXX
=$with_gnu_ld
13695 # Do we need to explicitly link libc?
13697 case "x$archive_cmds_need_lc_CXX" in
13699 # Assume -lc should be added
13700 archive_cmds_need_lc_CXX
=yes
13702 if test "$enable_shared" = yes && test "$GCC" = yes; then
13703 case $archive_cmds_CXX in
13705 # FIXME: we may have to deal with multi-command sequences.
13708 # Test whether the compiler implicitly links with -lc since on some
13709 # systems, -lgcc has to come before -lc. If gcc already passes -lc
13710 # to ld, don't add -lc before -lgcc.
13711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
13712 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
13713 if ${lt_cv_archive_cmds_need_lc_CXX+:} false
; then :
13714 $as_echo_n "(cached) " >&6
13717 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
13719 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13720 (eval $ac_compile) 2>&5
13722 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13723 test $ac_status = 0; } 2>conftest.err
; then
13726 libobjs
=conftest.
$ac_objext
13728 wl
=$lt_prog_compiler_wl_CXX
13729 pic_flag
=$lt_prog_compiler_pic_CXX
13735 lt_save_allow_undefined_flag
=$allow_undefined_flag_CXX
13736 allow_undefined_flag_CXX
=
13737 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
13738 (eval $archive_cmds_CXX 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
13740 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13741 test $ac_status = 0; }
13743 lt_cv_archive_cmds_need_lc_CXX
=no
13745 lt_cv_archive_cmds_need_lc_CXX
=yes
13747 allow_undefined_flag_CXX
=$lt_save_allow_undefined_flag
13749 cat conftest.err
1>&5
13754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
13755 $as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
13756 archive_cmds_need_lc_CXX
=$lt_cv_archive_cmds_need_lc_CXX
13826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
13827 $as_echo_n "checking dynamic linker characteristics... " >&6; }
13829 library_names_spec
=
13830 libname_spec
='lib$name'
13834 postuninstall_cmds
=
13838 shlibpath_overrides_runpath
=unknown
13840 dynamic_linker
="$host_os ld.so"
13841 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
13842 need_lib_prefix
=unknown
13843 hardcode_into_libs
=no
13845 # when you set need_version to no, make sure it does not cause -set_version
13846 # flags to be left without arguments
13847 need_version
=unknown
13852 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
13853 shlibpath_var
=LIBPATH
13855 # AIX 3 has no versioning support, so we append a major version to the name.
13856 soname_spec
='${libname}${release}${shared_ext}$major'
13863 hardcode_into_libs
=yes
13864 if test "$host_cpu" = ia64
; then
13865 # AIX 5 supports IA64
13866 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
13867 shlibpath_var
=LD_LIBRARY_PATH
13869 # With GCC up to 2.95.x, collect2 would create an import file
13870 # for dependence libraries. The import file would start with
13871 # the line `#! .'. This would cause the generated library to
13872 # depend on `.', always an invalid library. This was fixed in
13873 # development snapshots of GCC prior to 3.0.
13875 aix4 | aix4.
[01] | aix4.
[01].
*)
13876 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
13878 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
13881 can_build_shared
=no
13885 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
13886 # soname into executable. Probably we can add versioning support to
13887 # collect2, so additional links can be useful in future.
13888 if test "$aix_use_runtimelinking" = yes; then
13889 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
13890 # instead of lib<name>.a to let people know that these are not
13891 # typical AIX shared libraries.
13892 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13894 # We preserve .a as extension for shared libraries through AIX4.2
13895 # and later when we are not doing run time linking.
13896 library_names_spec
='${libname}${release}.a $libname.a'
13897 soname_spec
='${libname}${release}${shared_ext}$major'
13899 shlibpath_var
=LIBPATH
13906 # Since July 2007 AmigaOS4 officially supports .so libraries.
13907 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
13908 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13911 library_names_spec
='$libname.ixlibrary $libname.a'
13912 # Create ${libname}_ixlibrary.a entries in /sys/libs.
13913 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'
13919 library_names_spec
='${libname}${shared_ext}'
13920 dynamic_linker
="$host_os ld.so"
13921 shlibpath_var
=LIBRARY_PATH
13927 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13928 soname_spec
='${libname}${release}${shared_ext}$major'
13929 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
13930 shlibpath_var
=LD_LIBRARY_PATH
13931 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
13932 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
13933 # the default ld.so.conf also contains /usr/contrib/lib and
13934 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
13935 # libtool to hard-code these into programs
13938 cygwin
* | mingw
* | pw32
* | cegcc
*)
13939 version_type
=windows
13944 case $GCC,$host_os in
13945 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
13946 library_names_spec
='$libname.dll.a'
13947 # DLL is installed to $(libdir)/../bin by postinstall_cmds
13948 postinstall_cmds
='base_file=`basename \${file}`~
13949 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
13950 dldir=$destdir/`dirname \$dlpath`~
13951 test -d \$dldir || mkdir -p \$dldir~
13952 $install_prog $dir/$dlname \$dldir/$dlname~
13953 chmod a+x \$dldir/$dlname~
13954 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
13955 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
13957 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
13958 dlpath=$dir/\$dldll~
13960 shlibpath_overrides_runpath
=yes
13964 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
13965 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
13969 # MinGW DLLs use traditional 'lib' prefix
13970 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
13973 # pw32 DLLs use 'pw' prefix rather than 'lib'
13974 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
13980 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
13983 dynamic_linker
='Win32 ld.exe'
13984 # FIXME: first we should search . and the directory the executable is in
13988 darwin
* | rhapsody
*)
13989 dynamic_linker
="$host_os dyld"
13990 version_type
=darwin
13993 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
13994 soname_spec
='${libname}${release}${major}$shared_ext'
13995 shlibpath_overrides_runpath
=yes
13996 shlibpath_var
=DYLD_LIBRARY_PATH
13997 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
13999 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
14006 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
14007 soname_spec
='${libname}${release}${shared_ext}$major'
14008 shlibpath_var
=LD_LIBRARY_PATH
14011 freebsd
* | dragonfly
*)
14012 # DragonFly does not have aout. When/if they implement a new
14013 # versioning mechanism, adjust this.
14014 if test -x /usr
/bin
/objformat
; then
14015 objformat
=`/usr/bin/objformat`
14018 freebsd
[23].
*) objformat
=aout
;;
14019 *) objformat
=elf
;;
14022 version_type
=freebsd-
$objformat
14023 case $version_type in
14025 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
14030 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
14034 shlibpath_var
=LD_LIBRARY_PATH
14037 shlibpath_overrides_runpath
=yes
14039 freebsd3.
[01]* | freebsdelf3.
[01]*)
14040 shlibpath_overrides_runpath
=yes
14041 hardcode_into_libs
=yes
14043 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
14044 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
14045 shlibpath_overrides_runpath
=no
14046 hardcode_into_libs
=yes
14048 *) # from 4.6 on, and DragonFly
14049 shlibpath_overrides_runpath
=yes
14050 hardcode_into_libs
=yes
14059 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
14060 soname_spec
='${libname}${release}${shared_ext}$major'
14061 shlibpath_var
=LD_LIBRARY_PATH
14062 hardcode_into_libs
=yes
14069 dynamic_linker
="$host_os runtime_loader"
14070 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
14071 soname_spec
='${libname}${release}${shared_ext}$major'
14072 shlibpath_var
=LIBRARY_PATH
14073 shlibpath_overrides_runpath
=yes
14074 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
14075 hardcode_into_libs
=yes
14078 hpux9
* | hpux10
* | hpux11
*)
14079 # Give a soname corresponding to the major version so that dld.sl refuses to
14080 # link against other versions.
14087 hardcode_into_libs
=yes
14088 dynamic_linker
="$host_os dld.so"
14089 shlibpath_var
=LD_LIBRARY_PATH
14090 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
14091 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14092 soname_spec
='${libname}${release}${shared_ext}$major'
14093 if test "X$HPUX_IA64_MODE" = X32
; then
14094 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
14096 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
14098 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
14102 hardcode_into_libs
=yes
14103 dynamic_linker
="$host_os dld.sl"
14104 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
14105 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
14106 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14107 soname_spec
='${libname}${release}${shared_ext}$major'
14108 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
14109 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
14113 dynamic_linker
="$host_os dld.sl"
14114 shlibpath_var
=SHLIB_PATH
14115 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
14116 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14117 soname_spec
='${libname}${release}${shared_ext}$major'
14120 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
14121 postinstall_cmds
='chmod 555 $lib'
14122 # or fails outright, so override atomically:
14123 install_override_mode
=555
14130 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14131 soname_spec
='${libname}${release}${shared_ext}$major'
14132 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
14133 shlibpath_var
=LD_LIBRARY_PATH
14134 shlibpath_overrides_runpath
=no
14135 hardcode_into_libs
=yes
14138 irix5
* | irix6
* | nonstopux
*)
14140 nonstopux
*) version_type
=nonstopux
;;
14142 if test "$lt_cv_prog_gnu_ld" = yes; then
14150 soname_spec
='${libname}${release}${shared_ext}$major'
14151 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
14153 irix5
* | nonstopux
*)
14154 libsuff
= shlibsuff
=
14157 case $LD in # libtool.m4 will add one of these switches to LD
14158 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
14159 libsuff
= shlibsuff
= libmagic
=32-bit;;
14160 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
14161 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
14162 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
14163 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
14164 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
14168 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
14169 shlibpath_overrides_runpath
=no
14170 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
14171 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
14172 hardcode_into_libs
=yes
14175 # No shared lib support for Linux oldld, aout, or coff.
14176 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
14180 # This must be Linux ELF.
14181 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
14185 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14186 soname_spec
='${libname}${release}${shared_ext}$major'
14187 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
14188 shlibpath_var
=LD_LIBRARY_PATH
14189 shlibpath_overrides_runpath
=no
14191 # Some binutils ld are patched to set DT_RUNPATH
14192 if ${lt_cv_shlibpath_overrides_runpath+:} false
; then :
14193 $as_echo_n "(cached) " >&6
14195 lt_cv_shlibpath_overrides_runpath
=no
14196 save_LDFLAGS
=$LDFLAGS
14197 save_libdir
=$libdir
14198 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
14199 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
14200 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14201 /* end confdefs.h. */
14211 if ac_fn_cxx_try_link
"$LINENO"; then :
14212 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
14213 lt_cv_shlibpath_overrides_runpath
=yes
14216 rm -f core conftest.err conftest.
$ac_objext \
14217 conftest
$ac_exeext conftest.
$ac_ext
14218 LDFLAGS
=$save_LDFLAGS
14219 libdir
=$save_libdir
14223 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
14225 # This implies no fast_install, which is unacceptable.
14226 # Some rework will be needed to allow for fast_install
14227 # before this can be enabled.
14228 hardcode_into_libs
=yes
14230 # Append ld.so.conf contents to the search path
14231 if test -f /etc
/ld.so.conf
; then
14232 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' ' '`
14233 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
14236 # We used to test for /lib/ld.so.1 and disable shared libraries on
14237 # powerpc, because MkLinux only supported shared libraries with the
14238 # GNU dynamic linker. Since this was broken with cross compilers,
14239 # most powerpc-linux boxes support dynamic linking these days and
14240 # people can always --disable-shared, the test was removed, and we
14241 # assume the GNU/Linux dynamic linker is in use.
14242 dynamic_linker
='GNU/Linux ld.so'
14249 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
14250 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14251 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14252 dynamic_linker
='NetBSD (a.out) ld.so'
14254 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14255 soname_spec
='${libname}${release}${shared_ext}$major'
14256 dynamic_linker
='NetBSD ld.elf_so'
14258 shlibpath_var
=LD_LIBRARY_PATH
14259 shlibpath_overrides_runpath
=yes
14260 hardcode_into_libs
=yes
14265 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14266 shlibpath_var
=LD_LIBRARY_PATH
14267 shlibpath_overrides_runpath
=yes
14274 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14275 soname_spec
='${libname}${release}${shared_ext}$major'
14276 shlibpath_var
=LD_LIBRARY_PATH
14277 shlibpath_overrides_runpath
=no
14278 hardcode_into_libs
=yes
14279 dynamic_linker
='ldqnx.so'
14284 sys_lib_dlsearch_path_spec
="/usr/lib"
14286 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
14288 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
14289 *) need_version
=no
;;
14291 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14292 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14293 shlibpath_var
=LD_LIBRARY_PATH
14294 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
14296 openbsd2.
[89] | openbsd2.
[89].
*)
14297 shlibpath_overrides_runpath
=no
14300 shlibpath_overrides_runpath
=yes
14304 shlibpath_overrides_runpath
=yes
14309 libname_spec
='$name'
14312 library_names_spec
='$libname${shared_ext} $libname.a'
14313 dynamic_linker
='OS/2 ld.exe'
14314 shlibpath_var
=LIBPATH
14317 osf3
* | osf4
* | osf5
*)
14321 soname_spec
='${libname}${release}${shared_ext}$major'
14322 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14323 shlibpath_var
=LD_LIBRARY_PATH
14324 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
14325 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
14336 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14337 soname_spec
='${libname}${release}${shared_ext}$major'
14338 shlibpath_var
=LD_LIBRARY_PATH
14339 shlibpath_overrides_runpath
=yes
14340 hardcode_into_libs
=yes
14341 # ldd complains unless libraries are executable
14342 postinstall_cmds
='chmod +x $lib'
14347 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14348 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
14349 shlibpath_var
=LD_LIBRARY_PATH
14350 shlibpath_overrides_runpath
=yes
14351 if test "$with_gnu_ld" = yes; then
14359 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14360 soname_spec
='${libname}${release}${shared_ext}$major'
14361 shlibpath_var
=LD_LIBRARY_PATH
14362 case $host_vendor in
14364 shlibpath_overrides_runpath
=no
14366 runpath_var
=LD_RUN_PATH
14374 shlibpath_overrides_runpath
=no
14375 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
14381 if test -d /usr
/nec
;then
14383 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
14384 soname_spec
='$libname${shared_ext}.$major'
14385 shlibpath_var
=LD_LIBRARY_PATH
14389 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
14390 version_type
=freebsd-elf
14393 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
14394 soname_spec
='${libname}${release}${shared_ext}$major'
14395 shlibpath_var
=LD_LIBRARY_PATH
14396 shlibpath_overrides_runpath
=yes
14397 hardcode_into_libs
=yes
14398 if test "$with_gnu_ld" = yes; then
14399 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
14401 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
14404 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
14408 sys_lib_dlsearch_path_spec
='/usr/lib'
14412 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
14416 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14417 shlibpath_var
=LD_LIBRARY_PATH
14418 shlibpath_overrides_runpath
=no
14419 hardcode_into_libs
=yes
14424 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14425 soname_spec
='${libname}${release}${shared_ext}$major'
14426 shlibpath_var
=LD_LIBRARY_PATH
14433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
14434 $as_echo "$dynamic_linker" >&6; }
14435 test "$dynamic_linker" = no
&& can_build_shared
=no
14437 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
14438 if test "$GCC" = yes; then
14439 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
14442 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
14443 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
14445 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
14446 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
14486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
14487 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
14488 hardcode_action_CXX
=
14489 if test -n "$hardcode_libdir_flag_spec_CXX" ||
14490 test -n "$runpath_var_CXX" ||
14491 test "X$hardcode_automatic_CXX" = "Xyes" ; then
14493 # We can hardcode non-existent directories.
14494 if test "$hardcode_direct_CXX" != no
&&
14495 # If the only mechanism to avoid hardcoding is shlibpath_var, we
14496 # have to relink, otherwise we might link with an installed library
14497 # when we should be linking with a yet-to-be-installed one
14498 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
14499 test "$hardcode_minus_L_CXX" != no
; then
14500 # Linking always hardcodes the temporary library directory.
14501 hardcode_action_CXX
=relink
14503 # We can link without hardcoding, and we can hardcode nonexisting dirs.
14504 hardcode_action_CXX
=immediate
14507 # We cannot hardcode anything, or else we can only hardcode existing
14509 hardcode_action_CXX
=unsupported
14511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
14512 $as_echo "$hardcode_action_CXX" >&6; }
14514 if test "$hardcode_action_CXX" = relink ||
14515 test "$inherit_rpath_CXX" = yes; then
14516 # Fast installation is not supported
14517 enable_fast_install
=no
14518 elif test "$shlibpath_overrides_runpath" = yes ||
14519 test "$enable_shared" = no
; then
14520 # Fast installation is not necessary
14521 enable_fast_install
=needless
14530 fi # test -n "$compiler"
14536 with_gnu_ld
=$lt_save_with_gnu_ld
14537 lt_cv_path_LDCXX
=$lt_cv_path_LD
14538 lt_cv_path_LD
=$lt_save_path_LD
14539 lt_cv_prog_gnu_ldcxx
=$lt_cv_prog_gnu_ld
14540 lt_cv_prog_gnu_ld
=$lt_save_with_gnu_ld
14541 fi # test "$_lt_caught_CXX_error" != yes
14544 ac_cpp
='$CPP $CPPFLAGS'
14545 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14546 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14547 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
14561 ac_config_commands
="$ac_config_commands libtool"
14566 # Only expand once:
14572 ac_config_headers
="$ac_config_headers target-config.h"
14575 # The cast to long int works around a bug in the HP C Compiler
14576 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14577 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14578 # This bug is HP SR number 8606223364.
14579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
14580 $as_echo_n "checking size of int... " >&6; }
14581 if ${ac_cv_sizeof_int+:} false
; then :
14582 $as_echo_n "(cached) " >&6
14584 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
14587 if test "$ac_cv_type_int" = yes; then
14588 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14589 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14590 as_fn_error
77 "cannot compute sizeof (int)
14591 See \`config.log' for more details" "$LINENO" 5; }
14598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
14599 $as_echo "$ac_cv_sizeof_int" >&6; }
14603 cat >>confdefs.h
<<_ACEOF
14604 #define SIZEOF_INT $ac_cv_sizeof_int
14608 # The cast to long int works around a bug in the HP C Compiler
14609 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14610 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14611 # This bug is HP SR number 8606223364.
14612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void*" >&5
14613 $as_echo_n "checking size of void*... " >&6; }
14614 if ${ac_cv_sizeof_voidp+:} false
; then :
14615 $as_echo_n "(cached) " >&6
14617 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (void*))" "ac_cv_sizeof_voidp" "$ac_includes_default"; then :
14620 if test "$ac_cv_type_voidp" = yes; then
14621 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14622 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14623 as_fn_error
77 "cannot compute sizeof (void*)
14624 See \`config.log' for more details" "$LINENO" 5; }
14626 ac_cv_sizeof_voidp
=0
14631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_voidp" >&5
14632 $as_echo "$ac_cv_sizeof_voidp" >&6; }
14636 cat >>confdefs.h
<<_ACEOF
14637 #define SIZEOF_VOIDP $ac_cv_sizeof_voidp
14642 # Determine what GCC version number to use in filesystem paths.
14644 get_gcc_base_ver
="cat"
14646 # Check whether --with-gcc-major-version-only was given.
14647 if test "${with_gcc_major_version_only+set}" = set; then :
14648 withval
=$with_gcc_major_version_only; if test x
$with_gcc_major_version_only = xyes
; then
14649 get_gcc_base_ver
="sed -e 's/^\([0-9]*\).*/\1/'"
14658 cat >confcache
<<\_ACEOF
14659 # This file is a shell script that caches the results of configure
14660 # tests run on this system so they can be shared between configure
14661 # scripts and configure runs, see configure's option --config-cache.
14662 # It is not useful on other systems. If it contains results you don't
14663 # want to keep, you may remove or edit it.
14665 # config.status only pays attention to the cache file if you give it
14666 # the --recheck option to rerun configure.
14668 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14669 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14670 # following values.
14674 # The following way of writing the cache mishandles newlines in values,
14675 # but we know of no workaround that is simple, portable, and efficient.
14676 # So, we kill variables containing newlines.
14677 # Ultrix sh set writes to stderr and can't be redirected directly,
14678 # and sets the high bit in the cache file unless we assign to the vars.
14680 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14681 eval ac_val
=\$
$ac_var
14685 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14686 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14689 _ | IFS | as_nl
) ;; #(
14690 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
14691 *) { eval $ac_var=; unset $ac_var;} ;;
14697 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14698 *${as_nl}ac_space
=\
*)
14699 # `set' does not quote correctly, so add quotes: double-quote
14700 # substitution turns \\\\ into \\, and sed turns \\ into \.
14703 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14706 # `set' quotes correctly as required by POSIX, so do not add quotes.
14707 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14716 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14718 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14720 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
14721 if test -w "$cache_file"; then
14722 if test "x$cache_file" != "x/dev/null"; then
14723 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14724 $as_echo "$as_me: updating cache $cache_file" >&6;}
14725 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
14726 cat confcache
>"$cache_file"
14728 case $cache_file in #(
14730 mv -f confcache
"$cache_file"$$
&&
14731 mv -f "$cache_file"$$
"$cache_file" ;; #(
14733 mv -f confcache
"$cache_file" ;;
14738 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14739 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14744 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
14745 # Let make expand exec_prefix.
14746 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
14748 DEFS
=-DHAVE_CONFIG_H
14753 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
14754 # 1. Remove the extension, and $U if already installed.
14755 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
14756 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
14757 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14758 # will be set to the directory where LIBOBJS objects are built.
14759 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14760 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
14762 LIBOBJS
=$ac_libobjs
14764 LTLIBOBJS
=$ac_ltlibobjs
14767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14768 $as_echo_n "checking that generated files are newer than configure... " >&6; }
14769 if test -n "$am_sleep_pid"; then
14770 # Hide warnings about reused PIDs.
14771 wait $am_sleep_pid 2>/dev
/null
14773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14774 $as_echo "done" >&6; }
14775 if test -n "$EXEEXT"; then
14777 am__EXEEXT_FALSE
='#'
14779 am__EXEEXT_TRUE
='#'
14783 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14784 as_fn_error $?
"conditional \"MAINTAINER_MODE\" was never defined.
14785 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14787 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14788 as_fn_error $?
"conditional \"AMDEP\" was never defined.
14789 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14791 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14792 as_fn_error $?
"conditional \"am__fastdepCC\" was never defined.
14793 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14795 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
14796 as_fn_error $?
"conditional \"am__fastdepCXX\" was never defined.
14797 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14799 if test -z "${LINUX_LINKER_SCRIPT_TRUE}" && test -z "${LINUX_LINKER_SCRIPT_FALSE}"; then
14800 as_fn_error $?
"conditional \"LINUX_LINKER_SCRIPT\" was never defined.
14801 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14803 if test -z "${MAC_LINKER_SCRIPT_TRUE}" && test -z "${MAC_LINKER_SCRIPT_FALSE}"; then
14804 as_fn_error $?
"conditional \"MAC_LINKER_SCRIPT\" was never defined.
14805 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14808 : "${CONFIG_STATUS=./config.status}"
14810 ac_clean_files_save
=$ac_clean_files
14811 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
14812 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14813 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14815 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14817 # Generated by $as_me.
14818 # Run this file to recreate the current configuration.
14819 # Compiler output produced by configure, useful for debugging
14820 # configure, is in config.log if it exists.
14823 ac_cs_recheck=false
14826 SHELL=\${CONFIG_SHELL-$SHELL}
14829 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
14830 ## -------------------- ##
14831 ## M4sh Initialization. ##
14832 ## -------------------- ##
14834 # Be more Bourne compatible
14835 DUALCASE
=1; export DUALCASE
# for MKS sh
14836 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
14839 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14840 # is contrary to our usage. Disable this feature.
14841 alias -g '${1+"$@"}'='"$@"'
14842 setopt NO_GLOB_SUBST
14844 case `(set -o) 2>/dev/null` in #(
14856 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14857 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14858 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14859 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14860 # Prefer a ksh shell builtin over an external printf program on Solaris,
14861 # but without wasting forks for bash or zsh.
14862 if test -z "$BASH_VERSION$ZSH_VERSION" \
14863 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14864 as_echo='print
-r --'
14865 as_echo_n='print
-rn --'
14866 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14867 as_echo='printf %s
\n'
14868 as_echo_n='printf %s
'
14870 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14871 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
14872 as_echo_n='/usr
/ucb
/echo -n'
14874 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14875 as_echo_n_body='eval
14879 expr "X$arg" : "X\\(.*\\)$as_nl";
14880 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14882 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
14884 export as_echo_n_body
14885 as_echo_n='sh
-c $as_echo_n_body as_echo
'
14887 export as_echo_body
14888 as_echo='sh
-c $as_echo_body as_echo
'
14891 # The user is always right.
14892 if test "${PATH_SEPARATOR+set}" != set; then
14894 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14895 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14902 # We need space, tab and new line, in precisely that order. Quoting is
14903 # there to prevent editors from complaining about space-tab.
14904 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14905 # splitting by setting IFS to empty value.)
14908 # Find who we are. Look in the path if we contain no directory separator.
14911 *[\\/]* ) as_myself=$0 ;;
14912 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14913 for as_dir in $PATH
14916 test -z "$as_dir" && as_dir=.
14917 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14923 # We did not find ourselves, most probably we were run as `sh COMMAND'
14924 # in which case we are not to be found in the path.
14925 if test "x$as_myself" = x
; then
14928 if test ! -f "$as_myself"; then
14929 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14933 # Unset variables that we do not need and which cause bugs (e.g. in
14934 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14935 # suppresses any "Segmentation fault" message there. '((' could
14936 # trigger a bug in pdksh 5.2.14.
14937 for as_var
in BASH_ENV ENV MAIL MAILPATH
14938 do eval test x\
${$as_var+set} = xset \
14939 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
14952 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
14955 # as_fn_error STATUS ERROR [LINENO LOG_FD]
14956 # ----------------------------------------
14957 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14958 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14959 # script with STATUS, using 1 if that was 0.
14962 as_status
=$1; test $as_status -eq 0 && as_status
=1
14964 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
14965 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
14967 $as_echo "$as_me: error: $2" >&2
14968 as_fn_exit
$as_status
14972 # as_fn_set_status STATUS
14973 # -----------------------
14974 # Set $? to STATUS, without forking.
14975 as_fn_set_status
()
14978 } # as_fn_set_status
14980 # as_fn_exit STATUS
14981 # -----------------
14982 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14986 as_fn_set_status
$1
14992 # Portably unset VAR.
14995 { eval $1=; unset $1;}
14997 as_unset
=as_fn_unset
14998 # as_fn_append VAR VALUE
14999 # ----------------------
15000 # Append the text in VALUE to the end of the definition contained in VAR. Take
15001 # advantage of any shell optimizations that allow amortized linear growth over
15002 # repeated appends, instead of the typical quadratic growth present in naive
15004 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
15005 eval 'as_fn_append ()
15016 # as_fn_arith ARG...
15017 # ------------------
15018 # Perform arithmetic evaluation on the ARGs, and store the result in the
15019 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15020 # must be portable across $(()) and expr.
15021 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
15022 eval 'as_fn_arith ()
15029 as_val
=`expr "$@" || test $? -eq 1`
15034 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
15035 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
15041 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15042 as_basename
=basename
15047 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
15053 as_me
=`$as_basename -- "$0" ||
15054 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15055 X"$0" : 'X\(//\)$' \| \
15056 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15058 sed '/^.*\/\([^/][^/]*\)\/*$/{
15072 # Avoid depending upon Character Ranges.
15073 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
15074 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15075 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
15076 as_cr_digits
='0123456789'
15077 as_cr_alnum
=$as_cr_Letters$as_cr_digits
15079 ECHO_C
= ECHO_N
= ECHO_T
=
15080 case `echo -n x` in #(((((
15082 case `echo 'xy\c'` in
15083 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
15085 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
15092 rm -f conf$$ conf$$.exe conf$$.
file
15093 if test -d conf$$.dir
; then
15094 rm -f conf$$.dir
/conf$$.
file
15097 mkdir conf$$.dir
2>/dev
/null
15099 if (echo >conf$$.
file) 2>/dev
/null
; then
15100 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
15102 # ... but there are two gotchas:
15103 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15104 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15105 # In both cases, we have to default to `cp -pR'.
15106 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
15108 elif ln conf$$.
file conf$$
2>/dev
/null
; then
15116 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
15117 rmdir conf$$.dir
2>/dev
/null
15122 # Create "$as_dir" as a directory, including parents if necessary.
15127 -*) as_dir
=.
/$as_dir;;
15129 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
15133 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15134 *) as_qdir
=$as_dir;;
15136 as_dirs
="'$as_qdir' $as_dirs"
15137 as_dir
=`$as_dirname -- "$as_dir" ||
15138 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15139 X"$as_dir" : 'X\(//\)[^/]' \| \
15140 X"$as_dir" : 'X\(//\)$' \| \
15141 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15142 $as_echo X"$as_dir" |
15143 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15147 /^X\(\/\/\)[^/].*/{
15160 test -d "$as_dir" && break
15162 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
15163 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
15167 if mkdir
-p .
2>/dev
/null
; then
15168 as_mkdir_p
='mkdir -p "$as_dir"'
15170 test -d .
/-p && rmdir .
/-p
15175 # as_fn_executable_p FILE
15176 # -----------------------
15177 # Test if FILE is an executable regular file.
15178 as_fn_executable_p
()
15180 test -f "$1" && test -x "$1"
15181 } # as_fn_executable_p
15182 as_test_x
='test -x'
15183 as_executable_p
=as_fn_executable_p
15185 # Sed expression to map a string onto a valid CPP name.
15186 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15188 # Sed expression to map a string onto a valid variable name.
15189 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15193 ## ----------------------------------- ##
15194 ## Main body of $CONFIG_STATUS script. ##
15195 ## ----------------------------------- ##
15197 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
15199 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15200 # Save the log message, to keep $0 and so on meaningful, and to
15201 # report actual input values of CONFIG_FILES etc. instead of their
15202 # values after options handling.
15204 This file was extended by phsa HSAIL runtime library $as_me 1.0, which was
15205 generated by GNU Autoconf 2.69. Invocation command line was
15207 CONFIG_FILES = $CONFIG_FILES
15208 CONFIG_HEADERS = $CONFIG_HEADERS
15209 CONFIG_LINKS = $CONFIG_LINKS
15210 CONFIG_COMMANDS = $CONFIG_COMMANDS
15213 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15218 case $ac_config_files in *"
15219 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
15222 case $ac_config_headers in *"
15223 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
15227 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15228 # Files that config.status was made for.
15229 config_files="$ac_config_files"
15230 config_headers="$ac_config_headers"
15231 config_commands="$ac_config_commands"
15235 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15237 \`$as_me' instantiates files and other configuration actions
15238 from templates according to the current configuration. Unless the files
15239 and actions are specified as TAGs, all are instantiated by default.
15241 Usage: $0 [OPTION]... [TAG]...
15243 -h, --help print this help, then exit
15244 -V, --version print version number and configuration settings, then exit
15245 --config print configuration, then exit
15246 -q, --quiet, --silent
15247 do not print progress messages
15248 -d, --debug don't remove temporary files
15249 --recheck update $as_me by reconfiguring in the same conditions
15250 --file=FILE[:TEMPLATE]
15251 instantiate the configuration file FILE
15252 --header=FILE[:TEMPLATE]
15253 instantiate the configuration header FILE
15255 Configuration files:
15258 Configuration headers:
15261 Configuration commands:
15264 Report bugs to <pekka.jaaskelainen@parmance.com>."
15267 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15268 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15270 phsa HSAIL runtime library config.status 1.0
15271 configured by $0, generated by GNU Autoconf 2.69,
15272 with options \\"\$ac_cs_config\\"
15274 Copyright (C) 2012 Free Software Foundation, Inc.
15275 This config.status script is free software; the Free Software Foundation
15276 gives unlimited permission to copy, distribute and modify it."
15283 test -n "\$AWK" || AWK=awk
15286 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15287 # The default lists apply if the user does not specify any file.
15293 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
15294 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
15298 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
15310 # Handling of the options.
15311 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
15313 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
15314 $as_echo "$ac_cs_version"; exit ;;
15315 --config |
--confi |
--conf |
--con |
--co |
--c )
15316 $as_echo "$ac_cs_config"; exit ;;
15317 --debug |
--debu |
--deb |
--de |
--d |
-d )
15319 --file |
--fil |
--fi |
--f )
15322 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15323 '') as_fn_error $?
"missing file argument" ;;
15325 as_fn_append CONFIG_FILES
" '$ac_optarg'"
15326 ac_need_defaults
=false
;;
15327 --header |
--heade |
--head |
--hea )
15330 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15332 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
15333 ac_need_defaults
=false
;;
15335 # Conflict between --help and --header
15336 as_fn_error $?
"ambiguous option: \`$1'
15337 Try \`$0 --help' for more information.";;
15338 --help |
--hel |
-h )
15339 $as_echo "$ac_cs_usage"; exit ;;
15340 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
15341 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
15344 # This is an error.
15345 -*) as_fn_error $?
"unrecognized option: \`$1'
15346 Try \`$0 --help' for more information." ;;
15348 *) as_fn_append ac_config_targets
" $1"
15349 ac_need_defaults
=false
;;
15355 ac_configure_extra_args
=
15357 if $ac_cs_silent; then
15359 ac_configure_extra_args
="$ac_configure_extra_args --silent"
15363 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15364 if \$ac_cs_recheck; then
15365 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15367 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15368 CONFIG_SHELL='$SHELL'
15369 export CONFIG_SHELL
15374 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15378 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15379 ## Running $as_me. ##
15385 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15389 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15392 # The HP-UX ksh and POSIX shell print the target directory to stdout
15393 # if CDPATH is set.
15394 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15396 sed_quote_subst='$sed_quote_subst'
15397 double_quote_subst='$double_quote_subst'
15398 delay_variable_subst='$delay_variable_subst'
15399 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15400 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15401 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15402 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15403 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15404 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15405 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15406 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15407 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15408 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15409 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15410 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15411 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15412 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15413 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15414 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15415 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15416 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15417 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15418 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15419 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15420 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15421 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15422 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15423 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15424 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15425 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15426 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15427 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15428 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15429 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15430 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15431 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15432 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15433 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15434 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15435 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15436 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15437 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15438 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15439 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15440 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15441 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15442 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15443 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15444 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15445 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15446 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15447 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"`'
15448 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15449 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15450 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15451 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15452 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15453 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15454 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15455 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15456 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15457 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15458 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15459 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15460 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15461 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15462 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15463 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15464 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15465 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15466 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15467 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15468 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15469 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15470 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15471 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15472 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15473 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15474 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15475 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15476 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15477 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15478 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15479 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15480 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15481 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15482 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15483 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15484 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15485 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15486 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15487 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15488 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15489 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15490 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15491 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15492 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15493 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15494 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15495 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15496 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15497 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15498 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15499 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15500 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15501 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15502 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15503 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15504 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15505 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15506 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15507 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15508 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15509 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15510 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15511 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15512 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15513 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15514 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15515 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15516 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15517 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15518 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15519 compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
15520 predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
15521 postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
15522 predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
15523 postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
15524 compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
15525 LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
15526 reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
15527 reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15528 old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15529 compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
15530 GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
15531 lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
15532 lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
15533 lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
15534 lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
15535 lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
15536 archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
15537 enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
15538 export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
15539 whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
15540 compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
15541 old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15542 old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15543 archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15544 archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15545 module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15546 module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15547 with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
15548 allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
15549 no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
15550 hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
15551 hardcode_libdir_flag_spec_ld_CXX='`$ECHO "$hardcode_libdir_flag_spec_ld_CXX" | $SED "$delay_single_quote_subst"`'
15552 hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
15553 hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
15554 hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
15555 hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
15556 hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
15557 hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
15558 inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
15559 link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
15560 fix_srcfile_path_CXX='`$ECHO "$fix_srcfile_path_CXX" | $SED "$delay_single_quote_subst"`'
15561 always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
15562 export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15563 exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
15564 include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
15565 prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
15566 file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
15567 hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
15568 compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
15569 predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
15570 postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
15571 predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
15572 postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
15573 compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
15576 LTCFLAGS='$LTCFLAGS'
15577 compiler='$compiler_DEFAULT'
15579 # A function that is used when there is no print builtin or printf.
15580 func_fallback_echo ()
15582 eval 'cat <<_LTECHO_EOF
15587 # Quote evaled strings.
15601 deplibs_check_method \
15610 lt_cv_sys_global_symbol_pipe \
15611 lt_cv_sys_global_symbol_to_cdecl \
15612 lt_cv_sys_global_symbol_to_c_name_address \
15613 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15614 lt_prog_compiler_no_builtin_flag \
15615 lt_prog_compiler_wl \
15616 lt_prog_compiler_pic \
15617 lt_prog_compiler_static \
15618 lt_cv_prog_compiler_c_o \
15626 export_dynamic_flag_spec \
15627 whole_archive_flag_spec \
15628 compiler_needs_object \
15630 allow_undefined_flag \
15631 no_undefined_flag \
15632 hardcode_libdir_flag_spec \
15633 hardcode_libdir_flag_spec_ld \
15634 hardcode_libdir_separator \
15639 variables_saved_for_relink \
15641 library_names_spec \
15643 install_override_mode \
15647 compiler_lib_search_dirs \
15652 compiler_lib_search_path \
15656 lt_prog_compiler_no_builtin_flag_CXX \
15657 lt_prog_compiler_wl_CXX \
15658 lt_prog_compiler_pic_CXX \
15659 lt_prog_compiler_static_CXX \
15660 lt_cv_prog_compiler_c_o_CXX \
15661 export_dynamic_flag_spec_CXX \
15662 whole_archive_flag_spec_CXX \
15663 compiler_needs_object_CXX \
15665 allow_undefined_flag_CXX \
15666 no_undefined_flag_CXX \
15667 hardcode_libdir_flag_spec_CXX \
15668 hardcode_libdir_flag_spec_ld_CXX \
15669 hardcode_libdir_separator_CXX \
15670 fix_srcfile_path_CXX \
15671 exclude_expsyms_CXX \
15672 include_expsyms_CXX \
15673 file_list_spec_CXX \
15674 compiler_lib_search_dirs_CXX \
15675 predep_objects_CXX \
15676 postdep_objects_CXX \
15679 compiler_lib_search_path_CXX; do
15680 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15681 *[\\\\\\\`\\"\\\$]*)
15682 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15685 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15690 # Double-quote double-evaled strings.
15691 for var in reload_cmds \
15692 old_postinstall_cmds \
15693 old_postuninstall_cmds \
15695 extract_expsyms_cmds \
15696 old_archive_from_new_cmds \
15697 old_archive_from_expsyms_cmds \
15699 archive_expsym_cmds \
15701 module_expsym_cmds \
15702 export_symbols_cmds \
15705 postuninstall_cmds \
15707 sys_lib_search_path_spec \
15708 sys_lib_dlsearch_path_spec \
15710 old_archive_cmds_CXX \
15711 old_archive_from_new_cmds_CXX \
15712 old_archive_from_expsyms_cmds_CXX \
15714 archive_expsym_cmds_CXX \
15716 module_expsym_cmds_CXX \
15717 export_symbols_cmds_CXX \
15718 prelink_cmds_CXX; do
15719 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15720 *[\\\\\\\`\\"\\\$]*)
15721 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15724 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15729 ac_aux_dir='$ac_aux_dir'
15730 xsi_shell='$xsi_shell'
15731 lt_shell_append='$lt_shell_append'
15733 # See if we are running on zsh, and set the options which allow our
15734 # commands through without removal of \ escapes INIT.
15735 if test -n "\${ZSH_VERSION+set}" ; then
15736 setopt NO_GLOB_SUBST
15742 TIMESTAMP='$TIMESTAMP'
15753 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
15755 # Handling of arguments.
15756 for ac_config_target
in $ac_config_targets
15758 case $ac_config_target in
15759 "depfiles") CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
15760 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
15761 "libtool") CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
15762 "target-config.h") CONFIG_HEADERS
="$CONFIG_HEADERS target-config.h" ;;
15764 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15769 # If the user did not use the arguments to specify the items to instantiate,
15770 # then the envvar interface is used. Set only those that are not.
15771 # We use the long form for the default assignment because of an extremely
15772 # bizarre bug on SunOS 4.1.3.
15773 if $ac_need_defaults; then
15774 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
15775 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
15776 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
15779 # Have a temporary directory for convenience. Make it in the build tree
15780 # simply because there is no reason against having it here, and in addition,
15781 # creating and moving files from /tmp can sometimes cause problems.
15782 # Hook for its removal unless debugging.
15783 # Note that there is a small window in which the directory will not be cleaned:
15784 # after its creation but before its name has been assigned to `$tmp'.
15788 trap 'exit_status=$?
15789 : "${ac_tmp:=$tmp}"
15790 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
15792 trap 'as_fn_exit 1' 1 2 13 15
15794 # Create a (secure) tmp directory for tmp files.
15797 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15801 tmp
=.
/conf$$
-$RANDOM
15802 (umask 077 && mkdir
"$tmp")
15803 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
15806 # Set up the scripts for CONFIG_FILES section.
15807 # No need to generate them if there are no CONFIG_FILES.
15808 # This happens for instance with `./config.status config.h'.
15809 if test -n "$CONFIG_FILES"; then
15812 ac_cr
=`echo X | tr X '\015'`
15813 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15814 # But we know of no other shell where ac_cr would be empty at this
15815 # point, so we can use a bashism as a fallback.
15816 if test "x$ac_cr" = x
; then
15817 eval ac_cr
=\$
\'\\r
\'
15819 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15820 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15823 ac_cs_awk_cr
=$ac_cr
15826 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
15831 echo "cat >conf$$subs.awk <<_ACEOF" &&
15832 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15834 } >conf$$subs.sh ||
15835 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
15836 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
15838 for ac_last_try in false false false false false :; do
15839 . ./conf$$subs.sh ||
15840 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
15842 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
15843 if test $ac_delim_n = $ac_delim_num; then
15845 elif $ac_last_try; then
15846 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
15848 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
15851 rm -f conf$$subs.sh
15853 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15854 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
15858 s/^/S["/; s
/!.
*/"]=/
15868 s/\(.\{148\}\)..*/\1/
15870 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
15875 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
15882 s/\(.\{148\}\)..*/\1/
15884 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
15888 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
15893 ' <conf$$subs.awk | sed '
15898 ' >>$CONFIG_STATUS || ac_write_fail=1
15899 rm -f conf$$subs.awk
15900 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15902 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
15903 for (key in S) S_is_set[key] = 1
15909 nfields = split(line, field, "@
")
15911 len = length(field[1])
15912 for (i = 2; i < nfields; i++) {
15914 keylen = length(key)
15915 if (S_is_set[key]) {
15917 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15918 len += length(value) + length(field[++i])
15929 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15930 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15931 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
15934 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
15935 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
15938 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15939 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
15940 # trailing colons and then remove the whole line if VPATH becomes empty
15941 # (actually we leave an empty line to preserve line numbers).
15942 if test "x
$srcdir" = x.; then
15943 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15961 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15962 fi # test -n "$CONFIG_FILES"
15964 # Set up the scripts for CONFIG_HEADERS section.
15965 # No need to generate them if there are no CONFIG_HEADERS.
15966 # This happens for instance with `./config.status Makefile'.
15967 if test -n "$CONFIG_HEADERS"; then
15968 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
15972 # Transform confdefs.h into an awk script `defines.awk', embedded as
15973 # here-document in config.status, that substitutes the proper values into
15974 # config.h.in to produce config.h.
15976 # Create a delimiter string that does not exist in confdefs.h, to ease
15977 # handling of long lines.
15979 for ac_last_try in false false :; do
15980 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
15981 if test -z "$ac_tt"; then
15983 elif $ac_last_try; then
15984 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
15986 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
15990 # For the awk script, D is an array of macro values keyed by name,
15991 # likewise P contains macro parameters if any. Preserve backslash
15992 # newline sequences.
15994 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15996 s/.\{148\}/&'"$ac_delim"'/g
15999 s/^[ ]*#[ ]*define[ ][ ]*/ /
16006 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
16008 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
16012 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
16013 D["\
1"]=" \
3\\\\\\n
"\\/p
16015 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
16020 s/.\{148\}/&'"$ac_delim"'/g
16025 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
16028 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
16030 ' <confdefs.h | sed '
16031 s/'"$ac_delim"'/"\\\
16032 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16034 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16035 for (key in D) D_is_set[key] = 1
16038 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16040 split(line, arg, " ")
16041 if (arg[1] == "#") {
16045 defundef
= substr
(arg
[1], 2)
16048 split(mac1
, mac2
, "(") #)
16050 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
16051 if (D_is_set
[macro
]) {
16052 # Preserve the white space surrounding the "#".
16053 print prefix
"define", macro P
[macro
] D
[macro
]
16056 # Replace #undef with comments. This is necessary, for example,
16057 # in the case of _POSIX_SOURCE, which is predefined and required
16058 # on some systems where configure will not decide to define it.
16059 if (defundef
== "undef") {
16060 print
"/*", prefix defundef
, macro
, "*/"
16068 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16069 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
16070 fi # test -n "$CONFIG_HEADERS"
16073 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16078 :[FHLC
]) ac_mode
=$ac_tag; continue;;
16080 case $ac_mode$ac_tag in
16082 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
16083 :[FH
]-) ac_tag
=-:-;;
16084 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
16101 -) ac_f
="$ac_tmp/stdin";;
16102 *) # Look for the file first in the build tree, then in the source tree
16103 # (if the path is not absolute). The absolute path cannot be DOS-style,
16104 # because $ac_f cannot contain `:'.
16108 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
16110 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16112 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16113 as_fn_append ac_file_inputs
" '$ac_f'"
16116 # Let's still pretend it is `configure' which instantiates (i.e., don't
16117 # use $as_me), people would be surprised to read:
16118 # /* config.h. Generated by config.status. */
16119 configure_input
='Generated from '`
16120 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16122 if test x
"$ac_file" != x-
; then
16123 configure_input
="$ac_file. $configure_input"
16124 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16125 $as_echo "$as_me: creating $ac_file" >&6;}
16127 # Neutralize special characters interpreted by sed in replacement strings.
16128 case $configure_input in #(
16129 *\
&* |
*\|
* |
*\\* )
16130 ac_sed_conf_input
=`$as_echo "$configure_input" |
16131 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16132 *) ac_sed_conf_input
=$configure_input;;
16136 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
16137 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
16142 ac_dir
=`$as_dirname -- "$ac_file" ||
16143 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16144 X"$ac_file" : 'X\(//\)[^/]' \| \
16145 X"$ac_file" : 'X\(//\)$' \| \
16146 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16147 $as_echo X"$ac_file" |
16148 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16152 /^X\(\/\/\)[^/].*/{
16165 as_dir
="$ac_dir"; as_fn_mkdir_p
16169 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
16171 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16172 # A ".." for each directory in $ac_dir_suffix.
16173 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16174 case $ac_top_builddir_sub in
16175 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
16176 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
16179 ac_abs_top_builddir
=$ac_pwd
16180 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
16181 # for backward compatibility:
16182 ac_top_builddir
=$ac_top_build_prefix
16185 .
) # We are building in place.
16187 ac_top_srcdir
=$ac_top_builddir_sub
16188 ac_abs_top_srcdir
=$ac_pwd ;;
16189 [\\/]* | ?
:[\\/]* ) # Absolute name.
16190 ac_srcdir
=$srcdir$ac_dir_suffix;
16191 ac_top_srcdir
=$srcdir
16192 ac_abs_top_srcdir
=$srcdir ;;
16193 *) # Relative name.
16194 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
16195 ac_top_srcdir
=$ac_top_build_prefix$srcdir
16196 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
16198 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
16208 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
16209 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
16211 ac_MKDIR_P
=$MKDIR_P
16213 [\\/$
]* | ?
:[\\/]* ) ;;
16214 */*) ac_MKDIR_P
=$ac_top_build_prefix$MKDIR_P ;;
16218 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16219 # If the template does not know about datarootdir, expand it.
16220 # FIXME: This hack should be removed a few years after 2.60.
16221 ac_datarootdir_hack
=; ac_datarootdir_seen
=
16232 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16233 *datarootdir
*) ac_datarootdir_seen
=yes;;
16234 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
16235 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16236 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16238 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16239 ac_datarootdir_hack='
16240 s&@datadir@&$datadir&g
16241 s&@docdir@&$docdir&g
16242 s&@infodir@&$infodir&g
16243 s&@localedir@&$localedir&g
16244 s&@mandir@&$mandir&g
16245 s&\\\${datarootdir}&$datarootdir&g' ;;
16249 # Neutralize VPATH when `$srcdir' = `.'.
16250 # Shell code in configure.ac might set extrasub.
16251 # FIXME: do we really want to maintain this feature?
16252 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16253 ac_sed_extra="$ac_vpsub
16256 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16258 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
16259 s|@configure_input@|
$ac_sed_conf_input|
;t t
16260 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
16261 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
16262 s
&@srcdir@
&$ac_srcdir&;t t
16263 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
16264 s
&@top_srcdir@
&$ac_top_srcdir&;t t
16265 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
16266 s
&@builddir@
&$ac_builddir&;t t
16267 s
&@abs_builddir@
&$ac_abs_builddir&;t t
16268 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
16269 s
&@INSTALL@
&$ac_INSTALL&;t t
16270 s
&@MKDIR_P@
&$ac_MKDIR_P&;t t
16271 $ac_datarootdir_hack
16273 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
16274 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
16276 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16277 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
16278 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16279 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
16280 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
16281 which seems to be undefined. Please make sure it is defined" >&5
16282 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
16283 which seems to be undefined. Please make sure it is defined" >&2;}
16285 rm -f "$ac_tmp/stdin"
16287 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16288 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
16290 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16296 if test x"$ac_file" != x-; then
16298 $as_echo "/* $configure_input */" \
16299 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
16300 } >"$ac_tmp/config.h" \
16301 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16302 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
16303 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16304 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16307 mv "$ac_tmp/config.h" "$ac_file" \
16308 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16311 $as_echo "/* $configure_input */" \
16312 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
16313 || as_fn_error $? "could not create -" "$LINENO" 5
16315 # Compute "$ac_file"'s index
in $config_headers.
16318 for _am_header
in $config_headers :; do
16319 case $_am_header in
16320 $_am_arg |
$_am_arg:* )
16323 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
16326 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16327 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16328 X"$_am_arg" : 'X\(//\)[^/]' \| \
16329 X"$_am_arg" : 'X\(//\)$' \| \
16330 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16331 $as_echo X"$_am_arg" |
16332 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16336 /^X\(\/\/\)[^/].*/{
16348 s/.*/./; q'`/stamp-h
$_am_stamp_count
16351 :C
) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16352 $as_echo "$as_me: executing $ac_file commands" >&6;}
16357 case $ac_file$ac_mode in
16358 "depfiles":C
) test x
"$AMDEP_TRUE" != x
"" ||
{
16359 # Older Autoconf quotes --file arguments for eval, but not when files
16360 # are listed without --file. Let's play safe and only enable the eval
16361 # if we detect the quoting.
16362 case $CONFIG_FILES in
16363 *\'*) eval set x
"$CONFIG_FILES" ;;
16364 *) set x
$CONFIG_FILES ;;
16369 # Strip MF so we end up with the name of the file.
16370 mf
=`echo "$mf" | sed -e 's/:.*$//'`
16371 # Check whether this is an Automake generated Makefile or not.
16372 # We used to match only the files named 'Makefile.in', but
16373 # some people rename them; so instead we look at the file content.
16374 # Grep'ing the first line is not enough: some people post-process
16375 # each Makefile.in and add a new line on top of each file to say so.
16376 # Grep'ing the whole file is not good either: AIX grep has a line
16377 # limit of 2048, but all sed's we know have understand at least 4000.
16378 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" |
grep X
>/dev
/null
2>&1; then
16379 dirpart
=`$as_dirname -- "$mf" ||
16380 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16381 X"$mf" : 'X\(//\)[^/]' \| \
16382 X"$mf" : 'X\(//\)$' \| \
16383 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16385 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16389 /^X\(\/\/\)[^/].*/{
16405 # Extract the definition of DEPDIR, am__include, and am__quote
16406 # from the Makefile without running 'make'.
16407 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
16408 test -z "$DEPDIR" && continue
16409 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
16410 test -z "$am__include" && continue
16411 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
16412 # Find all dependency output files, they are included files with
16413 # $(DEPDIR) in their names. We invoke sed twice because it is the
16414 # simplest approach to changing $(DEPDIR) to its actual value in the
16416 for file in `sed -n "
16417 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16418 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16419 # Make sure the directory exists.
16420 test -f "$dirpart/$file" && continue
16421 fdir
=`$as_dirname -- "$file" ||
16422 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16423 X"$file" : 'X\(//\)[^/]' \| \
16424 X"$file" : 'X\(//\)$' \| \
16425 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16426 $as_echo X"$file" |
16427 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16431 /^X\(\/\/\)[^/].*/{
16444 as_dir
=$dirpart/$fdir; as_fn_mkdir_p
16445 # echo "creating $dirpart/$file"
16446 echo '# dummy' > "$dirpart/$file"
16453 # See if we are running on zsh, and set the options which allow our
16454 # commands through without removal of \ escapes.
16455 if test -n "${ZSH_VERSION+set}" ; then
16456 setopt NO_GLOB_SUBST
16459 cfgfile
="${ofile}T"
16460 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16463 cat <<_LT_EOF >> "$cfgfile"
16466 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16467 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16468 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16469 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16471 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16472 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16473 # Written by Gordon Matzigkeit, 1996
16475 # This file is part of GNU Libtool.
16477 # GNU Libtool is free software; you can redistribute it and/or
16478 # modify it under the terms of the GNU General Public License as
16479 # published by the Free Software Foundation; either version 2 of
16480 # the License, or (at your option) any later version.
16482 # As a special exception to the GNU General Public License,
16483 # if you distribute this file as part of a program or library that
16484 # is built using GNU Libtool, you may include this file under the
16485 # same distribution terms that you use for the rest of that program.
16487 # GNU Libtool is distributed in the hope that it will be useful,
16488 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16489 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16490 # GNU General Public License for more details.
16492 # You should have received a copy of the GNU General Public License
16493 # along with GNU Libtool; see the file COPYING. If not, a copy
16494 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16495 # obtained by writing to the Free Software Foundation, Inc.,
16496 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16499 # The names of the tagged configurations supported by this script.
16500 available_tags="CXX "
16502 # ### BEGIN LIBTOOL CONFIG
16504 # Which release of libtool.m4 was used?
16505 macro_version=$macro_version
16506 macro_revision=$macro_revision
16508 # Whether or not to build shared libraries.
16509 build_libtool_libs=$enable_shared
16511 # Whether or not to build static libraries.
16512 build_old_libs=$enable_static
16514 # What type of objects to build.
16517 # Whether or not to optimize for fast installation.
16518 fast_install=$enable_fast_install
16520 # Shell to use when invoking shell scripts.
16523 # An echo program that protects backslashes.
16527 host_alias=$host_alias
16531 # The build system.
16532 build_alias=$build_alias
16536 # A sed program that does not truncate output.
16539 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16540 Xsed="\$SED -e 1s/^X//"
16542 # A grep program that handles long lines.
16548 # A literal string matcher.
16551 # A BSD- or MS-compatible name lister.
16554 # Whether we need soft or hard links.
16557 # What is the maximum length of a command?
16558 max_cmd_len=$max_cmd_len
16560 # Object file suffix (normally "o").
16563 # Executable file suffix (normally "").
16566 # whether the shell understands "unset".
16569 # turn spaces into newlines.
16572 # turn newlines into spaces.
16575 # An object symbol dumper.
16576 OBJDUMP=$lt_OBJDUMP
16578 # Method to check whether dependent libraries are shared objects.
16579 deplibs_check_method=$lt_deplibs_check_method
16581 # Command to use when deplibs_check_method == "file_magic".
16582 file_magic_cmd=$lt_file_magic_cmd
16586 AR_FLAGS=$lt_AR_FLAGS
16588 # A symbol stripping program.
16591 # Commands used to install an old-style archive.
16593 old_postinstall_cmds=$lt_old_postinstall_cmds
16594 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16596 # Whether to use a lock for old archive extraction.
16597 lock_old_archive_extraction=$lock_old_archive_extraction
16602 # LTCC compiler flags.
16603 LTCFLAGS=$lt_CFLAGS
16605 # Take the output of nm and produce a listing of raw symbols and C names.
16606 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16608 # Transform the output of nm in a proper C declaration.
16609 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16611 # Transform the output of nm in a C name address pair.
16612 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16614 # Transform the output of nm in a C name address pair when lib prefix is needed.
16615 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16617 # The name of the directory that contains temporary libtool files.
16620 # Used to examine libraries when file_magic_cmd begins with "file".
16621 MAGIC_CMD=$MAGIC_CMD
16623 # Must we lock files when doing compilation?
16624 need_locks=$lt_need_locks
16626 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16627 DSYMUTIL=$lt_DSYMUTIL
16629 # Tool to change global to local symbols on Mac OS X.
16632 # Tool to manipulate fat objects and archives on Mac OS X.
16635 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16638 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16639 OTOOL64=$lt_OTOOL64
16641 # Old archive suffix (normally "a").
16644 # Shared library suffix (normally ".so").
16645 shrext_cmds=$lt_shrext_cmds
16647 # The commands to extract the exported symbol list from a shared archive.
16648 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16650 # Variables whose values should be saved in libtool wrapper scripts and
16651 # restored at link time.
16652 variables_saved_for_relink=$lt_variables_saved_for_relink
16654 # Do we need the "lib" prefix for modules?
16655 need_lib_prefix=$need_lib_prefix
16657 # Do we need a version for libraries?
16658 need_version=$need_version
16660 # Library versioning type.
16661 version_type=$version_type
16663 # Shared library runtime path variable.
16664 runpath_var=$runpath_var
16666 # Shared library path variable.
16667 shlibpath_var=$shlibpath_var
16669 # Is shlibpath searched before the hard-coded library search path?
16670 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16672 # Format of library name prefix.
16673 libname_spec=$lt_libname_spec
16675 # List of archive names. First name is the real one, the rest are links.
16676 # The last name is the one that the linker finds with -lNAME
16677 library_names_spec=$lt_library_names_spec
16679 # The coded name of the library, if different from the real name.
16680 soname_spec=$lt_soname_spec
16682 # Permission mode override for installation of shared libraries.
16683 install_override_mode=$lt_install_override_mode
16685 # Command to use after installation of a shared archive.
16686 postinstall_cmds=$lt_postinstall_cmds
16688 # Command to use after uninstallation of a shared archive.
16689 postuninstall_cmds=$lt_postuninstall_cmds
16691 # Commands used to finish a libtool library installation in a directory.
16692 finish_cmds=$lt_finish_cmds
16694 # As "finish_cmds", except a single script fragment to be evaled but
16696 finish_eval=$lt_finish_eval
16698 # Whether we should hardcode library paths into libraries.
16699 hardcode_into_libs=$hardcode_into_libs
16701 # Compile-time system search path for libraries.
16702 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16704 # Run-time system search path for libraries.
16705 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16707 # Whether dlopen is supported.
16708 dlopen_support=$enable_dlopen
16710 # Whether dlopen of programs is supported.
16711 dlopen_self=$enable_dlopen_self
16713 # Whether dlopen of statically linked programs is supported.
16714 dlopen_self_static=$enable_dlopen_self_static
16716 # Commands to strip libraries.
16717 old_striplib=$lt_old_striplib
16718 striplib=$lt_striplib
16721 # The linker used to build libraries.
16724 # How to create reloadable object files.
16725 reload_flag=$lt_reload_flag
16726 reload_cmds=$lt_reload_cmds
16728 # Commands used to build an old-style archive.
16729 old_archive_cmds=$lt_old_archive_cmds
16731 # A language specific compiler.
16734 # Is the compiler the GNU compiler?
16737 # Compiler flag to turn off builtin functions.
16738 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16740 # How to pass a linker flag through the compiler.
16741 wl=$lt_lt_prog_compiler_wl
16743 # Additional compiler flags for building library objects.
16744 pic_flag=$lt_lt_prog_compiler_pic
16746 # Compiler flag to prevent dynamic linking.
16747 link_static_flag=$lt_lt_prog_compiler_static
16749 # Does compiler simultaneously support -c and -o options?
16750 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16752 # Whether or not to add -lc for building shared libraries.
16753 build_libtool_need_lc=$archive_cmds_need_lc
16755 # Whether or not to disallow shared libs when runtime libs are static.
16756 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16758 # Compiler flag to allow reflexive dlopens.
16759 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16761 # Compiler flag to generate shared objects directly from archives.
16762 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16764 # Whether the compiler copes with passing no objects directly.
16765 compiler_needs_object=$lt_compiler_needs_object
16767 # Create an old-style archive from a shared archive.
16768 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16770 # Create a temporary old-style archive to link instead of a shared archive.
16771 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16773 # Commands used to build a shared archive.
16774 archive_cmds=$lt_archive_cmds
16775 archive_expsym_cmds=$lt_archive_expsym_cmds
16777 # Commands used to build a loadable module if different from building
16778 # a shared archive.
16779 module_cmds=$lt_module_cmds
16780 module_expsym_cmds=$lt_module_expsym_cmds
16782 # Whether we are building with GNU ld or not.
16783 with_gnu_ld=$lt_with_gnu_ld
16785 # Flag that allows shared libraries with undefined symbols to be built.
16786 allow_undefined_flag=$lt_allow_undefined_flag
16788 # Flag that enforces no undefined symbols.
16789 no_undefined_flag=$lt_no_undefined_flag
16791 # Flag to hardcode \$libdir into a binary during linking.
16792 # This must work even if \$libdir does not exist
16793 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16795 # If ld is used when linking, flag to hardcode \$libdir into a binary
16796 # during linking. This must work even if \$libdir does not exist.
16797 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16799 # Whether we need a single "-rpath" flag with a separated argument.
16800 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16802 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16803 # DIR into the resulting binary.
16804 hardcode_direct=$hardcode_direct
16806 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16807 # DIR into the resulting binary and the resulting library dependency is
16808 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16809 # library is relocated.
16810 hardcode_direct_absolute=$hardcode_direct_absolute
16812 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16813 # into the resulting binary.
16814 hardcode_minus_L=$hardcode_minus_L
16816 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16817 # into the resulting binary.
16818 hardcode_shlibpath_var=$hardcode_shlibpath_var
16820 # Set to "yes" if building a shared library automatically hardcodes DIR
16821 # into the library and all subsequent libraries and executables linked
16823 hardcode_automatic=$hardcode_automatic
16825 # Set to yes if linker adds runtime paths of dependent libraries
16826 # to runtime path list.
16827 inherit_rpath=$inherit_rpath
16829 # Whether libtool must link a program against all its dependency libraries.
16830 link_all_deplibs=$link_all_deplibs
16832 # Fix the shell variable \$srcfile for the compiler.
16833 fix_srcfile_path=$lt_fix_srcfile_path
16835 # Set to "yes" if exported symbols are required.
16836 always_export_symbols=$always_export_symbols
16838 # The commands to list exported symbols.
16839 export_symbols_cmds=$lt_export_symbols_cmds
16841 # Symbols that should not be listed in the preloaded symbols.
16842 exclude_expsyms=$lt_exclude_expsyms
16844 # Symbols that must always be exported.
16845 include_expsyms=$lt_include_expsyms
16847 # Commands necessary for linking programs (against libraries) with templates.
16848 prelink_cmds=$lt_prelink_cmds
16850 # Specify filename containing input files.
16851 file_list_spec=$lt_file_list_spec
16853 # How to hardcode a shared library path into an executable.
16854 hardcode_action=$hardcode_action
16856 # The directories searched by this compiler when creating a shared library.
16857 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
16859 # Dependencies to place before and after the objects being linked to
16860 # create a shared library.
16861 predep_objects=$lt_predep_objects
16862 postdep_objects=$lt_postdep_objects
16863 predeps=$lt_predeps
16864 postdeps=$lt_postdeps
16866 # The library search path used internally by the compiler when linking
16867 # a shared library.
16868 compiler_lib_search_path=$lt_compiler_lib_search_path
16870 # ### END LIBTOOL CONFIG
16876 cat <<\_LT_EOF
>> "$cfgfile"
16877 # AIX sometimes has problems with the GCC collect2 program. For some
16878 # reason, if we set the COLLECT_NAMES environment variable, the problems
16879 # vanish in a puff of smoke.
16880 if test "X${COLLECT_NAMES+set}" != Xset
; then
16882 export COLLECT_NAMES
16889 ltmain
="$ac_aux_dir/ltmain.sh"
16892 # We use sed instead of cat because bash on DJGPP gets confused if
16893 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16894 # text mode, it properly converts lines to CR/LF. This bash problem
16895 # is reportedly fixed, but why not run on old versions too?
16896 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16897 ||
(rm -f "$cfgfile"; exit 1)
16901 cat << \_LT_EOF
>> "$cfgfile"
16903 # func_dirname file append nondir_replacement
16904 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16905 # otherwise set result to NONDIR_REPLACEMENT.
16909 */*) func_dirname_result
="${1%/*}${2}" ;;
16910 * ) func_dirname_result
="${3}" ;;
16914 # func_basename file
16917 func_basename_result
="${1##*/}"
16920 # func_dirname_and_basename file append nondir_replacement
16921 # perform func_basename and func_dirname in a single function
16923 # dirname: Compute the dirname of FILE. If nonempty,
16924 # add APPEND to the result, otherwise set result
16925 # to NONDIR_REPLACEMENT.
16926 # value returned in "$func_dirname_result"
16927 # basename: Compute filename of FILE.
16928 # value retuned in "$func_basename_result"
16929 # Implementation must be kept synchronized with func_dirname
16930 # and func_basename. For efficiency, we do not delegate to
16931 # those functions but instead duplicate the functionality here.
16932 func_dirname_and_basename
()
16935 */*) func_dirname_result
="${1%/*}${2}" ;;
16936 * ) func_dirname_result
="${3}" ;;
16938 func_basename_result
="${1##*/}"
16941 # func_stripname prefix suffix name
16942 # strip PREFIX and SUFFIX off of NAME.
16943 # PREFIX and SUFFIX must not contain globbing or regex special
16944 # characters, hashes, percent signs, but SUFFIX may contain a leading
16945 # dot (in which case that matches only a dot).
16948 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16949 # positional parameters, so assign one to ordinary parameter first.
16950 func_stripname_result
=${3}
16951 func_stripname_result
=${func_stripname_result#"${1}"}
16952 func_stripname_result
=${func_stripname_result%"${2}"}
16958 func_opt_split_opt
=${1%%=*}
16959 func_opt_split_arg
=${1#*=}
16966 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
16967 *) func_lo2o_result
=${1} ;;
16971 # func_xform libobj-or-source
16974 func_xform_result
=${1%.*}.lo
16977 # func_arith arithmetic-term...
16980 func_arith_result
=$
(( $
* ))
16984 # STRING may not start with a hyphen.
16987 func_len_result
=${#1}
16992 *) # Bourne compatible functions.
16993 cat << \_LT_EOF
>> "$cfgfile"
16995 # func_dirname file append nondir_replacement
16996 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16997 # otherwise set result to NONDIR_REPLACEMENT.
17000 # Extract subdirectory from the argument.
17001 func_dirname_result
=`$ECHO "${1}" | $SED "$dirname"`
17002 if test "X$func_dirname_result" = "X${1}"; then
17003 func_dirname_result
="${3}"
17005 func_dirname_result
="$func_dirname_result${2}"
17009 # func_basename file
17012 func_basename_result
=`$ECHO "${1}" | $SED "$basename"`
17016 # func_stripname prefix suffix name
17017 # strip PREFIX and SUFFIX off of NAME.
17018 # PREFIX and SUFFIX must not contain globbing or regex special
17019 # characters, hashes, percent signs, but SUFFIX may contain a leading
17020 # dot (in which case that matches only a dot).
17021 # func_strip_suffix prefix name
17025 .
*) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17026 *) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
17031 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
17032 my_sed_long_arg
='1s/^-[^=]*=//'
17037 func_opt_split_opt
=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17038 func_opt_split_arg
=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
17044 func_lo2o_result
=`$ECHO "${1}" | $SED "$lo2o"`
17047 # func_xform libobj-or-source
17050 func_xform_result
=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
17053 # func_arith arithmetic-term...
17056 func_arith_result
=`expr "$@"`
17060 # STRING may not start with a hyphen.
17063 func_len_result
=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17069 case $lt_shell_append in
17071 cat << \_LT_EOF
>> "$cfgfile"
17073 # func_append var value
17074 # Append VALUE to the end of shell variable VAR.
17082 cat << \_LT_EOF
>> "$cfgfile"
17084 # func_append var value
17085 # Append VALUE to the end of shell variable VAR.
17096 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17097 ||
(rm -f "$cfgfile"; exit 1)
17099 mv -f "$cfgfile" "$ofile" ||
17100 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17104 cat <<_LT_EOF >> "$ofile"
17106 # ### BEGIN LIBTOOL TAG CONFIG: CXX
17108 # The linker used to build libraries.
17111 # How to create reloadable object files.
17112 reload_flag=$lt_reload_flag_CXX
17113 reload_cmds=$lt_reload_cmds_CXX
17115 # Commands used to build an old-style archive.
17116 old_archive_cmds=$lt_old_archive_cmds_CXX
17118 # A language specific compiler.
17119 CC=$lt_compiler_CXX
17121 # Is the compiler the GNU compiler?
17124 # Compiler flag to turn off builtin functions.
17125 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
17127 # How to pass a linker flag through the compiler.
17128 wl=$lt_lt_prog_compiler_wl_CXX
17130 # Additional compiler flags for building library objects.
17131 pic_flag=$lt_lt_prog_compiler_pic_CXX
17133 # Compiler flag to prevent dynamic linking.
17134 link_static_flag=$lt_lt_prog_compiler_static_CXX
17136 # Does compiler simultaneously support -c and -o options?
17137 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
17139 # Whether or not to add -lc for building shared libraries.
17140 build_libtool_need_lc=$archive_cmds_need_lc_CXX
17142 # Whether or not to disallow shared libs when runtime libs are static.
17143 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
17145 # Compiler flag to allow reflexive dlopens.
17146 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
17148 # Compiler flag to generate shared objects directly from archives.
17149 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
17151 # Whether the compiler copes with passing no objects directly.
17152 compiler_needs_object=$lt_compiler_needs_object_CXX
17154 # Create an old-style archive from a shared archive.
17155 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
17157 # Create a temporary old-style archive to link instead of a shared archive.
17158 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
17160 # Commands used to build a shared archive.
17161 archive_cmds=$lt_archive_cmds_CXX
17162 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
17164 # Commands used to build a loadable module if different from building
17165 # a shared archive.
17166 module_cmds=$lt_module_cmds_CXX
17167 module_expsym_cmds=$lt_module_expsym_cmds_CXX
17169 # Whether we are building with GNU ld or not.
17170 with_gnu_ld=$lt_with_gnu_ld_CXX
17172 # Flag that allows shared libraries with undefined symbols to be built.
17173 allow_undefined_flag=$lt_allow_undefined_flag_CXX
17175 # Flag that enforces no undefined symbols.
17176 no_undefined_flag=$lt_no_undefined_flag_CXX
17178 # Flag to hardcode \$libdir into a binary during linking.
17179 # This must work even if \$libdir does not exist
17180 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
17182 # If ld is used when linking, flag to hardcode \$libdir into a binary
17183 # during linking. This must work even if \$libdir does not exist.
17184 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
17186 # Whether we need a single "-rpath" flag with a separated argument.
17187 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
17189 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17190 # DIR into the resulting binary.
17191 hardcode_direct=$hardcode_direct_CXX
17193 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17194 # DIR into the resulting binary and the resulting library dependency is
17195 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17196 # library is relocated.
17197 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
17199 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17200 # into the resulting binary.
17201 hardcode_minus_L=$hardcode_minus_L_CXX
17203 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17204 # into the resulting binary.
17205 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
17207 # Set to "yes" if building a shared library automatically hardcodes DIR
17208 # into the library and all subsequent libraries and executables linked
17210 hardcode_automatic=$hardcode_automatic_CXX
17212 # Set to yes if linker adds runtime paths of dependent libraries
17213 # to runtime path list.
17214 inherit_rpath=$inherit_rpath_CXX
17216 # Whether libtool must link a program against all its dependency libraries.
17217 link_all_deplibs=$link_all_deplibs_CXX
17219 # Fix the shell variable \$srcfile for the compiler.
17220 fix_srcfile_path=$lt_fix_srcfile_path_CXX
17222 # Set to "yes" if exported symbols are required.
17223 always_export_symbols=$always_export_symbols_CXX
17225 # The commands to list exported symbols.
17226 export_symbols_cmds=$lt_export_symbols_cmds_CXX
17228 # Symbols that should not be listed in the preloaded symbols.
17229 exclude_expsyms=$lt_exclude_expsyms_CXX
17231 # Symbols that must always be exported.
17232 include_expsyms=$lt_include_expsyms_CXX
17234 # Commands necessary for linking programs (against libraries) with templates.
17235 prelink_cmds=$lt_prelink_cmds_CXX
17237 # Specify filename containing input files.
17238 file_list_spec=$lt_file_list_spec_CXX
17240 # How to hardcode a shared library path into an executable.
17241 hardcode_action=$hardcode_action_CXX
17243 # The directories searched by this compiler when creating a shared library.
17244 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
17246 # Dependencies to place before and after the objects being linked to
17247 # create a shared library.
17248 predep_objects=$lt_predep_objects_CXX
17249 postdep_objects=$lt_postdep_objects_CXX
17250 predeps=$lt_predeps_CXX
17251 postdeps=$lt_postdeps_CXX
17253 # The library search path used internally by the compiler when linking
17254 # a shared library.
17255 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
17257 # ### END LIBTOOL TAG CONFIG: CXX
17268 ac_clean_files
=$ac_clean_files_save
17270 test $ac_write_fail = 0 ||
17271 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
17274 # configure is writing to config.log, and then calls config.status.
17275 # config.status does its own redirection, appending to config.log.
17276 # Unfortunately, on DOS this fails, as config.log is still kept open
17277 # by configure, so config.status won't be able to write to it; its
17278 # output is simply discarded. So we exec the FD to /dev/null,
17279 # effectively closing config.log, so it can be properly (re)opened and
17280 # appended to by config.status. When coming back to configure, we
17281 # need to make the FD available again.
17282 if test "$no_create" != yes; then
17284 ac_config_status_args
=
17285 test "$silent" = yes &&
17286 ac_config_status_args
="$ac_config_status_args --quiet"
17288 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
17290 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17291 # would make configure fail if this is the last instruction.
17292 $ac_cs_success || as_fn_exit
1
17294 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
17295 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17296 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}