2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for gprofng 2.43.50.
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE
=1; export DUALCASE
# for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in #(
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
46 as_echo_n='print
-rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
53 as_echo_n='/usr
/ucb
/echo -n'
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
66 as_echo_n='sh
-c $as_echo_n_body as_echo
'
69 as_echo='sh
-c $as_echo_body as_echo
'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
75 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
89 # Find who we are. Look in the path if we contain no directory separator.
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x
; then
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var
in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\
${$as_var+set} = xset \
120 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
133 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x
"${_as_can_reexec}" != xno
&& test "x$CONFIG_SHELL" != x
; then
138 _as_can_reexec
=no
; export _as_can_reexec
;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
145 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
147 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec
=; unset _as_can_reexec
;}
160 if test "x$CONFIG_SHELL" = x
; then
161 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 case \`(set -o) 2>/dev/null\` in #(
177 as_required
="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191 exitcode=1; echo positional parameters were not saved.
193 test x\$exitcode = x0 || exit 1
195 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199 test \$(( 1 + 1 )) = 2 || exit 1
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
208 if (eval "$as_required") 2>/dev
/null
; then :
213 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
216 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
218 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
221 test -z "$as_dir" && as_dir
=.
225 for as_base
in sh bash ksh sh5
; do
226 # Try only shells that exist, to save several forks.
227 as_shell
=$as_dir/$as_base
228 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
230 CONFIG_SHELL
=$as_shell as_have_required
=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
239 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
241 CONFIG_SHELL
=$SHELL as_have_required
=yes
246 if test "x$CONFIG_SHELL" != x
; then :
248 # We cannot yet assume a decent shell, so we have to provide a
249 # neutralization value for shells without unset; and this also
250 # works around shells that cannot unset nonexistent variables.
251 # Preserve -v and -x to the replacement shell.
254 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
256 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
268 if test x
$as_have_required = xno
; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x
${ZSH_VERSION+set} = xset
; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276 $0: including any error possibly output before this
277 $0: message. Then install a modern shell, or manually run
278 $0: the script under such a shell if you do have one."
284 SHELL
=${CONFIG_SHELL-/bin/sh}
286 # Unset more variables known to interfere with behavior of common tools.
287 CLICOLOR_FORCE
= GREP_OPTIONS
=
288 unset CLICOLOR_FORCE GREP_OPTIONS
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
295 # Portably unset VAR.
298 { eval $1=; unset $1;}
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
322 # Create "$as_dir" as a directory, including parents if necessary.
327 -*) as_dir
=.
/$as_dir;;
329 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
333 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
336 as_dirs
="'$as_qdir' $as_dirs"
337 as_dir
=`$as_dirname -- "$as_dir" ||
338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342 $as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
360 test -d "$as_dir" && break
362 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
363 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p
()
373 test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
375 # as_fn_append VAR VALUE
376 # ----------------------
377 # Append the text in VALUE to the end of the definition contained in VAR. Take
378 # advantage of any shell optimizations that allow amortized linear growth over
379 # repeated appends, instead of the typical quadratic growth present in naive
381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
382 eval 'as_fn_append ()
395 # Perform arithmetic evaluation on the ARGs, and store the result in the
396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
397 # must be portable across $(()) and expr.
398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
406 as_val
=`expr "$@" || test $? -eq 1`
411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
412 # ----------------------------------------
413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415 # script with STATUS, using 1 if that was 0.
418 as_status
=$1; test $as_status -eq 0 && as_status
=1
420 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
423 $as_echo "$as_me: error: $2" >&2
424 as_fn_exit
$as_status
427 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
434 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
440 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
446 as_me
=`$as_basename -- "$0" ||
447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
465 # Avoid depending upon Character Ranges.
466 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
467 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
469 as_cr_digits
='0123456789'
470 as_cr_alnum
=$as_cr_Letters$as_cr_digits
473 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
474 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
493 chmod +x
"$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec
=no
; export _as_can_reexec
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
502 # original and so on. Autoconf is especially sensitive to this).
504 # Exit status is that of the last command.
508 ECHO_C
= ECHO_N
= ECHO_T
=
509 case `echo -n x` in #(((((
511 case `echo 'xy\c'` in
512 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
521 rm -f conf$$ conf$$.exe conf$$.
file
522 if test -d conf$$.dir
; then
523 rm -f conf$$.dir
/conf$$.
file
526 mkdir conf$$.dir
2>/dev
/null
528 if (echo >conf$$.
file) 2>/dev
/null
; then
529 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534 # In both cases, we have to default to `cp -pR'.
535 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
537 elif ln conf$$.
file conf$$
2>/dev
/null
; then
545 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
546 rmdir conf$$.dir
2>/dev
/null
548 if mkdir
-p .
2>/dev
/null
; then
549 as_mkdir_p
='mkdir -p "$as_dir"'
551 test -d .
/-p && rmdir .
/-p
556 as_executable_p
=as_fn_executable_p
558 # Sed expression to map a string onto a valid CPP name.
559 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
561 # Sed expression to map a string onto a valid variable name.
562 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
564 SHELL
=${CONFIG_SHELL-/bin/sh}
567 test -n "$DJDIR" ||
exec 7<&0 </dev
/null
571 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572 # so uname gets run too.
573 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
578 ac_default_prefix
=/usr
/local
580 ac_config_libobj_dir
=.
587 # Identity of this package.
588 PACKAGE_NAME
='gprofng'
589 PACKAGE_TARNAME
='gprofng'
590 PACKAGE_VERSION
='2.43.50'
591 PACKAGE_STRING
='gprofng 2.43.50'
595 # Factoring default headers for most tests.
596 ac_includes_default
="\
598 #ifdef HAVE_SYS_TYPES_H
599 # include <sys/types.h>
601 #ifdef HAVE_SYS_STAT_H
602 # include <sys/stat.h>
608 # ifdef HAVE_STDLIB_H
613 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
618 #ifdef HAVE_STRINGS_H
619 # include <strings.h>
621 #ifdef HAVE_INTTYPES_H
622 # include <inttypes.h>
631 enable_option_checking
=no
632 ac_subst_vars
='am__EXEEXT_FALSE
639 GPROFNG_NO_FORMAT_TRUNCATION_CFLAGS
663 BUILD_COLLECTOR_FALSE
665 GPROFNG_NO_SWITCH_CFLAGS
715 MAINTAINER_MODE_FALSE
729 INSTALL_STRIP_PROGRAM
783 program_transform_name
796 enable_option_checking
798 enable_maintainer_mode
799 enable_dependency_tracking
812 ac_precious_vars
='build_alias
825 ac_subdirs_all
='libcollector'
827 # Initialize some variables set by options.
829 ac_init_version
=false
830 ac_unrecognized_opts
=
832 # The variables have the same names as the options, with
833 # dashes changed to underlines.
841 program_transform_name
=s
,x
,x
,
849 # Installation directory options.
850 # These are left unexpanded so users can "make install exec_prefix=/foo"
851 # and all the variables that are supposed to be based on exec_prefix
852 # by default will actually change.
853 # Use braces instead of parens because sh, perl, etc. also accept them.
854 # (The list follows the same order as the GNU Coding Standards.)
855 bindir
='${exec_prefix}/bin'
856 sbindir
='${exec_prefix}/sbin'
857 libexecdir
='${exec_prefix}/libexec'
858 datarootdir
='${prefix}/share'
859 datadir
='${datarootdir}'
860 sysconfdir
='${prefix}/etc'
861 sharedstatedir
='${prefix}/com'
862 localstatedir
='${prefix}/var'
863 includedir
='${prefix}/include'
864 oldincludedir
='/usr/include'
865 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
866 infodir
='${datarootdir}/info'
871 libdir
='${exec_prefix}/lib'
872 localedir
='${datarootdir}/locale'
873 mandir
='${datarootdir}/man'
879 # If the previous option needs an argument, assign it.
880 if test -n "$ac_prev"; then
881 eval $ac_prev=\
$ac_option
887 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
892 # Accept the important Cygnus configure options, so we can diagnose typos.
894 case $ac_dashdash$ac_option in
898 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
900 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
903 -build |
--build |
--buil |
--bui |
--bu)
904 ac_prev
=build_alias
;;
905 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
906 build_alias
=$ac_optarg ;;
908 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
909 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
910 ac_prev
=cache_file
;;
911 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
912 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
913 cache_file
=$ac_optarg ;;
916 cache_file
=config.cache
;;
918 -datadir |
--datadir |
--datadi |
--datad)
920 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
921 datadir
=$ac_optarg ;;
923 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
924 |
--dataroo |
--dataro |
--datar)
925 ac_prev
=datarootdir
;;
926 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
927 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
928 datarootdir
=$ac_optarg ;;
930 -disable-* |
--disable-*)
931 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
932 # Reject names that are not valid shell variable names.
933 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
934 as_fn_error $?
"invalid feature name: $ac_useropt"
935 ac_useropt_orig
=$ac_useropt
936 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
937 case $ac_user_opts in
941 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
942 ac_unrecognized_sep
=', ';;
944 eval enable_
$ac_useropt=no
;;
946 -docdir |
--docdir |
--docdi |
--doc |
--do)
948 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
951 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
953 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
956 -enable-* |
--enable-*)
957 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
958 # Reject names that are not valid shell variable names.
959 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
960 as_fn_error $?
"invalid feature name: $ac_useropt"
961 ac_useropt_orig
=$ac_useropt
962 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
963 case $ac_user_opts in
967 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
968 ac_unrecognized_sep
=', ';;
970 eval enable_
$ac_useropt=\
$ac_optarg ;;
972 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
973 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
974 |
--exec |
--exe |
--ex)
975 ac_prev
=exec_prefix
;;
976 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
977 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
978 |
--exec=* |
--exe=* |
--ex=*)
979 exec_prefix
=$ac_optarg ;;
981 -gas |
--gas |
--ga |
--g)
982 # Obsolete; use --with-gas.
985 -help |
--help |
--hel |
--he |
-h)
987 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
988 ac_init_help
=recursive
;;
989 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
990 ac_init_help
=short
;;
992 -host |
--host |
--hos |
--ho)
993 ac_prev
=host_alias
;;
994 -host=* |
--host=* |
--hos=* |
--ho=*)
995 host_alias
=$ac_optarg ;;
997 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
999 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1001 htmldir
=$ac_optarg ;;
1003 -includedir |
--includedir |
--includedi |
--included |
--include \
1004 |
--includ |
--inclu |
--incl |
--inc)
1005 ac_prev
=includedir
;;
1006 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1007 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1008 includedir
=$ac_optarg ;;
1010 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1012 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1013 infodir
=$ac_optarg ;;
1015 -libdir |
--libdir |
--libdi |
--libd)
1017 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1018 libdir
=$ac_optarg ;;
1020 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1021 |
--libexe |
--libex |
--libe)
1022 ac_prev
=libexecdir
;;
1023 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1024 |
--libexe=* |
--libex=* |
--libe=*)
1025 libexecdir
=$ac_optarg ;;
1027 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1028 ac_prev
=localedir
;;
1029 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1030 localedir
=$ac_optarg ;;
1032 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1033 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1034 ac_prev
=localstatedir
;;
1035 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1036 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1037 localstatedir
=$ac_optarg ;;
1039 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1041 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1042 mandir
=$ac_optarg ;;
1044 -nfp |
--nfp |
--nf)
1045 # Obsolete; use --without-fp.
1048 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1049 |
--no-cr |
--no-c |
-n)
1052 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1053 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1056 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1057 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1058 |
--oldin |
--oldi |
--old |
--ol |
--o)
1059 ac_prev
=oldincludedir
;;
1060 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1061 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1062 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1063 oldincludedir
=$ac_optarg ;;
1065 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1067 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1068 prefix
=$ac_optarg ;;
1070 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1071 |
--program-pre |
--program-pr |
--program-p)
1072 ac_prev
=program_prefix
;;
1073 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1074 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1075 program_prefix
=$ac_optarg ;;
1077 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1078 |
--program-suf |
--program-su |
--program-s)
1079 ac_prev
=program_suffix
;;
1080 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1081 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1082 program_suffix
=$ac_optarg ;;
1084 -program-transform-name |
--program-transform-name \
1085 |
--program-transform-nam |
--program-transform-na \
1086 |
--program-transform-n |
--program-transform- \
1087 |
--program-transform |
--program-transfor \
1088 |
--program-transfo |
--program-transf \
1089 |
--program-trans |
--program-tran \
1090 |
--progr-tra |
--program-tr |
--program-t)
1091 ac_prev
=program_transform_name
;;
1092 -program-transform-name=* |
--program-transform-name=* \
1093 |
--program-transform-nam=* |
--program-transform-na=* \
1094 |
--program-transform-n=* |
--program-transform-=* \
1095 |
--program-transform=* |
--program-transfor=* \
1096 |
--program-transfo=* |
--program-transf=* \
1097 |
--program-trans=* |
--program-tran=* \
1098 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1099 program_transform_name
=$ac_optarg ;;
1101 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1103 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1104 pdfdir
=$ac_optarg ;;
1106 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1108 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1111 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1112 |
-silent |
--silent |
--silen |
--sile |
--sil)
1115 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1117 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1119 sbindir
=$ac_optarg ;;
1121 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1122 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1123 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1125 ac_prev
=sharedstatedir
;;
1126 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1127 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1128 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1130 sharedstatedir
=$ac_optarg ;;
1132 -site |
--site |
--sit)
1134 -site=* |
--site=* |
--sit=*)
1137 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1139 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1140 srcdir
=$ac_optarg ;;
1142 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1143 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1144 ac_prev
=sysconfdir
;;
1145 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1146 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1147 sysconfdir
=$ac_optarg ;;
1149 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1150 ac_prev
=target_alias
;;
1151 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1152 target_alias
=$ac_optarg ;;
1154 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1157 -version |
--version |
--versio |
--versi |
--vers |
-V)
1158 ac_init_version
=: ;;
1161 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1162 # Reject names that are not valid shell variable names.
1163 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1164 as_fn_error $?
"invalid package name: $ac_useropt"
1165 ac_useropt_orig
=$ac_useropt
1166 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1167 case $ac_user_opts in
1171 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1172 ac_unrecognized_sep
=', ';;
1174 eval with_
$ac_useropt=\
$ac_optarg ;;
1176 -without-* |
--without-*)
1177 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1178 # Reject names that are not valid shell variable names.
1179 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1180 as_fn_error $?
"invalid package name: $ac_useropt"
1181 ac_useropt_orig
=$ac_useropt
1182 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1183 case $ac_user_opts in
1187 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1188 ac_unrecognized_sep
=', ';;
1190 eval with_
$ac_useropt=no
;;
1193 # Obsolete; use --with-x.
1196 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1197 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1198 ac_prev
=x_includes
;;
1199 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1200 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1201 x_includes
=$ac_optarg ;;
1203 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1204 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1205 ac_prev
=x_libraries
;;
1206 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1207 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1208 x_libraries
=$ac_optarg ;;
1210 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1211 Try \`$0 --help' for more information"
1215 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1216 # Reject names that are not valid shell variable names.
1217 case $ac_envvar in #(
1218 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1219 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1221 eval $ac_envvar=\
$ac_optarg
1222 export $ac_envvar ;;
1225 # FIXME: should be removed in autoconf 3.0.
1226 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1227 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1228 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1229 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1235 if test -n "$ac_prev"; then
1236 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1237 as_fn_error $?
"missing argument to $ac_option"
1240 if test -n "$ac_unrecognized_opts"; then
1241 case $enable_option_checking in
1243 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1244 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1248 # Check all directory arguments for consistency.
1249 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1250 datadir sysconfdir sharedstatedir localstatedir includedir \
1251 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1252 libdir localedir mandir
1254 eval ac_val
=\$
$ac_var
1255 # Remove trailing slashes.
1258 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1259 eval $ac_var=\
$ac_val;;
1261 # Be sure to have absolute directory names.
1263 [\\/$
]* | ?
:[\\/]* ) continue;;
1264 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1266 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1269 # There might be people who depend on the old broken behavior: `$host'
1270 # used to hold the argument of --host etc.
1271 # FIXME: To remove some day.
1274 target
=$target_alias
1276 # FIXME: To remove some day.
1277 if test "x$host_alias" != x
; then
1278 if test "x$build_alias" = x
; then
1279 cross_compiling
=maybe
1280 elif test "x$build_alias" != "x$host_alias"; then
1286 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1288 test "$silent" = yes && exec 6>/dev
/null
1291 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1292 ac_ls_di
=`ls -di .` &&
1293 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1294 as_fn_error $?
"working directory cannot be determined"
1295 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1296 as_fn_error $?
"pwd does not report name of working directory"
1299 # Find the source files, if location was not specified.
1300 if test -z "$srcdir"; then
1301 ac_srcdir_defaulted
=yes
1302 # Try the directory containing this script, then the parent directory.
1303 ac_confdir
=`$as_dirname -- "$as_myself" ||
1304 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1305 X"$as_myself" : 'X\(//\)[^/]' \| \
1306 X"$as_myself" : 'X\(//\)$' \| \
1307 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1308 $as_echo X"$as_myself" |
1309 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1327 if test ! -r "$srcdir/$ac_unique_file"; then
1331 ac_srcdir_defaulted
=no
1333 if test ! -r "$srcdir/$ac_unique_file"; then
1334 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1335 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1337 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1339 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1341 # When building in place, set srcdir=.
1342 if test "$ac_abs_confdir" = "$ac_pwd"; then
1345 # Remove unnecessary trailing slashes from srcdir.
1346 # Double slashes in file names in object file debugging info
1347 # mess up M-x gdb in Emacs.
1349 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1351 for ac_var
in $ac_precious_vars; do
1352 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1353 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1354 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1355 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1359 # Report the --help message.
1361 if test "$ac_init_help" = "long"; then
1362 # Omit some internal or obsolete options to make the list less imposing.
1363 # This message is too long to be a string in the A/UX 3.1 sh.
1365 \`configure' configures gprofng 2.43.50 to adapt to many kinds of systems.
1367 Usage: $0 [OPTION]... [VAR=VALUE]...
1369 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1370 VAR=VALUE. See below for descriptions of some of the useful variables.
1372 Defaults for the options are specified in brackets.
1375 -h, --help display this help and exit
1376 --help=short display options specific to this package
1377 --help=recursive display the short help of all the included packages
1378 -V, --version display version information and exit
1379 -q, --quiet, --silent do not print \`checking ...' messages
1380 --cache-file=FILE cache test results in FILE [disabled]
1381 -C, --config-cache alias for \`--cache-file=config.cache'
1382 -n, --no-create do not create output files
1383 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1385 Installation directories:
1386 --prefix=PREFIX install architecture-independent files in PREFIX
1387 [$ac_default_prefix]
1388 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1391 By default, \`make install' will install all the files in
1392 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1393 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1394 for instance \`--prefix=\$HOME'.
1396 For better control, use the options below.
1398 Fine tuning of the installation directories:
1399 --bindir=DIR user executables [EPREFIX/bin]
1400 --sbindir=DIR system admin executables [EPREFIX/sbin]
1401 --libexecdir=DIR program executables [EPREFIX/libexec]
1402 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1403 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1404 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1405 --libdir=DIR object code libraries [EPREFIX/lib]
1406 --includedir=DIR C header files [PREFIX/include]
1407 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1408 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1409 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1410 --infodir=DIR info documentation [DATAROOTDIR/info]
1411 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1412 --mandir=DIR man documentation [DATAROOTDIR/man]
1413 --docdir=DIR documentation root [DATAROOTDIR/doc/gprofng]
1414 --htmldir=DIR html documentation [DOCDIR]
1415 --dvidir=DIR dvi documentation [DOCDIR]
1416 --pdfdir=DIR pdf documentation [DOCDIR]
1417 --psdir=DIR ps documentation [DOCDIR]
1423 --program-prefix=PREFIX prepend PREFIX to installed program names
1424 --program-suffix=SUFFIX append SUFFIX to installed program names
1425 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1428 --build=BUILD configure
for building on BUILD
[guessed
]
1429 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1430 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1434 if test -n "$ac_init_help"; then
1435 case $ac_init_help in
1436 short | recursive
) echo "Configuration of gprofng 2.43.50:";;
1441 --disable-option-checking ignore unrecognized
--enable/--with options
1442 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1443 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1444 --enable-silent-rules less verbose build output
(undo
: "make V=1")
1445 --disable-silent-rules verbose build output
(undo
: "make V=0")
1446 --enable-maintainer-mode
1447 enable make rules and dependencies not useful
(and
1448 sometimes confusing
) to the casual installer
1449 --enable-dependency-tracking
1450 do not reject slow dependency extractors
1451 --disable-dependency-tracking
1452 speeds up one-time build
1453 --enable-shared[=PKGS
] build shared libraries
[default
=no
]
1454 --enable-static[=PKGS
] build static libraries
[default
=yes]
1455 --enable-fast-install[=PKGS
]
1456 optimize
for fast installation
[default
=yes]
1457 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1458 --enable-werror-always enable -Werror despite compiler version
1459 --disable-gprofng-tools do not build gprofng
/src directory
1460 --enable-gprofng-debug Enable debugging output
[default
=no
]
1463 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1464 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1465 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1467 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1468 --with-jdk=PATH specify prefix directory
for installed JDK.
1469 --with-system-zlib use installed libz
1471 Some influential environment variables
:
1472 CC C compiler
command
1473 CFLAGS C compiler flags
1474 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1475 nonstandard directory
<lib dir
>
1476 LIBS libraries to pass to the linker
, e.g.
-l<library
>
1477 CPPFLAGS
(Objective
) C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if
1478 you have headers
in a nonstandard directory
<include dir
>
1480 CXX C
++ compiler
command
1481 CXXFLAGS C
++ compiler flags
1482 CXXCPP C
++ preprocessor
1484 Use these variables to override the choices made by
`configure' or to help
1485 it to find libraries and programs with nonstandard names/locations.
1487 Report bugs to the package provider.
1492 if test "$ac_init_help" = "recursive"; then
1493 # If there are subdirs, report their specific --help.
1494 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1495 test -d "$ac_dir" ||
1496 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1501 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1503 ac_dir_suffix=/`$as_echo "$ac_dir" |
sed 's|^\.[\\/]||'`
1504 # A ".." for each directory in $ac_dir_suffix.
1505 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" |
sed 's|/[^\\/]*|/..|g;s|/||'`
1506 case $ac_top_builddir_sub in
1507 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1508 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1511 ac_abs_top_builddir=$ac_pwd
1512 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1513 # for backward compatibility:
1514 ac_top_builddir=$ac_top_build_prefix
1517 .) # We are building in place.
1519 ac_top_srcdir=$ac_top_builddir_sub
1520 ac_abs_top_srcdir=$ac_pwd ;;
1521 [\\/]* | ?:[\\/]* ) # Absolute name.
1522 ac_srcdir=$srcdir$ac_dir_suffix;
1523 ac_top_srcdir=$srcdir
1524 ac_abs_top_srcdir=$srcdir ;;
1526 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1527 ac_top_srcdir=$ac_top_build_prefix$srcdir
1528 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1530 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1532 cd "$ac_dir" || { ac_status=$?; continue; }
1533 # Check for guested configure.
1534 if test -f "$ac_srcdir/configure.gnu"; then
1536 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1537 elif test -f "$ac_srcdir/configure"; then
1539 $SHELL "$ac_srcdir/configure" --help=recursive
1541 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1543 cd "$ac_pwd" || { ac_status=$?; break; }
1547 test -n "$ac_init_help" && exit $ac_status
1548 if $ac_init_version; then
1550 gprofng configure 2.43.50
1551 generated by GNU Autoconf 2.69
1553 Copyright (C) 2012 Free Software Foundation, Inc.
1554 This configure script is free software; the Free Software Foundation
1555 gives unlimited permission to copy, distribute and modify it.
1560 ## ------------------------ ##
1561 ## Autoconf initialization. ##
1562 ## ------------------------ ##
1564 # ac_fn_c_try_compile LINENO
1565 # --------------------------
1566 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1567 ac_fn_c_try_compile ()
1569 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1570 rm -f conftest.$ac_objext
1571 if { { ac_try="$ac_compile"
1573 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1574 *) ac_try_echo
=$ac_try;;
1576 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1577 $as_echo "$ac_try_echo"; } >&5
1578 (eval "$ac_compile") 2>conftest.err
1580 if test -s conftest.err
; then
1581 grep -v '^ *+' conftest.err
>conftest.er1
1582 cat conftest.er1
>&5
1583 mv -f conftest.er1 conftest.err
1585 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1586 test $ac_status = 0; } && {
1587 test -z "$ac_c_werror_flag" ||
1588 test ! -s conftest.err
1589 } && test -s conftest.
$ac_objext; then :
1592 $as_echo "$as_me: failed program was:" >&5
1593 sed 's/^/| /' conftest.
$ac_ext >&5
1597 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1598 as_fn_set_status
$ac_retval
1600 } # ac_fn_c_try_compile
1602 # ac_fn_c_try_cpp LINENO
1603 # ----------------------
1604 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1607 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1608 if { { ac_try
="$ac_cpp conftest.$ac_ext"
1610 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1611 *) ac_try_echo=$ac_try;;
1613 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1614 $as_echo "$ac_try_echo"; } >&5
1615 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1617 if test -s conftest.err; then
1618 grep -v '^ *+' conftest.err >conftest.er1
1619 cat conftest.er1 >&5
1620 mv -f conftest.er1 conftest.err
1622 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1623 test $ac_status = 0; } > conftest.i && {
1624 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1625 test ! -s conftest.err
1629 $as_echo "$as_me: failed program was:" >&5
1630 sed 's/^/| /' conftest.$ac_ext >&5
1634 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1635 as_fn_set_status $ac_retval
1639 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1640 # -------------------------------------------------------
1641 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1642 # the include files in INCLUDES and setting the cache variable VAR
1644 ac_fn_c_check_header_mongrel ()
1646 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1647 if eval \${$3+:} false; then :
1648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1649 $as_echo_n "checking for $2... " >&6; }
1650 if eval \${$3+:} false; then :
1651 $as_echo_n "(cached) " >&6
1654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1655 $as_echo "$ac_res" >&6; }
1657 # Is the header compilable?
1658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1659 $as_echo_n "checking $2 usability... " >&6; }
1660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1661 /* end confdefs.h. */
1665 if ac_fn_c_try_compile "$LINENO"; then :
1666 ac_header_compiler=yes
1668 ac_header_compiler=no
1670 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1672 $as_echo "$ac_header_compiler" >&6; }
1674 # Is the header present?
1675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1676 $as_echo_n "checking $2 presence... " >&6; }
1677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1678 /* end confdefs.h. */
1681 if ac_fn_c_try_cpp "$LINENO"; then :
1682 ac_header_preproc=yes
1684 ac_header_preproc=no
1686 rm -f conftest.err conftest.i conftest.$ac_ext
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1688 $as_echo "$ac_header_preproc" >&6; }
1690 # So? What about this header?
1691 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1694 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1696 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1699 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1700 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1702 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1703 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1704 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1705 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1706 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1707 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1708 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1712 $as_echo_n "checking for $2... " >&6; }
1713 if eval \${$3+:} false; then :
1714 $as_echo_n "(cached) " >&6
1716 eval "$3=\$ac_header_compiler"
1719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1720 $as_echo "$ac_res" >&6; }
1722 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1724 } # ac_fn_c_check_header_mongrel
1726 # ac_fn_c_try_run LINENO
1727 # ----------------------
1728 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1729 # that executables *can* be run.
1732 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1733 if { { ac_try="$ac_link"
1735 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1736 *) ac_try_echo
=$ac_try;;
1738 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1739 $as_echo "$ac_try_echo"; } >&5
1740 (eval "$ac_link") 2>&5
1742 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1743 test $ac_status = 0; } && { ac_try
='./conftest$ac_exeext'
1744 { { case "(($ac_try" in
1745 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1746 *) ac_try_echo=$ac_try;;
1748 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1749 $as_echo "$ac_try_echo"; } >&5
1750 (eval "$ac_try") 2>&5
1752 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1753 test $ac_status = 0; }; }; then :
1756 $as_echo "$as_me: program exited with status $ac_status" >&5
1757 $as_echo "$as_me: failed program was:" >&5
1758 sed 's/^/| /' conftest.$ac_ext >&5
1760 ac_retval=$ac_status
1762 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1763 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1764 as_fn_set_status $ac_retval
1768 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1769 # -------------------------------------------------------
1770 # Tests whether HEADER exists and can be compiled using the include files in
1771 # INCLUDES, setting the cache variable VAR accordingly.
1772 ac_fn_c_check_header_compile ()
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. */
1785 if ac_fn_c_try_compile "$LINENO"; then :
1790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1794 $as_echo "$ac_res" >&6; }
1795 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1797 } # ac_fn_c_check_header_compile
1799 # ac_fn_cxx_try_compile LINENO
1800 # ----------------------------
1801 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1802 ac_fn_cxx_try_compile ()
1804 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1805 rm -f conftest.$ac_objext
1806 if { { ac_try="$ac_compile"
1808 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1809 *) ac_try_echo
=$ac_try;;
1811 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1812 $as_echo "$ac_try_echo"; } >&5
1813 (eval "$ac_compile") 2>conftest.err
1815 if test -s conftest.err
; then
1816 grep -v '^ *+' conftest.err
>conftest.er1
1817 cat conftest.er1
>&5
1818 mv -f conftest.er1 conftest.err
1820 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1821 test $ac_status = 0; } && {
1822 test -z "$ac_cxx_werror_flag" ||
1823 test ! -s conftest.err
1824 } && test -s conftest.
$ac_objext; then :
1827 $as_echo "$as_me: failed program was:" >&5
1828 sed 's/^/| /' conftest.
$ac_ext >&5
1832 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1833 as_fn_set_status
$ac_retval
1835 } # ac_fn_cxx_try_compile
1837 # ac_fn_c_try_link LINENO
1838 # -----------------------
1839 # Try to link conftest.$ac_ext, and return whether this succeeded.
1842 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1843 rm -f conftest.
$ac_objext conftest
$ac_exeext
1844 if { { ac_try
="$ac_link"
1846 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1847 *) ac_try_echo=$ac_try;;
1849 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1850 $as_echo "$ac_try_echo"; } >&5
1851 (eval "$ac_link") 2>conftest.err
1853 if test -s conftest.err; then
1854 grep -v '^ *+' conftest.err >conftest.er1
1855 cat conftest.er1 >&5
1856 mv -f conftest.er1 conftest.err
1858 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1859 test $ac_status = 0; } && {
1860 test -z "$ac_c_werror_flag" ||
1861 test ! -s conftest.err
1862 } && test -s conftest$ac_exeext && {
1863 test "$cross_compiling" = yes ||
1864 test -x conftest$ac_exeext
1868 $as_echo "$as_me: failed program was:" >&5
1869 sed 's/^/| /' conftest.$ac_ext >&5
1873 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1874 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1875 # interfere with the next link command; also delete a directory that is
1876 # left behind by Apple's compiler. We do this before executing the actions.
1877 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1878 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1879 as_fn_set_status $ac_retval
1881 } # ac_fn_c_try_link
1883 # ac_fn_c_check_func LINENO FUNC VAR
1884 # ----------------------------------
1885 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1886 ac_fn_c_check_func ()
1888 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1890 $as_echo_n "checking for $2... " >&6; }
1891 if eval \${$3+:} false; then :
1892 $as_echo_n "(cached) " >&6
1894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1895 /* end confdefs.h. */
1896 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1897 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1898 #define $2 innocuous_$2
1900 /* System header to define __stub macros and hopefully few prototypes,
1901 which can conflict with char $2 (); below.
1902 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1903 <limits.h> exists even on freestanding compilers. */
1906 # include <limits.h>
1908 # include <assert.h>
1913 /* Override any GCC internal prototype to avoid an error.
1914 Use char because int might match the return type of a GCC
1915 builtin and then its argument prototype would still apply. */
1920 /* The GNU C library defines this for functions which it implements
1921 to always fail with ENOSYS. Some functions are actually named
1922 something starting with __ and the normal name is an alias. */
1923 #if defined __stub_$2 || defined __stub___$2
1935 if ac_fn_c_try_link "$LINENO"; then :
1940 rm -f core conftest.err conftest.$ac_objext \
1941 conftest$ac_exeext conftest.$ac_ext
1944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1945 $as_echo "$ac_res" >&6; }
1946 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1948 } # ac_fn_c_check_func
1950 # ac_fn_cxx_try_cpp LINENO
1951 # ------------------------
1952 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1953 ac_fn_cxx_try_cpp ()
1955 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1956 if { { ac_try="$ac_cpp conftest.$ac_ext"
1958 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1959 *) ac_try_echo
=$ac_try;;
1961 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1962 $as_echo "$ac_try_echo"; } >&5
1963 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1965 if test -s conftest.err
; then
1966 grep -v '^ *+' conftest.err
>conftest.er1
1967 cat conftest.er1
>&5
1968 mv -f conftest.er1 conftest.err
1970 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1971 test $ac_status = 0; } > conftest.i
&& {
1972 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
1973 test ! -s conftest.err
1977 $as_echo "$as_me: failed program was:" >&5
1978 sed 's/^/| /' conftest.
$ac_ext >&5
1982 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1983 as_fn_set_status
$ac_retval
1985 } # ac_fn_cxx_try_cpp
1987 # ac_fn_cxx_try_link LINENO
1988 # -------------------------
1989 # Try to link conftest.$ac_ext, and return whether this succeeded.
1990 ac_fn_cxx_try_link
()
1992 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1993 rm -f conftest.
$ac_objext conftest
$ac_exeext
1994 if { { ac_try
="$ac_link"
1996 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1997 *) ac_try_echo=$ac_try;;
1999 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2000 $as_echo "$ac_try_echo"; } >&5
2001 (eval "$ac_link") 2>conftest.err
2003 if test -s conftest.err; then
2004 grep -v '^ *+' conftest.err >conftest.er1
2005 cat conftest.er1 >&5
2006 mv -f conftest.er1 conftest.err
2008 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2009 test $ac_status = 0; } && {
2010 test -z "$ac_cxx_werror_flag" ||
2011 test ! -s conftest.err
2012 } && test -s conftest$ac_exeext && {
2013 test "$cross_compiling" = yes ||
2014 test -x conftest$ac_exeext
2018 $as_echo "$as_me: failed program was:" >&5
2019 sed 's/^/| /' conftest.$ac_ext >&5
2023 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2024 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2025 # interfere with the next link command; also delete a directory that is
2026 # left behind by Apple's compiler. We do this before executing the actions.
2027 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2028 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2029 as_fn_set_status $ac_retval
2031 } # ac_fn_cxx_try_link
2033 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2034 # ---------------------------------------------
2035 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2037 ac_fn_c_check_decl ()
2039 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2040 as_decl_name=`echo $2|
sed 's/ *(.*//'`
2041 as_decl_use=`echo $2|
sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2043 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2044 if eval \${$3+:} false; then :
2045 $as_echo_n "(cached) " >&6
2047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2048 /* end confdefs.h. */
2053 #ifndef $as_decl_name
2055 (void) $as_decl_use;
2057 (void) $as_decl_name;
2065 if ac_fn_c_try_compile "$LINENO"; then :
2070 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2074 $as_echo "$ac_res" >&6; }
2075 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2077 } # ac_fn_c_check_decl
2078 cat >config.log <<_ACEOF
2079 This file contains any messages produced by compilers while
2080 running configure, to aid debugging if configure makes a mistake.
2082 It was created by gprofng $as_me 2.43.50, which was
2083 generated by GNU Autoconf 2.69. Invocation command line was
2095 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
2096 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
2097 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
2098 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
2099 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
2101 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
2102 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
2104 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
2105 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
2106 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
2107 /usr/bin/hostinfo = `(/usr
/bin
/hostinfo
) 2>/dev
/null ||
echo unknown
`
2108 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
2109 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
2110 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
2114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2118 test -z "$as_dir" && as_dir=.
2119 $as_echo "PATH: $as_dir"
2135 # Keep a trace of the command line.
2136 # Strip out --no-create and --no-recursion so they do not pile up.
2137 # Strip out --silent because we don't want to record it for future runs.
2138 # Also quote any args containing shell meta-characters.
2139 # Make two passes to allow for proper duplicate-argument suppression.
2143 ac_must_keep_next=false
2149 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2150 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2151 | -silent | --silent | --silen | --sile | --sil)
2154 ac_arg=`$as_echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
2157 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2159 as_fn_append ac_configure_args1 " '$ac_arg'"
2160 if test $ac_must_keep_next = true; then
2161 ac_must_keep_next=false # Got value, back to normal.
2164 *=* | --config-cache | -C | -disable-* | --disable-* \
2165 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2166 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2167 | -with-* | --with-* | -without-* | --without-* | --x)
2168 case "$ac_configure_args0 " in
2169 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2172 -* ) ac_must_keep_next=true ;;
2175 as_fn_append ac_configure_args " '$ac_arg'"
2180 { ac_configure_args0=; unset ac_configure_args0;}
2181 { ac_configure_args1=; unset ac_configure_args1;}
2183 # When interrupted or exit'd, cleanup temporary files, and complete
2184 # config.log. We remove comments because anyway the quotes in there
2185 # would cause problems or look ugly.
2186 # WARNING: Use '\'' to represent an apostrophe within the trap.
2187 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2188 trap 'exit_status=$?
2189 # Save into config.log some information that might help in debugging.
2193 $as_echo "## ---------------- ##
2194 ## Cache variables. ##
2195 ## ---------------- ##"
2197 # The following way of writing the cache mishandles newlines in values,
2199 for ac_var in `(set) 2>&1 |
sed -n '\''s
/^\
([a-zA-Z_
][a-zA-Z0-9_
]*\
)=.
*/\
1/p
'\''`; do
2200 eval ac_val=\$$ac_var
2204 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2205 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2208 _ | IFS | as_nl) ;; #(
2209 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2210 *) { eval $ac_var=; unset $ac_var;} ;;
2215 case $as_nl`(ac_space
='\'' '\''; set) 2>&1` in #(
2216 *${as_nl}ac_space=\ *)
2218 "s/'\''/'\''\\\\'\'''\''/g;
2219 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2222 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2229 $as_echo "## ----------------- ##
2230 ## Output variables. ##
2231 ## ----------------- ##"
2233 for ac_var in $ac_subst_vars
2235 eval ac_val=\$$ac_var
2237 *\'\''*) ac_val=`$as_echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2239 $as_echo "$ac_var='\''$ac_val'\''"
2243 if test -n "$ac_subst_files"; then
2244 $as_echo "## ------------------- ##
2245 ## File substitutions. ##
2246 ## ------------------- ##"
2248 for ac_var in $ac_subst_files
2250 eval ac_val=\$$ac_var
2252 *\'\''*) ac_val=`$as_echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2254 $as_echo "$ac_var='\''$ac_val'\''"
2259 if test -s confdefs.h; then
2260 $as_echo "## ----------- ##
2267 test "$ac_signal" != 0 &&
2268 $as_echo "$as_me: caught signal $ac_signal"
2269 $as_echo "$as_me: exit $exit_status"
2271 rm -f core *.core core.conftest.* &&
2272 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2275 for ac_signal in 1 2 13 15; do
2276 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2280 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2281 rm -f -r conftest* confdefs.h
2283 $as_echo "/* confdefs.h */" > confdefs.h
2285 # Predefined preprocessor variables.
2287 cat >>confdefs.h <<_ACEOF
2288 #define PACKAGE_NAME "$PACKAGE_NAME"
2291 cat >>confdefs.h <<_ACEOF
2292 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2295 cat >>confdefs.h <<_ACEOF
2296 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2299 cat >>confdefs.h <<_ACEOF
2300 #define PACKAGE_STRING "$PACKAGE_STRING"
2303 cat >>confdefs.h <<_ACEOF
2304 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2307 cat >>confdefs.h <<_ACEOF
2308 #define PACKAGE_URL "$PACKAGE_URL"
2312 # Let the site file select an alternate cache file if it wants to.
2313 # Prefer an explicitly selected file to automatically selected ones.
2316 if test -n "$CONFIG_SITE"; then
2317 # We do not want a PATH search for config.site.
2318 case $CONFIG_SITE in #((
2319 -*) ac_site_file1=./$CONFIG_SITE;;
2320 */*) ac_site_file1=$CONFIG_SITE;;
2321 *) ac_site_file1=./$CONFIG_SITE;;
2323 elif test "x$prefix" != xNONE; then
2324 ac_site_file1=$prefix/share/config.site
2325 ac_site_file2=$prefix/etc/config.site
2327 ac_site_file1=$ac_default_prefix/share/config.site
2328 ac_site_file2=$ac_default_prefix/etc/config.site
2330 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2332 test "x$ac_site_file" = xNONE && continue
2333 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2334 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2335 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2336 sed 's/^/| /' "$ac_site_file" >&5
2338 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2339 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2340 as_fn_error $? "failed to load site
script $ac_site_file
2341 See \
`config.log' for more details" "$LINENO" 5; }
2345 if test -r "$cache_file"; then
2346 # Some versions of bash will fail to source /dev/null (special files
2347 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2348 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2349 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2350 $as_echo "$as_me: loading cache $cache_file" >&6;}
2352 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2353 *) . "./$cache_file";;
2357 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2358 $as_echo "$as_me: creating cache $cache_file" >&6;}
2362 # Check that the precious variables saved in the cache have kept the same
2364 ac_cache_corrupted=false
2365 for ac_var in $ac_precious_vars; do
2366 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2367 eval ac_new_set=\$ac_env_${ac_var}_set
2368 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2369 eval ac_new_val=\$ac_env_${ac_var}_value
2370 case $ac_old_set,$ac_new_set in
2372 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&5
2373 $as_echo "$as_me: error
: \
`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2374 ac_cache_corrupted=: ;;
2376 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not
set in the previous run
" >&5
2377 $as_echo "$as_me: error
: \
`$ac_var' was not set in the previous run" >&2;}
2378 ac_cache_corrupted=: ;;
2381 if test "x$ac_old_val" != "x$ac_new_val"; then
2382 # differences in whitespace do not lead to failure.
2383 ac_old_val_w=`echo x
$ac_old_val`
2384 ac_new_val_w=`echo x
$ac_new_val`
2385 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2386 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2387 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run
:" >&2;}
2388 ac_cache_corrupted=:
2390 { $as_echo "$as_me:${as_lineno-$LINENO}: warning
: ignoring whitespace changes
in \
`$ac_var' since the previous run:" >&5
2391 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2392 eval $ac_var=\$ac_old_val
2394 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2395 $as_echo "$as_me: former value
: \
`$ac_old_val'" >&2;}
2396 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2397 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2400 # Pass precious variables to config.status.
2401 if test "$ac_new_set" = set; then
2403 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s
/'/'\\\\\\\\''/g
"` ;;
2404 *) ac_arg=$ac_var=$ac_new_val ;;
2406 case " $ac_configure_args " in
2407 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2408 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2412 if $ac_cache_corrupted; then
2413 { $as_echo "$as_me:${as_lineno-$LINENO}: error
: in \
`$ac_pwd':" >&5
2414 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2415 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2416 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2417 as_fn_error $? "run \`make distclean' and
/or \
`rm $cache_file' and start over" "$LINENO" 5
2419 ## -------------------- ##
2420 ## Main body of script. ##
2421 ## -------------------- ##
2424 ac_cpp='$CPP $CPPFLAGS'
2425 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2426 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2427 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2431 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2432 if test -f "$ac_dir/install-sh"; then
2434 ac_install_sh="$ac_aux_dir/install-sh -c"
2436 elif test -f "$ac_dir/install.sh"; then
2438 ac_install_sh="$ac_aux_dir/install.sh -c"
2440 elif test -f "$ac_dir/shtool"; then
2442 ac_install_sh="$ac_aux_dir/shtool install -c"
2446 if test -z "$ac_aux_dir"; then
2447 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2450 # These three variables are undocumented and unsupported,
2451 # and are intended to be withdrawn in a future Autoconf release.
2452 # They can cause serious problems if a builder's source tree is in a directory
2453 # whose full name contains unusual characters.
2454 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2455 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2456 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2459 # Make sure we can run config.sub.
2460 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2461 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2464 $as_echo_n "checking build system type... " >&6; }
2465 if ${ac_cv_build+:} false; then :
2466 $as_echo_n "(cached) " >&6
2468 ac_build_alias=$build_alias
2469 test "x$ac_build_alias" = x &&
2470 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2471 test "x$ac_build_alias" = x &&
2472 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2473 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2474 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2478 $as_echo "$ac_cv_build" >&6; }
2479 case $ac_cv_build in
2481 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2484 ac_save_IFS=$IFS; IFS='-'
2490 # Remember, the first character of IFS is used to create $*,
2491 # except with old shells:
2494 case $build_os in *\ *) build_os=`echo "$build_os" |
sed 's/ /-/g'`;; esac
2497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2498 $as_echo_n "checking host system type... " >&6; }
2499 if ${ac_cv_host+:} false; then :
2500 $as_echo_n "(cached) " >&6
2502 if test "x$host_alias" = x; then
2503 ac_cv_host=$ac_cv_build
2505 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2506 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2511 $as_echo "$ac_cv_host" >&6; }
2514 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2517 ac_save_IFS=$IFS; IFS='-'
2523 # Remember, the first character of IFS is used to create $*,
2524 # except with old shells:
2527 case $host_os in *\ *) host_os=`echo "$host_os" |
sed 's/ /-/g'`;; esac
2530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2531 $as_echo_n "checking target system type... " >&6; }
2532 if ${ac_cv_target+:} false; then :
2533 $as_echo_n "(cached) " >&6
2535 if test "x$target_alias" = x; then
2536 ac_cv_target=$ac_cv_host
2538 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2539 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2544 $as_echo "$ac_cv_target" >&6; }
2545 case $ac_cv_target in
2547 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2549 target=$ac_cv_target
2550 ac_save_IFS=$IFS; IFS='-'
2556 # Remember, the first character of IFS is used to create $*,
2557 # except with old shells:
2560 case $target_os in *\ *) target_os=`echo "$target_os" |
sed 's/ /-/g'`;; esac
2563 # The aliases save the names the user supplied, while $host etc.
2564 # will get canonicalized.
2565 test -n "$target_alias" &&
2566 test "$program_prefix$program_suffix$program_transform_name" = \
2568 program_prefix=${target_alias}-
2569 am__api_version='1.15'
2571 # Find a good install program. We prefer a C program (faster),
2572 # so one script is as good as another. But avoid the broken or
2573 # incompatible versions:
2574 # SysV /etc/install, /usr/sbin/install
2575 # SunOS /usr/etc/install
2576 # IRIX /sbin/install
2578 # AmigaOS /C/install, which installs bootblocks on floppy discs
2579 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2580 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2581 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2582 # OS/2's system install, which has a completely different semantic
2583 # ./install, which can be erroneously created by make from ./install.sh.
2584 # Reject install programs that cannot install multiple files.
2585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2586 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2587 if test -z "$INSTALL"; then
2588 if ${ac_cv_path_install+:} false; then :
2589 $as_echo_n "(cached) " >&6
2591 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2595 test -z "$as_dir" && as_dir=.
2596 # Account for people who put trailing slashes in PATH elements.
2597 case $as_dir/ in #((
2598 ./ | .// | /[cC]/* | \
2599 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2600 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2603 # OSF1 and SCO ODT 3.0 have their own names for install.
2604 # Don't use installbsd from OSF since it installs stuff as root
2606 for ac_prog in ginstall scoinst install; do
2607 for ac_exec_ext in '' $ac_executable_extensions; do
2608 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2609 if test $ac_prog = install &&
2610 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2611 # AIX install. It has an incompatible calling convention.
2613 elif test $ac_prog = install &&
2614 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2615 # program-specific install script used by HP pwplus--don't use.
2618 rm -rf conftest.one conftest.two conftest.dir
2619 echo one > conftest.one
2620 echo two > conftest.two
2622 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2623 test -s conftest.one && test -s conftest.two &&
2624 test -s conftest.dir/conftest.one &&
2625 test -s conftest.dir/conftest.two
2627 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2640 rm -rf conftest.one conftest.two conftest.dir
2643 if test "${ac_cv_path_install+set}" = set; then
2644 INSTALL=$ac_cv_path_install
2646 # As a last resort, use the slow shell script. Don't cache a
2647 # value for INSTALL within a source directory, because that will
2648 # break other packages using the cache if that directory is
2649 # removed, or if the value is a relative name.
2650 INSTALL=$ac_install_sh
2653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2654 $as_echo "$INSTALL" >&6; }
2656 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2657 # It thinks the first close brace ends the variable substitution.
2658 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2660 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2662 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2665 $as_echo_n "checking whether build environment is sane... " >&6; }
2666 # Reject unsafe characters in $srcdir or the absolute working directory
2667 # name. Accept space and tab only in the latter.
2671 *[\\\"\#\$\&\'\`$am_lf]*)
2672 as_fn_error $?
"unsafe absolute working directory name" "$LINENO" 5;;
2675 *[\\\"\
#\$\&\'\`$am_lf\ \ ]*)
2676 as_fn_error $?
"unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2679 # Do 'set' in a subshell so we don't clobber the current shell's
2680 # arguments. Must try -L first in case configure is actually a
2681 # symlink; some systems play weird games with the mod time of symlinks
2682 # (eg FreeBSD returns the mod time of the symlink's containing
2686 for am_try
in 1 2; do
2687 echo "timestamp, slept: $am_has_slept" > conftest.
file
2688 set X
`ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2689 if test "$*" = "X"; then
2691 set X
`ls -t "$srcdir/configure" conftest.file`
2693 if test "$*" != "X $srcdir/configure conftest.file" \
2694 && test "$*" != "X conftest.file $srcdir/configure"; then
2696 # If neither matched, then we have a broken ls. This can happen
2697 # if, for instance, CONFIG_SHELL is bash and it inherits a
2698 # broken ls alias from the environment. This has actually
2699 # happened. Such a system could not be considered "sane".
2700 as_fn_error $?
"ls -t appears to fail. Make sure there is not a broken
2701 alias in your environment" "$LINENO" 5
2703 if test "$2" = conftest.
file ||
test $am_try -eq 2; then
2710 test "$2" = conftest.
file
2716 as_fn_error $?
"newly created file is older than distributed files!
2717 Check your system clock" "$LINENO" 5
2719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2720 $as_echo "yes" >&6; }
2721 # If we didn't sleep, we still need to ensure time stamps of config.status and
2722 # generated files are strictly newer.
2724 if grep 'slept: no' conftest.
file >/dev
/null
2>&1; then
2731 test "$program_prefix" != NONE
&&
2732 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
2733 # Use a double $ so make ignores it.
2734 test "$program_suffix" != NONE
&&
2735 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
2736 # Double any \ or $.
2737 # By default was `s,x,x', remove it if useless.
2738 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
2739 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
2741 # Expand $ac_aux_dir to an absolute path.
2742 am_aux_dir
=`cd "$ac_aux_dir" && pwd`
2744 if test x
"${MISSING+set}" != xset
; then
2747 MISSING
="\${SHELL} \"$am_aux_dir/missing\"" ;;
2749 MISSING
="\${SHELL} $am_aux_dir/missing" ;;
2752 # Use eval to expand $SHELL
2753 if eval "$MISSING --is-lightweight"; then
2754 am_missing_run
="$MISSING "
2757 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2758 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2761 if test x
"${install_sh+set}" != xset
; then
2764 install_sh
="\${SHELL} '$am_aux_dir/install-sh'" ;;
2766 install_sh
="\${SHELL} $am_aux_dir/install-sh"
2770 # Installed binaries are usually stripped using 'strip' when the user
2771 # run "make install-strip". However 'strip' might not be the right
2772 # tool to use in cross-compilation environments, therefore Automake
2773 # will honor the 'STRIP' environment variable to overrule this program.
2774 if test "$cross_compiling" != no
; then
2775 if test -n "$ac_tool_prefix"; then
2776 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2777 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
2778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2779 $as_echo_n "checking for $ac_word... " >&6; }
2780 if ${ac_cv_prog_STRIP+:} false
; then :
2781 $as_echo_n "(cached) " >&6
2783 if test -n "$STRIP"; then
2784 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
2786 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2790 test -z "$as_dir" && as_dir
=.
2791 for ac_exec_ext
in '' $ac_executable_extensions; do
2792 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2793 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
2794 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2803 STRIP
=$ac_cv_prog_STRIP
2804 if test -n "$STRIP"; then
2805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2806 $as_echo "$STRIP" >&6; }
2808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2809 $as_echo "no" >&6; }
2814 if test -z "$ac_cv_prog_STRIP"; then
2816 # Extract the first word of "strip", so it can be a program name with args.
2817 set dummy strip
; ac_word
=$2
2818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2819 $as_echo_n "checking for $ac_word... " >&6; }
2820 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
2821 $as_echo_n "(cached) " >&6
2823 if test -n "$ac_ct_STRIP"; then
2824 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
2826 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2830 test -z "$as_dir" && as_dir
=.
2831 for ac_exec_ext
in '' $ac_executable_extensions; do
2832 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2833 ac_cv_prog_ac_ct_STRIP
="strip"
2834 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2843 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
2844 if test -n "$ac_ct_STRIP"; then
2845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2846 $as_echo "$ac_ct_STRIP" >&6; }
2848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2849 $as_echo "no" >&6; }
2852 if test "x$ac_ct_STRIP" = x
; then
2855 case $cross_compiling:$ac_tool_warned in
2857 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2858 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2859 ac_tool_warned
=yes ;;
2864 STRIP
="$ac_cv_prog_STRIP"
2868 INSTALL_STRIP_PROGRAM
="\$(install_sh) -c -s"
2870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2871 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2872 if test -z "$MKDIR_P"; then
2873 if ${ac_cv_path_mkdir+:} false
; then :
2874 $as_echo_n "(cached) " >&6
2876 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2877 for as_dir
in $PATH$PATH_SEPARATOR/opt
/sfw
/bin
2880 test -z "$as_dir" && as_dir
=.
2881 for ac_prog
in mkdir gmkdir
; do
2882 for ac_exec_ext
in '' $ac_executable_extensions; do
2883 as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext" ||
continue
2884 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2885 'mkdir (GNU coreutils) '* | \
2886 'mkdir (coreutils) '* | \
2887 'mkdir (fileutils) '4.1*)
2888 ac_cv_path_mkdir
=$as_dir/$ac_prog$ac_exec_ext
2898 test -d .
/--version && rmdir .
/--version
2899 if test "${ac_cv_path_mkdir+set}" = set; then
2900 MKDIR_P
="$ac_cv_path_mkdir -p"
2902 # As a last resort, use the slow shell script. Don't cache a
2903 # value for MKDIR_P within a source directory, because that will
2904 # break other packages using the cache if that directory is
2905 # removed, or if the value is a relative name.
2906 MKDIR_P
="$ac_install_sh -d"
2909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2910 $as_echo "$MKDIR_P" >&6; }
2912 for ac_prog
in gawk mawk nawk
awk
2914 # Extract the first word of "$ac_prog", so it can be a program name with args.
2915 set dummy
$ac_prog; ac_word
=$2
2916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2917 $as_echo_n "checking for $ac_word... " >&6; }
2918 if ${ac_cv_prog_AWK+:} false
; then :
2919 $as_echo_n "(cached) " >&6
2921 if test -n "$AWK"; then
2922 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
2924 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2928 test -z "$as_dir" && as_dir
=.
2929 for ac_exec_ext
in '' $ac_executable_extensions; do
2930 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
2931 ac_cv_prog_AWK
="$ac_prog"
2932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2942 if test -n "$AWK"; then
2943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2944 $as_echo "$AWK" >&6; }
2946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2947 $as_echo "no" >&6; }
2951 test -n "$AWK" && break
2954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2955 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2957 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2958 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
2959 $as_echo_n "(cached) " >&6
2961 cat >conftest.
make <<\_ACEOF
2964 @
echo '@@@%%%=$(MAKE)=@@@%%%'
2966 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2967 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2969 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
2971 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
2975 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
2976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2977 $as_echo "yes" >&6; }
2980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2981 $as_echo "no" >&6; }
2982 SET_MAKE
="MAKE=${MAKE-make}"
2985 rm -rf .tst
2>/dev
/null
2986 mkdir .tst
2>/dev
/null
2987 if test -d .tst
; then
2992 rmdir .tst
2>/dev
/null
2994 # Check whether --enable-silent-rules was given.
2995 if test "${enable_silent_rules+set}" = set; then :
2996 enableval
=$enable_silent_rules;
2999 case $enable_silent_rules in # (((
3000 yes) AM_DEFAULT_VERBOSITY
=0;;
3001 no
) AM_DEFAULT_VERBOSITY
=1;;
3002 *) AM_DEFAULT_VERBOSITY
=1;;
3004 am_make
=${MAKE-make}
3005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3006 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3007 if ${am_cv_make_support_nested_variables+:} false
; then :
3008 $as_echo_n "(cached) " >&6
3010 if $as_echo 'TRUE=$(BAR$(V))
3016 .PHONY: am__doit' |
$am_make -f - >/dev
/null
2>&1; then
3017 am_cv_make_support_nested_variables
=yes
3019 am_cv_make_support_nested_variables
=no
3022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3023 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3024 if test $am_cv_make_support_nested_variables = yes; then
3026 AM_DEFAULT_V
='$(AM_DEFAULT_VERBOSITY)'
3028 AM_V
=$AM_DEFAULT_VERBOSITY
3029 AM_DEFAULT_V
=$AM_DEFAULT_VERBOSITY
3033 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3034 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3035 # is not polluted with repeated "-I."
3036 am__isrc
=' -I$(srcdir)'
3037 # test to see if srcdir already configured
3038 if test -f $srcdir/config.status
; then
3039 as_fn_error $?
"source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3043 # test whether we have cygpath
3044 if test -z "$CYGPATH_W"; then
3045 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
3046 CYGPATH_W
='cygpath -w'
3053 # Define the identity of the package.
3058 cat >>confdefs.h
<<_ACEOF
3059 #define PACKAGE "$PACKAGE"
3063 cat >>confdefs.h
<<_ACEOF
3064 #define VERSION "$VERSION"
3067 # Some tools Automake needs.
3069 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3072 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
3075 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3078 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
3081 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
3083 # For better backward compatibility. To be removed once Automake 1.9.x
3084 # dies out for good. For more background, see:
3085 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3086 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3087 mkdir_p
='$(MKDIR_P)'
3089 # We need awk for the "check" target (and possibly the TAP driver). The
3090 # system "awk" is bad on some platforms.
3091 # Always define AMTAR for backward compatibility. Yes, it's still used
3092 # in the wild :-( We should find a proper way to deprecate it ...
3096 # We'll loop over all known methods to create a tar archive until one works.
3097 _am_tools
='gnutar pax cpio none'
3099 am__tar
='$${TAR-tar} chof - "$$tardir"' am__untar
='$${TAR-tar} xf -'
3106 # POSIX will say in a future version that running "rm -f" with no argument
3107 # is OK; and we want to be able to make that assumption in our Makefile
3108 # recipes. So use an aggressive probe to check that the usage we want is
3109 # actually supported "in the wild" to an acceptable degree.
3110 # See automake bug#10828.
3111 # To make any issue more visible, cause the running configure to be aborted
3112 # by default if the 'rm' program in use doesn't match our expectations; the
3113 # user can still override this though.
3114 if rm -f && rm -fr && rm -rf; then : OK
; else
3118 Your 'rm' program seems unable to run without file operands specified
3119 on the command line, even when the '-f' option is present. This is contrary
3120 to the behaviour of most rm programs out there, and not conforming with
3121 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3123 Please tell bug-automake@gnu.org about your system, including the value
3124 of your $PATH and any error possibly output before this message. This
3125 can help us improve future automake versions.
3128 if test x
"$ACCEPT_INFERIOR_RM_PROGRAM" = x
"yes"; then
3129 echo 'Configuration will proceed anyway, since you have set the' >&2
3130 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3134 Aborting the configuration process, to ensure you take notice of the issue.
3136 You can download and install GNU coreutils to get an 'rm' implementation
3137 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3139 If you want to complete the configuration process using your problematic
3140 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3141 to "yes", and re-run configure.
3144 as_fn_error $?
"Your 'rm' program is bad, sorry." "$LINENO" 5
3149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3150 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
3151 # Check whether --enable-maintainer-mode was given.
3152 if test "${enable_maintainer_mode+set}" = set; then :
3153 enableval
=$enable_maintainer_mode; USE_MAINTAINER_MODE
=$enableval
3155 USE_MAINTAINER_MODE
=no
3158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
3159 $as_echo "$USE_MAINTAINER_MODE" >&6; }
3160 if test $USE_MAINTAINER_MODE = yes; then
3161 MAINTAINER_MODE_TRUE
=
3162 MAINTAINER_MODE_FALSE
='#'
3164 MAINTAINER_MODE_TRUE
='#'
3165 MAINTAINER_MODE_FALSE
=
3168 MAINT
=$MAINTAINER_MODE_TRUE
3172 DEPDIR
="${am__leading_dot}deps"
3174 ac_config_commands
="$ac_config_commands depfiles"
3177 am_make
=${MAKE-make}
3178 cat > confinc
<< 'END'
3180 @
echo this is the am__doit target
3183 # If we don't find an include directive, just comment out the code.
3184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3185 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3189 # First try GNU make style include.
3190 echo "include confinc" > confmf
3191 # Ignore all kinds of additional output from 'make'.
3192 case `$am_make -s -f confmf 2> /dev/null` in #(
3193 *the\ am__doit\ target
*)
3199 # Now try BSD make style include.
3200 if test "$am__include" = "#"; then
3201 echo '.include "confinc"' > confmf
3202 case `$am_make -s -f confmf 2> /dev/null` in #(
3203 *the\ am__doit\ target
*)
3204 am__include
=.include
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3213 $as_echo "$_am_result" >&6; }
3214 rm -f confinc confmf
3216 # Check whether --enable-dependency-tracking was given.
3217 if test "${enable_dependency_tracking+set}" = set; then :
3218 enableval
=$enable_dependency_tracking;
3221 if test "x$enable_dependency_tracking" != xno
; then
3222 am_depcomp
="$ac_aux_dir/depcomp"
3226 if test "x$enable_dependency_tracking" != xno; then
3236 ac_cpp
='$CPP $CPPFLAGS'
3237 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3238 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3239 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3240 if test -n "$ac_tool_prefix"; then
3241 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3242 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3244 $as_echo_n "checking for $ac_word... " >&6; }
3245 if ${ac_cv_prog_CC+:} false
; then :
3246 $as_echo_n "(cached) " >&6
3248 if test -n "$CC"; then
3249 ac_cv_prog_CC
="$CC" # Let the user override the test.
3251 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3255 test -z "$as_dir" && as_dir
=.
3256 for ac_exec_ext
in '' $ac_executable_extensions; do
3257 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3258 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3259 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3269 if test -n "$CC"; then
3270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3271 $as_echo "$CC" >&6; }
3273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3274 $as_echo "no" >&6; }
3279 if test -z "$ac_cv_prog_CC"; then
3281 # Extract the first word of "gcc", so it can be a program name with args.
3282 set dummy gcc
; ac_word
=$2
3283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3284 $as_echo_n "checking for $ac_word... " >&6; }
3285 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3286 $as_echo_n "(cached) " >&6
3288 if test -n "$ac_ct_CC"; then
3289 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3291 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3295 test -z "$as_dir" && as_dir
=.
3296 for ac_exec_ext
in '' $ac_executable_extensions; do
3297 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3298 ac_cv_prog_ac_ct_CC
="gcc"
3299 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3308 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3309 if test -n "$ac_ct_CC"; then
3310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3311 $as_echo "$ac_ct_CC" >&6; }
3313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3314 $as_echo "no" >&6; }
3317 if test "x$ac_ct_CC" = x
; then
3320 case $cross_compiling:$ac_tool_warned in
3322 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3323 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3324 ac_tool_warned
=yes ;;
3332 if test -z "$CC"; then
3333 if test -n "$ac_tool_prefix"; then
3334 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3335 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3337 $as_echo_n "checking for $ac_word... " >&6; }
3338 if ${ac_cv_prog_CC+:} false
; then :
3339 $as_echo_n "(cached) " >&6
3341 if test -n "$CC"; then
3342 ac_cv_prog_CC
="$CC" # Let the user override the test.
3344 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3348 test -z "$as_dir" && as_dir
=.
3349 for ac_exec_ext
in '' $ac_executable_extensions; do
3350 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3351 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3352 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3362 if test -n "$CC"; then
3363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3364 $as_echo "$CC" >&6; }
3366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3367 $as_echo "no" >&6; }
3373 if test -z "$CC"; then
3374 # Extract the first word of "cc", so it can be a program name with args.
3375 set dummy cc
; ac_word
=$2
3376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3377 $as_echo_n "checking for $ac_word... " >&6; }
3378 if ${ac_cv_prog_CC+:} false
; then :
3379 $as_echo_n "(cached) " >&6
3381 if test -n "$CC"; then
3382 ac_cv_prog_CC
="$CC" # Let the user override the test.
3385 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3389 test -z "$as_dir" && as_dir
=.
3390 for ac_exec_ext
in '' $ac_executable_extensions; do
3391 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3392 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3393 ac_prog_rejected
=yes
3397 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3404 if test $ac_prog_rejected = yes; then
3405 # We found a bogon in the path, so make sure we never use it.
3406 set dummy
$ac_cv_prog_CC
3408 if test $# != 0; then
3409 # We chose a different compiler from the bogus one.
3410 # However, it has the same basename, so the bogon will be chosen
3411 # first if we set CC to just the basename; use the full file name.
3413 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3419 if test -n "$CC"; then
3420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3421 $as_echo "$CC" >&6; }
3423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3424 $as_echo "no" >&6; }
3429 if test -z "$CC"; then
3430 if test -n "$ac_tool_prefix"; then
3431 for ac_prog
in cl.exe
3433 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3434 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3436 $as_echo_n "checking for $ac_word... " >&6; }
3437 if ${ac_cv_prog_CC+:} false
; then :
3438 $as_echo_n "(cached) " >&6
3440 if test -n "$CC"; then
3441 ac_cv_prog_CC
="$CC" # Let the user override the test.
3443 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3447 test -z "$as_dir" && as_dir
=.
3448 for ac_exec_ext
in '' $ac_executable_extensions; do
3449 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3450 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3451 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3461 if test -n "$CC"; then
3462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3463 $as_echo "$CC" >&6; }
3465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3466 $as_echo "no" >&6; }
3470 test -n "$CC" && break
3473 if test -z "$CC"; then
3475 for ac_prog
in cl.exe
3477 # Extract the first word of "$ac_prog", so it can be a program name with args.
3478 set dummy
$ac_prog; ac_word
=$2
3479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3480 $as_echo_n "checking for $ac_word... " >&6; }
3481 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3482 $as_echo_n "(cached) " >&6
3484 if test -n "$ac_ct_CC"; then
3485 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3487 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3491 test -z "$as_dir" && as_dir
=.
3492 for ac_exec_ext
in '' $ac_executable_extensions; do
3493 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3494 ac_cv_prog_ac_ct_CC
="$ac_prog"
3495 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3504 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3505 if test -n "$ac_ct_CC"; then
3506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3507 $as_echo "$ac_ct_CC" >&6; }
3509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3510 $as_echo "no" >&6; }
3514 test -n "$ac_ct_CC" && break
3517 if test "x$ac_ct_CC" = x
; then
3520 case $cross_compiling:$ac_tool_warned in
3522 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3523 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3524 ac_tool_warned
=yes ;;
3533 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3534 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3535 as_fn_error $?
"no acceptable C compiler found in \$PATH
3536 See \`config.log' for more details" "$LINENO" 5; }
3538 # Provide some information about the compiler.
3539 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3542 for ac_option
in --version -v -V -qversion; do
3543 { { ac_try
="$ac_compiler $ac_option >&5"
3545 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3546 *) ac_try_echo=$ac_try;;
3548 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3549 $as_echo "$ac_try_echo"; } >&5
3550 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3552 if test -s conftest.err; then
3554 ... rest of stderr output deleted ...
3555 10q' conftest.err >conftest.er1
3556 cat conftest.er1 >&5
3558 rm -f conftest.er1 conftest.err
3559 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3560 test $ac_status = 0; }
3563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3564 /* end confdefs.h. */
3574 ac_clean_files_save=$ac_clean_files
3575 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3576 # Try to create an executable without -o first, disregard a.out.
3577 # It will help us diagnose broken compilers, and finding out an intuition
3579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3580 $as_echo_n "checking whether the C compiler works... " >&6; }
3581 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
3583 # The possible output files:
3584 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3587 for ac_file in $ac_files
3590 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3591 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3596 if { { ac_try="$ac_link_default"
3598 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3599 *) ac_try_echo
=$ac_try;;
3601 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3602 $as_echo "$ac_try_echo"; } >&5
3603 (eval "$ac_link_default") 2>&5
3605 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3606 test $ac_status = 0; }; then :
3607 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3608 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3609 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3610 # so that the user can short-circuit this test for compilers unknown to
3612 for ac_file
in $ac_files ''
3614 test -f "$ac_file" ||
continue
3616 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
3619 # We found the default executable, but exeext='' is most
3623 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
3625 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3627 # We set ac_cv_exeext here because the later test for it is not
3628 # safe: cross compilers may not add the suffix if given an `-o'
3629 # argument, so we may need to know it at that point already.
3630 # Even if this section looks crufty: it has the advantage of
3637 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
3642 if test -z "$ac_file"; then :
3643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3644 $as_echo "no" >&6; }
3645 $as_echo "$as_me: failed program was:" >&5
3646 sed 's/^/| /' conftest.
$ac_ext >&5
3648 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3649 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3650 as_fn_error
77 "C compiler cannot create executables
3651 See \`config.log' for more details" "$LINENO" 5; }
3653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3654 $as_echo "yes" >&6; }
3656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3657 $as_echo_n "checking for C compiler default output file name... " >&6; }
3658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3659 $as_echo "$ac_file" >&6; }
3660 ac_exeext
=$ac_cv_exeext
3662 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
3663 ac_clean_files
=$ac_clean_files_save
3664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3665 $as_echo_n "checking for suffix of executables... " >&6; }
3666 if { { ac_try
="$ac_link"
3668 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3669 *) ac_try_echo=$ac_try;;
3671 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3672 $as_echo "$ac_try_echo"; } >&5
3673 (eval "$ac_link") 2>&5
3675 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3676 test $ac_status = 0; }; then :
3677 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
3678 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
3679 # work properly (i.e., refer to `conftest.exe'), while it won't with
3681 for ac_file
in conftest.exe conftest conftest.
*; do
3682 test -f "$ac_file" ||
continue
3684 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
3685 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3691 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3692 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3693 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
3694 See \`config.log' for more details" "$LINENO" 5; }
3696 rm -f conftest conftest
$ac_cv_exeext
3697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3698 $as_echo "$ac_cv_exeext" >&6; }
3700 rm -f conftest.
$ac_ext
3701 EXEEXT
=$ac_cv_exeext
3703 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3704 /* end confdefs.h. */
3709 FILE *f = fopen ("conftest.out", "w");
3710 return ferror (f) || fclose (f) != 0;
3716 ac_clean_files
="$ac_clean_files conftest.out"
3717 # Check that the compiler produces executables we can run. If not, either
3718 # the compiler is broken, or we cross compile.
3719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3720 $as_echo_n "checking whether we are cross compiling... " >&6; }
3721 if test "$cross_compiling" != yes; then
3722 { { ac_try
="$ac_link"
3724 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3725 *) ac_try_echo=$ac_try;;
3727 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3728 $as_echo "$ac_try_echo"; } >&5
3729 (eval "$ac_link") 2>&5
3731 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3732 test $ac_status = 0; }
3733 if { ac_try='./conftest$ac_cv_exeext'
3734 { { case "(($ac_try" in
3735 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3736 *) ac_try_echo
=$ac_try;;
3738 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3739 $as_echo "$ac_try_echo"; } >&5
3740 (eval "$ac_try") 2>&5
3742 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3743 test $ac_status = 0; }; }; then
3746 if test "$cross_compiling" = maybe
; then
3749 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3750 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3751 as_fn_error $?
"cannot run C compiled programs.
3752 If you meant to cross compile, use \`--host'.
3753 See \`config.log' for more details" "$LINENO" 5; }
3757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3758 $as_echo "$cross_compiling" >&6; }
3760 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
3761 ac_clean_files
=$ac_clean_files_save
3762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3763 $as_echo_n "checking for suffix of object files... " >&6; }
3764 if ${ac_cv_objext+:} false
; then :
3765 $as_echo_n "(cached) " >&6
3767 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3768 /* end confdefs.h. */
3778 rm -f conftest.o conftest.obj
3779 if { { ac_try
="$ac_compile"
3781 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3782 *) ac_try_echo=$ac_try;;
3784 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3785 $as_echo "$ac_try_echo"; } >&5
3786 (eval "$ac_compile") 2>&5
3788 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3789 test $ac_status = 0; }; then :
3790 for ac_file in conftest.o conftest.obj conftest.*; do
3791 test -f "$ac_file" || continue;
3793 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3794 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3799 $as_echo "$as_me: failed program was:" >&5
3800 sed 's/^/| /' conftest.$ac_ext >&5
3802 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3803 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3804 as_fn_error $? "cannot compute suffix of object files
: cannot compile
3805 See \
`config.log' for more details" "$LINENO" 5; }
3807 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3810 $as_echo "$ac_cv_objext" >&6; }
3811 OBJEXT=$ac_cv_objext
3813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3814 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3815 if ${ac_cv_c_compiler_gnu+:} false; then :
3816 $as_echo_n "(cached) " >&6
3818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3819 /* end confdefs.h. */
3832 if ac_fn_c_try_compile "$LINENO"; then :
3837 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3838 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3842 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3843 if test $ac_compiler_gnu = yes; then
3848 ac_test_CFLAGS=${CFLAGS+set}
3849 ac_save_CFLAGS=$CFLAGS
3850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3851 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3852 if ${ac_cv_prog_cc_g+:} false; then :
3853 $as_echo_n "(cached) " >&6
3855 ac_save_c_werror_flag=$ac_c_werror_flag
3856 ac_c_werror_flag=yes
3859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3860 /* end confdefs.h. */
3870 if ac_fn_c_try_compile "$LINENO"; then :
3874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3875 /* end confdefs.h. */
3885 if ac_fn_c_try_compile "$LINENO"; then :
3888 ac_c_werror_flag=$ac_save_c_werror_flag
3890 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3891 /* end confdefs.h. */
3901 if ac_fn_c_try_compile "$LINENO"; then :
3904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3909 ac_c_werror_flag=$ac_save_c_werror_flag
3911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3912 $as_echo "$ac_cv_prog_cc_g" >&6; }
3913 if test "$ac_test_CFLAGS" = set; then
3914 CFLAGS=$ac_save_CFLAGS
3915 elif test $ac_cv_prog_cc_g = yes; then
3916 if test "$GCC" = yes; then
3922 if test "$GCC" = yes; then
3928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3929 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3930 if ${ac_cv_prog_cc_c89+:} false; then :
3931 $as_echo_n "(cached) " >&6
3933 ac_cv_prog_cc_c89=no
3935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3936 /* end confdefs.h. */
3940 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3941 struct buf { int x; };
3942 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3943 static char *e (p, i)
3949 static char *f (char * (*g) (char **, int), char **p, ...)
3954 s = g (p, va_arg (v,int));
3959 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3960 function prototypes and stuff, but not '\xHH' hex character constants.
3961 These don't provoke an error unfortunately, instead are silently treated
3962 as 'x'. The following induces an error, until -std is added to get
3963 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3964 array size at least. It's necessary to write '\x00'==0 to get something
3965 that's true only with -std. */
3966 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3968 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3969 inside strings and character constants. */
3971 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3973 int test (int i, double x);
3974 struct s1 {int (*f) (int a);};
3975 struct s2 {int (*f) (double a);};
3976 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3982 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3987 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3988 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3990 CC="$ac_save_CC $ac_arg"
3991 if ac_fn_c_try_compile "$LINENO"; then :
3992 ac_cv_prog_cc_c89=$ac_arg
3994 rm -f core conftest.err conftest.$ac_objext
3995 test "x$ac_cv_prog_cc_c89" != "xno" && break
3997 rm -f conftest.$ac_ext
4002 case "x$ac_cv_prog_cc_c89" in
4004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4005 $as_echo "none needed" >&6; } ;;
4007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4008 $as_echo "unsupported" >&6; } ;;
4010 CC="$CC $ac_cv_prog_cc_c89"
4011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4012 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4014 if test "x$ac_cv_prog_cc_c89" != xno; then :
4019 ac_cpp='$CPP $CPPFLAGS'
4020 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4021 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4022 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4025 ac_cpp='$CPP $CPPFLAGS'
4026 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4027 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4028 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4030 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4031 if ${am_cv_prog_cc_c_o+:} false; then :
4032 $as_echo_n "(cached) " >&6
4034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4035 /* end confdefs.h. */
4045 # Make sure it works both with $CC and with simple cc.
4046 # Following AC_PROG_CC_C_O, we do the test twice because some
4047 # compilers refuse to overwrite an existing .o file with -o,
4048 # though they will create one.
4049 am_cv_prog_cc_c_o=yes
4051 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4052 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4055 (exit $ac_status); } \
4056 && test -f conftest2.$ac_objext; then
4059 am_cv_prog_cc_c_o=no
4063 rm -f core conftest*
4066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4067 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4068 if test "$am_cv_prog_cc_c_o" != yes; then
4069 # Losing compiler, so override with the script.
4070 # FIXME: It is wrong to rewrite CC.
4071 # But if we don't then we get into trouble of one sort or another.
4072 # A longer-term fix would be to have automake use am__CC in this case,
4073 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4074 CC="$am_aux_dir/compile $CC"
4077 ac_cpp='$CPP $CPPFLAGS'
4078 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4079 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4080 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4083 depcc="$CC" am_compiler_list=
4085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4086 $as_echo_n "checking dependency style of $depcc... " >&6; }
4087 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4088 $as_echo_n "(cached) " >&6
4090 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4091 # We make a subdir and do the tests there. Otherwise we can end up
4092 # making bogus files that we don't know about and never remove. For
4093 # instance it was reported that on HP-UX the gcc test will end up
4094 # making a dummy file named 'D' -- because '-MD' means "put the output
4098 # Copy depcomp to subdir because otherwise we won't find it if we're
4099 # using a relative directory.
4100 cp "$am_depcomp" conftest.dir
4102 # We will build objects and dependencies in a subdirectory because
4103 # it helps to detect inapplicable dependency modes. For instance
4104 # both Tru64's cc and ICC support -MD to output dependencies as a
4105 # side effect of compilation, but ICC will put the dependencies in
4106 # the current directory while Tru64 will put them in the object
4110 am_cv_CC_dependencies_compiler_type=none
4111 if test "$am_compiler_list" = ""; then
4112 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < .
/depcomp
`
4115 case " $depcc " in #(
4116 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4119 for depmode in $am_compiler_list; do
4120 # Setup a source with many dependencies, because some compilers
4121 # like to wrap large dependency lists on column 80 (with \), and
4122 # we should not choose a depcomp mode which is confused by this.
4124 # We need to recreate these files for each test, as the compiler may
4125 # overwrite some of them when testing with obscure command lines.
4126 # This happens at least with the AIX C compiler.
4128 for i in 1 2 3 4 5 6; do
4129 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4130 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4131 # Solaris 10 /bin/sh.
4132 echo '/* dummy */' > sub/conftst$i.h
4134 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4136 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4137 # mode. It turns out that the SunPro C++ compiler does not properly
4138 # handle '-M -o', and we need to detect this. Also, some Intel
4139 # versions had trouble with output in subdirs.
4140 am__obj=sub/conftest.${OBJEXT-o}
4141 am__minus_obj="-o $am__obj"
4144 # This depmode causes a compiler race in universal mode.
4145 test "$am__universal" = false || continue
4148 # After this tag, mechanisms are not by side-effect, so they'll
4149 # only be used when explicitly requested.
4150 if test "x$enable_dependency_tracking" = xyes; then
4156 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4157 # This compiler won't grok '-c -o', but also, the minuso test has
4158 # not run yet. These depmodes are late enough in the game, and
4159 # so weak that their functioning should not be impacted.
4160 am__obj=conftest.${OBJEXT-o}
4165 if depmode=$depmode \
4166 source=sub/conftest.c object=$am__obj \
4167 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4168 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4169 >/dev/null 2>conftest.err &&
4170 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4171 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4172 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4173 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4174 # icc doesn't choke on unknown options, it will just issue warnings
4175 # or remarks (even with -Werror). So we grep stderr for any message
4176 # that says an option was ignored or not supported.
4177 # When given -MP, icc 7.0 and 7.1 complain thusly:
4178 # icc: Command line warning: ignoring option '-M'; no argument required
4179 # The diagnosis changed in icc 8.0:
4180 # icc: Command line remark: option '-MP' not supported
4181 if (grep 'ignoring option' conftest.err ||
4182 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4183 am_cv_CC_dependencies_compiler_type=$depmode
4192 am_cv_CC_dependencies_compiler_type=none
4196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4197 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4198 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4201 test "x$enable_dependency_tracking" != xno \
4202 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4204 am__fastdepCC_FALSE='#'
4206 am__fastdepCC_TRUE='#'
4207 am__fastdepCC_FALSE=
4213 ac_cpp='$CPP $CPPFLAGS'
4214 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4215 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4216 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4218 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4219 # On Suns, sometimes $CPP names a directory.
4220 if test -n "$CPP" && test -d "$CPP"; then
4223 if test -z "$CPP"; then
4224 if ${ac_cv_prog_CPP+:} false; then :
4225 $as_echo_n "(cached) " >&6
4227 # Double quotes because CPP needs to be expanded
4228 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4231 for ac_c_preproc_warn_flag in '' yes
4233 # Use a header file that comes with gcc, so configuring glibc
4234 # with a fresh cross-compiler works.
4235 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4236 # <limits.h> exists even on freestanding compilers.
4237 # On the NeXT, cc -E runs the code through the compiler's parser,
4238 # not just through cpp. "Syntax error" is here to catch this case.
4239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4240 /* end confdefs.h. */
4242 # include <limits.h>
4244 # include <assert.h>
4248 if ac_fn_c_try_cpp "$LINENO"; then :
4251 # Broken: fails on valid input.
4254 rm -f conftest.err conftest.i conftest.$ac_ext
4256 # OK, works on sane cases. Now check whether nonexistent headers
4257 # can be detected and how.
4258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4259 /* end confdefs.h. */
4260 #include <ac_nonexistent.h>
4262 if ac_fn_c_try_cpp "$LINENO"; then :
4263 # Broken: success on invalid input.
4266 # Passes both tests.
4270 rm -f conftest.err conftest.i conftest.$ac_ext
4273 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4274 rm -f conftest.i conftest.err conftest.
$ac_ext
4275 if $ac_preproc_ok; then :
4287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4288 $as_echo "$CPP" >&6; }
4290 for ac_c_preproc_warn_flag
in '' yes
4292 # Use a header file that comes with gcc, so configuring glibc
4293 # with a fresh cross-compiler works.
4294 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4295 # <limits.h> exists even on freestanding compilers.
4296 # On the NeXT, cc -E runs the code through the compiler's parser,
4297 # not just through cpp. "Syntax error" is here to catch this case.
4298 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4299 /* end confdefs.h. */
4301 # include <limits.h>
4303 # include <assert.h>
4307 if ac_fn_c_try_cpp
"$LINENO"; then :
4310 # Broken: fails on valid input.
4313 rm -f conftest.err conftest.i conftest.
$ac_ext
4315 # OK, works on sane cases. Now check whether nonexistent headers
4316 # can be detected and how.
4317 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4318 /* end confdefs.h. */
4319 #include <ac_nonexistent.h>
4321 if ac_fn_c_try_cpp
"$LINENO"; then :
4322 # Broken: success on invalid input.
4325 # Passes both tests.
4329 rm -f conftest.err conftest.i conftest.
$ac_ext
4332 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4333 rm -f conftest.i conftest.err conftest.
$ac_ext
4334 if $ac_preproc_ok; then :
4337 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4338 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4339 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
4340 See \`config.log' for more details" "$LINENO" 5; }
4344 ac_cpp
='$CPP $CPPFLAGS'
4345 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4346 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4347 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4351 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4352 if ${ac_cv_path_GREP+:} false
; then :
4353 $as_echo_n "(cached) " >&6
4355 if test -z "$GREP"; then
4356 ac_path_GREP_found
=false
4357 # Loop through the user's path and test for each of PROGNAME-LIST
4358 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4359 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4362 test -z "$as_dir" && as_dir
=.
4363 for ac_prog
in grep ggrep
; do
4364 for ac_exec_ext
in '' $ac_executable_extensions; do
4365 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
4366 as_fn_executable_p
"$ac_path_GREP" ||
continue
4367 # Check for GNU ac_path_GREP and select it if it is found.
4368 # Check for GNU $ac_path_GREP
4369 case `"$ac_path_GREP" --version 2>&1` in
4371 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
4374 $as_echo_n 0123456789 >"conftest.in"
4377 cat "conftest.in" "conftest.in" >"conftest.tmp"
4378 mv "conftest.tmp" "conftest.in"
4379 cp "conftest.in" "conftest.nl"
4380 $as_echo 'GREP' >> "conftest.nl"
4381 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4382 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4383 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4384 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4385 # Best one so far, save it but keep looking for a better one
4386 ac_cv_path_GREP
="$ac_path_GREP"
4387 ac_path_GREP_max
=$ac_count
4389 # 10*(2^10) chars as input seems more than enough
4390 test $ac_count -gt 10 && break
4392 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4395 $ac_path_GREP_found && break 3
4400 if test -z "$ac_cv_path_GREP"; then
4401 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4404 ac_cv_path_GREP
=$GREP
4408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4409 $as_echo "$ac_cv_path_GREP" >&6; }
4410 GREP
="$ac_cv_path_GREP"
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4414 $as_echo_n "checking for egrep... " >&6; }
4415 if ${ac_cv_path_EGREP+:} false
; then :
4416 $as_echo_n "(cached) " >&6
4418 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
4419 then ac_cv_path_EGREP
="$GREP -E"
4421 if test -z "$EGREP"; then
4422 ac_path_EGREP_found
=false
4423 # Loop through the user's path and test for each of PROGNAME-LIST
4424 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4425 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
4428 test -z "$as_dir" && as_dir
=.
4429 for ac_prog
in egrep; do
4430 for ac_exec_ext
in '' $ac_executable_extensions; do
4431 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
4432 as_fn_executable_p
"$ac_path_EGREP" ||
continue
4433 # Check for GNU ac_path_EGREP and select it if it is found.
4434 # Check for GNU $ac_path_EGREP
4435 case `"$ac_path_EGREP" --version 2>&1` in
4437 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
4440 $as_echo_n 0123456789 >"conftest.in"
4443 cat "conftest.in" "conftest.in" >"conftest.tmp"
4444 mv "conftest.tmp" "conftest.in"
4445 cp "conftest.in" "conftest.nl"
4446 $as_echo 'EGREP' >> "conftest.nl"
4447 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
4448 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
4449 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
4450 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4451 # Best one so far, save it but keep looking for a better one
4452 ac_cv_path_EGREP
="$ac_path_EGREP"
4453 ac_path_EGREP_max
=$ac_count
4455 # 10*(2^10) chars as input seems more than enough
4456 test $ac_count -gt 10 && break
4458 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
4461 $ac_path_EGREP_found && break 3
4466 if test -z "$ac_cv_path_EGREP"; then
4467 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4470 ac_cv_path_EGREP
=$EGREP
4475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4476 $as_echo "$ac_cv_path_EGREP" >&6; }
4477 EGREP
="$ac_cv_path_EGREP"
4480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4481 $as_echo_n "checking for ANSI C header files... " >&6; }
4482 if ${ac_cv_header_stdc+:} false
; then :
4483 $as_echo_n "(cached) " >&6
4485 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4486 /* end confdefs.h. */
4500 if ac_fn_c_try_compile
"$LINENO"; then :
4501 ac_cv_header_stdc
=yes
4503 ac_cv_header_stdc
=no
4505 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4507 if test $ac_cv_header_stdc = yes; then
4508 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4509 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4510 /* end confdefs.h. */
4514 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4515 $EGREP "memchr" >/dev
/null
2>&1; then :
4518 ac_cv_header_stdc
=no
4524 if test $ac_cv_header_stdc = yes; then
4525 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4526 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4527 /* end confdefs.h. */
4531 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4532 $EGREP "free" >/dev
/null
2>&1; then :
4535 ac_cv_header_stdc
=no
4541 if test $ac_cv_header_stdc = yes; then
4542 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4543 if test "$cross_compiling" = yes; then :
4546 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4547 /* end confdefs.h. */
4550 #if ((' ' & 0x0FF) == 0x020)
4551 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4552 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4554 # define ISLOWER(c) \
4555 (('a' <= (c) && (c) <= 'i') \
4556 || ('j' <= (c) && (c) <= 'r') \
4557 || ('s' <= (c) && (c) <= 'z'))
4558 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4561 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4566 for (i = 0; i < 256; i++)
4567 if (XOR (islower (i), ISLOWER (i))
4568 || toupper (i) != TOUPPER (i))
4573 if ac_fn_c_try_run
"$LINENO"; then :
4576 ac_cv_header_stdc
=no
4578 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
4579 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
4584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4585 $as_echo "$ac_cv_header_stdc" >&6; }
4586 if test $ac_cv_header_stdc = yes; then
4588 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4592 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4593 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
4594 inttypes.h stdint.h unistd.h
4596 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4597 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4599 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
4600 cat >>confdefs.h
<<_ACEOF
4601 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4610 ac_fn_c_check_header_mongrel
"$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4611 if test "x$ac_cv_header_minix_config_h" = xyes
; then :
4618 if test "$MINIX" = yes; then
4620 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4623 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4626 $as_echo "#define _MINIX 1" >>confdefs.h
4631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4632 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4633 if ${ac_cv_safe_to_define___extensions__+:} false
; then :
4634 $as_echo_n "(cached) " >&6
4636 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4637 /* end confdefs.h. */
4639 # define __EXTENSIONS__ 1
4640 $ac_includes_default
4649 if ac_fn_c_try_compile
"$LINENO"; then :
4650 ac_cv_safe_to_define___extensions__
=yes
4652 ac_cv_safe_to_define___extensions__
=no
4654 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4657 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4658 test $ac_cv_safe_to_define___extensions__ = yes &&
4659 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4661 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4663 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4665 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4667 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4671 ac_cpp
='$CPP $CPPFLAGS'
4672 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4673 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4674 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4675 if test -n "$ac_tool_prefix"; then
4676 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4677 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
4678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4679 $as_echo_n "checking for $ac_word... " >&6; }
4680 if ${ac_cv_prog_CC+:} false
; then :
4681 $as_echo_n "(cached) " >&6
4683 if test -n "$CC"; then
4684 ac_cv_prog_CC
="$CC" # Let the user override the test.
4686 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4690 test -z "$as_dir" && as_dir
=.
4691 for ac_exec_ext
in '' $ac_executable_extensions; do
4692 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4693 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
4694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4704 if test -n "$CC"; then
4705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4706 $as_echo "$CC" >&6; }
4708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4709 $as_echo "no" >&6; }
4714 if test -z "$ac_cv_prog_CC"; then
4716 # Extract the first word of "gcc", so it can be a program name with args.
4717 set dummy gcc
; ac_word
=$2
4718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4719 $as_echo_n "checking for $ac_word... " >&6; }
4720 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4721 $as_echo_n "(cached) " >&6
4723 if test -n "$ac_ct_CC"; then
4724 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4726 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4730 test -z "$as_dir" && as_dir
=.
4731 for ac_exec_ext
in '' $ac_executable_extensions; do
4732 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4733 ac_cv_prog_ac_ct_CC
="gcc"
4734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4743 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4744 if test -n "$ac_ct_CC"; then
4745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4746 $as_echo "$ac_ct_CC" >&6; }
4748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4749 $as_echo "no" >&6; }
4752 if test "x$ac_ct_CC" = x
; then
4755 case $cross_compiling:$ac_tool_warned in
4757 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4758 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4759 ac_tool_warned
=yes ;;
4767 if test -z "$CC"; then
4768 if test -n "$ac_tool_prefix"; then
4769 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4770 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4772 $as_echo_n "checking for $ac_word... " >&6; }
4773 if ${ac_cv_prog_CC+:} false
; then :
4774 $as_echo_n "(cached) " >&6
4776 if test -n "$CC"; then
4777 ac_cv_prog_CC
="$CC" # Let the user override the test.
4779 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4783 test -z "$as_dir" && as_dir
=.
4784 for ac_exec_ext
in '' $ac_executable_extensions; do
4785 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4786 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4787 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4797 if test -n "$CC"; then
4798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4799 $as_echo "$CC" >&6; }
4801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4802 $as_echo "no" >&6; }
4808 if test -z "$CC"; then
4809 # Extract the first word of "cc", so it can be a program name with args.
4810 set dummy cc
; ac_word
=$2
4811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4812 $as_echo_n "checking for $ac_word... " >&6; }
4813 if ${ac_cv_prog_CC+:} false
; then :
4814 $as_echo_n "(cached) " >&6
4816 if test -n "$CC"; then
4817 ac_cv_prog_CC
="$CC" # Let the user override the test.
4820 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4824 test -z "$as_dir" && as_dir
=.
4825 for ac_exec_ext
in '' $ac_executable_extensions; do
4826 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4827 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4828 ac_prog_rejected
=yes
4832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4839 if test $ac_prog_rejected = yes; then
4840 # We found a bogon in the path, so make sure we never use it.
4841 set dummy
$ac_cv_prog_CC
4843 if test $# != 0; then
4844 # We chose a different compiler from the bogus one.
4845 # However, it has the same basename, so the bogon will be chosen
4846 # first if we set CC to just the basename; use the full file name.
4848 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4854 if test -n "$CC"; then
4855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4856 $as_echo "$CC" >&6; }
4858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4859 $as_echo "no" >&6; }
4864 if test -z "$CC"; then
4865 if test -n "$ac_tool_prefix"; then
4866 for ac_prog
in cl.exe
4868 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4869 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4871 $as_echo_n "checking for $ac_word... " >&6; }
4872 if ${ac_cv_prog_CC+:} false
; then :
4873 $as_echo_n "(cached) " >&6
4875 if test -n "$CC"; then
4876 ac_cv_prog_CC
="$CC" # Let the user override the test.
4878 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4882 test -z "$as_dir" && as_dir
=.
4883 for ac_exec_ext
in '' $ac_executable_extensions; do
4884 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4885 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4886 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4896 if test -n "$CC"; then
4897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4898 $as_echo "$CC" >&6; }
4900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4901 $as_echo "no" >&6; }
4905 test -n "$CC" && break
4908 if test -z "$CC"; then
4910 for ac_prog
in cl.exe
4912 # Extract the first word of "$ac_prog", so it can be a program name with args.
4913 set dummy
$ac_prog; ac_word
=$2
4914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4915 $as_echo_n "checking for $ac_word... " >&6; }
4916 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4917 $as_echo_n "(cached) " >&6
4919 if test -n "$ac_ct_CC"; then
4920 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4922 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4926 test -z "$as_dir" && as_dir
=.
4927 for ac_exec_ext
in '' $ac_executable_extensions; do
4928 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4929 ac_cv_prog_ac_ct_CC
="$ac_prog"
4930 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4939 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4940 if test -n "$ac_ct_CC"; then
4941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4942 $as_echo "$ac_ct_CC" >&6; }
4944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4945 $as_echo "no" >&6; }
4949 test -n "$ac_ct_CC" && break
4952 if test "x$ac_ct_CC" = x
; then
4955 case $cross_compiling:$ac_tool_warned in
4957 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4958 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4959 ac_tool_warned
=yes ;;
4968 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4969 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4970 as_fn_error $?
"no acceptable C compiler found in \$PATH
4971 See \`config.log' for more details" "$LINENO" 5; }
4973 # Provide some information about the compiler.
4974 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4977 for ac_option
in --version -v -V -qversion; do
4978 { { ac_try
="$ac_compiler $ac_option >&5"
4980 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4981 *) ac_try_echo=$ac_try;;
4983 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4984 $as_echo "$ac_try_echo"; } >&5
4985 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4987 if test -s conftest.err; then
4989 ... rest of stderr output deleted ...
4990 10q' conftest.err >conftest.er1
4991 cat conftest.er1 >&5
4993 rm -f conftest.er1 conftest.err
4994 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4995 test $ac_status = 0; }
4998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4999 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
5000 if ${ac_cv_c_compiler_gnu+:} false; then :
5001 $as_echo_n "(cached) " >&6
5003 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5004 /* end confdefs.h. */
5017 if ac_fn_c_try_compile "$LINENO"; then :
5022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5023 ac_cv_c_compiler_gnu=$ac_compiler_gnu
5026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
5027 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
5028 if test $ac_compiler_gnu = yes; then
5033 ac_test_CFLAGS=${CFLAGS+set}
5034 ac_save_CFLAGS=$CFLAGS
5035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
5036 $as_echo_n "checking whether $CC accepts -g... " >&6; }
5037 if ${ac_cv_prog_cc_g+:} false; then :
5038 $as_echo_n "(cached) " >&6
5040 ac_save_c_werror_flag=$ac_c_werror_flag
5041 ac_c_werror_flag=yes
5044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5045 /* end confdefs.h. */
5055 if ac_fn_c_try_compile "$LINENO"; then :
5059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5060 /* end confdefs.h. */
5070 if ac_fn_c_try_compile "$LINENO"; then :
5073 ac_c_werror_flag=$ac_save_c_werror_flag
5075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5076 /* end confdefs.h. */
5086 if ac_fn_c_try_compile "$LINENO"; then :
5089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5094 ac_c_werror_flag=$ac_save_c_werror_flag
5096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
5097 $as_echo "$ac_cv_prog_cc_g" >&6; }
5098 if test "$ac_test_CFLAGS" = set; then
5099 CFLAGS=$ac_save_CFLAGS
5100 elif test $ac_cv_prog_cc_g = yes; then
5101 if test "$GCC" = yes; then
5107 if test "$GCC" = yes; then
5113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
5114 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
5115 if ${ac_cv_prog_cc_c89+:} false; then :
5116 $as_echo_n "(cached) " >&6
5118 ac_cv_prog_cc_c89=no
5120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5121 /* end confdefs.h. */
5125 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5126 struct buf { int x; };
5127 FILE * (*rcsopen) (struct buf *, struct stat *, int);
5128 static char *e (p, i)
5134 static char *f (char * (*g) (char **, int), char **p, ...)
5139 s = g (p, va_arg (v,int));
5144 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5145 function prototypes and stuff, but not '\xHH' hex character constants.
5146 These don't provoke an error unfortunately, instead are silently treated
5147 as 'x'. The following induces an error, until -std is added to get
5148 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5149 array size at least. It's necessary to write '\x00'==0 to get something
5150 that's true only with -std. */
5151 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5153 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5154 inside strings and character constants. */
5156 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5158 int test (int i, double x);
5159 struct s1 {int (*f) (int a);};
5160 struct s2 {int (*f) (double a);};
5161 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5167 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5172 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5173 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5175 CC="$ac_save_CC $ac_arg"
5176 if ac_fn_c_try_compile "$LINENO"; then :
5177 ac_cv_prog_cc_c89=$ac_arg
5179 rm -f core conftest.err conftest.$ac_objext
5180 test "x$ac_cv_prog_cc_c89" != "xno" && break
5182 rm -f conftest.$ac_ext
5187 case "x$ac_cv_prog_cc_c89" in
5189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5190 $as_echo "none needed" >&6; } ;;
5192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5193 $as_echo "unsupported" >&6; } ;;
5195 CC="$CC $ac_cv_prog_cc_c89"
5196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5197 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5199 if test "x$ac_cv_prog_cc_c89" != xno; then :
5204 ac_cpp='$CPP $CPPFLAGS'
5205 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5206 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5207 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5210 ac_cpp='$CPP $CPPFLAGS'
5211 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5212 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5213 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
5215 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
5216 if ${am_cv_prog_cc_c_o+:} false; then :
5217 $as_echo_n "(cached) " >&6
5219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5220 /* end confdefs.h. */
5230 # Make sure it works both with $CC and with simple cc.
5231 # Following AC_PROG_CC_C_O, we do the test twice because some
5232 # compilers refuse to overwrite an existing .o file with -o,
5233 # though they will create one.
5234 am_cv_prog_cc_c_o=yes
5236 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
5237 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
5239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5240 (exit $ac_status); } \
5241 && test -f conftest2.$ac_objext; then
5244 am_cv_prog_cc_c_o=no
5248 rm -f core conftest*
5251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
5252 $as_echo "$am_cv_prog_cc_c_o" >&6; }
5253 if test "$am_cv_prog_cc_c_o" != yes; then
5254 # Losing compiler, so override with the script.
5255 # FIXME: It is wrong to rewrite CC.
5256 # But if we don't then we get into trouble of one sort or another.
5257 # A longer-term fix would be to have automake use am__CC in this case,
5258 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
5259 CC="$am_aux_dir/compile $CC"
5262 ac_cpp='$CPP $CPPFLAGS'
5263 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5264 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5265 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5268 depcc="$CC" am_compiler_list=
5270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
5271 $as_echo_n "checking dependency style of $depcc... " >&6; }
5272 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
5273 $as_echo_n "(cached) " >&6
5275 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5276 # We make a subdir and do the tests there. Otherwise we can end up
5277 # making bogus files that we don't know about and never remove. For
5278 # instance it was reported that on HP-UX the gcc test will end up
5279 # making a dummy file named 'D' -- because '-MD' means "put the output
5283 # Copy depcomp to subdir because otherwise we won't find it if we're
5284 # using a relative directory.
5285 cp "$am_depcomp" conftest.dir
5287 # We will build objects and dependencies in a subdirectory because
5288 # it helps to detect inapplicable dependency modes. For instance
5289 # both Tru64's cc and ICC support -MD to output dependencies as a
5290 # side effect of compilation, but ICC will put the dependencies in
5291 # the current directory while Tru64 will put them in the object
5295 am_cv_CC_dependencies_compiler_type=none
5296 if test "$am_compiler_list" = ""; then
5297 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < .
/depcomp
`
5300 case " $depcc " in #(
5301 *\ -arch\ *\ -arch\ *) am__universal=true ;;
5304 for depmode in $am_compiler_list; do
5305 # Setup a source with many dependencies, because some compilers
5306 # like to wrap large dependency lists on column 80 (with \), and
5307 # we should not choose a depcomp mode which is confused by this.
5309 # We need to recreate these files for each test, as the compiler may
5310 # overwrite some of them when testing with obscure command lines.
5311 # This happens at least with the AIX C compiler.
5313 for i in 1 2 3 4 5 6; do
5314 echo '#include "conftst'$i'.h"' >> sub/conftest.c
5315 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
5316 # Solaris 10 /bin/sh.
5317 echo '/* dummy */' > sub/conftst$i.h
5319 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5321 # We check with '-c' and '-o' for the sake of the "dashmstdout"
5322 # mode. It turns out that the SunPro C++ compiler does not properly
5323 # handle '-M -o', and we need to detect this. Also, some Intel
5324 # versions had trouble with output in subdirs.
5325 am__obj=sub/conftest.${OBJEXT-o}
5326 am__minus_obj="-o $am__obj"
5329 # This depmode causes a compiler race in universal mode.
5330 test "$am__universal" = false || continue
5333 # After this tag, mechanisms are not by side-effect, so they'll
5334 # only be used when explicitly requested.
5335 if test "x$enable_dependency_tracking" = xyes; then
5341 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
5342 # This compiler won't grok '-c -o', but also, the minuso test has
5343 # not run yet. These depmodes are late enough in the game, and
5344 # so weak that their functioning should not be impacted.
5345 am__obj=conftest.${OBJEXT-o}
5350 if depmode=$depmode \
5351 source=sub/conftest.c object=$am__obj \
5352 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5353 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
5354 >/dev/null 2>conftest.err &&
5355 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
5356 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5357 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
5358 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5359 # icc doesn't choke on unknown options, it will just issue warnings
5360 # or remarks (even with -Werror). So we grep stderr for any message
5361 # that says an option was ignored or not supported.
5362 # When given -MP, icc 7.0 and 7.1 complain thusly:
5363 # icc: Command line warning: ignoring option '-M'; no argument required
5364 # The diagnosis changed in icc 8.0:
5365 # icc: Command line remark: option '-MP' not supported
5366 if (grep 'ignoring option' conftest.err ||
5367 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5368 am_cv_CC_dependencies_compiler_type=$depmode
5377 am_cv_CC_dependencies_compiler_type=none
5381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
5382 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
5383 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
5386 test "x$enable_dependency_tracking" != xno \
5387 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
5389 am__fastdepCC_FALSE='#'
5391 am__fastdepCC_TRUE='#'
5392 am__fastdepCC_FALSE=
5397 ac_cpp='$CXXCPP $CPPFLAGS'
5398 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5399 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5400 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5401 if test -z "$CXX"; then
5402 if test -n "$CCC"; then
5405 if test -n "$ac_tool_prefix"; then
5406 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5408 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5409 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5411 $as_echo_n "checking for $ac_word... " >&6; }
5412 if ${ac_cv_prog_CXX+:} false; then :
5413 $as_echo_n "(cached) " >&6
5415 if test -n "$CXX"; then
5416 ac_cv_prog_CXX="$CXX" # Let the user override the test.
5418 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5422 test -z "$as_dir" && as_dir=.
5423 for ac_exec_ext in '' $ac_executable_extensions; do
5424 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5425 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
5426 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5436 if test -n "$CXX"; then
5437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
5438 $as_echo "$CXX" >&6; }
5440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5441 $as_echo "no" >&6; }
5445 test -n "$CXX" && break
5448 if test -z "$CXX"; then
5450 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
5452 # Extract the first word of "$ac_prog", so it can be a program name with args.
5453 set dummy $ac_prog; ac_word=$2
5454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5455 $as_echo_n "checking for $ac_word... " >&6; }
5456 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
5457 $as_echo_n "(cached) " >&6
5459 if test -n "$ac_ct_CXX"; then
5460 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
5462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5466 test -z "$as_dir" && as_dir=.
5467 for ac_exec_ext in '' $ac_executable_extensions; do
5468 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5469 ac_cv_prog_ac_ct_CXX="$ac_prog"
5470 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5479 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
5480 if test -n "$ac_ct_CXX"; then
5481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
5482 $as_echo "$ac_ct_CXX" >&6; }
5484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5485 $as_echo "no" >&6; }
5489 test -n "$ac_ct_CXX" && break
5492 if test "x$ac_ct_CXX" = x; then
5495 case $cross_compiling:$ac_tool_warned in
5497 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5498 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5499 ac_tool_warned=yes ;;
5507 # Provide some information about the compiler.
5508 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
5511 for ac_option in --version -v -V -qversion; do
5512 { { ac_try="$ac_compiler $ac_option >&5"
5514 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5515 *) ac_try_echo
=$ac_try;;
5517 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5518 $as_echo "$ac_try_echo"; } >&5
5519 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5521 if test -s conftest.err
; then
5523 ... rest of stderr output deleted ...
5524 10q' conftest.err
>conftest.er1
5525 cat conftest.er1
>&5
5527 rm -f conftest.er1 conftest.err
5528 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5529 test $ac_status = 0; }
5532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
5533 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
5534 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
5535 $as_echo_n "(cached) " >&6
5537 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5538 /* end confdefs.h. */
5551 if ac_fn_cxx_try_compile
"$LINENO"; then :
5556 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5557 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
5560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
5561 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
5562 if test $ac_compiler_gnu = yes; then
5567 ac_test_CXXFLAGS
=${CXXFLAGS+set}
5568 ac_save_CXXFLAGS
=$CXXFLAGS
5569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
5570 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
5571 if ${ac_cv_prog_cxx_g+:} false
; then :
5572 $as_echo_n "(cached) " >&6
5574 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
5575 ac_cxx_werror_flag
=yes
5578 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5579 /* end confdefs.h. */
5589 if ac_fn_cxx_try_compile
"$LINENO"; then :
5590 ac_cv_prog_cxx_g
=yes
5593 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5594 /* end confdefs.h. */
5604 if ac_fn_cxx_try_compile
"$LINENO"; then :
5607 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5609 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5610 /* end confdefs.h. */
5620 if ac_fn_cxx_try_compile
"$LINENO"; then :
5621 ac_cv_prog_cxx_g
=yes
5623 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5625 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5627 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5628 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
5630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
5631 $as_echo "$ac_cv_prog_cxx_g" >&6; }
5632 if test "$ac_test_CXXFLAGS" = set; then
5633 CXXFLAGS
=$ac_save_CXXFLAGS
5634 elif test $ac_cv_prog_cxx_g = yes; then
5635 if test "$GXX" = yes; then
5641 if test "$GXX" = yes; then
5648 ac_cpp
='$CPP $CPPFLAGS'
5649 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5650 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5651 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5653 depcc
="$CXX" am_compiler_list
=
5655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
5656 $as_echo_n "checking dependency style of $depcc... " >&6; }
5657 if ${am_cv_CXX_dependencies_compiler_type+:} false
; then :
5658 $as_echo_n "(cached) " >&6
5660 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
5661 # We make a subdir and do the tests there. Otherwise we can end up
5662 # making bogus files that we don't know about and never remove. For
5663 # instance it was reported that on HP-UX the gcc test will end up
5664 # making a dummy file named 'D' -- because '-MD' means "put the output
5668 # Copy depcomp to subdir because otherwise we won't find it if we're
5669 # using a relative directory.
5670 cp "$am_depcomp" conftest.dir
5672 # We will build objects and dependencies in a subdirectory because
5673 # it helps to detect inapplicable dependency modes. For instance
5674 # both Tru64's cc and ICC support -MD to output dependencies as a
5675 # side effect of compilation, but ICC will put the dependencies in
5676 # the current directory while Tru64 will put them in the object
5680 am_cv_CXX_dependencies_compiler_type
=none
5681 if test "$am_compiler_list" = ""; then
5682 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
5685 case " $depcc " in #(
5686 *\
-arch\
*\
-arch\
*) am__universal
=true
;;
5689 for depmode
in $am_compiler_list; do
5690 # Setup a source with many dependencies, because some compilers
5691 # like to wrap large dependency lists on column 80 (with \), and
5692 # we should not choose a depcomp mode which is confused by this.
5694 # We need to recreate these files for each test, as the compiler may
5695 # overwrite some of them when testing with obscure command lines.
5696 # This happens at least with the AIX C compiler.
5698 for i
in 1 2 3 4 5 6; do
5699 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
5700 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
5701 # Solaris 10 /bin/sh.
5702 echo '/* dummy */' > sub
/conftst
$i.h
5704 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
5706 # We check with '-c' and '-o' for the sake of the "dashmstdout"
5707 # mode. It turns out that the SunPro C++ compiler does not properly
5708 # handle '-M -o', and we need to detect this. Also, some Intel
5709 # versions had trouble with output in subdirs.
5710 am__obj
=sub
/conftest.
${OBJEXT-o}
5711 am__minus_obj
="-o $am__obj"
5714 # This depmode causes a compiler race in universal mode.
5715 test "$am__universal" = false ||
continue
5718 # After this tag, mechanisms are not by side-effect, so they'll
5719 # only be used when explicitly requested.
5720 if test "x$enable_dependency_tracking" = xyes
; then
5726 msvc7 | msvc7msys | msvisualcpp | msvcmsys
)
5727 # This compiler won't grok '-c -o', but also, the minuso test has
5728 # not run yet. These depmodes are late enough in the game, and
5729 # so weak that their functioning should not be impacted.
5730 am__obj
=conftest.
${OBJEXT-o}
5735 if depmode
=$depmode \
5736 source=sub
/conftest.c object
=$am__obj \
5737 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
5738 $SHELL .
/depcomp
$depcc -c $am__minus_obj sub
/conftest.c \
5739 >/dev
/null
2>conftest.err
&&
5740 grep sub
/conftst1.h sub
/conftest.Po
> /dev
/null
2>&1 &&
5741 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
5742 grep $am__obj sub
/conftest.Po
> /dev
/null
2>&1 &&
5743 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
5744 # icc doesn't choke on unknown options, it will just issue warnings
5745 # or remarks (even with -Werror). So we grep stderr for any message
5746 # that says an option was ignored or not supported.
5747 # When given -MP, icc 7.0 and 7.1 complain thusly:
5748 # icc: Command line warning: ignoring option '-M'; no argument required
5749 # The diagnosis changed in icc 8.0:
5750 # icc: Command line remark: option '-MP' not supported
5751 if (grep 'ignoring option' conftest.err ||
5752 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
5753 am_cv_CXX_dependencies_compiler_type
=$depmode
5762 am_cv_CXX_dependencies_compiler_type
=none
5766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
5767 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
5768 CXXDEPMODE
=depmode
=$am_cv_CXX_dependencies_compiler_type
5771 test "x$enable_dependency_tracking" != xno \
5772 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3
; then
5773 am__fastdepCXX_TRUE
=
5774 am__fastdepCXX_FALSE
='#'
5776 am__fastdepCXX_TRUE
='#'
5777 am__fastdepCXX_FALSE
=
5782 if test -n "$ac_tool_prefix"; then
5783 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5784 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5786 $as_echo_n "checking for $ac_word... " >&6; }
5787 if ${ac_cv_prog_RANLIB+:} false
; then :
5788 $as_echo_n "(cached) " >&6
5790 if test -n "$RANLIB"; then
5791 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5793 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5797 test -z "$as_dir" && as_dir
=.
5798 for ac_exec_ext
in '' $ac_executable_extensions; do
5799 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5800 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5801 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5810 RANLIB
=$ac_cv_prog_RANLIB
5811 if test -n "$RANLIB"; then
5812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5813 $as_echo "$RANLIB" >&6; }
5815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5816 $as_echo "no" >&6; }
5821 if test -z "$ac_cv_prog_RANLIB"; then
5822 ac_ct_RANLIB
=$RANLIB
5823 # Extract the first word of "ranlib", so it can be a program name with args.
5824 set dummy ranlib
; ac_word
=$2
5825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5826 $as_echo_n "checking for $ac_word... " >&6; }
5827 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5828 $as_echo_n "(cached) " >&6
5830 if test -n "$ac_ct_RANLIB"; then
5831 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5833 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5837 test -z "$as_dir" && as_dir
=.
5838 for ac_exec_ext
in '' $ac_executable_extensions; do
5839 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5840 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5841 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5850 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5851 if test -n "$ac_ct_RANLIB"; then
5852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5853 $as_echo "$ac_ct_RANLIB" >&6; }
5855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5856 $as_echo "no" >&6; }
5859 if test "x$ac_ct_RANLIB" = x
; then
5862 case $cross_compiling:$ac_tool_warned in
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5865 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5866 ac_tool_warned
=yes ;;
5868 RANLIB
=$ac_ct_RANLIB
5871 RANLIB
="$ac_cv_prog_RANLIB"
5874 if test -n "$ac_tool_prefix"; then
5875 for ac_prog
in ar lib
"link -lib"
5877 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5878 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5880 $as_echo_n "checking for $ac_word... " >&6; }
5881 if ${ac_cv_prog_AR+:} false
; then :
5882 $as_echo_n "(cached) " >&6
5884 if test -n "$AR"; then
5885 ac_cv_prog_AR
="$AR" # Let the user override the test.
5887 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5891 test -z "$as_dir" && as_dir
=.
5892 for ac_exec_ext
in '' $ac_executable_extensions; do
5893 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5894 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5895 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5905 if test -n "$AR"; then
5906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5907 $as_echo "$AR" >&6; }
5909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5910 $as_echo "no" >&6; }
5914 test -n "$AR" && break
5917 if test -z "$AR"; then
5919 for ac_prog
in ar lib
"link -lib"
5921 # Extract the first word of "$ac_prog", so it can be a program name with args.
5922 set dummy
$ac_prog; ac_word
=$2
5923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5924 $as_echo_n "checking for $ac_word... " >&6; }
5925 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5926 $as_echo_n "(cached) " >&6
5928 if test -n "$ac_ct_AR"; then
5929 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5931 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5935 test -z "$as_dir" && as_dir
=.
5936 for ac_exec_ext
in '' $ac_executable_extensions; do
5937 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5938 ac_cv_prog_ac_ct_AR
="$ac_prog"
5939 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5948 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5949 if test -n "$ac_ct_AR"; then
5950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5951 $as_echo "$ac_ct_AR" >&6; }
5953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5954 $as_echo "no" >&6; }
5958 test -n "$ac_ct_AR" && break
5961 if test "x$ac_ct_AR" = x
; then
5964 case $cross_compiling:$ac_tool_warned in
5966 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5967 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5968 ac_tool_warned
=yes ;;
5976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the archiver ($AR) interface" >&5
5977 $as_echo_n "checking the archiver ($AR) interface... " >&6; }
5978 if ${am_cv_ar_interface+:} false
; then :
5979 $as_echo_n "(cached) " >&6
5982 ac_cpp
='$CPP $CPPFLAGS'
5983 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5984 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5985 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5987 am_cv_ar_interface
=ar
5988 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5989 /* end confdefs.h. */
5990 int some_variable = 0;
5992 if ac_fn_c_try_compile
"$LINENO"; then :
5993 am_ar_try
='$AR cru libconftest.a conftest.$ac_objext >&5'
5994 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5
5995 (eval $am_ar_try) 2>&5
5997 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5998 test $ac_status = 0; }
5999 if test "$ac_status" -eq 0; then
6000 am_cv_ar_interface
=ar
6002 am_ar_try
='$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext >&5'
6003 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5
6004 (eval $am_ar_try) 2>&5
6006 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6007 test $ac_status = 0; }
6008 if test "$ac_status" -eq 0; then
6009 am_cv_ar_interface
=lib
6011 am_cv_ar_interface
=unknown
6014 rm -f conftest.lib libconftest.a
6017 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6019 ac_cpp
='$CPP $CPPFLAGS'
6020 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6021 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6022 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_ar_interface" >&5
6026 $as_echo "$am_cv_ar_interface" >&6; }
6028 case $am_cv_ar_interface in
6032 # Microsoft lib, so override with the ar-lib wrapper script.
6033 # FIXME: It is wrong to rewrite AR.
6034 # But if we don't then we get into trouble of one sort or another.
6035 # A longer-term fix would be to have automake use am__AR in this case,
6036 # and then we could set am__AR="$am_aux_dir/ar-lib \$(AR)" or something
6038 AR
="$am_aux_dir/ar-lib $AR"
6041 as_fn_error $?
"could not determine $AR interface" "$LINENO" 5
6046 for ac_prog
in bison
6048 # Extract the first word of "$ac_prog", so it can be a program name with args.
6049 set dummy
$ac_prog; 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_BISON+:} false
; then :
6053 $as_echo_n "(cached) " >&6
6055 if test -n "$BISON"; then
6056 ac_cv_prog_BISON
="$BISON" # 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_BISON
="$ac_prog"
6066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6075 BISON
=$ac_cv_prog_BISON
6076 if test -n "$BISON"; then
6077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
6078 $as_echo "$BISON" >&6; }
6080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6081 $as_echo "no" >&6; }
6085 test -n "$BISON" && break
6088 if test -z "$BISON"; then
6091 cat >conftest.y
<<_ACEOF
6096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bison 3.0.4 or newer" >&5
6097 $as_echo_n "checking for bison 3.0.4 or newer... " >&6; }
6098 ac_prog_version
=`$BISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
6099 : ${ac_prog_version:='v. ?.??'}
6100 if $BISON conftest.y
-o conftest.c
2>/dev
/null
; then
6101 ac_prog_version
="$ac_prog_version, ok"
6104 ac_prog_version
="$ac_prog_version, bad"
6107 rm -f conftest.y conftest.c
6108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
6109 $as_echo "$ac_prog_version" >&6; }
6111 if test $ac_verc_fail = yes; then
6117 # Check whether --enable-shared was given.
6118 if test "${enable_shared+set}" = set; then :
6119 enableval
=$enable_shared; p
=${PACKAGE-default}
6121 yes) enable_shared
=yes ;;
6122 no
) enable_shared
=no
;;
6125 # Look at the argument we got. We use all the common list separators.
6126 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
6127 for pkg
in $enableval; do
6129 if test "X$pkg" = "X$p"; then
6150 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
6151 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
6156 macro_version
='2.2.7a'
6157 macro_revision
='1.3134'
6171 ltmain
="$ac_aux_dir/ltmain.sh"
6173 # Backslashify metacharacters that are still active within
6174 # double-quoted strings.
6175 sed_quote_subst
='s/\(["`$\\]\)/\\\1/g'
6177 # Same as above, but do not quote variable references.
6178 double_quote_subst
='s/\(["`\\]\)/\\\1/g'
6180 # Sed substitution to delay expansion of an escaped shell variable in a
6181 # double_quote_subst'ed string.
6182 delay_variable_subst
='s/\\\\\\\\\\\$/\\\\\\$/g'
6184 # Sed substitution to delay expansion of an escaped single quote.
6185 delay_single_quote_subst
='s/'\''/'\'\\\\\\\'\''/g'
6187 # Sed substitution to avoid accidental globbing in evaled expressions
6188 no_glob_subst
='s/\*/\\\*/g'
6190 ECHO
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
6191 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
6192 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
6194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
6195 $as_echo_n "checking how to print strings... " >&6; }
6196 # Test print first, because it will be a builtin if present.
6197 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
6198 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
6200 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
6203 # Use this function as a fallback that always works.
6204 func_fallback_echo ()
6206 eval 'cat <<_LTECHO_EOF
6210 ECHO='func_fallback_echo
'
6213 # func_echo_all arg...
6214 # Invoke $ECHO with all args, space-separated.
6221 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
6222 $as_echo "printf" >&6; } ;;
6223 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
6224 $as_echo "print -r" >&6; } ;;
6225 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
6226 $as_echo "cat" >&6; } ;;
6242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
6243 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
6244 if ${ac_cv_path_SED+:} false; then :
6245 $as_echo_n "(cached) " >&6
6247 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
6248 for ac_i in 1 2 3 4 5 6 7; do
6249 ac_script="$ac_script$as_nl$ac_script"
6251 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
6252 { ac_script=; unset ac_script;}
6253 if test -z "$SED"; then
6254 ac_path_SED_found=false
6255 # Loop through the user's path and
test for each of PROGNAME-LIST
6256 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6260 test -z "$as_dir" && as_dir
=.
6261 for ac_prog
in sed gsed
; do
6262 for ac_exec_ext
in '' $ac_executable_extensions; do
6263 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
6264 as_fn_executable_p
"$ac_path_SED" ||
continue
6265 # Check for GNU ac_path_SED and select it if it is found.
6266 # Check for GNU $ac_path_SED
6267 case `"$ac_path_SED" --version 2>&1` in
6269 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
6272 $as_echo_n 0123456789 >"conftest.in"
6275 cat "conftest.in" "conftest.in" >"conftest.tmp"
6276 mv "conftest.tmp" "conftest.in"
6277 cp "conftest.in" "conftest.nl"
6278 $as_echo '' >> "conftest.nl"
6279 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6280 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6281 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
6282 if test $ac_count -gt ${ac_path_SED_max-0}; then
6283 # Best one so far, save it but keep looking for a better one
6284 ac_cv_path_SED
="$ac_path_SED"
6285 ac_path_SED_max
=$ac_count
6287 # 10*(2^10) chars as input seems more than enough
6288 test $ac_count -gt 10 && break
6290 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6293 $ac_path_SED_found && break 3
6298 if test -z "$ac_cv_path_SED"; then
6299 as_fn_error $?
"no acceptable sed could be found in \$PATH" "$LINENO" 5
6306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
6307 $as_echo "$ac_cv_path_SED" >&6; }
6308 SED
="$ac_cv_path_SED"
6311 test -z "$SED" && SED
=sed
6312 Xsed
="$SED -e 1s/^X//"
6324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
6325 $as_echo_n "checking for fgrep... " >&6; }
6326 if ${ac_cv_path_FGREP+:} false
; then :
6327 $as_echo_n "(cached) " >&6
6329 if echo 'ab*c' |
$GREP -F 'ab*c' >/dev
/null
2>&1
6330 then ac_cv_path_FGREP
="$GREP -F"
6332 if test -z "$FGREP"; then
6333 ac_path_FGREP_found
=false
6334 # Loop through the user's path and test for each of PROGNAME-LIST
6335 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6336 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6339 test -z "$as_dir" && as_dir
=.
6340 for ac_prog
in fgrep
; do
6341 for ac_exec_ext
in '' $ac_executable_extensions; do
6342 ac_path_FGREP
="$as_dir/$ac_prog$ac_exec_ext"
6343 as_fn_executable_p
"$ac_path_FGREP" ||
continue
6344 # Check for GNU ac_path_FGREP and select it if it is found.
6345 # Check for GNU $ac_path_FGREP
6346 case `"$ac_path_FGREP" --version 2>&1` in
6348 ac_cv_path_FGREP
="$ac_path_FGREP" ac_path_FGREP_found
=:;;
6351 $as_echo_n 0123456789 >"conftest.in"
6354 cat "conftest.in" "conftest.in" >"conftest.tmp"
6355 mv "conftest.tmp" "conftest.in"
6356 cp "conftest.in" "conftest.nl"
6357 $as_echo 'FGREP' >> "conftest.nl"
6358 "$ac_path_FGREP" FGREP
< "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6359 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6360 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
6361 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
6362 # Best one so far, save it but keep looking for a better one
6363 ac_cv_path_FGREP
="$ac_path_FGREP"
6364 ac_path_FGREP_max
=$ac_count
6366 # 10*(2^10) chars as input seems more than enough
6367 test $ac_count -gt 10 && break
6369 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6372 $ac_path_FGREP_found && break 3
6377 if test -z "$ac_cv_path_FGREP"; then
6378 as_fn_error $?
"no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6381 ac_cv_path_FGREP
=$FGREP
6386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
6387 $as_echo "$ac_cv_path_FGREP" >&6; }
6388 FGREP
="$ac_cv_path_FGREP"
6391 test -z "$GREP" && GREP
=grep
6411 # Check whether --with-gnu-ld was given.
6412 if test "${with_gnu_ld+set}" = set; then :
6413 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
6419 if test "$GCC" = yes; then
6420 # Check if gcc -print-prog-name=ld gives a path.
6421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
6422 $as_echo_n "checking for ld used by $CC... " >&6; }
6425 # gcc leaves a trailing carriage return which upsets mingw
6426 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
6428 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
6431 # Accept absolute paths.
6433 re_direlt
='/[^/][^/]*/\.\./'
6434 # Canonicalize the pathname of ld
6435 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
6436 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
6437 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
6439 test -z "$LD" && LD
="$ac_prog"
6442 # If it fails, then pretend we aren't using GCC.
6446 # If it is relative, then search for the first ld in PATH.
6450 elif test "$with_gnu_ld" = yes; then
6451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
6452 $as_echo_n "checking for GNU ld... " >&6; }
6454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
6455 $as_echo_n "checking for non-GNU ld... " >&6; }
6457 if ${lt_cv_path_LD+:} false
; then :
6458 $as_echo_n "(cached) " >&6
6460 if test -z "$LD"; then
6461 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
6462 for ac_dir
in $PATH; do
6464 test -z "$ac_dir" && ac_dir
=.
6465 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
6466 lt_cv_path_LD
="$ac_dir/$ac_prog"
6467 # Check to see if the program is GNU ld. I'd rather use --version,
6468 # but apparently some variants of GNU ld only accept -v.
6469 # Break only if it was the GNU/non-GNU ld that we prefer.
6470 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
6471 *GNU
* |
*'with BFD'*)
6472 test "$with_gnu_ld" != no
&& break
6475 test "$with_gnu_ld" != yes && break
6482 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
6487 if test -n "$LD"; then
6488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6489 $as_echo "$LD" >&6; }
6491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6492 $as_echo "no" >&6; }
6494 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
6495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6496 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
6497 if ${lt_cv_prog_gnu_ld+:} false
; then :
6498 $as_echo_n "(cached) " >&6
6500 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6501 case `$LD -v 2>&1 </dev/null` in
6502 *GNU
* |
*'with BFD'*)
6503 lt_cv_prog_gnu_ld
=yes
6506 lt_cv_prog_gnu_ld
=no
6510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6511 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
6512 with_gnu_ld
=$lt_cv_prog_gnu_ld
6522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6523 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
6524 if ${lt_cv_path_NM+:} false
; then :
6525 $as_echo_n "(cached) " >&6
6527 if test -n "$NM"; then
6528 # Let the user override the nm to test.
6529 lt_nm_to_check
="$NM"
6531 lt_nm_to_check
="${ac_tool_prefix}nm"
6532 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6533 lt_nm_to_check
="$lt_nm_to_check nm"
6536 for lt_tmp_nm
in "$lt_nm_to_check"; do
6537 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
6538 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
6540 test -z "$ac_dir" && ac_dir
=.
6541 # Strip out any user-provided options from the nm to test twice,
6542 # the first time to test to see if nm (rather than its options) has
6543 # an explicit path, the second time to yield a file which can be
6545 tmp_nm_path
="`$ECHO "$lt_tmp_nm" | sed 's, -.*$,,'`"
6546 case "$tmp_nm_path" in
6547 */*|
*\\*) tmp_nm
="$lt_tmp_nm";;
6548 *) tmp_nm
="$ac_dir/$lt_tmp_nm";;
6550 tmp_nm_to_nm
="`$ECHO "$tmp_nm" | sed 's, -.*$,,'`"
6551 if test -f "$tmp_nm_to_nm" ||
test -f "$tmp_nm_to_nm$ac_exeext" ; then
6552 # Check to see if the nm accepts a BSD-compat flag.
6553 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6554 # nm: unknown option "B" ignored
6555 case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
6556 *$tmp_nm*) lt_cv_path_NM
="$tmp_nm -B"
6560 case `"$tmp_nm" -p "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
6562 lt_cv_path_NM
="$tmp_nm -p"
6566 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6567 continue # so that we can try to find one that supports BSD flags
6576 : ${lt_cv_path_NM=no}
6578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6579 $as_echo "$lt_cv_path_NM" >&6; }
6580 if test "$lt_cv_path_NM" != "no"; then
6583 # Didn't find any BSD compatible name lister, look for dumpbin.
6584 if test -n "$DUMPBIN"; then :
6585 # Let the user override the test.
6587 if test -n "$ac_tool_prefix"; then
6588 for ac_prog
in dumpbin
"link -dump"
6590 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6591 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
6592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6593 $as_echo_n "checking for $ac_word... " >&6; }
6594 if ${ac_cv_prog_DUMPBIN+:} false
; then :
6595 $as_echo_n "(cached) " >&6
6597 if test -n "$DUMPBIN"; then
6598 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
6600 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6604 test -z "$as_dir" && as_dir
=.
6605 for ac_exec_ext
in '' $ac_executable_extensions; do
6606 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6607 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
6608 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6617 DUMPBIN
=$ac_cv_prog_DUMPBIN
6618 if test -n "$DUMPBIN"; then
6619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6620 $as_echo "$DUMPBIN" >&6; }
6622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6623 $as_echo "no" >&6; }
6627 test -n "$DUMPBIN" && break
6630 if test -z "$DUMPBIN"; then
6631 ac_ct_DUMPBIN
=$DUMPBIN
6632 for ac_prog
in dumpbin
"link -dump"
6634 # Extract the first word of "$ac_prog", so it can be a program name with args.
6635 set dummy
$ac_prog; ac_word
=$2
6636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6637 $as_echo_n "checking for $ac_word... " >&6; }
6638 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false
; then :
6639 $as_echo_n "(cached) " >&6
6641 if test -n "$ac_ct_DUMPBIN"; then
6642 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
6644 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6648 test -z "$as_dir" && as_dir
=.
6649 for ac_exec_ext
in '' $ac_executable_extensions; do
6650 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6651 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
6652 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6661 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
6662 if test -n "$ac_ct_DUMPBIN"; then
6663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6664 $as_echo "$ac_ct_DUMPBIN" >&6; }
6666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6667 $as_echo "no" >&6; }
6671 test -n "$ac_ct_DUMPBIN" && break
6674 if test "x$ac_ct_DUMPBIN" = x
; then
6677 case $cross_compiling:$ac_tool_warned in
6679 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6680 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6681 ac_tool_warned
=yes ;;
6683 DUMPBIN
=$ac_ct_DUMPBIN
6687 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6689 DUMPBIN
="$DUMPBIN -symbols"
6697 if test "$DUMPBIN" != ":"; then
6701 test -z "$NM" && NM
=nm
6708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6709 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6710 if ${lt_cv_nm_interface+:} false
; then :
6711 $as_echo_n "(cached) " >&6
6713 lt_cv_nm_interface
="BSD nm"
6714 echo "int some_variable = 0;" > conftest.
$ac_ext
6715 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6716 (eval "$ac_compile" 2>conftest.err
)
6717 cat conftest.err
>&5
6718 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6719 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
6720 cat conftest.err
>&5
6721 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6722 cat conftest.out
>&5
6723 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
6724 lt_cv_nm_interface
="MS dumpbin"
6728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6729 $as_echo "$lt_cv_nm_interface" >&6; }
6731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6732 $as_echo_n "checking whether ln -s works... " >&6; }
6734 if test "$LN_S" = "ln -s"; then
6735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6736 $as_echo "yes" >&6; }
6738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6739 $as_echo "no, using $LN_S" >&6; }
6742 # find the maximum length of command line arguments
6743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6744 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6745 if ${lt_cv_sys_max_cmd_len+:} false
; then :
6746 $as_echo_n "(cached) " >&6
6753 # On DJGPP, this test can blow up pretty badly due to problems in libc
6754 # (any single argument exceeding 2000 bytes causes a buffer overrun
6755 # during glob expansion). Even if it were fixed, the result of this
6756 # check would be larger than it should be.
6757 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
6761 # Under GNU Hurd, this test is not required because there is
6762 # no limit to the length of command line arguments.
6763 # Libtool will interpret -1 as no limit whatsoever
6764 lt_cv_sys_max_cmd_len
=-1;
6767 cygwin
* | mingw
* | cegcc
*)
6768 # On Win9x/ME, this test blows up -- it succeeds, but takes
6769 # about 5 minutes as the teststring grows exponentially.
6770 # Worse, since 9x/ME are not pre-emptively multitasking,
6771 # you end up with a "frozen" computer, even though with patience
6772 # the test eventually succeeds (with a max line length of 256k).
6773 # Instead, let's just punt: use the minimum linelength reported by
6774 # all of the supported platforms: 8192 (on NT/2K/XP).
6775 lt_cv_sys_max_cmd_len
=8192;
6779 # On MiNT this can take a long time and run out of memory.
6780 lt_cv_sys_max_cmd_len
=8192;
6784 # On AmigaOS with pdksh, this test takes hours, literally.
6785 # So we just punt and use a minimum line length of 8192.
6786 lt_cv_sys_max_cmd_len
=8192;
6789 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
6790 # This has been around since 386BSD, at least. Likely further.
6791 if test -x /sbin
/sysctl
; then
6792 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
6793 elif test -x /usr
/sbin
/sysctl
; then
6794 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
6796 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
6798 # And add a safety zone
6799 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
6800 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
6804 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6805 lt_cv_sys_max_cmd_len
=196608
6809 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6810 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6811 # nice to cause kernel panics so lets avoid the loop below.
6812 # First set a reasonable default.
6813 lt_cv_sys_max_cmd_len
=16384
6815 if test -x /sbin
/sysconfig
; then
6816 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6817 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
6822 lt_cv_sys_max_cmd_len
=102400
6824 sysv5
* | sco5v6
* | sysv4.2uw2
*)
6825 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6826 if test -n "$kargmax"; then
6827 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
6829 lt_cv_sys_max_cmd_len
=32768
6833 lt_cv_sys_max_cmd_len
=`(getconf ARG_MAX) 2> /dev/null`
6834 if test -n "$lt_cv_sys_max_cmd_len"; then
6835 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
6836 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
6838 # Make teststring a little bigger before we do anything with it.
6839 # a 1K string should be a reasonable start.
6840 for i
in 1 2 3 4 5 6 7 8 ; do
6841 teststring
=$teststring$teststring
6843 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
6844 # If test is not a shell built-in, we'll probably end up computing a
6845 # maximum length that is only half of the actual maximum length, but
6847 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6848 = "X$teststring$teststring"; } >/dev
/null
2>&1 &&
6849 test $i != 17 # 1/2 MB should be enough
6852 teststring
=$teststring$teststring
6854 # Only check the string length outside the loop.
6855 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
6857 # Add a significant safety factor because C++ compilers can tack on
6858 # massive amounts of additional arguments before passing them to the
6859 # linker. It appears as though 1/2 is a usable value.
6860 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
6867 if test -n $lt_cv_sys_max_cmd_len ; then
6868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6869 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6872 $as_echo "none" >&6; }
6874 max_cmd_len
=$lt_cv_sys_max_cmd_len
6885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6886 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6887 # Try some XSI features
6890 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6892 && eval 'test $(( 1 + 1 )) -eq 2 \
6893 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6895 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $xsi_shell" >&5
6896 $as_echo "$xsi_shell" >&6; }
6899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands
\"+=\"" >&5
6900 $as_echo_n "checking whether the shell understands
\"+=\"...
" >&6; }
6902 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
6904 && lt_shell_append=yes
6905 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_shell_append" >&5
6906 $as_echo "$lt_shell_append" >&6; }
6909 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6919 # test EBCDIC or ASCII
6920 case `echo X|tr X '\101'` in
6921 A) # ASCII based system
6922 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6923 lt_SP2NL='tr \040 \012'
6924 lt_NL2SP='tr \015\012 \040\040'
6926 *) # EBCDIC based system
6927 lt_SP2NL='tr \100 \n'
6928 lt_NL2SP='tr \r\n \100\100'
6940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $LD option to reload object files
" >&5
6941 $as_echo_n "checking
for $LD option to reload object files...
" >&6; }
6942 if ${lt_cv_ld_reload_flag+:} false; then :
6943 $as_echo_n "(cached
) " >&6
6945 lt_cv_ld_reload_flag='-r'
6947 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_reload_flag" >&5
6948 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6949 reload_flag=$lt_cv_ld_reload_flag
6950 case $reload_flag in
6952 *) reload_flag=" $reload_flag" ;;
6954 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6957 if test "$GCC" = yes; then
6958 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6960 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6973 if test -n "$ac_tool_prefix"; then
6974 # Extract the first word of "${ac_tool_prefix}objdump
", so it can be a program name with args.
6975 set dummy ${ac_tool_prefix}objdump; 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_OBJDUMP+:} false; then :
6979 $as_echo_n "(cached
) " >&6
6981 if test -n "$OBJDUMP"; then
6982 ac_cv_prog_OBJDUMP="$OBJDUMP" # 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_OBJDUMP="${ac_tool_prefix}objdump
"
6992 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7001 OBJDUMP=$ac_cv_prog_OBJDUMP
7002 if test -n "$OBJDUMP"; then
7003 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
7004 $as_echo "$OBJDUMP" >&6; }
7006 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7007 $as_echo "no
" >&6; }
7012 if test -z "$ac_cv_prog_OBJDUMP"; then
7013 ac_ct_OBJDUMP=$OBJDUMP
7014 # Extract the first word of "objdump
", so it can be a program name with args.
7015 set dummy objdump; ac_word=$2
7016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7017 $as_echo_n "checking
for $ac_word...
" >&6; }
7018 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
7019 $as_echo_n "(cached
) " >&6
7021 if test -n "$ac_ct_OBJDUMP"; then
7022 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
7024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7028 test -z "$as_dir" && as_dir=.
7029 for ac_exec_ext in '' $ac_executable_extensions; do
7030 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7031 ac_cv_prog_ac_ct_OBJDUMP="objdump
"
7032 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7041 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
7042 if test -n "$ac_ct_OBJDUMP"; then
7043 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OBJDUMP" >&5
7044 $as_echo "$ac_ct_OBJDUMP" >&6; }
7046 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7047 $as_echo "no
" >&6; }
7050 if test "x
$ac_ct_OBJDUMP" = x; then
7053 case $cross_compiling:$ac_tool_warned in
7055 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7056 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7057 ac_tool_warned=yes ;;
7059 OBJDUMP=$ac_ct_OBJDUMP
7062 OBJDUMP="$ac_cv_prog_OBJDUMP"
7065 test -z "$OBJDUMP" && OBJDUMP=objdump
7075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries
" >&5
7076 $as_echo_n "checking how to recognize dependent libraries...
" >&6; }
7077 if ${lt_cv_deplibs_check_method+:} false; then :
7078 $as_echo_n "(cached
) " >&6
7080 lt_cv_file_magic_cmd='$MAGIC_CMD'
7081 lt_cv_file_magic_test_file=
7082 lt_cv_deplibs_check_method='unknown'
7083 # Need to set the preceding variable on all platforms that support
7084 # interlibrary dependencies.
7085 # 'none' -- dependencies not supported.
7086 # `unknown' -- same as none, but documents that we really don't know.
7087 # 'pass_all' -- all dependencies passed with no checks.
7088 # 'test_compile' -- check by making test program.
7089 # 'file_magic [[regex]]' -- check by looking for files in library path
7090 # which responds to the $file_magic_cmd with a given extended regex.
7091 # If you have `file' or equivalent on your system and you're not sure
7092 # whether `pass_all' will *always* work, you probably want this one.
7096 lt_cv_deplibs_check_method=pass_all
7100 lt_cv_deplibs_check_method=pass_all
7104 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
7105 lt_cv_file_magic_cmd='/usr/bin/file -L'
7106 lt_cv_file_magic_test_file=/shlib/libc.so
7110 # func_win32_libid is a shell function defined in ltmain.sh
7111 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
7112 lt_cv_file_magic_cmd='func_win32_libid'
7116 # Base MSYS/MinGW do not provide the 'file' command needed by
7117 # func_win32_libid shell function, so use a weaker test based on 'objdump',
7118 # unless we find 'file', for example because we are cross-compiling.
7119 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
7120 if ( test "$lt_cv_nm_interface" = "BSD nm
" && file / ) >/dev/null 2>&1; then
7121 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
7122 lt_cv_file_magic_cmd='func_win32_libid'
7124 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
7125 lt_cv_file_magic_cmd='$OBJDUMP -f'
7130 # use the weaker test based on 'objdump'. See mingw*.
7131 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
7132 lt_cv_file_magic_cmd='$OBJDUMP -f'
7135 darwin* | rhapsody*)
7136 lt_cv_deplibs_check_method=pass_all
7139 freebsd* | dragonfly*)
7140 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
7143 # Not sure whether the presence of OpenBSD here was a mistake.
7144 # Let's accept both of them until this is cleared up.
7145 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
7146 lt_cv_file_magic_cmd=/usr/bin/file
7147 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
7151 lt_cv_deplibs_check_method=pass_all
7156 lt_cv_deplibs_check_method=pass_all
7160 lt_cv_deplibs_check_method=pass_all
7163 hpux10.20* | hpux11*)
7164 lt_cv_file_magic_cmd=/usr/bin/file
7167 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
7168 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
7171 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]'
7172 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
7175 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
7176 lt_cv_file_magic_test_file=/usr/lib/libc.sl
7182 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
7183 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
7186 irix5* | irix6* | nonstopux*)
7188 *-32|*"-32 ") libmagic=32-bit;;
7189 *-n32|*"-n32 ") libmagic=N32;;
7190 *-64|*"-64 ") libmagic=64-bit;;
7191 *) libmagic=never-match;;
7193 lt_cv_deplibs_check_method=pass_all
7196 # This must be Linux ELF.
7197 linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
7198 lt_cv_deplibs_check_method=pass_all
7202 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
7203 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
7205 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
7210 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
7211 lt_cv_file_magic_cmd=/usr/bin/file
7212 lt_cv_file_magic_test_file=/usr/lib/libnls.so
7216 lt_cv_deplibs_check_method=pass_all
7220 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
7221 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
7223 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
7227 osf3* | osf4* | osf5*)
7228 lt_cv_deplibs_check_method=pass_all
7232 lt_cv_deplibs_check_method=pass_all
7236 lt_cv_deplibs_check_method=pass_all
7239 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
7240 lt_cv_deplibs_check_method=pass_all
7244 case $host_vendor in
7246 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]'
7247 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
7250 lt_cv_deplibs_check_method=pass_all
7253 lt_cv_file_magic_cmd='/bin/file'
7254 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
7257 lt_cv_file_magic_cmd='/bin/file'
7258 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
7259 lt_cv_file_magic_test_file=/lib/libc.so
7262 lt_cv_deplibs_check_method=pass_all
7265 lt_cv_deplibs_check_method=pass_all
7271 lt_cv_deplibs_check_method=pass_all
7274 # Assume VxWorks cross toolchains are built on Linux, possibly
7275 # as canadian for Windows hosts.
7276 lt_cv_deplibs_check_method=pass_all
7281 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_deplibs_check_method" >&5
7282 $as_echo "$lt_cv_deplibs_check_method" >&6; }
7283 file_magic_cmd=$lt_cv_file_magic_cmd
7284 deplibs_check_method=$lt_cv_deplibs_check_method
7285 test -z "$deplibs_check_method" && deplibs_check_method=unknown
7299 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll
"
7300 for plugin in $plugin_names; do
7301 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
7302 if test x$plugin_so = x$plugin; then
7303 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
7305 if test x$plugin_so != x$plugin; then
7306 plugin_option="--plugin $plugin_so"
7311 if test -n "$ac_tool_prefix"; then
7312 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7313 set dummy ${ac_tool_prefix}ar; ac_word=$2
7314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7315 $as_echo_n "checking
for $ac_word...
" >&6; }
7316 if ${ac_cv_prog_AR+:} false; then :
7317 $as_echo_n "(cached
) " >&6
7319 if test -n "$AR"; then
7320 ac_cv_prog_AR="$AR" # Let the user override the test.
7322 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7326 test -z "$as_dir" && as_dir=.
7327 for ac_exec_ext in '' $ac_executable_extensions; do
7328 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7329 ac_cv_prog_AR="${ac_tool_prefix}ar"
7330 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7340 if test -n "$AR"; then
7341 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
7342 $as_echo "$AR" >&6; }
7344 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7345 $as_echo "no
" >&6; }
7350 if test -z "$ac_cv_prog_AR"; then
7352 # Extract the first word of "ar", so it can be a program name with args.
7353 set dummy ar; ac_word=$2
7354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7355 $as_echo_n "checking
for $ac_word...
" >&6; }
7356 if ${ac_cv_prog_ac_ct_AR+:} false; then :
7357 $as_echo_n "(cached
) " >&6
7359 if test -n "$ac_ct_AR"; then
7360 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
7362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7366 test -z "$as_dir" && as_dir=.
7367 for ac_exec_ext in '' $ac_executable_extensions; do
7368 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7369 ac_cv_prog_ac_ct_AR="ar"
7370 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7379 ac_ct_AR=$ac_cv_prog_ac_ct_AR
7380 if test -n "$ac_ct_AR"; then
7381 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_AR" >&5
7382 $as_echo "$ac_ct_AR" >&6; }
7384 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7385 $as_echo "no
" >&6; }
7388 if test "x
$ac_ct_AR" = x; then
7391 case $cross_compiling:$ac_tool_warned in
7393 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7394 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7395 ac_tool_warned=yes ;;
7403 test -z "$AR" && AR=ar
7404 if test -n "$plugin_option"; then
7405 if $AR --help 2>&1 | grep -q "\
--plugin"; then
7407 $AR $plugin_option rc conftest.a conftest.c
7408 if test "$?
" != 0; then
7409 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: Failed
: $AR $plugin_option rc
" >&5
7410 $as_echo "$as_me: WARNING
: Failed
: $AR $plugin_option rc
" >&2;}
7412 AR="$AR $plugin_option"
7417 test -z "$AR_FLAGS" && AR_FLAGS=cru
7429 if test -n "$ac_tool_prefix"; then
7430 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
7431 set dummy ${ac_tool_prefix}strip; ac_word=$2
7432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7433 $as_echo_n "checking
for $ac_word...
" >&6; }
7434 if ${ac_cv_prog_STRIP+:} false; then :
7435 $as_echo_n "(cached
) " >&6
7437 if test -n "$STRIP"; then
7438 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7440 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7444 test -z "$as_dir" && as_dir=.
7445 for ac_exec_ext in '' $ac_executable_extensions; do
7446 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7447 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
7448 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7457 STRIP=$ac_cv_prog_STRIP
7458 if test -n "$STRIP"; then
7459 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
7460 $as_echo "$STRIP" >&6; }
7462 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7463 $as_echo "no
" >&6; }
7468 if test -z "$ac_cv_prog_STRIP"; then
7470 # Extract the first word of "strip
", so it can be a program name with args.
7471 set dummy strip; ac_word=$2
7472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7473 $as_echo_n "checking
for $ac_word...
" >&6; }
7474 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
7475 $as_echo_n "(cached
) " >&6
7477 if test -n "$ac_ct_STRIP"; then
7478 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
7480 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7484 test -z "$as_dir" && as_dir=.
7485 for ac_exec_ext in '' $ac_executable_extensions; do
7486 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7487 ac_cv_prog_ac_ct_STRIP="strip
"
7488 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7497 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
7498 if test -n "$ac_ct_STRIP"; then
7499 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_STRIP" >&5
7500 $as_echo "$ac_ct_STRIP" >&6; }
7502 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7503 $as_echo "no
" >&6; }
7506 if test "x
$ac_ct_STRIP" = x; then
7509 case $cross_compiling:$ac_tool_warned in
7511 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7512 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7513 ac_tool_warned=yes ;;
7518 STRIP="$ac_cv_prog_STRIP"
7521 test -z "$STRIP" && STRIP=:
7528 if test -n "$ac_tool_prefix"; then
7529 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
7530 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7532 $as_echo_n "checking
for $ac_word...
" >&6; }
7533 if ${ac_cv_prog_RANLIB+:} false; then :
7534 $as_echo_n "(cached
) " >&6
7536 if test -n "$RANLIB"; then
7537 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7543 test -z "$as_dir" && as_dir=.
7544 for ac_exec_ext in '' $ac_executable_extensions; do
7545 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7546 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
7547 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7556 RANLIB=$ac_cv_prog_RANLIB
7557 if test -n "$RANLIB"; then
7558 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
7559 $as_echo "$RANLIB" >&6; }
7561 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7562 $as_echo "no
" >&6; }
7567 if test -z "$ac_cv_prog_RANLIB"; then
7568 ac_ct_RANLIB=$RANLIB
7569 # Extract the first word of "ranlib
", so it can be a program name with args.
7570 set dummy ranlib; ac_word=$2
7571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7572 $as_echo_n "checking
for $ac_word...
" >&6; }
7573 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
7574 $as_echo_n "(cached
) " >&6
7576 if test -n "$ac_ct_RANLIB"; then
7577 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7583 test -z "$as_dir" && as_dir=.
7584 for ac_exec_ext in '' $ac_executable_extensions; do
7585 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7586 ac_cv_prog_ac_ct_RANLIB="ranlib
"
7587 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7596 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7597 if test -n "$ac_ct_RANLIB"; then
7598 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_RANLIB" >&5
7599 $as_echo "$ac_ct_RANLIB" >&6; }
7601 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7602 $as_echo "no
" >&6; }
7605 if test "x
$ac_ct_RANLIB" = x; then
7608 case $cross_compiling:$ac_tool_warned in
7610 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7611 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7612 ac_tool_warned=yes ;;
7614 RANLIB=$ac_ct_RANLIB
7617 RANLIB="$ac_cv_prog_RANLIB"
7620 test -z "$RANLIB" && RANLIB=:
7621 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
7622 if $RANLIB --help 2>&1 | grep -q "\
--plugin"; then
7623 RANLIB="$RANLIB $plugin_option"
7632 # Determine commands to create old-style static archives.
7633 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7634 old_postinstall_cmds='chmod 644 $oldlib'
7635 old_postuninstall_cmds=
7637 if test -n "$RANLIB"; then
7640 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
7643 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
7646 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
7651 lock_old_archive_extraction=yes ;;
7653 lock_old_archive_extraction=no ;;
7694 # If no C compiler was specified, use CC.
7697 # If no C compiler flags were specified, use CFLAGS.
7698 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7700 # Allow CC to be a program name with arguments.
7704 # Check for command to grab the raw symbol name followed by C symbol from nm.
7705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
command to parse
$NM output from
$compiler object
" >&5
7706 $as_echo_n "checking
command to parse
$NM output from
$compiler object...
" >&6; }
7707 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
7708 $as_echo_n "(cached
) " >&6
7711 # These are sane defaults that work on at least a few old systems.
7712 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7714 # Character class describing NM global symbol codes.
7715 symcode='[BCDEGRST]'
7717 # Regexp to match symbols that can be accessed directly from C.
7718 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7720 # Define system-specific variables.
7725 cygwin* | mingw* | pw32* | cegcc*)
7726 symcode='[ABCDGISTW]'
7729 if test "$host_cpu" = ia64; then
7730 symcode='[ABCDEGRST]'
7734 symcode='[BCDEGRST]'
7737 symcode='[BCDEGQRST]'
7748 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7756 # If we're using GNU nm, then use its standard symbol codes.
7757 case `$NM -V 2>&1` in
7758 *GNU* | *'with BFD'*)
7759 symcode='[ABCDGIRSTW]' ;;
7762 # Transform an extracted symbol line into a proper C declaration.
7763 # Some systems (esp. on ia64) link data and code symbols differently,
7764 # so use this general approach.
7765 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7767 # Transform an extracted symbol line into symbol name and symbol address
7768 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7769 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'"
7771 # Handle CRLF in mingw tool chain
7775 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7779 # Try without a prefix underscore, then with it.
7780 for ac_symprfx in "" "_
"; do
7782 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7783 symxfrm="\\1 $ac_symprfx\\2 \\2"
7785 # Write the raw and C identifiers.
7786 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
7787 # Fake it for dumpbin and say T for any non-static function
7788 # and D for any global variable.
7789 # Also find C++ and __fastcall symbols from MSVC++,
7790 # which start with @ or ?.
7791 lt_cv_sys_global_symbol_pipe="$AWK '"\
7792 " {last_section=section; section=\$ 3};"\
7793 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7794 " \$ 0!~/External *\|/{next};"\
7795 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7796 " {if(hide[section]) next};"\
7797 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7798 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7799 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7800 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7801 " ' prfx
=^
$ac_symprfx"
7803 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7806 # Check to see that the pipe works correctly.
7810 cat > conftest.$ac_ext <<_LT_EOF
7815 void nm_test_func(void);
7816 void nm_test_func(void){}
7820 int main(){nm_test_var='a';nm_test_func();return(0);}
7823 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7824 (eval $ac_compile) 2>&5
7826 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7827 test $ac_status = 0; }; then
7828 # Now try to grab the symbols.
7830 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$NM conftest.
$ac_objext \|
"$lt_cv_sys_global_symbol_pipe" \
> $nlist\""; } >&5
7831 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7833 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7834 test $ac_status = 0; } && test -s "$nlist"; then
7835 # Try sorting and uniquifying the output.
7836 if sort "$nlist" | uniq > "$nlist"T; then
7837 mv -f "$nlist"T "$nlist"
7842 # Make sure that we snagged all the symbols we need.
7843 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7844 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7845 cat <<_LT_EOF > conftest.$ac_ext
7851 # Now generate the symbol file.
7852 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7854 cat <<_LT_EOF >> conftest.$ac_ext
7856 /* The mapping between symbol names and symbols. */
7861 lt__PROGRAM__LTX_preloaded_symbols[] =
7863 { "@PROGRAM@
", (void *) 0 },
7865 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7866 cat <<\_LT_EOF >> conftest.$ac_ext
7870 /* This works around a problem in FreeBSD linker */
7871 #ifdef FREEBSD_WORKAROUND
7872 static const void *lt_preloaded_setup() {
7873 return lt__PROGRAM__LTX_preloaded_symbols;
7881 # Now try linking the two files.
7882 mv conftest.$ac_objext conftstm.$ac_objext
7883 lt_save_LIBS="$LIBS"
7884 lt_save_CFLAGS="$CFLAGS"
7885 LIBS="conftstm.
$ac_objext"
7886 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7887 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7888 (eval $ac_link) 2>&5
7890 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7891 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7894 LIBS="$lt_save_LIBS"
7895 CFLAGS="$lt_save_CFLAGS"
7897 echo "cannot
find nm_test_func
in $nlist" >&5
7900 echo "cannot
find nm_test_var
in $nlist" >&5
7903 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
7906 echo "$progname: failed program was
:" >&5
7907 cat conftest.$ac_ext >&5
7909 rm -rf conftest* conftst*
7911 # Do not use the global_symbol_pipe unless it works.
7912 if test "$pipe_works" = yes; then
7915 lt_cv_sys_global_symbol_pipe=
7921 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7922 lt_cv_sys_global_symbol_to_cdecl=
7924 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7925 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: failed
" >&5
7926 $as_echo "failed
" >&6; }
7928 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: ok
" >&5
7929 $as_echo "ok
" >&6; }
7953 # Check whether --enable-libtool-lock was given.
7954 if test "${enable_libtool_lock+set}" = set; then :
7955 enableval=$enable_libtool_lock;
7958 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
7960 # Some flags need to be propagated to the compiler or linker for good
7964 # Find out which ABI we are using.
7965 echo 'int i;' > conftest.$ac_ext
7966 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7967 (eval $ac_compile) 2>&5
7969 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7970 test $ac_status = 0; }; then
7971 case `/usr/bin/file conftest.$ac_objext` in
7983 # Find out which ABI we are using.
7984 echo '#line '$LINENO' "configure
"' > conftest.$ac_ext
7985 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7986 (eval $ac_compile) 2>&5
7988 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7989 test $ac_status = 0; }; then
7990 if test "$lt_cv_prog_gnu_ld" = yes; then
7991 case `/usr/bin/file conftest.$ac_objext` in
7993 LD="${LD-ld} -melf32bsmip"
7996 LD="${LD-ld} -melf32bmipn32"
7999 LD="${LD-ld} -melf64bmip"
8003 case `/usr/bin/file conftest.$ac_objext` in
8019 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
8020 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
8021 # Find out which ABI we are using.
8022 echo 'int i;' > conftest.$ac_ext
8023 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8024 (eval $ac_compile) 2>&5
8026 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
8027 test $ac_status = 0; }; then
8028 case `/usr/bin/file conftest.o` in
8031 x86_64-*kfreebsd*-gnu)
8032 LD="${LD-ld} -m elf_i386_fbsd
"
8035 case `/usr/bin/file conftest.o` in
8037 LD="${LD-ld} -m elf32_x86_64
"
8040 LD="${LD-ld} -m elf_i386
"
8044 powerpc64le-*linux*)
8045 LD="${LD-ld} -m elf32lppclinux
"
8048 LD="${LD-ld} -m elf32ppclinux
"
8051 LD="${LD-ld} -m elf_s390
"
8054 LD="${LD-ld} -m elf32_sparc
"
8060 x86_64-*kfreebsd*-gnu)
8061 LD="${LD-ld} -m elf_x86_64_fbsd
"
8064 LD="${LD-ld} -m elf_x86_64
"
8067 LD="${LD-ld} -m elf64lppc
"
8070 LD="${LD-ld} -m elf64ppc
"
8072 s390*-*linux*|s390*-*tpf*)
8073 LD="${LD-ld} -m elf64_s390
"
8076 LD="${LD-ld} -m elf64_sparc
"
8086 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
8087 SAVE_CFLAGS="$CFLAGS"
8088 CFLAGS="$CFLAGS -belf"
8089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs
-belf" >&5
8090 $as_echo_n "checking whether the C compiler needs
-belf...
" >&6; }
8091 if ${lt_cv_cc_needs_belf+:} false; then :
8092 $as_echo_n "(cached
) " >&6
8095 ac_cpp='$CPP $CPPFLAGS'
8096 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8097 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8098 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8101 /* end confdefs.h. */
8111 if ac_fn_c_try_link "$LINENO"; then :
8112 lt_cv_cc_needs_belf=yes
8114 lt_cv_cc_needs_belf=no
8116 rm -f core conftest.err conftest.$ac_objext \
8117 conftest$ac_exeext conftest.$ac_ext
8119 ac_cpp='$CPP $CPPFLAGS'
8120 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8121 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8122 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8125 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_cc_needs_belf" >&5
8126 $as_echo "$lt_cv_cc_needs_belf" >&6; }
8127 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
8128 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
8129 CFLAGS="$SAVE_CFLAGS"
8133 # Find out which ABI we are using.
8134 echo 'int i;' > conftest.$ac_ext
8135 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8136 (eval $ac_compile) 2>&5
8138 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
8139 test $ac_status = 0; }; then
8140 case `/usr/bin/file conftest.o` in
8142 case $lt_cv_prog_gnu_ld in
8143 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
8145 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
8157 need_locks="$enable_libtool_lock"
8161 rhapsody* | darwin*)
8162 if test -n "$ac_tool_prefix"; then
8163 # Extract the first word of "${ac_tool_prefix}dsymutil
", so it can be a program name with args.
8164 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
8165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8166 $as_echo_n "checking
for $ac_word...
" >&6; }
8167 if ${ac_cv_prog_DSYMUTIL+:} false; then :
8168 $as_echo_n "(cached
) " >&6
8170 if test -n "$DSYMUTIL"; then
8171 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
8173 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8177 test -z "$as_dir" && as_dir=.
8178 for ac_exec_ext in '' $ac_executable_extensions; do
8179 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8180 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil
"
8181 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8190 DSYMUTIL=$ac_cv_prog_DSYMUTIL
8191 if test -n "$DSYMUTIL"; then
8192 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL" >&5
8193 $as_echo "$DSYMUTIL" >&6; }
8195 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8196 $as_echo "no
" >&6; }
8201 if test -z "$ac_cv_prog_DSYMUTIL"; then
8202 ac_ct_DSYMUTIL=$DSYMUTIL
8203 # Extract the first word of "dsymutil
", so it can be a program name with args.
8204 set dummy dsymutil; ac_word=$2
8205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8206 $as_echo_n "checking
for $ac_word...
" >&6; }
8207 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
8208 $as_echo_n "(cached
) " >&6
8210 if test -n "$ac_ct_DSYMUTIL"; then
8211 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
8213 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8217 test -z "$as_dir" && as_dir=.
8218 for ac_exec_ext in '' $ac_executable_extensions; do
8219 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8220 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil
"
8221 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8230 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
8231 if test -n "$ac_ct_DSYMUTIL"; then
8232 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_DSYMUTIL" >&5
8233 $as_echo "$ac_ct_DSYMUTIL" >&6; }
8235 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8236 $as_echo "no
" >&6; }
8239 if test "x
$ac_ct_DSYMUTIL" = x; then
8242 case $cross_compiling:$ac_tool_warned in
8244 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
8245 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
8246 ac_tool_warned=yes ;;
8248 DSYMUTIL=$ac_ct_DSYMUTIL
8251 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
8254 if test -n "$ac_tool_prefix"; then
8255 # Extract the first word of "${ac_tool_prefix}nmedit
", so it can be a program name with args.
8256 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
8257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8258 $as_echo_n "checking
for $ac_word...
" >&6; }
8259 if ${ac_cv_prog_NMEDIT+:} false; then :
8260 $as_echo_n "(cached
) " >&6
8262 if test -n "$NMEDIT"; then
8263 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
8265 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8269 test -z "$as_dir" && as_dir=.
8270 for ac_exec_ext in '' $ac_executable_extensions; do
8271 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8272 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit
"
8273 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8282 NMEDIT=$ac_cv_prog_NMEDIT
8283 if test -n "$NMEDIT"; then
8284 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NMEDIT" >&5
8285 $as_echo "$NMEDIT" >&6; }
8287 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8288 $as_echo "no
" >&6; }
8293 if test -z "$ac_cv_prog_NMEDIT"; then
8294 ac_ct_NMEDIT=$NMEDIT
8295 # Extract the first word of "nmedit
", so it can be a program name with args.
8296 set dummy nmedit; ac_word=$2
8297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8298 $as_echo_n "checking
for $ac_word...
" >&6; }
8299 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
8300 $as_echo_n "(cached
) " >&6
8302 if test -n "$ac_ct_NMEDIT"; then
8303 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
8305 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8309 test -z "$as_dir" && as_dir=.
8310 for ac_exec_ext in '' $ac_executable_extensions; do
8311 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8312 ac_cv_prog_ac_ct_NMEDIT="nmedit
"
8313 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8322 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
8323 if test -n "$ac_ct_NMEDIT"; then
8324 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_NMEDIT" >&5
8325 $as_echo "$ac_ct_NMEDIT" >&6; }
8327 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8328 $as_echo "no
" >&6; }
8331 if test "x
$ac_ct_NMEDIT" = x; then
8334 case $cross_compiling:$ac_tool_warned in
8336 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
8337 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
8338 ac_tool_warned=yes ;;
8340 NMEDIT=$ac_ct_NMEDIT
8343 NMEDIT="$ac_cv_prog_NMEDIT"
8346 if test -n "$ac_tool_prefix"; then
8347 # Extract the first word of "${ac_tool_prefix}lipo
", so it can be a program name with args.
8348 set dummy ${ac_tool_prefix}lipo; ac_word=$2
8349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8350 $as_echo_n "checking
for $ac_word...
" >&6; }
8351 if ${ac_cv_prog_LIPO+:} false; then :
8352 $as_echo_n "(cached
) " >&6
8354 if test -n "$LIPO"; then
8355 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8357 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8361 test -z "$as_dir" && as_dir=.
8362 for ac_exec_ext in '' $ac_executable_extensions; do
8363 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8364 ac_cv_prog_LIPO="${ac_tool_prefix}lipo
"
8365 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8374 LIPO=$ac_cv_prog_LIPO
8375 if test -n "$LIPO"; then
8376 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
8377 $as_echo "$LIPO" >&6; }
8379 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8380 $as_echo "no
" >&6; }
8385 if test -z "$ac_cv_prog_LIPO"; then
8387 # Extract the first word of "lipo
", so it can be a program name with args.
8388 set dummy lipo; ac_word=$2
8389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8390 $as_echo_n "checking
for $ac_word...
" >&6; }
8391 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
8392 $as_echo_n "(cached
) " >&6
8394 if test -n "$ac_ct_LIPO"; then
8395 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
8397 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8401 test -z "$as_dir" && as_dir=.
8402 for ac_exec_ext in '' $ac_executable_extensions; do
8403 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8404 ac_cv_prog_ac_ct_LIPO="lipo
"
8405 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8414 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
8415 if test -n "$ac_ct_LIPO"; then
8416 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_LIPO" >&5
8417 $as_echo "$ac_ct_LIPO" >&6; }
8419 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8420 $as_echo "no
" >&6; }
8423 if test "x
$ac_ct_LIPO" = x; then
8426 case $cross_compiling:$ac_tool_warned in
8428 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
8429 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
8430 ac_tool_warned=yes ;;
8435 LIPO="$ac_cv_prog_LIPO"
8438 if test -n "$ac_tool_prefix"; then
8439 # Extract the first word of "${ac_tool_prefix}otool
", so it can be a program name with args.
8440 set dummy ${ac_tool_prefix}otool; ac_word=$2
8441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8442 $as_echo_n "checking
for $ac_word...
" >&6; }
8443 if ${ac_cv_prog_OTOOL+:} false; then :
8444 $as_echo_n "(cached
) " >&6
8446 if test -n "$OTOOL"; then
8447 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
8449 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8453 test -z "$as_dir" && as_dir=.
8454 for ac_exec_ext in '' $ac_executable_extensions; do
8455 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8456 ac_cv_prog_OTOOL="${ac_tool_prefix}otool
"
8457 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8466 OTOOL=$ac_cv_prog_OTOOL
8467 if test -n "$OTOOL"; then
8468 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
8469 $as_echo "$OTOOL" >&6; }
8471 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8472 $as_echo "no
" >&6; }
8477 if test -z "$ac_cv_prog_OTOOL"; then
8479 # Extract the first word of "otool
", so it can be a program name with args.
8480 set dummy otool; ac_word=$2
8481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8482 $as_echo_n "checking
for $ac_word...
" >&6; }
8483 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
8484 $as_echo_n "(cached
) " >&6
8486 if test -n "$ac_ct_OTOOL"; then
8487 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
8489 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8493 test -z "$as_dir" && as_dir=.
8494 for ac_exec_ext in '' $ac_executable_extensions; do
8495 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8496 ac_cv_prog_ac_ct_OTOOL="otool
"
8497 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8506 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8507 if test -n "$ac_ct_OTOOL"; then
8508 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL" >&5
8509 $as_echo "$ac_ct_OTOOL" >&6; }
8511 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8512 $as_echo "no
" >&6; }
8515 if test "x
$ac_ct_OTOOL" = x; then
8518 case $cross_compiling:$ac_tool_warned in
8520 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
8521 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
8522 ac_tool_warned=yes ;;
8527 OTOOL="$ac_cv_prog_OTOOL"
8530 if test -n "$ac_tool_prefix"; then
8531 # Extract the first word of "${ac_tool_prefix}otool64
", so it can be a program name with args.
8532 set dummy ${ac_tool_prefix}otool64; ac_word=$2
8533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8534 $as_echo_n "checking
for $ac_word...
" >&6; }
8535 if ${ac_cv_prog_OTOOL64+:} false; then :
8536 $as_echo_n "(cached
) " >&6
8538 if test -n "$OTOOL64"; then
8539 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8541 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8545 test -z "$as_dir" && as_dir=.
8546 for ac_exec_ext in '' $ac_executable_extensions; do
8547 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8548 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64
"
8549 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8558 OTOOL64=$ac_cv_prog_OTOOL64
8559 if test -n "$OTOOL64"; then
8560 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL64" >&5
8561 $as_echo "$OTOOL64" >&6; }
8563 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8564 $as_echo "no
" >&6; }
8569 if test -z "$ac_cv_prog_OTOOL64"; then
8570 ac_ct_OTOOL64=$OTOOL64
8571 # Extract the first word of "otool64
", so it can be a program name with args.
8572 set dummy otool64; ac_word=$2
8573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8574 $as_echo_n "checking
for $ac_word...
" >&6; }
8575 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
8576 $as_echo_n "(cached
) " >&6
8578 if test -n "$ac_ct_OTOOL64"; then
8579 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8581 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8585 test -z "$as_dir" && as_dir=.
8586 for ac_exec_ext in '' $ac_executable_extensions; do
8587 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8588 ac_cv_prog_ac_ct_OTOOL64="otool64
"
8589 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8598 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8599 if test -n "$ac_ct_OTOOL64"; then
8600 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL64" >&5
8601 $as_echo "$ac_ct_OTOOL64" >&6; }
8603 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8604 $as_echo "no
" >&6; }
8607 if test "x
$ac_ct_OTOOL64" = x; then
8610 case $cross_compiling:$ac_tool_warned in
8612 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
8613 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
8614 ac_tool_warned=yes ;;
8616 OTOOL64=$ac_ct_OTOOL64
8619 OTOOL64="$ac_cv_prog_OTOOL64"
8648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -single_module linker flag
" >&5
8649 $as_echo_n "checking
for -single_module linker flag...
" >&6; }
8650 if ${lt_cv_apple_cc_single_mod+:} false; then :
8651 $as_echo_n "(cached
) " >&6
8653 lt_cv_apple_cc_single_mod=no
8654 if test -z "${LT_MULTI_MODULE}"; then
8655 # By default we will add the -single_module flag. You can override
8656 # by either setting the environment variable LT_MULTI_MODULE
8657 # non-empty at configure time, or by adding -multi_module to the
8659 rm -rf libconftest.dylib*
8660 echo "int foo
(void
){return 1;}" > conftest.c
8661 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8662 -dynamiclib -Wl,-single_module conftest.c
" >&5
8663 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8664 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8666 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8667 lt_cv_apple_cc_single_mod=yes
8669 cat conftest.err >&5
8671 rm -rf libconftest.dylib*
8675 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_apple_cc_single_mod" >&5
8676 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -exported_symbols_list linker flag
" >&5
8678 $as_echo_n "checking
for -exported_symbols_list linker flag...
" >&6; }
8679 if ${lt_cv_ld_exported_symbols_list+:} false; then :
8680 $as_echo_n "(cached
) " >&6
8682 lt_cv_ld_exported_symbols_list=no
8683 save_LDFLAGS=$LDFLAGS
8684 echo "_main
" > conftest.sym
8685 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym
"
8686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8687 /* end confdefs.h. */
8697 if ac_fn_c_try_link "$LINENO"; then :
8698 lt_cv_ld_exported_symbols_list=yes
8700 lt_cv_ld_exported_symbols_list=no
8702 rm -f core conftest.err conftest.$ac_objext \
8703 conftest$ac_exeext conftest.$ac_ext
8704 LDFLAGS="$save_LDFLAGS"
8707 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_exported_symbols_list" >&5
8708 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -force_load linker flag
" >&5
8710 $as_echo_n "checking
for -force_load linker flag...
" >&6; }
8711 if ${lt_cv_ld_force_load+:} false; then :
8712 $as_echo_n "(cached
) " >&6
8714 lt_cv_ld_force_load=no
8715 cat > conftest.c << _LT_EOF
8716 int forced_loaded() { return 2;}
8718 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c
" >&5
8719 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8720 echo "$AR cru libconftest.a conftest.o
" >&5
8721 $AR cru libconftest.a conftest.o 2>&5
8722 cat > conftest.c << _LT_EOF
8723 int main() { return 0;}
8725 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c
-Wl,-force_load,.
/libconftest.a
" >&5
8726 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8728 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8729 lt_cv_ld_force_load=yes
8731 cat conftest.err >&5
8733 rm -f conftest.err libconftest.a conftest conftest.c
8734 rm -rf conftest.dSYM
8737 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_force_load" >&5
8738 $as_echo "$lt_cv_ld_force_load" >&6; }
8739 # Allow for Darwin 4-7 (macOS 10.0-10.3) although these are not expect to
8740 # build without first building modern cctools / linker.
8741 case $host_cpu-$host_os in
8742 *-rhapsody* | *-darwin1.[012])
8743 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8745 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8747 # darwin 5.x (macOS 10.1) onwards we only need to adjust when the
8748 # deployment target is forced to an earlier version.
8749 case ${MACOSX_DEPLOYMENT_TARGET-UNSET},$host in
8750 UNSET,*-darwin[89]*|UNSET,*-darwin[12][0123456789]*)
8753 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
8760 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8761 _lt_dar_single_mod='$single_module'
8763 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8764 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8766 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8768 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no
"; then
8769 _lt_dsymutil='~$DSYMUTIL $lib || :'
8776 for ac_header in dlfcn.h
8778 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h
" "ac_cv_header_dlfcn_h
" "$ac_includes_default
8780 if test "x
$ac_cv_header_dlfcn_h" = xyes; then :
8781 cat >>confdefs.h <<_ACEOF
8782 #define HAVE_DLFCN_H 1
8805 # Check whether --enable-static was given.
8806 if test "${enable_static+set}" = set; then :
8807 enableval=$enable_static; p=${PACKAGE-default}
8809 yes) enable_static=yes ;;
8810 no) enable_static=no ;;
8813 # Look at the argument we got. We use all the common list separators.
8814 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8815 for pkg in $enableval; do
8817 if test "X
$pkg" = "X
$p"; then
8837 # Check whether --with-pic was given.
8838 if test "${with_pic+set}" = set; then :
8839 withval=$with_pic; pic_mode="$withval"
8845 test -z "$pic_mode" && pic_mode=default
8853 # Check whether --enable-fast-install was given.
8854 if test "${enable_fast_install+set}" = set; then :
8855 enableval=$enable_fast_install; p=${PACKAGE-default}
8857 yes) enable_fast_install=yes ;;
8858 no) enable_fast_install=no ;;
8860 enable_fast_install=no
8861 # Look at the argument we got. We use all the common list separators.
8862 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8863 for pkg in $enableval; do
8865 if test "X
$pkg" = "X
$p"; then
8866 enable_fast_install=yes
8873 enable_fast_install=yes
8886 # This can be used to rebuild libtool when needed
8887 LIBTOOL_DEPS="$ltmain"
8889 # Always use our own libtool.
8890 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8917 test -z "$LN_S" && LN_S="ln -s"
8932 if test -n "${ZSH_VERSION+set}" ; then
8933 setopt NO_GLOB_SUBST
8936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objdir
" >&5
8937 $as_echo_n "checking
for objdir...
" >&6; }
8938 if ${lt_cv_objdir+:} false; then :
8939 $as_echo_n "(cached
) " >&6
8941 rm -f .libs 2>/dev/null
8942 mkdir .libs 2>/dev/null
8943 if test -d .libs; then
8946 # MS-DOS does not allow filenames that begin with a dot.
8949 rmdir .libs 2>/dev/null
8951 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_objdir" >&5
8952 $as_echo "$lt_cv_objdir" >&6; }
8953 objdir=$lt_cv_objdir
8959 cat >>confdefs.h <<_ACEOF
8960 #define LT_OBJDIR "$lt_cv_objdir/"
8968 # AIX sometimes has problems with the GCC collect2 program. For some
8969 # reason, if we set the COLLECT_NAMES environment variable, the problems
8970 # vanish in a puff of smoke.
8971 if test "X
${COLLECT_NAMES+set}" != Xset; then
8973 export COLLECT_NAMES
8980 can_build_shared=yes
8982 # All known linkers require a `.a' archive for static linking (except MSVC,
8983 # which needs '.lib').
8986 with_gnu_ld="$lt_cv_prog_gnu_ld"
8989 old_CFLAGS="$CFLAGS"
8991 # Set sane defaults for various variables
8992 test -z "$CC" && CC=cc
8993 test -z "$LTCC" && LTCC=$CC
8994 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8995 test -z "$LD" && LD=ld
8996 test -z "$ac_objext" && ac_objext=o
8998 for cc_temp in $compiler""; do
9000 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9001 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9006 cc_basename=`$ECHO "$cc_temp" | $SED "s
%.
*/%%; s
%^
$host_alias-%%"`
9009 # Only perform the check for file, if the check method requires it
9010 test -z "$MAGIC_CMD" && MAGIC_CMD=file
9011 case $deplibs_check_method in
9013 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ac_tool_prefix}file" >&5
9015 $as_echo_n "checking
for ${ac_tool_prefix}file...
" >&6; }
9016 if ${lt_cv_path_MAGIC_CMD+:} false; then :
9017 $as_echo_n "(cached
) " >&6
9021 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9024 lt_save_MAGIC_CMD="$MAGIC_CMD"
9025 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9026 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
9027 for ac_dir in $ac_dummy; do
9029 test -z "$ac_dir" && ac_dir=.
9030 if test -f $ac_dir/${ac_tool_prefix}file; then
9031 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9032 if test -n "$file_magic_test_file"; then
9033 case $deplibs_check_method in
9035 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
9036 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9037 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9038 $EGREP "$file_magic_regex" > /dev/null; then
9043 *** Warning: the command libtool uses to detect shared libraries,
9044 *** $file_magic_cmd, produces output that libtool cannot recognize.
9045 *** The result is that libtool may fail to recognize shared libraries
9046 *** as such. This will affect the creation of libtool libraries that
9047 *** depend on shared libraries, but programs linked with such libtool
9048 *** libraries will work regardless of this problem. Nevertheless, you
9049 *** may want to report the problem to your system manager and/or to
9050 *** bug-libtool@gnu.org
9060 MAGIC_CMD="$lt_save_MAGIC_CMD"
9065 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9066 if test -n "$MAGIC_CMD"; then
9067 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
9068 $as_echo "$MAGIC_CMD" >&6; }
9070 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9071 $as_echo "no
" >&6; }
9078 if test -z "$lt_cv_path_MAGIC_CMD"; then
9079 if test -n "$ac_tool_prefix"; then
9080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for file" >&5
9081 $as_echo_n "checking
for file...
" >&6; }
9082 if ${lt_cv_path_MAGIC_CMD+:} false; then :
9083 $as_echo_n "(cached
) " >&6
9087 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9090 lt_save_MAGIC_CMD="$MAGIC_CMD"
9091 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9092 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
9093 for ac_dir in $ac_dummy; do
9095 test -z "$ac_dir" && ac_dir=.
9096 if test -f $ac_dir/file; then
9097 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9098 if test -n "$file_magic_test_file"; then
9099 case $deplibs_check_method in
9101 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
9102 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9103 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9104 $EGREP "$file_magic_regex" > /dev/null; then
9109 *** Warning: the command libtool uses to detect shared libraries,
9110 *** $file_magic_cmd, produces output that libtool cannot recognize.
9111 *** The result is that libtool may fail to recognize shared libraries
9112 *** as such. This will affect the creation of libtool libraries that
9113 *** depend on shared libraries, but programs linked with such libtool
9114 *** libraries will work regardless of this problem. Nevertheless, you
9115 *** may want to report the problem to your system manager and/or to
9116 *** bug-libtool@gnu.org
9126 MAGIC_CMD="$lt_save_MAGIC_CMD"
9131 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9132 if test -n "$MAGIC_CMD"; then
9133 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
9134 $as_echo "$MAGIC_CMD" >&6; }
9136 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9137 $as_echo "no
" >&6; }
9150 # Use C for the default configuration in the libtool script
9154 ac_cpp='$CPP $CPPFLAGS'
9155 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9156 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9157 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9160 # Source file extension for C test sources.
9163 # Object file extension for compiled C test sources.
9167 # Code to be used in simple compile tests
9168 lt_simple_compile_test_code="int some_variable
= 0;"
9170 # Code to be used in simple link tests
9171 lt_simple_link_test_code='int main(){return(0);}'
9179 # If no C compiler was specified, use CC.
9182 # If no C compiler flags were specified, use CFLAGS.
9183 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9185 # Allow CC to be a program name with arguments.
9188 # Save the default compiler, since it gets overwritten when the other
9189 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9190 compiler_DEFAULT=$CC
9192 # save warnings/boilerplate of simple test code
9193 ac_outfile=conftest.$ac_objext
9194 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9195 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9196 _lt_compiler_boilerplate=`cat conftest.err`
9199 ac_outfile=conftest.$ac_objext
9200 echo "$lt_simple_link_test_code" >conftest.$ac_ext
9201 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9202 _lt_linker_boilerplate=`cat conftest.err`
9207 ## There is no encapsulation within the following macros, do not change
9208 ## the running order or otherwise move them around unless you know exactly
9209 ## what you are doing...
9210 if test -n "$compiler"; then
9212 lt_prog_compiler_no_builtin_flag=
9214 if test "$GCC" = yes; then
9215 case $cc_basename in
9217 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9219 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-fno-rtti -fno-exceptions" >&5
9223 $as_echo_n "checking
if $compiler supports
-fno-rtti -fno-exceptions...
" >&6; }
9224 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
9225 $as_echo_n "(cached
) " >&6
9227 lt_cv_prog_compiler_rtti_exceptions=no
9228 ac_outfile=conftest.$ac_objext
9229 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9230 lt_compiler_flag="-fno-rtti -fno-exceptions"
9231 # Insert the option either (1) after the last *FLAGS variable, or
9232 # (2) before a word containing "conftest.
", or (3) at the end.
9233 # Note that $ac_compile itself does not contain backslashes and begins
9234 # with a dollar sign (not a hyphen), so the echo should work correctly.
9235 # The option is referenced via a variable to avoid confusing sed.
9236 lt_compile=`echo "$ac_compile" | $SED \
9237 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9238 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9239 -e 's:$: $lt_compiler_flag:'`
9240 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
9241 (eval "$lt_compile" 2>conftest.err)
9243 cat conftest.err >&5
9244 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9245 if (exit $ac_status) && test -s "$ac_outfile"; then
9246 # The compiler can only warn and ignore the option if not recognized
9247 # So say no if there are warnings other than the usual output.
9248 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9249 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9250 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9251 lt_cv_prog_compiler_rtti_exceptions=yes
9257 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_rtti_exceptions" >&5
9258 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9260 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9261 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9273 lt_prog_compiler_wl=
9274 lt_prog_compiler_pic=
9275 lt_prog_compiler_static=
9277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $compiler option to produce PIC
" >&5
9278 $as_echo_n "checking
for $compiler option to produce PIC...
" >&6; }
9280 if test "$GCC" = yes; then
9281 lt_prog_compiler_wl='-Wl,'
9282 lt_prog_compiler_static='-static'
9286 # All AIX code is PIC.
9287 if test "$host_cpu" = ia64; then
9288 # AIX 5 now supports IA64 processor
9289 lt_prog_compiler_static='-Bstatic'
9291 lt_prog_compiler_pic='-fPIC'
9297 # see comment about AmigaOS4 .so support
9298 lt_prog_compiler_pic='-fPIC'
9301 # FIXME: we need at least 68020 code to build shared libraries, but
9302 # adding the `-m68020' flag to GCC prevents building anything better,
9304 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9309 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9310 # PIC is the default for these OSes.
9313 mingw* | cygwin* | pw32* | os2* | cegcc*)
9314 # This hack is so that the source file can tell whether it is being
9315 # built for inclusion in a dll (and should export symbols for example).
9316 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9317 # (--disable-auto-import) libraries
9318 lt_prog_compiler_pic='-DDLL_EXPORT'
9321 darwin* | rhapsody*)
9322 # PIC is the default on this platform
9323 # Common symbols not allowed in MH_DYLIB files
9324 lt_prog_compiler_pic='-fno-common'
9328 # PIC is the default for Haiku.
9329 # The "-static" flag exists, but is broken.
9330 lt_prog_compiler_static=
9334 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9335 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9336 # sets the default TLS model and affects inlining.
9342 lt_prog_compiler_pic='-fPIC'
9348 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9349 # Instead, we relocate shared libraries at runtime.
9353 # Just because we use GCC doesn't mean we suddenly get shared libraries
9354 # on systems that don't support them.
9355 lt_prog_compiler_can_build_shared=no
9360 # QNX uses GNU C++, but need to define -shared option too, otherwise
9362 lt_prog_compiler_pic='-fPIC -shared'
9366 if test -d /usr/nec; then
9367 lt_prog_compiler_pic=-Kconform_pic
9372 lt_prog_compiler_pic='-fPIC'
9376 case $cc_basename in
9377 nvcc*) # Cuda Compiler Driver 2.2
9378 lt_prog_compiler_wl='-Xlinker '
9379 lt_prog_compiler_pic='-Xcompiler -fPIC'
9383 # PORTME Check for flag to pass linker flags through the system compiler.
9386 lt_prog_compiler_wl='-Wl,'
9387 if test "$host_cpu" = ia64; then
9388 # AIX 5 now supports IA64 processor
9389 lt_prog_compiler_static='-Bstatic'
9391 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9395 mingw* | cygwin* | pw32* | os2* | cegcc*)
9396 # This hack is so that the source file can tell whether it is being
9397 # built for inclusion in a dll (and should export symbols for example).
9398 lt_prog_compiler_pic='-DDLL_EXPORT'
9401 hpux9* | hpux10* | hpux11*)
9402 lt_prog_compiler_wl='-Wl,'
9403 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9410 lt_prog_compiler_pic='+Z'
9413 # Is there a better lt_prog_compiler_static that works with the bundled CC?
9414 lt_prog_compiler_static='${wl}-a ${wl}archive'
9417 irix5* | irix6* | nonstopux*)
9418 lt_prog_compiler_wl='-Wl,'
9419 # PIC (with -KPIC) is the default.
9420 lt_prog_compiler_static='-non_shared'
9423 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9424 case $cc_basename in
9425 # old Intel for x86_64 which still supported -KPIC.
9427 lt_prog_compiler_wl='-Wl,'
9428 lt_prog_compiler_pic='-KPIC'
9429 lt_prog_compiler_static='-static'
9431 # icc used to be incompatible with GCC.
9432 # ICC 10 doesn't accept -KPIC any more.
9434 lt_prog_compiler_wl='-Wl,'
9435 lt_prog_compiler_pic='-fPIC'
9436 lt_prog_compiler_static='-static'
9438 # Lahey Fortran 8.1.
9440 lt_prog_compiler_wl='-Wl,'
9441 lt_prog_compiler_pic='--shared'
9442 lt_prog_compiler_static='--static'
9444 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
9445 # Portland Group compilers (*not* the Pentium gcc compiler,
9446 # which looks to be a dead project)
9447 lt_prog_compiler_wl='-Wl,'
9448 lt_prog_compiler_pic='-fpic'
9449 lt_prog_compiler_static='-Bstatic'
9452 lt_prog_compiler_wl='-Wl,'
9453 # All Alpha code is PIC.
9454 lt_prog_compiler_static='-non_shared'
9456 xl* | bgxl* | bgf* | mpixl*)
9457 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
9458 lt_prog_compiler_wl='-Wl,'
9459 lt_prog_compiler_pic='-qpic'
9460 lt_prog_compiler_static='-qstaticlink'
9463 case `$CC -V 2>&1 | sed 5q` in
9464 *Sun\ F* | *Sun*Fortran*)
9465 # Sun Fortran 8.3 passes all unrecognized flags to the linker
9466 lt_prog_compiler_pic='-KPIC'
9467 lt_prog_compiler_static='-Bstatic'
9468 lt_prog_compiler_wl=''
9472 lt_prog_compiler_pic='-KPIC'
9473 lt_prog_compiler_static='-Bstatic'
9474 lt_prog_compiler_wl='-Wl,'
9482 lt_prog_compiler_pic='-KPIC'
9483 lt_prog_compiler_static='-Bstatic'
9487 # QNX uses GNU C++, but need to define -shared option too, otherwise
9489 lt_prog_compiler_pic='-fPIC -shared'
9492 osf3* | osf4* | osf5*)
9493 lt_prog_compiler_wl='-Wl,'
9494 # All OSF/1 code is PIC.
9495 lt_prog_compiler_static='-non_shared'
9499 lt_prog_compiler_static='-non_shared'
9503 lt_prog_compiler_pic='-KPIC'
9504 lt_prog_compiler_static='-Bstatic'
9505 case $cc_basename in
9507 lt_prog_compiler_wl='-Qoption ld ';;
9509 lt_prog_compiler_wl='-Wl,';;
9514 lt_prog_compiler_wl='-Qoption ld '
9515 lt_prog_compiler_pic='-PIC'
9516 lt_prog_compiler_static='-Bstatic'
9519 sysv4 | sysv4.2uw2* | sysv4.3*)
9520 lt_prog_compiler_wl='-Wl,'
9521 lt_prog_compiler_pic='-KPIC'
9522 lt_prog_compiler_static='-Bstatic'
9526 if test -d /usr/nec ;then
9527 lt_prog_compiler_pic='-Kconform_pic'
9528 lt_prog_compiler_static='-Bstatic'
9532 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9533 lt_prog_compiler_wl='-Wl,'
9534 lt_prog_compiler_pic='-KPIC'
9535 lt_prog_compiler_static='-Bstatic'
9539 lt_prog_compiler_wl='-Wl,'
9540 lt_prog_compiler_can_build_shared=no
9544 lt_prog_compiler_pic='-pic'
9545 lt_prog_compiler_static='-Bstatic'
9549 lt_prog_compiler_can_build_shared=no
9555 # For platforms which do not support PIC, -DPIC is meaningless:
9557 lt_prog_compiler_pic=
9560 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9563 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_prog_compiler_pic" >&5
9564 $as_echo "$lt_prog_compiler_pic" >&6; }
9572 # Check to make sure the PIC flag actually works.
9574 if test -n "$lt_prog_compiler_pic"; then
9575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler PIC flag
$lt_prog_compiler_pic works
" >&5
9576 $as_echo_n "checking
if $compiler PIC flag
$lt_prog_compiler_pic works...
" >&6; }
9577 if ${lt_cv_prog_compiler_pic_works+:} false; then :
9578 $as_echo_n "(cached
) " >&6
9580 lt_cv_prog_compiler_pic_works=no
9581 ac_outfile=conftest.$ac_objext
9582 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9583 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9584 # Insert the option either (1) after the last *FLAGS variable, or
9585 # (2) before a word containing "conftest.
", or (3) at the end.
9586 # Note that $ac_compile itself does not contain backslashes and begins
9587 # with a dollar sign (not a hyphen), so the echo should work correctly.
9588 # The option is referenced via a variable to avoid confusing sed.
9589 lt_compile=`echo "$ac_compile" | $SED \
9590 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9591 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9592 -e 's:$: $lt_compiler_flag:'`
9593 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
9594 (eval "$lt_compile" 2>conftest.err)
9596 cat conftest.err >&5
9597 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9598 if (exit $ac_status) && test -s "$ac_outfile"; then
9599 # The compiler can only warn and ignore the option if not recognized
9600 # So say no if there are warnings other than the usual output.
9601 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9602 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9603 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9604 lt_cv_prog_compiler_pic_works=yes
9610 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_pic_works" >&5
9611 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
9613 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9614 case $lt_prog_compiler_pic in
9616 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9619 lt_prog_compiler_pic=
9620 lt_prog_compiler_can_build_shared=no
9631 # Check to make sure the static flag actually works.
9633 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler static flag
$lt_tmp_static_flag works
" >&5
9635 $as_echo_n "checking
if $compiler static flag
$lt_tmp_static_flag works...
" >&6; }
9636 if ${lt_cv_prog_compiler_static_works+:} false; then :
9637 $as_echo_n "(cached
) " >&6
9639 lt_cv_prog_compiler_static_works=no
9640 save_LDFLAGS="$LDFLAGS"
9641 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9642 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9643 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9644 # The linker can only warn and ignore the option if not recognized
9645 # So say no if there are warnings
9646 if test -s conftest.err; then
9647 # Append any errors to the config.log.
9648 cat conftest.err 1>&5
9649 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9650 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9651 if diff conftest.exp conftest.er2 >/dev/null; then
9652 lt_cv_prog_compiler_static_works=yes
9655 lt_cv_prog_compiler_static_works=yes
9659 LDFLAGS="$save_LDFLAGS"
9662 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_static_works" >&5
9663 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
9665 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9668 lt_prog_compiler_static=
9677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
9678 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
9679 if ${lt_cv_prog_compiler_c_o+:} false; then :
9680 $as_echo_n "(cached
) " >&6
9682 lt_cv_prog_compiler_c_o=no
9683 $RM -r conftest 2>/dev/null
9687 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9689 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
9690 # Insert the option either (1) after the last *FLAGS variable, or
9691 # (2) before a word containing "conftest.
", or (3) at the end.
9692 # Note that $ac_compile itself does not contain backslashes and begins
9693 # with a dollar sign (not a hyphen), so the echo should work correctly.
9694 lt_compile=`echo "$ac_compile" | $SED \
9695 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9696 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9697 -e 's:$: $lt_compiler_flag:'`
9698 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
9699 (eval "$lt_compile" 2>out/conftest.err)
9701 cat out/conftest.err >&5
9702 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9703 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9705 # The compiler can only warn and ignore the option if not recognized
9706 # So say no if there are warnings
9707 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9708 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9709 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9710 lt_cv_prog_compiler_c_o=yes
9715 # SGI C++ compiler will create directory out/ii_files/ for
9716 # template instantiation
9717 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9718 $RM out/* && rmdir out
9724 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
9725 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
9733 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
9734 if ${lt_cv_prog_compiler_c_o+:} false; then :
9735 $as_echo_n "(cached
) " >&6
9737 lt_cv_prog_compiler_c_o=no
9738 $RM -r conftest 2>/dev/null
9742 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9744 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
9745 # Insert the option either (1) after the last *FLAGS variable, or
9746 # (2) before a word containing "conftest.
", or (3) at the end.
9747 # Note that $ac_compile itself does not contain backslashes and begins
9748 # with a dollar sign (not a hyphen), so the echo should work correctly.
9749 lt_compile=`echo "$ac_compile" | $SED \
9750 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9751 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9752 -e 's:$: $lt_compiler_flag:'`
9753 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
9754 (eval "$lt_compile" 2>out/conftest.err)
9756 cat out/conftest.err >&5
9757 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9758 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9760 # The compiler can only warn and ignore the option if not recognized
9761 # So say no if there are warnings
9762 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9763 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9764 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9765 lt_cv_prog_compiler_c_o=yes
9770 # SGI C++ compiler will create directory out/ii_files/ for
9771 # template instantiation
9772 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9773 $RM out/* && rmdir out
9779 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
9780 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9785 hard_links="nottested
"
9786 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9787 # do not overwrite the value of need_locks provided by the user
9788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if we can lock with hard links
" >&5
9789 $as_echo_n "checking
if we can lock with hard links...
" >&6; }
9792 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9794 ln conftest.a conftest.b 2>&5 || hard_links=no
9795 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9796 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $hard_links" >&5
9797 $as_echo "$hard_links" >&6; }
9798 if test "$hard_links" = no; then
9799 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&5
9800 $as_echo "$as_me: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&2;}
9812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the
$compiler linker
($LD) supports shared libraries
" >&5
9813 $as_echo_n "checking whether the
$compiler linker
($LD) supports shared libraries...
" >&6; }
9816 allow_undefined_flag=
9817 always_export_symbols=no
9819 archive_expsym_cmds=
9820 compiler_needs_object=no
9821 enable_shared_with_static_runtimes=no
9822 export_dynamic_flag_spec=
9823 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9824 hardcode_automatic=no
9826 hardcode_direct_absolute=no
9827 hardcode_libdir_flag_spec=
9828 hardcode_libdir_flag_spec_ld=
9829 hardcode_libdir_separator=
9831 hardcode_shlibpath_var=unsupported
9833 link_all_deplibs=unknown
9836 old_archive_from_new_cmds=
9837 old_archive_from_expsyms_cmds=
9838 thread_safe_flag_spec=
9839 whole_archive_flag_spec=
9840 # include_expsyms should be a list of space-separated symbols to be *always*
9841 # included in the symbol list
9843 # exclude_expsyms can be an extended regexp of symbols to exclude
9844 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9845 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9846 # as well as any symbol that contains `d'.
9847 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9848 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9849 # platforms (ab)use it in PIC code, but their linkers get confused if
9850 # the symbol is explicitly referenced. Since portable code cannot
9851 # rely on this symbol name, it's probably fine to never include it in
9852 # preloaded symbol tables.
9853 # Exclude shared library initialization/finalization symbols.
9854 extract_expsyms_cmds=
9857 cygwin* | mingw* | pw32* | cegcc*)
9858 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9859 # When not using gcc, we currently assume that we are using
9860 # Microsoft Visual C++.
9861 if test "$GCC" != yes; then
9866 # we just hope/assume this is gcc and not c89 (= MSVC++)
9876 # On some targets, GNU ld is compatible enough with the native linker
9877 # that we're better off using the native interface for both.
9878 lt_use_gnu_ld_interface=no
9879 if test "$with_gnu_ld" = yes; then
9882 # The AIX port of GNU ld has always aspired to compatibility
9883 # with the native linker. However, as the warning in the GNU ld
9884 # block says, versions before 2.19.5* couldn't really create working
9885 # shared libraries, regardless of the interface used.
9886 case `$LD -v 2>&1` in
9887 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9888 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9889 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9891 lt_use_gnu_ld_interface=yes
9896 lt_use_gnu_ld_interface=yes
9901 if test "$lt_use_gnu_ld_interface" = yes; then
9902 # If archive_cmds runs LD, not CC, wlarc should be empty
9905 # Set some defaults for GNU ld with shared library support. These
9906 # are reset later if shared libraries are not supported. Putting them
9907 # here allows them to be overridden if necessary.
9908 runpath_var=LD_RUN_PATH
9909 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9910 export_dynamic_flag_spec='${wl}--export-dynamic'
9911 # ancient GNU ld didn't support --whole-archive et. al.
9912 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9913 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9915 whole_archive_flag_spec=
9917 supports_anon_versioning=no
9918 case `$LD -v 2>&1` in
9919 *GNU\ gold*) supports_anon_versioning=yes ;;
9920 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9921 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9922 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9923 *\ 2.11.*) ;; # other 2.11 versions
9924 *) supports_anon_versioning=yes ;;
9927 # See if GNU ld supports shared libraries.
9930 # On AIX/PPC, the GNU linker is very broken
9931 if test "$host_cpu" != ia64; then
9935 *** Warning: the GNU linker, at least up to release 2.19, is reported
9936 *** to be unable to reliably create shared libraries on AIX.
9937 *** Therefore, libtool is disabling shared libraries support. If you
9938 *** really care for shared libraries, you may want to install binutils
9939 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9940 *** You will then need to restart the configuration process.
9949 # see comment about AmigaOS4 .so support
9950 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9951 archive_expsym_cmds=''
9954 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)'
9955 hardcode_libdir_flag_spec
='-L$libdir'
9956 hardcode_minus_L
=yes
9962 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9963 allow_undefined_flag
=unsupported
9964 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9965 # support --undefined. This deserves some investigation. FIXME
9966 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9972 cygwin
* | mingw
* | pw32
* | cegcc
*)
9973 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9974 # as there is no search path for DLLs.
9975 hardcode_libdir_flag_spec
='-L$libdir'
9976 export_dynamic_flag_spec
='${wl}--export-all-symbols'
9977 allow_undefined_flag
=unsupported
9978 always_export_symbols
=no
9979 enable_shared_with_static_runtimes
=yes
9980 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9982 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
9983 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9984 # If the export-symbols file already is a .def file (1st line
9985 # is EXPORTS), use it as is; otherwise, prepend...
9986 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9987 cp $export_symbols $output_objdir/$soname.def;
9989 echo EXPORTS > $output_objdir/$soname.def;
9990 cat $export_symbols >> $output_objdir/$soname.def;
9992 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9999 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10000 link_all_deplibs
=yes
10005 hardcode_shlibpath_var
=no
10006 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
10007 export_dynamic_flag_spec
='${wl}-E'
10008 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10009 # Instead, shared libraries are loaded at an image base (0x10000000 by
10010 # default) and relocated if they conflict, which is a slow very memory
10011 # consuming and fragmenting process. To avoid this, we pick a random,
10012 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10013 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10014 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10015 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'
10018 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu | uclinuxfdpiceabi
)
10020 if test "$host_os" = linux-dietlibc
; then
10021 case $cc_basename in
10022 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
10025 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
10026 && test "$tmp_diet" = no
10028 tmp_addflag
=' $pic_flag'
10029 tmp_sharedflag
='-shared'
10030 case $cc_basename,$host_cpu in
10031 pgcc
*) # Portland Group C compiler
10032 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'
10033 tmp_addflag
=' $pic_flag'
10035 pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
10036 # Portland Group f77 and f90 compilers
10037 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'
10038 tmp_addflag
=' $pic_flag -Mnomain' ;;
10039 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
10040 tmp_addflag
=' -i_dynamic' ;;
10041 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
10042 tmp_addflag
=' -i_dynamic -nofor_main' ;;
10043 ifc
* | ifort
*) # Intel Fortran compiler
10044 tmp_addflag
=' -nofor_main' ;;
10045 lf95
*) # Lahey Fortran 8.1
10046 whole_archive_flag_spec
=
10047 tmp_sharedflag
='--shared' ;;
10048 xl
[cC
]* | bgxl
[cC
]* | mpixl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10049 tmp_sharedflag
='-qmkshrobj'
10051 nvcc
*) # Cuda Compiler Driver 2.2
10052 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'
10053 compiler_needs_object
=yes
10056 case `$CC -V 2>&1 | sed 5q` in
10057 *Sun\ C
*) # Sun C 5.9
10058 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'
10059 compiler_needs_object
=yes
10060 tmp_sharedflag
='-G' ;;
10061 *Sun\ F
*) # Sun Fortran 8.3
10062 tmp_sharedflag
='-G' ;;
10064 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10066 if test "x$supports_anon_versioning" = xyes
; then
10067 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
10068 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10069 echo "local: *; };" >> $output_objdir/$libname.ver~
10070 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10073 case $cc_basename in
10074 xlf
* | bgf
* | bgxlf
* | mpixlf
*)
10075 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10076 whole_archive_flag_spec
='--whole-archive$convenience --no-whole-archive'
10077 hardcode_libdir_flag_spec
=
10078 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
10079 archive_cmds
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10080 if test "x$supports_anon_versioning" = xyes
; then
10081 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
10082 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10083 echo "local: *; };" >> $output_objdir/$libname.ver~
10084 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10094 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
10095 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10098 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10099 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10104 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
10108 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
10109 *** create shared libraries on Solaris systems. Therefore, libtool
10110 *** is disabling shared libraries support. We urge you to upgrade GNU
10111 *** binutils to release 2.9.1 or newer. Another option is to modify
10112 *** your PATH or compiler configuration so that the native linker is
10113 *** used, and then restart.
10116 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
10117 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10118 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10124 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
10125 case `$LD -v 2>&1` in
10126 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
10130 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10131 *** reliably create shared libraries on SCO systems. Therefore, libtool
10132 *** is disabling shared libraries support. We urge you to upgrade GNU
10133 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10134 *** your PATH or compiler configuration so that the native linker is
10135 *** used, and then restart.
10140 # For security reasons, it is highly recommended that you always
10141 # use absolute paths for naming shared libraries, and exclude the
10142 # DT_RUNPATH tag from executables and libraries. But doing so
10143 # requires that you compile everything twice, which is a pain.
10144 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
10145 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
10146 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10147 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10156 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10158 hardcode_direct
=yes
10159 hardcode_shlibpath_var
=no
10163 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
10164 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10165 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10172 if test "$ld_shlibs" = no
; then
10174 hardcode_libdir_flag_spec
=
10175 export_dynamic_flag_spec
=
10176 whole_archive_flag_spec
=
10179 # PORTME fill in a description of your system's linker (not GNU ld)
10182 allow_undefined_flag
=unsupported
10183 always_export_symbols
=yes
10184 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'
10185 # Note: this linker hardcodes the directories in LIBPATH if there
10186 # are no directories specified by -L.
10187 hardcode_minus_L
=yes
10188 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10189 # Neither direct hardcoding nor static linking is supported with a
10191 hardcode_direct
=unsupported
10196 if test "$host_cpu" = ia64
; then
10197 # On IA64, the linker does run time linking by default, so we don't
10198 # have to do anything special.
10199 aix_use_runtimelinking
=no
10200 exp_sym_flag
='-Bexport'
10203 # If we're using GNU nm, then we don't want the "-C" option.
10204 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10205 # Also, AIX nm treats weak defined symbols like other global
10206 # defined symbols, whereas GNU nm marks them as "W".
10207 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
10208 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'
10210 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'
10212 aix_use_runtimelinking
=no
10214 # Test if we are trying to use run time linking or normal
10215 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10216 # need to do runtime linking.
10217 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
10218 for ld_flag
in $LDFLAGS; do
10219 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
10220 aix_use_runtimelinking
=yes
10227 exp_sym_flag
='-bexport'
10228 no_entry_flag
='-bnoentry'
10231 # When large executables or shared objects are built, AIX ld can
10232 # have problems creating the table of contents. If linking a library
10233 # or program results in "error TOC overflow" add -mminimal-toc to
10234 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10235 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10238 hardcode_direct
=yes
10239 hardcode_direct_absolute
=yes
10240 hardcode_libdir_separator
=':'
10241 link_all_deplibs
=yes
10242 file_list_spec
='${wl}-f,'
10244 if test "$GCC" = yes; then
10245 case $host_os in aix4.
[012]|aix4.
[012].
*)
10246 # We only want to do this on AIX 4.2 and lower, the check
10247 # below for broken collect2 doesn't work under 4.3+
10248 collect2name
=`${CC} -print-prog-name=collect2`
10249 if test -f "$collect2name" &&
10250 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
10252 # We have reworked collect2
10255 # We have old collect2
10256 hardcode_direct
=unsupported
10257 # It fails to find uninstalled libraries when the uninstalled
10258 # path is not listed in the libpath. Setting hardcode_minus_L
10259 # to unsupported forces relinking
10260 hardcode_minus_L
=yes
10261 hardcode_libdir_flag_spec
='-L$libdir'
10262 hardcode_libdir_separator
=
10266 shared_flag
='-shared'
10267 if test "$aix_use_runtimelinking" = yes; then
10268 shared_flag
="$shared_flag "'${wl}-G'
10272 if test "$host_cpu" = ia64
; then
10273 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10274 # chokes on -Wl,-G. The following line is correct:
10277 if test "$aix_use_runtimelinking" = yes; then
10278 shared_flag
='${wl}-G'
10280 shared_flag
='${wl}-bM:SRE'
10285 export_dynamic_flag_spec
='${wl}-bexpall'
10286 # It seems that -bexpall does not export symbols beginning with
10287 # underscore (_), so it is better to generate a list of symbols to export.
10288 always_export_symbols
=yes
10289 if test "$aix_use_runtimelinking" = yes; then
10290 # Warning - without using the other runtime loading flags (-brtl),
10291 # -berok will link without error, but may produce a broken library.
10292 allow_undefined_flag
='-berok'
10293 # Determine the default libpath from the value encoded in an
10294 # empty executable.
10295 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10296 /* end confdefs.h. */
10306 if ac_fn_c_try_link
"$LINENO"; then :
10308 lt_aix_libpath_sed
='
10309 /Import File Strings/,/^$/ {
10315 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10316 # Check for a 64-bit object if we didn't find anything.
10317 if test -z "$aix_libpath"; then
10318 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10321 rm -f core conftest.err conftest.
$ac_objext \
10322 conftest
$ac_exeext conftest.
$ac_ext
10323 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
10325 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
10326 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"
10328 if test "$host_cpu" = ia64
; then
10329 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
10330 allow_undefined_flag
="-z nodefs"
10331 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"
10333 # Determine the default libpath from the value encoded in an
10334 # empty executable.
10335 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10336 /* end confdefs.h. */
10346 if ac_fn_c_try_link
"$LINENO"; then :
10348 lt_aix_libpath_sed
='
10349 /Import File Strings/,/^$/ {
10355 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10356 # Check for a 64-bit object if we didn't find anything.
10357 if test -z "$aix_libpath"; then
10358 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10361 rm -f core conftest.err conftest.
$ac_objext \
10362 conftest
$ac_exeext conftest.
$ac_ext
10363 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
10365 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
10366 # Warning - without using the other run time loading flags,
10367 # -berok will link without error, but may produce a broken library.
10368 no_undefined_flag
=' ${wl}-bernotok'
10369 allow_undefined_flag
=' ${wl}-berok'
10370 if test "$with_gnu_ld" = yes; then
10371 # We only use this code for GNU lds that support --whole-archive.
10372 whole_archive_flag_spec
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10374 # Exported symbols can be pulled into shared objects from archives
10375 whole_archive_flag_spec
='$convenience'
10377 archive_cmds_need_lc
=yes
10378 # This is similar to how AIX traditionally builds its shared libraries.
10379 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'
10387 # see comment about AmigaOS4 .so support
10388 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10389 archive_expsym_cmds
=''
10392 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)'
10393 hardcode_libdir_flag_spec
='-L$libdir'
10394 hardcode_minus_L
=yes
10400 export_dynamic_flag_spec
=-rdynamic
10403 cygwin
* | mingw
* | pw32
* | cegcc
*)
10404 # When not using gcc, we currently assume that we are using
10405 # Microsoft Visual C++.
10406 # hardcode_libdir_flag_spec is actually meaningless, as there is
10407 # no search path for DLLs.
10408 hardcode_libdir_flag_spec
=' '
10409 allow_undefined_flag
=unsupported
10410 # Tell ltmain to make .lib files, not .a files.
10412 # Tell ltmain to make .dll files, not .so files.
10414 # FIXME: Setting linknames here is a bad hack.
10415 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
10416 # The linker will automatically build a .lib file if we build a DLL.
10417 old_archive_from_new_cmds
='true'
10418 # FIXME: Should let the user specify the lib program.
10419 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
10420 fix_srcfile_path
='`cygpath -w "$srcfile"`'
10421 enable_shared_with_static_runtimes
=yes
10424 darwin
* | rhapsody
*)
10427 archive_cmds_need_lc
=no
10429 hardcode_automatic
=yes
10430 hardcode_shlibpath_var
=unsupported
10431 if test "$lt_cv_ld_force_load" = "yes"; then
10432 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\"`'
10434 whole_archive_flag_spec
=''
10436 link_all_deplibs
=yes
10437 allow_undefined_flag
="$_lt_dar_allow_undefined"
10438 case $cc_basename in
10439 ifort
*) _lt_dar_can_shared
=yes ;;
10440 *) _lt_dar_can_shared
=$GCC ;;
10442 if test "$_lt_dar_can_shared" = "yes"; then
10443 output_verbose_link_cmd
=func_echo_all
10444 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10445 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
10446 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}"
10447 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}"
10456 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10457 hardcode_libdir_flag_spec
='-L$libdir'
10458 hardcode_shlibpath_var
=no
10461 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10462 # support. Future versions do this automatically, but an explicit c++rt0.o
10463 # does not break anything, and helps significantly (at the cost of a little
10466 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
10467 hardcode_libdir_flag_spec
='-R$libdir'
10468 hardcode_direct
=yes
10469 hardcode_shlibpath_var
=no
10472 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10474 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10475 hardcode_direct
=yes
10476 hardcode_minus_L
=yes
10477 hardcode_shlibpath_var
=no
10480 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10481 freebsd
* | dragonfly
*)
10482 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
10483 hardcode_libdir_flag_spec
='-R$libdir'
10484 hardcode_direct
=yes
10485 hardcode_shlibpath_var
=no
10489 if test "$GCC" = yes; then
10490 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'
10492 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'
10494 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
10495 hardcode_libdir_separator
=:
10496 hardcode_direct
=yes
10498 # hardcode_minus_L: Not really in the search PATH,
10499 # but as the default location of the library.
10500 hardcode_minus_L
=yes
10501 export_dynamic_flag_spec
='${wl}-E'
10505 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
10506 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10508 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10510 if test "$with_gnu_ld" = no
; then
10511 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
10512 hardcode_libdir_flag_spec_ld
='+b $libdir'
10513 hardcode_libdir_separator
=:
10514 hardcode_direct
=yes
10515 hardcode_direct_absolute
=yes
10516 export_dynamic_flag_spec
='${wl}-E'
10517 # hardcode_minus_L: Not really in the search PATH,
10518 # but as the default location of the library.
10519 hardcode_minus_L
=yes
10524 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
10527 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10530 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10533 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10539 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10542 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10546 # Older versions of the 11.00 compiler do not understand -b yet
10547 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10549 $as_echo_n "checking if $CC understands -b... " >&6; }
10550 if ${lt_cv_prog_compiler__b+:} false
; then :
10551 $as_echo_n "(cached) " >&6
10553 lt_cv_prog_compiler__b
=no
10554 save_LDFLAGS
="$LDFLAGS"
10555 LDFLAGS
="$LDFLAGS -b"
10556 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
10557 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
10558 # The linker can only warn and ignore the option if not recognized
10559 # So say no if there are warnings
10560 if test -s conftest.err
; then
10561 # Append any errors to the config.log.
10562 cat conftest.err
1>&5
10563 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
10564 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
10565 if diff conftest.exp conftest.er2
>/dev
/null
; then
10566 lt_cv_prog_compiler__b
=yes
10569 lt_cv_prog_compiler__b
=yes
10573 LDFLAGS
="$save_LDFLAGS"
10576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10577 $as_echo "$lt_cv_prog_compiler__b" >&6; }
10579 if test x
"$lt_cv_prog_compiler__b" = xyes
; then
10580 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10582 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10588 if test "$with_gnu_ld" = no
; then
10589 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
10590 hardcode_libdir_separator
=:
10595 hardcode_shlibpath_var
=no
10598 hardcode_direct
=yes
10599 hardcode_direct_absolute
=yes
10600 export_dynamic_flag_spec
='${wl}-E'
10602 # hardcode_minus_L: Not really in the search PATH,
10603 # but as the default location of the library.
10604 hardcode_minus_L
=yes
10610 irix5
* | irix6
* | nonstopux
*)
10611 if test "$GCC" = yes; then
10612 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'
10613 # Try to use the -exported_symbol ld option, if it does not
10614 # work, assume that -exports_file does not work either and
10615 # implicitly export all symbols.
10616 save_LDFLAGS
="$LDFLAGS"
10617 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10618 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10619 /* end confdefs.h. */
10622 if ac_fn_c_try_link
"$LINENO"; then :
10623 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'
10626 rm -f core conftest.err conftest.
$ac_objext \
10627 conftest
$ac_exeext conftest.
$ac_ext
10628 LDFLAGS
="$save_LDFLAGS"
10630 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'
10631 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'
10633 archive_cmds_need_lc
='no'
10634 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
10635 hardcode_libdir_separator
=:
10637 link_all_deplibs
=yes
10641 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
10642 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10644 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10646 hardcode_libdir_flag_spec
='-R$libdir'
10647 hardcode_direct
=yes
10648 hardcode_shlibpath_var
=no
10652 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10653 hardcode_direct
=yes
10654 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
10655 hardcode_libdir_separator
=:
10656 hardcode_shlibpath_var
=no
10663 if test -f /usr
/libexec
/ld.so
; then
10664 hardcode_direct
=yes
10665 hardcode_shlibpath_var
=no
10666 hardcode_direct_absolute
=yes
10667 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10668 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10669 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10670 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
10671 export_dynamic_flag_spec
='${wl}-E'
10674 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
10675 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10676 hardcode_libdir_flag_spec
='-R$libdir'
10679 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10680 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
10690 hardcode_libdir_flag_spec
='-L$libdir'
10691 hardcode_minus_L
=yes
10692 allow_undefined_flag
=unsupported
10693 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'
10694 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10698 if test "$GCC" = yes; then
10699 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
10700 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'
10702 allow_undefined_flag
=' -expect_unresolved \*'
10703 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'
10705 archive_cmds_need_lc
='no'
10706 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
10707 hardcode_libdir_separator
=:
10710 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
10711 if test "$GCC" = yes; then
10712 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
10713 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'
10714 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
10716 allow_undefined_flag
=' -expect_unresolved \*'
10717 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'
10718 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~
10719 $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'
10721 # Both c and cxx compiler support -rpath directly
10722 hardcode_libdir_flag_spec
='-rpath $libdir'
10724 archive_cmds_need_lc
='no'
10725 hardcode_libdir_separator
=:
10729 no_undefined_flag
=' -z defs'
10730 if test "$GCC" = yes; then
10732 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10733 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10734 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10736 case `$CC -V 2>&1` in
10739 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10740 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10741 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10745 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10746 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10747 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10751 hardcode_libdir_flag_spec
='-R$libdir'
10752 hardcode_shlibpath_var
=no
10754 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
10756 # The compiler driver will combine and reorder linker options,
10757 # but understands `-z linker_flag'. GCC discards it without `$wl',
10758 # but is careful enough not to reorder.
10759 # Supported since Solaris 2.6 (maybe 2.5.1?)
10760 if test "$GCC" = yes; then
10761 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10763 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
10767 link_all_deplibs
=yes
10771 if test "x$host_vendor" = xsequent
; then
10772 # Use $CC to link under sequent, because it throws in some extra .o
10773 # files that make .init and .fini sections work.
10774 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10776 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10778 hardcode_libdir_flag_spec
='-L$libdir'
10779 hardcode_direct
=yes
10780 hardcode_minus_L
=yes
10781 hardcode_shlibpath_var
=no
10785 case $host_vendor in
10787 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10788 hardcode_direct
=yes # is this really true???
10791 ## LD is ld it makes a PLAMLIB
10792 ## CC just makes a GrossModule.
10793 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10794 reload_cmds
='$CC -r -o $output$reload_objs'
10798 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10799 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
10802 runpath_var
='LD_RUN_PATH'
10803 hardcode_shlibpath_var
=no
10807 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10808 hardcode_shlibpath_var
=no
10809 export_dynamic_flag_spec
='-Bexport'
10813 if test -d /usr
/nec
; then
10814 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10815 hardcode_shlibpath_var
=no
10816 runpath_var
=LD_RUN_PATH
10817 hardcode_runpath_var
=yes
10822 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
10823 no_undefined_flag
='${wl}-z,text'
10824 archive_cmds_need_lc
=no
10825 hardcode_shlibpath_var
=no
10826 runpath_var
='LD_RUN_PATH'
10828 if test "$GCC" = yes; then
10829 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10830 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10832 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10833 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10837 sysv5
* | sco3.2v5
* | sco5v6
*)
10838 # Note: We can NOT use -z defs as we might desire, because we do not
10839 # link with -lc, and that would cause any symbols used from libc to
10840 # always be unresolved, which means just about no library would
10841 # ever link correctly. If we're not using GNU ld we use -z text
10842 # though, which does catch some bad symbols but isn't as heavy-handed
10844 no_undefined_flag
='${wl}-z,text'
10845 allow_undefined_flag
='${wl}-z,nodefs'
10846 archive_cmds_need_lc
=no
10847 hardcode_shlibpath_var
=no
10848 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
10849 hardcode_libdir_separator
=':'
10850 link_all_deplibs
=yes
10851 export_dynamic_flag_spec
='${wl}-Bexport'
10852 runpath_var
='LD_RUN_PATH'
10854 if test "$GCC" = yes; then
10855 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10856 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10858 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10859 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10864 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10865 hardcode_libdir_flag_spec
='-L$libdir'
10866 hardcode_shlibpath_var
=no
10874 if test x
$host_vendor = xsni
; then
10876 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
10877 export_dynamic_flag_spec
='${wl}-Blargedynsym'
10883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10884 $as_echo "$ld_shlibs" >&6; }
10885 test "$ld_shlibs" = no
&& can_build_shared
=no
10887 with_gnu_ld
=$with_gnu_ld
10904 # Do we need to explicitly link libc?
10906 case "x$archive_cmds_need_lc" in
10908 # Assume -lc should be added
10909 archive_cmds_need_lc
=yes
10911 if test "$enable_shared" = yes && test "$GCC" = yes; then
10912 case $archive_cmds in
10914 # FIXME: we may have to deal with multi-command sequences.
10917 # Test whether the compiler implicitly links with -lc since on some
10918 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10919 # to ld, don't add -lc before -lgcc.
10920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10921 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10922 if ${lt_cv_archive_cmds_need_lc+:} false
; then :
10923 $as_echo_n "(cached) " >&6
10926 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
10928 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10929 (eval $ac_compile) 2>&5
10931 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10932 test $ac_status = 0; } 2>conftest.err
; then
10935 libobjs
=conftest.
$ac_objext
10937 wl
=$lt_prog_compiler_wl
10938 pic_flag
=$lt_prog_compiler_pic
10944 lt_save_allow_undefined_flag
=$allow_undefined_flag
10945 allow_undefined_flag
=
10946 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10947 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
10949 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10950 test $ac_status = 0; }
10952 lt_cv_archive_cmds_need_lc
=no
10954 lt_cv_archive_cmds_need_lc
=yes
10956 allow_undefined_flag
=$lt_save_allow_undefined_flag
10958 cat conftest.err
1>&5
10963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10964 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10965 archive_cmds_need_lc
=$lt_cv_archive_cmds_need_lc
11128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11129 $as_echo_n "checking dynamic linker characteristics... " >&6; }
11131 if test "$GCC" = yes; then
11133 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
11134 *) lt_awk_arg
="/^libraries:/" ;;
11137 mingw
* | cegcc
*) lt_sed_strip_eq
="s,=\([A-Za-z]:\),\1,g" ;;
11138 *) lt_sed_strip_eq
="s,=/,/,g" ;;
11140 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11141 case $lt_search_path_spec in
11143 # if the path contains ";" then we assume it to be the separator
11144 # otherwise default to the standard path separator (i.e. ":") - it is
11145 # assumed that no part of a normal pathname contains ";" but that should
11146 # okay in the real world where ";" in dirpaths is itself problematic.
11147 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11150 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11153 # Ok, now we have the path, separated by spaces, we can step through it
11154 # and add multilib dir if necessary.
11155 lt_tmp_lt_search_path_spec
=
11156 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11157 for lt_sys_path
in $lt_search_path_spec; do
11158 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11159 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11161 test -d "$lt_sys_path" && \
11162 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
11165 lt_search_path_spec
=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11166 BEGIN {RS=" "; FS="/|\n";} {
11169 for (lt_i = NF; lt_i > 0; lt_i--) {
11170 if ($lt_i != "" && $lt_i != ".") {
11171 if ($lt_i == "..") {
11174 if (lt_count == 0) {
11175 lt_foo="/" $lt_i lt_foo;
11182 if (lt_foo != "") { lt_freq[lt_foo]++; }
11183 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11185 # AWK program above erroneously prepends '/' to C:/dos/paths
11188 mingw
* | cegcc
*) lt_search_path_spec
=`$ECHO "$lt_search_path_spec" |\
11189 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11191 sys_lib_search_path_spec
=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11193 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
11195 library_names_spec
=
11196 libname_spec
='lib$name'
11200 postuninstall_cmds
=
11204 shlibpath_overrides_runpath
=unknown
11206 dynamic_linker
="$host_os ld.so"
11207 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
11208 need_lib_prefix
=unknown
11209 hardcode_into_libs
=no
11211 # when you set need_version to no, make sure it does not cause -set_version
11212 # flags to be left without arguments
11213 need_version
=unknown
11218 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
11219 shlibpath_var
=LIBPATH
11221 # AIX 3 has no versioning support, so we append a major version to the name.
11222 soname_spec
='${libname}${release}${shared_ext}$major'
11229 hardcode_into_libs
=yes
11230 if test "$host_cpu" = ia64
; then
11231 # AIX 5 supports IA64
11232 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11233 shlibpath_var
=LD_LIBRARY_PATH
11235 # With GCC up to 2.95.x, collect2 would create an import file
11236 # for dependence libraries. The import file would start with
11237 # the line `#! .'. This would cause the generated library to
11238 # depend on `.', always an invalid library. This was fixed in
11239 # development snapshots of GCC prior to 3.0.
11241 aix4 | aix4.
[01] | aix4.
[01].
*)
11242 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11244 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
11247 can_build_shared
=no
11251 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11252 # soname into executable. Probably we can add versioning support to
11253 # collect2, so additional links can be useful in future.
11254 if test "$aix_use_runtimelinking" = yes; then
11255 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11256 # instead of lib<name>.a to let people know that these are not
11257 # typical AIX shared libraries.
11258 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11260 # We preserve .a as extension for shared libraries through AIX4.2
11261 # and later when we are not doing run time linking.
11262 library_names_spec
='${libname}${release}.a $libname.a'
11263 soname_spec
='${libname}${release}${shared_ext}$major'
11265 shlibpath_var
=LIBPATH
11272 # Since July 2007 AmigaOS4 officially supports .so libraries.
11273 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11274 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11277 library_names_spec
='$libname.ixlibrary $libname.a'
11278 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11279 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'
11285 library_names_spec
='${libname}${shared_ext}'
11286 dynamic_linker
="$host_os ld.so"
11287 shlibpath_var
=LIBRARY_PATH
11293 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11294 soname_spec
='${libname}${release}${shared_ext}$major'
11295 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
11296 shlibpath_var
=LD_LIBRARY_PATH
11297 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11298 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
11299 # the default ld.so.conf also contains /usr/contrib/lib and
11300 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11301 # libtool to hard-code these into programs
11304 cygwin
* | mingw
* | pw32
* | cegcc
*)
11305 version_type
=windows
11310 case $GCC,$host_os in
11311 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
11312 library_names_spec
='$libname.dll.a'
11313 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11314 postinstall_cmds
='base_file=`basename \${file}`~
11315 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11316 dldir=$destdir/`dirname \$dlpath`~
11317 test -d \$dldir || mkdir -p \$dldir~
11318 $install_prog $dir/$dlname \$dldir/$dlname~
11319 chmod a+x \$dldir/$dlname~
11320 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11321 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11323 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11324 dlpath=$dir/\$dldll~
11326 shlibpath_overrides_runpath
=yes
11330 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11331 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11333 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/lib/w32api"
11336 # MinGW DLLs use traditional 'lib' prefix
11337 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11340 # pw32 DLLs use 'pw' prefix rather than 'lib'
11341 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11347 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11350 dynamic_linker
='Win32 ld.exe'
11351 # FIXME: first we should search . and the directory the executable is in
11355 darwin
* | rhapsody
*)
11356 dynamic_linker
="$host_os dyld"
11357 version_type
=darwin
11360 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11361 soname_spec
='${libname}${release}${major}$shared_ext'
11362 shlibpath_overrides_runpath
=yes
11363 shlibpath_var
=DYLD_LIBRARY_PATH
11364 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
11366 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
11367 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
11374 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11375 soname_spec
='${libname}${release}${shared_ext}$major'
11376 shlibpath_var
=LD_LIBRARY_PATH
11379 freebsd
* | dragonfly
*)
11380 # DragonFly does not have aout. When/if they implement a new
11381 # versioning mechanism, adjust this.
11382 if test -x /usr
/bin
/objformat
; then
11383 objformat
=`/usr/bin/objformat`
11386 freebsd
[23].
*) objformat
=aout
;;
11387 *) objformat
=elf
;;
11390 version_type
=freebsd-
$objformat
11391 case $version_type in
11393 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11398 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11402 shlibpath_var
=LD_LIBRARY_PATH
11405 shlibpath_overrides_runpath
=yes
11407 freebsd3.
[01]* | freebsdelf3.
[01]*)
11408 shlibpath_overrides_runpath
=yes
11409 hardcode_into_libs
=yes
11411 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
11412 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
11413 shlibpath_overrides_runpath
=no
11414 hardcode_into_libs
=yes
11416 *) # from 4.6 on, and DragonFly
11417 shlibpath_overrides_runpath
=yes
11418 hardcode_into_libs
=yes
11427 dynamic_linker
="$host_os runtime_loader"
11428 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11429 soname_spec
='${libname}${release}${shared_ext}$major'
11430 shlibpath_var
=LIBRARY_PATH
11431 shlibpath_overrides_runpath
=yes
11432 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/system/lib'
11433 hardcode_into_libs
=yes
11436 hpux9
* | hpux10
* | hpux11
*)
11437 # Give a soname corresponding to the major version so that dld.sl refuses to
11438 # link against other versions.
11445 hardcode_into_libs
=yes
11446 dynamic_linker
="$host_os dld.so"
11447 shlibpath_var
=LD_LIBRARY_PATH
11448 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
11449 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11450 soname_spec
='${libname}${release}${shared_ext}$major'
11451 if test "X$HPUX_IA64_MODE" = X32
; then
11452 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11454 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
11456 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
11460 hardcode_into_libs
=yes
11461 dynamic_linker
="$host_os dld.sl"
11462 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
11463 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
11464 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11465 soname_spec
='${libname}${release}${shared_ext}$major'
11466 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11467 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
11471 dynamic_linker
="$host_os dld.sl"
11472 shlibpath_var
=SHLIB_PATH
11473 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
11474 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11475 soname_spec
='${libname}${release}${shared_ext}$major'
11478 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
11479 postinstall_cmds
='chmod 555 $lib'
11480 # or fails outright, so override atomically:
11481 install_override_mode
=555
11488 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11489 soname_spec
='${libname}${release}${shared_ext}$major'
11490 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
11491 shlibpath_var
=LD_LIBRARY_PATH
11492 shlibpath_overrides_runpath
=no
11493 hardcode_into_libs
=yes
11496 irix5
* | irix6
* | nonstopux
*)
11498 nonstopux
*) version_type
=nonstopux
;;
11500 if test "$lt_cv_prog_gnu_ld" = yes; then
11508 soname_spec
='${libname}${release}${shared_ext}$major'
11509 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11511 irix5
* | nonstopux
*)
11512 libsuff
= shlibsuff
=
11515 case $LD in # libtool.m4 will add one of these switches to LD
11516 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
11517 libsuff
= shlibsuff
= libmagic
=32-bit;;
11518 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
11519 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
11520 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
11521 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
11522 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
11526 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
11527 shlibpath_overrides_runpath
=no
11528 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11529 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
11530 hardcode_into_libs
=yes
11533 # No shared lib support for Linux oldld, aout, or coff.
11534 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
11538 # This must be Linux ELF.
11540 # uclinux* changes (here and below) have been submitted to the libtool
11541 # project, but have not yet been accepted: they are GCC-local changes
11542 # for the time being. (See
11543 # https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
11544 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu | gnu
* | uclinuxfdpiceabi
)
11548 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11549 soname_spec
='${libname}${release}${shared_ext}$major'
11550 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11551 shlibpath_var
=LD_LIBRARY_PATH
11552 shlibpath_overrides_runpath
=no
11554 # Some binutils ld are patched to set DT_RUNPATH
11555 if ${lt_cv_shlibpath_overrides_runpath+:} false
; then :
11556 $as_echo_n "(cached) " >&6
11558 lt_cv_shlibpath_overrides_runpath
=no
11559 save_LDFLAGS
=$LDFLAGS
11560 save_libdir
=$libdir
11561 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11562 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11563 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11564 /* end confdefs.h. */
11574 if ac_fn_c_try_link
"$LINENO"; then :
11575 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
11576 lt_cv_shlibpath_overrides_runpath
=yes
11579 rm -f core conftest.err conftest.
$ac_objext \
11580 conftest
$ac_exeext conftest.
$ac_ext
11581 LDFLAGS
=$save_LDFLAGS
11582 libdir
=$save_libdir
11586 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
11588 # This implies no fast_install, which is unacceptable.
11589 # Some rework will be needed to allow for fast_install
11590 # before this can be enabled.
11591 hardcode_into_libs
=yes
11593 # Append ld.so.conf contents to the search path
11594 if test -f /etc
/ld.so.conf
; then
11595 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' ' '`
11596 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
11599 # We used to test for /lib/ld.so.1 and disable shared libraries on
11600 # powerpc, because MkLinux only supported shared libraries with the
11601 # GNU dynamic linker. Since this was broken with cross compilers,
11602 # most powerpc-linux boxes support dynamic linking these days and
11603 # people can always --disable-shared, the test was removed, and we
11604 # assume the GNU/Linux dynamic linker is in use.
11605 dynamic_linker
='GNU/Linux ld.so'
11612 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
11613 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11614 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11615 dynamic_linker
='NetBSD (a.out) ld.so'
11617 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11618 soname_spec
='${libname}${release}${shared_ext}$major'
11619 dynamic_linker
='NetBSD ld.elf_so'
11621 shlibpath_var
=LD_LIBRARY_PATH
11622 shlibpath_overrides_runpath
=yes
11623 hardcode_into_libs
=yes
11628 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11629 shlibpath_var
=LD_LIBRARY_PATH
11630 shlibpath_overrides_runpath
=yes
11637 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11638 soname_spec
='${libname}${release}${shared_ext}$major'
11639 shlibpath_var
=LD_LIBRARY_PATH
11640 shlibpath_overrides_runpath
=no
11641 hardcode_into_libs
=yes
11642 dynamic_linker
='ldqnx.so'
11647 sys_lib_dlsearch_path_spec
="/usr/lib"
11649 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11651 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
11652 *) need_version
=no
;;
11654 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11655 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11656 shlibpath_var
=LD_LIBRARY_PATH
11657 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11659 openbsd2.
[89] | openbsd2.
[89].
*)
11660 shlibpath_overrides_runpath
=no
11663 shlibpath_overrides_runpath
=yes
11667 shlibpath_overrides_runpath
=yes
11672 libname_spec
='$name'
11675 library_names_spec
='$libname${shared_ext} $libname.a'
11676 dynamic_linker
='OS/2 ld.exe'
11677 shlibpath_var
=LIBPATH
11680 osf3
* | osf4
* | osf5
*)
11684 soname_spec
='${libname}${release}${shared_ext}$major'
11685 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11686 shlibpath_var
=LD_LIBRARY_PATH
11687 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11688 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
11699 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11700 soname_spec
='${libname}${release}${shared_ext}$major'
11701 shlibpath_var
=LD_LIBRARY_PATH
11702 shlibpath_overrides_runpath
=yes
11703 hardcode_into_libs
=yes
11704 # ldd complains unless libraries are executable
11705 postinstall_cmds
='chmod +x $lib'
11710 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11711 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11712 shlibpath_var
=LD_LIBRARY_PATH
11713 shlibpath_overrides_runpath
=yes
11714 if test "$with_gnu_ld" = yes; then
11722 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11723 soname_spec
='${libname}${release}${shared_ext}$major'
11724 shlibpath_var
=LD_LIBRARY_PATH
11725 case $host_vendor in
11727 shlibpath_overrides_runpath
=no
11729 runpath_var
=LD_RUN_PATH
11737 shlibpath_overrides_runpath
=no
11738 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
11744 if test -d /usr
/nec
;then
11746 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11747 soname_spec
='$libname${shared_ext}.$major'
11748 shlibpath_var
=LD_LIBRARY_PATH
11752 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
11753 version_type
=freebsd-elf
11756 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11757 soname_spec
='${libname}${release}${shared_ext}$major'
11758 shlibpath_var
=LD_LIBRARY_PATH
11759 shlibpath_overrides_runpath
=yes
11760 hardcode_into_libs
=yes
11761 if test "$with_gnu_ld" = yes; then
11762 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11764 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
11767 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
11771 sys_lib_dlsearch_path_spec
='/usr/lib'
11775 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11779 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11780 shlibpath_var
=LD_LIBRARY_PATH
11781 shlibpath_overrides_runpath
=no
11782 hardcode_into_libs
=yes
11787 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11788 soname_spec
='${libname}${release}${shared_ext}$major'
11789 shlibpath_var
=LD_LIBRARY_PATH
11792 # Shared libraries for VwWorks, >= 7 only at this stage
11793 # and (fpic) still incompatible with "large" code models
11794 # in a few configurations. Only for RTP mode in any case,
11795 # and upon explicit request at configure time.
11798 case ${with_multisubdir}-${enable_shared} in
11805 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11806 soname_spec
='${libname}${release}${shared_ext}$major'
11807 dynamic_linker
="$host_os module_loader"
11815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11816 $as_echo "$dynamic_linker" >&6; }
11817 test "$dynamic_linker" = no
&& can_build_shared
=no
11819 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
11820 if test "$GCC" = yes; then
11821 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11824 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11825 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
11827 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11828 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
11922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11923 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11925 if test -n "$hardcode_libdir_flag_spec" ||
11926 test -n "$runpath_var" ||
11927 test "X$hardcode_automatic" = "Xyes" ; then
11929 # We can hardcode non-existent directories.
11930 if test "$hardcode_direct" != no
&&
11931 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11932 # have to relink, otherwise we might link with an installed library
11933 # when we should be linking with a yet-to-be-installed one
11934 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11935 test "$hardcode_minus_L" != no
; then
11936 # Linking always hardcodes the temporary library directory.
11937 hardcode_action
=relink
11939 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11940 hardcode_action
=immediate
11943 # We cannot hardcode anything, or else we can only hardcode existing
11945 hardcode_action
=unsupported
11947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11948 $as_echo "$hardcode_action" >&6; }
11950 if test "$hardcode_action" = relink ||
11951 test "$inherit_rpath" = yes; then
11952 # Fast installation is not supported
11953 enable_fast_install
=no
11954 elif test "$shlibpath_overrides_runpath" = yes ||
11955 test "$enable_shared" = no
; then
11956 # Fast installation is not necessary
11957 enable_fast_install
=needless
11965 if test "x$enable_dlopen" != xyes
; then
11966 enable_dlopen
=unknown
11967 enable_dlopen_self
=unknown
11968 enable_dlopen_self_static
=unknown
11975 lt_cv_dlopen
="load_add_on"
11977 lt_cv_dlopen_self
=yes
11980 mingw
* | pw32
* | cegcc
*)
11981 lt_cv_dlopen
="LoadLibrary"
11986 lt_cv_dlopen
="dlopen"
11991 # if libdl is installed we need to link against it
11992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11993 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11994 if ${ac_cv_lib_dl_dlopen+:} false
; then :
11995 $as_echo_n "(cached) " >&6
11997 ac_check_lib_save_LIBS
=$LIBS
11999 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12000 /* end confdefs.h. */
12002 /* Override any GCC internal prototype to avoid an error.
12003 Use char because int might match the return type of a GCC
12004 builtin and then its argument prototype would still apply. */
12017 if ac_fn_c_try_link
"$LINENO"; then :
12018 ac_cv_lib_dl_dlopen
=yes
12020 ac_cv_lib_dl_dlopen
=no
12022 rm -f core conftest.err conftest.
$ac_objext \
12023 conftest
$ac_exeext conftest.
$ac_ext
12024 LIBS
=$ac_check_lib_save_LIBS
12026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12027 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12028 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
12029 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
12032 lt_cv_dlopen
="dyld"
12034 lt_cv_dlopen_self
=yes
12041 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
12042 if test "x$ac_cv_func_shl_load" = xyes
; then :
12043 lt_cv_dlopen
="shl_load"
12045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12046 $as_echo_n "checking for shl_load in -ldld... " >&6; }
12047 if ${ac_cv_lib_dld_shl_load+:} false
; then :
12048 $as_echo_n "(cached) " >&6
12050 ac_check_lib_save_LIBS
=$LIBS
12052 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12053 /* end confdefs.h. */
12055 /* Override any GCC internal prototype to avoid an error.
12056 Use char because int might match the return type of a GCC
12057 builtin and then its argument prototype would still apply. */
12065 return shl_load ();
12070 if ac_fn_c_try_link
"$LINENO"; then :
12071 ac_cv_lib_dld_shl_load
=yes
12073 ac_cv_lib_dld_shl_load
=no
12075 rm -f core conftest.err conftest.
$ac_objext \
12076 conftest
$ac_exeext conftest.
$ac_ext
12077 LIBS
=$ac_check_lib_save_LIBS
12079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12080 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12081 if test "x$ac_cv_lib_dld_shl_load" = xyes
; then :
12082 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
12084 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
12085 if test "x$ac_cv_func_dlopen" = xyes
; then :
12086 lt_cv_dlopen
="dlopen"
12088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12089 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12090 if ${ac_cv_lib_dl_dlopen+:} false
; then :
12091 $as_echo_n "(cached) " >&6
12093 ac_check_lib_save_LIBS
=$LIBS
12095 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12096 /* end confdefs.h. */
12098 /* Override any GCC internal prototype to avoid an error.
12099 Use char because int might match the return type of a GCC
12100 builtin and then its argument prototype would still apply. */
12113 if ac_fn_c_try_link
"$LINENO"; then :
12114 ac_cv_lib_dl_dlopen
=yes
12116 ac_cv_lib_dl_dlopen
=no
12118 rm -f core conftest.err conftest.
$ac_objext \
12119 conftest
$ac_exeext conftest.
$ac_ext
12120 LIBS
=$ac_check_lib_save_LIBS
12122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12123 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12124 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
12125 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
12127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12128 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
12129 if ${ac_cv_lib_svld_dlopen+:} false
; then :
12130 $as_echo_n "(cached) " >&6
12132 ac_check_lib_save_LIBS
=$LIBS
12133 LIBS
="-lsvld $LIBS"
12134 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12135 /* end confdefs.h. */
12137 /* Override any GCC internal prototype to avoid an error.
12138 Use char because int might match the return type of a GCC
12139 builtin and then its argument prototype would still apply. */
12152 if ac_fn_c_try_link
"$LINENO"; then :
12153 ac_cv_lib_svld_dlopen
=yes
12155 ac_cv_lib_svld_dlopen
=no
12157 rm -f core conftest.err conftest.
$ac_objext \
12158 conftest
$ac_exeext conftest.
$ac_ext
12159 LIBS
=$ac_check_lib_save_LIBS
12161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12162 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12163 if test "x$ac_cv_lib_svld_dlopen" = xyes
; then :
12164 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
12166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12167 $as_echo_n "checking for dld_link in -ldld... " >&6; }
12168 if ${ac_cv_lib_dld_dld_link+:} false
; then :
12169 $as_echo_n "(cached) " >&6
12171 ac_check_lib_save_LIBS
=$LIBS
12173 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12174 /* end confdefs.h. */
12176 /* Override any GCC internal prototype to avoid an error.
12177 Use char because int might match the return type of a GCC
12178 builtin and then its argument prototype would still apply. */
12186 return dld_link ();
12191 if ac_fn_c_try_link
"$LINENO"; then :
12192 ac_cv_lib_dld_dld_link
=yes
12194 ac_cv_lib_dld_dld_link
=no
12196 rm -f core conftest.err conftest.
$ac_objext \
12197 conftest
$ac_exeext conftest.
$ac_ext
12198 LIBS
=$ac_check_lib_save_LIBS
12200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12201 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12202 if test "x$ac_cv_lib_dld_dld_link" = xyes
; then :
12203 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
12224 if test "x$lt_cv_dlopen" != xno
; then
12230 case $lt_cv_dlopen in
12232 save_CPPFLAGS
="$CPPFLAGS"
12233 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
12235 save_LDFLAGS
="$LDFLAGS"
12236 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
12239 LIBS
="$lt_cv_dlopen_libs $LIBS"
12241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12242 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
12243 if ${lt_cv_dlopen_self+:} false
; then :
12244 $as_echo_n "(cached) " >&6
12246 if test "$cross_compiling" = yes; then :
12247 lt_cv_dlopen_self
=cross
12249 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
12250 lt_status
=$lt_dlunknown
12251 cat > conftest.
$ac_ext <<_LT_EOF
12252 #line 12252 "configure"
12253 #include "confdefs.h"
12262 # define LT_DLGLOBAL RTLD_GLOBAL
12265 # define LT_DLGLOBAL DL_GLOBAL
12267 # define LT_DLGLOBAL 0
12271 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12272 find out it does not work in some platform. */
12273 #ifndef LT_DLLAZY_OR_NOW
12275 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12278 # define LT_DLLAZY_OR_NOW DL_LAZY
12281 # define LT_DLLAZY_OR_NOW RTLD_NOW
12284 # define LT_DLLAZY_OR_NOW DL_NOW
12286 # define LT_DLLAZY_OR_NOW 0
12293 /* When -fvisbility=hidden is used, assume the code has been annotated
12294 correspondingly for the symbols needed. */
12295 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12296 void fnord () __attribute__((visibility("default")));
12299 void fnord () { int i=42; }
12302 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12303 int status = $lt_dlunknown;
12307 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12310 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12311 else puts (dlerror ());
12313 /* dlclose (self); */
12321 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12322 (eval $ac_link) 2>&5
12324 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12325 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
12326 (.
/conftest
; exit; ) >&5 2>/dev
/null
12328 case x
$lt_status in
12329 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
12330 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
12331 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
12334 # compilation failed
12335 lt_cv_dlopen_self
=no
12342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12343 $as_echo "$lt_cv_dlopen_self" >&6; }
12345 if test "x$lt_cv_dlopen_self" = xyes
; then
12346 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
12347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12348 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12349 if ${lt_cv_dlopen_self_static+:} false
; then :
12350 $as_echo_n "(cached) " >&6
12352 if test "$cross_compiling" = yes; then :
12353 lt_cv_dlopen_self_static
=cross
12355 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
12356 lt_status
=$lt_dlunknown
12357 cat > conftest.
$ac_ext <<_LT_EOF
12358 #line 12358 "configure"
12359 #include "confdefs.h"
12368 # define LT_DLGLOBAL RTLD_GLOBAL
12371 # define LT_DLGLOBAL DL_GLOBAL
12373 # define LT_DLGLOBAL 0
12377 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12378 find out it does not work in some platform. */
12379 #ifndef LT_DLLAZY_OR_NOW
12381 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12384 # define LT_DLLAZY_OR_NOW DL_LAZY
12387 # define LT_DLLAZY_OR_NOW RTLD_NOW
12390 # define LT_DLLAZY_OR_NOW DL_NOW
12392 # define LT_DLLAZY_OR_NOW 0
12399 /* When -fvisbility=hidden is used, assume the code has been annotated
12400 correspondingly for the symbols needed. */
12401 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12402 void fnord () __attribute__((visibility("default")));
12405 void fnord () { int i=42; }
12408 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12409 int status = $lt_dlunknown;
12413 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12416 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12417 else puts (dlerror ());
12419 /* dlclose (self); */
12427 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12428 (eval $ac_link) 2>&5
12430 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12431 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
12432 (.
/conftest
; exit; ) >&5 2>/dev
/null
12434 case x
$lt_status in
12435 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
12436 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
12437 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
12440 # compilation failed
12441 lt_cv_dlopen_self_static
=no
12448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
12449 $as_echo "$lt_cv_dlopen_self_static" >&6; }
12452 CPPFLAGS
="$save_CPPFLAGS"
12453 LDFLAGS
="$save_LDFLAGS"
12458 case $lt_cv_dlopen_self in
12459 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
12460 *) enable_dlopen_self
=unknown
;;
12463 case $lt_cv_dlopen_self_static in
12464 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
12465 *) enable_dlopen_self_static
=unknown
;;
12487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
12488 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
12489 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
12490 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
12491 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
12492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12493 $as_echo "yes" >&6; }
12495 # FIXME - insert some real tests, host_os isn't really good enough
12498 if test -n "$STRIP" ; then
12499 striplib
="$STRIP -x"
12500 old_striplib
="$STRIP -S"
12501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12502 $as_echo "yes" >&6; }
12504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12505 $as_echo "no" >&6; }
12509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12510 $as_echo "no" >&6; }
12526 # Report which library types will actually be built
12527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12528 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
12529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12530 $as_echo "$can_build_shared" >&6; }
12532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12533 $as_echo_n "checking whether to build shared libraries... " >&6; }
12534 test "$can_build_shared" = "no" && enable_shared
=no
12536 # On AIX, shared libraries and static libraries use the same namespace, and
12537 # are all built from PIC.
12540 test "$enable_shared" = yes && enable_static
=no
12541 if test -n "$RANLIB"; then
12542 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
12543 postinstall_cmds
='$RANLIB $lib'
12548 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
12549 test "$enable_shared" = yes && enable_static
=no
12553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12554 $as_echo "$enable_shared" >&6; }
12556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12557 $as_echo_n "checking whether to build static libraries... " >&6; }
12558 # Make sure either enable_shared or enable_static is yes.
12559 test "$enable_shared" = yes || enable_static
=yes
12560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12561 $as_echo "$enable_static" >&6; }
12568 ac_cpp
='$CPP $CPPFLAGS'
12569 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12570 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12571 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12575 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
12576 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
12577 (test "X$CXX" != "Xg++"))) ; then
12579 ac_cpp
='$CXXCPP $CPPFLAGS'
12580 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12581 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12582 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
12584 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
12585 if test -z "$CXXCPP"; then
12586 if ${ac_cv_prog_CXXCPP+:} false
; then :
12587 $as_echo_n "(cached) " >&6
12589 # Double quotes because CXXCPP needs to be expanded
12590 for CXXCPP
in "$CXX -E" "/lib/cpp"
12592 ac_preproc_ok
=false
12593 for ac_cxx_preproc_warn_flag
in '' yes
12595 # Use a header file that comes with gcc, so configuring glibc
12596 # with a fresh cross-compiler works.
12597 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12598 # <limits.h> exists even on freestanding compilers.
12599 # On the NeXT, cc -E runs the code through the compiler's parser,
12600 # not just through cpp. "Syntax error" is here to catch this case.
12601 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12602 /* end confdefs.h. */
12604 # include <limits.h>
12606 # include <assert.h>
12610 if ac_fn_cxx_try_cpp
"$LINENO"; then :
12613 # Broken: fails on valid input.
12616 rm -f conftest.err conftest.i conftest.
$ac_ext
12618 # OK, works on sane cases. Now check whether nonexistent headers
12619 # can be detected and how.
12620 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12621 /* end confdefs.h. */
12622 #include <ac_nonexistent.h>
12624 if ac_fn_cxx_try_cpp
"$LINENO"; then :
12625 # Broken: success on invalid input.
12628 # Passes both tests.
12632 rm -f conftest.err conftest.i conftest.
$ac_ext
12635 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12636 rm -f conftest.i conftest.err conftest.
$ac_ext
12637 if $ac_preproc_ok; then :
12642 ac_cv_prog_CXXCPP
=$CXXCPP
12645 CXXCPP
=$ac_cv_prog_CXXCPP
12647 ac_cv_prog_CXXCPP
=$CXXCPP
12649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
12650 $as_echo "$CXXCPP" >&6; }
12651 ac_preproc_ok
=false
12652 for ac_cxx_preproc_warn_flag
in '' yes
12654 # Use a header file that comes with gcc, so configuring glibc
12655 # with a fresh cross-compiler works.
12656 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12657 # <limits.h> exists even on freestanding compilers.
12658 # On the NeXT, cc -E runs the code through the compiler's parser,
12659 # not just through cpp. "Syntax error" is here to catch this case.
12660 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12661 /* end confdefs.h. */
12663 # include <limits.h>
12665 # include <assert.h>
12669 if ac_fn_cxx_try_cpp
"$LINENO"; then :
12672 # Broken: fails on valid input.
12675 rm -f conftest.err conftest.i conftest.
$ac_ext
12677 # OK, works on sane cases. Now check whether nonexistent headers
12678 # can be detected and how.
12679 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12680 /* end confdefs.h. */
12681 #include <ac_nonexistent.h>
12683 if ac_fn_cxx_try_cpp
"$LINENO"; then :
12684 # Broken: success on invalid input.
12687 # Passes both tests.
12691 rm -f conftest.err conftest.i conftest.
$ac_ext
12694 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12695 rm -f conftest.i conftest.err conftest.
$ac_ext
12696 if $ac_preproc_ok; then :
12699 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12700 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12701 as_fn_error $?
"C++ preprocessor \"$CXXCPP\" fails sanity check
12702 See \`config.log' for more details" "$LINENO" 5; }
12706 ac_cpp
='$CPP $CPPFLAGS'
12707 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12708 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12709 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12712 _lt_caught_CXX_error
=yes
12716 ac_cpp
='$CXXCPP $CPPFLAGS'
12717 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12718 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12719 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12721 archive_cmds_need_lc_CXX
=no
12722 allow_undefined_flag_CXX
=
12723 always_export_symbols_CXX
=no
12724 archive_expsym_cmds_CXX
=
12725 compiler_needs_object_CXX
=no
12726 export_dynamic_flag_spec_CXX
=
12727 hardcode_direct_CXX
=no
12728 hardcode_direct_absolute_CXX
=no
12729 hardcode_libdir_flag_spec_CXX
=
12730 hardcode_libdir_flag_spec_ld_CXX
=
12731 hardcode_libdir_separator_CXX
=
12732 hardcode_minus_L_CXX
=no
12733 hardcode_shlibpath_var_CXX
=unsupported
12734 hardcode_automatic_CXX
=no
12735 inherit_rpath_CXX
=no
12737 module_expsym_cmds_CXX
=
12738 link_all_deplibs_CXX
=unknown
12739 old_archive_cmds_CXX
=$old_archive_cmds
12740 reload_flag_CXX
=$reload_flag
12741 reload_cmds_CXX
=$reload_cmds
12742 no_undefined_flag_CXX
=
12743 whole_archive_flag_spec_CXX
=
12744 enable_shared_with_static_runtimes_CXX
=no
12746 # Source file extension for C++ test sources.
12749 # Object file extension for compiled C++ test sources.
12753 # No sense in running all these tests if we already determined that
12754 # the CXX compiler isn't working. Some variables (like enable_shared)
12755 # are currently assumed to apply to all compilers on this platform,
12756 # and will be corrupted by setting them based on a non-working compiler.
12757 if test "$_lt_caught_CXX_error" != yes; then
12758 # Code to be used in simple compile tests
12759 lt_simple_compile_test_code
="int some_variable = 0;"
12761 # Code to be used in simple link tests
12762 lt_simple_link_test_code
='int main(int, char *[]) { return(0); }'
12764 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
12771 # If no C compiler was specified, use CC.
12774 # If no C compiler flags were specified, use CFLAGS.
12775 LTCFLAGS
=${LTCFLAGS-"$CFLAGS"}
12777 # Allow CC to be a program name with arguments.
12781 # save warnings/boilerplate of simple test code
12782 ac_outfile
=conftest.
$ac_objext
12783 echo "$lt_simple_compile_test_code" >conftest.
$ac_ext
12784 eval "$ac_compile" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
12785 _lt_compiler_boilerplate
=`cat conftest.err`
12788 ac_outfile
=conftest.
$ac_objext
12789 echo "$lt_simple_link_test_code" >conftest.
$ac_ext
12790 eval "$ac_link" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
12791 _lt_linker_boilerplate
=`cat conftest.err`
12795 # Allow CC to be a program name with arguments.
12800 lt_save_with_gnu_ld
=$with_gnu_ld
12801 lt_save_path_LD
=$lt_cv_path_LD
12802 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
12803 lt_cv_prog_gnu_ld
=$lt_cv_prog_gnu_ldcxx
12805 $as_unset lt_cv_prog_gnu_ld
12807 if test -n "${lt_cv_path_LDCXX+set}"; then
12808 lt_cv_path_LD
=$lt_cv_path_LDCXX
12810 $as_unset lt_cv_path_LD
12812 test -z "${LDCXX+set}" || LD
=$LDCXX
12816 for cc_temp
in $compiler""; do
12818 compile |
*[\\/]compile | ccache |
*[\\/]ccache
) ;;
12819 distcc |
*[\\/]distcc | purify |
*[\\/]purify
) ;;
12824 cc_basename
=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
12827 if test -n "$compiler"; then
12828 # We don't want -fno-exception when compiling C++ code, so set the
12829 # no_builtin_flag separately
12830 if test "$GXX" = yes; then
12831 lt_prog_compiler_no_builtin_flag_CXX
=' -fno-builtin'
12833 lt_prog_compiler_no_builtin_flag_CXX
=
12836 if test "$GXX" = yes; then
12837 # Set up default GNU C++ configuration
12841 # Check whether --with-gnu-ld was given.
12842 if test "${with_gnu_ld+set}" = set; then :
12843 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
12849 if test "$GCC" = yes; then
12850 # Check if gcc -print-prog-name=ld gives a path.
12851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
12852 $as_echo_n "checking for ld used by $CC... " >&6; }
12855 # gcc leaves a trailing carriage return which upsets mingw
12856 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
12858 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
12861 # Accept absolute paths.
12863 re_direlt
='/[^/][^/]*/\.\./'
12864 # Canonicalize the pathname of ld
12865 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
12866 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
12867 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
12869 test -z "$LD" && LD
="$ac_prog"
12872 # If it fails, then pretend we aren't using GCC.
12876 # If it is relative, then search for the first ld in PATH.
12877 with_gnu_ld
=unknown
12880 elif test "$with_gnu_ld" = yes; then
12881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
12882 $as_echo_n "checking for GNU ld... " >&6; }
12884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
12885 $as_echo_n "checking for non-GNU ld... " >&6; }
12887 if ${lt_cv_path_LD+:} false
; then :
12888 $as_echo_n "(cached) " >&6
12890 if test -z "$LD"; then
12891 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
12892 for ac_dir
in $PATH; do
12894 test -z "$ac_dir" && ac_dir
=.
12895 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
12896 lt_cv_path_LD
="$ac_dir/$ac_prog"
12897 # Check to see if the program is GNU ld. I'd rather use --version,
12898 # but apparently some variants of GNU ld only accept -v.
12899 # Break only if it was the GNU/non-GNU ld that we prefer.
12900 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
12901 *GNU
* |
*'with BFD'*)
12902 test "$with_gnu_ld" != no
&& break
12905 test "$with_gnu_ld" != yes && break
12912 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
12916 LD
="$lt_cv_path_LD"
12917 if test -n "$LD"; then
12918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
12919 $as_echo "$LD" >&6; }
12921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12922 $as_echo "no" >&6; }
12924 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
12925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
12926 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
12927 if ${lt_cv_prog_gnu_ld+:} false
; then :
12928 $as_echo_n "(cached) " >&6
12930 # I'd rather use --version here, but apparently some GNU lds only accept -v.
12931 case `$LD -v 2>&1 </dev/null` in
12932 *GNU
* |
*'with BFD'*)
12933 lt_cv_prog_gnu_ld
=yes
12936 lt_cv_prog_gnu_ld
=no
12940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
12941 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
12942 with_gnu_ld
=$lt_cv_prog_gnu_ld
12950 # Check if GNU C++ uses GNU ld as the underlying linker, since the
12951 # archiving commands below assume that GNU ld is being used.
12952 if test "$with_gnu_ld" = yes; then
12953 archive_cmds_CXX
='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12954 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'
12956 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
12957 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
12959 # If archive_cmds runs LD, not CC, wlarc should be empty
12960 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
12961 # investigate it a little bit more. (MM)
12964 # ancient GNU ld didn't support --whole-archive et. al.
12965 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
12966 $GREP 'no-whole-archive' > /dev
/null
; then
12967 whole_archive_flag_spec_CXX
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
12969 whole_archive_flag_spec_CXX
=
12975 # A generic and very simple default shared library creation
12976 # command for GNU C++ for the case where it uses the native
12977 # linker, instead of GNU ld. If possible, this setting should
12978 # overridden to take advantage of the native linker features on
12979 # the platform it is being used on.
12980 archive_cmds_CXX
='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
12983 # Commands to make compiler produce verbose output that lists
12984 # what "hidden" libraries, object files and flags are used when
12985 # linking a shared library.
12986 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12994 # PORTME: fill in a description of your system's C++ link characteristics
12995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
12996 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
13000 # FIXME: insert proper C++ library support
13004 if test "$host_cpu" = ia64
; then
13005 # On IA64, the linker does run time linking by default, so we don't
13006 # have to do anything special.
13007 aix_use_runtimelinking
=no
13008 exp_sym_flag
='-Bexport'
13011 aix_use_runtimelinking
=no
13013 # Test if we are trying to use run time linking or normal
13014 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
13015 # need to do runtime linking.
13016 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
13017 for ld_flag
in $LDFLAGS; do
13020 aix_use_runtimelinking
=yes
13028 exp_sym_flag
='-bexport'
13029 no_entry_flag
='-bnoentry'
13032 # When large executables or shared objects are built, AIX ld can
13033 # have problems creating the table of contents. If linking a library
13034 # or program results in "error TOC overflow" add -mminimal-toc to
13035 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
13036 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
13038 archive_cmds_CXX
=''
13039 hardcode_direct_CXX
=yes
13040 hardcode_direct_absolute_CXX
=yes
13041 hardcode_libdir_separator_CXX
=':'
13042 link_all_deplibs_CXX
=yes
13043 file_list_spec_CXX
='${wl}-f,'
13045 if test "$GXX" = yes; then
13046 case $host_os in aix4.
[012]|aix4.
[012].
*)
13047 # We only want to do this on AIX 4.2 and lower, the check
13048 # below for broken collect2 doesn't work under 4.3+
13049 collect2name
=`${CC} -print-prog-name=collect2`
13050 if test -f "$collect2name" &&
13051 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
13053 # We have reworked collect2
13056 # We have old collect2
13057 hardcode_direct_CXX
=unsupported
13058 # It fails to find uninstalled libraries when the uninstalled
13059 # path is not listed in the libpath. Setting hardcode_minus_L
13060 # to unsupported forces relinking
13061 hardcode_minus_L_CXX
=yes
13062 hardcode_libdir_flag_spec_CXX
='-L$libdir'
13063 hardcode_libdir_separator_CXX
=
13066 shared_flag
='-shared'
13067 if test "$aix_use_runtimelinking" = yes; then
13068 shared_flag
="$shared_flag "'${wl}-G'
13072 if test "$host_cpu" = ia64
; then
13073 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
13074 # chokes on -Wl,-G. The following line is correct:
13077 if test "$aix_use_runtimelinking" = yes; then
13078 shared_flag
='${wl}-G'
13080 shared_flag
='${wl}-bM:SRE'
13085 export_dynamic_flag_spec_CXX
='${wl}-bexpall'
13086 # It seems that -bexpall does not export symbols beginning with
13087 # underscore (_), so it is better to generate a list of symbols to
13089 always_export_symbols_CXX
=yes
13090 if test "$aix_use_runtimelinking" = yes; then
13091 # Warning - without using the other runtime loading flags (-brtl),
13092 # -berok will link without error, but may produce a broken library.
13093 allow_undefined_flag_CXX
='-berok'
13094 # Determine the default libpath from the value encoded in an empty
13096 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13097 /* end confdefs.h. */
13107 if ac_fn_cxx_try_link
"$LINENO"; then :
13109 lt_aix_libpath_sed
='
13110 /Import File Strings/,/^$/ {
13116 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13117 # Check for a 64-bit object if we didn't find anything.
13118 if test -z "$aix_libpath"; then
13119 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13122 rm -f core conftest.err conftest.
$ac_objext \
13123 conftest
$ac_exeext conftest.
$ac_ext
13124 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
13126 hardcode_libdir_flag_spec_CXX
='${wl}-blibpath:$libdir:'"$aix_libpath"
13128 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"
13130 if test "$host_cpu" = ia64
; then
13131 hardcode_libdir_flag_spec_CXX
='${wl}-R $libdir:/usr/lib:/lib'
13132 allow_undefined_flag_CXX
="-z nodefs"
13133 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"
13135 # Determine the default libpath from the value encoded in an
13136 # empty executable.
13137 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13138 /* end confdefs.h. */
13148 if ac_fn_cxx_try_link
"$LINENO"; then :
13150 lt_aix_libpath_sed
='
13151 /Import File Strings/,/^$/ {
13157 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13158 # Check for a 64-bit object if we didn't find anything.
13159 if test -z "$aix_libpath"; then
13160 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13163 rm -f core conftest.err conftest.
$ac_objext \
13164 conftest
$ac_exeext conftest.
$ac_ext
13165 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
13167 hardcode_libdir_flag_spec_CXX
='${wl}-blibpath:$libdir:'"$aix_libpath"
13168 # Warning - without using the other run time loading flags,
13169 # -berok will link without error, but may produce a broken library.
13170 no_undefined_flag_CXX
=' ${wl}-bernotok'
13171 allow_undefined_flag_CXX
=' ${wl}-berok'
13172 if test "$with_gnu_ld" = yes; then
13173 # We only use this code for GNU lds that support --whole-archive.
13174 whole_archive_flag_spec_CXX
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
13176 # Exported symbols can be pulled into shared objects from archives
13177 whole_archive_flag_spec_CXX
='$convenience'
13179 archive_cmds_need_lc_CXX
=yes
13180 # This is similar to how AIX traditionally builds its shared
13182 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'
13188 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
13189 allow_undefined_flag_CXX
=unsupported
13190 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
13191 # support --undefined. This deserves some investigation. FIXME
13192 archive_cmds_CXX
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13199 case $cc_basename in
13201 # FIXME: insert proper C++ library support
13207 cygwin
* | mingw
* | pw32
* | cegcc
*)
13208 # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
13209 # as there is no search path for DLLs.
13210 hardcode_libdir_flag_spec_CXX
='-L$libdir'
13211 export_dynamic_flag_spec_CXX
='${wl}--export-all-symbols'
13212 allow_undefined_flag_CXX
=unsupported
13213 always_export_symbols_CXX
=no
13214 enable_shared_with_static_runtimes_CXX
=yes
13216 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
13217 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'
13218 # If the export-symbols file already is a .def file (1st line
13219 # is EXPORTS), use it as is; otherwise, prepend...
13220 archive_expsym_cmds_CXX
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
13221 cp $export_symbols $output_objdir/$soname.def;
13223 echo EXPORTS > $output_objdir/$soname.def;
13224 cat $export_symbols >> $output_objdir/$soname.def;
13226 $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'
13231 darwin
* | rhapsody
*)
13234 archive_cmds_need_lc_CXX
=no
13235 hardcode_direct_CXX
=no
13236 hardcode_automatic_CXX
=yes
13237 hardcode_shlibpath_var_CXX
=unsupported
13238 if test "$lt_cv_ld_force_load" = "yes"; then
13239 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\"`'
13241 whole_archive_flag_spec_CXX
=''
13243 link_all_deplibs_CXX
=yes
13244 allow_undefined_flag_CXX
="$_lt_dar_allow_undefined"
13245 case $cc_basename in
13246 ifort
*) _lt_dar_can_shared
=yes ;;
13247 *) _lt_dar_can_shared
=$GCC ;;
13249 if test "$_lt_dar_can_shared" = "yes"; then
13250 output_verbose_link_cmd
=func_echo_all
13251 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}"
13252 module_cmds_CXX
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
13253 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}"
13254 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}"
13255 if test "$lt_cv_apple_cc_single_mod" != "yes"; then
13256 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}"
13257 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}"
13267 case $cc_basename in
13269 # FIXME: insert proper C++ library support
13273 # Green Hills C++ Compiler
13274 # FIXME: insert proper C++ library support
13278 # FIXME: insert proper C++ library support
13285 # C++ shared libraries reported to be fairly broken before
13291 archive_cmds_need_lc_CXX
=no
13294 freebsd
* | dragonfly
*)
13295 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
13304 archive_cmds_CXX
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13305 link_all_deplibs_CXX
=yes
13309 hardcode_libdir_flag_spec_CXX
='${wl}+b ${wl}$libdir'
13310 hardcode_libdir_separator_CXX
=:
13311 export_dynamic_flag_spec_CXX
='${wl}-E'
13312 hardcode_direct_CXX
=yes
13313 hardcode_minus_L_CXX
=yes # Not in the search PATH,
13314 # but as the default
13315 # location of the library.
13317 case $cc_basename in
13319 # FIXME: insert proper C++ library support
13323 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'
13324 # Commands to make compiler produce verbose output that lists
13325 # what "hidden" libraries, object files and flags are used when
13326 # linking a shared library.
13328 # There doesn't appear to be a way to prevent this compiler from
13329 # explicitly linking system object files so we need to strip them
13330 # from the output so that they don't get included in the library
13332 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"'
13335 if test "$GXX" = yes; then
13336 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'
13338 # FIXME: insert proper C++ library support
13346 if test $with_gnu_ld = no
; then
13347 hardcode_libdir_flag_spec_CXX
='${wl}+b ${wl}$libdir'
13348 hardcode_libdir_separator_CXX
=:
13354 export_dynamic_flag_spec_CXX
='${wl}-E'
13360 hardcode_direct_CXX
=no
13361 hardcode_shlibpath_var_CXX
=no
13364 hardcode_direct_CXX
=yes
13365 hardcode_direct_absolute_CXX
=yes
13366 hardcode_minus_L_CXX
=yes # Not in the search PATH,
13367 # but as the default
13368 # location of the library.
13372 case $cc_basename in
13374 # FIXME: insert proper C++ library support
13380 archive_cmds_CXX
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13383 archive_cmds_CXX
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13386 archive_cmds_CXX
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13389 # Commands to make compiler produce verbose output that lists
13390 # what "hidden" libraries, object files and flags are used when
13391 # linking a shared library.
13393 # There doesn't appear to be a way to prevent this compiler from
13394 # explicitly linking system object files so we need to strip them
13395 # from the output so that they don't get included in the library
13397 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"'
13400 if test "$GXX" = yes; then
13401 if test $with_gnu_ld = no
; then
13404 archive_cmds_CXX
='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13407 archive_cmds_CXX
='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13410 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'
13415 # FIXME: insert proper C++ library support
13423 hardcode_direct_CXX
=no
13424 hardcode_shlibpath_var_CXX
=no
13425 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
13426 export_dynamic_flag_spec_CXX
='${wl}-E'
13427 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
13428 # Instead, shared libraries are loaded at an image base (0x10000000 by
13429 # default) and relocated if they conflict, which is a slow very memory
13430 # consuming and fragmenting process. To avoid this, we pick a random,
13431 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
13432 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
13433 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'
13434 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'
13437 case $cc_basename in
13440 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'
13442 # Archives containing C++ object files must be created using
13443 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
13444 # necessary to make sure instantiated templates are included
13446 old_archive_cmds_CXX
='$CC -ar -WR,-u -o $oldlib $oldobjs'
13449 if test "$GXX" = yes; then
13450 if test "$with_gnu_ld" = no
; then
13451 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'
13453 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'
13456 link_all_deplibs_CXX
=yes
13459 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
13460 hardcode_libdir_separator_CXX
=:
13461 inherit_rpath_CXX
=yes
13464 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
13465 case $cc_basename in
13467 # Kuck and Associates, Inc. (KAI) C++ Compiler
13469 # KCC will only create a shared library if the output file
13470 # ends with ".so" (or ".sl" for HP-UX), so rename the library
13471 # to its proper name (with version) after linking.
13472 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'
13473 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'
13474 # Commands to make compiler produce verbose output that lists
13475 # what "hidden" libraries, object files and flags are used when
13476 # linking a shared library.
13478 # There doesn't appear to be a way to prevent this compiler from
13479 # explicitly linking system object files so we need to strip them
13480 # from the output so that they don't get included in the library
13482 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"'
13484 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
13485 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
13487 # Archives containing C++ object files must be created using
13488 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
13489 old_archive_cmds_CXX
='$CC -Bstatic -o $oldlib $oldobjs'
13494 # version 8.0 and above of icpc choke on multiply defined symbols
13495 # if we add $predep_objects and $postdep_objects, however 7.1 and
13496 # earlier do not add the objects themselves.
13497 case `$CC -V 2>&1` in
13499 archive_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13500 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'
13502 *) # Version 8.0 or newer
13505 ia64
*) tmp_idyn
=' -i_dynamic';;
13507 archive_cmds_CXX
='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13508 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'
13511 archive_cmds_need_lc_CXX
=no
13512 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
13513 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
13514 whole_archive_flag_spec_CXX
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
13517 # Portland Group C++ compiler
13519 *pgCC\
[1-5].
* |
*pgcpp\
[1-5].
*)
13520 prelink_cmds_CXX
='tpldir=Template.dir~
13522 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
13523 compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
13524 old_archive_cmds_CXX
='tpldir=Template.dir~
13526 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
13527 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
13529 archive_cmds_CXX
='tpldir=Template.dir~
13531 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13532 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
13533 archive_expsym_cmds_CXX
='tpldir=Template.dir~
13535 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13536 $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'
13538 *) # Version 6 and above use weak symbols
13539 archive_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
13540 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'
13544 hardcode_libdir_flag_spec_CXX
='${wl}--rpath ${wl}$libdir'
13545 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
13546 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'
13550 archive_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13551 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'
13553 runpath_var
=LD_RUN_PATH
13554 hardcode_libdir_flag_spec_CXX
='-rpath $libdir'
13555 hardcode_libdir_separator_CXX
=:
13557 # Commands to make compiler produce verbose output that lists
13558 # what "hidden" libraries, object files and flags are used when
13559 # linking a shared library.
13561 # There doesn't appear to be a way to prevent this compiler from
13562 # explicitly linking system object files so we need to strip them
13563 # from the output so that they don't get included in the library
13565 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'
13567 xl
* | mpixl
* | bgxl
*)
13568 # IBM XL 8.0 on PPC, with GNU ld
13569 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
13570 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
13571 archive_cmds_CXX
='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13572 if test "x$supports_anon_versioning" = xyes
; then
13573 archive_expsym_cmds_CXX
='echo "{ global:" > $output_objdir/$libname.ver~
13574 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
13575 echo "local: *; };" >> $output_objdir/$libname.ver~
13576 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
13580 case `$CC -V 2>&1 | sed 5q` in
13583 no_undefined_flag_CXX
=' -zdefs'
13584 archive_cmds_CXX
='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13585 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'
13586 hardcode_libdir_flag_spec_CXX
='-R$libdir'
13587 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'
13588 compiler_needs_object_CXX
=yes
13590 # Not sure whether something based on
13591 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
13593 output_verbose_link_cmd
='func_echo_all'
13595 # Archives containing C++ object files must be created using
13596 # "CC -xar", where "CC" is the Sun C++ compiler. This is
13597 # necessary to make sure instantiated templates are included
13599 old_archive_cmds_CXX
='$CC -xar -o $oldlib $oldobjs'
13607 # FIXME: insert proper C++ library support
13612 # FIXME: insert proper C++ library support
13617 case $cc_basename in
13619 # FIXME: insert proper C++ library support
13623 # FIXME: insert proper C++ library support
13630 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
13631 archive_cmds_CXX
='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
13633 hardcode_libdir_flag_spec_CXX
='-R$libdir'
13634 hardcode_direct_CXX
=yes
13635 hardcode_shlibpath_var_CXX
=no
13637 # Workaround some broken pre-1.5 toolchains
13638 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
13646 # C++ shared libraries are fairly broken
13651 if test -f /usr
/libexec
/ld.so
; then
13652 hardcode_direct_CXX
=yes
13653 hardcode_shlibpath_var_CXX
=no
13654 hardcode_direct_absolute_CXX
=yes
13655 archive_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
13656 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
13657 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
13658 archive_expsym_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
13659 export_dynamic_flag_spec_CXX
='${wl}-E'
13660 whole_archive_flag_spec_CXX
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
13662 output_verbose_link_cmd
=func_echo_all
13668 osf3
* | osf4
* | osf5
*)
13669 case $cc_basename in
13671 # Kuck and Associates, Inc. (KAI) C++ Compiler
13673 # KCC will only create a shared library if the output file
13674 # ends with ".so" (or ".sl" for HP-UX), so rename the library
13675 # to its proper name (with version) after linking.
13676 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'
13678 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
13679 hardcode_libdir_separator_CXX
=:
13681 # Archives containing C++ object files must be created using
13682 # the KAI C++ compiler.
13684 osf3
*) old_archive_cmds_CXX
='$CC -Bstatic -o $oldlib $oldobjs' ;;
13685 *) old_archive_cmds_CXX
='$CC -o $oldlib $oldobjs' ;;
13689 # Rational C++ 2.4.1
13690 # FIXME: insert proper C++ library support
13696 allow_undefined_flag_CXX
=' ${wl}-expect_unresolved ${wl}\*'
13697 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'
13698 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
13701 allow_undefined_flag_CXX
=' -expect_unresolved \*'
13702 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'
13703 archive_expsym_cmds_CXX
='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
13704 echo "-hidden">> $lib.exp~
13705 $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~
13707 hardcode_libdir_flag_spec_CXX
='-rpath $libdir'
13711 hardcode_libdir_separator_CXX
=:
13713 # Commands to make compiler produce verbose output that lists
13714 # what "hidden" libraries, object files and flags are used when
13715 # linking a shared library.
13717 # There doesn't appear to be a way to prevent this compiler from
13718 # explicitly linking system object files so we need to strip them
13719 # from the output so that they don't get included in the library
13721 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"'
13724 if test "$GXX" = yes && test "$with_gnu_ld" = no
; then
13725 allow_undefined_flag_CXX
=' ${wl}-expect_unresolved ${wl}\*'
13728 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'
13731 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'
13735 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
13736 hardcode_libdir_separator_CXX
=:
13738 # Commands to make compiler produce verbose output that lists
13739 # what "hidden" libraries, object files and flags are used when
13740 # linking a shared library.
13741 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13744 # FIXME: insert proper C++ library support
13752 # FIXME: insert proper C++ library support
13757 case $cc_basename in
13760 # FIXME: insert proper C++ library support
13765 # FIXME: insert proper C++ library support
13769 # FIXME: insert proper C++ library support
13776 case $cc_basename in
13778 # Sun C++ 4.2, 5.x and Centerline C++
13779 archive_cmds_need_lc_CXX
=yes
13780 no_undefined_flag_CXX
=' -zdefs'
13781 archive_cmds_CXX
='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13782 archive_expsym_cmds_CXX
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13783 $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'
13785 hardcode_libdir_flag_spec_CXX
='-R$libdir'
13786 hardcode_shlibpath_var_CXX
=no
13788 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
13790 # The compiler driver will combine and reorder linker options,
13791 # but understands `-z linker_flag'.
13792 # Supported since Solaris 2.6 (maybe 2.5.1?)
13793 whole_archive_flag_spec_CXX
='-z allextract$convenience -z defaultextract'
13796 link_all_deplibs_CXX
=yes
13798 output_verbose_link_cmd
='func_echo_all'
13800 # Archives containing C++ object files must be created using
13801 # "CC -xar", where "CC" is the Sun C++ compiler. This is
13802 # necessary to make sure instantiated templates are included
13804 old_archive_cmds_CXX
='$CC -xar -o $oldlib $oldobjs'
13807 # Green Hills C++ Compiler
13808 archive_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13810 # The C++ compiler must be used to create the archive.
13811 old_archive_cmds_CXX
='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
13814 # GNU C++ compiler with Solaris linker
13815 if test "$GXX" = yes && test "$with_gnu_ld" = no
; then
13816 no_undefined_flag_CXX
=' ${wl}-z ${wl}defs'
13817 if $CC --version |
$GREP -v '^2\.7' > /dev
/null
; then
13818 archive_cmds_CXX
='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13819 archive_expsym_cmds_CXX
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13820 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13822 # Commands to make compiler produce verbose output that lists
13823 # what "hidden" libraries, object files and flags are used when
13824 # linking a shared library.
13825 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13827 # g++ 2.7 appears to require `-G' NOT `-shared' on this
13829 archive_cmds_CXX
='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13830 archive_expsym_cmds_CXX
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13831 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13833 # Commands to make compiler produce verbose output that lists
13834 # what "hidden" libraries, object files and flags are used when
13835 # linking a shared library.
13836 output_verbose_link_cmd
='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13839 hardcode_libdir_flag_spec_CXX
='${wl}-R $wl$libdir'
13841 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
13843 whole_archive_flag_spec_CXX
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
13851 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
13852 no_undefined_flag_CXX
='${wl}-z,text'
13853 archive_cmds_need_lc_CXX
=no
13854 hardcode_shlibpath_var_CXX
=no
13855 runpath_var
='LD_RUN_PATH'
13857 case $cc_basename in
13859 archive_cmds_CXX
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13860 archive_expsym_cmds_CXX
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13863 archive_cmds_CXX
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13864 archive_expsym_cmds_CXX
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13869 sysv5
* | sco3.2v5
* | sco5v6
*)
13870 # Note: We can NOT use -z defs as we might desire, because we do not
13871 # link with -lc, and that would cause any symbols used from libc to
13872 # always be unresolved, which means just about no library would
13873 # ever link correctly. If we're not using GNU ld we use -z text
13874 # though, which does catch some bad symbols but isn't as heavy-handed
13876 no_undefined_flag_CXX
='${wl}-z,text'
13877 allow_undefined_flag_CXX
='${wl}-z,nodefs'
13878 archive_cmds_need_lc_CXX
=no
13879 hardcode_shlibpath_var_CXX
=no
13880 hardcode_libdir_flag_spec_CXX
='${wl}-R,$libdir'
13881 hardcode_libdir_separator_CXX
=':'
13882 link_all_deplibs_CXX
=yes
13883 export_dynamic_flag_spec_CXX
='${wl}-Bexport'
13884 runpath_var
='LD_RUN_PATH'
13886 case $cc_basename in
13888 archive_cmds_CXX
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13889 archive_expsym_cmds_CXX
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13890 old_archive_cmds_CXX
='$CC -Tprelink_objects $oldobjs~
13891 '"$old_archive_cmds_CXX"
13892 reload_cmds_CXX
='$CC -Tprelink_objects $reload_objs~
13893 '"$reload_cmds_CXX"
13896 archive_cmds_CXX
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13897 archive_expsym_cmds_CXX
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13903 case $cc_basename in
13905 # NonStop-UX NCC 3.20
13906 # FIXME: insert proper C++ library support
13910 # FIXME: insert proper C++ library support
13917 # For VxWorks ports, we assume the use of a GNU linker with
13918 # standard elf conventions.
13923 # FIXME: insert proper C++ library support
13928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
13929 $as_echo "$ld_shlibs_CXX" >&6; }
13930 test "$ld_shlibs_CXX" = no
&& can_build_shared
=no
13936 ## There is no encapsulation within the following macros, do not change
13937 ## the running order or otherwise move them around unless you know exactly
13938 ## what you are doing...
13939 # Dependencies to place before and after the object being linked:
13940 predep_objects_CXX
=
13941 postdep_objects_CXX
=
13944 compiler_lib_search_path_CXX
=
13946 cat > conftest.
$ac_ext <<_LT_EOF
13950 Foo (void) { a = 0; }
13956 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13957 (eval $ac_compile) 2>&5
13959 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13960 test $ac_status = 0; }; then
13961 # Parse the compiler output and extract the necessary
13962 # objects, libraries and library flags.
13964 # Sentinel used to keep track of whether or not we are before
13965 # the conftest object file.
13966 pre_test_object_deps_done
=no
13968 for p
in `eval "$output_verbose_link_cmd"`; do
13972 # Some compilers place space between "-{L,R}" and the path.
13973 # Remove the space.
13974 if test $p = "-L" ||
13975 test $p = "-R"; then
13982 if test "$pre_test_object_deps_done" = no
; then
13985 # Internal compiler library paths should come after those
13986 # provided the user. The postdeps already come after the
13987 # user supplied libs so there is no need to process them.
13988 if test -z "$compiler_lib_search_path_CXX"; then
13989 compiler_lib_search_path_CXX
="${prev}${p}"
13991 compiler_lib_search_path_CXX
="${compiler_lib_search_path_CXX} ${prev}${p}"
13994 # The "-l" case would never come before the object being
13995 # linked, so don't bother handling this case.
13998 if test -z "$postdeps_CXX"; then
13999 postdeps_CXX
="${prev}${p}"
14001 postdeps_CXX
="${postdeps_CXX} ${prev}${p}"
14007 # This assumes that the test object file only shows up
14008 # once in the compiler output.
14009 if test "$p" = "conftest.$objext"; then
14010 pre_test_object_deps_done
=yes
14014 if test "$pre_test_object_deps_done" = no
; then
14015 if test -z "$predep_objects_CXX"; then
14016 predep_objects_CXX
="$p"
14018 predep_objects_CXX
="$predep_objects_CXX $p"
14021 if test -z "$postdep_objects_CXX"; then
14022 postdep_objects_CXX
="$p"
14024 postdep_objects_CXX
="$postdep_objects_CXX $p"
14029 *) ;; # Ignore the rest.
14037 echo "libtool.m4: error: problem compiling CXX test program"
14040 $RM -f confest.
$objext
14042 # PORTME: override above test on systems where it is broken
14045 # Interix 3.5 installs completely hosed .la files for C++, so rather than
14046 # hack all around it, let's just trust "g++" to DTRT.
14047 predep_objects_CXX
=
14048 postdep_objects_CXX
=
14053 case `$CC -V 2>&1 | sed 5q` in
14057 # The more standards-conforming stlport4 library is
14058 # incompatible with the Cstd library. Avoid specifying
14059 # it if it's in CXXFLAGS. Ignore libCrun as
14060 # -library=stlport4 depends on it.
14061 case " $CXX $CXXFLAGS " in
14062 *" -library=stlport4 "*)
14063 solaris_use_stlport4
=yes
14067 if test "$solaris_use_stlport4" != yes; then
14068 postdeps_CXX
='-library=Cstd -library=Crun'
14075 case $cc_basename in
14077 # The more standards-conforming stlport4 library is
14078 # incompatible with the Cstd library. Avoid specifying
14079 # it if it's in CXXFLAGS. Ignore libCrun as
14080 # -library=stlport4 depends on it.
14081 case " $CXX $CXXFLAGS " in
14082 *" -library=stlport4 "*)
14083 solaris_use_stlport4
=yes
14087 # Adding this requires a known-good setup of shared libraries for
14088 # Sun compiler versions before 5.6, else PIC objects from an old
14089 # archive will be linked into the output, leading to subtle bugs.
14090 if test "$solaris_use_stlport4" != yes; then
14091 postdeps_CXX
='-library=Cstd -library=Crun'
14099 case " $postdeps_CXX " in
14100 *" -lc "*) archive_cmds_need_lc_CXX
=no
;;
14102 compiler_lib_search_dirs_CXX
=
14103 if test -n "${compiler_lib_search_path_CXX}"; then
14104 compiler_lib_search_dirs_CXX
=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
14137 lt_prog_compiler_wl_CXX
=
14138 lt_prog_compiler_pic_CXX
=
14139 lt_prog_compiler_static_CXX
=
14141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
14142 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
14144 # C++ specific cases for pic, static, wl, etc.
14145 if test "$GXX" = yes; then
14146 lt_prog_compiler_wl_CXX
='-Wl,'
14147 lt_prog_compiler_static_CXX
='-static'
14151 # All AIX code is PIC.
14152 if test "$host_cpu" = ia64
; then
14153 # AIX 5 now supports IA64 processor
14154 lt_prog_compiler_static_CXX
='-Bstatic'
14156 lt_prog_compiler_pic_CXX
='-fPIC'
14162 # see comment about AmigaOS4 .so support
14163 lt_prog_compiler_pic_CXX
='-fPIC'
14166 # FIXME: we need at least 68020 code to build shared libraries, but
14167 # adding the `-m68020' flag to GCC prevents building anything better,
14169 lt_prog_compiler_pic_CXX
='-m68020 -resident32 -malways-restore-a4'
14174 beos
* | irix5
* | irix6
* | nonstopux
* | osf3
* | osf4
* | osf5
*)
14175 # PIC is the default for these OSes.
14177 mingw
* | cygwin
* | os2
* | pw32
* | cegcc
*)
14178 # This hack is so that the source file can tell whether it is being
14179 # built for inclusion in a dll (and should export symbols for example).
14180 # Although the cygwin gcc ignores -fPIC, still need this for old-style
14181 # (--disable-auto-import) libraries
14182 lt_prog_compiler_pic_CXX
='-DDLL_EXPORT'
14184 darwin
* | rhapsody
*)
14185 # PIC is the default on this platform
14186 # Common symbols not allowed in MH_DYLIB files
14187 lt_prog_compiler_pic_CXX
='-fno-common'
14190 # DJGPP does not support shared libraries at all
14191 lt_prog_compiler_pic_CXX
=
14194 # PIC is the default for Haiku.
14195 # The "-static" flag exists, but is broken.
14196 lt_prog_compiler_static_CXX
=
14199 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
14200 # Instead, we relocate shared libraries at runtime.
14203 if test -d /usr
/nec
; then
14204 lt_prog_compiler_pic_CXX
=-Kconform_pic
14208 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
14209 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
14210 # sets the default TLS model and affects inlining.
14215 lt_prog_compiler_pic_CXX
='-fPIC'
14220 # QNX uses GNU C++, but need to define -shared option too, otherwise
14221 # it will coredump.
14222 lt_prog_compiler_pic_CXX
='-fPIC -shared'
14225 lt_prog_compiler_pic_CXX
='-fPIC'
14231 # All AIX code is PIC.
14232 if test "$host_cpu" = ia64
; then
14233 # AIX 5 now supports IA64 processor
14234 lt_prog_compiler_static_CXX
='-Bstatic'
14236 lt_prog_compiler_static_CXX
='-bnso -bI:/lib/syscalls.exp'
14240 case $cc_basename in
14242 # Green Hills C++ Compiler
14243 # _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"
14248 case $cc_basename in
14250 lt_prog_compiler_pic_CXX
='-KPIC'
14253 # Green Hills C++ Compiler
14254 lt_prog_compiler_pic_CXX
='-pic'
14260 freebsd
* | dragonfly
*)
14261 # FreeBSD uses GNU C++
14263 hpux9
* | hpux10
* | hpux11
*)
14264 case $cc_basename in
14266 lt_prog_compiler_wl_CXX
='-Wl,'
14267 lt_prog_compiler_static_CXX
='${wl}-a ${wl}archive'
14268 if test "$host_cpu" != ia64
; then
14269 lt_prog_compiler_pic_CXX
='+Z'
14273 lt_prog_compiler_wl_CXX
='-Wl,'
14274 lt_prog_compiler_static_CXX
='${wl}-a ${wl}archive'
14280 lt_prog_compiler_pic_CXX
='+Z'
14289 # This is c89, which is MS Visual C++ (no shared libs)
14290 # Anyone wants to do a port?
14292 irix5
* | irix6
* | nonstopux
*)
14293 case $cc_basename in
14295 lt_prog_compiler_wl_CXX
='-Wl,'
14296 lt_prog_compiler_static_CXX
='-non_shared'
14297 # CC pic flag -KPIC is the default.
14303 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
14304 case $cc_basename in
14307 lt_prog_compiler_wl_CXX
='--backend -Wl,'
14308 lt_prog_compiler_pic_CXX
='-fPIC'
14311 # old Intel C++ for x86_64 which still supported -KPIC.
14312 lt_prog_compiler_wl_CXX
='-Wl,'
14313 lt_prog_compiler_pic_CXX
='-KPIC'
14314 lt_prog_compiler_static_CXX
='-static'
14317 # Intel C++, used to be incompatible with GCC.
14318 # ICC 10 doesn't accept -KPIC any more.
14319 lt_prog_compiler_wl_CXX
='-Wl,'
14320 lt_prog_compiler_pic_CXX
='-fPIC'
14321 lt_prog_compiler_static_CXX
='-static'
14324 # Portland Group C++ compiler
14325 lt_prog_compiler_wl_CXX
='-Wl,'
14326 lt_prog_compiler_pic_CXX
='-fpic'
14327 lt_prog_compiler_static_CXX
='-Bstatic'
14331 # Make sure the PIC flag is empty. It appears that all Alpha
14332 # Linux and Compaq Tru64 Unix objects are PIC.
14333 lt_prog_compiler_pic_CXX
=
14334 lt_prog_compiler_static_CXX
='-non_shared'
14336 xlc
* | xlC
* | bgxl
[cC
]* | mpixl
[cC
]*)
14337 # IBM XL 8.0, 9.0 on PPC and BlueGene
14338 lt_prog_compiler_wl_CXX
='-Wl,'
14339 lt_prog_compiler_pic_CXX
='-qpic'
14340 lt_prog_compiler_static_CXX
='-qstaticlink'
14343 case `$CC -V 2>&1 | sed 5q` in
14346 lt_prog_compiler_pic_CXX
='-KPIC'
14347 lt_prog_compiler_static_CXX
='-Bstatic'
14348 lt_prog_compiler_wl_CXX
='-Qoption ld '
14359 case $cc_basename in
14361 lt_prog_compiler_pic_CXX
='-W c,exportall'
14370 # QNX uses GNU C++, but need to define -shared option too, otherwise
14371 # it will coredump.
14372 lt_prog_compiler_pic_CXX
='-fPIC -shared'
14374 osf3
* | osf4
* | osf5
*)
14375 case $cc_basename in
14377 lt_prog_compiler_wl_CXX
='--backend -Wl,'
14380 # Rational C++ 2.4.1
14381 lt_prog_compiler_pic_CXX
='-pic'
14384 # Digital/Compaq C++
14385 lt_prog_compiler_wl_CXX
='-Wl,'
14386 # Make sure the PIC flag is empty. It appears that all Alpha
14387 # Linux and Compaq Tru64 Unix objects are PIC.
14388 lt_prog_compiler_pic_CXX
=
14389 lt_prog_compiler_static_CXX
='-non_shared'
14398 case $cc_basename in
14400 # Sun C++ 4.2, 5.x and Centerline C++
14401 lt_prog_compiler_pic_CXX
='-KPIC'
14402 lt_prog_compiler_static_CXX
='-Bstatic'
14403 lt_prog_compiler_wl_CXX
='-Qoption ld '
14406 # Green Hills C++ Compiler
14407 lt_prog_compiler_pic_CXX
='-PIC'
14414 case $cc_basename in
14417 lt_prog_compiler_pic_CXX
='-pic'
14418 lt_prog_compiler_static_CXX
='-Bstatic'
14422 lt_prog_compiler_pic_CXX
='-pic'
14428 sysv5
* | unixware
* | sco3.2v5
* | sco5v6
* | OpenUNIX
*)
14429 case $cc_basename in
14431 lt_prog_compiler_wl_CXX
='-Wl,'
14432 lt_prog_compiler_pic_CXX
='-KPIC'
14433 lt_prog_compiler_static_CXX
='-Bstatic'
14438 case $cc_basename in
14440 # NonStop-UX NCC 3.20
14441 lt_prog_compiler_pic_CXX
='-KPIC'
14450 lt_prog_compiler_can_build_shared_CXX
=no
14456 # For platforms which do not support PIC, -DPIC is meaningless:
14458 lt_prog_compiler_pic_CXX
=
14461 lt_prog_compiler_pic_CXX
="$lt_prog_compiler_pic_CXX -DPIC"
14464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_CXX" >&5
14465 $as_echo "$lt_prog_compiler_pic_CXX" >&6; }
14470 # Check to make sure the PIC flag actually works.
14472 if test -n "$lt_prog_compiler_pic_CXX"; then
14473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
14474 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
14475 if ${lt_cv_prog_compiler_pic_works_CXX+:} false
; then :
14476 $as_echo_n "(cached) " >&6
14478 lt_cv_prog_compiler_pic_works_CXX
=no
14479 ac_outfile
=conftest.
$ac_objext
14480 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
14481 lt_compiler_flag
="$lt_prog_compiler_pic_CXX -DPIC"
14482 # Insert the option either (1) after the last *FLAGS variable, or
14483 # (2) before a word containing "conftest.", or (3) at the end.
14484 # Note that $ac_compile itself does not contain backslashes and begins
14485 # with a dollar sign (not a hyphen), so the echo should work correctly.
14486 # The option is referenced via a variable to avoid confusing sed.
14487 lt_compile
=`echo "$ac_compile" | $SED \
14488 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14489 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14490 -e 's:$: $lt_compiler_flag:'`
14491 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
14492 (eval "$lt_compile" 2>conftest.err
)
14494 cat conftest.err
>&5
14495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14496 if (exit $ac_status) && test -s "$ac_outfile"; then
14497 # The compiler can only warn and ignore the option if not recognized
14498 # So say no if there are warnings other than the usual output.
14499 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' >conftest.exp
14500 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
14501 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
14502 lt_cv_prog_compiler_pic_works_CXX
=yes
14508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
14509 $as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
14511 if test x
"$lt_cv_prog_compiler_pic_works_CXX" = xyes
; then
14512 case $lt_prog_compiler_pic_CXX in
14514 *) lt_prog_compiler_pic_CXX
=" $lt_prog_compiler_pic_CXX" ;;
14517 lt_prog_compiler_pic_CXX
=
14518 lt_prog_compiler_can_build_shared_CXX
=no
14526 # Check to make sure the static flag actually works.
14528 wl
=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag
=\"$lt_prog_compiler_static_CXX\"
14529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
14530 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
14531 if ${lt_cv_prog_compiler_static_works_CXX+:} false
; then :
14532 $as_echo_n "(cached) " >&6
14534 lt_cv_prog_compiler_static_works_CXX
=no
14535 save_LDFLAGS
="$LDFLAGS"
14536 LDFLAGS
="$LDFLAGS $lt_tmp_static_flag"
14537 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
14538 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
14539 # The linker can only warn and ignore the option if not recognized
14540 # So say no if there are warnings
14541 if test -s conftest.err
; then
14542 # Append any errors to the config.log.
14543 cat conftest.err
1>&5
14544 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
14545 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
14546 if diff conftest.exp conftest.er2
>/dev
/null
; then
14547 lt_cv_prog_compiler_static_works_CXX
=yes
14550 lt_cv_prog_compiler_static_works_CXX
=yes
14554 LDFLAGS
="$save_LDFLAGS"
14557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
14558 $as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
14560 if test x
"$lt_cv_prog_compiler_static_works_CXX" = xyes
; then
14563 lt_prog_compiler_static_CXX
=
14569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
14570 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
14571 if ${lt_cv_prog_compiler_c_o_CXX+:} false
; then :
14572 $as_echo_n "(cached) " >&6
14574 lt_cv_prog_compiler_c_o_CXX
=no
14575 $RM -r conftest
2>/dev
/null
14579 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
14581 lt_compiler_flag
="-o out/conftest2.$ac_objext"
14582 # Insert the option either (1) after the last *FLAGS variable, or
14583 # (2) before a word containing "conftest.", or (3) at the end.
14584 # Note that $ac_compile itself does not contain backslashes and begins
14585 # with a dollar sign (not a hyphen), so the echo should work correctly.
14586 lt_compile
=`echo "$ac_compile" | $SED \
14587 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14588 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14589 -e 's:$: $lt_compiler_flag:'`
14590 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
14591 (eval "$lt_compile" 2>out
/conftest.err
)
14593 cat out
/conftest.err
>&5
14594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14595 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
14597 # The compiler can only warn and ignore the option if not recognized
14598 # So say no if there are warnings
14599 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' > out
/conftest.exp
14600 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
14601 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
14602 lt_cv_prog_compiler_c_o_CXX
=yes
14607 # SGI C++ compiler will create directory out/ii_files/ for
14608 # template instantiation
14609 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
14610 $RM out
/* && rmdir out
14616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
14617 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
14621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
14622 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
14623 if ${lt_cv_prog_compiler_c_o_CXX+:} false
; then :
14624 $as_echo_n "(cached) " >&6
14626 lt_cv_prog_compiler_c_o_CXX
=no
14627 $RM -r conftest
2>/dev
/null
14631 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
14633 lt_compiler_flag
="-o out/conftest2.$ac_objext"
14634 # Insert the option either (1) after the last *FLAGS variable, or
14635 # (2) before a word containing "conftest.", or (3) at the end.
14636 # Note that $ac_compile itself does not contain backslashes and begins
14637 # with a dollar sign (not a hyphen), so the echo should work correctly.
14638 lt_compile
=`echo "$ac_compile" | $SED \
14639 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14640 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14641 -e 's:$: $lt_compiler_flag:'`
14642 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
14643 (eval "$lt_compile" 2>out
/conftest.err
)
14645 cat out
/conftest.err
>&5
14646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14647 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
14649 # The compiler can only warn and ignore the option if not recognized
14650 # So say no if there are warnings
14651 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' > out
/conftest.exp
14652 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
14653 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
14654 lt_cv_prog_compiler_c_o_CXX
=yes
14659 # SGI C++ compiler will create directory out/ii_files/ for
14660 # template instantiation
14661 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
14662 $RM out
/* && rmdir out
14668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
14669 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
14674 hard_links
="nottested"
14675 if test "$lt_cv_prog_compiler_c_o_CXX" = no
&& test "$need_locks" != no
; then
14676 # do not overwrite the value of need_locks provided by the user
14677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
14678 $as_echo_n "checking if we can lock with hard links... " >&6; }
14681 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
14683 ln conftest.a conftest.b
2>&5 || hard_links
=no
14684 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
14685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
14686 $as_echo "$hard_links" >&6; }
14687 if test "$hard_links" = no
; then
14688 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
14689 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
14698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
14699 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
14701 export_symbols_cmds_CXX
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
14704 # If we're using GNU nm, then we don't want the "-C" option.
14705 # -C means demangle to AIX nm, but means don't demangle with GNU nm
14706 # Also, AIX nm treats weak defined symbols like other global defined
14707 # symbols, whereas GNU nm marks them as "W".
14708 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
14709 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'
14711 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'
14715 export_symbols_cmds_CXX
="$ltdll_cmds"
14717 cygwin
* | mingw
* | cegcc
*)
14718 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'
14721 export_symbols_cmds_CXX
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
14724 exclude_expsyms_CXX
='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
14726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
14727 $as_echo "$ld_shlibs_CXX" >&6; }
14728 test "$ld_shlibs_CXX" = no
&& can_build_shared
=no
14730 with_gnu_ld_CXX
=$with_gnu_ld
14738 # Do we need to explicitly link libc?
14740 case "x$archive_cmds_need_lc_CXX" in
14742 # Assume -lc should be added
14743 archive_cmds_need_lc_CXX
=yes
14745 if test "$enable_shared" = yes && test "$GCC" = yes; then
14746 case $archive_cmds_CXX in
14748 # FIXME: we may have to deal with multi-command sequences.
14751 # Test whether the compiler implicitly links with -lc since on some
14752 # systems, -lgcc has to come before -lc. If gcc already passes -lc
14753 # to ld, don't add -lc before -lgcc.
14754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
14755 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
14756 if ${lt_cv_archive_cmds_need_lc_CXX+:} false
; then :
14757 $as_echo_n "(cached) " >&6
14760 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
14762 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14763 (eval $ac_compile) 2>&5
14765 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14766 test $ac_status = 0; } 2>conftest.err
; then
14769 libobjs
=conftest.
$ac_objext
14771 wl
=$lt_prog_compiler_wl_CXX
14772 pic_flag
=$lt_prog_compiler_pic_CXX
14778 lt_save_allow_undefined_flag
=$allow_undefined_flag_CXX
14779 allow_undefined_flag_CXX
=
14780 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
14781 (eval $archive_cmds_CXX 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
14783 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14784 test $ac_status = 0; }
14786 lt_cv_archive_cmds_need_lc_CXX
=no
14788 lt_cv_archive_cmds_need_lc_CXX
=yes
14790 allow_undefined_flag_CXX
=$lt_save_allow_undefined_flag
14792 cat conftest.err
1>&5
14797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
14798 $as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
14799 archive_cmds_need_lc_CXX
=$lt_cv_archive_cmds_need_lc_CXX
14869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
14870 $as_echo_n "checking dynamic linker characteristics... " >&6; }
14872 library_names_spec
=
14873 libname_spec
='lib$name'
14877 postuninstall_cmds
=
14881 shlibpath_overrides_runpath
=unknown
14883 dynamic_linker
="$host_os ld.so"
14884 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
14885 need_lib_prefix
=unknown
14886 hardcode_into_libs
=no
14888 # when you set need_version to no, make sure it does not cause -set_version
14889 # flags to be left without arguments
14890 need_version
=unknown
14895 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
14896 shlibpath_var
=LIBPATH
14898 # AIX 3 has no versioning support, so we append a major version to the name.
14899 soname_spec
='${libname}${release}${shared_ext}$major'
14906 hardcode_into_libs
=yes
14907 if test "$host_cpu" = ia64
; then
14908 # AIX 5 supports IA64
14909 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
14910 shlibpath_var
=LD_LIBRARY_PATH
14912 # With GCC up to 2.95.x, collect2 would create an import file
14913 # for dependence libraries. The import file would start with
14914 # the line `#! .'. This would cause the generated library to
14915 # depend on `.', always an invalid library. This was fixed in
14916 # development snapshots of GCC prior to 3.0.
14918 aix4 | aix4.
[01] | aix4.
[01].
*)
14919 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
14921 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
14924 can_build_shared
=no
14928 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
14929 # soname into executable. Probably we can add versioning support to
14930 # collect2, so additional links can be useful in future.
14931 if test "$aix_use_runtimelinking" = yes; then
14932 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
14933 # instead of lib<name>.a to let people know that these are not
14934 # typical AIX shared libraries.
14935 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14937 # We preserve .a as extension for shared libraries through AIX4.2
14938 # and later when we are not doing run time linking.
14939 library_names_spec
='${libname}${release}.a $libname.a'
14940 soname_spec
='${libname}${release}${shared_ext}$major'
14942 shlibpath_var
=LIBPATH
14949 # Since July 2007 AmigaOS4 officially supports .so libraries.
14950 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
14951 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14954 library_names_spec
='$libname.ixlibrary $libname.a'
14955 # Create ${libname}_ixlibrary.a entries in /sys/libs.
14956 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'
14962 library_names_spec
='${libname}${shared_ext}'
14963 dynamic_linker
="$host_os ld.so"
14964 shlibpath_var
=LIBRARY_PATH
14970 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14971 soname_spec
='${libname}${release}${shared_ext}$major'
14972 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
14973 shlibpath_var
=LD_LIBRARY_PATH
14974 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
14975 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
14976 # the default ld.so.conf also contains /usr/contrib/lib and
14977 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
14978 # libtool to hard-code these into programs
14981 cygwin
* | mingw
* | pw32
* | cegcc
*)
14982 version_type
=windows
14987 case $GCC,$host_os in
14988 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
14989 library_names_spec
='$libname.dll.a'
14990 # DLL is installed to $(libdir)/../bin by postinstall_cmds
14991 postinstall_cmds
='base_file=`basename \${file}`~
14992 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
14993 dldir=$destdir/`dirname \$dlpath`~
14994 test -d \$dldir || mkdir -p \$dldir~
14995 $install_prog $dir/$dlname \$dldir/$dlname~
14996 chmod a+x \$dldir/$dlname~
14997 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
14998 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
15000 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
15001 dlpath=$dir/\$dldll~
15003 shlibpath_overrides_runpath
=yes
15007 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
15008 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
15012 # MinGW DLLs use traditional 'lib' prefix
15013 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
15016 # pw32 DLLs use 'pw' prefix rather than 'lib'
15017 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
15023 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
15026 dynamic_linker
='Win32 ld.exe'
15027 # FIXME: first we should search . and the directory the executable is in
15031 darwin
* | rhapsody
*)
15032 dynamic_linker
="$host_os dyld"
15033 version_type
=darwin
15036 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
15037 soname_spec
='${libname}${release}${major}$shared_ext'
15038 shlibpath_overrides_runpath
=yes
15039 shlibpath_var
=DYLD_LIBRARY_PATH
15040 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
15042 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
15049 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
15050 soname_spec
='${libname}${release}${shared_ext}$major'
15051 shlibpath_var
=LD_LIBRARY_PATH
15054 freebsd
* | dragonfly
*)
15055 # DragonFly does not have aout. When/if they implement a new
15056 # versioning mechanism, adjust this.
15057 if test -x /usr
/bin
/objformat
; then
15058 objformat
=`/usr/bin/objformat`
15061 freebsd
[23].
*) objformat
=aout
;;
15062 *) objformat
=elf
;;
15065 version_type
=freebsd-
$objformat
15066 case $version_type in
15068 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
15073 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
15077 shlibpath_var
=LD_LIBRARY_PATH
15080 shlibpath_overrides_runpath
=yes
15082 freebsd3.
[01]* | freebsdelf3.
[01]*)
15083 shlibpath_overrides_runpath
=yes
15084 hardcode_into_libs
=yes
15086 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
15087 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
15088 shlibpath_overrides_runpath
=no
15089 hardcode_into_libs
=yes
15091 *) # from 4.6 on, and DragonFly
15092 shlibpath_overrides_runpath
=yes
15093 hardcode_into_libs
=yes
15102 dynamic_linker
="$host_os runtime_loader"
15103 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
15104 soname_spec
='${libname}${release}${shared_ext}$major'
15105 shlibpath_var
=LIBRARY_PATH
15106 shlibpath_overrides_runpath
=yes
15107 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/system/lib'
15108 hardcode_into_libs
=yes
15111 hpux9
* | hpux10
* | hpux11
*)
15112 # Give a soname corresponding to the major version so that dld.sl refuses to
15113 # link against other versions.
15120 hardcode_into_libs
=yes
15121 dynamic_linker
="$host_os dld.so"
15122 shlibpath_var
=LD_LIBRARY_PATH
15123 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
15124 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15125 soname_spec
='${libname}${release}${shared_ext}$major'
15126 if test "X$HPUX_IA64_MODE" = X32
; then
15127 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
15129 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
15131 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
15135 hardcode_into_libs
=yes
15136 dynamic_linker
="$host_os dld.sl"
15137 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
15138 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
15139 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15140 soname_spec
='${libname}${release}${shared_ext}$major'
15141 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
15142 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
15146 dynamic_linker
="$host_os dld.sl"
15147 shlibpath_var
=SHLIB_PATH
15148 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
15149 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15150 soname_spec
='${libname}${release}${shared_ext}$major'
15153 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
15154 postinstall_cmds
='chmod 555 $lib'
15155 # or fails outright, so override atomically:
15156 install_override_mode
=555
15163 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
15164 soname_spec
='${libname}${release}${shared_ext}$major'
15165 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
15166 shlibpath_var
=LD_LIBRARY_PATH
15167 shlibpath_overrides_runpath
=no
15168 hardcode_into_libs
=yes
15171 irix5
* | irix6
* | nonstopux
*)
15173 nonstopux
*) version_type
=nonstopux
;;
15175 if test "$lt_cv_prog_gnu_ld" = yes; then
15183 soname_spec
='${libname}${release}${shared_ext}$major'
15184 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
15186 irix5
* | nonstopux
*)
15187 libsuff
= shlibsuff
=
15190 case $LD in # libtool.m4 will add one of these switches to LD
15191 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
15192 libsuff
= shlibsuff
= libmagic
=32-bit;;
15193 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
15194 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
15195 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
15196 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
15197 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
15201 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
15202 shlibpath_overrides_runpath
=no
15203 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
15204 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
15205 hardcode_into_libs
=yes
15208 # No shared lib support for Linux oldld, aout, or coff.
15209 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
15213 # This must be Linux ELF.
15215 # uclinux* changes (here and below) have been submitted to the libtool
15216 # project, but have not yet been accepted: they are GCC-local changes
15217 # for the time being. (See
15218 # https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
15219 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu | gnu
* | uclinuxfdpiceabi
)
15223 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15224 soname_spec
='${libname}${release}${shared_ext}$major'
15225 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
15226 shlibpath_var
=LD_LIBRARY_PATH
15227 shlibpath_overrides_runpath
=no
15229 # Some binutils ld are patched to set DT_RUNPATH
15230 if ${lt_cv_shlibpath_overrides_runpath+:} false
; then :
15231 $as_echo_n "(cached) " >&6
15233 lt_cv_shlibpath_overrides_runpath
=no
15234 save_LDFLAGS
=$LDFLAGS
15235 save_libdir
=$libdir
15236 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
15237 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
15238 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15239 /* end confdefs.h. */
15249 if ac_fn_cxx_try_link
"$LINENO"; then :
15250 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
15251 lt_cv_shlibpath_overrides_runpath
=yes
15254 rm -f core conftest.err conftest.
$ac_objext \
15255 conftest
$ac_exeext conftest.
$ac_ext
15256 LDFLAGS
=$save_LDFLAGS
15257 libdir
=$save_libdir
15261 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
15263 # This implies no fast_install, which is unacceptable.
15264 # Some rework will be needed to allow for fast_install
15265 # before this can be enabled.
15266 hardcode_into_libs
=yes
15268 # Append ld.so.conf contents to the search path
15269 if test -f /etc
/ld.so.conf
; then
15270 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' ' '`
15271 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
15274 # We used to test for /lib/ld.so.1 and disable shared libraries on
15275 # powerpc, because MkLinux only supported shared libraries with the
15276 # GNU dynamic linker. Since this was broken with cross compilers,
15277 # most powerpc-linux boxes support dynamic linking these days and
15278 # people can always --disable-shared, the test was removed, and we
15279 # assume the GNU/Linux dynamic linker is in use.
15280 dynamic_linker
='GNU/Linux ld.so'
15287 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
15288 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15289 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
15290 dynamic_linker
='NetBSD (a.out) ld.so'
15292 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
15293 soname_spec
='${libname}${release}${shared_ext}$major'
15294 dynamic_linker
='NetBSD ld.elf_so'
15296 shlibpath_var
=LD_LIBRARY_PATH
15297 shlibpath_overrides_runpath
=yes
15298 hardcode_into_libs
=yes
15303 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15304 shlibpath_var
=LD_LIBRARY_PATH
15305 shlibpath_overrides_runpath
=yes
15312 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15313 soname_spec
='${libname}${release}${shared_ext}$major'
15314 shlibpath_var
=LD_LIBRARY_PATH
15315 shlibpath_overrides_runpath
=no
15316 hardcode_into_libs
=yes
15317 dynamic_linker
='ldqnx.so'
15322 sys_lib_dlsearch_path_spec
="/usr/lib"
15324 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
15326 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
15327 *) need_version
=no
;;
15329 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15330 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
15331 shlibpath_var
=LD_LIBRARY_PATH
15332 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
15334 openbsd2.
[89] | openbsd2.
[89].
*)
15335 shlibpath_overrides_runpath
=no
15338 shlibpath_overrides_runpath
=yes
15342 shlibpath_overrides_runpath
=yes
15347 libname_spec
='$name'
15350 library_names_spec
='$libname${shared_ext} $libname.a'
15351 dynamic_linker
='OS/2 ld.exe'
15352 shlibpath_var
=LIBPATH
15355 osf3
* | osf4
* | osf5
*)
15359 soname_spec
='${libname}${release}${shared_ext}$major'
15360 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15361 shlibpath_var
=LD_LIBRARY_PATH
15362 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
15363 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
15374 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15375 soname_spec
='${libname}${release}${shared_ext}$major'
15376 shlibpath_var
=LD_LIBRARY_PATH
15377 shlibpath_overrides_runpath
=yes
15378 hardcode_into_libs
=yes
15379 # ldd complains unless libraries are executable
15380 postinstall_cmds
='chmod +x $lib'
15385 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15386 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
15387 shlibpath_var
=LD_LIBRARY_PATH
15388 shlibpath_overrides_runpath
=yes
15389 if test "$with_gnu_ld" = yes; then
15397 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15398 soname_spec
='${libname}${release}${shared_ext}$major'
15399 shlibpath_var
=LD_LIBRARY_PATH
15400 case $host_vendor in
15402 shlibpath_overrides_runpath
=no
15404 runpath_var
=LD_RUN_PATH
15412 shlibpath_overrides_runpath
=no
15413 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
15419 if test -d /usr
/nec
;then
15421 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
15422 soname_spec
='$libname${shared_ext}.$major'
15423 shlibpath_var
=LD_LIBRARY_PATH
15427 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
15428 version_type
=freebsd-elf
15431 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
15432 soname_spec
='${libname}${release}${shared_ext}$major'
15433 shlibpath_var
=LD_LIBRARY_PATH
15434 shlibpath_overrides_runpath
=yes
15435 hardcode_into_libs
=yes
15436 if test "$with_gnu_ld" = yes; then
15437 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
15439 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
15442 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
15446 sys_lib_dlsearch_path_spec
='/usr/lib'
15450 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
15454 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15455 shlibpath_var
=LD_LIBRARY_PATH
15456 shlibpath_overrides_runpath
=no
15457 hardcode_into_libs
=yes
15462 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15463 soname_spec
='${libname}${release}${shared_ext}$major'
15464 shlibpath_var
=LD_LIBRARY_PATH
15467 # Shared libraries for VwWorks, >= 7 only at this stage
15468 # and (fpic) still incompatible with "large" code models
15469 # in a few configurations. Only for RTP mode in any case,
15470 # and upon explicit request at configure time.
15473 case ${with_multisubdir}-${enable_shared} in
15480 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15481 soname_spec
='${libname}${release}${shared_ext}$major'
15482 dynamic_linker
="$host_os module_loader"
15490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
15491 $as_echo "$dynamic_linker" >&6; }
15492 test "$dynamic_linker" = no
&& can_build_shared
=no
15494 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
15495 if test "$GCC" = yes; then
15496 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
15499 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
15500 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
15502 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
15503 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
15543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
15544 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
15545 hardcode_action_CXX
=
15546 if test -n "$hardcode_libdir_flag_spec_CXX" ||
15547 test -n "$runpath_var_CXX" ||
15548 test "X$hardcode_automatic_CXX" = "Xyes" ; then
15550 # We can hardcode non-existent directories.
15551 if test "$hardcode_direct_CXX" != no
&&
15552 # If the only mechanism to avoid hardcoding is shlibpath_var, we
15553 # have to relink, otherwise we might link with an installed library
15554 # when we should be linking with a yet-to-be-installed one
15555 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
15556 test "$hardcode_minus_L_CXX" != no
; then
15557 # Linking always hardcodes the temporary library directory.
15558 hardcode_action_CXX
=relink
15560 # We can link without hardcoding, and we can hardcode nonexisting dirs.
15561 hardcode_action_CXX
=immediate
15564 # We cannot hardcode anything, or else we can only hardcode existing
15566 hardcode_action_CXX
=unsupported
15568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
15569 $as_echo "$hardcode_action_CXX" >&6; }
15571 if test "$hardcode_action_CXX" = relink ||
15572 test "$inherit_rpath_CXX" = yes; then
15573 # Fast installation is not supported
15574 enable_fast_install
=no
15575 elif test "$shlibpath_overrides_runpath" = yes ||
15576 test "$enable_shared" = no
; then
15577 # Fast installation is not necessary
15578 enable_fast_install
=needless
15587 fi # test -n "$compiler"
15593 with_gnu_ld
=$lt_save_with_gnu_ld
15594 lt_cv_path_LDCXX
=$lt_cv_path_LD
15595 lt_cv_path_LD
=$lt_save_path_LD
15596 lt_cv_prog_gnu_ldcxx
=$lt_cv_prog_gnu_ld
15597 lt_cv_prog_gnu_ld
=$lt_save_with_gnu_ld
15598 fi # test "$_lt_caught_CXX_error" != yes
15601 ac_cpp
='$CPP $CPPFLAGS'
15602 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15603 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15604 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
15618 ac_config_commands
="$ac_config_commands libtool"
15623 # Only expand once:
15627 GPROFNG_LIBADD
="-L../../libiberty -liberty"
15628 if test "$enable_shared" = "yes"; then
15629 GPROFNG_LIBADD
="-L../../libiberty/pic -liberty"
15633 # Figure out what compiler warnings we can enable.
15634 # See config/warnings.m4 for details.
15637 ac_cpp
='$CPP $CPPFLAGS'
15638 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15639 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15640 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
15643 # Check whether --enable-werror-always was given.
15644 if test "${enable_werror_always+set}" = set; then :
15645 enableval
=$enable_werror_always;
15647 enable_werror_always
=no
15650 if test $enable_werror_always = yes; then :
15651 WERROR
="$WERROR${WERROR:+ }-Werror"
15655 ac_cpp
='$CPP $CPPFLAGS'
15656 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15657 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15658 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
15662 ac_cpp
='$CPP $CPPFLAGS'
15663 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15664 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15665 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
15668 save_CFLAGS
="$CFLAGS"
15669 for real_option
in -Wall; do
15670 # Do the check with the no- prefix removed since gcc silently
15671 # accepts any -Wno-* option on purpose
15672 case $real_option in
15673 -Wno-*) option
=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
15674 *) option
=$real_option ;;
15676 as_acx_Woption
=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
15678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
15679 $as_echo_n "checking whether $CC supports $option... " >&6; }
15680 if eval \
${$as_acx_Woption+:} false
; then :
15681 $as_echo_n "(cached) " >&6
15684 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15685 /* end confdefs.h. */
15695 if ac_fn_c_try_compile
"$LINENO"; then :
15696 eval "$as_acx_Woption=yes"
15698 eval "$as_acx_Woption=no"
15700 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15703 eval ac_res
=\$
$as_acx_Woption
15704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
15705 $as_echo "$ac_res" >&6; }
15706 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
15707 gprofng_cflags
="$gprofng_cflags${gprofng_cflags:+ }$real_option"
15710 CFLAGS
="$save_CFLAGS"
15712 ac_cpp
='$CPP $CPPFLAGS'
15713 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15714 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15715 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
15719 ac_cpp
='$CPP $CPPFLAGS'
15720 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15721 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15722 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
15724 GPROFNG_NO_SWITCH_CFLAGS
=
15725 save_CFLAGS
="$CFLAGS"
15726 for real_option
in -Wno-switch; do
15727 # Do the check with the no- prefix removed since gcc silently
15728 # accepts any -Wno-* option on purpose
15729 case $real_option in
15730 -Wno-*) option
=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
15731 *) option
=$real_option ;;
15733 as_acx_Woption
=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
15735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
15736 $as_echo_n "checking whether $CC supports $option... " >&6; }
15737 if eval \
${$as_acx_Woption+:} false
; then :
15738 $as_echo_n "(cached) " >&6
15741 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15742 /* end confdefs.h. */
15752 if ac_fn_c_try_compile
"$LINENO"; then :
15753 eval "$as_acx_Woption=yes"
15755 eval "$as_acx_Woption=no"
15757 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15760 eval ac_res
=\$
$as_acx_Woption
15761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
15762 $as_echo "$ac_res" >&6; }
15763 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
15764 GPROFNG_NO_SWITCH_CFLAGS
="$GPROFNG_NO_SWITCH_CFLAGS${GPROFNG_NO_SWITCH_CFLAGS:+ }$real_option"
15767 CFLAGS
="$save_CFLAGS"
15769 ac_cpp
='$CPP $CPPFLAGS'
15770 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15771 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15772 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
15775 gprofng_cppflags
="-U_ASM"
15782 build_collector
=true
15786 build_collector
=true
15790 build_collector
=true
15794 build_collector
=true
15797 # Check whether --enable-gprofng-tools was given.
15798 if test "${enable_gprofng_tools+set}" = set; then :
15799 enableval
=$enable_gprofng_tools; build_src
=$enableval
15803 if test x
$build_collector = xtrue
; then
15804 BUILD_COLLECTOR_TRUE
=
15805 BUILD_COLLECTOR_FALSE
='#'
15807 BUILD_COLLECTOR_TRUE
='#'
15808 BUILD_COLLECTOR_FALSE
=
15811 if test x
$build_src = xtrue
; then
15813 BUILD_SRC_FALSE
='#'
15820 if test x
$build_collector = xtrue
; then
15823 subdirs
="$subdirs libcollector"
15831 ac_cpp
='$CPP $CPPFLAGS'
15832 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15833 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15834 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
15838 # We used to check for pthread.h first, but this fails if pthread.h
15839 # requires special compiler flags (e.g. on Tru64 or Sequent).
15840 # It gets checked for in the link test anyway.
15842 # First of all, check if the user has set any of the PTHREAD_LIBS,
15843 # etcetera environment variables, and if threads linking works using
15845 if test "x$PTHREAD_CFLAGS$PTHREAD_LIBS" != "x"; then
15846 ax_pthread_save_CC
="$CC"
15847 ax_pthread_save_CFLAGS
="$CFLAGS"
15848 ax_pthread_save_LIBS
="$LIBS"
15849 if test "x$PTHREAD_CC" != "x"; then :
15852 CFLAGS
="$CFLAGS $PTHREAD_CFLAGS"
15853 LIBS
="$PTHREAD_LIBS $LIBS"
15854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_join using $CC $PTHREAD_CFLAGS $PTHREAD_LIBS" >&5
15855 $as_echo_n "checking for pthread_join using $CC $PTHREAD_CFLAGS $PTHREAD_LIBS... " >&6; }
15856 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15857 /* end confdefs.h. */
15859 /* Override any GCC internal prototype to avoid an error.
15860 Use char because int might match the return type of a GCC
15861 builtin and then its argument prototype would still apply. */
15865 char pthread_join ();
15869 return pthread_join ();
15874 if ac_fn_c_try_link
"$LINENO"; then :
15877 rm -f core conftest.err conftest.
$ac_objext \
15878 conftest
$ac_exeext conftest.
$ac_ext
15879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_pthread_ok" >&5
15880 $as_echo "$ax_pthread_ok" >&6; }
15881 if test "x$ax_pthread_ok" = "xno"; then
15885 CC
="$ax_pthread_save_CC"
15886 CFLAGS
="$ax_pthread_save_CFLAGS"
15887 LIBS
="$ax_pthread_save_LIBS"
15890 # We must check for the threads library under a number of different
15891 # names; the ordering is very important because some systems
15892 # (e.g. DEC) have both -lpthread and -lpthreads, where one of the
15893 # libraries is broken (non-POSIX).
15895 # Create a list of thread flags to try. Items starting with a "-" are
15896 # C compiler flags, and other items are library names, except for "none"
15897 # which indicates that we try without any flags at all, and "pthread-config"
15898 # which is a program returning the flags for the Pth emulation library.
15900 ax_pthread_flags
="pthreads none -Kthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
15902 # The ordering *is* (sometimes) important. Some notes on the
15903 # individual items follow:
15905 # pthreads: AIX (must check this before -lpthread)
15906 # none: in case threads are in libc; should be tried before -Kthread and
15907 # other compiler flags to prevent continual compiler warnings
15908 # -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h)
15909 # -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads), Tru64
15910 # (Note: HP C rejects this with "bad form for `-t' option")
15911 # -pthreads: Solaris/gcc (Note: HP C also rejects)
15912 # -mt: Sun Workshop C (may only link SunOS threads [-lthread], but it
15913 # doesn't hurt to check since this sometimes defines pthreads and
15914 # -D_REENTRANT too), HP C (must be checked before -lpthread, which
15915 # is present but should not be used directly; and before -mthreads,
15916 # because the compiler interprets this as "-mt" + "-hreads")
15917 # -mthreads: Mingw32/gcc, Lynx/gcc
15918 # pthread: Linux, etcetera
15919 # --thread-safe: KAI C++
15920 # pthread-config: use pthread-config program (for GNU Pth library)
15926 # -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able)
15927 # lthread: LinuxThreads port on FreeBSD (also preferred to -pthread)
15929 ax_pthread_flags
="-kthread lthread $ax_pthread_flags"
15934 # From the cc(1) man page: "[-mt] Sets various -D flags to enable
15935 # multi-threading and also sets -lpthread."
15937 ax_pthread_flags
="-mt -pthread pthread $ax_pthread_flags"
15942 # IBM z/OS requires a feature-test macro to be defined in order to
15943 # enable POSIX threads at all, so give the user a hint if this is
15944 # not set. (We don't define these ourselves, as they can affect
15945 # other portions of the system API in unpredictable ways.)
15947 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15948 /* end confdefs.h. */
15950 # if !defined(_OPEN_THREADS) && !defined(_UNIX03_THREADS)
15951 AX_PTHREAD_ZOS_MISSING
15955 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15956 $EGREP "AX_PTHREAD_ZOS_MISSING" >/dev
/null
2>&1; then :
15957 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: IBM z/OS requires -D_OPEN_THREADS or -D_UNIX03_THREADS to enable pthreads support." >&5
15958 $as_echo "$as_me: WARNING: IBM z/OS requires -D_OPEN_THREADS or -D_UNIX03_THREADS to enable pthreads support." >&2;}
15966 # On Solaris (at least, for some versions), libc contains stubbed
15967 # (non-functional) versions of the pthreads routines, so link-based
15968 # tests will erroneously succeed. (N.B.: The stubs are missing
15969 # pthread_cleanup_push, or rather a function called by this macro,
15970 # so we could check for that, but who knows whether they'll stub
15971 # that too in a future libc.) So we'll check first for the
15972 # standard Solaris way of linking pthreads (-mt -lpthread).
15974 ax_pthread_flags
="-mt,pthread pthread $ax_pthread_flags"
15978 # GCC generally uses -pthread, or -pthreads on some platforms (e.g. SPARC)
15980 if test "x$GCC" = "xyes"; then :
15981 ax_pthread_flags
="-pthread -pthreads $ax_pthread_flags"
15984 # The presence of a feature test macro requesting re-entrant function
15985 # definitions is, on some systems, a strong hint that pthreads support is
15986 # correctly enabled
15989 darwin
* | hpux
* | linux
* | osf
* | solaris
*)
15990 ax_pthread_check_macro
="_REENTRANT"
15994 ax_pthread_check_macro
="_THREAD_SAFE"
15998 ax_pthread_check_macro
="--"
16001 if test "x$ax_pthread_check_macro" = "x--"; then :
16002 ax_pthread_check_cond
=0
16004 ax_pthread_check_cond
="!defined($ax_pthread_check_macro)"
16007 # Are we compiling with Clang?
16009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC is Clang" >&5
16010 $as_echo_n "checking whether $CC is Clang... " >&6; }
16011 if ${ax_cv_PTHREAD_CLANG+:} false
; then :
16012 $as_echo_n "(cached) " >&6
16014 ax_cv_PTHREAD_CLANG
=no
16015 # Note that Autoconf sets GCC=yes for Clang as well as GCC
16016 if test "x$GCC" = "xyes"; then
16017 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16018 /* end confdefs.h. */
16019 /* Note: Clang 2.7 lacks __clang_[a-z]+__ */
16020 # if defined(__clang__) && defined(__llvm__)
16021 AX_PTHREAD_CC_IS_CLANG
16025 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16026 $EGREP "AX_PTHREAD_CC_IS_CLANG" >/dev
/null
2>&1; then :
16027 ax_cv_PTHREAD_CLANG
=yes
16034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_PTHREAD_CLANG" >&5
16035 $as_echo "$ax_cv_PTHREAD_CLANG" >&6; }
16036 ax_pthread_clang
="$ax_cv_PTHREAD_CLANG"
16038 ax_pthread_clang_warning
=no
16040 # Clang needs special handling, because older versions handle the -pthread
16041 # option in a rather... idiosyncratic way
16043 if test "x$ax_pthread_clang" = "xyes"; then
16045 # Clang takes -pthread; it has never supported any other flag
16047 # (Note 1: This will need to be revisited if a system that Clang
16048 # supports has POSIX threads in a separate library. This tends not
16049 # to be the way of modern systems, but it's conceivable.)
16051 # (Note 2: On some systems, notably Darwin, -pthread is not needed
16052 # to get POSIX threads support; the API is always present and
16053 # active. We could reasonably leave PTHREAD_CFLAGS empty. But
16054 # -pthread does define _REENTRANT, and while the Darwin headers
16055 # ignore this macro, third-party headers might not.)
16057 PTHREAD_CFLAGS
="-pthread"
16062 # However, older versions of Clang make a point of warning the user
16063 # that, in an invocation where only linking and no compilation is
16064 # taking place, the -pthread option has no effect ("argument unused
16065 # during compilation"). They expect -pthread to be passed in only
16066 # when source code is being compiled.
16068 # Problem is, this is at odds with the way Automake and most other
16069 # C build frameworks function, which is that the same flags used in
16070 # compilation (CFLAGS) are also used in linking. Many systems
16071 # supported by AX_PTHREAD require exactly this for POSIX threads
16072 # support, and in fact it is often not straightforward to specify a
16073 # flag that is used only in the compilation phase and not in
16074 # linking. Such a scenario is extremely rare in practice.
16076 # Even though use of the -pthread flag in linking would only print
16077 # a warning, this can be a nuisance for well-run software projects
16078 # that build with -Werror. So if the active version of Clang has
16079 # this misfeature, we search for an option to squash it.
16081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Clang needs flag to prevent \"argument unused\" warning when linking with -pthread" >&5
16082 $as_echo_n "checking whether Clang needs flag to prevent \"argument unused\" warning when linking with -pthread... " >&6; }
16083 if ${ax_cv_PTHREAD_CLANG_NO_WARN_FLAG+:} false
; then :
16084 $as_echo_n "(cached) " >&6
16086 ax_cv_PTHREAD_CLANG_NO_WARN_FLAG
=unknown
16087 # Create an alternate version of $ac_link that compiles and
16088 # links in two steps (.c -> .o, .o -> exe) instead of one
16089 # (.c -> exe), because the warning occurs only in the second
16091 ax_pthread_save_ac_link
="$ac_link"
16092 ax_pthread_sed
='s/conftest\.\$ac_ext/conftest.$ac_objext/g'
16093 ax_pthread_link_step
=`$as_echo "$ac_link" | sed "$ax_pthread_sed"`
16094 ax_pthread_2step_ac_link
="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)"
16095 ax_pthread_save_CFLAGS
="$CFLAGS"
16096 for ax_pthread_try
in '' -Qunused-arguments -Wno-unused-command-line-argument unknown
; do
16097 if test "x$ax_pthread_try" = "xunknown"; then :
16100 CFLAGS
="-Werror -Wunknown-warning-option $ax_pthread_try -pthread $ax_pthread_save_CFLAGS"
16101 ac_link
="$ax_pthread_save_ac_link"
16102 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16103 /* end confdefs.h. */
16104 int main(void){return 0;}
16106 if ac_fn_c_try_link
"$LINENO"; then :
16107 ac_link
="$ax_pthread_2step_ac_link"
16108 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16109 /* end confdefs.h. */
16110 int main(void){return 0;}
16112 if ac_fn_c_try_link
"$LINENO"; then :
16115 rm -f core conftest.err conftest.
$ac_objext \
16116 conftest
$ac_exeext conftest.
$ac_ext
16119 rm -f core conftest.err conftest.
$ac_objext \
16120 conftest
$ac_exeext conftest.
$ac_ext
16122 ac_link
="$ax_pthread_save_ac_link"
16123 CFLAGS
="$ax_pthread_save_CFLAGS"
16124 if test "x$ax_pthread_try" = "x"; then :
16127 ax_cv_PTHREAD_CLANG_NO_WARN_FLAG
="$ax_pthread_try"
16130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_PTHREAD_CLANG_NO_WARN_FLAG" >&5
16131 $as_echo "$ax_cv_PTHREAD_CLANG_NO_WARN_FLAG" >&6; }
16133 case "$ax_cv_PTHREAD_CLANG_NO_WARN_FLAG" in
16135 *) PTHREAD_CFLAGS
="$ax_cv_PTHREAD_CLANG_NO_WARN_FLAG $PTHREAD_CFLAGS" ;;
16138 fi # $ax_pthread_clang = yes
16140 if test "x$ax_pthread_ok" = "xno"; then
16141 for ax_pthread_try_flag
in $ax_pthread_flags; do
16143 case $ax_pthread_try_flag in
16145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work without any flags" >&5
16146 $as_echo_n "checking whether pthreads work without any flags... " >&6; }
16150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work with -mt -lpthread" >&5
16151 $as_echo_n "checking whether pthreads work with -mt -lpthread... " >&6; }
16152 PTHREAD_CFLAGS
="-mt"
16153 PTHREAD_LIBS
="-lpthread"
16157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work with $ax_pthread_try_flag" >&5
16158 $as_echo_n "checking whether pthreads work with $ax_pthread_try_flag... " >&6; }
16159 PTHREAD_CFLAGS
="$ax_pthread_try_flag"
16163 # Extract the first word of "pthread-config", so it can be a program name with args.
16164 set dummy pthread-config
; ac_word
=$2
16165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16166 $as_echo_n "checking for $ac_word... " >&6; }
16167 if ${ac_cv_prog_ax_pthread_config+:} false
; then :
16168 $as_echo_n "(cached) " >&6
16170 if test -n "$ax_pthread_config"; then
16171 ac_cv_prog_ax_pthread_config
="$ax_pthread_config" # Let the user override the test.
16173 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16174 for as_dir
in $PATH
16177 test -z "$as_dir" && as_dir
=.
16178 for ac_exec_ext
in '' $ac_executable_extensions; do
16179 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
16180 ac_cv_prog_ax_pthread_config
="yes"
16181 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16188 test -z "$ac_cv_prog_ax_pthread_config" && ac_cv_prog_ax_pthread_config
="no"
16191 ax_pthread_config
=$ac_cv_prog_ax_pthread_config
16192 if test -n "$ax_pthread_config"; then
16193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_pthread_config" >&5
16194 $as_echo "$ax_pthread_config" >&6; }
16196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16197 $as_echo "no" >&6; }
16201 if test "x$ax_pthread_config" = "xno"; then :
16204 PTHREAD_CFLAGS
="`pthread-config --cflags`"
16205 PTHREAD_LIBS
="`pthread-config --ldflags` `pthread-config --libs`"
16209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the pthreads library -l$ax_pthread_try_flag" >&5
16210 $as_echo_n "checking for the pthreads library -l$ax_pthread_try_flag... " >&6; }
16211 PTHREAD_LIBS
="-l$ax_pthread_try_flag"
16215 ax_pthread_save_CFLAGS
="$CFLAGS"
16216 ax_pthread_save_LIBS
="$LIBS"
16217 CFLAGS
="$CFLAGS $PTHREAD_CFLAGS"
16218 LIBS
="$PTHREAD_LIBS $LIBS"
16220 # Check for various functions. We must include pthread.h,
16221 # since some functions may be macros. (On the Sequent, we
16222 # need a special flag -Kthread to make this header compile.)
16223 # We check for pthread_join because it is in -lpthread on IRIX
16224 # while pthread_create is in libc. We check for pthread_attr_init
16225 # due to DEC craziness with -lpthreads. We check for
16226 # pthread_cleanup_push because it is one of the few pthread
16227 # functions on Solaris that doesn't have a non-functional libc stub.
16228 # We try pthread_create on general principles.
16230 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16231 /* end confdefs.h. */
16232 #include <pthread.h>
16233 # if $ax_pthread_check_cond
16234 # error "$ax_pthread_check_macro must be defined"
16236 static void routine(void *a) { a = 0; }
16237 static void *start_routine(void *a) { return a; }
16241 pthread_t th; pthread_attr_t attr;
16242 pthread_create(&th, 0, start_routine, 0);
16243 pthread_join(th, 0);
16244 pthread_attr_init(&attr);
16245 pthread_cleanup_push(routine, 0);
16246 pthread_cleanup_pop(0) /* ; */
16251 if ac_fn_c_try_link
"$LINENO"; then :
16254 rm -f core conftest.err conftest.
$ac_objext \
16255 conftest
$ac_exeext conftest.
$ac_ext
16257 CFLAGS
="$ax_pthread_save_CFLAGS"
16258 LIBS
="$ax_pthread_save_LIBS"
16260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_pthread_ok" >&5
16261 $as_echo "$ax_pthread_ok" >&6; }
16262 if test "x$ax_pthread_ok" = "xyes"; then :
16271 # Various other checks:
16272 if test "x$ax_pthread_ok" = "xyes"; then
16273 ax_pthread_save_CFLAGS
="$CFLAGS"
16274 ax_pthread_save_LIBS
="$LIBS"
16275 CFLAGS
="$CFLAGS $PTHREAD_CFLAGS"
16276 LIBS
="$PTHREAD_LIBS $LIBS"
16278 # Detect AIX lossage: JOINABLE attribute is called UNDETACHED.
16279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for joinable pthread attribute" >&5
16280 $as_echo_n "checking for joinable pthread attribute... " >&6; }
16281 if ${ax_cv_PTHREAD_JOINABLE_ATTR+:} false
; then :
16282 $as_echo_n "(cached) " >&6
16284 ax_cv_PTHREAD_JOINABLE_ATTR
=unknown
16285 for ax_pthread_attr
in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED
; do
16286 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16287 /* end confdefs.h. */
16288 #include <pthread.h>
16292 int attr = $ax_pthread_attr; return attr /* ; */
16297 if ac_fn_c_try_link
"$LINENO"; then :
16298 ax_cv_PTHREAD_JOINABLE_ATTR
=$ax_pthread_attr; break
16300 rm -f core conftest.err conftest.
$ac_objext \
16301 conftest
$ac_exeext conftest.
$ac_ext
16305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_PTHREAD_JOINABLE_ATTR" >&5
16306 $as_echo "$ax_cv_PTHREAD_JOINABLE_ATTR" >&6; }
16307 if test "x$ax_cv_PTHREAD_JOINABLE_ATTR" != "xunknown" && \
16308 test "x$ax_cv_PTHREAD_JOINABLE_ATTR" != "xPTHREAD_CREATE_JOINABLE" && \
16309 test "x$ax_pthread_joinable_attr_defined" != "xyes"; then :
16311 cat >>confdefs.h
<<_ACEOF
16312 #define PTHREAD_CREATE_JOINABLE $ax_cv_PTHREAD_JOINABLE_ATTR
16315 ax_pthread_joinable_attr_defined
=yes
16319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether more special flags are required for pthreads" >&5
16320 $as_echo_n "checking whether more special flags are required for pthreads... " >&6; }
16321 if ${ax_cv_PTHREAD_SPECIAL_FLAGS+:} false
; then :
16322 $as_echo_n "(cached) " >&6
16324 ax_cv_PTHREAD_SPECIAL_FLAGS
=no
16327 ax_cv_PTHREAD_SPECIAL_FLAGS
="-D_POSIX_PTHREAD_SEMANTICS"
16332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_PTHREAD_SPECIAL_FLAGS" >&5
16333 $as_echo "$ax_cv_PTHREAD_SPECIAL_FLAGS" >&6; }
16334 if test "x$ax_cv_PTHREAD_SPECIAL_FLAGS" != "xno" && \
16335 test "x$ax_pthread_special_flags_added" != "xyes"; then :
16336 PTHREAD_CFLAGS
="$ax_cv_PTHREAD_SPECIAL_FLAGS $PTHREAD_CFLAGS"
16337 ax_pthread_special_flags_added
=yes
16340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTHREAD_PRIO_INHERIT" >&5
16341 $as_echo_n "checking for PTHREAD_PRIO_INHERIT... " >&6; }
16342 if ${ax_cv_PTHREAD_PRIO_INHERIT+:} false
; then :
16343 $as_echo_n "(cached) " >&6
16345 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16346 /* end confdefs.h. */
16347 #include <pthread.h>
16351 int i = PTHREAD_PRIO_INHERIT;
16356 if ac_fn_c_try_link
"$LINENO"; then :
16357 ax_cv_PTHREAD_PRIO_INHERIT
=yes
16359 ax_cv_PTHREAD_PRIO_INHERIT
=no
16361 rm -f core conftest.err conftest.
$ac_objext \
16362 conftest
$ac_exeext conftest.
$ac_ext
16365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_PTHREAD_PRIO_INHERIT" >&5
16366 $as_echo "$ax_cv_PTHREAD_PRIO_INHERIT" >&6; }
16367 if test "x$ax_cv_PTHREAD_PRIO_INHERIT" = "xyes" && \
16368 test "x$ax_pthread_prio_inherit_defined" != "xyes"; then :
16370 $as_echo "#define HAVE_PTHREAD_PRIO_INHERIT 1" >>confdefs.h
16372 ax_pthread_prio_inherit_defined
=yes
16376 CFLAGS
="$ax_pthread_save_CFLAGS"
16377 LIBS
="$ax_pthread_save_LIBS"
16379 # More AIX lossage: compile with *_r variant
16380 if test "x$GCC" != "xyes"; then
16384 x
*/c89|x
*/c89_128|x
*/c99|x
*/c99_128|x
*/cc|x
*/cc128|x
*/xlc|x
*/xlc_v6|x
*/xlc128|x
*/xlc128_v6
) :
16385 #handle absolute path differently from PATH based program lookup
16388 if as_fn_executable_p
${CC}_r
; then :
16389 PTHREAD_CC
="${CC}_r"
16392 for ac_prog
in ${CC}_r
16394 # Extract the first word of "$ac_prog", so it can be a program name with args.
16395 set dummy
$ac_prog; ac_word
=$2
16396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16397 $as_echo_n "checking for $ac_word... " >&6; }
16398 if ${ac_cv_prog_PTHREAD_CC+:} false
; then :
16399 $as_echo_n "(cached) " >&6
16401 if test -n "$PTHREAD_CC"; then
16402 ac_cv_prog_PTHREAD_CC
="$PTHREAD_CC" # Let the user override the test.
16404 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16405 for as_dir
in $PATH
16408 test -z "$as_dir" && as_dir
=.
16409 for ac_exec_ext
in '' $ac_executable_extensions; do
16410 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
16411 ac_cv_prog_PTHREAD_CC
="$ac_prog"
16412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16421 PTHREAD_CC
=$ac_cv_prog_PTHREAD_CC
16422 if test -n "$PTHREAD_CC"; then
16423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PTHREAD_CC" >&5
16424 $as_echo "$PTHREAD_CC" >&6; }
16426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16427 $as_echo "no" >&6; }
16431 test -n "$PTHREAD_CC" && break
16433 test -n "$PTHREAD_CC" || PTHREAD_CC
="$CC"
16444 test -n "$PTHREAD_CC" || PTHREAD_CC
="$CC"
16450 # Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
16451 if test "x$ax_pthread_ok" = "xyes"; then
16453 $as_echo "#define HAVE_PTHREAD 1" >>confdefs.h
16461 ac_cpp
='$CPP $CPPFLAGS'
16462 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16463 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16464 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
16468 # Specify a location for JDK
16472 # Check whether --with-jdk was given.
16473 if test "${with_jdk+set}" = set; then :
16478 if test "x$with_jdk" != x
; then
16479 jdk_inc
="-I$with_jdk/include -I$with_jdk/include/linux"
16480 enable_gprofng_jp
=yes
16482 # Extract the first word of "javac", so it can be a program name with args.
16483 set dummy javac
; ac_word
=$2
16484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16485 $as_echo_n "checking for $ac_word... " >&6; }
16486 if ${ac_cv_path_JAVAC+:} false
; then :
16487 $as_echo_n "(cached) " >&6
16491 ac_cv_path_JAVAC
="$JAVAC" # Let the user override the test with a path.
16494 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16495 for as_dir
in $PATH
16498 test -z "$as_dir" && as_dir
=.
16499 for ac_exec_ext
in '' $ac_executable_extensions; do
16500 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
16501 ac_cv_path_JAVAC
="$as_dir/$ac_word$ac_exec_ext"
16502 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16509 test -z "$ac_cv_path_JAVAC" && ac_cv_path_JAVAC
="javac"
16513 JAVAC
=$ac_cv_path_JAVAC
16514 if test -n "$JAVAC"; then
16515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVAC" >&5
16516 $as_echo "$JAVAC" >&6; }
16518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16519 $as_echo "no" >&6; }
16523 if test -f $JAVAC; then
16524 x
=`readlink -f $JAVAC`
16527 if ! test -f $x/include
/jni.h
; then
16530 if test -f $x/include
/jni.h
; then
16531 jdk_inc
="-I$x/include -I$x/include/linux"
16532 enable_gprofng_jp
=yes
16536 if test "x$enable_gprofng_jp" = x
; then
16537 # Extract the first word of "java", so it can be a program name with args.
16538 set dummy java
; ac_word
=$2
16539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16540 $as_echo_n "checking for $ac_word... " >&6; }
16541 if ${ac_cv_path_JAVA+:} false
; then :
16542 $as_echo_n "(cached) " >&6
16546 ac_cv_path_JAVA
="$JAVA" # Let the user override the test with a path.
16549 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16550 for as_dir
in $PATH
16553 test -z "$as_dir" && as_dir
=.
16554 for ac_exec_ext
in '' $ac_executable_extensions; do
16555 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
16556 ac_cv_path_JAVA
="$as_dir/$ac_word$ac_exec_ext"
16557 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16564 test -z "$ac_cv_path_JAVA" && ac_cv_path_JAVA
="java"
16568 JAVA
=$ac_cv_path_JAVA
16569 if test -n "$JAVA"; then
16570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVA" >&5
16571 $as_echo "$JAVA" >&6; }
16573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16574 $as_echo "no" >&6; }
16578 if test -f $JAVA; then
16579 x
=`readlink -f $JAVA`
16582 if ! test -f $x/include
/jni.h
; then
16585 if test -f $x/include
/jni.h
; then
16586 jdk_inc
="-I$x/include -I$x/include/linux"
16587 enable_gprofng_jp
=yes
16591 if test "x$enable_gprofng_jp" = x
; then
16592 ac_fn_c_check_header_compile
"$LINENO" "jni.h" "ac_cv_header_jni_h" "
16594 if test "x$ac_cv_header_jni_h" = xyes
; then :
16595 enable_gprofng_jp
=yes
16600 GPROFNG_BROKEN_JAVAC
=no
16601 if test "x$enable_gprofng_jp" = x
; then
16602 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot find the JDK include directory.
16603 gprofng will be build without support for profiling Java applications.
16604 Use --with-jdk=PATH to specify directory for the installed JDK" >&5
16605 $as_echo "$as_me: WARNING: Cannot find the JDK include directory.
16606 gprofng will be build without support for profiling Java applications.
16607 Use --with-jdk=PATH to specify directory for the installed JDK" >&2;}
16610 $as_echo "#define GPROFNG_JAVA_PROFILING 1" >>confdefs.h
16612 if test "x$JAVAC" != x
; then
16613 cat > Simple.java
<< EOF
16615 public static void main(String args){
16616 System.out.println("Hello Java");
16620 if { ac_try
='$JAVAC Simple.java >&5 2>&5'
16621 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16622 (eval $ac_try) 2>&5
16624 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16625 test $ac_status = 0; }; }; then
16626 GPROFNG_BROKEN_JAVAC
=no
16628 GPROFNG_BROKEN_JAVAC
=yes
16637 # Check whether --enable-gprofng-debug was given.
16638 if test "${enable_gprofng_debug+set}" = set; then :
16639 enableval
=$enable_gprofng_debug;
16640 case "$enableval" in
16642 *) as_fn_error $?
"Argument to enable/disable gprofng-debug must be yes or no" "$LINENO" 5 ;;
16646 enable_gprofng_debug
=no
16650 if test "${enable_gprofng_debug}" = yes; then
16652 $as_echo "#define DEBUG 1" >>confdefs.h
16656 cat > "dummy.c" << EOF
16657 #include <features.h>
16658 #if defined(__UCLIBC__)
16660 #elif defined(__dietlibc__)
16662 #elif defined(__GLIBC__)
16665 #include <stdarg.h>
16666 /* First heuristic to detect musl libc. */
16667 #ifdef __DEFINED_va_list
16674 cc_set_libc
=`$CC -E "dummy.c" 2>/dev/null | grep '^LIBC=' | sed 's, ,,g'`
16675 eval "$cc_set_libc"
16676 if test "$LIBC" = musl
; then
16678 $as_echo "#define __MUSL_LIBC 1" >>confdefs.h
16683 # Check if linker supports --as-needed and --no-as-needed options.
16684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
16685 $as_echo_n "checking linker --as-needed support... " >&6; }
16686 if ${bfd_cv_ld_as_needed+:} false
; then :
16687 $as_echo_n "(cached) " >&6
16689 bfd_cv_ld_as_needed
=no
16690 if $LD --help 2>/dev
/null |
grep as-needed
> /dev
/null
; then
16691 bfd_cv_ld_as_needed
=yes
16695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
16696 $as_echo "$bfd_cv_ld_as_needed" >&6; }
16699 if test x
"$bfd_cv_ld_as_needed" = xyes
; then
16700 no_as_needed
='-Wl,--no-as-needed'
16703 # Extract the first word of "expect", so it can be a program name with args.
16704 set dummy expect
; ac_word
=$2
16705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16706 $as_echo_n "checking for $ac_word... " >&6; }
16707 if ${ac_cv_path_EXPECT+:} false
; then :
16708 $as_echo_n "(cached) " >&6
16712 ac_cv_path_EXPECT
="$EXPECT" # Let the user override the test with a path.
16715 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16716 for as_dir
in $PATH
16719 test -z "$as_dir" && as_dir
=.
16720 for ac_exec_ext
in '' $ac_executable_extensions; do
16721 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
16722 ac_cv_path_EXPECT
="$as_dir/$ac_word$ac_exec_ext"
16723 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16733 EXPECT
=$ac_cv_path_EXPECT
16734 if test -n "$EXPECT"; then
16735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
16736 $as_echo "$EXPECT" >&6; }
16738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16739 $as_echo "no" >&6; }
16743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl supporting try/catch" >&5
16744 $as_echo_n "checking for Tcl supporting try/catch... " >&6; }
16745 if ${ac_cv_libctf_tcl_try+:} false
; then :
16746 $as_echo_n "(cached) " >&6
16748 ac_cv_libctf_tcl_try
=`if test -z $EXPECT; then echo no; else $EXPECT << EOF
16749 if [llength [info commands try]] then { puts yes } else { puts no }
16754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libctf_tcl_try" >&5
16755 $as_echo "$ac_cv_libctf_tcl_try" >&6; }
16757 # Only native testing and only on supported platforms:
16758 if test "${ac_cv_libctf_tcl_try}" = yes \
16759 -a "x${build_src}" = xtrue
-a "x${build_collector}" = xtrue \
16760 -a "x${host}" = "x${target}"; then
16770 # Use the system's zlib library.
16771 zlibdir
="-L\$(top_builddir)/../zlib"
16772 zlibinc
="-I\$(top_srcdir)/../zlib"
16774 # Check whether --with-system-zlib was given.
16775 if test "${with_system_zlib+set}" = set; then :
16776 withval
=$with_system_zlib; if test x
$with_system_zlib = xyes
; then
16787 # Generate manpages, if possible.
16790 if test $cross_compiling = no
; then
16791 for ac_prog
in makeinfo
16793 # Extract the first word of "$ac_prog", so it can be a program name with args.
16794 set dummy
$ac_prog; ac_word
=$2
16795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16796 $as_echo_n "checking for $ac_word... " >&6; }
16797 if ${ac_cv_prog_MAKEINFO+:} false
; then :
16798 $as_echo_n "(cached) " >&6
16800 if test -n "$MAKEINFO"; then
16801 ac_cv_prog_MAKEINFO
="$MAKEINFO" # Let the user override the test.
16803 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16804 for as_dir
in $PATH
16807 test -z "$as_dir" && as_dir
=.
16808 for ac_exec_ext
in '' $ac_executable_extensions; do
16809 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
16810 ac_cv_prog_MAKEINFO
="$ac_prog"
16811 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16820 MAKEINFO
=$ac_cv_prog_MAKEINFO
16821 if test -n "$MAKEINFO"; then
16822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
16823 $as_echo "$MAKEINFO" >&6; }
16825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16826 $as_echo "no" >&6; }
16830 test -n "$MAKEINFO" && break
16832 test -n "$MAKEINFO" || MAKEINFO
="$MISSING makeinfo"
16834 case "x$MAKEINFO" in
16835 x |
*/missing\ makeinfo
*)
16836 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: gprofng: makeinfo is missing. Info documentation will not be built." >&5
16837 $as_echo "$as_me: WARNING: gprofng: makeinfo is missing. Info documentation will not be built." >&2;}
16840 case x
"`$MAKEINFO --version | grep 'GNU texinfo'`" in
16841 x
*\
[1-5].
*|x
*\
6.
[0-4].
* )
16842 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: gprofng: $MAKEINFO is too old. Info documentation will not be built." >&5
16843 $as_echo "$as_me: WARNING: gprofng: $MAKEINFO is too old. Info documentation will not be built." >&2;}
16844 MAKEINFO
="@echo $MAKEINFO is too old, 6.5 or newer required; true"
16846 x
* ) build_doc
=true
;;
16852 if test x
$build_man = xtrue
; then
16854 BUILD_MAN_FALSE
='#'
16860 if test x
$build_doc = xtrue
; then
16862 BUILD_DOC_FALSE
='#'
16869 # Extract the first word of "bash", so it can be a program name with args.
16870 set dummy bash
; ac_word
=$2
16871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16872 $as_echo_n "checking for $ac_word... " >&6; }
16873 if ${ac_cv_path_BASH+:} false
; then :
16874 $as_echo_n "(cached) " >&6
16878 ac_cv_path_BASH
="$BASH" # Let the user override the test with a path.
16881 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16882 for as_dir
in $PATH
16885 test -z "$as_dir" && as_dir
=.
16886 for ac_exec_ext
in '' $ac_executable_extensions; do
16887 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
16888 ac_cv_path_BASH
="$as_dir/$ac_word$ac_exec_ext"
16889 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16899 BASH
=$ac_cv_path_BASH
16900 if test -n "$BASH"; then
16901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BASH" >&5
16902 $as_echo "$BASH" >&6; }
16904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16905 $as_echo "no" >&6; }
16911 LD_NO_AS_NEEDED
=${no_as_needed}
16913 GPROFNG_CFLAGS
=${gprofng_cflags}
16917 GPROFNG_CPPFLAGS
=${gprofng_cppflags}
16920 ac_fn_c_check_decl
"$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
16921 if test "x$ac_cv_have_decl_basename" = xyes
; then :
16927 cat >>confdefs.h
<<_ACEOF
16928 #define HAVE_DECL_BASENAME $ac_have_decl
16931 for ac_func
in clock_gettime strsignal
16933 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16934 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16935 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16936 cat >>confdefs.h
<<_ACEOF
16937 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16944 clock_gettime_link
=
16945 # At least for glibc, clock_gettime is in librt. But don't
16946 # pull that in if it still doesn't give us the function we want. This
16947 # test is copied from libgomp, and modified to not link in -lrt as
16948 # we're using this for test timing only.
16949 if test "$ac_cv_func_clock_gettime" = no
; then
16950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in -lrt" >&5
16951 $as_echo_n "checking for clock_gettime in -lrt... " >&6; }
16952 if ${ac_cv_lib_rt_clock_gettime+:} false
; then :
16953 $as_echo_n "(cached) " >&6
16955 ac_check_lib_save_LIBS
=$LIBS
16957 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16958 /* end confdefs.h. */
16960 /* Override any GCC internal prototype to avoid an error.
16961 Use char because int might match the return type of a GCC
16962 builtin and then its argument prototype would still apply. */
16966 char clock_gettime ();
16970 return clock_gettime ();
16975 if ac_fn_c_try_link
"$LINENO"; then :
16976 ac_cv_lib_rt_clock_gettime
=yes
16978 ac_cv_lib_rt_clock_gettime
=no
16980 rm -f core conftest.err conftest.
$ac_objext \
16981 conftest
$ac_exeext conftest.
$ac_ext
16982 LIBS
=$ac_check_lib_save_LIBS
16984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_clock_gettime" >&5
16985 $as_echo "$ac_cv_lib_rt_clock_gettime" >&6; }
16986 if test "x$ac_cv_lib_rt_clock_gettime" = xyes
; then :
16987 CLOCK_GETTIME_LINK
=-lrt
16989 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
16998 ac_config_files
="$ac_config_files Makefile src/Makefile gp-display-html/Makefile doc/Makefile"
17000 ac_config_headers
="$ac_config_headers config.h:common/config.h.in"
17003 cat >confcache
<<\_ACEOF
17004 # This file is a shell script that caches the results of configure
17005 # tests run on this system so they can be shared between configure
17006 # scripts and configure runs, see configure's option --config-cache.
17007 # It is not useful on other systems. If it contains results you don't
17008 # want to keep, you may remove or edit it.
17010 # config.status only pays attention to the cache file if you give it
17011 # the --recheck option to rerun configure.
17013 # `ac_cv_env_foo' variables (set or unset) will be overridden when
17014 # loading this file, other *unset* `ac_cv_foo' will be assigned the
17015 # following values.
17019 # The following way of writing the cache mishandles newlines in values,
17020 # but we know of no workaround that is simple, portable, and efficient.
17021 # So, we kill variables containing newlines.
17022 # Ultrix sh set writes to stderr and can't be redirected directly,
17023 # and sets the high bit in the cache file unless we assign to the vars.
17025 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
17026 eval ac_val
=\$
$ac_var
17030 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
17031 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17034 _ | IFS | as_nl
) ;; #(
17035 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
17036 *) { eval $ac_var=; unset $ac_var;} ;;
17042 case $as_nl`(ac_space=' '; set) 2>&1` in #(
17043 *${as_nl}ac_space
=\
*)
17044 # `set' does not quote correctly, so add quotes: double-quote
17045 # substitution turns \\\\ into \\, and sed turns \\ into \.
17048 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17051 # `set' quotes correctly as required by POSIX, so do not add quotes.
17052 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
17061 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17063 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17065 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
17066 if test -w "$cache_file"; then
17067 if test "x$cache_file" != "x/dev/null"; then
17068 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
17069 $as_echo "$as_me: updating cache $cache_file" >&6;}
17070 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
17071 cat confcache
>"$cache_file"
17073 case $cache_file in #(
17075 mv -f confcache
"$cache_file"$$
&&
17076 mv -f "$cache_file"$$
"$cache_file" ;; #(
17078 mv -f confcache
"$cache_file" ;;
17083 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
17084 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
17089 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
17090 # Let make expand exec_prefix.
17091 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
17093 DEFS
=-DHAVE_CONFIG_H
17098 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
17099 # 1. Remove the extension, and $U if already installed.
17100 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
17101 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
17102 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
17103 # will be set to the directory where LIBOBJS objects are built.
17104 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
17105 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
17107 LIBOBJS
=$ac_libobjs
17109 LTLIBOBJS
=$ac_ltlibobjs
17112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
17113 $as_echo_n "checking that generated files are newer than configure... " >&6; }
17114 if test -n "$am_sleep_pid"; then
17115 # Hide warnings about reused PIDs.
17116 wait $am_sleep_pid 2>/dev
/null
17118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
17119 $as_echo "done" >&6; }
17120 if test -n "$EXEEXT"; then
17122 am__EXEEXT_FALSE
='#'
17124 am__EXEEXT_TRUE
='#'
17128 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
17129 as_fn_error $?
"conditional \"MAINTAINER_MODE\" was never defined.
17130 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17132 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
17133 as_fn_error $?
"conditional \"AMDEP\" was never defined.
17134 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17136 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
17137 as_fn_error $?
"conditional \"am__fastdepCC\" was never defined.
17138 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17140 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
17141 as_fn_error $?
"conditional \"am__fastdepCC\" was never defined.
17142 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17144 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
17145 as_fn_error $?
"conditional \"am__fastdepCXX\" was never defined.
17146 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17148 if test -z "${BUILD_COLLECTOR_TRUE}" && test -z "${BUILD_COLLECTOR_FALSE}"; then
17149 as_fn_error $?
"conditional \"BUILD_COLLECTOR\" was never defined.
17150 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17152 if test -z "${BUILD_SRC_TRUE}" && test -z "${BUILD_SRC_FALSE}"; then
17153 as_fn_error $?
"conditional \"BUILD_SRC\" was never defined.
17154 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17156 if test -z "${TCL_TRY_TRUE}" && test -z "${TCL_TRY_FALSE}"; then
17157 as_fn_error $?
"conditional \"TCL_TRY\" was never defined.
17158 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17160 if test -z "${BUILD_MAN_TRUE}" && test -z "${BUILD_MAN_FALSE}"; then
17161 as_fn_error $?
"conditional \"BUILD_MAN\" was never defined.
17162 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17164 if test -z "${BUILD_DOC_TRUE}" && test -z "${BUILD_DOC_FALSE}"; then
17165 as_fn_error $?
"conditional \"BUILD_DOC\" was never defined.
17166 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17169 : "${CONFIG_STATUS=./config.status}"
17171 ac_clean_files_save
=$ac_clean_files
17172 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
17173 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
17174 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
17176 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
17178 # Generated by $as_me.
17179 # Run this file to recreate the current configuration.
17180 # Compiler output produced by configure, useful for debugging
17181 # configure, is in config.log if it exists.
17184 ac_cs_recheck=false
17187 SHELL=\${CONFIG_SHELL-$SHELL}
17190 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
17191 ## -------------------- ##
17192 ## M4sh Initialization. ##
17193 ## -------------------- ##
17195 # Be more Bourne compatible
17196 DUALCASE
=1; export DUALCASE
# for MKS sh
17197 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
17200 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
17201 # is contrary to our usage. Disable this feature.
17202 alias -g '${1+"$@"}'='"$@"'
17203 setopt NO_GLOB_SUBST
17205 case `(set -o) 2>/dev/null` in #(
17217 # Printing a long string crashes Solaris 7 /usr/bin/printf.
17218 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
17219 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
17220 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
17221 # Prefer a ksh shell builtin over an external printf program on Solaris,
17222 # but without wasting forks for bash or zsh.
17223 if test -z "$BASH_VERSION$ZSH_VERSION" \
17224 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
17225 as_echo='print
-r --'
17226 as_echo_n='print
-rn --'
17227 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
17228 as_echo='printf %s
\n'
17229 as_echo_n='printf %s
'
17231 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
17232 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
17233 as_echo_n='/usr
/ucb
/echo -n'
17235 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
17236 as_echo_n_body='eval
17240 expr "X$arg" : "X\\(.*\\)$as_nl";
17241 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
17243 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
17245 export as_echo_n_body
17246 as_echo_n='sh
-c $as_echo_n_body as_echo
'
17248 export as_echo_body
17249 as_echo='sh
-c $as_echo_body as_echo
'
17252 # The user is always right.
17253 if test "${PATH_SEPARATOR+set}" != set; then
17255 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
17256 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
17263 # We need space, tab and new line, in precisely that order. Quoting is
17264 # there to prevent editors from complaining about space-tab.
17265 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
17266 # splitting by setting IFS to empty value.)
17269 # Find who we are. Look in the path if we contain no directory separator.
17272 *[\\/]* ) as_myself=$0 ;;
17273 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17274 for as_dir in $PATH
17277 test -z "$as_dir" && as_dir=.
17278 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
17284 # We did not find ourselves, most probably we were run as `sh COMMAND'
17285 # in which case we are not to be found in the path.
17286 if test "x$as_myself" = x
; then
17289 if test ! -f "$as_myself"; then
17290 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
17294 # Unset variables that we do not need and which cause bugs (e.g. in
17295 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
17296 # suppresses any "Segmentation fault" message there. '((' could
17297 # trigger a bug in pdksh 5.2.14.
17298 for as_var
in BASH_ENV ENV MAIL MAILPATH
17299 do eval test x\
${$as_var+set} = xset \
17300 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
17313 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
17316 # as_fn_error STATUS ERROR [LINENO LOG_FD]
17317 # ----------------------------------------
17318 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
17319 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
17320 # script with STATUS, using 1 if that was 0.
17323 as_status
=$1; test $as_status -eq 0 && as_status
=1
17325 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
17326 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
17328 $as_echo "$as_me: error: $2" >&2
17329 as_fn_exit
$as_status
17333 # as_fn_set_status STATUS
17334 # -----------------------
17335 # Set $? to STATUS, without forking.
17336 as_fn_set_status
()
17339 } # as_fn_set_status
17341 # as_fn_exit STATUS
17342 # -----------------
17343 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
17347 as_fn_set_status
$1
17353 # Portably unset VAR.
17356 { eval $1=; unset $1;}
17358 as_unset
=as_fn_unset
17359 # as_fn_append VAR VALUE
17360 # ----------------------
17361 # Append the text in VALUE to the end of the definition contained in VAR. Take
17362 # advantage of any shell optimizations that allow amortized linear growth over
17363 # repeated appends, instead of the typical quadratic growth present in naive
17365 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
17366 eval 'as_fn_append ()
17377 # as_fn_arith ARG...
17378 # ------------------
17379 # Perform arithmetic evaluation on the ARGs, and store the result in the
17380 # global $as_val. Take advantage of shells that can avoid forks. The arguments
17381 # must be portable across $(()) and expr.
17382 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
17383 eval 'as_fn_arith ()
17390 as_val
=`expr "$@" || test $? -eq 1`
17395 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
17396 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
17402 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
17403 as_basename
=basename
17408 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
17414 as_me
=`$as_basename -- "$0" ||
17415 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
17416 X"$0" : 'X\(//\)$' \| \
17417 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
17419 sed '/^.*\/\([^/][^/]*\)\/*$/{
17433 # Avoid depending upon Character Ranges.
17434 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
17435 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17436 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
17437 as_cr_digits
='0123456789'
17438 as_cr_alnum
=$as_cr_Letters$as_cr_digits
17440 ECHO_C
= ECHO_N
= ECHO_T
=
17441 case `echo -n x` in #(((((
17443 case `echo 'xy\c'` in
17444 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
17446 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
17453 rm -f conf$$ conf$$.exe conf$$.
file
17454 if test -d conf$$.dir
; then
17455 rm -f conf$$.dir
/conf$$.
file
17458 mkdir conf$$.dir
2>/dev
/null
17460 if (echo >conf$$.
file) 2>/dev
/null
; then
17461 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
17463 # ... but there are two gotchas:
17464 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
17465 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
17466 # In both cases, we have to default to `cp -pR'.
17467 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
17469 elif ln conf$$.
file conf$$
2>/dev
/null
; then
17477 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
17478 rmdir conf$$.dir
2>/dev
/null
17483 # Create "$as_dir" as a directory, including parents if necessary.
17488 -*) as_dir
=.
/$as_dir;;
17490 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
17494 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
17495 *) as_qdir
=$as_dir;;
17497 as_dirs
="'$as_qdir' $as_dirs"
17498 as_dir
=`$as_dirname -- "$as_dir" ||
17499 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17500 X"$as_dir" : 'X\(//\)[^/]' \| \
17501 X"$as_dir" : 'X\(//\)$' \| \
17502 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
17503 $as_echo X"$as_dir" |
17504 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17508 /^X\(\/\/\)[^/].*/{
17521 test -d "$as_dir" && break
17523 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
17524 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
17528 if mkdir
-p .
2>/dev
/null
; then
17529 as_mkdir_p
='mkdir -p "$as_dir"'
17531 test -d .
/-p && rmdir .
/-p
17536 # as_fn_executable_p FILE
17537 # -----------------------
17538 # Test if FILE is an executable regular file.
17539 as_fn_executable_p
()
17541 test -f "$1" && test -x "$1"
17542 } # as_fn_executable_p
17543 as_test_x
='test -x'
17544 as_executable_p
=as_fn_executable_p
17546 # Sed expression to map a string onto a valid CPP name.
17547 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
17549 # Sed expression to map a string onto a valid variable name.
17550 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
17554 ## ----------------------------------- ##
17555 ## Main body of $CONFIG_STATUS script. ##
17556 ## ----------------------------------- ##
17558 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
17560 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17561 # Save the log message, to keep $0 and so on meaningful, and to
17562 # report actual input values of CONFIG_FILES etc. instead of their
17563 # values after options handling.
17565 This file was extended by gprofng $as_me 2.43.50, which was
17566 generated by GNU Autoconf 2.69. Invocation command line was
17568 CONFIG_FILES = $CONFIG_FILES
17569 CONFIG_HEADERS = $CONFIG_HEADERS
17570 CONFIG_LINKS = $CONFIG_LINKS
17571 CONFIG_COMMANDS = $CONFIG_COMMANDS
17574 on `(hostname || uname -n) 2>/dev/null | sed 1q`
17579 case $ac_config_files in *"
17580 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
17583 case $ac_config_headers in *"
17584 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
17588 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17589 # Files that config.status was made for.
17590 config_files="$ac_config_files"
17591 config_headers="$ac_config_headers"
17592 config_commands="$ac_config_commands"
17596 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17598 \`$as_me' instantiates files and other configuration actions
17599 from templates according to the current configuration. Unless the files
17600 and actions are specified as TAGs, all are instantiated by default.
17602 Usage: $0 [OPTION]... [TAG]...
17604 -h, --help print this help, then exit
17605 -V, --version print version number and configuration settings, then exit
17606 --config print configuration, then exit
17607 -q, --quiet, --silent
17608 do not print progress messages
17609 -d, --debug don't remove temporary files
17610 --recheck update $as_me by reconfiguring in the same conditions
17611 --file=FILE[:TEMPLATE]
17612 instantiate the configuration file FILE
17613 --header=FILE[:TEMPLATE]
17614 instantiate the configuration header FILE
17616 Configuration files:
17619 Configuration headers:
17622 Configuration commands:
17625 Report bugs to the package provider."
17628 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17629 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
17631 gprofng config.status 2.43.50
17632 configured by $0, generated by GNU Autoconf 2.69,
17633 with options \\"\$ac_cs_config\\"
17635 Copyright (C) 2012 Free Software Foundation, Inc.
17636 This config.status script is free software; the Free Software Foundation
17637 gives unlimited permission to copy, distribute and modify it."
17644 test -n "\$AWK" || AWK=awk
17647 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17648 # The default lists apply if the user does not specify any file.
17654 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
17655 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
17659 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
17671 # Handling of the options.
17672 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
17674 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
17675 $as_echo "$ac_cs_version"; exit ;;
17676 --config |
--confi |
--conf |
--con |
--co |
--c )
17677 $as_echo "$ac_cs_config"; exit ;;
17678 --debug |
--debu |
--deb |
--de |
--d |
-d )
17680 --file |
--fil |
--fi |
--f )
17683 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17684 '') as_fn_error $?
"missing file argument" ;;
17686 as_fn_append CONFIG_FILES
" '$ac_optarg'"
17687 ac_need_defaults
=false
;;
17688 --header |
--heade |
--head |
--hea )
17691 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17693 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
17694 ac_need_defaults
=false
;;
17696 # Conflict between --help and --header
17697 as_fn_error $?
"ambiguous option: \`$1'
17698 Try \`$0 --help' for more information.";;
17699 --help |
--hel |
-h )
17700 $as_echo "$ac_cs_usage"; exit ;;
17701 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
17702 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
17705 # This is an error.
17706 -*) as_fn_error $?
"unrecognized option: \`$1'
17707 Try \`$0 --help' for more information." ;;
17709 *) as_fn_append ac_config_targets
" $1"
17710 ac_need_defaults
=false
;;
17716 ac_configure_extra_args
=
17718 if $ac_cs_silent; then
17720 ac_configure_extra_args
="$ac_configure_extra_args --silent"
17724 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17725 if \$ac_cs_recheck; then
17726 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
17728 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
17729 CONFIG_SHELL='$SHELL'
17730 export CONFIG_SHELL
17735 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17739 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
17740 ## Running $as_me. ##
17746 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17750 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
17753 # The HP-UX ksh and POSIX shell print the target directory to stdout
17754 # if CDPATH is set.
17755 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
17757 sed_quote_subst='$sed_quote_subst'
17758 double_quote_subst='$double_quote_subst'
17759 delay_variable_subst='$delay_variable_subst'
17760 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
17761 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
17762 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
17763 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
17764 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
17765 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
17766 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
17767 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
17768 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
17769 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
17770 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
17771 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
17772 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
17773 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
17774 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
17775 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
17776 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
17777 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
17778 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
17779 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
17780 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
17781 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
17782 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
17783 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
17784 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
17785 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
17786 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
17787 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
17788 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
17789 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
17790 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
17791 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
17792 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
17793 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
17794 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
17795 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
17796 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
17797 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
17798 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
17799 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
17800 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
17801 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
17802 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
17803 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
17804 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
17805 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
17806 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
17807 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
17808 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"`'
17809 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
17810 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
17811 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
17812 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
17813 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
17814 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
17815 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
17816 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
17817 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
17818 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
17819 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
17820 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
17821 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
17822 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
17823 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
17824 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
17825 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
17826 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
17827 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
17828 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
17829 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
17830 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
17831 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
17832 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
17833 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
17834 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
17835 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
17836 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
17837 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
17838 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
17839 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
17840 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
17841 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
17842 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
17843 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
17844 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
17845 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
17846 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
17847 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
17848 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
17849 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
17850 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
17851 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
17852 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
17853 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
17854 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
17855 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
17856 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
17857 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
17858 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
17859 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
17860 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
17861 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
17862 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
17863 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
17864 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
17865 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
17866 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
17867 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
17868 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
17869 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
17870 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
17871 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
17872 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
17873 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
17874 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
17875 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
17876 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
17877 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
17878 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
17879 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
17880 compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
17881 predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
17882 postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
17883 predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
17884 postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
17885 compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
17886 LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
17887 reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
17888 reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17889 old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17890 compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
17891 GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
17892 lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
17893 lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
17894 lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
17895 lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
17896 lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
17897 archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
17898 enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
17899 export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
17900 whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
17901 compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
17902 old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17903 old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17904 archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17905 archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17906 module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17907 module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17908 with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
17909 allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
17910 no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
17911 hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
17912 hardcode_libdir_flag_spec_ld_CXX='`$ECHO "$hardcode_libdir_flag_spec_ld_CXX" | $SED "$delay_single_quote_subst"`'
17913 hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
17914 hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
17915 hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
17916 hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
17917 hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
17918 hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
17919 inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
17920 link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
17921 fix_srcfile_path_CXX='`$ECHO "$fix_srcfile_path_CXX" | $SED "$delay_single_quote_subst"`'
17922 always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
17923 export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17924 exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
17925 include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
17926 prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17927 file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
17928 hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
17929 compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
17930 predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
17931 postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
17932 predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
17933 postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
17934 compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
17937 LTCFLAGS='$LTCFLAGS'
17938 compiler='$compiler_DEFAULT'
17940 # A function that is used when there is no print builtin or printf.
17941 func_fallback_echo ()
17943 eval 'cat <<_LTECHO_EOF
17948 # Quote evaled strings.
17962 deplibs_check_method \
17971 lt_cv_sys_global_symbol_pipe \
17972 lt_cv_sys_global_symbol_to_cdecl \
17973 lt_cv_sys_global_symbol_to_c_name_address \
17974 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
17975 lt_prog_compiler_no_builtin_flag \
17976 lt_prog_compiler_wl \
17977 lt_prog_compiler_pic \
17978 lt_prog_compiler_static \
17979 lt_cv_prog_compiler_c_o \
17987 export_dynamic_flag_spec \
17988 whole_archive_flag_spec \
17989 compiler_needs_object \
17991 allow_undefined_flag \
17992 no_undefined_flag \
17993 hardcode_libdir_flag_spec \
17994 hardcode_libdir_flag_spec_ld \
17995 hardcode_libdir_separator \
18000 variables_saved_for_relink \
18002 library_names_spec \
18004 install_override_mode \
18008 compiler_lib_search_dirs \
18013 compiler_lib_search_path \
18017 lt_prog_compiler_no_builtin_flag_CXX \
18018 lt_prog_compiler_wl_CXX \
18019 lt_prog_compiler_pic_CXX \
18020 lt_prog_compiler_static_CXX \
18021 lt_cv_prog_compiler_c_o_CXX \
18022 export_dynamic_flag_spec_CXX \
18023 whole_archive_flag_spec_CXX \
18024 compiler_needs_object_CXX \
18026 allow_undefined_flag_CXX \
18027 no_undefined_flag_CXX \
18028 hardcode_libdir_flag_spec_CXX \
18029 hardcode_libdir_flag_spec_ld_CXX \
18030 hardcode_libdir_separator_CXX \
18031 fix_srcfile_path_CXX \
18032 exclude_expsyms_CXX \
18033 include_expsyms_CXX \
18034 file_list_spec_CXX \
18035 compiler_lib_search_dirs_CXX \
18036 predep_objects_CXX \
18037 postdep_objects_CXX \
18040 compiler_lib_search_path_CXX; do
18041 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
18042 *[\\\\\\\`\\"\\\$]*)
18043 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
18046 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
18051 # Double-quote double-evaled strings.
18052 for var in reload_cmds \
18053 old_postinstall_cmds \
18054 old_postuninstall_cmds \
18056 extract_expsyms_cmds \
18057 old_archive_from_new_cmds \
18058 old_archive_from_expsyms_cmds \
18060 archive_expsym_cmds \
18062 module_expsym_cmds \
18063 export_symbols_cmds \
18066 postuninstall_cmds \
18068 sys_lib_search_path_spec \
18069 sys_lib_dlsearch_path_spec \
18071 old_archive_cmds_CXX \
18072 old_archive_from_new_cmds_CXX \
18073 old_archive_from_expsyms_cmds_CXX \
18075 archive_expsym_cmds_CXX \
18077 module_expsym_cmds_CXX \
18078 export_symbols_cmds_CXX \
18079 prelink_cmds_CXX; do
18080 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
18081 *[\\\\\\\`\\"\\\$]*)
18082 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
18085 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
18090 ac_aux_dir='$ac_aux_dir'
18091 xsi_shell='$xsi_shell'
18092 lt_shell_append='$lt_shell_append'
18094 # See if we are running on zsh, and set the options which allow our
18095 # commands through without removal of \ escapes INIT.
18096 if test -n "\${ZSH_VERSION+set}" ; then
18097 setopt NO_GLOB_SUBST
18103 TIMESTAMP='$TIMESTAMP'
18114 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18116 # Handling of arguments.
18117 for ac_config_target
in $ac_config_targets
18119 case $ac_config_target in
18120 "depfiles") CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
18121 "libtool") CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
18122 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
18123 "src/Makefile") CONFIG_FILES
="$CONFIG_FILES src/Makefile" ;;
18124 "gp-display-html/Makefile") CONFIG_FILES
="$CONFIG_FILES gp-display-html/Makefile" ;;
18125 "doc/Makefile") CONFIG_FILES
="$CONFIG_FILES doc/Makefile" ;;
18126 "config.h") CONFIG_HEADERS
="$CONFIG_HEADERS config.h:common/config.h.in" ;;
18128 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18133 # If the user did not use the arguments to specify the items to instantiate,
18134 # then the envvar interface is used. Set only those that are not.
18135 # We use the long form for the default assignment because of an extremely
18136 # bizarre bug on SunOS 4.1.3.
18137 if $ac_need_defaults; then
18138 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
18139 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
18140 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
18143 # Have a temporary directory for convenience. Make it in the build tree
18144 # simply because there is no reason against having it here, and in addition,
18145 # creating and moving files from /tmp can sometimes cause problems.
18146 # Hook for its removal unless debugging.
18147 # Note that there is a small window in which the directory will not be cleaned:
18148 # after its creation but before its name has been assigned to `$tmp'.
18152 trap 'exit_status=$?
18153 : "${ac_tmp:=$tmp}"
18154 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
18156 trap 'as_fn_exit 1' 1 2 13 15
18158 # Create a (secure) tmp directory for tmp files.
18161 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
18165 tmp
=.
/conf$$
-$RANDOM
18166 (umask 077 && mkdir
"$tmp")
18167 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
18170 # Set up the scripts for CONFIG_FILES section.
18171 # No need to generate them if there are no CONFIG_FILES.
18172 # This happens for instance with `./config.status config.h'.
18173 if test -n "$CONFIG_FILES"; then
18176 ac_cr
=`echo X | tr X '\015'`
18177 # On cygwin, bash can eat \r inside `` if the user requested igncr.
18178 # But we know of no other shell where ac_cr would be empty at this
18179 # point, so we can use a bashism as a fallback.
18180 if test "x$ac_cr" = x
; then
18181 eval ac_cr
=\$
\'\\r
\'
18183 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18184 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18187 ac_cs_awk_cr
=$ac_cr
18190 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
18195 echo "cat >conf$$subs.awk <<_ACEOF" &&
18196 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18198 } >conf$$subs.sh ||
18199 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18200 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
18202 for ac_last_try in false false false false false :; do
18203 . ./conf$$subs.sh ||
18204 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18206 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
18207 if test $ac_delim_n = $ac_delim_num; then
18209 elif $ac_last_try; then
18210 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18212 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
18215 rm -f conf$$subs.sh
18217 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18218 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
18222 s/^/S["/; s
/!.
*/"]=/
18232 s/\(.\{148\}\)..*/\1/
18234 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
18239 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
18246 s/\(.\{148\}\)..*/\1/
18248 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
18252 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
18257 ' <conf$$subs.awk | sed '
18262 ' >>$CONFIG_STATUS || ac_write_fail=1
18263 rm -f conf$$subs.awk
18264 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18266 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
18267 for (key in S) S_is_set[key] = 1
18273 nfields = split(line, field, "@
")
18275 len = length(field[1])
18276 for (i = 2; i < nfields; i++) {
18278 keylen = length(key)
18279 if (S_is_set[key]) {
18281 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
18282 len += length(value) + length(field[++i])
18293 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18294 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
18295 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
18298 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
18299 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
18302 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
18303 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
18304 # trailing colons and then remove the whole line if VPATH becomes empty
18305 # (actually we leave an empty line to preserve line numbers).
18306 if test "x
$srcdir" = x.; then
18307 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
18325 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18326 fi # test -n "$CONFIG_FILES"
18328 # Set up the scripts for CONFIG_HEADERS section.
18329 # No need to generate them if there are no CONFIG_HEADERS.
18330 # This happens for instance with `./config.status Makefile'.
18331 if test -n "$CONFIG_HEADERS"; then
18332 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
18336 # Transform confdefs.h into an awk script `defines.awk', embedded as
18337 # here-document in config.status, that substitutes the proper values into
18338 # config.h.in to produce config.h.
18340 # Create a delimiter string that does not exist in confdefs.h, to ease
18341 # handling of long lines.
18343 for ac_last_try in false false :; do
18344 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
18345 if test -z "$ac_tt"; then
18347 elif $ac_last_try; then
18348 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
18350 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
18354 # For the awk script, D is an array of macro values keyed by name,
18355 # likewise P contains macro parameters if any. Preserve backslash
18356 # newline sequences.
18358 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
18360 s/.\{148\}/&'"$ac_delim"'/g
18363 s/^[ ]*#[ ]*define[ ][ ]*/ /
18370 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
18372 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
18376 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
18377 D["\
1"]=" \
3\\\\\\n
"\\/p
18379 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
18384 s/.\{148\}/&'"$ac_delim"'/g
18389 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
18392 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
18394 ' <confdefs.h | sed '
18395 s/'"$ac_delim"'/"\\\
18396 "/g' >>$CONFIG_STATUS || ac_write_fail=1
18398 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18399 for (key in D) D_is_set[key] = 1
18402 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
18404 split(line, arg, " ")
18405 if (arg[1] == "#") {
18409 defundef
= substr
(arg
[1], 2)
18412 split(mac1
, mac2
, "(") #)
18414 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
18415 if (D_is_set
[macro
]) {
18416 # Preserve the white space surrounding the "#".
18417 print prefix
"define", macro P
[macro
] D
[macro
]
18420 # Replace #undef with comments. This is necessary, for example,
18421 # in the case of _POSIX_SOURCE, which is predefined and required
18422 # on some systems where configure will not decide to define it.
18423 if (defundef
== "undef") {
18424 print
"/*", prefix defundef
, macro
, "*/"
18432 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18433 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
18434 fi # test -n "$CONFIG_HEADERS"
18437 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
18442 :[FHLC
]) ac_mode
=$ac_tag; continue;;
18444 case $ac_mode$ac_tag in
18446 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
18447 :[FH
]-) ac_tag
=-:-;;
18448 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
18465 -) ac_f
="$ac_tmp/stdin";;
18466 *) # Look for the file first in the build tree, then in the source tree
18467 # (if the path is not absolute). The absolute path cannot be DOS-style,
18468 # because $ac_f cannot contain `:'.
18472 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
18474 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
18476 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
18477 as_fn_append ac_file_inputs
" '$ac_f'"
18480 # Let's still pretend it is `configure' which instantiates (i.e., don't
18481 # use $as_me), people would be surprised to read:
18482 # /* config.h. Generated by config.status. */
18483 configure_input
='Generated from '`
18484 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
18486 if test x
"$ac_file" != x-
; then
18487 configure_input
="$ac_file. $configure_input"
18488 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
18489 $as_echo "$as_me: creating $ac_file" >&6;}
18491 # Neutralize special characters interpreted by sed in replacement strings.
18492 case $configure_input in #(
18493 *\
&* |
*\|
* |
*\\* )
18494 ac_sed_conf_input
=`$as_echo "$configure_input" |
18495 sed 's/[\\\\&|]/\\\\&/g'`;; #(
18496 *) ac_sed_conf_input
=$configure_input;;
18500 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
18501 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
18506 ac_dir
=`$as_dirname -- "$ac_file" ||
18507 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18508 X"$ac_file" : 'X\(//\)[^/]' \| \
18509 X"$ac_file" : 'X\(//\)$' \| \
18510 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
18511 $as_echo X"$ac_file" |
18512 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18516 /^X\(\/\/\)[^/].*/{
18529 as_dir
="$ac_dir"; as_fn_mkdir_p
18533 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
18535 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
18536 # A ".." for each directory in $ac_dir_suffix.
18537 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
18538 case $ac_top_builddir_sub in
18539 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
18540 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
18543 ac_abs_top_builddir
=$ac_pwd
18544 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
18545 # for backward compatibility:
18546 ac_top_builddir
=$ac_top_build_prefix
18549 .
) # We are building in place.
18551 ac_top_srcdir
=$ac_top_builddir_sub
18552 ac_abs_top_srcdir
=$ac_pwd ;;
18553 [\\/]* | ?
:[\\/]* ) # Absolute name.
18554 ac_srcdir
=$srcdir$ac_dir_suffix;
18555 ac_top_srcdir
=$srcdir
18556 ac_abs_top_srcdir
=$srcdir ;;
18557 *) # Relative name.
18558 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
18559 ac_top_srcdir
=$ac_top_build_prefix$srcdir
18560 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
18562 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
18572 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
18573 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
18575 ac_MKDIR_P
=$MKDIR_P
18577 [\\/$
]* | ?
:[\\/]* ) ;;
18578 */*) ac_MKDIR_P
=$ac_top_build_prefix$MKDIR_P ;;
18582 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18583 # If the template does not know about datarootdir, expand it.
18584 # FIXME: This hack should be removed a few years after 2.60.
18585 ac_datarootdir_hack
=; ac_datarootdir_seen
=
18596 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
18597 *datarootdir
*) ac_datarootdir_seen
=yes;;
18598 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
18599 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
18600 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
18602 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18603 ac_datarootdir_hack='
18604 s&@datadir@&$datadir&g
18605 s&@docdir@&$docdir&g
18606 s&@infodir@&$infodir&g
18607 s&@localedir@&$localedir&g
18608 s&@mandir@&$mandir&g
18609 s&\\\${datarootdir}&$datarootdir&g' ;;
18613 # Neutralize VPATH when `$srcdir' = `.'.
18614 # Shell code in configure.ac might set extrasub.
18615 # FIXME: do we really want to maintain this feature?
18616 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18617 ac_sed_extra="$ac_vpsub
18620 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18622 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
18623 s|@configure_input@|
$ac_sed_conf_input|
;t t
18624 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
18625 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
18626 s
&@srcdir@
&$ac_srcdir&;t t
18627 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
18628 s
&@top_srcdir@
&$ac_top_srcdir&;t t
18629 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
18630 s
&@builddir@
&$ac_builddir&;t t
18631 s
&@abs_builddir@
&$ac_abs_builddir&;t t
18632 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
18633 s
&@INSTALL@
&$ac_INSTALL&;t t
18634 s
&@MKDIR_P@
&$ac_MKDIR_P&;t t
18635 $ac_datarootdir_hack
18637 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
18638 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
18640 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
18641 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
18642 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
18643 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
18644 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
18645 which seems to be undefined. Please make sure it is defined" >&5
18646 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
18647 which seems to be undefined. Please make sure it is defined" >&2;}
18649 rm -f "$ac_tmp/stdin"
18651 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
18652 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
18654 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18660 if test x"$ac_file" != x-; then
18662 $as_echo "/* $configure_input */" \
18663 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
18664 } >"$ac_tmp/config.h" \
18665 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18666 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
18667 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
18668 $as_echo "$as_me: $ac_file is unchanged" >&6;}
18671 mv "$ac_tmp/config.h" "$ac_file" \
18672 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18675 $as_echo "/* $configure_input */" \
18676 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
18677 || as_fn_error $? "could not create -" "$LINENO" 5
18679 # Compute "$ac_file"'s index
in $config_headers.
18682 for _am_header
in $config_headers :; do
18683 case $_am_header in
18684 $_am_arg |
$_am_arg:* )
18687 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
18690 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
18691 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18692 X"$_am_arg" : 'X\(//\)[^/]' \| \
18693 X"$_am_arg" : 'X\(//\)$' \| \
18694 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
18695 $as_echo X"$_am_arg" |
18696 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18700 /^X\(\/\/\)[^/].*/{
18712 s/.*/./; q'`/stamp-h
$_am_stamp_count
18715 :C
) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
18716 $as_echo "$as_me: executing $ac_file commands" >&6;}
18721 case $ac_file$ac_mode in
18722 "depfiles":C
) test x
"$AMDEP_TRUE" != x
"" ||
{
18723 # Older Autoconf quotes --file arguments for eval, but not when files
18724 # are listed without --file. Let's play safe and only enable the eval
18725 # if we detect the quoting.
18726 case $CONFIG_FILES in
18727 *\'*) eval set x
"$CONFIG_FILES" ;;
18728 *) set x
$CONFIG_FILES ;;
18733 # Strip MF so we end up with the name of the file.
18734 mf
=`echo "$mf" | sed -e 's/:.*$//'`
18735 # Check whether this is an Automake generated Makefile or not.
18736 # We used to match only the files named 'Makefile.in', but
18737 # some people rename them; so instead we look at the file content.
18738 # Grep'ing the first line is not enough: some people post-process
18739 # each Makefile.in and add a new line on top of each file to say so.
18740 # Grep'ing the whole file is not good either: AIX grep has a line
18741 # limit of 2048, but all sed's we know have understand at least 4000.
18742 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" |
grep X
>/dev
/null
2>&1; then
18743 dirpart
=`$as_dirname -- "$mf" ||
18744 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18745 X"$mf" : 'X\(//\)[^/]' \| \
18746 X"$mf" : 'X\(//\)$' \| \
18747 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
18749 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18753 /^X\(\/\/\)[^/].*/{
18769 # Extract the definition of DEPDIR, am__include, and am__quote
18770 # from the Makefile without running 'make'.
18771 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
18772 test -z "$DEPDIR" && continue
18773 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
18774 test -z "$am__include" && continue
18775 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
18776 # Find all dependency output files, they are included files with
18777 # $(DEPDIR) in their names. We invoke sed twice because it is the
18778 # simplest approach to changing $(DEPDIR) to its actual value in the
18780 for file in `sed -n "
18781 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
18782 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
18783 # Make sure the directory exists.
18784 test -f "$dirpart/$file" && continue
18785 fdir
=`$as_dirname -- "$file" ||
18786 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18787 X"$file" : 'X\(//\)[^/]' \| \
18788 X"$file" : 'X\(//\)$' \| \
18789 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
18790 $as_echo X"$file" |
18791 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18795 /^X\(\/\/\)[^/].*/{
18808 as_dir
=$dirpart/$fdir; as_fn_mkdir_p
18809 # echo "creating $dirpart/$file"
18810 echo '# dummy' > "$dirpart/$file"
18817 # See if we are running on zsh, and set the options which allow our
18818 # commands through without removal of \ escapes.
18819 if test -n "${ZSH_VERSION+set}" ; then
18820 setopt NO_GLOB_SUBST
18823 cfgfile
="${ofile}T"
18824 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
18827 cat <<_LT_EOF >> "$cfgfile"
18830 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
18831 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
18832 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
18833 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
18835 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
18836 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
18837 # Written by Gordon Matzigkeit, 1996
18839 # This file is part of GNU Libtool.
18841 # GNU Libtool is free software; you can redistribute it and/or
18842 # modify it under the terms of the GNU General Public License as
18843 # published by the Free Software Foundation; either version 2 of
18844 # the License, or (at your option) any later version.
18846 # As a special exception to the GNU General Public License,
18847 # if you distribute this file as part of a program or library that
18848 # is built using GNU Libtool, you may include this file under the
18849 # same distribution terms that you use for the rest of that program.
18851 # GNU Libtool is distributed in the hope that it will be useful,
18852 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18853 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18854 # GNU General Public License for more details.
18856 # You should have received a copy of the GNU General Public License
18857 # along with GNU Libtool; see the file COPYING. If not, a copy
18858 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
18859 # obtained by writing to the Free Software Foundation, Inc.,
18860 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18863 # The names of the tagged configurations supported by this script.
18864 available_tags="CXX "
18866 # ### BEGIN LIBTOOL CONFIG
18868 # Whether or not to build shared libraries.
18869 build_libtool_libs=$enable_shared
18871 # Which release of libtool.m4 was used?
18872 macro_version=$macro_version
18873 macro_revision=$macro_revision
18875 # Whether or not to build static libraries.
18876 build_old_libs=$enable_static
18878 # What type of objects to build.
18881 # Whether or not to optimize for fast installation.
18882 fast_install=$enable_fast_install
18884 # Shell to use when invoking shell scripts.
18887 # An echo program that protects backslashes.
18891 host_alias=$host_alias
18895 # The build system.
18896 build_alias=$build_alias
18900 # A sed program that does not truncate output.
18903 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
18904 Xsed="\$SED -e 1s/^X//"
18906 # A grep program that handles long lines.
18912 # A literal string matcher.
18915 # A BSD- or MS-compatible name lister.
18918 # Whether we need soft or hard links.
18921 # What is the maximum length of a command?
18922 max_cmd_len=$max_cmd_len
18924 # Object file suffix (normally "o").
18927 # Executable file suffix (normally "").
18930 # whether the shell understands "unset".
18933 # turn spaces into newlines.
18936 # turn newlines into spaces.
18939 # An object symbol dumper.
18940 OBJDUMP=$lt_OBJDUMP
18942 # Method to check whether dependent libraries are shared objects.
18943 deplibs_check_method=$lt_deplibs_check_method
18945 # Command to use when deplibs_check_method == "file_magic".
18946 file_magic_cmd=$lt_file_magic_cmd
18950 AR_FLAGS=$lt_AR_FLAGS
18952 # A symbol stripping program.
18955 # Commands used to install an old-style archive.
18957 old_postinstall_cmds=$lt_old_postinstall_cmds
18958 old_postuninstall_cmds=$lt_old_postuninstall_cmds
18960 # Whether to use a lock for old archive extraction.
18961 lock_old_archive_extraction=$lock_old_archive_extraction
18966 # LTCC compiler flags.
18967 LTCFLAGS=$lt_CFLAGS
18969 # Take the output of nm and produce a listing of raw symbols and C names.
18970 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
18972 # Transform the output of nm in a proper C declaration.
18973 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
18975 # Transform the output of nm in a C name address pair.
18976 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
18978 # Transform the output of nm in a C name address pair when lib prefix is needed.
18979 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
18981 # The name of the directory that contains temporary libtool files.
18984 # Used to examine libraries when file_magic_cmd begins with "file".
18985 MAGIC_CMD=$MAGIC_CMD
18987 # Must we lock files when doing compilation?
18988 need_locks=$lt_need_locks
18990 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
18991 DSYMUTIL=$lt_DSYMUTIL
18993 # Tool to change global to local symbols on Mac OS X.
18996 # Tool to manipulate fat objects and archives on Mac OS X.
18999 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
19002 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
19003 OTOOL64=$lt_OTOOL64
19005 # Old archive suffix (normally "a").
19008 # Shared library suffix (normally ".so").
19009 shrext_cmds=$lt_shrext_cmds
19011 # The commands to extract the exported symbol list from a shared archive.
19012 extract_expsyms_cmds=$lt_extract_expsyms_cmds
19014 # Variables whose values should be saved in libtool wrapper scripts and
19015 # restored at link time.
19016 variables_saved_for_relink=$lt_variables_saved_for_relink
19018 # Do we need the "lib" prefix for modules?
19019 need_lib_prefix=$need_lib_prefix
19021 # Do we need a version for libraries?
19022 need_version=$need_version
19024 # Library versioning type.
19025 version_type=$version_type
19027 # Shared library runtime path variable.
19028 runpath_var=$runpath_var
19030 # Shared library path variable.
19031 shlibpath_var=$shlibpath_var
19033 # Is shlibpath searched before the hard-coded library search path?
19034 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
19036 # Format of library name prefix.
19037 libname_spec=$lt_libname_spec
19039 # List of archive names. First name is the real one, the rest are links.
19040 # The last name is the one that the linker finds with -lNAME
19041 library_names_spec=$lt_library_names_spec
19043 # The coded name of the library, if different from the real name.
19044 soname_spec=$lt_soname_spec
19046 # Permission mode override for installation of shared libraries.
19047 install_override_mode=$lt_install_override_mode
19049 # Command to use after installation of a shared archive.
19050 postinstall_cmds=$lt_postinstall_cmds
19052 # Command to use after uninstallation of a shared archive.
19053 postuninstall_cmds=$lt_postuninstall_cmds
19055 # Commands used to finish a libtool library installation in a directory.
19056 finish_cmds=$lt_finish_cmds
19058 # As "finish_cmds", except a single script fragment to be evaled but
19060 finish_eval=$lt_finish_eval
19062 # Whether we should hardcode library paths into libraries.
19063 hardcode_into_libs=$hardcode_into_libs
19065 # Compile-time system search path for libraries.
19066 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
19068 # Run-time system search path for libraries.
19069 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
19071 # Whether dlopen is supported.
19072 dlopen_support=$enable_dlopen
19074 # Whether dlopen of programs is supported.
19075 dlopen_self=$enable_dlopen_self
19077 # Whether dlopen of statically linked programs is supported.
19078 dlopen_self_static=$enable_dlopen_self_static
19080 # Commands to strip libraries.
19081 old_striplib=$lt_old_striplib
19082 striplib=$lt_striplib
19085 # The linker used to build libraries.
19088 # How to create reloadable object files.
19089 reload_flag=$lt_reload_flag
19090 reload_cmds=$lt_reload_cmds
19092 # Commands used to build an old-style archive.
19093 old_archive_cmds=$lt_old_archive_cmds
19095 # A language specific compiler.
19098 # Is the compiler the GNU compiler?
19101 # Compiler flag to turn off builtin functions.
19102 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
19104 # How to pass a linker flag through the compiler.
19105 wl=$lt_lt_prog_compiler_wl
19107 # Additional compiler flags for building library objects.
19108 pic_flag=$lt_lt_prog_compiler_pic
19110 # Compiler flag to prevent dynamic linking.
19111 link_static_flag=$lt_lt_prog_compiler_static
19113 # Does compiler simultaneously support -c and -o options?
19114 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
19116 # Whether or not to add -lc for building shared libraries.
19117 build_libtool_need_lc=$archive_cmds_need_lc
19119 # Whether or not to disallow shared libs when runtime libs are static.
19120 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
19122 # Compiler flag to allow reflexive dlopens.
19123 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
19125 # Compiler flag to generate shared objects directly from archives.
19126 whole_archive_flag_spec=$lt_whole_archive_flag_spec
19128 # Whether the compiler copes with passing no objects directly.
19129 compiler_needs_object=$lt_compiler_needs_object
19131 # Create an old-style archive from a shared archive.
19132 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
19134 # Create a temporary old-style archive to link instead of a shared archive.
19135 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
19137 # Commands used to build a shared archive.
19138 archive_cmds=$lt_archive_cmds
19139 archive_expsym_cmds=$lt_archive_expsym_cmds
19141 # Commands used to build a loadable module if different from building
19142 # a shared archive.
19143 module_cmds=$lt_module_cmds
19144 module_expsym_cmds=$lt_module_expsym_cmds
19146 # Whether we are building with GNU ld or not.
19147 with_gnu_ld=$lt_with_gnu_ld
19149 # Flag that allows shared libraries with undefined symbols to be built.
19150 allow_undefined_flag=$lt_allow_undefined_flag
19152 # Flag that enforces no undefined symbols.
19153 no_undefined_flag=$lt_no_undefined_flag
19155 # Flag to hardcode \$libdir into a binary during linking.
19156 # This must work even if \$libdir does not exist
19157 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
19159 # If ld is used when linking, flag to hardcode \$libdir into a binary
19160 # during linking. This must work even if \$libdir does not exist.
19161 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
19163 # Whether we need a single "-rpath" flag with a separated argument.
19164 hardcode_libdir_separator=$lt_hardcode_libdir_separator
19166 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19167 # DIR into the resulting binary.
19168 hardcode_direct=$hardcode_direct
19170 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19171 # DIR into the resulting binary and the resulting library dependency is
19172 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
19173 # library is relocated.
19174 hardcode_direct_absolute=$hardcode_direct_absolute
19176 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
19177 # into the resulting binary.
19178 hardcode_minus_L=$hardcode_minus_L
19180 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
19181 # into the resulting binary.
19182 hardcode_shlibpath_var=$hardcode_shlibpath_var
19184 # Set to "yes" if building a shared library automatically hardcodes DIR
19185 # into the library and all subsequent libraries and executables linked
19187 hardcode_automatic=$hardcode_automatic
19189 # Set to yes if linker adds runtime paths of dependent libraries
19190 # to runtime path list.
19191 inherit_rpath=$inherit_rpath
19193 # Whether libtool must link a program against all its dependency libraries.
19194 link_all_deplibs=$link_all_deplibs
19196 # Fix the shell variable \$srcfile for the compiler.
19197 fix_srcfile_path=$lt_fix_srcfile_path
19199 # Set to "yes" if exported symbols are required.
19200 always_export_symbols=$always_export_symbols
19202 # The commands to list exported symbols.
19203 export_symbols_cmds=$lt_export_symbols_cmds
19205 # Symbols that should not be listed in the preloaded symbols.
19206 exclude_expsyms=$lt_exclude_expsyms
19208 # Symbols that must always be exported.
19209 include_expsyms=$lt_include_expsyms
19211 # Commands necessary for linking programs (against libraries) with templates.
19212 prelink_cmds=$lt_prelink_cmds
19214 # Specify filename containing input files.
19215 file_list_spec=$lt_file_list_spec
19217 # How to hardcode a shared library path into an executable.
19218 hardcode_action=$hardcode_action
19220 # The directories searched by this compiler when creating a shared library.
19221 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
19223 # Dependencies to place before and after the objects being linked to
19224 # create a shared library.
19225 predep_objects=$lt_predep_objects
19226 postdep_objects=$lt_postdep_objects
19227 predeps=$lt_predeps
19228 postdeps=$lt_postdeps
19230 # The library search path used internally by the compiler when linking
19231 # a shared library.
19232 compiler_lib_search_path=$lt_compiler_lib_search_path
19234 # ### END LIBTOOL CONFIG
19240 cat <<\_LT_EOF
>> "$cfgfile"
19241 # AIX sometimes has problems with the GCC collect2 program. For some
19242 # reason, if we set the COLLECT_NAMES environment variable, the problems
19243 # vanish in a puff of smoke.
19244 if test "X${COLLECT_NAMES+set}" != Xset
; then
19246 export COLLECT_NAMES
19253 ltmain
="$ac_aux_dir/ltmain.sh"
19256 # We use sed instead of cat because bash on DJGPP gets confused if
19257 # if finds mixed CR/LF and LF-only lines. Since sed operates in
19258 # text mode, it properly converts lines to CR/LF. This bash problem
19259 # is reportedly fixed, but why not run on old versions too?
19260 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
19261 ||
(rm -f "$cfgfile"; exit 1)
19265 cat << \_LT_EOF
>> "$cfgfile"
19267 # func_dirname file append nondir_replacement
19268 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
19269 # otherwise set result to NONDIR_REPLACEMENT.
19273 */*) func_dirname_result
="${1%/*}${2}" ;;
19274 * ) func_dirname_result
="${3}" ;;
19278 # func_basename file
19281 func_basename_result
="${1##*/}"
19284 # func_dirname_and_basename file append nondir_replacement
19285 # perform func_basename and func_dirname in a single function
19287 # dirname: Compute the dirname of FILE. If nonempty,
19288 # add APPEND to the result, otherwise set result
19289 # to NONDIR_REPLACEMENT.
19290 # value returned in "$func_dirname_result"
19291 # basename: Compute filename of FILE.
19292 # value retuned in "$func_basename_result"
19293 # Implementation must be kept synchronized with func_dirname
19294 # and func_basename. For efficiency, we do not delegate to
19295 # those functions but instead duplicate the functionality here.
19296 func_dirname_and_basename
()
19299 */*) func_dirname_result
="${1%/*}${2}" ;;
19300 * ) func_dirname_result
="${3}" ;;
19302 func_basename_result
="${1##*/}"
19305 # func_stripname prefix suffix name
19306 # strip PREFIX and SUFFIX off of NAME.
19307 # PREFIX and SUFFIX must not contain globbing or regex special
19308 # characters, hashes, percent signs, but SUFFIX may contain a leading
19309 # dot (in which case that matches only a dot).
19312 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
19313 # positional parameters, so assign one to ordinary parameter first.
19314 func_stripname_result
=${3}
19315 func_stripname_result
=${func_stripname_result#"${1}"}
19316 func_stripname_result
=${func_stripname_result%"${2}"}
19322 func_opt_split_opt
=${1%%=*}
19323 func_opt_split_arg
=${1#*=}
19330 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
19331 *) func_lo2o_result
=${1} ;;
19335 # func_xform libobj-or-source
19338 func_xform_result
=${1%.*}.lo
19341 # func_arith arithmetic-term...
19344 func_arith_result
=$
(( $
* ))
19348 # STRING may not start with a hyphen.
19351 func_len_result
=${#1}
19356 *) # Bourne compatible functions.
19357 cat << \_LT_EOF
>> "$cfgfile"
19359 # func_dirname file append nondir_replacement
19360 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
19361 # otherwise set result to NONDIR_REPLACEMENT.
19364 # Extract subdirectory from the argument.
19365 func_dirname_result
=`$ECHO "${1}" | $SED "$dirname"`
19366 if test "X$func_dirname_result" = "X${1}"; then
19367 func_dirname_result
="${3}"
19369 func_dirname_result
="$func_dirname_result${2}"
19373 # func_basename file
19376 func_basename_result
=`$ECHO "${1}" | $SED "$basename"`
19380 # func_stripname prefix suffix name
19381 # strip PREFIX and SUFFIX off of NAME.
19382 # PREFIX and SUFFIX must not contain globbing or regex special
19383 # characters, hashes, percent signs, but SUFFIX may contain a leading
19384 # dot (in which case that matches only a dot).
19385 # func_strip_suffix prefix name
19389 .
*) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
19390 *) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
19395 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
19396 my_sed_long_arg
='1s/^-[^=]*=//'
19401 func_opt_split_opt
=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
19402 func_opt_split_arg
=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
19408 func_lo2o_result
=`$ECHO "${1}" | $SED "$lo2o"`
19411 # func_xform libobj-or-source
19414 func_xform_result
=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
19417 # func_arith arithmetic-term...
19420 func_arith_result
=`expr "$@"`
19424 # STRING may not start with a hyphen.
19427 func_len_result
=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
19433 case $lt_shell_append in
19435 cat << \_LT_EOF
>> "$cfgfile"
19437 # func_append var value
19438 # Append VALUE to the end of shell variable VAR.
19446 cat << \_LT_EOF
>> "$cfgfile"
19448 # func_append var value
19449 # Append VALUE to the end of shell variable VAR.
19460 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
19461 ||
(rm -f "$cfgfile"; exit 1)
19463 mv -f "$cfgfile" "$ofile" ||
19464 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
19468 cat <<_LT_EOF >> "$ofile"
19470 # ### BEGIN LIBTOOL TAG CONFIG: CXX
19472 # The linker used to build libraries.
19475 # How to create reloadable object files.
19476 reload_flag=$lt_reload_flag_CXX
19477 reload_cmds=$lt_reload_cmds_CXX
19479 # Commands used to build an old-style archive.
19480 old_archive_cmds=$lt_old_archive_cmds_CXX
19482 # A language specific compiler.
19483 CC=$lt_compiler_CXX
19485 # Is the compiler the GNU compiler?
19488 # Compiler flag to turn off builtin functions.
19489 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
19491 # How to pass a linker flag through the compiler.
19492 wl=$lt_lt_prog_compiler_wl_CXX
19494 # Additional compiler flags for building library objects.
19495 pic_flag=$lt_lt_prog_compiler_pic_CXX
19497 # Compiler flag to prevent dynamic linking.
19498 link_static_flag=$lt_lt_prog_compiler_static_CXX
19500 # Does compiler simultaneously support -c and -o options?
19501 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
19503 # Whether or not to add -lc for building shared libraries.
19504 build_libtool_need_lc=$archive_cmds_need_lc_CXX
19506 # Whether or not to disallow shared libs when runtime libs are static.
19507 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
19509 # Compiler flag to allow reflexive dlopens.
19510 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
19512 # Compiler flag to generate shared objects directly from archives.
19513 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
19515 # Whether the compiler copes with passing no objects directly.
19516 compiler_needs_object=$lt_compiler_needs_object_CXX
19518 # Create an old-style archive from a shared archive.
19519 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
19521 # Create a temporary old-style archive to link instead of a shared archive.
19522 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
19524 # Commands used to build a shared archive.
19525 archive_cmds=$lt_archive_cmds_CXX
19526 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
19528 # Commands used to build a loadable module if different from building
19529 # a shared archive.
19530 module_cmds=$lt_module_cmds_CXX
19531 module_expsym_cmds=$lt_module_expsym_cmds_CXX
19533 # Whether we are building with GNU ld or not.
19534 with_gnu_ld=$lt_with_gnu_ld_CXX
19536 # Flag that allows shared libraries with undefined symbols to be built.
19537 allow_undefined_flag=$lt_allow_undefined_flag_CXX
19539 # Flag that enforces no undefined symbols.
19540 no_undefined_flag=$lt_no_undefined_flag_CXX
19542 # Flag to hardcode \$libdir into a binary during linking.
19543 # This must work even if \$libdir does not exist
19544 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
19546 # If ld is used when linking, flag to hardcode \$libdir into a binary
19547 # during linking. This must work even if \$libdir does not exist.
19548 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
19550 # Whether we need a single "-rpath" flag with a separated argument.
19551 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
19553 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19554 # DIR into the resulting binary.
19555 hardcode_direct=$hardcode_direct_CXX
19557 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19558 # DIR into the resulting binary and the resulting library dependency is
19559 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
19560 # library is relocated.
19561 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
19563 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
19564 # into the resulting binary.
19565 hardcode_minus_L=$hardcode_minus_L_CXX
19567 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
19568 # into the resulting binary.
19569 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
19571 # Set to "yes" if building a shared library automatically hardcodes DIR
19572 # into the library and all subsequent libraries and executables linked
19574 hardcode_automatic=$hardcode_automatic_CXX
19576 # Set to yes if linker adds runtime paths of dependent libraries
19577 # to runtime path list.
19578 inherit_rpath=$inherit_rpath_CXX
19580 # Whether libtool must link a program against all its dependency libraries.
19581 link_all_deplibs=$link_all_deplibs_CXX
19583 # Fix the shell variable \$srcfile for the compiler.
19584 fix_srcfile_path=$lt_fix_srcfile_path_CXX
19586 # Set to "yes" if exported symbols are required.
19587 always_export_symbols=$always_export_symbols_CXX
19589 # The commands to list exported symbols.
19590 export_symbols_cmds=$lt_export_symbols_cmds_CXX
19592 # Symbols that should not be listed in the preloaded symbols.
19593 exclude_expsyms=$lt_exclude_expsyms_CXX
19595 # Symbols that must always be exported.
19596 include_expsyms=$lt_include_expsyms_CXX
19598 # Commands necessary for linking programs (against libraries) with templates.
19599 prelink_cmds=$lt_prelink_cmds_CXX
19601 # Specify filename containing input files.
19602 file_list_spec=$lt_file_list_spec_CXX
19604 # How to hardcode a shared library path into an executable.
19605 hardcode_action=$hardcode_action_CXX
19607 # The directories searched by this compiler when creating a shared library.
19608 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
19610 # Dependencies to place before and after the objects being linked to
19611 # create a shared library.
19612 predep_objects=$lt_predep_objects_CXX
19613 postdep_objects=$lt_postdep_objects_CXX
19614 predeps=$lt_predeps_CXX
19615 postdeps=$lt_postdeps_CXX
19617 # The library search path used internally by the compiler when linking
19618 # a shared library.
19619 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
19621 # ### END LIBTOOL TAG CONFIG: CXX
19632 ac_clean_files
=$ac_clean_files_save
19634 test $ac_write_fail = 0 ||
19635 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
19638 # configure is writing to config.log, and then calls config.status.
19639 # config.status does its own redirection, appending to config.log.
19640 # Unfortunately, on DOS this fails, as config.log is still kept open
19641 # by configure, so config.status won't be able to write to it; its
19642 # output is simply discarded. So we exec the FD to /dev/null,
19643 # effectively closing config.log, so it can be properly (re)opened and
19644 # appended to by config.status. When coming back to configure, we
19645 # need to make the FD available again.
19646 if test "$no_create" != yes; then
19648 ac_config_status_args
=
19649 test "$silent" = yes &&
19650 ac_config_status_args
="$ac_config_status_args --quiet"
19652 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
19654 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19655 # would make configure fail if this is the last instruction.
19656 $ac_cs_success || as_fn_exit
1
19660 # CONFIG_SUBDIRS section.
19662 if test "$no_recursion" != yes; then
19664 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
19665 # so they do not pile up.
19666 ac_sub_configure_args
=
19668 eval "set x $ac_configure_args"
19672 if test -n "$ac_prev"; then
19677 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
19678 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
19679 ac_prev
=cache_file
;;
19680 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
19681 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* \
19684 --config-cache |
-C)
19686 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
19688 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
19690 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
19692 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
19694 --disable-option-checking)
19698 *\'*) ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
19700 as_fn_append ac_sub_configure_args
" '$ac_arg'" ;;
19704 # Always prepend --prefix to ensure using the same prefix
19705 # in subdir configurations.
19706 ac_arg
="--prefix=$prefix"
19708 *\'*) ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
19710 ac_sub_configure_args
="'$ac_arg' $ac_sub_configure_args"
19713 if test "$silent" = yes; then
19714 ac_sub_configure_args
="--silent $ac_sub_configure_args"
19717 # Always prepend --disable-option-checking to silence warnings, since
19718 # different subdirs can have different --enable and --with options.
19719 ac_sub_configure_args
="--disable-option-checking $ac_sub_configure_args"
19722 for ac_dir
in : $subdirs; do test "x$ac_dir" = x
: && continue
19724 # Do not complain, so a configure script can configure whichever
19725 # parts of a large source tree are present.
19726 test -d "$srcdir/$ac_dir" ||
continue
19728 ac_msg
="=== configuring in $ac_dir (`pwd`/$ac_dir)"
19729 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
19730 $as_echo "$ac_msg" >&6
19731 as_dir
="$ac_dir"; as_fn_mkdir_p
19735 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19737 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19738 # A ".." for each directory in $ac_dir_suffix.
19739 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19740 case $ac_top_builddir_sub in
19741 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19742 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
19745 ac_abs_top_builddir
=$ac_pwd
19746 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
19747 # for backward compatibility:
19748 ac_top_builddir
=$ac_top_build_prefix
19751 .
) # We are building in place.
19753 ac_top_srcdir
=$ac_top_builddir_sub
19754 ac_abs_top_srcdir
=$ac_pwd ;;
19755 [\\/]* | ?
:[\\/]* ) # Absolute name.
19756 ac_srcdir
=$srcdir$ac_dir_suffix;
19757 ac_top_srcdir
=$srcdir
19758 ac_abs_top_srcdir
=$srcdir ;;
19759 *) # Relative name.
19760 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
19761 ac_top_srcdir
=$ac_top_build_prefix$srcdir
19762 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
19764 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
19769 # Check for guested configure; otherwise get Cygnus style configure.
19770 if test -f "$ac_srcdir/configure.gnu"; then
19771 ac_sub_configure
=$ac_srcdir/configure.gnu
19772 elif test -f "$ac_srcdir/configure"; then
19773 ac_sub_configure
=$ac_srcdir/configure
19774 elif test -f "$ac_srcdir/configure.in"; then
19775 # This should be Cygnus configure.
19776 ac_sub_configure
=$ac_aux_dir/configure
19778 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
19779 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
19783 # The recursion is here.
19784 if test -n "$ac_sub_configure"; then
19785 # Make the cache file name correct relative to the subdirectory.
19786 case $cache_file in
19787 [\\/]* | ?
:[\\/]* ) ac_sub_cache_file
=$cache_file ;;
19788 *) # Relative name.
19789 ac_sub_cache_file
=$ac_top_build_prefix$cache_file ;;
19792 { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
19793 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
19794 # The eval makes quoting arguments work.
19795 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
19796 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
19797 as_fn_error $?
"$ac_sub_configure failed for $ac_dir" "$LINENO" 5
19803 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
19804 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19805 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}