2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for gprofng 2.39.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.39.50'
591 PACKAGE_STRING
='gprofng 2.39.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.39.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.39.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.39.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.39.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
6116 if test x
$BISON = "x:"; then
6117 as_fn_error $?
"Building gprofng requires bison 3.0.4 or later." "$LINENO" 5
6120 # Check whether --enable-shared was given.
6121 if test "${enable_shared+set}" = set; then :
6122 enableval
=$enable_shared; p
=${PACKAGE-default}
6124 yes) enable_shared
=yes ;;
6125 no
) enable_shared
=no
;;
6128 # Look at the argument we got. We use all the common list separators.
6129 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
6130 for pkg
in $enableval; do
6132 if test "X$pkg" = "X$p"; then
6153 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
6154 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
6159 macro_version
='2.2.7a'
6160 macro_revision
='1.3134'
6174 ltmain
="$ac_aux_dir/ltmain.sh"
6176 # Backslashify metacharacters that are still active within
6177 # double-quoted strings.
6178 sed_quote_subst
='s/\(["`$\\]\)/\\\1/g'
6180 # Same as above, but do not quote variable references.
6181 double_quote_subst
='s/\(["`\\]\)/\\\1/g'
6183 # Sed substitution to delay expansion of an escaped shell variable in a
6184 # double_quote_subst'ed string.
6185 delay_variable_subst
='s/\\\\\\\\\\\$/\\\\\\$/g'
6187 # Sed substitution to delay expansion of an escaped single quote.
6188 delay_single_quote_subst
='s/'\''/'\'\\\\\\\'\''/g'
6190 # Sed substitution to avoid accidental globbing in evaled expressions
6191 no_glob_subst
='s/\*/\\\*/g'
6193 ECHO
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
6194 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
6195 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
6197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
6198 $as_echo_n "checking how to print strings... " >&6; }
6199 # Test print first, because it will be a builtin if present.
6200 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
6201 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
6203 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
6206 # Use this function as a fallback that always works.
6207 func_fallback_echo ()
6209 eval 'cat <<_LTECHO_EOF
6213 ECHO='func_fallback_echo
'
6216 # func_echo_all arg...
6217 # Invoke $ECHO with all args, space-separated.
6224 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
6225 $as_echo "printf" >&6; } ;;
6226 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
6227 $as_echo "print -r" >&6; } ;;
6228 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
6229 $as_echo "cat" >&6; } ;;
6245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
6246 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
6247 if ${ac_cv_path_SED+:} false; then :
6248 $as_echo_n "(cached) " >&6
6250 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
6251 for ac_i in 1 2 3 4 5 6 7; do
6252 ac_script="$ac_script$as_nl$ac_script"
6254 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
6255 { ac_script=; unset ac_script;}
6256 if test -z "$SED"; then
6257 ac_path_SED_found=false
6258 # Loop through the user's path and
test for each of PROGNAME-LIST
6259 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6263 test -z "$as_dir" && as_dir
=.
6264 for ac_prog
in sed gsed
; do
6265 for ac_exec_ext
in '' $ac_executable_extensions; do
6266 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
6267 as_fn_executable_p
"$ac_path_SED" ||
continue
6268 # Check for GNU ac_path_SED and select it if it is found.
6269 # Check for GNU $ac_path_SED
6270 case `"$ac_path_SED" --version 2>&1` in
6272 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
6275 $as_echo_n 0123456789 >"conftest.in"
6278 cat "conftest.in" "conftest.in" >"conftest.tmp"
6279 mv "conftest.tmp" "conftest.in"
6280 cp "conftest.in" "conftest.nl"
6281 $as_echo '' >> "conftest.nl"
6282 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6283 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6284 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
6285 if test $ac_count -gt ${ac_path_SED_max-0}; then
6286 # Best one so far, save it but keep looking for a better one
6287 ac_cv_path_SED
="$ac_path_SED"
6288 ac_path_SED_max
=$ac_count
6290 # 10*(2^10) chars as input seems more than enough
6291 test $ac_count -gt 10 && break
6293 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6296 $ac_path_SED_found && break 3
6301 if test -z "$ac_cv_path_SED"; then
6302 as_fn_error $?
"no acceptable sed could be found in \$PATH" "$LINENO" 5
6309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
6310 $as_echo "$ac_cv_path_SED" >&6; }
6311 SED
="$ac_cv_path_SED"
6314 test -z "$SED" && SED
=sed
6315 Xsed
="$SED -e 1s/^X//"
6327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
6328 $as_echo_n "checking for fgrep... " >&6; }
6329 if ${ac_cv_path_FGREP+:} false
; then :
6330 $as_echo_n "(cached) " >&6
6332 if echo 'ab*c' |
$GREP -F 'ab*c' >/dev
/null
2>&1
6333 then ac_cv_path_FGREP
="$GREP -F"
6335 if test -z "$FGREP"; then
6336 ac_path_FGREP_found
=false
6337 # Loop through the user's path and test for each of PROGNAME-LIST
6338 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6339 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6342 test -z "$as_dir" && as_dir
=.
6343 for ac_prog
in fgrep
; do
6344 for ac_exec_ext
in '' $ac_executable_extensions; do
6345 ac_path_FGREP
="$as_dir/$ac_prog$ac_exec_ext"
6346 as_fn_executable_p
"$ac_path_FGREP" ||
continue
6347 # Check for GNU ac_path_FGREP and select it if it is found.
6348 # Check for GNU $ac_path_FGREP
6349 case `"$ac_path_FGREP" --version 2>&1` in
6351 ac_cv_path_FGREP
="$ac_path_FGREP" ac_path_FGREP_found
=:;;
6354 $as_echo_n 0123456789 >"conftest.in"
6357 cat "conftest.in" "conftest.in" >"conftest.tmp"
6358 mv "conftest.tmp" "conftest.in"
6359 cp "conftest.in" "conftest.nl"
6360 $as_echo 'FGREP' >> "conftest.nl"
6361 "$ac_path_FGREP" FGREP
< "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6362 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6363 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
6364 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
6365 # Best one so far, save it but keep looking for a better one
6366 ac_cv_path_FGREP
="$ac_path_FGREP"
6367 ac_path_FGREP_max
=$ac_count
6369 # 10*(2^10) chars as input seems more than enough
6370 test $ac_count -gt 10 && break
6372 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6375 $ac_path_FGREP_found && break 3
6380 if test -z "$ac_cv_path_FGREP"; then
6381 as_fn_error $?
"no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6384 ac_cv_path_FGREP
=$FGREP
6389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
6390 $as_echo "$ac_cv_path_FGREP" >&6; }
6391 FGREP
="$ac_cv_path_FGREP"
6394 test -z "$GREP" && GREP
=grep
6414 # Check whether --with-gnu-ld was given.
6415 if test "${with_gnu_ld+set}" = set; then :
6416 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
6422 if test "$GCC" = yes; then
6423 # Check if gcc -print-prog-name=ld gives a path.
6424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
6425 $as_echo_n "checking for ld used by $CC... " >&6; }
6428 # gcc leaves a trailing carriage return which upsets mingw
6429 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
6431 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
6434 # Accept absolute paths.
6436 re_direlt
='/[^/][^/]*/\.\./'
6437 # Canonicalize the pathname of ld
6438 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
6439 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
6440 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
6442 test -z "$LD" && LD
="$ac_prog"
6445 # If it fails, then pretend we aren't using GCC.
6449 # If it is relative, then search for the first ld in PATH.
6453 elif test "$with_gnu_ld" = yes; then
6454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
6455 $as_echo_n "checking for GNU ld... " >&6; }
6457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
6458 $as_echo_n "checking for non-GNU ld... " >&6; }
6460 if ${lt_cv_path_LD+:} false
; then :
6461 $as_echo_n "(cached) " >&6
6463 if test -z "$LD"; then
6464 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
6465 for ac_dir
in $PATH; do
6467 test -z "$ac_dir" && ac_dir
=.
6468 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
6469 lt_cv_path_LD
="$ac_dir/$ac_prog"
6470 # Check to see if the program is GNU ld. I'd rather use --version,
6471 # but apparently some variants of GNU ld only accept -v.
6472 # Break only if it was the GNU/non-GNU ld that we prefer.
6473 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
6474 *GNU
* |
*'with BFD'*)
6475 test "$with_gnu_ld" != no
&& break
6478 test "$with_gnu_ld" != yes && break
6485 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
6490 if test -n "$LD"; then
6491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6492 $as_echo "$LD" >&6; }
6494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6495 $as_echo "no" >&6; }
6497 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
6498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6499 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
6500 if ${lt_cv_prog_gnu_ld+:} false
; then :
6501 $as_echo_n "(cached) " >&6
6503 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6504 case `$LD -v 2>&1 </dev/null` in
6505 *GNU
* |
*'with BFD'*)
6506 lt_cv_prog_gnu_ld
=yes
6509 lt_cv_prog_gnu_ld
=no
6513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6514 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
6515 with_gnu_ld
=$lt_cv_prog_gnu_ld
6525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6526 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
6527 if ${lt_cv_path_NM+:} false
; then :
6528 $as_echo_n "(cached) " >&6
6530 if test -n "$NM"; then
6531 # Let the user override the nm to test.
6532 lt_nm_to_check
="$NM"
6534 lt_nm_to_check
="${ac_tool_prefix}nm"
6535 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6536 lt_nm_to_check
="$lt_nm_to_check nm"
6539 for lt_tmp_nm
in "$lt_nm_to_check"; do
6540 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
6541 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
6543 test -z "$ac_dir" && ac_dir
=.
6544 # Strip out any user-provided options from the nm to test twice,
6545 # the first time to test to see if nm (rather than its options) has
6546 # an explicit path, the second time to yield a file which can be
6548 tmp_nm_path
="`$ECHO "$lt_tmp_nm" | sed 's, -.*$,,'`"
6549 case "$tmp_nm_path" in
6550 */*|
*\\*) tmp_nm
="$lt_tmp_nm";;
6551 *) tmp_nm
="$ac_dir/$lt_tmp_nm";;
6553 tmp_nm_to_nm
="`$ECHO "$tmp_nm" | sed 's, -.*$,,'`"
6554 if test -f "$tmp_nm_to_nm" ||
test -f "$tmp_nm_to_nm$ac_exeext" ; then
6555 # Check to see if the nm accepts a BSD-compat flag.
6556 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6557 # nm: unknown option "B" ignored
6558 case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
6559 *$tmp_nm*) lt_cv_path_NM
="$tmp_nm -B"
6563 case `"$tmp_nm" -p "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
6565 lt_cv_path_NM
="$tmp_nm -p"
6569 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6570 continue # so that we can try to find one that supports BSD flags
6579 : ${lt_cv_path_NM=no}
6581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6582 $as_echo "$lt_cv_path_NM" >&6; }
6583 if test "$lt_cv_path_NM" != "no"; then
6586 # Didn't find any BSD compatible name lister, look for dumpbin.
6587 if test -n "$DUMPBIN"; then :
6588 # Let the user override the test.
6590 if test -n "$ac_tool_prefix"; then
6591 for ac_prog
in dumpbin
"link -dump"
6593 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6594 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
6595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6596 $as_echo_n "checking for $ac_word... " >&6; }
6597 if ${ac_cv_prog_DUMPBIN+:} false
; then :
6598 $as_echo_n "(cached) " >&6
6600 if test -n "$DUMPBIN"; then
6601 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
6603 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6607 test -z "$as_dir" && as_dir
=.
6608 for ac_exec_ext
in '' $ac_executable_extensions; do
6609 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6610 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
6611 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6620 DUMPBIN
=$ac_cv_prog_DUMPBIN
6621 if test -n "$DUMPBIN"; then
6622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6623 $as_echo "$DUMPBIN" >&6; }
6625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6626 $as_echo "no" >&6; }
6630 test -n "$DUMPBIN" && break
6633 if test -z "$DUMPBIN"; then
6634 ac_ct_DUMPBIN
=$DUMPBIN
6635 for ac_prog
in dumpbin
"link -dump"
6637 # Extract the first word of "$ac_prog", so it can be a program name with args.
6638 set dummy
$ac_prog; ac_word
=$2
6639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6640 $as_echo_n "checking for $ac_word... " >&6; }
6641 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false
; then :
6642 $as_echo_n "(cached) " >&6
6644 if test -n "$ac_ct_DUMPBIN"; then
6645 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
6647 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6651 test -z "$as_dir" && as_dir
=.
6652 for ac_exec_ext
in '' $ac_executable_extensions; do
6653 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6654 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
6655 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6664 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
6665 if test -n "$ac_ct_DUMPBIN"; then
6666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6667 $as_echo "$ac_ct_DUMPBIN" >&6; }
6669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6670 $as_echo "no" >&6; }
6674 test -n "$ac_ct_DUMPBIN" && break
6677 if test "x$ac_ct_DUMPBIN" = x
; then
6680 case $cross_compiling:$ac_tool_warned in
6682 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6683 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6684 ac_tool_warned
=yes ;;
6686 DUMPBIN
=$ac_ct_DUMPBIN
6690 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6692 DUMPBIN
="$DUMPBIN -symbols"
6700 if test "$DUMPBIN" != ":"; then
6704 test -z "$NM" && NM
=nm
6711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6712 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6713 if ${lt_cv_nm_interface+:} false
; then :
6714 $as_echo_n "(cached) " >&6
6716 lt_cv_nm_interface
="BSD nm"
6717 echo "int some_variable = 0;" > conftest.
$ac_ext
6718 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6719 (eval "$ac_compile" 2>conftest.err
)
6720 cat conftest.err
>&5
6721 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6722 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
6723 cat conftest.err
>&5
6724 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6725 cat conftest.out
>&5
6726 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
6727 lt_cv_nm_interface
="MS dumpbin"
6731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6732 $as_echo "$lt_cv_nm_interface" >&6; }
6734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6735 $as_echo_n "checking whether ln -s works... " >&6; }
6737 if test "$LN_S" = "ln -s"; then
6738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6739 $as_echo "yes" >&6; }
6741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6742 $as_echo "no, using $LN_S" >&6; }
6745 # find the maximum length of command line arguments
6746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6747 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6748 if ${lt_cv_sys_max_cmd_len+:} false
; then :
6749 $as_echo_n "(cached) " >&6
6756 # On DJGPP, this test can blow up pretty badly due to problems in libc
6757 # (any single argument exceeding 2000 bytes causes a buffer overrun
6758 # during glob expansion). Even if it were fixed, the result of this
6759 # check would be larger than it should be.
6760 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
6764 # Under GNU Hurd, this test is not required because there is
6765 # no limit to the length of command line arguments.
6766 # Libtool will interpret -1 as no limit whatsoever
6767 lt_cv_sys_max_cmd_len
=-1;
6770 cygwin
* | mingw
* | cegcc
*)
6771 # On Win9x/ME, this test blows up -- it succeeds, but takes
6772 # about 5 minutes as the teststring grows exponentially.
6773 # Worse, since 9x/ME are not pre-emptively multitasking,
6774 # you end up with a "frozen" computer, even though with patience
6775 # the test eventually succeeds (with a max line length of 256k).
6776 # Instead, let's just punt: use the minimum linelength reported by
6777 # all of the supported platforms: 8192 (on NT/2K/XP).
6778 lt_cv_sys_max_cmd_len
=8192;
6782 # On MiNT this can take a long time and run out of memory.
6783 lt_cv_sys_max_cmd_len
=8192;
6787 # On AmigaOS with pdksh, this test takes hours, literally.
6788 # So we just punt and use a minimum line length of 8192.
6789 lt_cv_sys_max_cmd_len
=8192;
6792 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
6793 # This has been around since 386BSD, at least. Likely further.
6794 if test -x /sbin
/sysctl
; then
6795 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
6796 elif test -x /usr
/sbin
/sysctl
; then
6797 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
6799 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
6801 # And add a safety zone
6802 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
6803 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
6807 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6808 lt_cv_sys_max_cmd_len
=196608
6812 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6813 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6814 # nice to cause kernel panics so lets avoid the loop below.
6815 # First set a reasonable default.
6816 lt_cv_sys_max_cmd_len
=16384
6818 if test -x /sbin
/sysconfig
; then
6819 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6820 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
6825 lt_cv_sys_max_cmd_len
=102400
6827 sysv5
* | sco5v6
* | sysv4.2uw2
*)
6828 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6829 if test -n "$kargmax"; then
6830 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
6832 lt_cv_sys_max_cmd_len
=32768
6836 lt_cv_sys_max_cmd_len
=`(getconf ARG_MAX) 2> /dev/null`
6837 if test -n "$lt_cv_sys_max_cmd_len"; then
6838 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
6839 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
6841 # Make teststring a little bigger before we do anything with it.
6842 # a 1K string should be a reasonable start.
6843 for i
in 1 2 3 4 5 6 7 8 ; do
6844 teststring
=$teststring$teststring
6846 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
6847 # If test is not a shell built-in, we'll probably end up computing a
6848 # maximum length that is only half of the actual maximum length, but
6850 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6851 = "X$teststring$teststring"; } >/dev
/null
2>&1 &&
6852 test $i != 17 # 1/2 MB should be enough
6855 teststring
=$teststring$teststring
6857 # Only check the string length outside the loop.
6858 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
6860 # Add a significant safety factor because C++ compilers can tack on
6861 # massive amounts of additional arguments before passing them to the
6862 # linker. It appears as though 1/2 is a usable value.
6863 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
6870 if test -n $lt_cv_sys_max_cmd_len ; then
6871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6872 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6875 $as_echo "none" >&6; }
6877 max_cmd_len
=$lt_cv_sys_max_cmd_len
6888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6889 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6890 # Try some XSI features
6893 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6895 && eval 'test $(( 1 + 1 )) -eq 2 \
6896 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6898 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $xsi_shell" >&5
6899 $as_echo "$xsi_shell" >&6; }
6902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands
\"+=\"" >&5
6903 $as_echo_n "checking whether the shell understands
\"+=\"...
" >&6; }
6905 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
6907 && lt_shell_append=yes
6908 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_shell_append" >&5
6909 $as_echo "$lt_shell_append" >&6; }
6912 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6922 # test EBCDIC or ASCII
6923 case `echo X|tr X '\101'` in
6924 A) # ASCII based system
6925 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6926 lt_SP2NL='tr \040 \012'
6927 lt_NL2SP='tr \015\012 \040\040'
6929 *) # EBCDIC based system
6930 lt_SP2NL='tr \100 \n'
6931 lt_NL2SP='tr \r\n \100\100'
6943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $LD option to reload object files
" >&5
6944 $as_echo_n "checking
for $LD option to reload object files...
" >&6; }
6945 if ${lt_cv_ld_reload_flag+:} false; then :
6946 $as_echo_n "(cached
) " >&6
6948 lt_cv_ld_reload_flag='-r'
6950 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_reload_flag" >&5
6951 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6952 reload_flag=$lt_cv_ld_reload_flag
6953 case $reload_flag in
6955 *) reload_flag=" $reload_flag" ;;
6957 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6960 if test "$GCC" = yes; then
6961 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6963 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6976 if test -n "$ac_tool_prefix"; then
6977 # Extract the first word of "${ac_tool_prefix}objdump
", so it can be a program name with args.
6978 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6980 $as_echo_n "checking
for $ac_word...
" >&6; }
6981 if ${ac_cv_prog_OBJDUMP+:} false; then :
6982 $as_echo_n "(cached
) " >&6
6984 if test -n "$OBJDUMP"; then
6985 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6987 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6991 test -z "$as_dir" && as_dir=.
6992 for ac_exec_ext in '' $ac_executable_extensions; do
6993 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6994 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump
"
6995 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7004 OBJDUMP=$ac_cv_prog_OBJDUMP
7005 if test -n "$OBJDUMP"; then
7006 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
7007 $as_echo "$OBJDUMP" >&6; }
7009 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7010 $as_echo "no
" >&6; }
7015 if test -z "$ac_cv_prog_OBJDUMP"; then
7016 ac_ct_OBJDUMP=$OBJDUMP
7017 # Extract the first word of "objdump
", so it can be a program name with args.
7018 set dummy objdump; ac_word=$2
7019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7020 $as_echo_n "checking
for $ac_word...
" >&6; }
7021 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
7022 $as_echo_n "(cached
) " >&6
7024 if test -n "$ac_ct_OBJDUMP"; then
7025 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
7027 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7031 test -z "$as_dir" && as_dir=.
7032 for ac_exec_ext in '' $ac_executable_extensions; do
7033 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7034 ac_cv_prog_ac_ct_OBJDUMP="objdump
"
7035 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7044 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
7045 if test -n "$ac_ct_OBJDUMP"; then
7046 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OBJDUMP" >&5
7047 $as_echo "$ac_ct_OBJDUMP" >&6; }
7049 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7050 $as_echo "no
" >&6; }
7053 if test "x
$ac_ct_OBJDUMP" = x; then
7056 case $cross_compiling:$ac_tool_warned in
7058 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7059 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7060 ac_tool_warned=yes ;;
7062 OBJDUMP=$ac_ct_OBJDUMP
7065 OBJDUMP="$ac_cv_prog_OBJDUMP"
7068 test -z "$OBJDUMP" && OBJDUMP=objdump
7078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries
" >&5
7079 $as_echo_n "checking how to recognize dependent libraries...
" >&6; }
7080 if ${lt_cv_deplibs_check_method+:} false; then :
7081 $as_echo_n "(cached
) " >&6
7083 lt_cv_file_magic_cmd='$MAGIC_CMD'
7084 lt_cv_file_magic_test_file=
7085 lt_cv_deplibs_check_method='unknown'
7086 # Need to set the preceding variable on all platforms that support
7087 # interlibrary dependencies.
7088 # 'none' -- dependencies not supported.
7089 # `unknown' -- same as none, but documents that we really don't know.
7090 # 'pass_all' -- all dependencies passed with no checks.
7091 # 'test_compile' -- check by making test program.
7092 # 'file_magic [[regex]]' -- check by looking for files in library path
7093 # which responds to the $file_magic_cmd with a given extended regex.
7094 # If you have `file' or equivalent on your system and you're not sure
7095 # whether `pass_all' will *always* work, you probably want this one.
7099 lt_cv_deplibs_check_method=pass_all
7103 lt_cv_deplibs_check_method=pass_all
7107 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
7108 lt_cv_file_magic_cmd='/usr/bin/file -L'
7109 lt_cv_file_magic_test_file=/shlib/libc.so
7113 # func_win32_libid is a shell function defined in ltmain.sh
7114 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
7115 lt_cv_file_magic_cmd='func_win32_libid'
7119 # Base MSYS/MinGW do not provide the 'file' command needed by
7120 # func_win32_libid shell function, so use a weaker test based on 'objdump',
7121 # unless we find 'file', for example because we are cross-compiling.
7122 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
7123 if ( test "$lt_cv_nm_interface" = "BSD nm
" && file / ) >/dev/null 2>&1; then
7124 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
7125 lt_cv_file_magic_cmd='func_win32_libid'
7127 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
7128 lt_cv_file_magic_cmd='$OBJDUMP -f'
7133 # use the weaker test based on 'objdump'. See mingw*.
7134 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
7135 lt_cv_file_magic_cmd='$OBJDUMP -f'
7138 darwin* | rhapsody*)
7139 lt_cv_deplibs_check_method=pass_all
7142 freebsd* | dragonfly*)
7143 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
7146 # Not sure whether the presence of OpenBSD here was a mistake.
7147 # Let's accept both of them until this is cleared up.
7148 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
7149 lt_cv_file_magic_cmd=/usr/bin/file
7150 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
7154 lt_cv_deplibs_check_method=pass_all
7159 lt_cv_deplibs_check_method=pass_all
7163 lt_cv_deplibs_check_method=pass_all
7166 hpux10.20* | hpux11*)
7167 lt_cv_file_magic_cmd=/usr/bin/file
7170 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
7171 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
7174 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]'
7175 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
7178 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
7179 lt_cv_file_magic_test_file=/usr/lib/libc.sl
7185 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
7186 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
7189 irix5* | irix6* | nonstopux*)
7191 *-32|*"-32 ") libmagic=32-bit;;
7192 *-n32|*"-n32 ") libmagic=N32;;
7193 *-64|*"-64 ") libmagic=64-bit;;
7194 *) libmagic=never-match;;
7196 lt_cv_deplibs_check_method=pass_all
7199 # This must be Linux ELF.
7200 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7201 lt_cv_deplibs_check_method=pass_all
7205 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
7206 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
7208 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
7213 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
7214 lt_cv_file_magic_cmd=/usr/bin/file
7215 lt_cv_file_magic_test_file=/usr/lib/libnls.so
7219 lt_cv_deplibs_check_method=pass_all
7223 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
7224 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
7226 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
7230 osf3* | osf4* | osf5*)
7231 lt_cv_deplibs_check_method=pass_all
7235 lt_cv_deplibs_check_method=pass_all
7239 lt_cv_deplibs_check_method=pass_all
7242 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
7243 lt_cv_deplibs_check_method=pass_all
7247 case $host_vendor in
7249 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]'
7250 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
7253 lt_cv_deplibs_check_method=pass_all
7256 lt_cv_file_magic_cmd='/bin/file'
7257 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
7260 lt_cv_file_magic_cmd='/bin/file'
7261 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
7262 lt_cv_file_magic_test_file=/lib/libc.so
7265 lt_cv_deplibs_check_method=pass_all
7268 lt_cv_deplibs_check_method=pass_all
7274 lt_cv_deplibs_check_method=pass_all
7279 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_deplibs_check_method" >&5
7280 $as_echo "$lt_cv_deplibs_check_method" >&6; }
7281 file_magic_cmd=$lt_cv_file_magic_cmd
7282 deplibs_check_method=$lt_cv_deplibs_check_method
7283 test -z "$deplibs_check_method" && deplibs_check_method=unknown
7297 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll
"
7298 for plugin in $plugin_names; do
7299 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
7300 if test x$plugin_so = x$plugin; then
7301 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
7303 if test x$plugin_so != x$plugin; then
7304 plugin_option="--plugin $plugin_so"
7309 if test -n "$ac_tool_prefix"; then
7310 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7311 set dummy ${ac_tool_prefix}ar; ac_word=$2
7312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7313 $as_echo_n "checking
for $ac_word...
" >&6; }
7314 if ${ac_cv_prog_AR+:} false; then :
7315 $as_echo_n "(cached
) " >&6
7317 if test -n "$AR"; then
7318 ac_cv_prog_AR="$AR" # Let the user override the test.
7320 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7324 test -z "$as_dir" && as_dir=.
7325 for ac_exec_ext in '' $ac_executable_extensions; do
7326 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7327 ac_cv_prog_AR="${ac_tool_prefix}ar"
7328 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7338 if test -n "$AR"; then
7339 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
7340 $as_echo "$AR" >&6; }
7342 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7343 $as_echo "no
" >&6; }
7348 if test -z "$ac_cv_prog_AR"; then
7350 # Extract the first word of "ar", so it can be a program name with args.
7351 set dummy ar; ac_word=$2
7352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7353 $as_echo_n "checking
for $ac_word...
" >&6; }
7354 if ${ac_cv_prog_ac_ct_AR+:} false; then :
7355 $as_echo_n "(cached
) " >&6
7357 if test -n "$ac_ct_AR"; then
7358 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
7360 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7364 test -z "$as_dir" && as_dir=.
7365 for ac_exec_ext in '' $ac_executable_extensions; do
7366 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7367 ac_cv_prog_ac_ct_AR="ar"
7368 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7377 ac_ct_AR=$ac_cv_prog_ac_ct_AR
7378 if test -n "$ac_ct_AR"; then
7379 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_AR" >&5
7380 $as_echo "$ac_ct_AR" >&6; }
7382 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7383 $as_echo "no
" >&6; }
7386 if test "x
$ac_ct_AR" = x; then
7389 case $cross_compiling:$ac_tool_warned in
7391 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7392 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7393 ac_tool_warned=yes ;;
7401 test -z "$AR" && AR=ar
7402 if test -n "$plugin_option"; then
7403 if $AR --help 2>&1 | grep -q "\
--plugin"; then
7405 $AR $plugin_option rc conftest.a conftest.c
7406 if test "$?
" != 0; then
7407 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: Failed
: $AR $plugin_option rc
" >&5
7408 $as_echo "$as_me: WARNING
: Failed
: $AR $plugin_option rc
" >&2;}
7410 AR="$AR $plugin_option"
7415 test -z "$AR_FLAGS" && AR_FLAGS=cru
7427 if test -n "$ac_tool_prefix"; then
7428 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
7429 set dummy ${ac_tool_prefix}strip; ac_word=$2
7430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7431 $as_echo_n "checking
for $ac_word...
" >&6; }
7432 if ${ac_cv_prog_STRIP+:} false; then :
7433 $as_echo_n "(cached
) " >&6
7435 if test -n "$STRIP"; then
7436 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
7438 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7442 test -z "$as_dir" && as_dir=.
7443 for ac_exec_ext in '' $ac_executable_extensions; do
7444 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7445 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
7446 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7455 STRIP=$ac_cv_prog_STRIP
7456 if test -n "$STRIP"; then
7457 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
7458 $as_echo "$STRIP" >&6; }
7460 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7461 $as_echo "no
" >&6; }
7466 if test -z "$ac_cv_prog_STRIP"; then
7468 # Extract the first word of "strip
", so it can be a program name with args.
7469 set dummy strip; ac_word=$2
7470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7471 $as_echo_n "checking
for $ac_word...
" >&6; }
7472 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
7473 $as_echo_n "(cached
) " >&6
7475 if test -n "$ac_ct_STRIP"; then
7476 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
7478 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7482 test -z "$as_dir" && as_dir=.
7483 for ac_exec_ext in '' $ac_executable_extensions; do
7484 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7485 ac_cv_prog_ac_ct_STRIP="strip
"
7486 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7495 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
7496 if test -n "$ac_ct_STRIP"; then
7497 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_STRIP" >&5
7498 $as_echo "$ac_ct_STRIP" >&6; }
7500 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7501 $as_echo "no
" >&6; }
7504 if test "x
$ac_ct_STRIP" = x; then
7507 case $cross_compiling:$ac_tool_warned in
7509 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7510 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7511 ac_tool_warned=yes ;;
7516 STRIP="$ac_cv_prog_STRIP"
7519 test -z "$STRIP" && STRIP=:
7526 if test -n "$ac_tool_prefix"; then
7527 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
7528 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7530 $as_echo_n "checking
for $ac_word...
" >&6; }
7531 if ${ac_cv_prog_RANLIB+:} false; then :
7532 $as_echo_n "(cached
) " >&6
7534 if test -n "$RANLIB"; then
7535 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7537 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7541 test -z "$as_dir" && as_dir=.
7542 for ac_exec_ext in '' $ac_executable_extensions; do
7543 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7544 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
7545 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7554 RANLIB=$ac_cv_prog_RANLIB
7555 if test -n "$RANLIB"; then
7556 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
7557 $as_echo "$RANLIB" >&6; }
7559 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7560 $as_echo "no
" >&6; }
7565 if test -z "$ac_cv_prog_RANLIB"; then
7566 ac_ct_RANLIB=$RANLIB
7567 # Extract the first word of "ranlib
", so it can be a program name with args.
7568 set dummy ranlib; ac_word=$2
7569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7570 $as_echo_n "checking
for $ac_word...
" >&6; }
7571 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
7572 $as_echo_n "(cached
) " >&6
7574 if test -n "$ac_ct_RANLIB"; then
7575 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7577 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7581 test -z "$as_dir" && as_dir=.
7582 for ac_exec_ext in '' $ac_executable_extensions; do
7583 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7584 ac_cv_prog_ac_ct_RANLIB="ranlib
"
7585 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7594 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7595 if test -n "$ac_ct_RANLIB"; then
7596 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_RANLIB" >&5
7597 $as_echo "$ac_ct_RANLIB" >&6; }
7599 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7600 $as_echo "no
" >&6; }
7603 if test "x
$ac_ct_RANLIB" = x; then
7606 case $cross_compiling:$ac_tool_warned in
7608 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7609 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7610 ac_tool_warned=yes ;;
7612 RANLIB=$ac_ct_RANLIB
7615 RANLIB="$ac_cv_prog_RANLIB"
7618 test -z "$RANLIB" && RANLIB=:
7619 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
7620 if $RANLIB --help 2>&1 | grep -q "\
--plugin"; then
7621 RANLIB="$RANLIB $plugin_option"
7630 # Determine commands to create old-style static archives.
7631 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7632 old_postinstall_cmds='chmod 644 $oldlib'
7633 old_postuninstall_cmds=
7635 if test -n "$RANLIB"; then
7638 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
7641 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
7644 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
7649 lock_old_archive_extraction=yes ;;
7651 lock_old_archive_extraction=no ;;
7692 # If no C compiler was specified, use CC.
7695 # If no C compiler flags were specified, use CFLAGS.
7696 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7698 # Allow CC to be a program name with arguments.
7702 # Check for command to grab the raw symbol name followed by C symbol from nm.
7703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
command to parse
$NM output from
$compiler object
" >&5
7704 $as_echo_n "checking
command to parse
$NM output from
$compiler object...
" >&6; }
7705 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
7706 $as_echo_n "(cached
) " >&6
7709 # These are sane defaults that work on at least a few old systems.
7710 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7712 # Character class describing NM global symbol codes.
7713 symcode='[BCDEGRST]'
7715 # Regexp to match symbols that can be accessed directly from C.
7716 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7718 # Define system-specific variables.
7723 cygwin* | mingw* | pw32* | cegcc*)
7724 symcode='[ABCDGISTW]'
7727 if test "$host_cpu" = ia64; then
7728 symcode='[ABCDEGRST]'
7732 symcode='[BCDEGRST]'
7735 symcode='[BCDEGQRST]'
7746 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7754 # If we're using GNU nm, then use its standard symbol codes.
7755 case `$NM -V 2>&1` in
7756 *GNU* | *'with BFD'*)
7757 symcode='[ABCDGIRSTW]' ;;
7760 # Transform an extracted symbol line into a proper C declaration.
7761 # Some systems (esp. on ia64) link data and code symbols differently,
7762 # so use this general approach.
7763 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7765 # Transform an extracted symbol line into symbol name and symbol address
7766 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7767 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'"
7769 # Handle CRLF in mingw tool chain
7773 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7777 # Try without a prefix underscore, then with it.
7778 for ac_symprfx in "" "_
"; do
7780 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7781 symxfrm="\\1 $ac_symprfx\\2 \\2"
7783 # Write the raw and C identifiers.
7784 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
7785 # Fake it for dumpbin and say T for any non-static function
7786 # and D for any global variable.
7787 # Also find C++ and __fastcall symbols from MSVC++,
7788 # which start with @ or ?.
7789 lt_cv_sys_global_symbol_pipe="$AWK '"\
7790 " {last_section=section; section=\$ 3};"\
7791 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7792 " \$ 0!~/External *\|/{next};"\
7793 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7794 " {if(hide[section]) next};"\
7795 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7796 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7797 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7798 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7799 " ' prfx
=^
$ac_symprfx"
7801 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7804 # Check to see that the pipe works correctly.
7808 cat > conftest.$ac_ext <<_LT_EOF
7813 void nm_test_func(void);
7814 void nm_test_func(void){}
7818 int main(){nm_test_var='a';nm_test_func();return(0);}
7821 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7822 (eval $ac_compile) 2>&5
7824 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7825 test $ac_status = 0; }; then
7826 # Now try to grab the symbols.
7828 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$NM conftest.
$ac_objext \|
"$lt_cv_sys_global_symbol_pipe" \
> $nlist\""; } >&5
7829 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7831 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7832 test $ac_status = 0; } && test -s "$nlist"; then
7833 # Try sorting and uniquifying the output.
7834 if sort "$nlist" | uniq > "$nlist"T; then
7835 mv -f "$nlist"T "$nlist"
7840 # Make sure that we snagged all the symbols we need.
7841 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7842 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7843 cat <<_LT_EOF > conftest.$ac_ext
7849 # Now generate the symbol file.
7850 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7852 cat <<_LT_EOF >> conftest.$ac_ext
7854 /* The mapping between symbol names and symbols. */
7859 lt__PROGRAM__LTX_preloaded_symbols[] =
7861 { "@PROGRAM@
", (void *) 0 },
7863 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7864 cat <<\_LT_EOF >> conftest.$ac_ext
7868 /* This works around a problem in FreeBSD linker */
7869 #ifdef FREEBSD_WORKAROUND
7870 static const void *lt_preloaded_setup() {
7871 return lt__PROGRAM__LTX_preloaded_symbols;
7879 # Now try linking the two files.
7880 mv conftest.$ac_objext conftstm.$ac_objext
7881 lt_save_LIBS="$LIBS"
7882 lt_save_CFLAGS="$CFLAGS"
7883 LIBS="conftstm.
$ac_objext"
7884 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7885 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7886 (eval $ac_link) 2>&5
7888 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7889 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7892 LIBS="$lt_save_LIBS"
7893 CFLAGS="$lt_save_CFLAGS"
7895 echo "cannot
find nm_test_func
in $nlist" >&5
7898 echo "cannot
find nm_test_var
in $nlist" >&5
7901 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
7904 echo "$progname: failed program was
:" >&5
7905 cat conftest.$ac_ext >&5
7907 rm -rf conftest* conftst*
7909 # Do not use the global_symbol_pipe unless it works.
7910 if test "$pipe_works" = yes; then
7913 lt_cv_sys_global_symbol_pipe=
7919 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7920 lt_cv_sys_global_symbol_to_cdecl=
7922 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7923 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: failed
" >&5
7924 $as_echo "failed
" >&6; }
7926 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: ok
" >&5
7927 $as_echo "ok
" >&6; }
7951 # Check whether --enable-libtool-lock was given.
7952 if test "${enable_libtool_lock+set}" = set; then :
7953 enableval=$enable_libtool_lock;
7956 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
7958 # Some flags need to be propagated to the compiler or linker for good
7962 # Find out which ABI we are using.
7963 echo 'int i;' > conftest.$ac_ext
7964 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7965 (eval $ac_compile) 2>&5
7967 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7968 test $ac_status = 0; }; then
7969 case `/usr/bin/file conftest.$ac_objext` in
7981 # Find out which ABI we are using.
7982 echo '#line '$LINENO' "configure
"' > conftest.$ac_ext
7983 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7984 (eval $ac_compile) 2>&5
7986 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7987 test $ac_status = 0; }; then
7988 if test "$lt_cv_prog_gnu_ld" = yes; then
7989 case `/usr/bin/file conftest.$ac_objext` in
7991 LD="${LD-ld} -melf32bsmip"
7994 LD="${LD-ld} -melf32bmipn32"
7997 LD="${LD-ld} -melf64bmip"
8001 case `/usr/bin/file conftest.$ac_objext` in
8017 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
8018 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
8019 # Find out which ABI we are using.
8020 echo 'int i;' > conftest.$ac_ext
8021 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8022 (eval $ac_compile) 2>&5
8024 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
8025 test $ac_status = 0; }; then
8026 case `/usr/bin/file conftest.o` in
8029 x86_64-*kfreebsd*-gnu)
8030 LD="${LD-ld} -m elf_i386_fbsd
"
8033 case `/usr/bin/file conftest.o` in
8035 LD="${LD-ld} -m elf32_x86_64
"
8038 LD="${LD-ld} -m elf_i386
"
8042 powerpc64le-*linux*)
8043 LD="${LD-ld} -m elf32lppclinux
"
8046 LD="${LD-ld} -m elf32ppclinux
"
8049 LD="${LD-ld} -m elf_s390
"
8052 LD="${LD-ld} -m elf32_sparc
"
8058 x86_64-*kfreebsd*-gnu)
8059 LD="${LD-ld} -m elf_x86_64_fbsd
"
8062 LD="${LD-ld} -m elf_x86_64
"
8065 LD="${LD-ld} -m elf64lppc
"
8068 LD="${LD-ld} -m elf64ppc
"
8070 s390*-*linux*|s390*-*tpf*)
8071 LD="${LD-ld} -m elf64_s390
"
8074 LD="${LD-ld} -m elf64_sparc
"
8084 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
8085 SAVE_CFLAGS="$CFLAGS"
8086 CFLAGS="$CFLAGS -belf"
8087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs
-belf" >&5
8088 $as_echo_n "checking whether the C compiler needs
-belf...
" >&6; }
8089 if ${lt_cv_cc_needs_belf+:} false; then :
8090 $as_echo_n "(cached
) " >&6
8093 ac_cpp='$CPP $CPPFLAGS'
8094 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8095 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8096 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8099 /* end confdefs.h. */
8109 if ac_fn_c_try_link "$LINENO"; then :
8110 lt_cv_cc_needs_belf=yes
8112 lt_cv_cc_needs_belf=no
8114 rm -f core conftest.err conftest.$ac_objext \
8115 conftest$ac_exeext conftest.$ac_ext
8117 ac_cpp='$CPP $CPPFLAGS'
8118 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8119 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8120 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8123 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_cc_needs_belf" >&5
8124 $as_echo "$lt_cv_cc_needs_belf" >&6; }
8125 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
8126 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
8127 CFLAGS="$SAVE_CFLAGS"
8131 # Find out which ABI we are using.
8132 echo 'int i;' > conftest.$ac_ext
8133 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8134 (eval $ac_compile) 2>&5
8136 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
8137 test $ac_status = 0; }; then
8138 case `/usr/bin/file conftest.o` in
8140 case $lt_cv_prog_gnu_ld in
8141 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
8143 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
8155 need_locks="$enable_libtool_lock"
8159 rhapsody* | darwin*)
8160 if test -n "$ac_tool_prefix"; then
8161 # Extract the first word of "${ac_tool_prefix}dsymutil
", so it can be a program name with args.
8162 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
8163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8164 $as_echo_n "checking
for $ac_word...
" >&6; }
8165 if ${ac_cv_prog_DSYMUTIL+:} false; then :
8166 $as_echo_n "(cached
) " >&6
8168 if test -n "$DSYMUTIL"; then
8169 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
8171 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8175 test -z "$as_dir" && as_dir=.
8176 for ac_exec_ext in '' $ac_executable_extensions; do
8177 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8178 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil
"
8179 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8188 DSYMUTIL=$ac_cv_prog_DSYMUTIL
8189 if test -n "$DSYMUTIL"; then
8190 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL" >&5
8191 $as_echo "$DSYMUTIL" >&6; }
8193 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8194 $as_echo "no
" >&6; }
8199 if test -z "$ac_cv_prog_DSYMUTIL"; then
8200 ac_ct_DSYMUTIL=$DSYMUTIL
8201 # Extract the first word of "dsymutil
", so it can be a program name with args.
8202 set dummy dsymutil; ac_word=$2
8203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8204 $as_echo_n "checking
for $ac_word...
" >&6; }
8205 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
8206 $as_echo_n "(cached
) " >&6
8208 if test -n "$ac_ct_DSYMUTIL"; then
8209 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
8211 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8215 test -z "$as_dir" && as_dir=.
8216 for ac_exec_ext in '' $ac_executable_extensions; do
8217 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8218 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil
"
8219 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8228 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
8229 if test -n "$ac_ct_DSYMUTIL"; then
8230 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_DSYMUTIL" >&5
8231 $as_echo "$ac_ct_DSYMUTIL" >&6; }
8233 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8234 $as_echo "no
" >&6; }
8237 if test "x
$ac_ct_DSYMUTIL" = x; then
8240 case $cross_compiling:$ac_tool_warned in
8242 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
8243 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
8244 ac_tool_warned=yes ;;
8246 DSYMUTIL=$ac_ct_DSYMUTIL
8249 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
8252 if test -n "$ac_tool_prefix"; then
8253 # Extract the first word of "${ac_tool_prefix}nmedit
", so it can be a program name with args.
8254 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
8255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8256 $as_echo_n "checking
for $ac_word...
" >&6; }
8257 if ${ac_cv_prog_NMEDIT+:} false; then :
8258 $as_echo_n "(cached
) " >&6
8260 if test -n "$NMEDIT"; then
8261 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
8263 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8267 test -z "$as_dir" && as_dir=.
8268 for ac_exec_ext in '' $ac_executable_extensions; do
8269 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8270 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit
"
8271 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8280 NMEDIT=$ac_cv_prog_NMEDIT
8281 if test -n "$NMEDIT"; then
8282 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NMEDIT" >&5
8283 $as_echo "$NMEDIT" >&6; }
8285 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8286 $as_echo "no
" >&6; }
8291 if test -z "$ac_cv_prog_NMEDIT"; then
8292 ac_ct_NMEDIT=$NMEDIT
8293 # Extract the first word of "nmedit
", so it can be a program name with args.
8294 set dummy nmedit; ac_word=$2
8295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8296 $as_echo_n "checking
for $ac_word...
" >&6; }
8297 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
8298 $as_echo_n "(cached
) " >&6
8300 if test -n "$ac_ct_NMEDIT"; then
8301 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
8303 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8307 test -z "$as_dir" && as_dir=.
8308 for ac_exec_ext in '' $ac_executable_extensions; do
8309 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8310 ac_cv_prog_ac_ct_NMEDIT="nmedit
"
8311 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8320 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
8321 if test -n "$ac_ct_NMEDIT"; then
8322 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_NMEDIT" >&5
8323 $as_echo "$ac_ct_NMEDIT" >&6; }
8325 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8326 $as_echo "no
" >&6; }
8329 if test "x
$ac_ct_NMEDIT" = x; then
8332 case $cross_compiling:$ac_tool_warned in
8334 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
8335 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
8336 ac_tool_warned=yes ;;
8338 NMEDIT=$ac_ct_NMEDIT
8341 NMEDIT="$ac_cv_prog_NMEDIT"
8344 if test -n "$ac_tool_prefix"; then
8345 # Extract the first word of "${ac_tool_prefix}lipo
", so it can be a program name with args.
8346 set dummy ${ac_tool_prefix}lipo; ac_word=$2
8347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8348 $as_echo_n "checking
for $ac_word...
" >&6; }
8349 if ${ac_cv_prog_LIPO+:} false; then :
8350 $as_echo_n "(cached
) " >&6
8352 if test -n "$LIPO"; then
8353 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
8355 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8359 test -z "$as_dir" && as_dir=.
8360 for ac_exec_ext in '' $ac_executable_extensions; do
8361 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8362 ac_cv_prog_LIPO="${ac_tool_prefix}lipo
"
8363 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8372 LIPO=$ac_cv_prog_LIPO
8373 if test -n "$LIPO"; then
8374 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
8375 $as_echo "$LIPO" >&6; }
8377 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8378 $as_echo "no
" >&6; }
8383 if test -z "$ac_cv_prog_LIPO"; then
8385 # Extract the first word of "lipo
", so it can be a program name with args.
8386 set dummy lipo; ac_word=$2
8387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8388 $as_echo_n "checking
for $ac_word...
" >&6; }
8389 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
8390 $as_echo_n "(cached
) " >&6
8392 if test -n "$ac_ct_LIPO"; then
8393 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
8395 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8399 test -z "$as_dir" && as_dir=.
8400 for ac_exec_ext in '' $ac_executable_extensions; do
8401 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8402 ac_cv_prog_ac_ct_LIPO="lipo
"
8403 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8412 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
8413 if test -n "$ac_ct_LIPO"; then
8414 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_LIPO" >&5
8415 $as_echo "$ac_ct_LIPO" >&6; }
8417 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8418 $as_echo "no
" >&6; }
8421 if test "x
$ac_ct_LIPO" = x; then
8424 case $cross_compiling:$ac_tool_warned in
8426 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
8427 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
8428 ac_tool_warned=yes ;;
8433 LIPO="$ac_cv_prog_LIPO"
8436 if test -n "$ac_tool_prefix"; then
8437 # Extract the first word of "${ac_tool_prefix}otool
", so it can be a program name with args.
8438 set dummy ${ac_tool_prefix}otool; ac_word=$2
8439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8440 $as_echo_n "checking
for $ac_word...
" >&6; }
8441 if ${ac_cv_prog_OTOOL+:} false; then :
8442 $as_echo_n "(cached
) " >&6
8444 if test -n "$OTOOL"; then
8445 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
8447 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8451 test -z "$as_dir" && as_dir=.
8452 for ac_exec_ext in '' $ac_executable_extensions; do
8453 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8454 ac_cv_prog_OTOOL="${ac_tool_prefix}otool
"
8455 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8464 OTOOL=$ac_cv_prog_OTOOL
8465 if test -n "$OTOOL"; then
8466 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
8467 $as_echo "$OTOOL" >&6; }
8469 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8470 $as_echo "no
" >&6; }
8475 if test -z "$ac_cv_prog_OTOOL"; then
8477 # Extract the first word of "otool
", so it can be a program name with args.
8478 set dummy otool; ac_word=$2
8479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8480 $as_echo_n "checking
for $ac_word...
" >&6; }
8481 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
8482 $as_echo_n "(cached
) " >&6
8484 if test -n "$ac_ct_OTOOL"; then
8485 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
8487 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8491 test -z "$as_dir" && as_dir=.
8492 for ac_exec_ext in '' $ac_executable_extensions; do
8493 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8494 ac_cv_prog_ac_ct_OTOOL="otool
"
8495 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8504 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8505 if test -n "$ac_ct_OTOOL"; then
8506 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL" >&5
8507 $as_echo "$ac_ct_OTOOL" >&6; }
8509 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8510 $as_echo "no
" >&6; }
8513 if test "x
$ac_ct_OTOOL" = x; then
8516 case $cross_compiling:$ac_tool_warned in
8518 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
8519 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
8520 ac_tool_warned=yes ;;
8525 OTOOL="$ac_cv_prog_OTOOL"
8528 if test -n "$ac_tool_prefix"; then
8529 # Extract the first word of "${ac_tool_prefix}otool64
", so it can be a program name with args.
8530 set dummy ${ac_tool_prefix}otool64; ac_word=$2
8531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8532 $as_echo_n "checking
for $ac_word...
" >&6; }
8533 if ${ac_cv_prog_OTOOL64+:} false; then :
8534 $as_echo_n "(cached
) " >&6
8536 if test -n "$OTOOL64"; then
8537 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8543 test -z "$as_dir" && as_dir=.
8544 for ac_exec_ext in '' $ac_executable_extensions; do
8545 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8546 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64
"
8547 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8556 OTOOL64=$ac_cv_prog_OTOOL64
8557 if test -n "$OTOOL64"; then
8558 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL64" >&5
8559 $as_echo "$OTOOL64" >&6; }
8561 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8562 $as_echo "no
" >&6; }
8567 if test -z "$ac_cv_prog_OTOOL64"; then
8568 ac_ct_OTOOL64=$OTOOL64
8569 # Extract the first word of "otool64
", so it can be a program name with args.
8570 set dummy otool64; ac_word=$2
8571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
8572 $as_echo_n "checking
for $ac_word...
" >&6; }
8573 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
8574 $as_echo_n "(cached
) " >&6
8576 if test -n "$ac_ct_OTOOL64"; then
8577 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8583 test -z "$as_dir" && as_dir=.
8584 for ac_exec_ext in '' $ac_executable_extensions; do
8585 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8586 ac_cv_prog_ac_ct_OTOOL64="otool64
"
8587 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
8596 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8597 if test -n "$ac_ct_OTOOL64"; then
8598 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL64" >&5
8599 $as_echo "$ac_ct_OTOOL64" >&6; }
8601 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8602 $as_echo "no
" >&6; }
8605 if test "x
$ac_ct_OTOOL64" = x; then
8608 case $cross_compiling:$ac_tool_warned in
8610 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
8611 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
8612 ac_tool_warned=yes ;;
8614 OTOOL64=$ac_ct_OTOOL64
8617 OTOOL64="$ac_cv_prog_OTOOL64"
8646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -single_module linker flag
" >&5
8647 $as_echo_n "checking
for -single_module linker flag...
" >&6; }
8648 if ${lt_cv_apple_cc_single_mod+:} false; then :
8649 $as_echo_n "(cached
) " >&6
8651 lt_cv_apple_cc_single_mod=no
8652 if test -z "${LT_MULTI_MODULE}"; then
8653 # By default we will add the -single_module flag. You can override
8654 # by either setting the environment variable LT_MULTI_MODULE
8655 # non-empty at configure time, or by adding -multi_module to the
8657 rm -rf libconftest.dylib*
8658 echo "int foo
(void
){return 1;}" > conftest.c
8659 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8660 -dynamiclib -Wl,-single_module conftest.c
" >&5
8661 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8662 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8664 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8665 lt_cv_apple_cc_single_mod=yes
8667 cat conftest.err >&5
8669 rm -rf libconftest.dylib*
8673 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_apple_cc_single_mod" >&5
8674 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -exported_symbols_list linker flag
" >&5
8676 $as_echo_n "checking
for -exported_symbols_list linker flag...
" >&6; }
8677 if ${lt_cv_ld_exported_symbols_list+:} false; then :
8678 $as_echo_n "(cached
) " >&6
8680 lt_cv_ld_exported_symbols_list=no
8681 save_LDFLAGS=$LDFLAGS
8682 echo "_main
" > conftest.sym
8683 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym
"
8684 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8685 /* end confdefs.h. */
8695 if ac_fn_c_try_link "$LINENO"; then :
8696 lt_cv_ld_exported_symbols_list=yes
8698 lt_cv_ld_exported_symbols_list=no
8700 rm -f core conftest.err conftest.$ac_objext \
8701 conftest$ac_exeext conftest.$ac_ext
8702 LDFLAGS="$save_LDFLAGS"
8705 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_exported_symbols_list" >&5
8706 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -force_load linker flag
" >&5
8708 $as_echo_n "checking
for -force_load linker flag...
" >&6; }
8709 if ${lt_cv_ld_force_load+:} false; then :
8710 $as_echo_n "(cached
) " >&6
8712 lt_cv_ld_force_load=no
8713 cat > conftest.c << _LT_EOF
8714 int forced_loaded() { return 2;}
8716 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c
" >&5
8717 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8718 echo "$AR cru libconftest.a conftest.o
" >&5
8719 $AR cru libconftest.a conftest.o 2>&5
8720 cat > conftest.c << _LT_EOF
8721 int main() { return 0;}
8723 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c
-Wl,-force_load,.
/libconftest.a
" >&5
8724 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8726 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8727 lt_cv_ld_force_load=yes
8729 cat conftest.err >&5
8731 rm -f conftest.err libconftest.a conftest conftest.c
8732 rm -rf conftest.dSYM
8735 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_force_load" >&5
8736 $as_echo "$lt_cv_ld_force_load" >&6; }
8738 rhapsody* | darwin1.[012])
8739 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8741 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8742 darwin*) # darwin 5.x on
8743 # if running on 10.5 or later, the deployment target defaults
8744 # to the OS version, if on x86, and 10.4, the deployment
8745 # target defaults to 10.4. Don't you love it?
8746 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8747 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8748 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8750 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8752 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8756 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8757 _lt_dar_single_mod='$single_module'
8759 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8760 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8762 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8764 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no
"; then
8765 _lt_dsymutil='~$DSYMUTIL $lib || :'
8772 for ac_header in dlfcn.h
8774 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h
" "ac_cv_header_dlfcn_h
" "$ac_includes_default
8776 if test "x
$ac_cv_header_dlfcn_h" = xyes; then :
8777 cat >>confdefs.h <<_ACEOF
8778 #define HAVE_DLFCN_H 1
8801 # Check whether --enable-static was given.
8802 if test "${enable_static+set}" = set; then :
8803 enableval=$enable_static; p=${PACKAGE-default}
8805 yes) enable_static=yes ;;
8806 no) enable_static=no ;;
8809 # Look at the argument we got. We use all the common list separators.
8810 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8811 for pkg in $enableval; do
8813 if test "X
$pkg" = "X
$p"; then
8833 # Check whether --with-pic was given.
8834 if test "${with_pic+set}" = set; then :
8835 withval=$with_pic; pic_mode="$withval"
8841 test -z "$pic_mode" && pic_mode=default
8849 # Check whether --enable-fast-install was given.
8850 if test "${enable_fast_install+set}" = set; then :
8851 enableval=$enable_fast_install; p=${PACKAGE-default}
8853 yes) enable_fast_install=yes ;;
8854 no) enable_fast_install=no ;;
8856 enable_fast_install=no
8857 # Look at the argument we got. We use all the common list separators.
8858 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8859 for pkg in $enableval; do
8861 if test "X
$pkg" = "X
$p"; then
8862 enable_fast_install=yes
8869 enable_fast_install=yes
8882 # This can be used to rebuild libtool when needed
8883 LIBTOOL_DEPS="$ltmain"
8885 # Always use our own libtool.
8886 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8913 test -z "$LN_S" && LN_S="ln -s"
8928 if test -n "${ZSH_VERSION+set}" ; then
8929 setopt NO_GLOB_SUBST
8932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objdir
" >&5
8933 $as_echo_n "checking
for objdir...
" >&6; }
8934 if ${lt_cv_objdir+:} false; then :
8935 $as_echo_n "(cached
) " >&6
8937 rm -f .libs 2>/dev/null
8938 mkdir .libs 2>/dev/null
8939 if test -d .libs; then
8942 # MS-DOS does not allow filenames that begin with a dot.
8945 rmdir .libs 2>/dev/null
8947 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_objdir" >&5
8948 $as_echo "$lt_cv_objdir" >&6; }
8949 objdir=$lt_cv_objdir
8955 cat >>confdefs.h <<_ACEOF
8956 #define LT_OBJDIR "$lt_cv_objdir/"
8964 # AIX sometimes has problems with the GCC collect2 program. For some
8965 # reason, if we set the COLLECT_NAMES environment variable, the problems
8966 # vanish in a puff of smoke.
8967 if test "X
${COLLECT_NAMES+set}" != Xset; then
8969 export COLLECT_NAMES
8976 can_build_shared=yes
8978 # All known linkers require a `.a' archive for static linking (except MSVC,
8979 # which needs '.lib').
8982 with_gnu_ld="$lt_cv_prog_gnu_ld"
8985 old_CFLAGS="$CFLAGS"
8987 # Set sane defaults for various variables
8988 test -z "$CC" && CC=cc
8989 test -z "$LTCC" && LTCC=$CC
8990 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8991 test -z "$LD" && LD=ld
8992 test -z "$ac_objext" && ac_objext=o
8994 for cc_temp in $compiler""; do
8996 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8997 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9002 cc_basename=`$ECHO "$cc_temp" | $SED "s
%.
*/%%; s
%^
$host_alias-%%"`
9005 # Only perform the check for file, if the check method requires it
9006 test -z "$MAGIC_CMD" && MAGIC_CMD=file
9007 case $deplibs_check_method in
9009 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ac_tool_prefix}file" >&5
9011 $as_echo_n "checking
for ${ac_tool_prefix}file...
" >&6; }
9012 if ${lt_cv_path_MAGIC_CMD+:} false; then :
9013 $as_echo_n "(cached
) " >&6
9017 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9020 lt_save_MAGIC_CMD="$MAGIC_CMD"
9021 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9022 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
9023 for ac_dir in $ac_dummy; do
9025 test -z "$ac_dir" && ac_dir=.
9026 if test -f $ac_dir/${ac_tool_prefix}file; then
9027 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9028 if test -n "$file_magic_test_file"; then
9029 case $deplibs_check_method in
9031 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
9032 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9033 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9034 $EGREP "$file_magic_regex" > /dev/null; then
9039 *** Warning: the command libtool uses to detect shared libraries,
9040 *** $file_magic_cmd, produces output that libtool cannot recognize.
9041 *** The result is that libtool may fail to recognize shared libraries
9042 *** as such. This will affect the creation of libtool libraries that
9043 *** depend on shared libraries, but programs linked with such libtool
9044 *** libraries will work regardless of this problem. Nevertheless, you
9045 *** may want to report the problem to your system manager and/or to
9046 *** bug-libtool@gnu.org
9056 MAGIC_CMD="$lt_save_MAGIC_CMD"
9061 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9062 if test -n "$MAGIC_CMD"; then
9063 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
9064 $as_echo "$MAGIC_CMD" >&6; }
9066 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9067 $as_echo "no
" >&6; }
9074 if test -z "$lt_cv_path_MAGIC_CMD"; then
9075 if test -n "$ac_tool_prefix"; then
9076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for file" >&5
9077 $as_echo_n "checking
for file...
" >&6; }
9078 if ${lt_cv_path_MAGIC_CMD+:} false; then :
9079 $as_echo_n "(cached
) " >&6
9083 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9086 lt_save_MAGIC_CMD="$MAGIC_CMD"
9087 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9088 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
9089 for ac_dir in $ac_dummy; do
9091 test -z "$ac_dir" && ac_dir=.
9092 if test -f $ac_dir/file; then
9093 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9094 if test -n "$file_magic_test_file"; then
9095 case $deplibs_check_method in
9097 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
9098 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9099 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9100 $EGREP "$file_magic_regex" > /dev/null; then
9105 *** Warning: the command libtool uses to detect shared libraries,
9106 *** $file_magic_cmd, produces output that libtool cannot recognize.
9107 *** The result is that libtool may fail to recognize shared libraries
9108 *** as such. This will affect the creation of libtool libraries that
9109 *** depend on shared libraries, but programs linked with such libtool
9110 *** libraries will work regardless of this problem. Nevertheless, you
9111 *** may want to report the problem to your system manager and/or to
9112 *** bug-libtool@gnu.org
9122 MAGIC_CMD="$lt_save_MAGIC_CMD"
9127 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9128 if test -n "$MAGIC_CMD"; then
9129 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
9130 $as_echo "$MAGIC_CMD" >&6; }
9132 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
9133 $as_echo "no
" >&6; }
9146 # Use C for the default configuration in the libtool script
9150 ac_cpp='$CPP $CPPFLAGS'
9151 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9152 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9153 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9156 # Source file extension for C test sources.
9159 # Object file extension for compiled C test sources.
9163 # Code to be used in simple compile tests
9164 lt_simple_compile_test_code="int some_variable
= 0;"
9166 # Code to be used in simple link tests
9167 lt_simple_link_test_code='int main(){return(0);}'
9175 # If no C compiler was specified, use CC.
9178 # If no C compiler flags were specified, use CFLAGS.
9179 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9181 # Allow CC to be a program name with arguments.
9184 # Save the default compiler, since it gets overwritten when the other
9185 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9186 compiler_DEFAULT=$CC
9188 # save warnings/boilerplate of simple test code
9189 ac_outfile=conftest.$ac_objext
9190 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9191 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9192 _lt_compiler_boilerplate=`cat conftest.err`
9195 ac_outfile=conftest.$ac_objext
9196 echo "$lt_simple_link_test_code" >conftest.$ac_ext
9197 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9198 _lt_linker_boilerplate=`cat conftest.err`
9203 ## There is no encapsulation within the following macros, do not change
9204 ## the running order or otherwise move them around unless you know exactly
9205 ## what you are doing...
9206 if test -n "$compiler"; then
9208 lt_prog_compiler_no_builtin_flag=
9210 if test "$GCC" = yes; then
9211 case $cc_basename in
9213 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9215 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-fno-rtti -fno-exceptions" >&5
9219 $as_echo_n "checking
if $compiler supports
-fno-rtti -fno-exceptions...
" >&6; }
9220 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
9221 $as_echo_n "(cached
) " >&6
9223 lt_cv_prog_compiler_rtti_exceptions=no
9224 ac_outfile=conftest.$ac_objext
9225 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9226 lt_compiler_flag="-fno-rtti -fno-exceptions"
9227 # Insert the option either (1) after the last *FLAGS variable, or
9228 # (2) before a word containing "conftest.
", or (3) at the end.
9229 # Note that $ac_compile itself does not contain backslashes and begins
9230 # with a dollar sign (not a hyphen), so the echo should work correctly.
9231 # The option is referenced via a variable to avoid confusing sed.
9232 lt_compile=`echo "$ac_compile" | $SED \
9233 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9234 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9235 -e 's:$: $lt_compiler_flag:'`
9236 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
9237 (eval "$lt_compile" 2>conftest.err)
9239 cat conftest.err >&5
9240 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9241 if (exit $ac_status) && test -s "$ac_outfile"; then
9242 # The compiler can only warn and ignore the option if not recognized
9243 # So say no if there are warnings other than the usual output.
9244 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9245 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9246 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9247 lt_cv_prog_compiler_rtti_exceptions=yes
9253 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_rtti_exceptions" >&5
9254 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9256 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9257 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9269 lt_prog_compiler_wl=
9270 lt_prog_compiler_pic=
9271 lt_prog_compiler_static=
9273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $compiler option to produce PIC
" >&5
9274 $as_echo_n "checking
for $compiler option to produce PIC...
" >&6; }
9276 if test "$GCC" = yes; then
9277 lt_prog_compiler_wl='-Wl,'
9278 lt_prog_compiler_static='-static'
9282 # All AIX code is PIC.
9283 if test "$host_cpu" = ia64; then
9284 # AIX 5 now supports IA64 processor
9285 lt_prog_compiler_static='-Bstatic'
9287 lt_prog_compiler_pic='-fPIC'
9293 # see comment about AmigaOS4 .so support
9294 lt_prog_compiler_pic='-fPIC'
9297 # FIXME: we need at least 68020 code to build shared libraries, but
9298 # adding the `-m68020' flag to GCC prevents building anything better,
9300 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9305 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9306 # PIC is the default for these OSes.
9309 mingw* | cygwin* | pw32* | os2* | cegcc*)
9310 # This hack is so that the source file can tell whether it is being
9311 # built for inclusion in a dll (and should export symbols for example).
9312 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9313 # (--disable-auto-import) libraries
9314 lt_prog_compiler_pic='-DDLL_EXPORT'
9317 darwin* | rhapsody*)
9318 # PIC is the default on this platform
9319 # Common symbols not allowed in MH_DYLIB files
9320 lt_prog_compiler_pic='-fno-common'
9324 # PIC is the default for Haiku.
9325 # The "-static" flag exists, but is broken.
9326 lt_prog_compiler_static=
9330 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9331 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9332 # sets the default TLS model and affects inlining.
9338 lt_prog_compiler_pic='-fPIC'
9344 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9345 # Instead, we relocate shared libraries at runtime.
9349 # Just because we use GCC doesn't mean we suddenly get shared libraries
9350 # on systems that don't support them.
9351 lt_prog_compiler_can_build_shared=no
9356 # QNX uses GNU C++, but need to define -shared option too, otherwise
9358 lt_prog_compiler_pic='-fPIC -shared'
9362 if test -d /usr/nec; then
9363 lt_prog_compiler_pic=-Kconform_pic
9368 lt_prog_compiler_pic='-fPIC'
9372 case $cc_basename in
9373 nvcc*) # Cuda Compiler Driver 2.2
9374 lt_prog_compiler_wl='-Xlinker '
9375 lt_prog_compiler_pic='-Xcompiler -fPIC'
9379 # PORTME Check for flag to pass linker flags through the system compiler.
9382 lt_prog_compiler_wl='-Wl,'
9383 if test "$host_cpu" = ia64; then
9384 # AIX 5 now supports IA64 processor
9385 lt_prog_compiler_static='-Bstatic'
9387 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9391 mingw* | cygwin* | pw32* | os2* | cegcc*)
9392 # This hack is so that the source file can tell whether it is being
9393 # built for inclusion in a dll (and should export symbols for example).
9394 lt_prog_compiler_pic='-DDLL_EXPORT'
9397 hpux9* | hpux10* | hpux11*)
9398 lt_prog_compiler_wl='-Wl,'
9399 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9406 lt_prog_compiler_pic='+Z'
9409 # Is there a better lt_prog_compiler_static that works with the bundled CC?
9410 lt_prog_compiler_static='${wl}-a ${wl}archive'
9413 irix5* | irix6* | nonstopux*)
9414 lt_prog_compiler_wl='-Wl,'
9415 # PIC (with -KPIC) is the default.
9416 lt_prog_compiler_static='-non_shared'
9419 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9420 case $cc_basename in
9421 # old Intel for x86_64 which still supported -KPIC.
9423 lt_prog_compiler_wl='-Wl,'
9424 lt_prog_compiler_pic='-KPIC'
9425 lt_prog_compiler_static='-static'
9427 # icc used to be incompatible with GCC.
9428 # ICC 10 doesn't accept -KPIC any more.
9430 lt_prog_compiler_wl='-Wl,'
9431 lt_prog_compiler_pic='-fPIC'
9432 lt_prog_compiler_static='-static'
9434 # Lahey Fortran 8.1.
9436 lt_prog_compiler_wl='-Wl,'
9437 lt_prog_compiler_pic='--shared'
9438 lt_prog_compiler_static='--static'
9440 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
9441 # Portland Group compilers (*not* the Pentium gcc compiler,
9442 # which looks to be a dead project)
9443 lt_prog_compiler_wl='-Wl,'
9444 lt_prog_compiler_pic='-fpic'
9445 lt_prog_compiler_static='-Bstatic'
9448 lt_prog_compiler_wl='-Wl,'
9449 # All Alpha code is PIC.
9450 lt_prog_compiler_static='-non_shared'
9452 xl* | bgxl* | bgf* | mpixl*)
9453 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
9454 lt_prog_compiler_wl='-Wl,'
9455 lt_prog_compiler_pic='-qpic'
9456 lt_prog_compiler_static='-qstaticlink'
9459 case `$CC -V 2>&1 | sed 5q` in
9460 *Sun\ F* | *Sun*Fortran*)
9461 # Sun Fortran 8.3 passes all unrecognized flags to the linker
9462 lt_prog_compiler_pic='-KPIC'
9463 lt_prog_compiler_static='-Bstatic'
9464 lt_prog_compiler_wl=''
9468 lt_prog_compiler_pic='-KPIC'
9469 lt_prog_compiler_static='-Bstatic'
9470 lt_prog_compiler_wl='-Wl,'
9478 lt_prog_compiler_pic='-KPIC'
9479 lt_prog_compiler_static='-Bstatic'
9483 # QNX uses GNU C++, but need to define -shared option too, otherwise
9485 lt_prog_compiler_pic='-fPIC -shared'
9488 osf3* | osf4* | osf5*)
9489 lt_prog_compiler_wl='-Wl,'
9490 # All OSF/1 code is PIC.
9491 lt_prog_compiler_static='-non_shared'
9495 lt_prog_compiler_static='-non_shared'
9499 lt_prog_compiler_pic='-KPIC'
9500 lt_prog_compiler_static='-Bstatic'
9501 case $cc_basename in
9503 lt_prog_compiler_wl='-Qoption ld ';;
9505 lt_prog_compiler_wl='-Wl,';;
9510 lt_prog_compiler_wl='-Qoption ld '
9511 lt_prog_compiler_pic='-PIC'
9512 lt_prog_compiler_static='-Bstatic'
9515 sysv4 | sysv4.2uw2* | sysv4.3*)
9516 lt_prog_compiler_wl='-Wl,'
9517 lt_prog_compiler_pic='-KPIC'
9518 lt_prog_compiler_static='-Bstatic'
9522 if test -d /usr/nec ;then
9523 lt_prog_compiler_pic='-Kconform_pic'
9524 lt_prog_compiler_static='-Bstatic'
9528 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9529 lt_prog_compiler_wl='-Wl,'
9530 lt_prog_compiler_pic='-KPIC'
9531 lt_prog_compiler_static='-Bstatic'
9535 lt_prog_compiler_wl='-Wl,'
9536 lt_prog_compiler_can_build_shared=no
9540 lt_prog_compiler_pic='-pic'
9541 lt_prog_compiler_static='-Bstatic'
9545 lt_prog_compiler_can_build_shared=no
9551 # For platforms which do not support PIC, -DPIC is meaningless:
9553 lt_prog_compiler_pic=
9556 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9559 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_prog_compiler_pic" >&5
9560 $as_echo "$lt_prog_compiler_pic" >&6; }
9568 # Check to make sure the PIC flag actually works.
9570 if test -n "$lt_prog_compiler_pic"; then
9571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler PIC flag
$lt_prog_compiler_pic works
" >&5
9572 $as_echo_n "checking
if $compiler PIC flag
$lt_prog_compiler_pic works...
" >&6; }
9573 if ${lt_cv_prog_compiler_pic_works+:} false; then :
9574 $as_echo_n "(cached
) " >&6
9576 lt_cv_prog_compiler_pic_works=no
9577 ac_outfile=conftest.$ac_objext
9578 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9579 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9580 # Insert the option either (1) after the last *FLAGS variable, or
9581 # (2) before a word containing "conftest.
", or (3) at the end.
9582 # Note that $ac_compile itself does not contain backslashes and begins
9583 # with a dollar sign (not a hyphen), so the echo should work correctly.
9584 # The option is referenced via a variable to avoid confusing sed.
9585 lt_compile=`echo "$ac_compile" | $SED \
9586 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9587 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9588 -e 's:$: $lt_compiler_flag:'`
9589 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
9590 (eval "$lt_compile" 2>conftest.err)
9592 cat conftest.err >&5
9593 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9594 if (exit $ac_status) && test -s "$ac_outfile"; then
9595 # The compiler can only warn and ignore the option if not recognized
9596 # So say no if there are warnings other than the usual output.
9597 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9598 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9599 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9600 lt_cv_prog_compiler_pic_works=yes
9606 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_pic_works" >&5
9607 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
9609 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9610 case $lt_prog_compiler_pic in
9612 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9615 lt_prog_compiler_pic=
9616 lt_prog_compiler_can_build_shared=no
9627 # Check to make sure the static flag actually works.
9629 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler static flag
$lt_tmp_static_flag works
" >&5
9631 $as_echo_n "checking
if $compiler static flag
$lt_tmp_static_flag works...
" >&6; }
9632 if ${lt_cv_prog_compiler_static_works+:} false; then :
9633 $as_echo_n "(cached
) " >&6
9635 lt_cv_prog_compiler_static_works=no
9636 save_LDFLAGS="$LDFLAGS"
9637 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9638 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9639 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9640 # The linker can only warn and ignore the option if not recognized
9641 # So say no if there are warnings
9642 if test -s conftest.err; then
9643 # Append any errors to the config.log.
9644 cat conftest.err 1>&5
9645 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9646 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9647 if diff conftest.exp conftest.er2 >/dev/null; then
9648 lt_cv_prog_compiler_static_works=yes
9651 lt_cv_prog_compiler_static_works=yes
9655 LDFLAGS="$save_LDFLAGS"
9658 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_static_works" >&5
9659 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
9661 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9664 lt_prog_compiler_static=
9673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
9674 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
9675 if ${lt_cv_prog_compiler_c_o+:} false; then :
9676 $as_echo_n "(cached
) " >&6
9678 lt_cv_prog_compiler_c_o=no
9679 $RM -r conftest 2>/dev/null
9683 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9685 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
9686 # Insert the option either (1) after the last *FLAGS variable, or
9687 # (2) before a word containing "conftest.
", or (3) at the end.
9688 # Note that $ac_compile itself does not contain backslashes and begins
9689 # with a dollar sign (not a hyphen), so the echo should work correctly.
9690 lt_compile=`echo "$ac_compile" | $SED \
9691 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9692 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9693 -e 's:$: $lt_compiler_flag:'`
9694 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
9695 (eval "$lt_compile" 2>out/conftest.err)
9697 cat out/conftest.err >&5
9698 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9699 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9701 # The compiler can only warn and ignore the option if not recognized
9702 # So say no if there are warnings
9703 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9704 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9705 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9706 lt_cv_prog_compiler_c_o=yes
9711 # SGI C++ compiler will create directory out/ii_files/ for
9712 # template instantiation
9713 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9714 $RM out/* && rmdir out
9720 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
9721 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
9729 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
9730 if ${lt_cv_prog_compiler_c_o+:} false; then :
9731 $as_echo_n "(cached
) " >&6
9733 lt_cv_prog_compiler_c_o=no
9734 $RM -r conftest 2>/dev/null
9738 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9740 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
9741 # Insert the option either (1) after the last *FLAGS variable, or
9742 # (2) before a word containing "conftest.
", or (3) at the end.
9743 # Note that $ac_compile itself does not contain backslashes and begins
9744 # with a dollar sign (not a hyphen), so the echo should work correctly.
9745 lt_compile=`echo "$ac_compile" | $SED \
9746 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9747 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9748 -e 's:$: $lt_compiler_flag:'`
9749 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
9750 (eval "$lt_compile" 2>out/conftest.err)
9752 cat out/conftest.err >&5
9753 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9754 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9756 # The compiler can only warn and ignore the option if not recognized
9757 # So say no if there are warnings
9758 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9759 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9760 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9761 lt_cv_prog_compiler_c_o=yes
9766 # SGI C++ compiler will create directory out/ii_files/ for
9767 # template instantiation
9768 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9769 $RM out/* && rmdir out
9775 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
9776 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9781 hard_links="nottested
"
9782 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9783 # do not overwrite the value of need_locks provided by the user
9784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if we can lock with hard links
" >&5
9785 $as_echo_n "checking
if we can lock with hard links...
" >&6; }
9788 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9790 ln conftest.a conftest.b 2>&5 || hard_links=no
9791 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9792 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $hard_links" >&5
9793 $as_echo "$hard_links" >&6; }
9794 if test "$hard_links" = no; then
9795 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&5
9796 $as_echo "$as_me: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&2;}
9808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the
$compiler linker
($LD) supports shared libraries
" >&5
9809 $as_echo_n "checking whether the
$compiler linker
($LD) supports shared libraries...
" >&6; }
9812 allow_undefined_flag=
9813 always_export_symbols=no
9815 archive_expsym_cmds=
9816 compiler_needs_object=no
9817 enable_shared_with_static_runtimes=no
9818 export_dynamic_flag_spec=
9819 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9820 hardcode_automatic=no
9822 hardcode_direct_absolute=no
9823 hardcode_libdir_flag_spec=
9824 hardcode_libdir_flag_spec_ld=
9825 hardcode_libdir_separator=
9827 hardcode_shlibpath_var=unsupported
9829 link_all_deplibs=unknown
9832 old_archive_from_new_cmds=
9833 old_archive_from_expsyms_cmds=
9834 thread_safe_flag_spec=
9835 whole_archive_flag_spec=
9836 # include_expsyms should be a list of space-separated symbols to be *always*
9837 # included in the symbol list
9839 # exclude_expsyms can be an extended regexp of symbols to exclude
9840 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9841 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9842 # as well as any symbol that contains `d'.
9843 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9844 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9845 # platforms (ab)use it in PIC code, but their linkers get confused if
9846 # the symbol is explicitly referenced. Since portable code cannot
9847 # rely on this symbol name, it's probably fine to never include it in
9848 # preloaded symbol tables.
9849 # Exclude shared library initialization/finalization symbols.
9850 extract_expsyms_cmds=
9853 cygwin* | mingw* | pw32* | cegcc*)
9854 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9855 # When not using gcc, we currently assume that we are using
9856 # Microsoft Visual C++.
9857 if test "$GCC" != yes; then
9862 # we just hope/assume this is gcc and not c89 (= MSVC++)
9872 # On some targets, GNU ld is compatible enough with the native linker
9873 # that we're better off using the native interface for both.
9874 lt_use_gnu_ld_interface=no
9875 if test "$with_gnu_ld" = yes; then
9878 # The AIX port of GNU ld has always aspired to compatibility
9879 # with the native linker. However, as the warning in the GNU ld
9880 # block says, versions before 2.19.5* couldn't really create working
9881 # shared libraries, regardless of the interface used.
9882 case `$LD -v 2>&1` in
9883 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9884 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9885 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9887 lt_use_gnu_ld_interface=yes
9892 lt_use_gnu_ld_interface=yes
9897 if test "$lt_use_gnu_ld_interface" = yes; then
9898 # If archive_cmds runs LD, not CC, wlarc should be empty
9901 # Set some defaults for GNU ld with shared library support. These
9902 # are reset later if shared libraries are not supported. Putting them
9903 # here allows them to be overridden if necessary.
9904 runpath_var=LD_RUN_PATH
9905 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9906 export_dynamic_flag_spec='${wl}--export-dynamic'
9907 # ancient GNU ld didn't support --whole-archive et. al.
9908 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9909 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9911 whole_archive_flag_spec=
9913 supports_anon_versioning=no
9914 case `$LD -v 2>&1` in
9915 *GNU\ gold*) supports_anon_versioning=yes ;;
9916 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9917 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9918 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9919 *\ 2.11.*) ;; # other 2.11 versions
9920 *) supports_anon_versioning=yes ;;
9923 # See if GNU ld supports shared libraries.
9926 # On AIX/PPC, the GNU linker is very broken
9927 if test "$host_cpu" != ia64; then
9931 *** Warning: the GNU linker, at least up to release 2.19, is reported
9932 *** to be unable to reliably create shared libraries on AIX.
9933 *** Therefore, libtool is disabling shared libraries support. If you
9934 *** really care for shared libraries, you may want to install binutils
9935 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9936 *** You will then need to restart the configuration process.
9945 # see comment about AmigaOS4 .so support
9946 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9947 archive_expsym_cmds=''
9950 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)'
9951 hardcode_libdir_flag_spec
='-L$libdir'
9952 hardcode_minus_L
=yes
9958 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9959 allow_undefined_flag
=unsupported
9960 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9961 # support --undefined. This deserves some investigation. FIXME
9962 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9968 cygwin
* | mingw
* | pw32
* | cegcc
*)
9969 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9970 # as there is no search path for DLLs.
9971 hardcode_libdir_flag_spec
='-L$libdir'
9972 export_dynamic_flag_spec
='${wl}--export-all-symbols'
9973 allow_undefined_flag
=unsupported
9974 always_export_symbols
=no
9975 enable_shared_with_static_runtimes
=yes
9976 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9978 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
9979 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9980 # If the export-symbols file already is a .def file (1st line
9981 # is EXPORTS), use it as is; otherwise, prepend...
9982 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9983 cp $export_symbols $output_objdir/$soname.def;
9985 echo EXPORTS > $output_objdir/$soname.def;
9986 cat $export_symbols >> $output_objdir/$soname.def;
9988 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9995 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9996 link_all_deplibs
=yes
10001 hardcode_shlibpath_var
=no
10002 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
10003 export_dynamic_flag_spec
='${wl}-E'
10004 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10005 # Instead, shared libraries are loaded at an image base (0x10000000 by
10006 # default) and relocated if they conflict, which is a slow very memory
10007 # consuming and fragmenting process. To avoid this, we pick a random,
10008 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10009 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10010 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10011 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'
10014 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
10016 if test "$host_os" = linux-dietlibc
; then
10017 case $cc_basename in
10018 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
10021 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
10022 && test "$tmp_diet" = no
10024 tmp_addflag
=' $pic_flag'
10025 tmp_sharedflag
='-shared'
10026 case $cc_basename,$host_cpu in
10027 pgcc
*) # Portland Group C compiler
10028 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'
10029 tmp_addflag
=' $pic_flag'
10031 pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
10032 # Portland Group f77 and f90 compilers
10033 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'
10034 tmp_addflag
=' $pic_flag -Mnomain' ;;
10035 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
10036 tmp_addflag
=' -i_dynamic' ;;
10037 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
10038 tmp_addflag
=' -i_dynamic -nofor_main' ;;
10039 ifc
* | ifort
*) # Intel Fortran compiler
10040 tmp_addflag
=' -nofor_main' ;;
10041 lf95
*) # Lahey Fortran 8.1
10042 whole_archive_flag_spec
=
10043 tmp_sharedflag
='--shared' ;;
10044 xl
[cC
]* | bgxl
[cC
]* | mpixl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10045 tmp_sharedflag
='-qmkshrobj'
10047 nvcc
*) # Cuda Compiler Driver 2.2
10048 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'
10049 compiler_needs_object
=yes
10052 case `$CC -V 2>&1 | sed 5q` in
10053 *Sun\ C
*) # Sun C 5.9
10054 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'
10055 compiler_needs_object
=yes
10056 tmp_sharedflag
='-G' ;;
10057 *Sun\ F
*) # Sun Fortran 8.3
10058 tmp_sharedflag
='-G' ;;
10060 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10062 if test "x$supports_anon_versioning" = xyes
; then
10063 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
10064 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10065 echo "local: *; };" >> $output_objdir/$libname.ver~
10066 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10069 case $cc_basename in
10070 xlf
* | bgf
* | bgxlf
* | mpixlf
*)
10071 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10072 whole_archive_flag_spec
='--whole-archive$convenience --no-whole-archive'
10073 hardcode_libdir_flag_spec
=
10074 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
10075 archive_cmds
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10076 if test "x$supports_anon_versioning" = xyes
; then
10077 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
10078 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10079 echo "local: *; };" >> $output_objdir/$libname.ver~
10080 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10090 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
10091 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10094 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10095 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10100 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
10104 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
10105 *** create shared libraries on Solaris systems. Therefore, libtool
10106 *** is disabling shared libraries support. We urge you to upgrade GNU
10107 *** binutils to release 2.9.1 or newer. Another option is to modify
10108 *** your PATH or compiler configuration so that the native linker is
10109 *** used, and then restart.
10112 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
10113 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10114 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10120 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
10121 case `$LD -v 2>&1` in
10122 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
10126 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10127 *** reliably create shared libraries on SCO systems. Therefore, libtool
10128 *** is disabling shared libraries support. We urge you to upgrade GNU
10129 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10130 *** your PATH or compiler configuration so that the native linker is
10131 *** used, and then restart.
10136 # For security reasons, it is highly recommended that you always
10137 # use absolute paths for naming shared libraries, and exclude the
10138 # DT_RUNPATH tag from executables and libraries. But doing so
10139 # requires that you compile everything twice, which is a pain.
10140 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
10141 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
10142 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10143 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10152 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10154 hardcode_direct
=yes
10155 hardcode_shlibpath_var
=no
10159 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
10160 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10161 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10168 if test "$ld_shlibs" = no
; then
10170 hardcode_libdir_flag_spec
=
10171 export_dynamic_flag_spec
=
10172 whole_archive_flag_spec
=
10175 # PORTME fill in a description of your system's linker (not GNU ld)
10178 allow_undefined_flag
=unsupported
10179 always_export_symbols
=yes
10180 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'
10181 # Note: this linker hardcodes the directories in LIBPATH if there
10182 # are no directories specified by -L.
10183 hardcode_minus_L
=yes
10184 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10185 # Neither direct hardcoding nor static linking is supported with a
10187 hardcode_direct
=unsupported
10192 if test "$host_cpu" = ia64
; then
10193 # On IA64, the linker does run time linking by default, so we don't
10194 # have to do anything special.
10195 aix_use_runtimelinking
=no
10196 exp_sym_flag
='-Bexport'
10199 # If we're using GNU nm, then we don't want the "-C" option.
10200 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10201 # Also, AIX nm treats weak defined symbols like other global
10202 # defined symbols, whereas GNU nm marks them as "W".
10203 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
10204 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'
10206 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'
10208 aix_use_runtimelinking
=no
10210 # Test if we are trying to use run time linking or normal
10211 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10212 # need to do runtime linking.
10213 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
10214 for ld_flag
in $LDFLAGS; do
10215 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
10216 aix_use_runtimelinking
=yes
10223 exp_sym_flag
='-bexport'
10224 no_entry_flag
='-bnoentry'
10227 # When large executables or shared objects are built, AIX ld can
10228 # have problems creating the table of contents. If linking a library
10229 # or program results in "error TOC overflow" add -mminimal-toc to
10230 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10231 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10234 hardcode_direct
=yes
10235 hardcode_direct_absolute
=yes
10236 hardcode_libdir_separator
=':'
10237 link_all_deplibs
=yes
10238 file_list_spec
='${wl}-f,'
10240 if test "$GCC" = yes; then
10241 case $host_os in aix4.
[012]|aix4.
[012].
*)
10242 # We only want to do this on AIX 4.2 and lower, the check
10243 # below for broken collect2 doesn't work under 4.3+
10244 collect2name
=`${CC} -print-prog-name=collect2`
10245 if test -f "$collect2name" &&
10246 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
10248 # We have reworked collect2
10251 # We have old collect2
10252 hardcode_direct
=unsupported
10253 # It fails to find uninstalled libraries when the uninstalled
10254 # path is not listed in the libpath. Setting hardcode_minus_L
10255 # to unsupported forces relinking
10256 hardcode_minus_L
=yes
10257 hardcode_libdir_flag_spec
='-L$libdir'
10258 hardcode_libdir_separator
=
10262 shared_flag
='-shared'
10263 if test "$aix_use_runtimelinking" = yes; then
10264 shared_flag
="$shared_flag "'${wl}-G'
10268 if test "$host_cpu" = ia64
; then
10269 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10270 # chokes on -Wl,-G. The following line is correct:
10273 if test "$aix_use_runtimelinking" = yes; then
10274 shared_flag
='${wl}-G'
10276 shared_flag
='${wl}-bM:SRE'
10281 export_dynamic_flag_spec
='${wl}-bexpall'
10282 # It seems that -bexpall does not export symbols beginning with
10283 # underscore (_), so it is better to generate a list of symbols to export.
10284 always_export_symbols
=yes
10285 if test "$aix_use_runtimelinking" = yes; then
10286 # Warning - without using the other runtime loading flags (-brtl),
10287 # -berok will link without error, but may produce a broken library.
10288 allow_undefined_flag
='-berok'
10289 # Determine the default libpath from the value encoded in an
10290 # empty executable.
10291 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10292 /* end confdefs.h. */
10302 if ac_fn_c_try_link
"$LINENO"; then :
10304 lt_aix_libpath_sed
='
10305 /Import File Strings/,/^$/ {
10311 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10312 # Check for a 64-bit object if we didn't find anything.
10313 if test -z "$aix_libpath"; then
10314 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10317 rm -f core conftest.err conftest.
$ac_objext \
10318 conftest
$ac_exeext conftest.
$ac_ext
10319 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
10321 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
10322 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"
10324 if test "$host_cpu" = ia64
; then
10325 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
10326 allow_undefined_flag
="-z nodefs"
10327 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"
10329 # Determine the default libpath from the value encoded in an
10330 # empty executable.
10331 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10332 /* end confdefs.h. */
10342 if ac_fn_c_try_link
"$LINENO"; then :
10344 lt_aix_libpath_sed
='
10345 /Import File Strings/,/^$/ {
10351 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10352 # Check for a 64-bit object if we didn't find anything.
10353 if test -z "$aix_libpath"; then
10354 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10357 rm -f core conftest.err conftest.
$ac_objext \
10358 conftest
$ac_exeext conftest.
$ac_ext
10359 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
10361 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
10362 # Warning - without using the other run time loading flags,
10363 # -berok will link without error, but may produce a broken library.
10364 no_undefined_flag
=' ${wl}-bernotok'
10365 allow_undefined_flag
=' ${wl}-berok'
10366 if test "$with_gnu_ld" = yes; then
10367 # We only use this code for GNU lds that support --whole-archive.
10368 whole_archive_flag_spec
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10370 # Exported symbols can be pulled into shared objects from archives
10371 whole_archive_flag_spec
='$convenience'
10373 archive_cmds_need_lc
=yes
10374 # This is similar to how AIX traditionally builds its shared libraries.
10375 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'
10383 # see comment about AmigaOS4 .so support
10384 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10385 archive_expsym_cmds
=''
10388 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)'
10389 hardcode_libdir_flag_spec
='-L$libdir'
10390 hardcode_minus_L
=yes
10396 export_dynamic_flag_spec
=-rdynamic
10399 cygwin
* | mingw
* | pw32
* | cegcc
*)
10400 # When not using gcc, we currently assume that we are using
10401 # Microsoft Visual C++.
10402 # hardcode_libdir_flag_spec is actually meaningless, as there is
10403 # no search path for DLLs.
10404 hardcode_libdir_flag_spec
=' '
10405 allow_undefined_flag
=unsupported
10406 # Tell ltmain to make .lib files, not .a files.
10408 # Tell ltmain to make .dll files, not .so files.
10410 # FIXME: Setting linknames here is a bad hack.
10411 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
10412 # The linker will automatically build a .lib file if we build a DLL.
10413 old_archive_from_new_cmds
='true'
10414 # FIXME: Should let the user specify the lib program.
10415 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
10416 fix_srcfile_path
='`cygpath -w "$srcfile"`'
10417 enable_shared_with_static_runtimes
=yes
10420 darwin
* | rhapsody
*)
10423 archive_cmds_need_lc
=no
10425 hardcode_automatic
=yes
10426 hardcode_shlibpath_var
=unsupported
10427 if test "$lt_cv_ld_force_load" = "yes"; then
10428 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\"`'
10430 whole_archive_flag_spec
=''
10432 link_all_deplibs
=yes
10433 allow_undefined_flag
="$_lt_dar_allow_undefined"
10434 case $cc_basename in
10435 ifort
*) _lt_dar_can_shared
=yes ;;
10436 *) _lt_dar_can_shared
=$GCC ;;
10438 if test "$_lt_dar_can_shared" = "yes"; then
10439 output_verbose_link_cmd
=func_echo_all
10440 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10441 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
10442 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}"
10443 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}"
10452 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10453 hardcode_libdir_flag_spec
='-L$libdir'
10454 hardcode_shlibpath_var
=no
10457 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10458 # support. Future versions do this automatically, but an explicit c++rt0.o
10459 # does not break anything, and helps significantly (at the cost of a little
10462 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
10463 hardcode_libdir_flag_spec
='-R$libdir'
10464 hardcode_direct
=yes
10465 hardcode_shlibpath_var
=no
10468 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10470 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10471 hardcode_direct
=yes
10472 hardcode_minus_L
=yes
10473 hardcode_shlibpath_var
=no
10476 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10477 freebsd
* | dragonfly
*)
10478 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
10479 hardcode_libdir_flag_spec
='-R$libdir'
10480 hardcode_direct
=yes
10481 hardcode_shlibpath_var
=no
10485 if test "$GCC" = yes; then
10486 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'
10488 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'
10490 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
10491 hardcode_libdir_separator
=:
10492 hardcode_direct
=yes
10494 # hardcode_minus_L: Not really in the search PATH,
10495 # but as the default location of the library.
10496 hardcode_minus_L
=yes
10497 export_dynamic_flag_spec
='${wl}-E'
10501 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
10502 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10504 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10506 if test "$with_gnu_ld" = no
; then
10507 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
10508 hardcode_libdir_flag_spec_ld
='+b $libdir'
10509 hardcode_libdir_separator
=:
10510 hardcode_direct
=yes
10511 hardcode_direct_absolute
=yes
10512 export_dynamic_flag_spec
='${wl}-E'
10513 # hardcode_minus_L: Not really in the search PATH,
10514 # but as the default location of the library.
10515 hardcode_minus_L
=yes
10520 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
10523 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10526 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10529 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10535 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10538 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10542 # Older versions of the 11.00 compiler do not understand -b yet
10543 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10545 $as_echo_n "checking if $CC understands -b... " >&6; }
10546 if ${lt_cv_prog_compiler__b+:} false
; then :
10547 $as_echo_n "(cached) " >&6
10549 lt_cv_prog_compiler__b
=no
10550 save_LDFLAGS
="$LDFLAGS"
10551 LDFLAGS
="$LDFLAGS -b"
10552 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
10553 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
10554 # The linker can only warn and ignore the option if not recognized
10555 # So say no if there are warnings
10556 if test -s conftest.err
; then
10557 # Append any errors to the config.log.
10558 cat conftest.err
1>&5
10559 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
10560 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
10561 if diff conftest.exp conftest.er2
>/dev
/null
; then
10562 lt_cv_prog_compiler__b
=yes
10565 lt_cv_prog_compiler__b
=yes
10569 LDFLAGS
="$save_LDFLAGS"
10572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10573 $as_echo "$lt_cv_prog_compiler__b" >&6; }
10575 if test x
"$lt_cv_prog_compiler__b" = xyes
; then
10576 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10578 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10584 if test "$with_gnu_ld" = no
; then
10585 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
10586 hardcode_libdir_separator
=:
10591 hardcode_shlibpath_var
=no
10594 hardcode_direct
=yes
10595 hardcode_direct_absolute
=yes
10596 export_dynamic_flag_spec
='${wl}-E'
10598 # hardcode_minus_L: Not really in the search PATH,
10599 # but as the default location of the library.
10600 hardcode_minus_L
=yes
10606 irix5
* | irix6
* | nonstopux
*)
10607 if test "$GCC" = yes; then
10608 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'
10609 # Try to use the -exported_symbol ld option, if it does not
10610 # work, assume that -exports_file does not work either and
10611 # implicitly export all symbols.
10612 save_LDFLAGS
="$LDFLAGS"
10613 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10614 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10615 /* end confdefs.h. */
10618 if ac_fn_c_try_link
"$LINENO"; then :
10619 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'
10622 rm -f core conftest.err conftest.
$ac_objext \
10623 conftest
$ac_exeext conftest.
$ac_ext
10624 LDFLAGS
="$save_LDFLAGS"
10626 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'
10627 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'
10629 archive_cmds_need_lc
='no'
10630 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
10631 hardcode_libdir_separator
=:
10633 link_all_deplibs
=yes
10637 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
10638 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10640 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10642 hardcode_libdir_flag_spec
='-R$libdir'
10643 hardcode_direct
=yes
10644 hardcode_shlibpath_var
=no
10648 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10649 hardcode_direct
=yes
10650 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
10651 hardcode_libdir_separator
=:
10652 hardcode_shlibpath_var
=no
10659 if test -f /usr
/libexec
/ld.so
; then
10660 hardcode_direct
=yes
10661 hardcode_shlibpath_var
=no
10662 hardcode_direct_absolute
=yes
10663 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10664 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10665 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10666 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
10667 export_dynamic_flag_spec
='${wl}-E'
10670 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
10671 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10672 hardcode_libdir_flag_spec
='-R$libdir'
10675 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10676 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
10686 hardcode_libdir_flag_spec
='-L$libdir'
10687 hardcode_minus_L
=yes
10688 allow_undefined_flag
=unsupported
10689 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'
10690 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10694 if test "$GCC" = yes; then
10695 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
10696 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'
10698 allow_undefined_flag
=' -expect_unresolved \*'
10699 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'
10701 archive_cmds_need_lc
='no'
10702 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
10703 hardcode_libdir_separator
=:
10706 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
10707 if test "$GCC" = yes; then
10708 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
10709 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'
10710 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
10712 allow_undefined_flag
=' -expect_unresolved \*'
10713 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'
10714 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~
10715 $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'
10717 # Both c and cxx compiler support -rpath directly
10718 hardcode_libdir_flag_spec
='-rpath $libdir'
10720 archive_cmds_need_lc
='no'
10721 hardcode_libdir_separator
=:
10725 no_undefined_flag
=' -z defs'
10726 if test "$GCC" = yes; then
10728 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10729 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10730 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10732 case `$CC -V 2>&1` in
10735 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10736 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10737 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10741 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10742 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10743 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10747 hardcode_libdir_flag_spec
='-R$libdir'
10748 hardcode_shlibpath_var
=no
10750 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
10752 # The compiler driver will combine and reorder linker options,
10753 # but understands `-z linker_flag'. GCC discards it without `$wl',
10754 # but is careful enough not to reorder.
10755 # Supported since Solaris 2.6 (maybe 2.5.1?)
10756 if test "$GCC" = yes; then
10757 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10759 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
10763 link_all_deplibs
=yes
10767 if test "x$host_vendor" = xsequent
; then
10768 # Use $CC to link under sequent, because it throws in some extra .o
10769 # files that make .init and .fini sections work.
10770 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10772 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10774 hardcode_libdir_flag_spec
='-L$libdir'
10775 hardcode_direct
=yes
10776 hardcode_minus_L
=yes
10777 hardcode_shlibpath_var
=no
10781 case $host_vendor in
10783 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10784 hardcode_direct
=yes # is this really true???
10787 ## LD is ld it makes a PLAMLIB
10788 ## CC just makes a GrossModule.
10789 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10790 reload_cmds
='$CC -r -o $output$reload_objs'
10794 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10795 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
10798 runpath_var
='LD_RUN_PATH'
10799 hardcode_shlibpath_var
=no
10803 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10804 hardcode_shlibpath_var
=no
10805 export_dynamic_flag_spec
='-Bexport'
10809 if test -d /usr
/nec
; then
10810 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10811 hardcode_shlibpath_var
=no
10812 runpath_var
=LD_RUN_PATH
10813 hardcode_runpath_var
=yes
10818 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
10819 no_undefined_flag
='${wl}-z,text'
10820 archive_cmds_need_lc
=no
10821 hardcode_shlibpath_var
=no
10822 runpath_var
='LD_RUN_PATH'
10824 if test "$GCC" = yes; then
10825 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10826 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10828 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10829 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10833 sysv5
* | sco3.2v5
* | sco5v6
*)
10834 # Note: We can NOT use -z defs as we might desire, because we do not
10835 # link with -lc, and that would cause any symbols used from libc to
10836 # always be unresolved, which means just about no library would
10837 # ever link correctly. If we're not using GNU ld we use -z text
10838 # though, which does catch some bad symbols but isn't as heavy-handed
10840 no_undefined_flag
='${wl}-z,text'
10841 allow_undefined_flag
='${wl}-z,nodefs'
10842 archive_cmds_need_lc
=no
10843 hardcode_shlibpath_var
=no
10844 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
10845 hardcode_libdir_separator
=':'
10846 link_all_deplibs
=yes
10847 export_dynamic_flag_spec
='${wl}-Bexport'
10848 runpath_var
='LD_RUN_PATH'
10850 if test "$GCC" = yes; then
10851 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10852 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10854 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10855 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10860 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10861 hardcode_libdir_flag_spec
='-L$libdir'
10862 hardcode_shlibpath_var
=no
10870 if test x
$host_vendor = xsni
; then
10872 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
10873 export_dynamic_flag_spec
='${wl}-Blargedynsym'
10879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10880 $as_echo "$ld_shlibs" >&6; }
10881 test "$ld_shlibs" = no
&& can_build_shared
=no
10883 with_gnu_ld
=$with_gnu_ld
10900 # Do we need to explicitly link libc?
10902 case "x$archive_cmds_need_lc" in
10904 # Assume -lc should be added
10905 archive_cmds_need_lc
=yes
10907 if test "$enable_shared" = yes && test "$GCC" = yes; then
10908 case $archive_cmds in
10910 # FIXME: we may have to deal with multi-command sequences.
10913 # Test whether the compiler implicitly links with -lc since on some
10914 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10915 # to ld, don't add -lc before -lgcc.
10916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10917 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10918 if ${lt_cv_archive_cmds_need_lc+:} false
; then :
10919 $as_echo_n "(cached) " >&6
10922 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
10924 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10925 (eval $ac_compile) 2>&5
10927 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10928 test $ac_status = 0; } 2>conftest.err
; then
10931 libobjs
=conftest.
$ac_objext
10933 wl
=$lt_prog_compiler_wl
10934 pic_flag
=$lt_prog_compiler_pic
10940 lt_save_allow_undefined_flag
=$allow_undefined_flag
10941 allow_undefined_flag
=
10942 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10943 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
10945 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10946 test $ac_status = 0; }
10948 lt_cv_archive_cmds_need_lc
=no
10950 lt_cv_archive_cmds_need_lc
=yes
10952 allow_undefined_flag
=$lt_save_allow_undefined_flag
10954 cat conftest.err
1>&5
10959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10960 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10961 archive_cmds_need_lc
=$lt_cv_archive_cmds_need_lc
11124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11125 $as_echo_n "checking dynamic linker characteristics... " >&6; }
11127 if test "$GCC" = yes; then
11129 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
11130 *) lt_awk_arg
="/^libraries:/" ;;
11133 mingw
* | cegcc
*) lt_sed_strip_eq
="s,=\([A-Za-z]:\),\1,g" ;;
11134 *) lt_sed_strip_eq
="s,=/,/,g" ;;
11136 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11137 case $lt_search_path_spec in
11139 # if the path contains ";" then we assume it to be the separator
11140 # otherwise default to the standard path separator (i.e. ":") - it is
11141 # assumed that no part of a normal pathname contains ";" but that should
11142 # okay in the real world where ";" in dirpaths is itself problematic.
11143 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11146 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11149 # Ok, now we have the path, separated by spaces, we can step through it
11150 # and add multilib dir if necessary.
11151 lt_tmp_lt_search_path_spec
=
11152 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11153 for lt_sys_path
in $lt_search_path_spec; do
11154 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11155 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11157 test -d "$lt_sys_path" && \
11158 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
11161 lt_search_path_spec
=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11162 BEGIN {RS=" "; FS="/|\n";} {
11165 for (lt_i = NF; lt_i > 0; lt_i--) {
11166 if ($lt_i != "" && $lt_i != ".") {
11167 if ($lt_i == "..") {
11170 if (lt_count == 0) {
11171 lt_foo="/" $lt_i lt_foo;
11178 if (lt_foo != "") { lt_freq[lt_foo]++; }
11179 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11181 # AWK program above erroneously prepends '/' to C:/dos/paths
11184 mingw
* | cegcc
*) lt_search_path_spec
=`$ECHO "$lt_search_path_spec" |\
11185 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11187 sys_lib_search_path_spec
=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11189 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
11191 library_names_spec
=
11192 libname_spec
='lib$name'
11196 postuninstall_cmds
=
11200 shlibpath_overrides_runpath
=unknown
11202 dynamic_linker
="$host_os ld.so"
11203 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
11204 need_lib_prefix
=unknown
11205 hardcode_into_libs
=no
11207 # when you set need_version to no, make sure it does not cause -set_version
11208 # flags to be left without arguments
11209 need_version
=unknown
11214 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
11215 shlibpath_var
=LIBPATH
11217 # AIX 3 has no versioning support, so we append a major version to the name.
11218 soname_spec
='${libname}${release}${shared_ext}$major'
11225 hardcode_into_libs
=yes
11226 if test "$host_cpu" = ia64
; then
11227 # AIX 5 supports IA64
11228 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11229 shlibpath_var
=LD_LIBRARY_PATH
11231 # With GCC up to 2.95.x, collect2 would create an import file
11232 # for dependence libraries. The import file would start with
11233 # the line `#! .'. This would cause the generated library to
11234 # depend on `.', always an invalid library. This was fixed in
11235 # development snapshots of GCC prior to 3.0.
11237 aix4 | aix4.
[01] | aix4.
[01].
*)
11238 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11240 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
11243 can_build_shared
=no
11247 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11248 # soname into executable. Probably we can add versioning support to
11249 # collect2, so additional links can be useful in future.
11250 if test "$aix_use_runtimelinking" = yes; then
11251 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11252 # instead of lib<name>.a to let people know that these are not
11253 # typical AIX shared libraries.
11254 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11256 # We preserve .a as extension for shared libraries through AIX4.2
11257 # and later when we are not doing run time linking.
11258 library_names_spec
='${libname}${release}.a $libname.a'
11259 soname_spec
='${libname}${release}${shared_ext}$major'
11261 shlibpath_var
=LIBPATH
11268 # Since July 2007 AmigaOS4 officially supports .so libraries.
11269 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11270 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11273 library_names_spec
='$libname.ixlibrary $libname.a'
11274 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11275 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'
11281 library_names_spec
='${libname}${shared_ext}'
11282 dynamic_linker
="$host_os ld.so"
11283 shlibpath_var
=LIBRARY_PATH
11289 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11290 soname_spec
='${libname}${release}${shared_ext}$major'
11291 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
11292 shlibpath_var
=LD_LIBRARY_PATH
11293 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11294 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
11295 # the default ld.so.conf also contains /usr/contrib/lib and
11296 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11297 # libtool to hard-code these into programs
11300 cygwin
* | mingw
* | pw32
* | cegcc
*)
11301 version_type
=windows
11306 case $GCC,$host_os in
11307 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
11308 library_names_spec
='$libname.dll.a'
11309 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11310 postinstall_cmds
='base_file=`basename \${file}`~
11311 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11312 dldir=$destdir/`dirname \$dlpath`~
11313 test -d \$dldir || mkdir -p \$dldir~
11314 $install_prog $dir/$dlname \$dldir/$dlname~
11315 chmod a+x \$dldir/$dlname~
11316 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11317 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11319 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11320 dlpath=$dir/\$dldll~
11322 shlibpath_overrides_runpath
=yes
11326 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11327 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11329 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/lib/w32api"
11332 # MinGW DLLs use traditional 'lib' prefix
11333 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11336 # pw32 DLLs use 'pw' prefix rather than 'lib'
11337 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11343 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11346 dynamic_linker
='Win32 ld.exe'
11347 # FIXME: first we should search . and the directory the executable is in
11351 darwin
* | rhapsody
*)
11352 dynamic_linker
="$host_os dyld"
11353 version_type
=darwin
11356 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11357 soname_spec
='${libname}${release}${major}$shared_ext'
11358 shlibpath_overrides_runpath
=yes
11359 shlibpath_var
=DYLD_LIBRARY_PATH
11360 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
11362 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
11363 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
11370 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11371 soname_spec
='${libname}${release}${shared_ext}$major'
11372 shlibpath_var
=LD_LIBRARY_PATH
11375 freebsd
* | dragonfly
*)
11376 # DragonFly does not have aout. When/if they implement a new
11377 # versioning mechanism, adjust this.
11378 if test -x /usr
/bin
/objformat
; then
11379 objformat
=`/usr/bin/objformat`
11382 freebsd
[23].
*) objformat
=aout
;;
11383 *) objformat
=elf
;;
11386 version_type
=freebsd-
$objformat
11387 case $version_type in
11389 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11394 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11398 shlibpath_var
=LD_LIBRARY_PATH
11401 shlibpath_overrides_runpath
=yes
11403 freebsd3.
[01]* | freebsdelf3.
[01]*)
11404 shlibpath_overrides_runpath
=yes
11405 hardcode_into_libs
=yes
11407 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
11408 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
11409 shlibpath_overrides_runpath
=no
11410 hardcode_into_libs
=yes
11412 *) # from 4.6 on, and DragonFly
11413 shlibpath_overrides_runpath
=yes
11414 hardcode_into_libs
=yes
11423 dynamic_linker
="$host_os runtime_loader"
11424 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11425 soname_spec
='${libname}${release}${shared_ext}$major'
11426 shlibpath_var
=LIBRARY_PATH
11427 shlibpath_overrides_runpath
=yes
11428 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/system/lib'
11429 hardcode_into_libs
=yes
11432 hpux9
* | hpux10
* | hpux11
*)
11433 # Give a soname corresponding to the major version so that dld.sl refuses to
11434 # link against other versions.
11441 hardcode_into_libs
=yes
11442 dynamic_linker
="$host_os dld.so"
11443 shlibpath_var
=LD_LIBRARY_PATH
11444 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
11445 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11446 soname_spec
='${libname}${release}${shared_ext}$major'
11447 if test "X$HPUX_IA64_MODE" = X32
; then
11448 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11450 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
11452 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
11456 hardcode_into_libs
=yes
11457 dynamic_linker
="$host_os dld.sl"
11458 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
11459 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
11460 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11461 soname_spec
='${libname}${release}${shared_ext}$major'
11462 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11463 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
11467 dynamic_linker
="$host_os dld.sl"
11468 shlibpath_var
=SHLIB_PATH
11469 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
11470 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11471 soname_spec
='${libname}${release}${shared_ext}$major'
11474 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
11475 postinstall_cmds
='chmod 555 $lib'
11476 # or fails outright, so override atomically:
11477 install_override_mode
=555
11484 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11485 soname_spec
='${libname}${release}${shared_ext}$major'
11486 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
11487 shlibpath_var
=LD_LIBRARY_PATH
11488 shlibpath_overrides_runpath
=no
11489 hardcode_into_libs
=yes
11492 irix5
* | irix6
* | nonstopux
*)
11494 nonstopux
*) version_type
=nonstopux
;;
11496 if test "$lt_cv_prog_gnu_ld" = yes; then
11504 soname_spec
='${libname}${release}${shared_ext}$major'
11505 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11507 irix5
* | nonstopux
*)
11508 libsuff
= shlibsuff
=
11511 case $LD in # libtool.m4 will add one of these switches to LD
11512 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
11513 libsuff
= shlibsuff
= libmagic
=32-bit;;
11514 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
11515 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
11516 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
11517 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
11518 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
11522 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
11523 shlibpath_overrides_runpath
=no
11524 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11525 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
11526 hardcode_into_libs
=yes
11529 # No shared lib support for Linux oldld, aout, or coff.
11530 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
11534 # This must be Linux ELF.
11535 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu | gnu
*)
11539 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11540 soname_spec
='${libname}${release}${shared_ext}$major'
11541 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11542 shlibpath_var
=LD_LIBRARY_PATH
11543 shlibpath_overrides_runpath
=no
11545 # Some binutils ld are patched to set DT_RUNPATH
11546 if ${lt_cv_shlibpath_overrides_runpath+:} false
; then :
11547 $as_echo_n "(cached) " >&6
11549 lt_cv_shlibpath_overrides_runpath
=no
11550 save_LDFLAGS
=$LDFLAGS
11551 save_libdir
=$libdir
11552 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11553 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11554 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11555 /* end confdefs.h. */
11565 if ac_fn_c_try_link
"$LINENO"; then :
11566 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
11567 lt_cv_shlibpath_overrides_runpath
=yes
11570 rm -f core conftest.err conftest.
$ac_objext \
11571 conftest
$ac_exeext conftest.
$ac_ext
11572 LDFLAGS
=$save_LDFLAGS
11573 libdir
=$save_libdir
11577 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
11579 # This implies no fast_install, which is unacceptable.
11580 # Some rework will be needed to allow for fast_install
11581 # before this can be enabled.
11582 hardcode_into_libs
=yes
11584 # Append ld.so.conf contents to the search path
11585 if test -f /etc
/ld.so.conf
; then
11586 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' ' '`
11587 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
11590 # We used to test for /lib/ld.so.1 and disable shared libraries on
11591 # powerpc, because MkLinux only supported shared libraries with the
11592 # GNU dynamic linker. Since this was broken with cross compilers,
11593 # most powerpc-linux boxes support dynamic linking these days and
11594 # people can always --disable-shared, the test was removed, and we
11595 # assume the GNU/Linux dynamic linker is in use.
11596 dynamic_linker
='GNU/Linux ld.so'
11603 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
11604 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11605 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11606 dynamic_linker
='NetBSD (a.out) ld.so'
11608 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11609 soname_spec
='${libname}${release}${shared_ext}$major'
11610 dynamic_linker
='NetBSD ld.elf_so'
11612 shlibpath_var
=LD_LIBRARY_PATH
11613 shlibpath_overrides_runpath
=yes
11614 hardcode_into_libs
=yes
11619 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11620 shlibpath_var
=LD_LIBRARY_PATH
11621 shlibpath_overrides_runpath
=yes
11628 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11629 soname_spec
='${libname}${release}${shared_ext}$major'
11630 shlibpath_var
=LD_LIBRARY_PATH
11631 shlibpath_overrides_runpath
=no
11632 hardcode_into_libs
=yes
11633 dynamic_linker
='ldqnx.so'
11638 sys_lib_dlsearch_path_spec
="/usr/lib"
11640 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11642 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
11643 *) need_version
=no
;;
11645 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11646 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11647 shlibpath_var
=LD_LIBRARY_PATH
11648 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11650 openbsd2.
[89] | openbsd2.
[89].
*)
11651 shlibpath_overrides_runpath
=no
11654 shlibpath_overrides_runpath
=yes
11658 shlibpath_overrides_runpath
=yes
11663 libname_spec
='$name'
11666 library_names_spec
='$libname${shared_ext} $libname.a'
11667 dynamic_linker
='OS/2 ld.exe'
11668 shlibpath_var
=LIBPATH
11671 osf3
* | osf4
* | osf5
*)
11675 soname_spec
='${libname}${release}${shared_ext}$major'
11676 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11677 shlibpath_var
=LD_LIBRARY_PATH
11678 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11679 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
11690 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11691 soname_spec
='${libname}${release}${shared_ext}$major'
11692 shlibpath_var
=LD_LIBRARY_PATH
11693 shlibpath_overrides_runpath
=yes
11694 hardcode_into_libs
=yes
11695 # ldd complains unless libraries are executable
11696 postinstall_cmds
='chmod +x $lib'
11701 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11702 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11703 shlibpath_var
=LD_LIBRARY_PATH
11704 shlibpath_overrides_runpath
=yes
11705 if test "$with_gnu_ld" = yes; then
11713 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11714 soname_spec
='${libname}${release}${shared_ext}$major'
11715 shlibpath_var
=LD_LIBRARY_PATH
11716 case $host_vendor in
11718 shlibpath_overrides_runpath
=no
11720 runpath_var
=LD_RUN_PATH
11728 shlibpath_overrides_runpath
=no
11729 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
11735 if test -d /usr
/nec
;then
11737 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11738 soname_spec
='$libname${shared_ext}.$major'
11739 shlibpath_var
=LD_LIBRARY_PATH
11743 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
11744 version_type
=freebsd-elf
11747 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11748 soname_spec
='${libname}${release}${shared_ext}$major'
11749 shlibpath_var
=LD_LIBRARY_PATH
11750 shlibpath_overrides_runpath
=yes
11751 hardcode_into_libs
=yes
11752 if test "$with_gnu_ld" = yes; then
11753 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11755 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
11758 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
11762 sys_lib_dlsearch_path_spec
='/usr/lib'
11766 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11770 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11771 shlibpath_var
=LD_LIBRARY_PATH
11772 shlibpath_overrides_runpath
=no
11773 hardcode_into_libs
=yes
11778 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11779 soname_spec
='${libname}${release}${shared_ext}$major'
11780 shlibpath_var
=LD_LIBRARY_PATH
11787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11788 $as_echo "$dynamic_linker" >&6; }
11789 test "$dynamic_linker" = no
&& can_build_shared
=no
11791 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
11792 if test "$GCC" = yes; then
11793 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11796 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11797 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
11799 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11800 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
11894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11895 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11897 if test -n "$hardcode_libdir_flag_spec" ||
11898 test -n "$runpath_var" ||
11899 test "X$hardcode_automatic" = "Xyes" ; then
11901 # We can hardcode non-existent directories.
11902 if test "$hardcode_direct" != no
&&
11903 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11904 # have to relink, otherwise we might link with an installed library
11905 # when we should be linking with a yet-to-be-installed one
11906 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11907 test "$hardcode_minus_L" != no
; then
11908 # Linking always hardcodes the temporary library directory.
11909 hardcode_action
=relink
11911 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11912 hardcode_action
=immediate
11915 # We cannot hardcode anything, or else we can only hardcode existing
11917 hardcode_action
=unsupported
11919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11920 $as_echo "$hardcode_action" >&6; }
11922 if test "$hardcode_action" = relink ||
11923 test "$inherit_rpath" = yes; then
11924 # Fast installation is not supported
11925 enable_fast_install
=no
11926 elif test "$shlibpath_overrides_runpath" = yes ||
11927 test "$enable_shared" = no
; then
11928 # Fast installation is not necessary
11929 enable_fast_install
=needless
11937 if test "x$enable_dlopen" != xyes
; then
11938 enable_dlopen
=unknown
11939 enable_dlopen_self
=unknown
11940 enable_dlopen_self_static
=unknown
11947 lt_cv_dlopen
="load_add_on"
11949 lt_cv_dlopen_self
=yes
11952 mingw
* | pw32
* | cegcc
*)
11953 lt_cv_dlopen
="LoadLibrary"
11958 lt_cv_dlopen
="dlopen"
11963 # if libdl is installed we need to link against it
11964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11965 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11966 if ${ac_cv_lib_dl_dlopen+:} false
; then :
11967 $as_echo_n "(cached) " >&6
11969 ac_check_lib_save_LIBS
=$LIBS
11971 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11972 /* end confdefs.h. */
11974 /* Override any GCC internal prototype to avoid an error.
11975 Use char because int might match the return type of a GCC
11976 builtin and then its argument prototype would still apply. */
11989 if ac_fn_c_try_link
"$LINENO"; then :
11990 ac_cv_lib_dl_dlopen
=yes
11992 ac_cv_lib_dl_dlopen
=no
11994 rm -f core conftest.err conftest.
$ac_objext \
11995 conftest
$ac_exeext conftest.
$ac_ext
11996 LIBS
=$ac_check_lib_save_LIBS
11998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11999 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12000 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
12001 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
12004 lt_cv_dlopen
="dyld"
12006 lt_cv_dlopen_self
=yes
12013 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
12014 if test "x$ac_cv_func_shl_load" = xyes
; then :
12015 lt_cv_dlopen
="shl_load"
12017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12018 $as_echo_n "checking for shl_load in -ldld... " >&6; }
12019 if ${ac_cv_lib_dld_shl_load+:} false
; then :
12020 $as_echo_n "(cached) " >&6
12022 ac_check_lib_save_LIBS
=$LIBS
12024 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12025 /* end confdefs.h. */
12027 /* Override any GCC internal prototype to avoid an error.
12028 Use char because int might match the return type of a GCC
12029 builtin and then its argument prototype would still apply. */
12037 return shl_load ();
12042 if ac_fn_c_try_link
"$LINENO"; then :
12043 ac_cv_lib_dld_shl_load
=yes
12045 ac_cv_lib_dld_shl_load
=no
12047 rm -f core conftest.err conftest.
$ac_objext \
12048 conftest
$ac_exeext conftest.
$ac_ext
12049 LIBS
=$ac_check_lib_save_LIBS
12051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12052 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12053 if test "x$ac_cv_lib_dld_shl_load" = xyes
; then :
12054 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
12056 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
12057 if test "x$ac_cv_func_dlopen" = xyes
; then :
12058 lt_cv_dlopen
="dlopen"
12060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12061 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12062 if ${ac_cv_lib_dl_dlopen+:} false
; then :
12063 $as_echo_n "(cached) " >&6
12065 ac_check_lib_save_LIBS
=$LIBS
12067 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12068 /* end confdefs.h. */
12070 /* Override any GCC internal prototype to avoid an error.
12071 Use char because int might match the return type of a GCC
12072 builtin and then its argument prototype would still apply. */
12085 if ac_fn_c_try_link
"$LINENO"; then :
12086 ac_cv_lib_dl_dlopen
=yes
12088 ac_cv_lib_dl_dlopen
=no
12090 rm -f core conftest.err conftest.
$ac_objext \
12091 conftest
$ac_exeext conftest.
$ac_ext
12092 LIBS
=$ac_check_lib_save_LIBS
12094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12095 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12096 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
12097 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
12099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12100 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
12101 if ${ac_cv_lib_svld_dlopen+:} false
; then :
12102 $as_echo_n "(cached) " >&6
12104 ac_check_lib_save_LIBS
=$LIBS
12105 LIBS
="-lsvld $LIBS"
12106 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12107 /* end confdefs.h. */
12109 /* Override any GCC internal prototype to avoid an error.
12110 Use char because int might match the return type of a GCC
12111 builtin and then its argument prototype would still apply. */
12124 if ac_fn_c_try_link
"$LINENO"; then :
12125 ac_cv_lib_svld_dlopen
=yes
12127 ac_cv_lib_svld_dlopen
=no
12129 rm -f core conftest.err conftest.
$ac_objext \
12130 conftest
$ac_exeext conftest.
$ac_ext
12131 LIBS
=$ac_check_lib_save_LIBS
12133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12134 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12135 if test "x$ac_cv_lib_svld_dlopen" = xyes
; then :
12136 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
12138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12139 $as_echo_n "checking for dld_link in -ldld... " >&6; }
12140 if ${ac_cv_lib_dld_dld_link+:} false
; then :
12141 $as_echo_n "(cached) " >&6
12143 ac_check_lib_save_LIBS
=$LIBS
12145 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12146 /* end confdefs.h. */
12148 /* Override any GCC internal prototype to avoid an error.
12149 Use char because int might match the return type of a GCC
12150 builtin and then its argument prototype would still apply. */
12158 return dld_link ();
12163 if ac_fn_c_try_link
"$LINENO"; then :
12164 ac_cv_lib_dld_dld_link
=yes
12166 ac_cv_lib_dld_dld_link
=no
12168 rm -f core conftest.err conftest.
$ac_objext \
12169 conftest
$ac_exeext conftest.
$ac_ext
12170 LIBS
=$ac_check_lib_save_LIBS
12172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12173 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12174 if test "x$ac_cv_lib_dld_dld_link" = xyes
; then :
12175 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
12196 if test "x$lt_cv_dlopen" != xno
; then
12202 case $lt_cv_dlopen in
12204 save_CPPFLAGS
="$CPPFLAGS"
12205 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
12207 save_LDFLAGS
="$LDFLAGS"
12208 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
12211 LIBS
="$lt_cv_dlopen_libs $LIBS"
12213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12214 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
12215 if ${lt_cv_dlopen_self+:} false
; then :
12216 $as_echo_n "(cached) " >&6
12218 if test "$cross_compiling" = yes; then :
12219 lt_cv_dlopen_self
=cross
12221 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
12222 lt_status
=$lt_dlunknown
12223 cat > conftest.
$ac_ext <<_LT_EOF
12224 #line 12224 "configure"
12225 #include "confdefs.h"
12234 # define LT_DLGLOBAL RTLD_GLOBAL
12237 # define LT_DLGLOBAL DL_GLOBAL
12239 # define LT_DLGLOBAL 0
12243 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12244 find out it does not work in some platform. */
12245 #ifndef LT_DLLAZY_OR_NOW
12247 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12250 # define LT_DLLAZY_OR_NOW DL_LAZY
12253 # define LT_DLLAZY_OR_NOW RTLD_NOW
12256 # define LT_DLLAZY_OR_NOW DL_NOW
12258 # define LT_DLLAZY_OR_NOW 0
12265 /* When -fvisbility=hidden is used, assume the code has been annotated
12266 correspondingly for the symbols needed. */
12267 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12268 void fnord () __attribute__((visibility("default")));
12271 void fnord () { int i=42; }
12274 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12275 int status = $lt_dlunknown;
12279 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12282 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12283 else puts (dlerror ());
12285 /* dlclose (self); */
12293 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12294 (eval $ac_link) 2>&5
12296 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12297 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
12298 (.
/conftest
; exit; ) >&5 2>/dev
/null
12300 case x
$lt_status in
12301 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
12302 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
12303 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
12306 # compilation failed
12307 lt_cv_dlopen_self
=no
12314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12315 $as_echo "$lt_cv_dlopen_self" >&6; }
12317 if test "x$lt_cv_dlopen_self" = xyes
; then
12318 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
12319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12320 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12321 if ${lt_cv_dlopen_self_static+:} false
; then :
12322 $as_echo_n "(cached) " >&6
12324 if test "$cross_compiling" = yes; then :
12325 lt_cv_dlopen_self_static
=cross
12327 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
12328 lt_status
=$lt_dlunknown
12329 cat > conftest.
$ac_ext <<_LT_EOF
12330 #line 12330 "configure"
12331 #include "confdefs.h"
12340 # define LT_DLGLOBAL RTLD_GLOBAL
12343 # define LT_DLGLOBAL DL_GLOBAL
12345 # define LT_DLGLOBAL 0
12349 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12350 find out it does not work in some platform. */
12351 #ifndef LT_DLLAZY_OR_NOW
12353 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12356 # define LT_DLLAZY_OR_NOW DL_LAZY
12359 # define LT_DLLAZY_OR_NOW RTLD_NOW
12362 # define LT_DLLAZY_OR_NOW DL_NOW
12364 # define LT_DLLAZY_OR_NOW 0
12371 /* When -fvisbility=hidden is used, assume the code has been annotated
12372 correspondingly for the symbols needed. */
12373 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12374 void fnord () __attribute__((visibility("default")));
12377 void fnord () { int i=42; }
12380 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12381 int status = $lt_dlunknown;
12385 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12388 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12389 else puts (dlerror ());
12391 /* dlclose (self); */
12399 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12400 (eval $ac_link) 2>&5
12402 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12403 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
12404 (.
/conftest
; exit; ) >&5 2>/dev
/null
12406 case x
$lt_status in
12407 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
12408 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
12409 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
12412 # compilation failed
12413 lt_cv_dlopen_self_static
=no
12420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
12421 $as_echo "$lt_cv_dlopen_self_static" >&6; }
12424 CPPFLAGS
="$save_CPPFLAGS"
12425 LDFLAGS
="$save_LDFLAGS"
12430 case $lt_cv_dlopen_self in
12431 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
12432 *) enable_dlopen_self
=unknown
;;
12435 case $lt_cv_dlopen_self_static in
12436 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
12437 *) enable_dlopen_self_static
=unknown
;;
12459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
12460 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
12461 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
12462 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
12463 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
12464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12465 $as_echo "yes" >&6; }
12467 # FIXME - insert some real tests, host_os isn't really good enough
12470 if test -n "$STRIP" ; then
12471 striplib
="$STRIP -x"
12472 old_striplib
="$STRIP -S"
12473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12474 $as_echo "yes" >&6; }
12476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12477 $as_echo "no" >&6; }
12481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12482 $as_echo "no" >&6; }
12498 # Report which library types will actually be built
12499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12500 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
12501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12502 $as_echo "$can_build_shared" >&6; }
12504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12505 $as_echo_n "checking whether to build shared libraries... " >&6; }
12506 test "$can_build_shared" = "no" && enable_shared
=no
12508 # On AIX, shared libraries and static libraries use the same namespace, and
12509 # are all built from PIC.
12512 test "$enable_shared" = yes && enable_static
=no
12513 if test -n "$RANLIB"; then
12514 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
12515 postinstall_cmds
='$RANLIB $lib'
12520 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
12521 test "$enable_shared" = yes && enable_static
=no
12525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12526 $as_echo "$enable_shared" >&6; }
12528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12529 $as_echo_n "checking whether to build static libraries... " >&6; }
12530 # Make sure either enable_shared or enable_static is yes.
12531 test "$enable_shared" = yes || enable_static
=yes
12532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12533 $as_echo "$enable_static" >&6; }
12540 ac_cpp
='$CPP $CPPFLAGS'
12541 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12542 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12543 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12547 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
12548 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
12549 (test "X$CXX" != "Xg++"))) ; then
12551 ac_cpp
='$CXXCPP $CPPFLAGS'
12552 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12553 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12554 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
12556 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
12557 if test -z "$CXXCPP"; then
12558 if ${ac_cv_prog_CXXCPP+:} false
; then :
12559 $as_echo_n "(cached) " >&6
12561 # Double quotes because CXXCPP needs to be expanded
12562 for CXXCPP
in "$CXX -E" "/lib/cpp"
12564 ac_preproc_ok
=false
12565 for ac_cxx_preproc_warn_flag
in '' yes
12567 # Use a header file that comes with gcc, so configuring glibc
12568 # with a fresh cross-compiler works.
12569 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12570 # <limits.h> exists even on freestanding compilers.
12571 # On the NeXT, cc -E runs the code through the compiler's parser,
12572 # not just through cpp. "Syntax error" is here to catch this case.
12573 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12574 /* end confdefs.h. */
12576 # include <limits.h>
12578 # include <assert.h>
12582 if ac_fn_cxx_try_cpp
"$LINENO"; then :
12585 # Broken: fails on valid input.
12588 rm -f conftest.err conftest.i conftest.
$ac_ext
12590 # OK, works on sane cases. Now check whether nonexistent headers
12591 # can be detected and how.
12592 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12593 /* end confdefs.h. */
12594 #include <ac_nonexistent.h>
12596 if ac_fn_cxx_try_cpp
"$LINENO"; then :
12597 # Broken: success on invalid input.
12600 # Passes both tests.
12604 rm -f conftest.err conftest.i conftest.
$ac_ext
12607 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12608 rm -f conftest.i conftest.err conftest.
$ac_ext
12609 if $ac_preproc_ok; then :
12614 ac_cv_prog_CXXCPP
=$CXXCPP
12617 CXXCPP
=$ac_cv_prog_CXXCPP
12619 ac_cv_prog_CXXCPP
=$CXXCPP
12621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
12622 $as_echo "$CXXCPP" >&6; }
12623 ac_preproc_ok
=false
12624 for ac_cxx_preproc_warn_flag
in '' yes
12626 # Use a header file that comes with gcc, so configuring glibc
12627 # with a fresh cross-compiler works.
12628 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12629 # <limits.h> exists even on freestanding compilers.
12630 # On the NeXT, cc -E runs the code through the compiler's parser,
12631 # not just through cpp. "Syntax error" is here to catch this case.
12632 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12633 /* end confdefs.h. */
12635 # include <limits.h>
12637 # include <assert.h>
12641 if ac_fn_cxx_try_cpp
"$LINENO"; then :
12644 # Broken: fails on valid input.
12647 rm -f conftest.err conftest.i conftest.
$ac_ext
12649 # OK, works on sane cases. Now check whether nonexistent headers
12650 # can be detected and how.
12651 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12652 /* end confdefs.h. */
12653 #include <ac_nonexistent.h>
12655 if ac_fn_cxx_try_cpp
"$LINENO"; then :
12656 # Broken: success on invalid input.
12659 # Passes both tests.
12663 rm -f conftest.err conftest.i conftest.
$ac_ext
12666 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12667 rm -f conftest.i conftest.err conftest.
$ac_ext
12668 if $ac_preproc_ok; then :
12671 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12672 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12673 as_fn_error $?
"C++ preprocessor \"$CXXCPP\" fails sanity check
12674 See \`config.log' for more details" "$LINENO" 5; }
12678 ac_cpp
='$CPP $CPPFLAGS'
12679 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12680 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12681 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12684 _lt_caught_CXX_error
=yes
12688 ac_cpp
='$CXXCPP $CPPFLAGS'
12689 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12690 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12691 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12693 archive_cmds_need_lc_CXX
=no
12694 allow_undefined_flag_CXX
=
12695 always_export_symbols_CXX
=no
12696 archive_expsym_cmds_CXX
=
12697 compiler_needs_object_CXX
=no
12698 export_dynamic_flag_spec_CXX
=
12699 hardcode_direct_CXX
=no
12700 hardcode_direct_absolute_CXX
=no
12701 hardcode_libdir_flag_spec_CXX
=
12702 hardcode_libdir_flag_spec_ld_CXX
=
12703 hardcode_libdir_separator_CXX
=
12704 hardcode_minus_L_CXX
=no
12705 hardcode_shlibpath_var_CXX
=unsupported
12706 hardcode_automatic_CXX
=no
12707 inherit_rpath_CXX
=no
12709 module_expsym_cmds_CXX
=
12710 link_all_deplibs_CXX
=unknown
12711 old_archive_cmds_CXX
=$old_archive_cmds
12712 reload_flag_CXX
=$reload_flag
12713 reload_cmds_CXX
=$reload_cmds
12714 no_undefined_flag_CXX
=
12715 whole_archive_flag_spec_CXX
=
12716 enable_shared_with_static_runtimes_CXX
=no
12718 # Source file extension for C++ test sources.
12721 # Object file extension for compiled C++ test sources.
12725 # No sense in running all these tests if we already determined that
12726 # the CXX compiler isn't working. Some variables (like enable_shared)
12727 # are currently assumed to apply to all compilers on this platform,
12728 # and will be corrupted by setting them based on a non-working compiler.
12729 if test "$_lt_caught_CXX_error" != yes; then
12730 # Code to be used in simple compile tests
12731 lt_simple_compile_test_code
="int some_variable = 0;"
12733 # Code to be used in simple link tests
12734 lt_simple_link_test_code
='int main(int, char *[]) { return(0); }'
12736 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
12743 # If no C compiler was specified, use CC.
12746 # If no C compiler flags were specified, use CFLAGS.
12747 LTCFLAGS
=${LTCFLAGS-"$CFLAGS"}
12749 # Allow CC to be a program name with arguments.
12753 # save warnings/boilerplate of simple test code
12754 ac_outfile
=conftest.
$ac_objext
12755 echo "$lt_simple_compile_test_code" >conftest.
$ac_ext
12756 eval "$ac_compile" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
12757 _lt_compiler_boilerplate
=`cat conftest.err`
12760 ac_outfile
=conftest.
$ac_objext
12761 echo "$lt_simple_link_test_code" >conftest.
$ac_ext
12762 eval "$ac_link" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
12763 _lt_linker_boilerplate
=`cat conftest.err`
12767 # Allow CC to be a program name with arguments.
12772 lt_save_with_gnu_ld
=$with_gnu_ld
12773 lt_save_path_LD
=$lt_cv_path_LD
12774 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
12775 lt_cv_prog_gnu_ld
=$lt_cv_prog_gnu_ldcxx
12777 $as_unset lt_cv_prog_gnu_ld
12779 if test -n "${lt_cv_path_LDCXX+set}"; then
12780 lt_cv_path_LD
=$lt_cv_path_LDCXX
12782 $as_unset lt_cv_path_LD
12784 test -z "${LDCXX+set}" || LD
=$LDCXX
12788 for cc_temp
in $compiler""; do
12790 compile |
*[\\/]compile | ccache |
*[\\/]ccache
) ;;
12791 distcc |
*[\\/]distcc | purify |
*[\\/]purify
) ;;
12796 cc_basename
=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
12799 if test -n "$compiler"; then
12800 # We don't want -fno-exception when compiling C++ code, so set the
12801 # no_builtin_flag separately
12802 if test "$GXX" = yes; then
12803 lt_prog_compiler_no_builtin_flag_CXX
=' -fno-builtin'
12805 lt_prog_compiler_no_builtin_flag_CXX
=
12808 if test "$GXX" = yes; then
12809 # Set up default GNU C++ configuration
12813 # Check whether --with-gnu-ld was given.
12814 if test "${with_gnu_ld+set}" = set; then :
12815 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
12821 if test "$GCC" = yes; then
12822 # Check if gcc -print-prog-name=ld gives a path.
12823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
12824 $as_echo_n "checking for ld used by $CC... " >&6; }
12827 # gcc leaves a trailing carriage return which upsets mingw
12828 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
12830 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
12833 # Accept absolute paths.
12835 re_direlt
='/[^/][^/]*/\.\./'
12836 # Canonicalize the pathname of ld
12837 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
12838 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
12839 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
12841 test -z "$LD" && LD
="$ac_prog"
12844 # If it fails, then pretend we aren't using GCC.
12848 # If it is relative, then search for the first ld in PATH.
12849 with_gnu_ld
=unknown
12852 elif test "$with_gnu_ld" = yes; then
12853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
12854 $as_echo_n "checking for GNU ld... " >&6; }
12856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
12857 $as_echo_n "checking for non-GNU ld... " >&6; }
12859 if ${lt_cv_path_LD+:} false
; then :
12860 $as_echo_n "(cached) " >&6
12862 if test -z "$LD"; then
12863 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
12864 for ac_dir
in $PATH; do
12866 test -z "$ac_dir" && ac_dir
=.
12867 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
12868 lt_cv_path_LD
="$ac_dir/$ac_prog"
12869 # Check to see if the program is GNU ld. I'd rather use --version,
12870 # but apparently some variants of GNU ld only accept -v.
12871 # Break only if it was the GNU/non-GNU ld that we prefer.
12872 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
12873 *GNU
* |
*'with BFD'*)
12874 test "$with_gnu_ld" != no
&& break
12877 test "$with_gnu_ld" != yes && break
12884 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
12888 LD
="$lt_cv_path_LD"
12889 if test -n "$LD"; then
12890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
12891 $as_echo "$LD" >&6; }
12893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12894 $as_echo "no" >&6; }
12896 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
12897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
12898 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
12899 if ${lt_cv_prog_gnu_ld+:} false
; then :
12900 $as_echo_n "(cached) " >&6
12902 # I'd rather use --version here, but apparently some GNU lds only accept -v.
12903 case `$LD -v 2>&1 </dev/null` in
12904 *GNU
* |
*'with BFD'*)
12905 lt_cv_prog_gnu_ld
=yes
12908 lt_cv_prog_gnu_ld
=no
12912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
12913 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
12914 with_gnu_ld
=$lt_cv_prog_gnu_ld
12922 # Check if GNU C++ uses GNU ld as the underlying linker, since the
12923 # archiving commands below assume that GNU ld is being used.
12924 if test "$with_gnu_ld" = yes; then
12925 archive_cmds_CXX
='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12926 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'
12928 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
12929 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
12931 # If archive_cmds runs LD, not CC, wlarc should be empty
12932 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
12933 # investigate it a little bit more. (MM)
12936 # ancient GNU ld didn't support --whole-archive et. al.
12937 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
12938 $GREP 'no-whole-archive' > /dev
/null
; then
12939 whole_archive_flag_spec_CXX
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
12941 whole_archive_flag_spec_CXX
=
12947 # A generic and very simple default shared library creation
12948 # command for GNU C++ for the case where it uses the native
12949 # linker, instead of GNU ld. If possible, this setting should
12950 # overridden to take advantage of the native linker features on
12951 # the platform it is being used on.
12952 archive_cmds_CXX
='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
12955 # Commands to make compiler produce verbose output that lists
12956 # what "hidden" libraries, object files and flags are used when
12957 # linking a shared library.
12958 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12966 # PORTME: fill in a description of your system's C++ link characteristics
12967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
12968 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
12972 # FIXME: insert proper C++ library support
12976 if test "$host_cpu" = ia64
; then
12977 # On IA64, the linker does run time linking by default, so we don't
12978 # have to do anything special.
12979 aix_use_runtimelinking
=no
12980 exp_sym_flag
='-Bexport'
12983 aix_use_runtimelinking
=no
12985 # Test if we are trying to use run time linking or normal
12986 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
12987 # need to do runtime linking.
12988 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
12989 for ld_flag
in $LDFLAGS; do
12992 aix_use_runtimelinking
=yes
13000 exp_sym_flag
='-bexport'
13001 no_entry_flag
='-bnoentry'
13004 # When large executables or shared objects are built, AIX ld can
13005 # have problems creating the table of contents. If linking a library
13006 # or program results in "error TOC overflow" add -mminimal-toc to
13007 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
13008 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
13010 archive_cmds_CXX
=''
13011 hardcode_direct_CXX
=yes
13012 hardcode_direct_absolute_CXX
=yes
13013 hardcode_libdir_separator_CXX
=':'
13014 link_all_deplibs_CXX
=yes
13015 file_list_spec_CXX
='${wl}-f,'
13017 if test "$GXX" = yes; then
13018 case $host_os in aix4.
[012]|aix4.
[012].
*)
13019 # We only want to do this on AIX 4.2 and lower, the check
13020 # below for broken collect2 doesn't work under 4.3+
13021 collect2name
=`${CC} -print-prog-name=collect2`
13022 if test -f "$collect2name" &&
13023 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
13025 # We have reworked collect2
13028 # We have old collect2
13029 hardcode_direct_CXX
=unsupported
13030 # It fails to find uninstalled libraries when the uninstalled
13031 # path is not listed in the libpath. Setting hardcode_minus_L
13032 # to unsupported forces relinking
13033 hardcode_minus_L_CXX
=yes
13034 hardcode_libdir_flag_spec_CXX
='-L$libdir'
13035 hardcode_libdir_separator_CXX
=
13038 shared_flag
='-shared'
13039 if test "$aix_use_runtimelinking" = yes; then
13040 shared_flag
="$shared_flag "'${wl}-G'
13044 if test "$host_cpu" = ia64
; then
13045 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
13046 # chokes on -Wl,-G. The following line is correct:
13049 if test "$aix_use_runtimelinking" = yes; then
13050 shared_flag
='${wl}-G'
13052 shared_flag
='${wl}-bM:SRE'
13057 export_dynamic_flag_spec_CXX
='${wl}-bexpall'
13058 # It seems that -bexpall does not export symbols beginning with
13059 # underscore (_), so it is better to generate a list of symbols to
13061 always_export_symbols_CXX
=yes
13062 if test "$aix_use_runtimelinking" = yes; then
13063 # Warning - without using the other runtime loading flags (-brtl),
13064 # -berok will link without error, but may produce a broken library.
13065 allow_undefined_flag_CXX
='-berok'
13066 # Determine the default libpath from the value encoded in an empty
13068 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13069 /* end confdefs.h. */
13079 if ac_fn_cxx_try_link
"$LINENO"; then :
13081 lt_aix_libpath_sed
='
13082 /Import File Strings/,/^$/ {
13088 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13089 # Check for a 64-bit object if we didn't find anything.
13090 if test -z "$aix_libpath"; then
13091 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13094 rm -f core conftest.err conftest.
$ac_objext \
13095 conftest
$ac_exeext conftest.
$ac_ext
13096 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
13098 hardcode_libdir_flag_spec_CXX
='${wl}-blibpath:$libdir:'"$aix_libpath"
13100 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"
13102 if test "$host_cpu" = ia64
; then
13103 hardcode_libdir_flag_spec_CXX
='${wl}-R $libdir:/usr/lib:/lib'
13104 allow_undefined_flag_CXX
="-z nodefs"
13105 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"
13107 # Determine the default libpath from the value encoded in an
13108 # empty executable.
13109 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13110 /* end confdefs.h. */
13120 if ac_fn_cxx_try_link
"$LINENO"; then :
13122 lt_aix_libpath_sed
='
13123 /Import File Strings/,/^$/ {
13129 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13130 # Check for a 64-bit object if we didn't find anything.
13131 if test -z "$aix_libpath"; then
13132 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13135 rm -f core conftest.err conftest.
$ac_objext \
13136 conftest
$ac_exeext conftest.
$ac_ext
13137 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
13139 hardcode_libdir_flag_spec_CXX
='${wl}-blibpath:$libdir:'"$aix_libpath"
13140 # Warning - without using the other run time loading flags,
13141 # -berok will link without error, but may produce a broken library.
13142 no_undefined_flag_CXX
=' ${wl}-bernotok'
13143 allow_undefined_flag_CXX
=' ${wl}-berok'
13144 if test "$with_gnu_ld" = yes; then
13145 # We only use this code for GNU lds that support --whole-archive.
13146 whole_archive_flag_spec_CXX
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
13148 # Exported symbols can be pulled into shared objects from archives
13149 whole_archive_flag_spec_CXX
='$convenience'
13151 archive_cmds_need_lc_CXX
=yes
13152 # This is similar to how AIX traditionally builds its shared
13154 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'
13160 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
13161 allow_undefined_flag_CXX
=unsupported
13162 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
13163 # support --undefined. This deserves some investigation. FIXME
13164 archive_cmds_CXX
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13171 case $cc_basename in
13173 # FIXME: insert proper C++ library support
13179 cygwin
* | mingw
* | pw32
* | cegcc
*)
13180 # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
13181 # as there is no search path for DLLs.
13182 hardcode_libdir_flag_spec_CXX
='-L$libdir'
13183 export_dynamic_flag_spec_CXX
='${wl}--export-all-symbols'
13184 allow_undefined_flag_CXX
=unsupported
13185 always_export_symbols_CXX
=no
13186 enable_shared_with_static_runtimes_CXX
=yes
13188 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
13189 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'
13190 # If the export-symbols file already is a .def file (1st line
13191 # is EXPORTS), use it as is; otherwise, prepend...
13192 archive_expsym_cmds_CXX
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
13193 cp $export_symbols $output_objdir/$soname.def;
13195 echo EXPORTS > $output_objdir/$soname.def;
13196 cat $export_symbols >> $output_objdir/$soname.def;
13198 $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'
13203 darwin
* | rhapsody
*)
13206 archive_cmds_need_lc_CXX
=no
13207 hardcode_direct_CXX
=no
13208 hardcode_automatic_CXX
=yes
13209 hardcode_shlibpath_var_CXX
=unsupported
13210 if test "$lt_cv_ld_force_load" = "yes"; then
13211 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\"`'
13213 whole_archive_flag_spec_CXX
=''
13215 link_all_deplibs_CXX
=yes
13216 allow_undefined_flag_CXX
="$_lt_dar_allow_undefined"
13217 case $cc_basename in
13218 ifort
*) _lt_dar_can_shared
=yes ;;
13219 *) _lt_dar_can_shared
=$GCC ;;
13221 if test "$_lt_dar_can_shared" = "yes"; then
13222 output_verbose_link_cmd
=func_echo_all
13223 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}"
13224 module_cmds_CXX
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
13225 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}"
13226 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}"
13227 if test "$lt_cv_apple_cc_single_mod" != "yes"; then
13228 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}"
13229 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}"
13239 case $cc_basename in
13241 # FIXME: insert proper C++ library support
13245 # Green Hills C++ Compiler
13246 # FIXME: insert proper C++ library support
13250 # FIXME: insert proper C++ library support
13257 # C++ shared libraries reported to be fairly broken before
13263 archive_cmds_need_lc_CXX
=no
13266 freebsd
* | dragonfly
*)
13267 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
13276 archive_cmds_CXX
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13277 link_all_deplibs_CXX
=yes
13281 hardcode_libdir_flag_spec_CXX
='${wl}+b ${wl}$libdir'
13282 hardcode_libdir_separator_CXX
=:
13283 export_dynamic_flag_spec_CXX
='${wl}-E'
13284 hardcode_direct_CXX
=yes
13285 hardcode_minus_L_CXX
=yes # Not in the search PATH,
13286 # but as the default
13287 # location of the library.
13289 case $cc_basename in
13291 # FIXME: insert proper C++ library support
13295 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'
13296 # Commands to make compiler produce verbose output that lists
13297 # what "hidden" libraries, object files and flags are used when
13298 # linking a shared library.
13300 # There doesn't appear to be a way to prevent this compiler from
13301 # explicitly linking system object files so we need to strip them
13302 # from the output so that they don't get included in the library
13304 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"'
13307 if test "$GXX" = yes; then
13308 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'
13310 # FIXME: insert proper C++ library support
13318 if test $with_gnu_ld = no
; then
13319 hardcode_libdir_flag_spec_CXX
='${wl}+b ${wl}$libdir'
13320 hardcode_libdir_separator_CXX
=:
13326 export_dynamic_flag_spec_CXX
='${wl}-E'
13332 hardcode_direct_CXX
=no
13333 hardcode_shlibpath_var_CXX
=no
13336 hardcode_direct_CXX
=yes
13337 hardcode_direct_absolute_CXX
=yes
13338 hardcode_minus_L_CXX
=yes # Not in the search PATH,
13339 # but as the default
13340 # location of the library.
13344 case $cc_basename in
13346 # FIXME: insert proper C++ library support
13352 archive_cmds_CXX
='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13355 archive_cmds_CXX
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13358 archive_cmds_CXX
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13361 # Commands to make compiler produce verbose output that lists
13362 # what "hidden" libraries, object files and flags are used when
13363 # linking a shared library.
13365 # There doesn't appear to be a way to prevent this compiler from
13366 # explicitly linking system object files so we need to strip them
13367 # from the output so that they don't get included in the library
13369 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"'
13372 if test "$GXX" = yes; then
13373 if test $with_gnu_ld = no
; then
13376 archive_cmds_CXX
='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13379 archive_cmds_CXX
='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13382 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'
13387 # FIXME: insert proper C++ library support
13395 hardcode_direct_CXX
=no
13396 hardcode_shlibpath_var_CXX
=no
13397 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
13398 export_dynamic_flag_spec_CXX
='${wl}-E'
13399 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
13400 # Instead, shared libraries are loaded at an image base (0x10000000 by
13401 # default) and relocated if they conflict, which is a slow very memory
13402 # consuming and fragmenting process. To avoid this, we pick a random,
13403 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
13404 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
13405 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'
13406 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'
13409 case $cc_basename in
13412 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'
13414 # Archives containing C++ object files must be created using
13415 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
13416 # necessary to make sure instantiated templates are included
13418 old_archive_cmds_CXX
='$CC -ar -WR,-u -o $oldlib $oldobjs'
13421 if test "$GXX" = yes; then
13422 if test "$with_gnu_ld" = no
; then
13423 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'
13425 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'
13428 link_all_deplibs_CXX
=yes
13431 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
13432 hardcode_libdir_separator_CXX
=:
13433 inherit_rpath_CXX
=yes
13436 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
13437 case $cc_basename in
13439 # Kuck and Associates, Inc. (KAI) C++ Compiler
13441 # KCC will only create a shared library if the output file
13442 # ends with ".so" (or ".sl" for HP-UX), so rename the library
13443 # to its proper name (with version) after linking.
13444 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'
13445 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'
13446 # Commands to make compiler produce verbose output that lists
13447 # what "hidden" libraries, object files and flags are used when
13448 # linking a shared library.
13450 # There doesn't appear to be a way to prevent this compiler from
13451 # explicitly linking system object files so we need to strip them
13452 # from the output so that they don't get included in the library
13454 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"'
13456 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
13457 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
13459 # Archives containing C++ object files must be created using
13460 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
13461 old_archive_cmds_CXX
='$CC -Bstatic -o $oldlib $oldobjs'
13466 # version 8.0 and above of icpc choke on multiply defined symbols
13467 # if we add $predep_objects and $postdep_objects, however 7.1 and
13468 # earlier do not add the objects themselves.
13469 case `$CC -V 2>&1` in
13471 archive_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13472 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'
13474 *) # Version 8.0 or newer
13477 ia64
*) tmp_idyn
=' -i_dynamic';;
13479 archive_cmds_CXX
='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13480 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'
13483 archive_cmds_need_lc_CXX
=no
13484 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
13485 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
13486 whole_archive_flag_spec_CXX
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
13489 # Portland Group C++ compiler
13491 *pgCC\
[1-5].
* |
*pgcpp\
[1-5].
*)
13492 prelink_cmds_CXX
='tpldir=Template.dir~
13494 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
13495 compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
13496 old_archive_cmds_CXX
='tpldir=Template.dir~
13498 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
13499 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
13501 archive_cmds_CXX
='tpldir=Template.dir~
13503 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13504 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
13505 archive_expsym_cmds_CXX
='tpldir=Template.dir~
13507 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13508 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
13510 *) # Version 6 and above use weak symbols
13511 archive_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
13512 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'
13516 hardcode_libdir_flag_spec_CXX
='${wl}--rpath ${wl}$libdir'
13517 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
13518 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'
13522 archive_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13523 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'
13525 runpath_var
=LD_RUN_PATH
13526 hardcode_libdir_flag_spec_CXX
='-rpath $libdir'
13527 hardcode_libdir_separator_CXX
=:
13529 # Commands to make compiler produce verbose output that lists
13530 # what "hidden" libraries, object files and flags are used when
13531 # linking a shared library.
13533 # There doesn't appear to be a way to prevent this compiler from
13534 # explicitly linking system object files so we need to strip them
13535 # from the output so that they don't get included in the library
13537 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'
13539 xl
* | mpixl
* | bgxl
*)
13540 # IBM XL 8.0 on PPC, with GNU ld
13541 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
13542 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
13543 archive_cmds_CXX
='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13544 if test "x$supports_anon_versioning" = xyes
; then
13545 archive_expsym_cmds_CXX
='echo "{ global:" > $output_objdir/$libname.ver~
13546 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
13547 echo "local: *; };" >> $output_objdir/$libname.ver~
13548 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
13552 case `$CC -V 2>&1 | sed 5q` in
13555 no_undefined_flag_CXX
=' -zdefs'
13556 archive_cmds_CXX
='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13557 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'
13558 hardcode_libdir_flag_spec_CXX
='-R$libdir'
13559 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'
13560 compiler_needs_object_CXX
=yes
13562 # Not sure whether something based on
13563 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
13565 output_verbose_link_cmd
='func_echo_all'
13567 # Archives containing C++ object files must be created using
13568 # "CC -xar", where "CC" is the Sun C++ compiler. This is
13569 # necessary to make sure instantiated templates are included
13571 old_archive_cmds_CXX
='$CC -xar -o $oldlib $oldobjs'
13579 # FIXME: insert proper C++ library support
13584 # FIXME: insert proper C++ library support
13589 case $cc_basename in
13591 # FIXME: insert proper C++ library support
13595 # FIXME: insert proper C++ library support
13602 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
13603 archive_cmds_CXX
='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
13605 hardcode_libdir_flag_spec_CXX
='-R$libdir'
13606 hardcode_direct_CXX
=yes
13607 hardcode_shlibpath_var_CXX
=no
13609 # Workaround some broken pre-1.5 toolchains
13610 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
13618 # C++ shared libraries are fairly broken
13623 if test -f /usr
/libexec
/ld.so
; then
13624 hardcode_direct_CXX
=yes
13625 hardcode_shlibpath_var_CXX
=no
13626 hardcode_direct_absolute_CXX
=yes
13627 archive_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
13628 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
13629 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
13630 archive_expsym_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
13631 export_dynamic_flag_spec_CXX
='${wl}-E'
13632 whole_archive_flag_spec_CXX
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
13634 output_verbose_link_cmd
=func_echo_all
13640 osf3
* | osf4
* | osf5
*)
13641 case $cc_basename in
13643 # Kuck and Associates, Inc. (KAI) C++ Compiler
13645 # KCC will only create a shared library if the output file
13646 # ends with ".so" (or ".sl" for HP-UX), so rename the library
13647 # to its proper name (with version) after linking.
13648 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'
13650 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
13651 hardcode_libdir_separator_CXX
=:
13653 # Archives containing C++ object files must be created using
13654 # the KAI C++ compiler.
13656 osf3
*) old_archive_cmds_CXX
='$CC -Bstatic -o $oldlib $oldobjs' ;;
13657 *) old_archive_cmds_CXX
='$CC -o $oldlib $oldobjs' ;;
13661 # Rational C++ 2.4.1
13662 # FIXME: insert proper C++ library support
13668 allow_undefined_flag_CXX
=' ${wl}-expect_unresolved ${wl}\*'
13669 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'
13670 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
13673 allow_undefined_flag_CXX
=' -expect_unresolved \*'
13674 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'
13675 archive_expsym_cmds_CXX
='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
13676 echo "-hidden">> $lib.exp~
13677 $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~
13679 hardcode_libdir_flag_spec_CXX
='-rpath $libdir'
13683 hardcode_libdir_separator_CXX
=:
13685 # Commands to make compiler produce verbose output that lists
13686 # what "hidden" libraries, object files and flags are used when
13687 # linking a shared library.
13689 # There doesn't appear to be a way to prevent this compiler from
13690 # explicitly linking system object files so we need to strip them
13691 # from the output so that they don't get included in the library
13693 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"'
13696 if test "$GXX" = yes && test "$with_gnu_ld" = no
; then
13697 allow_undefined_flag_CXX
=' ${wl}-expect_unresolved ${wl}\*'
13700 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'
13703 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'
13707 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
13708 hardcode_libdir_separator_CXX
=:
13710 # Commands to make compiler produce verbose output that lists
13711 # what "hidden" libraries, object files and flags are used when
13712 # linking a shared library.
13713 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13716 # FIXME: insert proper C++ library support
13724 # FIXME: insert proper C++ library support
13729 case $cc_basename in
13732 # FIXME: insert proper C++ library support
13737 # FIXME: insert proper C++ library support
13741 # FIXME: insert proper C++ library support
13748 case $cc_basename in
13750 # Sun C++ 4.2, 5.x and Centerline C++
13751 archive_cmds_need_lc_CXX
=yes
13752 no_undefined_flag_CXX
=' -zdefs'
13753 archive_cmds_CXX
='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13754 archive_expsym_cmds_CXX
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13755 $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'
13757 hardcode_libdir_flag_spec_CXX
='-R$libdir'
13758 hardcode_shlibpath_var_CXX
=no
13760 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
13762 # The compiler driver will combine and reorder linker options,
13763 # but understands `-z linker_flag'.
13764 # Supported since Solaris 2.6 (maybe 2.5.1?)
13765 whole_archive_flag_spec_CXX
='-z allextract$convenience -z defaultextract'
13768 link_all_deplibs_CXX
=yes
13770 output_verbose_link_cmd
='func_echo_all'
13772 # Archives containing C++ object files must be created using
13773 # "CC -xar", where "CC" is the Sun C++ compiler. This is
13774 # necessary to make sure instantiated templates are included
13776 old_archive_cmds_CXX
='$CC -xar -o $oldlib $oldobjs'
13779 # Green Hills C++ Compiler
13780 archive_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13782 # The C++ compiler must be used to create the archive.
13783 old_archive_cmds_CXX
='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
13786 # GNU C++ compiler with Solaris linker
13787 if test "$GXX" = yes && test "$with_gnu_ld" = no
; then
13788 no_undefined_flag_CXX
=' ${wl}-z ${wl}defs'
13789 if $CC --version |
$GREP -v '^2\.7' > /dev
/null
; then
13790 archive_cmds_CXX
='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13791 archive_expsym_cmds_CXX
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13792 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13794 # Commands to make compiler produce verbose output that lists
13795 # what "hidden" libraries, object files and flags are used when
13796 # linking a shared library.
13797 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13799 # g++ 2.7 appears to require `-G' NOT `-shared' on this
13801 archive_cmds_CXX
='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13802 archive_expsym_cmds_CXX
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13803 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13805 # Commands to make compiler produce verbose output that lists
13806 # what "hidden" libraries, object files and flags are used when
13807 # linking a shared library.
13808 output_verbose_link_cmd
='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13811 hardcode_libdir_flag_spec_CXX
='${wl}-R $wl$libdir'
13813 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
13815 whole_archive_flag_spec_CXX
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
13823 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
13824 no_undefined_flag_CXX
='${wl}-z,text'
13825 archive_cmds_need_lc_CXX
=no
13826 hardcode_shlibpath_var_CXX
=no
13827 runpath_var
='LD_RUN_PATH'
13829 case $cc_basename in
13831 archive_cmds_CXX
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13832 archive_expsym_cmds_CXX
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13835 archive_cmds_CXX
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13836 archive_expsym_cmds_CXX
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13841 sysv5
* | sco3.2v5
* | sco5v6
*)
13842 # Note: We can NOT use -z defs as we might desire, because we do not
13843 # link with -lc, and that would cause any symbols used from libc to
13844 # always be unresolved, which means just about no library would
13845 # ever link correctly. If we're not using GNU ld we use -z text
13846 # though, which does catch some bad symbols but isn't as heavy-handed
13848 no_undefined_flag_CXX
='${wl}-z,text'
13849 allow_undefined_flag_CXX
='${wl}-z,nodefs'
13850 archive_cmds_need_lc_CXX
=no
13851 hardcode_shlibpath_var_CXX
=no
13852 hardcode_libdir_flag_spec_CXX
='${wl}-R,$libdir'
13853 hardcode_libdir_separator_CXX
=':'
13854 link_all_deplibs_CXX
=yes
13855 export_dynamic_flag_spec_CXX
='${wl}-Bexport'
13856 runpath_var
='LD_RUN_PATH'
13858 case $cc_basename in
13860 archive_cmds_CXX
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13861 archive_expsym_cmds_CXX
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13862 old_archive_cmds_CXX
='$CC -Tprelink_objects $oldobjs~
13863 '"$old_archive_cmds_CXX"
13864 reload_cmds_CXX
='$CC -Tprelink_objects $reload_objs~
13865 '"$reload_cmds_CXX"
13868 archive_cmds_CXX
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13869 archive_expsym_cmds_CXX
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13875 case $cc_basename in
13877 # NonStop-UX NCC 3.20
13878 # FIXME: insert proper C++ library support
13882 # FIXME: insert proper C++ library support
13889 # FIXME: insert proper C++ library support
13894 # FIXME: insert proper C++ library support
13899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
13900 $as_echo "$ld_shlibs_CXX" >&6; }
13901 test "$ld_shlibs_CXX" = no
&& can_build_shared
=no
13907 ## There is no encapsulation within the following macros, do not change
13908 ## the running order or otherwise move them around unless you know exactly
13909 ## what you are doing...
13910 # Dependencies to place before and after the object being linked:
13911 predep_objects_CXX
=
13912 postdep_objects_CXX
=
13915 compiler_lib_search_path_CXX
=
13917 cat > conftest.
$ac_ext <<_LT_EOF
13921 Foo (void) { a = 0; }
13927 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13928 (eval $ac_compile) 2>&5
13930 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13931 test $ac_status = 0; }; then
13932 # Parse the compiler output and extract the necessary
13933 # objects, libraries and library flags.
13935 # Sentinel used to keep track of whether or not we are before
13936 # the conftest object file.
13937 pre_test_object_deps_done
=no
13939 for p
in `eval "$output_verbose_link_cmd"`; do
13943 # Some compilers place space between "-{L,R}" and the path.
13944 # Remove the space.
13945 if test $p = "-L" ||
13946 test $p = "-R"; then
13953 if test "$pre_test_object_deps_done" = no
; then
13956 # Internal compiler library paths should come after those
13957 # provided the user. The postdeps already come after the
13958 # user supplied libs so there is no need to process them.
13959 if test -z "$compiler_lib_search_path_CXX"; then
13960 compiler_lib_search_path_CXX
="${prev}${p}"
13962 compiler_lib_search_path_CXX
="${compiler_lib_search_path_CXX} ${prev}${p}"
13965 # The "-l" case would never come before the object being
13966 # linked, so don't bother handling this case.
13969 if test -z "$postdeps_CXX"; then
13970 postdeps_CXX
="${prev}${p}"
13972 postdeps_CXX
="${postdeps_CXX} ${prev}${p}"
13978 # This assumes that the test object file only shows up
13979 # once in the compiler output.
13980 if test "$p" = "conftest.$objext"; then
13981 pre_test_object_deps_done
=yes
13985 if test "$pre_test_object_deps_done" = no
; then
13986 if test -z "$predep_objects_CXX"; then
13987 predep_objects_CXX
="$p"
13989 predep_objects_CXX
="$predep_objects_CXX $p"
13992 if test -z "$postdep_objects_CXX"; then
13993 postdep_objects_CXX
="$p"
13995 postdep_objects_CXX
="$postdep_objects_CXX $p"
14000 *) ;; # Ignore the rest.
14008 echo "libtool.m4: error: problem compiling CXX test program"
14011 $RM -f confest.
$objext
14013 # PORTME: override above test on systems where it is broken
14016 # Interix 3.5 installs completely hosed .la files for C++, so rather than
14017 # hack all around it, let's just trust "g++" to DTRT.
14018 predep_objects_CXX
=
14019 postdep_objects_CXX
=
14024 case `$CC -V 2>&1 | sed 5q` in
14028 # The more standards-conforming stlport4 library is
14029 # incompatible with the Cstd library. Avoid specifying
14030 # it if it's in CXXFLAGS. Ignore libCrun as
14031 # -library=stlport4 depends on it.
14032 case " $CXX $CXXFLAGS " in
14033 *" -library=stlport4 "*)
14034 solaris_use_stlport4
=yes
14038 if test "$solaris_use_stlport4" != yes; then
14039 postdeps_CXX
='-library=Cstd -library=Crun'
14046 case $cc_basename in
14048 # The more standards-conforming stlport4 library is
14049 # incompatible with the Cstd library. Avoid specifying
14050 # it if it's in CXXFLAGS. Ignore libCrun as
14051 # -library=stlport4 depends on it.
14052 case " $CXX $CXXFLAGS " in
14053 *" -library=stlport4 "*)
14054 solaris_use_stlport4
=yes
14058 # Adding this requires a known-good setup of shared libraries for
14059 # Sun compiler versions before 5.6, else PIC objects from an old
14060 # archive will be linked into the output, leading to subtle bugs.
14061 if test "$solaris_use_stlport4" != yes; then
14062 postdeps_CXX
='-library=Cstd -library=Crun'
14070 case " $postdeps_CXX " in
14071 *" -lc "*) archive_cmds_need_lc_CXX
=no
;;
14073 compiler_lib_search_dirs_CXX
=
14074 if test -n "${compiler_lib_search_path_CXX}"; then
14075 compiler_lib_search_dirs_CXX
=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
14108 lt_prog_compiler_wl_CXX
=
14109 lt_prog_compiler_pic_CXX
=
14110 lt_prog_compiler_static_CXX
=
14112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
14113 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
14115 # C++ specific cases for pic, static, wl, etc.
14116 if test "$GXX" = yes; then
14117 lt_prog_compiler_wl_CXX
='-Wl,'
14118 lt_prog_compiler_static_CXX
='-static'
14122 # All AIX code is PIC.
14123 if test "$host_cpu" = ia64
; then
14124 # AIX 5 now supports IA64 processor
14125 lt_prog_compiler_static_CXX
='-Bstatic'
14127 lt_prog_compiler_pic_CXX
='-fPIC'
14133 # see comment about AmigaOS4 .so support
14134 lt_prog_compiler_pic_CXX
='-fPIC'
14137 # FIXME: we need at least 68020 code to build shared libraries, but
14138 # adding the `-m68020' flag to GCC prevents building anything better,
14140 lt_prog_compiler_pic_CXX
='-m68020 -resident32 -malways-restore-a4'
14145 beos
* | irix5
* | irix6
* | nonstopux
* | osf3
* | osf4
* | osf5
*)
14146 # PIC is the default for these OSes.
14148 mingw
* | cygwin
* | os2
* | pw32
* | cegcc
*)
14149 # This hack is so that the source file can tell whether it is being
14150 # built for inclusion in a dll (and should export symbols for example).
14151 # Although the cygwin gcc ignores -fPIC, still need this for old-style
14152 # (--disable-auto-import) libraries
14153 lt_prog_compiler_pic_CXX
='-DDLL_EXPORT'
14155 darwin
* | rhapsody
*)
14156 # PIC is the default on this platform
14157 # Common symbols not allowed in MH_DYLIB files
14158 lt_prog_compiler_pic_CXX
='-fno-common'
14161 # DJGPP does not support shared libraries at all
14162 lt_prog_compiler_pic_CXX
=
14165 # PIC is the default for Haiku.
14166 # The "-static" flag exists, but is broken.
14167 lt_prog_compiler_static_CXX
=
14170 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
14171 # Instead, we relocate shared libraries at runtime.
14174 if test -d /usr
/nec
; then
14175 lt_prog_compiler_pic_CXX
=-Kconform_pic
14179 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
14180 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
14181 # sets the default TLS model and affects inlining.
14186 lt_prog_compiler_pic_CXX
='-fPIC'
14191 # QNX uses GNU C++, but need to define -shared option too, otherwise
14192 # it will coredump.
14193 lt_prog_compiler_pic_CXX
='-fPIC -shared'
14196 lt_prog_compiler_pic_CXX
='-fPIC'
14202 # All AIX code is PIC.
14203 if test "$host_cpu" = ia64
; then
14204 # AIX 5 now supports IA64 processor
14205 lt_prog_compiler_static_CXX
='-Bstatic'
14207 lt_prog_compiler_static_CXX
='-bnso -bI:/lib/syscalls.exp'
14211 case $cc_basename in
14213 # Green Hills C++ Compiler
14214 # _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"
14219 case $cc_basename in
14221 lt_prog_compiler_pic_CXX
='-KPIC'
14224 # Green Hills C++ Compiler
14225 lt_prog_compiler_pic_CXX
='-pic'
14231 freebsd
* | dragonfly
*)
14232 # FreeBSD uses GNU C++
14234 hpux9
* | hpux10
* | hpux11
*)
14235 case $cc_basename in
14237 lt_prog_compiler_wl_CXX
='-Wl,'
14238 lt_prog_compiler_static_CXX
='${wl}-a ${wl}archive'
14239 if test "$host_cpu" != ia64
; then
14240 lt_prog_compiler_pic_CXX
='+Z'
14244 lt_prog_compiler_wl_CXX
='-Wl,'
14245 lt_prog_compiler_static_CXX
='${wl}-a ${wl}archive'
14251 lt_prog_compiler_pic_CXX
='+Z'
14260 # This is c89, which is MS Visual C++ (no shared libs)
14261 # Anyone wants to do a port?
14263 irix5
* | irix6
* | nonstopux
*)
14264 case $cc_basename in
14266 lt_prog_compiler_wl_CXX
='-Wl,'
14267 lt_prog_compiler_static_CXX
='-non_shared'
14268 # CC pic flag -KPIC is the default.
14274 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
14275 case $cc_basename in
14278 lt_prog_compiler_wl_CXX
='--backend -Wl,'
14279 lt_prog_compiler_pic_CXX
='-fPIC'
14282 # old Intel C++ for x86_64 which still supported -KPIC.
14283 lt_prog_compiler_wl_CXX
='-Wl,'
14284 lt_prog_compiler_pic_CXX
='-KPIC'
14285 lt_prog_compiler_static_CXX
='-static'
14288 # Intel C++, used to be incompatible with GCC.
14289 # ICC 10 doesn't accept -KPIC any more.
14290 lt_prog_compiler_wl_CXX
='-Wl,'
14291 lt_prog_compiler_pic_CXX
='-fPIC'
14292 lt_prog_compiler_static_CXX
='-static'
14295 # Portland Group C++ compiler
14296 lt_prog_compiler_wl_CXX
='-Wl,'
14297 lt_prog_compiler_pic_CXX
='-fpic'
14298 lt_prog_compiler_static_CXX
='-Bstatic'
14302 # Make sure the PIC flag is empty. It appears that all Alpha
14303 # Linux and Compaq Tru64 Unix objects are PIC.
14304 lt_prog_compiler_pic_CXX
=
14305 lt_prog_compiler_static_CXX
='-non_shared'
14307 xlc
* | xlC
* | bgxl
[cC
]* | mpixl
[cC
]*)
14308 # IBM XL 8.0, 9.0 on PPC and BlueGene
14309 lt_prog_compiler_wl_CXX
='-Wl,'
14310 lt_prog_compiler_pic_CXX
='-qpic'
14311 lt_prog_compiler_static_CXX
='-qstaticlink'
14314 case `$CC -V 2>&1 | sed 5q` in
14317 lt_prog_compiler_pic_CXX
='-KPIC'
14318 lt_prog_compiler_static_CXX
='-Bstatic'
14319 lt_prog_compiler_wl_CXX
='-Qoption ld '
14330 case $cc_basename in
14332 lt_prog_compiler_pic_CXX
='-W c,exportall'
14341 # QNX uses GNU C++, but need to define -shared option too, otherwise
14342 # it will coredump.
14343 lt_prog_compiler_pic_CXX
='-fPIC -shared'
14345 osf3
* | osf4
* | osf5
*)
14346 case $cc_basename in
14348 lt_prog_compiler_wl_CXX
='--backend -Wl,'
14351 # Rational C++ 2.4.1
14352 lt_prog_compiler_pic_CXX
='-pic'
14355 # Digital/Compaq C++
14356 lt_prog_compiler_wl_CXX
='-Wl,'
14357 # Make sure the PIC flag is empty. It appears that all Alpha
14358 # Linux and Compaq Tru64 Unix objects are PIC.
14359 lt_prog_compiler_pic_CXX
=
14360 lt_prog_compiler_static_CXX
='-non_shared'
14369 case $cc_basename in
14371 # Sun C++ 4.2, 5.x and Centerline C++
14372 lt_prog_compiler_pic_CXX
='-KPIC'
14373 lt_prog_compiler_static_CXX
='-Bstatic'
14374 lt_prog_compiler_wl_CXX
='-Qoption ld '
14377 # Green Hills C++ Compiler
14378 lt_prog_compiler_pic_CXX
='-PIC'
14385 case $cc_basename in
14388 lt_prog_compiler_pic_CXX
='-pic'
14389 lt_prog_compiler_static_CXX
='-Bstatic'
14393 lt_prog_compiler_pic_CXX
='-pic'
14399 sysv5
* | unixware
* | sco3.2v5
* | sco5v6
* | OpenUNIX
*)
14400 case $cc_basename in
14402 lt_prog_compiler_wl_CXX
='-Wl,'
14403 lt_prog_compiler_pic_CXX
='-KPIC'
14404 lt_prog_compiler_static_CXX
='-Bstatic'
14409 case $cc_basename in
14411 # NonStop-UX NCC 3.20
14412 lt_prog_compiler_pic_CXX
='-KPIC'
14421 lt_prog_compiler_can_build_shared_CXX
=no
14427 # For platforms which do not support PIC, -DPIC is meaningless:
14429 lt_prog_compiler_pic_CXX
=
14432 lt_prog_compiler_pic_CXX
="$lt_prog_compiler_pic_CXX -DPIC"
14435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_CXX" >&5
14436 $as_echo "$lt_prog_compiler_pic_CXX" >&6; }
14441 # Check to make sure the PIC flag actually works.
14443 if test -n "$lt_prog_compiler_pic_CXX"; then
14444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
14445 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
14446 if ${lt_cv_prog_compiler_pic_works_CXX+:} false
; then :
14447 $as_echo_n "(cached) " >&6
14449 lt_cv_prog_compiler_pic_works_CXX
=no
14450 ac_outfile
=conftest.
$ac_objext
14451 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
14452 lt_compiler_flag
="$lt_prog_compiler_pic_CXX -DPIC"
14453 # Insert the option either (1) after the last *FLAGS variable, or
14454 # (2) before a word containing "conftest.", or (3) at the end.
14455 # Note that $ac_compile itself does not contain backslashes and begins
14456 # with a dollar sign (not a hyphen), so the echo should work correctly.
14457 # The option is referenced via a variable to avoid confusing sed.
14458 lt_compile
=`echo "$ac_compile" | $SED \
14459 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14460 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14461 -e 's:$: $lt_compiler_flag:'`
14462 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
14463 (eval "$lt_compile" 2>conftest.err
)
14465 cat conftest.err
>&5
14466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14467 if (exit $ac_status) && test -s "$ac_outfile"; then
14468 # The compiler can only warn and ignore the option if not recognized
14469 # So say no if there are warnings other than the usual output.
14470 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' >conftest.exp
14471 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
14472 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
14473 lt_cv_prog_compiler_pic_works_CXX
=yes
14479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
14480 $as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
14482 if test x
"$lt_cv_prog_compiler_pic_works_CXX" = xyes
; then
14483 case $lt_prog_compiler_pic_CXX in
14485 *) lt_prog_compiler_pic_CXX
=" $lt_prog_compiler_pic_CXX" ;;
14488 lt_prog_compiler_pic_CXX
=
14489 lt_prog_compiler_can_build_shared_CXX
=no
14497 # Check to make sure the static flag actually works.
14499 wl
=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag
=\"$lt_prog_compiler_static_CXX\"
14500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
14501 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
14502 if ${lt_cv_prog_compiler_static_works_CXX+:} false
; then :
14503 $as_echo_n "(cached) " >&6
14505 lt_cv_prog_compiler_static_works_CXX
=no
14506 save_LDFLAGS
="$LDFLAGS"
14507 LDFLAGS
="$LDFLAGS $lt_tmp_static_flag"
14508 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
14509 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
14510 # The linker can only warn and ignore the option if not recognized
14511 # So say no if there are warnings
14512 if test -s conftest.err
; then
14513 # Append any errors to the config.log.
14514 cat conftest.err
1>&5
14515 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
14516 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
14517 if diff conftest.exp conftest.er2
>/dev
/null
; then
14518 lt_cv_prog_compiler_static_works_CXX
=yes
14521 lt_cv_prog_compiler_static_works_CXX
=yes
14525 LDFLAGS
="$save_LDFLAGS"
14528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
14529 $as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
14531 if test x
"$lt_cv_prog_compiler_static_works_CXX" = xyes
; then
14534 lt_prog_compiler_static_CXX
=
14540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
14541 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
14542 if ${lt_cv_prog_compiler_c_o_CXX+:} false
; then :
14543 $as_echo_n "(cached) " >&6
14545 lt_cv_prog_compiler_c_o_CXX
=no
14546 $RM -r conftest
2>/dev
/null
14550 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
14552 lt_compiler_flag
="-o out/conftest2.$ac_objext"
14553 # Insert the option either (1) after the last *FLAGS variable, or
14554 # (2) before a word containing "conftest.", or (3) at the end.
14555 # Note that $ac_compile itself does not contain backslashes and begins
14556 # with a dollar sign (not a hyphen), so the echo should work correctly.
14557 lt_compile
=`echo "$ac_compile" | $SED \
14558 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14559 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14560 -e 's:$: $lt_compiler_flag:'`
14561 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
14562 (eval "$lt_compile" 2>out
/conftest.err
)
14564 cat out
/conftest.err
>&5
14565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14566 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
14568 # The compiler can only warn and ignore the option if not recognized
14569 # So say no if there are warnings
14570 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' > out
/conftest.exp
14571 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
14572 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
14573 lt_cv_prog_compiler_c_o_CXX
=yes
14578 # SGI C++ compiler will create directory out/ii_files/ for
14579 # template instantiation
14580 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
14581 $RM out
/* && rmdir out
14587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
14588 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
14592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
14593 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
14594 if ${lt_cv_prog_compiler_c_o_CXX+:} false
; then :
14595 $as_echo_n "(cached) " >&6
14597 lt_cv_prog_compiler_c_o_CXX
=no
14598 $RM -r conftest
2>/dev
/null
14602 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
14604 lt_compiler_flag
="-o out/conftest2.$ac_objext"
14605 # Insert the option either (1) after the last *FLAGS variable, or
14606 # (2) before a word containing "conftest.", or (3) at the end.
14607 # Note that $ac_compile itself does not contain backslashes and begins
14608 # with a dollar sign (not a hyphen), so the echo should work correctly.
14609 lt_compile
=`echo "$ac_compile" | $SED \
14610 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14611 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14612 -e 's:$: $lt_compiler_flag:'`
14613 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
14614 (eval "$lt_compile" 2>out
/conftest.err
)
14616 cat out
/conftest.err
>&5
14617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14618 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
14620 # The compiler can only warn and ignore the option if not recognized
14621 # So say no if there are warnings
14622 $ECHO "$_lt_compiler_boilerplate" |
$SED '/^$/d' > out
/conftest.exp
14623 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
14624 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
14625 lt_cv_prog_compiler_c_o_CXX
=yes
14630 # SGI C++ compiler will create directory out/ii_files/ for
14631 # template instantiation
14632 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
14633 $RM out
/* && rmdir out
14639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
14640 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
14645 hard_links
="nottested"
14646 if test "$lt_cv_prog_compiler_c_o_CXX" = no
&& test "$need_locks" != no
; then
14647 # do not overwrite the value of need_locks provided by the user
14648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
14649 $as_echo_n "checking if we can lock with hard links... " >&6; }
14652 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
14654 ln conftest.a conftest.b
2>&5 || hard_links
=no
14655 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
14656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
14657 $as_echo "$hard_links" >&6; }
14658 if test "$hard_links" = no
; then
14659 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
14660 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
14669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
14670 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
14672 export_symbols_cmds_CXX
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
14675 # If we're using GNU nm, then we don't want the "-C" option.
14676 # -C means demangle to AIX nm, but means don't demangle with GNU nm
14677 # Also, AIX nm treats weak defined symbols like other global defined
14678 # symbols, whereas GNU nm marks them as "W".
14679 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
14680 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'
14682 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'
14686 export_symbols_cmds_CXX
="$ltdll_cmds"
14688 cygwin
* | mingw
* | cegcc
*)
14689 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'
14692 export_symbols_cmds_CXX
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
14695 exclude_expsyms_CXX
='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
14697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
14698 $as_echo "$ld_shlibs_CXX" >&6; }
14699 test "$ld_shlibs_CXX" = no
&& can_build_shared
=no
14701 with_gnu_ld_CXX
=$with_gnu_ld
14709 # Do we need to explicitly link libc?
14711 case "x$archive_cmds_need_lc_CXX" in
14713 # Assume -lc should be added
14714 archive_cmds_need_lc_CXX
=yes
14716 if test "$enable_shared" = yes && test "$GCC" = yes; then
14717 case $archive_cmds_CXX in
14719 # FIXME: we may have to deal with multi-command sequences.
14722 # Test whether the compiler implicitly links with -lc since on some
14723 # systems, -lgcc has to come before -lc. If gcc already passes -lc
14724 # to ld, don't add -lc before -lgcc.
14725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
14726 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
14727 if ${lt_cv_archive_cmds_need_lc_CXX+:} false
; then :
14728 $as_echo_n "(cached) " >&6
14731 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
14733 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14734 (eval $ac_compile) 2>&5
14736 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14737 test $ac_status = 0; } 2>conftest.err
; then
14740 libobjs
=conftest.
$ac_objext
14742 wl
=$lt_prog_compiler_wl_CXX
14743 pic_flag
=$lt_prog_compiler_pic_CXX
14749 lt_save_allow_undefined_flag
=$allow_undefined_flag_CXX
14750 allow_undefined_flag_CXX
=
14751 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
14752 (eval $archive_cmds_CXX 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
14754 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14755 test $ac_status = 0; }
14757 lt_cv_archive_cmds_need_lc_CXX
=no
14759 lt_cv_archive_cmds_need_lc_CXX
=yes
14761 allow_undefined_flag_CXX
=$lt_save_allow_undefined_flag
14763 cat conftest.err
1>&5
14768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
14769 $as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
14770 archive_cmds_need_lc_CXX
=$lt_cv_archive_cmds_need_lc_CXX
14840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
14841 $as_echo_n "checking dynamic linker characteristics... " >&6; }
14843 library_names_spec
=
14844 libname_spec
='lib$name'
14848 postuninstall_cmds
=
14852 shlibpath_overrides_runpath
=unknown
14854 dynamic_linker
="$host_os ld.so"
14855 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
14856 need_lib_prefix
=unknown
14857 hardcode_into_libs
=no
14859 # when you set need_version to no, make sure it does not cause -set_version
14860 # flags to be left without arguments
14861 need_version
=unknown
14866 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
14867 shlibpath_var
=LIBPATH
14869 # AIX 3 has no versioning support, so we append a major version to the name.
14870 soname_spec
='${libname}${release}${shared_ext}$major'
14877 hardcode_into_libs
=yes
14878 if test "$host_cpu" = ia64
; then
14879 # AIX 5 supports IA64
14880 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
14881 shlibpath_var
=LD_LIBRARY_PATH
14883 # With GCC up to 2.95.x, collect2 would create an import file
14884 # for dependence libraries. The import file would start with
14885 # the line `#! .'. This would cause the generated library to
14886 # depend on `.', always an invalid library. This was fixed in
14887 # development snapshots of GCC prior to 3.0.
14889 aix4 | aix4.
[01] | aix4.
[01].
*)
14890 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
14892 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
14895 can_build_shared
=no
14899 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
14900 # soname into executable. Probably we can add versioning support to
14901 # collect2, so additional links can be useful in future.
14902 if test "$aix_use_runtimelinking" = yes; then
14903 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
14904 # instead of lib<name>.a to let people know that these are not
14905 # typical AIX shared libraries.
14906 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14908 # We preserve .a as extension for shared libraries through AIX4.2
14909 # and later when we are not doing run time linking.
14910 library_names_spec
='${libname}${release}.a $libname.a'
14911 soname_spec
='${libname}${release}${shared_ext}$major'
14913 shlibpath_var
=LIBPATH
14920 # Since July 2007 AmigaOS4 officially supports .so libraries.
14921 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
14922 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14925 library_names_spec
='$libname.ixlibrary $libname.a'
14926 # Create ${libname}_ixlibrary.a entries in /sys/libs.
14927 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'
14933 library_names_spec
='${libname}${shared_ext}'
14934 dynamic_linker
="$host_os ld.so"
14935 shlibpath_var
=LIBRARY_PATH
14941 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14942 soname_spec
='${libname}${release}${shared_ext}$major'
14943 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
14944 shlibpath_var
=LD_LIBRARY_PATH
14945 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
14946 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
14947 # the default ld.so.conf also contains /usr/contrib/lib and
14948 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
14949 # libtool to hard-code these into programs
14952 cygwin
* | mingw
* | pw32
* | cegcc
*)
14953 version_type
=windows
14958 case $GCC,$host_os in
14959 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
14960 library_names_spec
='$libname.dll.a'
14961 # DLL is installed to $(libdir)/../bin by postinstall_cmds
14962 postinstall_cmds
='base_file=`basename \${file}`~
14963 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
14964 dldir=$destdir/`dirname \$dlpath`~
14965 test -d \$dldir || mkdir -p \$dldir~
14966 $install_prog $dir/$dlname \$dldir/$dlname~
14967 chmod a+x \$dldir/$dlname~
14968 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
14969 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
14971 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
14972 dlpath=$dir/\$dldll~
14974 shlibpath_overrides_runpath
=yes
14978 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
14979 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14983 # MinGW DLLs use traditional 'lib' prefix
14984 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14987 # pw32 DLLs use 'pw' prefix rather than 'lib'
14988 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14994 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
14997 dynamic_linker
='Win32 ld.exe'
14998 # FIXME: first we should search . and the directory the executable is in
15002 darwin
* | rhapsody
*)
15003 dynamic_linker
="$host_os dyld"
15004 version_type
=darwin
15007 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
15008 soname_spec
='${libname}${release}${major}$shared_ext'
15009 shlibpath_overrides_runpath
=yes
15010 shlibpath_var
=DYLD_LIBRARY_PATH
15011 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
15013 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
15020 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
15021 soname_spec
='${libname}${release}${shared_ext}$major'
15022 shlibpath_var
=LD_LIBRARY_PATH
15025 freebsd
* | dragonfly
*)
15026 # DragonFly does not have aout. When/if they implement a new
15027 # versioning mechanism, adjust this.
15028 if test -x /usr
/bin
/objformat
; then
15029 objformat
=`/usr/bin/objformat`
15032 freebsd
[23].
*) objformat
=aout
;;
15033 *) objformat
=elf
;;
15036 version_type
=freebsd-
$objformat
15037 case $version_type in
15039 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
15044 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
15048 shlibpath_var
=LD_LIBRARY_PATH
15051 shlibpath_overrides_runpath
=yes
15053 freebsd3.
[01]* | freebsdelf3.
[01]*)
15054 shlibpath_overrides_runpath
=yes
15055 hardcode_into_libs
=yes
15057 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
15058 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
15059 shlibpath_overrides_runpath
=no
15060 hardcode_into_libs
=yes
15062 *) # from 4.6 on, and DragonFly
15063 shlibpath_overrides_runpath
=yes
15064 hardcode_into_libs
=yes
15073 dynamic_linker
="$host_os runtime_loader"
15074 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
15075 soname_spec
='${libname}${release}${shared_ext}$major'
15076 shlibpath_var
=LIBRARY_PATH
15077 shlibpath_overrides_runpath
=yes
15078 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/system/lib'
15079 hardcode_into_libs
=yes
15082 hpux9
* | hpux10
* | hpux11
*)
15083 # Give a soname corresponding to the major version so that dld.sl refuses to
15084 # link against other versions.
15091 hardcode_into_libs
=yes
15092 dynamic_linker
="$host_os dld.so"
15093 shlibpath_var
=LD_LIBRARY_PATH
15094 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
15095 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15096 soname_spec
='${libname}${release}${shared_ext}$major'
15097 if test "X$HPUX_IA64_MODE" = X32
; then
15098 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
15100 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
15102 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
15106 hardcode_into_libs
=yes
15107 dynamic_linker
="$host_os dld.sl"
15108 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
15109 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
15110 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15111 soname_spec
='${libname}${release}${shared_ext}$major'
15112 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
15113 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
15117 dynamic_linker
="$host_os dld.sl"
15118 shlibpath_var
=SHLIB_PATH
15119 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
15120 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15121 soname_spec
='${libname}${release}${shared_ext}$major'
15124 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
15125 postinstall_cmds
='chmod 555 $lib'
15126 # or fails outright, so override atomically:
15127 install_override_mode
=555
15134 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
15135 soname_spec
='${libname}${release}${shared_ext}$major'
15136 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
15137 shlibpath_var
=LD_LIBRARY_PATH
15138 shlibpath_overrides_runpath
=no
15139 hardcode_into_libs
=yes
15142 irix5
* | irix6
* | nonstopux
*)
15144 nonstopux
*) version_type
=nonstopux
;;
15146 if test "$lt_cv_prog_gnu_ld" = yes; then
15154 soname_spec
='${libname}${release}${shared_ext}$major'
15155 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
15157 irix5
* | nonstopux
*)
15158 libsuff
= shlibsuff
=
15161 case $LD in # libtool.m4 will add one of these switches to LD
15162 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
15163 libsuff
= shlibsuff
= libmagic
=32-bit;;
15164 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
15165 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
15166 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
15167 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
15168 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
15172 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
15173 shlibpath_overrides_runpath
=no
15174 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
15175 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
15176 hardcode_into_libs
=yes
15179 # No shared lib support for Linux oldld, aout, or coff.
15180 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
15184 # This must be Linux ELF.
15185 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu | gnu
*)
15189 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15190 soname_spec
='${libname}${release}${shared_ext}$major'
15191 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
15192 shlibpath_var
=LD_LIBRARY_PATH
15193 shlibpath_overrides_runpath
=no
15195 # Some binutils ld are patched to set DT_RUNPATH
15196 if ${lt_cv_shlibpath_overrides_runpath+:} false
; then :
15197 $as_echo_n "(cached) " >&6
15199 lt_cv_shlibpath_overrides_runpath
=no
15200 save_LDFLAGS
=$LDFLAGS
15201 save_libdir
=$libdir
15202 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
15203 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
15204 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15205 /* end confdefs.h. */
15215 if ac_fn_cxx_try_link
"$LINENO"; then :
15216 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
15217 lt_cv_shlibpath_overrides_runpath
=yes
15220 rm -f core conftest.err conftest.
$ac_objext \
15221 conftest
$ac_exeext conftest.
$ac_ext
15222 LDFLAGS
=$save_LDFLAGS
15223 libdir
=$save_libdir
15227 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
15229 # This implies no fast_install, which is unacceptable.
15230 # Some rework will be needed to allow for fast_install
15231 # before this can be enabled.
15232 hardcode_into_libs
=yes
15234 # Append ld.so.conf contents to the search path
15235 if test -f /etc
/ld.so.conf
; then
15236 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' ' '`
15237 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
15240 # We used to test for /lib/ld.so.1 and disable shared libraries on
15241 # powerpc, because MkLinux only supported shared libraries with the
15242 # GNU dynamic linker. Since this was broken with cross compilers,
15243 # most powerpc-linux boxes support dynamic linking these days and
15244 # people can always --disable-shared, the test was removed, and we
15245 # assume the GNU/Linux dynamic linker is in use.
15246 dynamic_linker
='GNU/Linux ld.so'
15253 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
15254 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15255 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
15256 dynamic_linker
='NetBSD (a.out) ld.so'
15258 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
15259 soname_spec
='${libname}${release}${shared_ext}$major'
15260 dynamic_linker
='NetBSD ld.elf_so'
15262 shlibpath_var
=LD_LIBRARY_PATH
15263 shlibpath_overrides_runpath
=yes
15264 hardcode_into_libs
=yes
15269 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15270 shlibpath_var
=LD_LIBRARY_PATH
15271 shlibpath_overrides_runpath
=yes
15278 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15279 soname_spec
='${libname}${release}${shared_ext}$major'
15280 shlibpath_var
=LD_LIBRARY_PATH
15281 shlibpath_overrides_runpath
=no
15282 hardcode_into_libs
=yes
15283 dynamic_linker
='ldqnx.so'
15288 sys_lib_dlsearch_path_spec
="/usr/lib"
15290 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
15292 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
15293 *) need_version
=no
;;
15295 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15296 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
15297 shlibpath_var
=LD_LIBRARY_PATH
15298 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
15300 openbsd2.
[89] | openbsd2.
[89].
*)
15301 shlibpath_overrides_runpath
=no
15304 shlibpath_overrides_runpath
=yes
15308 shlibpath_overrides_runpath
=yes
15313 libname_spec
='$name'
15316 library_names_spec
='$libname${shared_ext} $libname.a'
15317 dynamic_linker
='OS/2 ld.exe'
15318 shlibpath_var
=LIBPATH
15321 osf3
* | osf4
* | osf5
*)
15325 soname_spec
='${libname}${release}${shared_ext}$major'
15326 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15327 shlibpath_var
=LD_LIBRARY_PATH
15328 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
15329 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
15340 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15341 soname_spec
='${libname}${release}${shared_ext}$major'
15342 shlibpath_var
=LD_LIBRARY_PATH
15343 shlibpath_overrides_runpath
=yes
15344 hardcode_into_libs
=yes
15345 # ldd complains unless libraries are executable
15346 postinstall_cmds
='chmod +x $lib'
15351 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15352 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
15353 shlibpath_var
=LD_LIBRARY_PATH
15354 shlibpath_overrides_runpath
=yes
15355 if test "$with_gnu_ld" = yes; then
15363 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15364 soname_spec
='${libname}${release}${shared_ext}$major'
15365 shlibpath_var
=LD_LIBRARY_PATH
15366 case $host_vendor in
15368 shlibpath_overrides_runpath
=no
15370 runpath_var
=LD_RUN_PATH
15378 shlibpath_overrides_runpath
=no
15379 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
15385 if test -d /usr
/nec
;then
15387 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
15388 soname_spec
='$libname${shared_ext}.$major'
15389 shlibpath_var
=LD_LIBRARY_PATH
15393 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
15394 version_type
=freebsd-elf
15397 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
15398 soname_spec
='${libname}${release}${shared_ext}$major'
15399 shlibpath_var
=LD_LIBRARY_PATH
15400 shlibpath_overrides_runpath
=yes
15401 hardcode_into_libs
=yes
15402 if test "$with_gnu_ld" = yes; then
15403 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
15405 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
15408 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
15412 sys_lib_dlsearch_path_spec
='/usr/lib'
15416 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
15420 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15421 shlibpath_var
=LD_LIBRARY_PATH
15422 shlibpath_overrides_runpath
=no
15423 hardcode_into_libs
=yes
15428 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15429 soname_spec
='${libname}${release}${shared_ext}$major'
15430 shlibpath_var
=LD_LIBRARY_PATH
15437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
15438 $as_echo "$dynamic_linker" >&6; }
15439 test "$dynamic_linker" = no
&& can_build_shared
=no
15441 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
15442 if test "$GCC" = yes; then
15443 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
15446 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
15447 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
15449 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
15450 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
15490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
15491 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
15492 hardcode_action_CXX
=
15493 if test -n "$hardcode_libdir_flag_spec_CXX" ||
15494 test -n "$runpath_var_CXX" ||
15495 test "X$hardcode_automatic_CXX" = "Xyes" ; then
15497 # We can hardcode non-existent directories.
15498 if test "$hardcode_direct_CXX" != no
&&
15499 # If the only mechanism to avoid hardcoding is shlibpath_var, we
15500 # have to relink, otherwise we might link with an installed library
15501 # when we should be linking with a yet-to-be-installed one
15502 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
15503 test "$hardcode_minus_L_CXX" != no
; then
15504 # Linking always hardcodes the temporary library directory.
15505 hardcode_action_CXX
=relink
15507 # We can link without hardcoding, and we can hardcode nonexisting dirs.
15508 hardcode_action_CXX
=immediate
15511 # We cannot hardcode anything, or else we can only hardcode existing
15513 hardcode_action_CXX
=unsupported
15515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
15516 $as_echo "$hardcode_action_CXX" >&6; }
15518 if test "$hardcode_action_CXX" = relink ||
15519 test "$inherit_rpath_CXX" = yes; then
15520 # Fast installation is not supported
15521 enable_fast_install
=no
15522 elif test "$shlibpath_overrides_runpath" = yes ||
15523 test "$enable_shared" = no
; then
15524 # Fast installation is not necessary
15525 enable_fast_install
=needless
15534 fi # test -n "$compiler"
15540 with_gnu_ld
=$lt_save_with_gnu_ld
15541 lt_cv_path_LDCXX
=$lt_cv_path_LD
15542 lt_cv_path_LD
=$lt_save_path_LD
15543 lt_cv_prog_gnu_ldcxx
=$lt_cv_prog_gnu_ld
15544 lt_cv_prog_gnu_ld
=$lt_save_with_gnu_ld
15545 fi # test "$_lt_caught_CXX_error" != yes
15548 ac_cpp
='$CPP $CPPFLAGS'
15549 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15550 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15551 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
15565 ac_config_commands
="$ac_config_commands libtool"
15570 # Only expand once:
15574 GPROFNG_LIBADD
="-L../../libiberty -liberty"
15575 if test "$enable_shared" = "yes"; then
15576 GPROFNG_LIBADD
="-L../../libiberty/pic -liberty"
15580 # Figure out what compiler warnings we can enable.
15581 # See config/warnings.m4 for details.
15584 ac_cpp
='$CPP $CPPFLAGS'
15585 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15586 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15587 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
15590 # Check whether --enable-werror-always was given.
15591 if test "${enable_werror_always+set}" = set; then :
15592 enableval
=$enable_werror_always;
15594 enable_werror_always
=no
15597 if test $enable_werror_always = yes; then :
15598 WERROR
="$WERROR${WERROR:+ }-Werror"
15602 ac_cpp
='$CPP $CPPFLAGS'
15603 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15604 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15605 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
15609 ac_cpp
='$CPP $CPPFLAGS'
15610 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15611 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15612 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
15615 save_CFLAGS
="$CFLAGS"
15616 for real_option
in -Wall; do
15617 # Do the check with the no- prefix removed since gcc silently
15618 # accepts any -Wno-* option on purpose
15619 case $real_option in
15620 -Wno-*) option
=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
15621 *) option
=$real_option ;;
15623 as_acx_Woption
=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
15625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
15626 $as_echo_n "checking whether $CC supports $option... " >&6; }
15627 if eval \
${$as_acx_Woption+:} false
; then :
15628 $as_echo_n "(cached) " >&6
15631 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15632 /* end confdefs.h. */
15642 if ac_fn_c_try_compile
"$LINENO"; then :
15643 eval "$as_acx_Woption=yes"
15645 eval "$as_acx_Woption=no"
15647 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15650 eval ac_res
=\$
$as_acx_Woption
15651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
15652 $as_echo "$ac_res" >&6; }
15653 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
15654 gprofng_cflags
="$gprofng_cflags${gprofng_cflags:+ }$real_option"
15657 CFLAGS
="$save_CFLAGS"
15659 ac_cpp
='$CPP $CPPFLAGS'
15660 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15661 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15662 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
15666 ac_cpp
='$CPP $CPPFLAGS'
15667 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15668 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15669 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
15671 GPROFNG_NO_SWITCH_CFLAGS
=
15672 save_CFLAGS
="$CFLAGS"
15673 for real_option
in -Wno-switch; do
15674 # Do the check with the no- prefix removed since gcc silently
15675 # accepts any -Wno-* option on purpose
15676 case $real_option in
15677 -Wno-*) option
=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
15678 *) option
=$real_option ;;
15680 as_acx_Woption
=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
15682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
15683 $as_echo_n "checking whether $CC supports $option... " >&6; }
15684 if eval \
${$as_acx_Woption+:} false
; then :
15685 $as_echo_n "(cached) " >&6
15688 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15689 /* end confdefs.h. */
15699 if ac_fn_c_try_compile
"$LINENO"; then :
15700 eval "$as_acx_Woption=yes"
15702 eval "$as_acx_Woption=no"
15704 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15707 eval ac_res
=\$
$as_acx_Woption
15708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
15709 $as_echo "$ac_res" >&6; }
15710 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
15711 GPROFNG_NO_SWITCH_CFLAGS
="$GPROFNG_NO_SWITCH_CFLAGS${GPROFNG_NO_SWITCH_CFLAGS:+ }$real_option"
15714 CFLAGS
="$save_CFLAGS"
15716 ac_cpp
='$CPP $CPPFLAGS'
15717 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15718 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15719 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
15722 gprofng_cppflags
="-U_ASM"
15729 build_collector
=true
15733 build_collector
=true
15737 build_collector
=true
15740 # Check whether --enable-gprofng-tools was given.
15741 if test "${enable_gprofng_tools+set}" = set; then :
15742 enableval
=$enable_gprofng_tools; build_src
=$enableval
15746 if test x
$build_collector = xtrue
; then
15747 BUILD_COLLECTOR_TRUE
=
15748 BUILD_COLLECTOR_FALSE
='#'
15750 BUILD_COLLECTOR_TRUE
='#'
15751 BUILD_COLLECTOR_FALSE
=
15754 if test x
$build_src = xtrue
; then
15756 BUILD_SRC_FALSE
='#'
15764 if test x
$build_collector = xtrue
; then
15767 subdirs
="$subdirs libcollector"
15769 if test x
${host} = x
${target}; then
15773 if test x
$run_tests = xtrue
; then
15775 RUN_TESTS_FALSE
='#'
15786 ac_cpp
='$CPP $CPPFLAGS'
15787 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15788 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15789 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
15793 # We used to check for pthread.h first, but this fails if pthread.h
15794 # requires special compiler flags (e.g. on Tru64 or Sequent).
15795 # It gets checked for in the link test anyway.
15797 # First of all, check if the user has set any of the PTHREAD_LIBS,
15798 # etcetera environment variables, and if threads linking works using
15800 if test "x$PTHREAD_CFLAGS$PTHREAD_LIBS" != "x"; then
15801 ax_pthread_save_CC
="$CC"
15802 ax_pthread_save_CFLAGS
="$CFLAGS"
15803 ax_pthread_save_LIBS
="$LIBS"
15804 if test "x$PTHREAD_CC" != "x"; then :
15807 CFLAGS
="$CFLAGS $PTHREAD_CFLAGS"
15808 LIBS
="$PTHREAD_LIBS $LIBS"
15809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_join using $CC $PTHREAD_CFLAGS $PTHREAD_LIBS" >&5
15810 $as_echo_n "checking for pthread_join using $CC $PTHREAD_CFLAGS $PTHREAD_LIBS... " >&6; }
15811 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15812 /* end confdefs.h. */
15814 /* Override any GCC internal prototype to avoid an error.
15815 Use char because int might match the return type of a GCC
15816 builtin and then its argument prototype would still apply. */
15820 char pthread_join ();
15824 return pthread_join ();
15829 if ac_fn_c_try_link
"$LINENO"; then :
15832 rm -f core conftest.err conftest.
$ac_objext \
15833 conftest
$ac_exeext conftest.
$ac_ext
15834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_pthread_ok" >&5
15835 $as_echo "$ax_pthread_ok" >&6; }
15836 if test "x$ax_pthread_ok" = "xno"; then
15840 CC
="$ax_pthread_save_CC"
15841 CFLAGS
="$ax_pthread_save_CFLAGS"
15842 LIBS
="$ax_pthread_save_LIBS"
15845 # We must check for the threads library under a number of different
15846 # names; the ordering is very important because some systems
15847 # (e.g. DEC) have both -lpthread and -lpthreads, where one of the
15848 # libraries is broken (non-POSIX).
15850 # Create a list of thread flags to try. Items starting with a "-" are
15851 # C compiler flags, and other items are library names, except for "none"
15852 # which indicates that we try without any flags at all, and "pthread-config"
15853 # which is a program returning the flags for the Pth emulation library.
15855 ax_pthread_flags
="pthreads none -Kthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
15857 # The ordering *is* (sometimes) important. Some notes on the
15858 # individual items follow:
15860 # pthreads: AIX (must check this before -lpthread)
15861 # none: in case threads are in libc; should be tried before -Kthread and
15862 # other compiler flags to prevent continual compiler warnings
15863 # -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h)
15864 # -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads), Tru64
15865 # (Note: HP C rejects this with "bad form for `-t' option")
15866 # -pthreads: Solaris/gcc (Note: HP C also rejects)
15867 # -mt: Sun Workshop C (may only link SunOS threads [-lthread], but it
15868 # doesn't hurt to check since this sometimes defines pthreads and
15869 # -D_REENTRANT too), HP C (must be checked before -lpthread, which
15870 # is present but should not be used directly; and before -mthreads,
15871 # because the compiler interprets this as "-mt" + "-hreads")
15872 # -mthreads: Mingw32/gcc, Lynx/gcc
15873 # pthread: Linux, etcetera
15874 # --thread-safe: KAI C++
15875 # pthread-config: use pthread-config program (for GNU Pth library)
15881 # -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able)
15882 # lthread: LinuxThreads port on FreeBSD (also preferred to -pthread)
15884 ax_pthread_flags
="-kthread lthread $ax_pthread_flags"
15889 # From the cc(1) man page: "[-mt] Sets various -D flags to enable
15890 # multi-threading and also sets -lpthread."
15892 ax_pthread_flags
="-mt -pthread pthread $ax_pthread_flags"
15897 # IBM z/OS requires a feature-test macro to be defined in order to
15898 # enable POSIX threads at all, so give the user a hint if this is
15899 # not set. (We don't define these ourselves, as they can affect
15900 # other portions of the system API in unpredictable ways.)
15902 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15903 /* end confdefs.h. */
15905 # if !defined(_OPEN_THREADS) && !defined(_UNIX03_THREADS)
15906 AX_PTHREAD_ZOS_MISSING
15910 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15911 $EGREP "AX_PTHREAD_ZOS_MISSING" >/dev
/null
2>&1; then :
15912 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: IBM z/OS requires -D_OPEN_THREADS or -D_UNIX03_THREADS to enable pthreads support." >&5
15913 $as_echo "$as_me: WARNING: IBM z/OS requires -D_OPEN_THREADS or -D_UNIX03_THREADS to enable pthreads support." >&2;}
15921 # On Solaris (at least, for some versions), libc contains stubbed
15922 # (non-functional) versions of the pthreads routines, so link-based
15923 # tests will erroneously succeed. (N.B.: The stubs are missing
15924 # pthread_cleanup_push, or rather a function called by this macro,
15925 # so we could check for that, but who knows whether they'll stub
15926 # that too in a future libc.) So we'll check first for the
15927 # standard Solaris way of linking pthreads (-mt -lpthread).
15929 ax_pthread_flags
="-mt,pthread pthread $ax_pthread_flags"
15933 # GCC generally uses -pthread, or -pthreads on some platforms (e.g. SPARC)
15935 if test "x$GCC" = "xyes"; then :
15936 ax_pthread_flags
="-pthread -pthreads $ax_pthread_flags"
15939 # The presence of a feature test macro requesting re-entrant function
15940 # definitions is, on some systems, a strong hint that pthreads support is
15941 # correctly enabled
15944 darwin
* | hpux
* | linux
* | osf
* | solaris
*)
15945 ax_pthread_check_macro
="_REENTRANT"
15949 ax_pthread_check_macro
="_THREAD_SAFE"
15953 ax_pthread_check_macro
="--"
15956 if test "x$ax_pthread_check_macro" = "x--"; then :
15957 ax_pthread_check_cond
=0
15959 ax_pthread_check_cond
="!defined($ax_pthread_check_macro)"
15962 # Are we compiling with Clang?
15964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC is Clang" >&5
15965 $as_echo_n "checking whether $CC is Clang... " >&6; }
15966 if ${ax_cv_PTHREAD_CLANG+:} false
; then :
15967 $as_echo_n "(cached) " >&6
15969 ax_cv_PTHREAD_CLANG
=no
15970 # Note that Autoconf sets GCC=yes for Clang as well as GCC
15971 if test "x$GCC" = "xyes"; then
15972 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15973 /* end confdefs.h. */
15974 /* Note: Clang 2.7 lacks __clang_[a-z]+__ */
15975 # if defined(__clang__) && defined(__llvm__)
15976 AX_PTHREAD_CC_IS_CLANG
15980 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15981 $EGREP "AX_PTHREAD_CC_IS_CLANG" >/dev
/null
2>&1; then :
15982 ax_cv_PTHREAD_CLANG
=yes
15989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_PTHREAD_CLANG" >&5
15990 $as_echo "$ax_cv_PTHREAD_CLANG" >&6; }
15991 ax_pthread_clang
="$ax_cv_PTHREAD_CLANG"
15993 ax_pthread_clang_warning
=no
15995 # Clang needs special handling, because older versions handle the -pthread
15996 # option in a rather... idiosyncratic way
15998 if test "x$ax_pthread_clang" = "xyes"; then
16000 # Clang takes -pthread; it has never supported any other flag
16002 # (Note 1: This will need to be revisited if a system that Clang
16003 # supports has POSIX threads in a separate library. This tends not
16004 # to be the way of modern systems, but it's conceivable.)
16006 # (Note 2: On some systems, notably Darwin, -pthread is not needed
16007 # to get POSIX threads support; the API is always present and
16008 # active. We could reasonably leave PTHREAD_CFLAGS empty. But
16009 # -pthread does define _REENTRANT, and while the Darwin headers
16010 # ignore this macro, third-party headers might not.)
16012 PTHREAD_CFLAGS
="-pthread"
16017 # However, older versions of Clang make a point of warning the user
16018 # that, in an invocation where only linking and no compilation is
16019 # taking place, the -pthread option has no effect ("argument unused
16020 # during compilation"). They expect -pthread to be passed in only
16021 # when source code is being compiled.
16023 # Problem is, this is at odds with the way Automake and most other
16024 # C build frameworks function, which is that the same flags used in
16025 # compilation (CFLAGS) are also used in linking. Many systems
16026 # supported by AX_PTHREAD require exactly this for POSIX threads
16027 # support, and in fact it is often not straightforward to specify a
16028 # flag that is used only in the compilation phase and not in
16029 # linking. Such a scenario is extremely rare in practice.
16031 # Even though use of the -pthread flag in linking would only print
16032 # a warning, this can be a nuisance for well-run software projects
16033 # that build with -Werror. So if the active version of Clang has
16034 # this misfeature, we search for an option to squash it.
16036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Clang needs flag to prevent \"argument unused\" warning when linking with -pthread" >&5
16037 $as_echo_n "checking whether Clang needs flag to prevent \"argument unused\" warning when linking with -pthread... " >&6; }
16038 if ${ax_cv_PTHREAD_CLANG_NO_WARN_FLAG+:} false
; then :
16039 $as_echo_n "(cached) " >&6
16041 ax_cv_PTHREAD_CLANG_NO_WARN_FLAG
=unknown
16042 # Create an alternate version of $ac_link that compiles and
16043 # links in two steps (.c -> .o, .o -> exe) instead of one
16044 # (.c -> exe), because the warning occurs only in the second
16046 ax_pthread_save_ac_link
="$ac_link"
16047 ax_pthread_sed
='s/conftest\.\$ac_ext/conftest.$ac_objext/g'
16048 ax_pthread_link_step
=`$as_echo "$ac_link" | sed "$ax_pthread_sed"`
16049 ax_pthread_2step_ac_link
="($ac_compile) && (echo ==== >&5) && ($ax_pthread_link_step)"
16050 ax_pthread_save_CFLAGS
="$CFLAGS"
16051 for ax_pthread_try
in '' -Qunused-arguments -Wno-unused-command-line-argument unknown
; do
16052 if test "x$ax_pthread_try" = "xunknown"; then :
16055 CFLAGS
="-Werror -Wunknown-warning-option $ax_pthread_try -pthread $ax_pthread_save_CFLAGS"
16056 ac_link
="$ax_pthread_save_ac_link"
16057 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16058 /* end confdefs.h. */
16059 int main(void){return 0;}
16061 if ac_fn_c_try_link
"$LINENO"; then :
16062 ac_link
="$ax_pthread_2step_ac_link"
16063 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16064 /* end confdefs.h. */
16065 int main(void){return 0;}
16067 if ac_fn_c_try_link
"$LINENO"; then :
16070 rm -f core conftest.err conftest.
$ac_objext \
16071 conftest
$ac_exeext conftest.
$ac_ext
16074 rm -f core conftest.err conftest.
$ac_objext \
16075 conftest
$ac_exeext conftest.
$ac_ext
16077 ac_link
="$ax_pthread_save_ac_link"
16078 CFLAGS
="$ax_pthread_save_CFLAGS"
16079 if test "x$ax_pthread_try" = "x"; then :
16082 ax_cv_PTHREAD_CLANG_NO_WARN_FLAG
="$ax_pthread_try"
16085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_PTHREAD_CLANG_NO_WARN_FLAG" >&5
16086 $as_echo "$ax_cv_PTHREAD_CLANG_NO_WARN_FLAG" >&6; }
16088 case "$ax_cv_PTHREAD_CLANG_NO_WARN_FLAG" in
16090 *) PTHREAD_CFLAGS
="$ax_cv_PTHREAD_CLANG_NO_WARN_FLAG $PTHREAD_CFLAGS" ;;
16093 fi # $ax_pthread_clang = yes
16095 if test "x$ax_pthread_ok" = "xno"; then
16096 for ax_pthread_try_flag
in $ax_pthread_flags; do
16098 case $ax_pthread_try_flag in
16100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work without any flags" >&5
16101 $as_echo_n "checking whether pthreads work without any flags... " >&6; }
16105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work with -mt -lpthread" >&5
16106 $as_echo_n "checking whether pthreads work with -mt -lpthread... " >&6; }
16107 PTHREAD_CFLAGS
="-mt"
16108 PTHREAD_LIBS
="-lpthread"
16112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work with $ax_pthread_try_flag" >&5
16113 $as_echo_n "checking whether pthreads work with $ax_pthread_try_flag... " >&6; }
16114 PTHREAD_CFLAGS
="$ax_pthread_try_flag"
16118 # Extract the first word of "pthread-config", so it can be a program name with args.
16119 set dummy pthread-config
; ac_word
=$2
16120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16121 $as_echo_n "checking for $ac_word... " >&6; }
16122 if ${ac_cv_prog_ax_pthread_config+:} false
; then :
16123 $as_echo_n "(cached) " >&6
16125 if test -n "$ax_pthread_config"; then
16126 ac_cv_prog_ax_pthread_config
="$ax_pthread_config" # Let the user override the test.
16128 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16129 for as_dir
in $PATH
16132 test -z "$as_dir" && as_dir
=.
16133 for ac_exec_ext
in '' $ac_executable_extensions; do
16134 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
16135 ac_cv_prog_ax_pthread_config
="yes"
16136 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16143 test -z "$ac_cv_prog_ax_pthread_config" && ac_cv_prog_ax_pthread_config
="no"
16146 ax_pthread_config
=$ac_cv_prog_ax_pthread_config
16147 if test -n "$ax_pthread_config"; then
16148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_pthread_config" >&5
16149 $as_echo "$ax_pthread_config" >&6; }
16151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16152 $as_echo "no" >&6; }
16156 if test "x$ax_pthread_config" = "xno"; then :
16159 PTHREAD_CFLAGS
="`pthread-config --cflags`"
16160 PTHREAD_LIBS
="`pthread-config --ldflags` `pthread-config --libs`"
16164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the pthreads library -l$ax_pthread_try_flag" >&5
16165 $as_echo_n "checking for the pthreads library -l$ax_pthread_try_flag... " >&6; }
16166 PTHREAD_LIBS
="-l$ax_pthread_try_flag"
16170 ax_pthread_save_CFLAGS
="$CFLAGS"
16171 ax_pthread_save_LIBS
="$LIBS"
16172 CFLAGS
="$CFLAGS $PTHREAD_CFLAGS"
16173 LIBS
="$PTHREAD_LIBS $LIBS"
16175 # Check for various functions. We must include pthread.h,
16176 # since some functions may be macros. (On the Sequent, we
16177 # need a special flag -Kthread to make this header compile.)
16178 # We check for pthread_join because it is in -lpthread on IRIX
16179 # while pthread_create is in libc. We check for pthread_attr_init
16180 # due to DEC craziness with -lpthreads. We check for
16181 # pthread_cleanup_push because it is one of the few pthread
16182 # functions on Solaris that doesn't have a non-functional libc stub.
16183 # We try pthread_create on general principles.
16185 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16186 /* end confdefs.h. */
16187 #include <pthread.h>
16188 # if $ax_pthread_check_cond
16189 # error "$ax_pthread_check_macro must be defined"
16191 static void routine(void *a) { a = 0; }
16192 static void *start_routine(void *a) { return a; }
16196 pthread_t th; pthread_attr_t attr;
16197 pthread_create(&th, 0, start_routine, 0);
16198 pthread_join(th, 0);
16199 pthread_attr_init(&attr);
16200 pthread_cleanup_push(routine, 0);
16201 pthread_cleanup_pop(0) /* ; */
16206 if ac_fn_c_try_link
"$LINENO"; then :
16209 rm -f core conftest.err conftest.
$ac_objext \
16210 conftest
$ac_exeext conftest.
$ac_ext
16212 CFLAGS
="$ax_pthread_save_CFLAGS"
16213 LIBS
="$ax_pthread_save_LIBS"
16215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_pthread_ok" >&5
16216 $as_echo "$ax_pthread_ok" >&6; }
16217 if test "x$ax_pthread_ok" = "xyes"; then :
16226 # Various other checks:
16227 if test "x$ax_pthread_ok" = "xyes"; then
16228 ax_pthread_save_CFLAGS
="$CFLAGS"
16229 ax_pthread_save_LIBS
="$LIBS"
16230 CFLAGS
="$CFLAGS $PTHREAD_CFLAGS"
16231 LIBS
="$PTHREAD_LIBS $LIBS"
16233 # Detect AIX lossage: JOINABLE attribute is called UNDETACHED.
16234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for joinable pthread attribute" >&5
16235 $as_echo_n "checking for joinable pthread attribute... " >&6; }
16236 if ${ax_cv_PTHREAD_JOINABLE_ATTR+:} false
; then :
16237 $as_echo_n "(cached) " >&6
16239 ax_cv_PTHREAD_JOINABLE_ATTR
=unknown
16240 for ax_pthread_attr
in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED
; do
16241 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16242 /* end confdefs.h. */
16243 #include <pthread.h>
16247 int attr = $ax_pthread_attr; return attr /* ; */
16252 if ac_fn_c_try_link
"$LINENO"; then :
16253 ax_cv_PTHREAD_JOINABLE_ATTR
=$ax_pthread_attr; break
16255 rm -f core conftest.err conftest.
$ac_objext \
16256 conftest
$ac_exeext conftest.
$ac_ext
16260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_PTHREAD_JOINABLE_ATTR" >&5
16261 $as_echo "$ax_cv_PTHREAD_JOINABLE_ATTR" >&6; }
16262 if test "x$ax_cv_PTHREAD_JOINABLE_ATTR" != "xunknown" && \
16263 test "x$ax_cv_PTHREAD_JOINABLE_ATTR" != "xPTHREAD_CREATE_JOINABLE" && \
16264 test "x$ax_pthread_joinable_attr_defined" != "xyes"; then :
16266 cat >>confdefs.h
<<_ACEOF
16267 #define PTHREAD_CREATE_JOINABLE $ax_cv_PTHREAD_JOINABLE_ATTR
16270 ax_pthread_joinable_attr_defined
=yes
16274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether more special flags are required for pthreads" >&5
16275 $as_echo_n "checking whether more special flags are required for pthreads... " >&6; }
16276 if ${ax_cv_PTHREAD_SPECIAL_FLAGS+:} false
; then :
16277 $as_echo_n "(cached) " >&6
16279 ax_cv_PTHREAD_SPECIAL_FLAGS
=no
16282 ax_cv_PTHREAD_SPECIAL_FLAGS
="-D_POSIX_PTHREAD_SEMANTICS"
16287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_PTHREAD_SPECIAL_FLAGS" >&5
16288 $as_echo "$ax_cv_PTHREAD_SPECIAL_FLAGS" >&6; }
16289 if test "x$ax_cv_PTHREAD_SPECIAL_FLAGS" != "xno" && \
16290 test "x$ax_pthread_special_flags_added" != "xyes"; then :
16291 PTHREAD_CFLAGS
="$ax_cv_PTHREAD_SPECIAL_FLAGS $PTHREAD_CFLAGS"
16292 ax_pthread_special_flags_added
=yes
16295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTHREAD_PRIO_INHERIT" >&5
16296 $as_echo_n "checking for PTHREAD_PRIO_INHERIT... " >&6; }
16297 if ${ax_cv_PTHREAD_PRIO_INHERIT+:} false
; then :
16298 $as_echo_n "(cached) " >&6
16300 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16301 /* end confdefs.h. */
16302 #include <pthread.h>
16306 int i = PTHREAD_PRIO_INHERIT;
16311 if ac_fn_c_try_link
"$LINENO"; then :
16312 ax_cv_PTHREAD_PRIO_INHERIT
=yes
16314 ax_cv_PTHREAD_PRIO_INHERIT
=no
16316 rm -f core conftest.err conftest.
$ac_objext \
16317 conftest
$ac_exeext conftest.
$ac_ext
16320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_PTHREAD_PRIO_INHERIT" >&5
16321 $as_echo "$ax_cv_PTHREAD_PRIO_INHERIT" >&6; }
16322 if test "x$ax_cv_PTHREAD_PRIO_INHERIT" = "xyes" && \
16323 test "x$ax_pthread_prio_inherit_defined" != "xyes"; then :
16325 $as_echo "#define HAVE_PTHREAD_PRIO_INHERIT 1" >>confdefs.h
16327 ax_pthread_prio_inherit_defined
=yes
16331 CFLAGS
="$ax_pthread_save_CFLAGS"
16332 LIBS
="$ax_pthread_save_LIBS"
16334 # More AIX lossage: compile with *_r variant
16335 if test "x$GCC" != "xyes"; then
16339 x
*/c89|x
*/c89_128|x
*/c99|x
*/c99_128|x
*/cc|x
*/cc128|x
*/xlc|x
*/xlc_v6|x
*/xlc128|x
*/xlc128_v6
) :
16340 #handle absolute path differently from PATH based program lookup
16343 if as_fn_executable_p
${CC}_r
; then :
16344 PTHREAD_CC
="${CC}_r"
16347 for ac_prog
in ${CC}_r
16349 # Extract the first word of "$ac_prog", so it can be a program name with args.
16350 set dummy
$ac_prog; ac_word
=$2
16351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16352 $as_echo_n "checking for $ac_word... " >&6; }
16353 if ${ac_cv_prog_PTHREAD_CC+:} false
; then :
16354 $as_echo_n "(cached) " >&6
16356 if test -n "$PTHREAD_CC"; then
16357 ac_cv_prog_PTHREAD_CC
="$PTHREAD_CC" # Let the user override the test.
16359 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16360 for as_dir
in $PATH
16363 test -z "$as_dir" && as_dir
=.
16364 for ac_exec_ext
in '' $ac_executable_extensions; do
16365 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
16366 ac_cv_prog_PTHREAD_CC
="$ac_prog"
16367 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16376 PTHREAD_CC
=$ac_cv_prog_PTHREAD_CC
16377 if test -n "$PTHREAD_CC"; then
16378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PTHREAD_CC" >&5
16379 $as_echo "$PTHREAD_CC" >&6; }
16381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16382 $as_echo "no" >&6; }
16386 test -n "$PTHREAD_CC" && break
16388 test -n "$PTHREAD_CC" || PTHREAD_CC
="$CC"
16399 test -n "$PTHREAD_CC" || PTHREAD_CC
="$CC"
16405 # Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
16406 if test "x$ax_pthread_ok" = "xyes"; then
16408 $as_echo "#define HAVE_PTHREAD 1" >>confdefs.h
16416 ac_cpp
='$CPP $CPPFLAGS'
16417 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16418 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16419 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
16423 # Specify a location for JDK
16427 # Check whether --with-jdk was given.
16428 if test "${with_jdk+set}" = set; then :
16433 if test "x$with_jdk" != x
; then
16434 jdk_inc
="-I$with_jdk/include -I$with_jdk/include/linux"
16435 enable_gprofng_jp
=yes
16437 # Extract the first word of "javac", so it can be a program name with args.
16438 set dummy javac
; ac_word
=$2
16439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16440 $as_echo_n "checking for $ac_word... " >&6; }
16441 if ${ac_cv_path_JAVAC+:} false
; then :
16442 $as_echo_n "(cached) " >&6
16446 ac_cv_path_JAVAC
="$JAVAC" # Let the user override the test with a path.
16449 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16450 for as_dir
in $PATH
16453 test -z "$as_dir" && as_dir
=.
16454 for ac_exec_ext
in '' $ac_executable_extensions; do
16455 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
16456 ac_cv_path_JAVAC
="$as_dir/$ac_word$ac_exec_ext"
16457 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16464 test -z "$ac_cv_path_JAVAC" && ac_cv_path_JAVAC
="javac"
16468 JAVAC
=$ac_cv_path_JAVAC
16469 if test -n "$JAVAC"; then
16470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVAC" >&5
16471 $as_echo "$JAVAC" >&6; }
16473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16474 $as_echo "no" >&6; }
16478 if test -f $JAVAC; then
16479 x
=`readlink -f $JAVAC`
16482 if ! test -f $x/include
/jni.h
; then
16485 if test -f $x/include
/jni.h
; then
16486 jdk_inc
="-I$x/include -I$x/include/linux"
16487 enable_gprofng_jp
=yes
16491 if test "x$enable_gprofng_jp" = x
; then
16492 # Extract the first word of "java", so it can be a program name with args.
16493 set dummy java
; ac_word
=$2
16494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16495 $as_echo_n "checking for $ac_word... " >&6; }
16496 if ${ac_cv_path_JAVA+:} false
; then :
16497 $as_echo_n "(cached) " >&6
16501 ac_cv_path_JAVA
="$JAVA" # Let the user override the test with a path.
16504 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16505 for as_dir
in $PATH
16508 test -z "$as_dir" && as_dir
=.
16509 for ac_exec_ext
in '' $ac_executable_extensions; do
16510 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
16511 ac_cv_path_JAVA
="$as_dir/$ac_word$ac_exec_ext"
16512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16519 test -z "$ac_cv_path_JAVA" && ac_cv_path_JAVA
="java"
16523 JAVA
=$ac_cv_path_JAVA
16524 if test -n "$JAVA"; then
16525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVA" >&5
16526 $as_echo "$JAVA" >&6; }
16528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16529 $as_echo "no" >&6; }
16533 if test -f $JAVA; then
16534 x
=`readlink -f $JAVA`
16537 if ! test -f $x/include
/jni.h
; then
16540 if test -f $x/include
/jni.h
; then
16541 jdk_inc
="-I$x/include -I$x/include/linux"
16542 enable_gprofng_jp
=yes
16546 if test "x$enable_gprofng_jp" = x
; then
16547 ac_fn_c_check_header_compile
"$LINENO" "jni.h" "ac_cv_header_jni_h" "
16549 if test "x$ac_cv_header_jni_h" = xyes
; then :
16550 enable_gprofng_jp
=yes
16555 GPROFNG_BROKEN_JAVAC
=no
16556 if test "x$enable_gprofng_jp" = x
; then
16557 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot find the JDK include directory.
16558 gprofng will be build without support for profiling Java applications.
16559 Use --with-jdk=PATH to specify directory for the installed JDK" >&5
16560 $as_echo "$as_me: WARNING: Cannot find the JDK include directory.
16561 gprofng will be build without support for profiling Java applications.
16562 Use --with-jdk=PATH to specify directory for the installed JDK" >&2;}
16565 $as_echo "#define GPROFNG_JAVA_PROFILING 1" >>confdefs.h
16567 if test "x$JAVAC" != x
; then
16568 cat > configtest.java
<< EOF
16570 public static void main(String args){
16571 System.out.println("Hello Java");
16575 if { ac_try
='$JAVAC configtest.java >&5 2>&5'
16576 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
16577 (eval $ac_try) 2>&5
16579 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16580 test $ac_status = 0; }; }; then
16581 GPROFNG_BROKEN_JAVAC
=no
16583 GPROFNG_BROKEN_JAVAC
=yes
16592 # Check whether --enable-gprofng-debug was given.
16593 if test "${enable_gprofng_debug+set}" = set; then :
16594 enableval
=$enable_gprofng_debug;
16595 case "$enableval" in
16597 *) as_fn_error $?
"Argument to enable/disable gprofng-debug must be yes or no" "$LINENO" 5 ;;
16601 enable_gprofng_debug
=no
16605 if test "${enable_gprofng_debug}" = yes; then
16607 $as_echo "#define DEBUG 1" >>confdefs.h
16611 cat > "dummy.c" << EOF
16612 #include <features.h>
16613 #if defined(__UCLIBC__)
16615 #elif defined(__dietlibc__)
16617 #elif defined(__GLIBC__)
16620 #include <stdarg.h>
16621 /* First heuristic to detect musl libc. */
16622 #ifdef __DEFINED_va_list
16629 cc_set_libc
=`$CC -E "dummy.c" 2>/dev/null | grep '^LIBC=' | sed 's, ,,g'`
16630 eval "$cc_set_libc"
16631 if test "$LIBC" = musl
; then
16633 $as_echo "#define __MUSL_LIBC 1" >>confdefs.h
16638 # Check if linker supports --as-needed and --no-as-needed options.
16639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
16640 $as_echo_n "checking linker --as-needed support... " >&6; }
16641 if ${bfd_cv_ld_as_needed+:} false
; then :
16642 $as_echo_n "(cached) " >&6
16644 bfd_cv_ld_as_needed
=no
16645 if $LD --help 2>/dev
/null |
grep as-needed
> /dev
/null
; then
16646 bfd_cv_ld_as_needed
=yes
16650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
16651 $as_echo "$bfd_cv_ld_as_needed" >&6; }
16654 if test x
"$bfd_cv_ld_as_needed" = xyes
; then
16655 no_as_needed
='-Wl,--no-as-needed'
16658 # Extract the first word of "expect", so it can be a program name with args.
16659 set dummy expect
; ac_word
=$2
16660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16661 $as_echo_n "checking for $ac_word... " >&6; }
16662 if ${ac_cv_path_EXPECT+:} false
; then :
16663 $as_echo_n "(cached) " >&6
16667 ac_cv_path_EXPECT
="$EXPECT" # Let the user override the test with a path.
16670 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16671 for as_dir
in $PATH
16674 test -z "$as_dir" && as_dir
=.
16675 for ac_exec_ext
in '' $ac_executable_extensions; do
16676 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
16677 ac_cv_path_EXPECT
="$as_dir/$ac_word$ac_exec_ext"
16678 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16688 EXPECT
=$ac_cv_path_EXPECT
16689 if test -n "$EXPECT"; then
16690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXPECT" >&5
16691 $as_echo "$EXPECT" >&6; }
16693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16694 $as_echo "no" >&6; }
16698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl supporting try/catch" >&5
16699 $as_echo_n "checking for Tcl supporting try/catch... " >&6; }
16700 if ${ac_cv_libctf_tcl_try+:} false
; then :
16701 $as_echo_n "(cached) " >&6
16703 ac_cv_libctf_tcl_try
=`if test -z $EXPECT; then echo no; else $EXPECT << EOF
16704 if [llength [info commands try]] then { puts yes } else { puts no }
16709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libctf_tcl_try" >&5
16710 $as_echo "$ac_cv_libctf_tcl_try" >&6; }
16711 if test "${ac_cv_libctf_tcl_try}" = yes; then
16721 # Use the system's zlib library.
16722 zlibdir
="-L\$(top_builddir)/../zlib"
16723 zlibinc
="-I\$(top_srcdir)/../zlib"
16725 # Check whether --with-system-zlib was given.
16726 if test "${with_system_zlib+set}" = set; then :
16727 withval
=$with_system_zlib; if test x
$with_system_zlib = xyes
; then
16738 # Generate manpages, if possible.
16740 if test $cross_compiling = no
; then
16742 HELP2MAN
=${HELP2MAN-"${am_missing_run}help2man"}
16744 for ac_prog
in makeinfo
16746 # Extract the first word of "$ac_prog", so it can be a program name with args.
16747 set dummy
$ac_prog; ac_word
=$2
16748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
16749 $as_echo_n "checking for $ac_word... " >&6; }
16750 if ${ac_cv_prog_MAKEINFO+:} false
; then :
16751 $as_echo_n "(cached) " >&6
16753 if test -n "$MAKEINFO"; then
16754 ac_cv_prog_MAKEINFO
="$MAKEINFO" # Let the user override the test.
16756 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16757 for as_dir
in $PATH
16760 test -z "$as_dir" && as_dir
=.
16761 for ac_exec_ext
in '' $ac_executable_extensions; do
16762 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
16763 ac_cv_prog_MAKEINFO
="$ac_prog"
16764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16773 MAKEINFO
=$ac_cv_prog_MAKEINFO
16774 if test -n "$MAKEINFO"; then
16775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
16776 $as_echo "$MAKEINFO" >&6; }
16778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16779 $as_echo "no" >&6; }
16783 test -n "$MAKEINFO" && break
16785 test -n "$MAKEINFO" || MAKEINFO
=""@
echo makeinfo missing
; true
""
16787 case "$MAKEINFO" in
16789 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: gprofng: makeinfo is missing. Info documentation will not be built." >&5
16790 $as_echo "$as_me: WARNING: gprofng: makeinfo is missing. Info documentation will not be built." >&2;}
16793 case x
"`$MAKEINFO --version | grep 'GNU texinfo'`" in
16794 x
*\
[1-5].
*|x
*\
6.
[0-4].
* )
16795 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: gprofng: $MAKEINFO is too old. Info documentation will not be built." >&5
16796 $as_echo "$as_me: WARNING: gprofng: $MAKEINFO is too old. Info documentation will not be built." >&2;}
16797 MAKEINFO
="@echo $MAKEINFO is too old, 6.5 or newer required; true"
16807 if test x
$build_man = xtrue
; then
16809 BUILD_MAN_FALSE
='#'
16816 LD_NO_AS_NEEDED
=${no_as_needed}
16818 GPROFNG_CFLAGS
=${gprofng_cflags}
16822 GPROFNG_CPPFLAGS
=${gprofng_cppflags}
16825 ac_fn_c_check_decl
"$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
16826 if test "x$ac_cv_have_decl_basename" = xyes
; then :
16832 cat >>confdefs.h
<<_ACEOF
16833 #define HAVE_DECL_BASENAME $ac_have_decl
16836 for ac_func
in clock_gettime strsignal
16838 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16839 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16840 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16841 cat >>confdefs.h
<<_ACEOF
16842 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16849 clock_gettime_link
=
16850 # At least for glibc, clock_gettime is in librt. But don't
16851 # pull that in if it still doesn't give us the function we want. This
16852 # test is copied from libgomp, and modified to not link in -lrt as
16853 # we're using this for test timing only.
16854 if test "$ac_cv_func_clock_gettime" = no
; then
16855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in -lrt" >&5
16856 $as_echo_n "checking for clock_gettime in -lrt... " >&6; }
16857 if ${ac_cv_lib_rt_clock_gettime+:} false
; then :
16858 $as_echo_n "(cached) " >&6
16860 ac_check_lib_save_LIBS
=$LIBS
16862 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16863 /* end confdefs.h. */
16865 /* Override any GCC internal prototype to avoid an error.
16866 Use char because int might match the return type of a GCC
16867 builtin and then its argument prototype would still apply. */
16871 char clock_gettime ();
16875 return clock_gettime ();
16880 if ac_fn_c_try_link
"$LINENO"; then :
16881 ac_cv_lib_rt_clock_gettime
=yes
16883 ac_cv_lib_rt_clock_gettime
=no
16885 rm -f core conftest.err conftest.
$ac_objext \
16886 conftest
$ac_exeext conftest.
$ac_ext
16887 LIBS
=$ac_check_lib_save_LIBS
16889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_clock_gettime" >&5
16890 $as_echo "$ac_cv_lib_rt_clock_gettime" >&6; }
16891 if test "x$ac_cv_lib_rt_clock_gettime" = xyes
; then :
16892 CLOCK_GETTIME_LINK
=-lrt
16894 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
16903 ac_config_files
="$ac_config_files Makefile src/Makefile gp-display-html/Makefile doc/Makefile"
16905 ac_config_headers
="$ac_config_headers config.h:common/config.h.in"
16908 cat >confcache
<<\_ACEOF
16909 # This file is a shell script that caches the results of configure
16910 # tests run on this system so they can be shared between configure
16911 # scripts and configure runs, see configure's option --config-cache.
16912 # It is not useful on other systems. If it contains results you don't
16913 # want to keep, you may remove or edit it.
16915 # config.status only pays attention to the cache file if you give it
16916 # the --recheck option to rerun configure.
16918 # `ac_cv_env_foo' variables (set or unset) will be overridden when
16919 # loading this file, other *unset* `ac_cv_foo' will be assigned the
16920 # following values.
16924 # The following way of writing the cache mishandles newlines in values,
16925 # but we know of no workaround that is simple, portable, and efficient.
16926 # So, we kill variables containing newlines.
16927 # Ultrix sh set writes to stderr and can't be redirected directly,
16928 # and sets the high bit in the cache file unless we assign to the vars.
16930 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
16931 eval ac_val
=\$
$ac_var
16935 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
16936 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
16939 _ | IFS | as_nl
) ;; #(
16940 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
16941 *) { eval $ac_var=; unset $ac_var;} ;;
16947 case $as_nl`(ac_space=' '; set) 2>&1` in #(
16948 *${as_nl}ac_space
=\
*)
16949 # `set' does not quote correctly, so add quotes: double-quote
16950 # substitution turns \\\\ into \\, and sed turns \\ into \.
16953 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
16956 # `set' quotes correctly as required by POSIX, so do not add quotes.
16957 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
16966 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16968 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16970 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
16971 if test -w "$cache_file"; then
16972 if test "x$cache_file" != "x/dev/null"; then
16973 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
16974 $as_echo "$as_me: updating cache $cache_file" >&6;}
16975 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
16976 cat confcache
>"$cache_file"
16978 case $cache_file in #(
16980 mv -f confcache
"$cache_file"$$
&&
16981 mv -f "$cache_file"$$
"$cache_file" ;; #(
16983 mv -f confcache
"$cache_file" ;;
16988 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
16989 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
16994 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
16995 # Let make expand exec_prefix.
16996 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
16998 DEFS
=-DHAVE_CONFIG_H
17003 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
17004 # 1. Remove the extension, and $U if already installed.
17005 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
17006 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
17007 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
17008 # will be set to the directory where LIBOBJS objects are built.
17009 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
17010 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
17012 LIBOBJS
=$ac_libobjs
17014 LTLIBOBJS
=$ac_ltlibobjs
17017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
17018 $as_echo_n "checking that generated files are newer than configure... " >&6; }
17019 if test -n "$am_sleep_pid"; then
17020 # Hide warnings about reused PIDs.
17021 wait $am_sleep_pid 2>/dev
/null
17023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
17024 $as_echo "done" >&6; }
17025 if test -n "$EXEEXT"; then
17027 am__EXEEXT_FALSE
='#'
17029 am__EXEEXT_TRUE
='#'
17033 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
17034 as_fn_error $?
"conditional \"MAINTAINER_MODE\" was never defined.
17035 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17037 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
17038 as_fn_error $?
"conditional \"AMDEP\" was never defined.
17039 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17041 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
17042 as_fn_error $?
"conditional \"am__fastdepCC\" was never defined.
17043 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17045 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
17046 as_fn_error $?
"conditional \"am__fastdepCC\" was never defined.
17047 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17049 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
17050 as_fn_error $?
"conditional \"am__fastdepCXX\" was never defined.
17051 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17053 if test -z "${BUILD_COLLECTOR_TRUE}" && test -z "${BUILD_COLLECTOR_FALSE}"; then
17054 as_fn_error $?
"conditional \"BUILD_COLLECTOR\" was never defined.
17055 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17057 if test -z "${BUILD_SRC_TRUE}" && test -z "${BUILD_SRC_FALSE}"; then
17058 as_fn_error $?
"conditional \"BUILD_SRC\" was never defined.
17059 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17061 if test -z "${RUN_TESTS_TRUE}" && test -z "${RUN_TESTS_FALSE}"; then
17062 as_fn_error $?
"conditional \"RUN_TESTS\" was never defined.
17063 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17065 if test -z "${TCL_TRY_TRUE}" && test -z "${TCL_TRY_FALSE}"; then
17066 as_fn_error $?
"conditional \"TCL_TRY\" was never defined.
17067 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17069 if test -z "${BUILD_MAN_TRUE}" && test -z "${BUILD_MAN_FALSE}"; then
17070 as_fn_error $?
"conditional \"BUILD_MAN\" was never defined.
17071 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17074 : "${CONFIG_STATUS=./config.status}"
17076 ac_clean_files_save
=$ac_clean_files
17077 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
17078 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
17079 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
17081 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
17083 # Generated by $as_me.
17084 # Run this file to recreate the current configuration.
17085 # Compiler output produced by configure, useful for debugging
17086 # configure, is in config.log if it exists.
17089 ac_cs_recheck=false
17092 SHELL=\${CONFIG_SHELL-$SHELL}
17095 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
17096 ## -------------------- ##
17097 ## M4sh Initialization. ##
17098 ## -------------------- ##
17100 # Be more Bourne compatible
17101 DUALCASE
=1; export DUALCASE
# for MKS sh
17102 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
17105 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
17106 # is contrary to our usage. Disable this feature.
17107 alias -g '${1+"$@"}'='"$@"'
17108 setopt NO_GLOB_SUBST
17110 case `(set -o) 2>/dev/null` in #(
17122 # Printing a long string crashes Solaris 7 /usr/bin/printf.
17123 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
17124 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
17125 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
17126 # Prefer a ksh shell builtin over an external printf program on Solaris,
17127 # but without wasting forks for bash or zsh.
17128 if test -z "$BASH_VERSION$ZSH_VERSION" \
17129 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
17130 as_echo='print
-r --'
17131 as_echo_n='print
-rn --'
17132 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
17133 as_echo='printf %s
\n'
17134 as_echo_n='printf %s
'
17136 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
17137 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
17138 as_echo_n='/usr
/ucb
/echo -n'
17140 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
17141 as_echo_n_body='eval
17145 expr "X$arg" : "X\\(.*\\)$as_nl";
17146 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
17148 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
17150 export as_echo_n_body
17151 as_echo_n='sh
-c $as_echo_n_body as_echo
'
17153 export as_echo_body
17154 as_echo='sh
-c $as_echo_body as_echo
'
17157 # The user is always right.
17158 if test "${PATH_SEPARATOR+set}" != set; then
17160 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
17161 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
17168 # We need space, tab and new line, in precisely that order. Quoting is
17169 # there to prevent editors from complaining about space-tab.
17170 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
17171 # splitting by setting IFS to empty value.)
17174 # Find who we are. Look in the path if we contain no directory separator.
17177 *[\\/]* ) as_myself=$0 ;;
17178 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17179 for as_dir in $PATH
17182 test -z "$as_dir" && as_dir=.
17183 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
17189 # We did not find ourselves, most probably we were run as `sh COMMAND'
17190 # in which case we are not to be found in the path.
17191 if test "x$as_myself" = x
; then
17194 if test ! -f "$as_myself"; then
17195 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
17199 # Unset variables that we do not need and which cause bugs (e.g. in
17200 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
17201 # suppresses any "Segmentation fault" message there. '((' could
17202 # trigger a bug in pdksh 5.2.14.
17203 for as_var
in BASH_ENV ENV MAIL MAILPATH
17204 do eval test x\
${$as_var+set} = xset \
17205 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
17218 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
17221 # as_fn_error STATUS ERROR [LINENO LOG_FD]
17222 # ----------------------------------------
17223 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
17224 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
17225 # script with STATUS, using 1 if that was 0.
17228 as_status
=$1; test $as_status -eq 0 && as_status
=1
17230 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
17231 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
17233 $as_echo "$as_me: error: $2" >&2
17234 as_fn_exit
$as_status
17238 # as_fn_set_status STATUS
17239 # -----------------------
17240 # Set $? to STATUS, without forking.
17241 as_fn_set_status
()
17244 } # as_fn_set_status
17246 # as_fn_exit STATUS
17247 # -----------------
17248 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
17252 as_fn_set_status
$1
17258 # Portably unset VAR.
17261 { eval $1=; unset $1;}
17263 as_unset
=as_fn_unset
17264 # as_fn_append VAR VALUE
17265 # ----------------------
17266 # Append the text in VALUE to the end of the definition contained in VAR. Take
17267 # advantage of any shell optimizations that allow amortized linear growth over
17268 # repeated appends, instead of the typical quadratic growth present in naive
17270 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
17271 eval 'as_fn_append ()
17282 # as_fn_arith ARG...
17283 # ------------------
17284 # Perform arithmetic evaluation on the ARGs, and store the result in the
17285 # global $as_val. Take advantage of shells that can avoid forks. The arguments
17286 # must be portable across $(()) and expr.
17287 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
17288 eval 'as_fn_arith ()
17295 as_val
=`expr "$@" || test $? -eq 1`
17300 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
17301 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
17307 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
17308 as_basename
=basename
17313 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
17319 as_me
=`$as_basename -- "$0" ||
17320 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
17321 X"$0" : 'X\(//\)$' \| \
17322 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
17324 sed '/^.*\/\([^/][^/]*\)\/*$/{
17338 # Avoid depending upon Character Ranges.
17339 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
17340 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17341 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
17342 as_cr_digits
='0123456789'
17343 as_cr_alnum
=$as_cr_Letters$as_cr_digits
17345 ECHO_C
= ECHO_N
= ECHO_T
=
17346 case `echo -n x` in #(((((
17348 case `echo 'xy\c'` in
17349 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
17351 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
17358 rm -f conf$$ conf$$.exe conf$$.
file
17359 if test -d conf$$.dir
; then
17360 rm -f conf$$.dir
/conf$$.
file
17363 mkdir conf$$.dir
2>/dev
/null
17365 if (echo >conf$$.
file) 2>/dev
/null
; then
17366 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
17368 # ... but there are two gotchas:
17369 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
17370 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
17371 # In both cases, we have to default to `cp -pR'.
17372 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
17374 elif ln conf$$.
file conf$$
2>/dev
/null
; then
17382 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
17383 rmdir conf$$.dir
2>/dev
/null
17388 # Create "$as_dir" as a directory, including parents if necessary.
17393 -*) as_dir
=.
/$as_dir;;
17395 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
17399 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
17400 *) as_qdir
=$as_dir;;
17402 as_dirs
="'$as_qdir' $as_dirs"
17403 as_dir
=`$as_dirname -- "$as_dir" ||
17404 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17405 X"$as_dir" : 'X\(//\)[^/]' \| \
17406 X"$as_dir" : 'X\(//\)$' \| \
17407 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
17408 $as_echo X"$as_dir" |
17409 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17413 /^X\(\/\/\)[^/].*/{
17426 test -d "$as_dir" && break
17428 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
17429 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
17433 if mkdir
-p .
2>/dev
/null
; then
17434 as_mkdir_p
='mkdir -p "$as_dir"'
17436 test -d .
/-p && rmdir .
/-p
17441 # as_fn_executable_p FILE
17442 # -----------------------
17443 # Test if FILE is an executable regular file.
17444 as_fn_executable_p
()
17446 test -f "$1" && test -x "$1"
17447 } # as_fn_executable_p
17448 as_test_x
='test -x'
17449 as_executable_p
=as_fn_executable_p
17451 # Sed expression to map a string onto a valid CPP name.
17452 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
17454 # Sed expression to map a string onto a valid variable name.
17455 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
17459 ## ----------------------------------- ##
17460 ## Main body of $CONFIG_STATUS script. ##
17461 ## ----------------------------------- ##
17463 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
17465 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17466 # Save the log message, to keep $0 and so on meaningful, and to
17467 # report actual input values of CONFIG_FILES etc. instead of their
17468 # values after options handling.
17470 This file was extended by gprofng $as_me 2.39.50, which was
17471 generated by GNU Autoconf 2.69. Invocation command line was
17473 CONFIG_FILES = $CONFIG_FILES
17474 CONFIG_HEADERS = $CONFIG_HEADERS
17475 CONFIG_LINKS = $CONFIG_LINKS
17476 CONFIG_COMMANDS = $CONFIG_COMMANDS
17479 on `(hostname || uname -n) 2>/dev/null | sed 1q`
17484 case $ac_config_files in *"
17485 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
17488 case $ac_config_headers in *"
17489 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
17493 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17494 # Files that config.status was made for.
17495 config_files="$ac_config_files"
17496 config_headers="$ac_config_headers"
17497 config_commands="$ac_config_commands"
17501 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17503 \`$as_me' instantiates files and other configuration actions
17504 from templates according to the current configuration. Unless the files
17505 and actions are specified as TAGs, all are instantiated by default.
17507 Usage: $0 [OPTION]... [TAG]...
17509 -h, --help print this help, then exit
17510 -V, --version print version number and configuration settings, then exit
17511 --config print configuration, then exit
17512 -q, --quiet, --silent
17513 do not print progress messages
17514 -d, --debug don't remove temporary files
17515 --recheck update $as_me by reconfiguring in the same conditions
17516 --file=FILE[:TEMPLATE]
17517 instantiate the configuration file FILE
17518 --header=FILE[:TEMPLATE]
17519 instantiate the configuration header FILE
17521 Configuration files:
17524 Configuration headers:
17527 Configuration commands:
17530 Report bugs to the package provider."
17533 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17534 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
17536 gprofng config.status 2.39.50
17537 configured by $0, generated by GNU Autoconf 2.69,
17538 with options \\"\$ac_cs_config\\"
17540 Copyright (C) 2012 Free Software Foundation, Inc.
17541 This config.status script is free software; the Free Software Foundation
17542 gives unlimited permission to copy, distribute and modify it."
17549 test -n "\$AWK" || AWK=awk
17552 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17553 # The default lists apply if the user does not specify any file.
17559 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
17560 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
17564 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
17576 # Handling of the options.
17577 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
17579 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
17580 $as_echo "$ac_cs_version"; exit ;;
17581 --config |
--confi |
--conf |
--con |
--co |
--c )
17582 $as_echo "$ac_cs_config"; exit ;;
17583 --debug |
--debu |
--deb |
--de |
--d |
-d )
17585 --file |
--fil |
--fi |
--f )
17588 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17589 '') as_fn_error $?
"missing file argument" ;;
17591 as_fn_append CONFIG_FILES
" '$ac_optarg'"
17592 ac_need_defaults
=false
;;
17593 --header |
--heade |
--head |
--hea )
17596 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17598 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
17599 ac_need_defaults
=false
;;
17601 # Conflict between --help and --header
17602 as_fn_error $?
"ambiguous option: \`$1'
17603 Try \`$0 --help' for more information.";;
17604 --help |
--hel |
-h )
17605 $as_echo "$ac_cs_usage"; exit ;;
17606 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
17607 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
17610 # This is an error.
17611 -*) as_fn_error $?
"unrecognized option: \`$1'
17612 Try \`$0 --help' for more information." ;;
17614 *) as_fn_append ac_config_targets
" $1"
17615 ac_need_defaults
=false
;;
17621 ac_configure_extra_args
=
17623 if $ac_cs_silent; then
17625 ac_configure_extra_args
="$ac_configure_extra_args --silent"
17629 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17630 if \$ac_cs_recheck; then
17631 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
17633 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
17634 CONFIG_SHELL='$SHELL'
17635 export CONFIG_SHELL
17640 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17644 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
17645 ## Running $as_me. ##
17651 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17655 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
17658 # The HP-UX ksh and POSIX shell print the target directory to stdout
17659 # if CDPATH is set.
17660 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
17662 sed_quote_subst='$sed_quote_subst'
17663 double_quote_subst='$double_quote_subst'
17664 delay_variable_subst='$delay_variable_subst'
17665 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
17666 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
17667 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
17668 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
17669 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
17670 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
17671 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
17672 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
17673 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
17674 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
17675 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
17676 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
17677 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
17678 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
17679 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
17680 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
17681 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
17682 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
17683 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
17684 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
17685 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
17686 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
17687 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
17688 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
17689 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
17690 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
17691 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
17692 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
17693 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
17694 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
17695 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
17696 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
17697 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
17698 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
17699 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
17700 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
17701 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
17702 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
17703 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
17704 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
17705 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
17706 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
17707 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
17708 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
17709 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
17710 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
17711 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
17712 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
17713 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"`'
17714 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
17715 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
17716 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
17717 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
17718 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
17719 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
17720 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
17721 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
17722 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
17723 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
17724 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
17725 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
17726 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
17727 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
17728 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
17729 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
17730 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
17731 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
17732 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
17733 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
17734 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
17735 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
17736 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
17737 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
17738 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
17739 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
17740 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
17741 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
17742 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
17743 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
17744 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
17745 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
17746 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
17747 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
17748 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
17749 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
17750 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
17751 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
17752 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
17753 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
17754 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
17755 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
17756 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
17757 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
17758 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
17759 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
17760 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
17761 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
17762 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
17763 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
17764 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
17765 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
17766 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
17767 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
17768 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
17769 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
17770 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
17771 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
17772 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
17773 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
17774 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
17775 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
17776 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
17777 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
17778 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
17779 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
17780 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
17781 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
17782 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
17783 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
17784 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
17785 compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
17786 predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
17787 postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
17788 predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
17789 postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
17790 compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
17791 LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
17792 reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
17793 reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17794 old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17795 compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
17796 GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
17797 lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
17798 lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
17799 lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
17800 lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
17801 lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
17802 archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
17803 enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
17804 export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
17805 whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
17806 compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
17807 old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17808 old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17809 archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17810 archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17811 module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17812 module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17813 with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
17814 allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
17815 no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
17816 hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
17817 hardcode_libdir_flag_spec_ld_CXX='`$ECHO "$hardcode_libdir_flag_spec_ld_CXX" | $SED "$delay_single_quote_subst"`'
17818 hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
17819 hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
17820 hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
17821 hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
17822 hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
17823 hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
17824 inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
17825 link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
17826 fix_srcfile_path_CXX='`$ECHO "$fix_srcfile_path_CXX" | $SED "$delay_single_quote_subst"`'
17827 always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
17828 export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17829 exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
17830 include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
17831 prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
17832 file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
17833 hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
17834 compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
17835 predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
17836 postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
17837 predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
17838 postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
17839 compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
17842 LTCFLAGS='$LTCFLAGS'
17843 compiler='$compiler_DEFAULT'
17845 # A function that is used when there is no print builtin or printf.
17846 func_fallback_echo ()
17848 eval 'cat <<_LTECHO_EOF
17853 # Quote evaled strings.
17867 deplibs_check_method \
17876 lt_cv_sys_global_symbol_pipe \
17877 lt_cv_sys_global_symbol_to_cdecl \
17878 lt_cv_sys_global_symbol_to_c_name_address \
17879 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
17880 lt_prog_compiler_no_builtin_flag \
17881 lt_prog_compiler_wl \
17882 lt_prog_compiler_pic \
17883 lt_prog_compiler_static \
17884 lt_cv_prog_compiler_c_o \
17892 export_dynamic_flag_spec \
17893 whole_archive_flag_spec \
17894 compiler_needs_object \
17896 allow_undefined_flag \
17897 no_undefined_flag \
17898 hardcode_libdir_flag_spec \
17899 hardcode_libdir_flag_spec_ld \
17900 hardcode_libdir_separator \
17905 variables_saved_for_relink \
17907 library_names_spec \
17909 install_override_mode \
17913 compiler_lib_search_dirs \
17918 compiler_lib_search_path \
17922 lt_prog_compiler_no_builtin_flag_CXX \
17923 lt_prog_compiler_wl_CXX \
17924 lt_prog_compiler_pic_CXX \
17925 lt_prog_compiler_static_CXX \
17926 lt_cv_prog_compiler_c_o_CXX \
17927 export_dynamic_flag_spec_CXX \
17928 whole_archive_flag_spec_CXX \
17929 compiler_needs_object_CXX \
17931 allow_undefined_flag_CXX \
17932 no_undefined_flag_CXX \
17933 hardcode_libdir_flag_spec_CXX \
17934 hardcode_libdir_flag_spec_ld_CXX \
17935 hardcode_libdir_separator_CXX \
17936 fix_srcfile_path_CXX \
17937 exclude_expsyms_CXX \
17938 include_expsyms_CXX \
17939 file_list_spec_CXX \
17940 compiler_lib_search_dirs_CXX \
17941 predep_objects_CXX \
17942 postdep_objects_CXX \
17945 compiler_lib_search_path_CXX; do
17946 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
17947 *[\\\\\\\`\\"\\\$]*)
17948 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
17951 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
17956 # Double-quote double-evaled strings.
17957 for var in reload_cmds \
17958 old_postinstall_cmds \
17959 old_postuninstall_cmds \
17961 extract_expsyms_cmds \
17962 old_archive_from_new_cmds \
17963 old_archive_from_expsyms_cmds \
17965 archive_expsym_cmds \
17967 module_expsym_cmds \
17968 export_symbols_cmds \
17971 postuninstall_cmds \
17973 sys_lib_search_path_spec \
17974 sys_lib_dlsearch_path_spec \
17976 old_archive_cmds_CXX \
17977 old_archive_from_new_cmds_CXX \
17978 old_archive_from_expsyms_cmds_CXX \
17980 archive_expsym_cmds_CXX \
17982 module_expsym_cmds_CXX \
17983 export_symbols_cmds_CXX \
17984 prelink_cmds_CXX; do
17985 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
17986 *[\\\\\\\`\\"\\\$]*)
17987 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
17990 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
17995 ac_aux_dir='$ac_aux_dir'
17996 xsi_shell='$xsi_shell'
17997 lt_shell_append='$lt_shell_append'
17999 # See if we are running on zsh, and set the options which allow our
18000 # commands through without removal of \ escapes INIT.
18001 if test -n "\${ZSH_VERSION+set}" ; then
18002 setopt NO_GLOB_SUBST
18008 TIMESTAMP='$TIMESTAMP'
18019 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18021 # Handling of arguments.
18022 for ac_config_target
in $ac_config_targets
18024 case $ac_config_target in
18025 "depfiles") CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
18026 "libtool") CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
18027 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
18028 "src/Makefile") CONFIG_FILES
="$CONFIG_FILES src/Makefile" ;;
18029 "gp-display-html/Makefile") CONFIG_FILES
="$CONFIG_FILES gp-display-html/Makefile" ;;
18030 "doc/Makefile") CONFIG_FILES
="$CONFIG_FILES doc/Makefile" ;;
18031 "config.h") CONFIG_HEADERS
="$CONFIG_HEADERS config.h:common/config.h.in" ;;
18033 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18038 # If the user did not use the arguments to specify the items to instantiate,
18039 # then the envvar interface is used. Set only those that are not.
18040 # We use the long form for the default assignment because of an extremely
18041 # bizarre bug on SunOS 4.1.3.
18042 if $ac_need_defaults; then
18043 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
18044 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
18045 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
18048 # Have a temporary directory for convenience. Make it in the build tree
18049 # simply because there is no reason against having it here, and in addition,
18050 # creating and moving files from /tmp can sometimes cause problems.
18051 # Hook for its removal unless debugging.
18052 # Note that there is a small window in which the directory will not be cleaned:
18053 # after its creation but before its name has been assigned to `$tmp'.
18057 trap 'exit_status=$?
18058 : "${ac_tmp:=$tmp}"
18059 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
18061 trap 'as_fn_exit 1' 1 2 13 15
18063 # Create a (secure) tmp directory for tmp files.
18066 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
18070 tmp
=.
/conf$$
-$RANDOM
18071 (umask 077 && mkdir
"$tmp")
18072 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
18075 # Set up the scripts for CONFIG_FILES section.
18076 # No need to generate them if there are no CONFIG_FILES.
18077 # This happens for instance with `./config.status config.h'.
18078 if test -n "$CONFIG_FILES"; then
18081 ac_cr
=`echo X | tr X '\015'`
18082 # On cygwin, bash can eat \r inside `` if the user requested igncr.
18083 # But we know of no other shell where ac_cr would be empty at this
18084 # point, so we can use a bashism as a fallback.
18085 if test "x$ac_cr" = x
; then
18086 eval ac_cr
=\$
\'\\r
\'
18088 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18089 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18092 ac_cs_awk_cr
=$ac_cr
18095 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
18100 echo "cat >conf$$subs.awk <<_ACEOF" &&
18101 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18103 } >conf$$subs.sh ||
18104 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18105 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
18107 for ac_last_try in false false false false false :; do
18108 . ./conf$$subs.sh ||
18109 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18111 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
18112 if test $ac_delim_n = $ac_delim_num; then
18114 elif $ac_last_try; then
18115 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18117 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
18120 rm -f conf$$subs.sh
18122 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18123 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
18127 s/^/S["/; s
/!.
*/"]=/
18137 s/\(.\{148\}\)..*/\1/
18139 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
18144 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
18151 s/\(.\{148\}\)..*/\1/
18153 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
18157 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
18162 ' <conf$$subs.awk | sed '
18167 ' >>$CONFIG_STATUS || ac_write_fail=1
18168 rm -f conf$$subs.awk
18169 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18171 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
18172 for (key in S) S_is_set[key] = 1
18178 nfields = split(line, field, "@
")
18180 len = length(field[1])
18181 for (i = 2; i < nfields; i++) {
18183 keylen = length(key)
18184 if (S_is_set[key]) {
18186 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
18187 len += length(value) + length(field[++i])
18198 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18199 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
18200 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
18203 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
18204 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
18207 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
18208 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
18209 # trailing colons and then remove the whole line if VPATH becomes empty
18210 # (actually we leave an empty line to preserve line numbers).
18211 if test "x
$srcdir" = x.; then
18212 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
18230 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18231 fi # test -n "$CONFIG_FILES"
18233 # Set up the scripts for CONFIG_HEADERS section.
18234 # No need to generate them if there are no CONFIG_HEADERS.
18235 # This happens for instance with `./config.status Makefile'.
18236 if test -n "$CONFIG_HEADERS"; then
18237 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
18241 # Transform confdefs.h into an awk script `defines.awk', embedded as
18242 # here-document in config.status, that substitutes the proper values into
18243 # config.h.in to produce config.h.
18245 # Create a delimiter string that does not exist in confdefs.h, to ease
18246 # handling of long lines.
18248 for ac_last_try in false false :; do
18249 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
18250 if test -z "$ac_tt"; then
18252 elif $ac_last_try; then
18253 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
18255 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
18259 # For the awk script, D is an array of macro values keyed by name,
18260 # likewise P contains macro parameters if any. Preserve backslash
18261 # newline sequences.
18263 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
18265 s/.\{148\}/&'"$ac_delim"'/g
18268 s/^[ ]*#[ ]*define[ ][ ]*/ /
18275 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
18277 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
18281 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
18282 D["\
1"]=" \
3\\\\\\n
"\\/p
18284 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
18289 s/.\{148\}/&'"$ac_delim"'/g
18294 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
18297 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
18299 ' <confdefs.h | sed '
18300 s/'"$ac_delim"'/"\\\
18301 "/g' >>$CONFIG_STATUS || ac_write_fail=1
18303 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18304 for (key in D) D_is_set[key] = 1
18307 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
18309 split(line, arg, " ")
18310 if (arg[1] == "#") {
18314 defundef
= substr
(arg
[1], 2)
18317 split(mac1
, mac2
, "(") #)
18319 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
18320 if (D_is_set
[macro
]) {
18321 # Preserve the white space surrounding the "#".
18322 print prefix
"define", macro P
[macro
] D
[macro
]
18325 # Replace #undef with comments. This is necessary, for example,
18326 # in the case of _POSIX_SOURCE, which is predefined and required
18327 # on some systems where configure will not decide to define it.
18328 if (defundef
== "undef") {
18329 print
"/*", prefix defundef
, macro
, "*/"
18337 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18338 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
18339 fi # test -n "$CONFIG_HEADERS"
18342 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
18347 :[FHLC
]) ac_mode
=$ac_tag; continue;;
18349 case $ac_mode$ac_tag in
18351 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
18352 :[FH
]-) ac_tag
=-:-;;
18353 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
18370 -) ac_f
="$ac_tmp/stdin";;
18371 *) # Look for the file first in the build tree, then in the source tree
18372 # (if the path is not absolute). The absolute path cannot be DOS-style,
18373 # because $ac_f cannot contain `:'.
18377 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
18379 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
18381 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
18382 as_fn_append ac_file_inputs
" '$ac_f'"
18385 # Let's still pretend it is `configure' which instantiates (i.e., don't
18386 # use $as_me), people would be surprised to read:
18387 # /* config.h. Generated by config.status. */
18388 configure_input
='Generated from '`
18389 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
18391 if test x
"$ac_file" != x-
; then
18392 configure_input
="$ac_file. $configure_input"
18393 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
18394 $as_echo "$as_me: creating $ac_file" >&6;}
18396 # Neutralize special characters interpreted by sed in replacement strings.
18397 case $configure_input in #(
18398 *\
&* |
*\|
* |
*\\* )
18399 ac_sed_conf_input
=`$as_echo "$configure_input" |
18400 sed 's/[\\\\&|]/\\\\&/g'`;; #(
18401 *) ac_sed_conf_input
=$configure_input;;
18405 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
18406 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
18411 ac_dir
=`$as_dirname -- "$ac_file" ||
18412 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18413 X"$ac_file" : 'X\(//\)[^/]' \| \
18414 X"$ac_file" : 'X\(//\)$' \| \
18415 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
18416 $as_echo X"$ac_file" |
18417 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18421 /^X\(\/\/\)[^/].*/{
18434 as_dir
="$ac_dir"; as_fn_mkdir_p
18438 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
18440 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
18441 # A ".." for each directory in $ac_dir_suffix.
18442 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
18443 case $ac_top_builddir_sub in
18444 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
18445 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
18448 ac_abs_top_builddir
=$ac_pwd
18449 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
18450 # for backward compatibility:
18451 ac_top_builddir
=$ac_top_build_prefix
18454 .
) # We are building in place.
18456 ac_top_srcdir
=$ac_top_builddir_sub
18457 ac_abs_top_srcdir
=$ac_pwd ;;
18458 [\\/]* | ?
:[\\/]* ) # Absolute name.
18459 ac_srcdir
=$srcdir$ac_dir_suffix;
18460 ac_top_srcdir
=$srcdir
18461 ac_abs_top_srcdir
=$srcdir ;;
18462 *) # Relative name.
18463 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
18464 ac_top_srcdir
=$ac_top_build_prefix$srcdir
18465 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
18467 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
18477 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
18478 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
18480 ac_MKDIR_P
=$MKDIR_P
18482 [\\/$
]* | ?
:[\\/]* ) ;;
18483 */*) ac_MKDIR_P
=$ac_top_build_prefix$MKDIR_P ;;
18487 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18488 # If the template does not know about datarootdir, expand it.
18489 # FIXME: This hack should be removed a few years after 2.60.
18490 ac_datarootdir_hack
=; ac_datarootdir_seen
=
18501 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
18502 *datarootdir
*) ac_datarootdir_seen
=yes;;
18503 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
18504 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
18505 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
18507 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18508 ac_datarootdir_hack='
18509 s&@datadir@&$datadir&g
18510 s&@docdir@&$docdir&g
18511 s&@infodir@&$infodir&g
18512 s&@localedir@&$localedir&g
18513 s&@mandir@&$mandir&g
18514 s&\\\${datarootdir}&$datarootdir&g' ;;
18518 # Neutralize VPATH when `$srcdir' = `.'.
18519 # Shell code in configure.ac might set extrasub.
18520 # FIXME: do we really want to maintain this feature?
18521 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18522 ac_sed_extra="$ac_vpsub
18525 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18527 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
18528 s|@configure_input@|
$ac_sed_conf_input|
;t t
18529 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
18530 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
18531 s
&@srcdir@
&$ac_srcdir&;t t
18532 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
18533 s
&@top_srcdir@
&$ac_top_srcdir&;t t
18534 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
18535 s
&@builddir@
&$ac_builddir&;t t
18536 s
&@abs_builddir@
&$ac_abs_builddir&;t t
18537 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
18538 s
&@INSTALL@
&$ac_INSTALL&;t t
18539 s
&@MKDIR_P@
&$ac_MKDIR_P&;t t
18540 $ac_datarootdir_hack
18542 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
18543 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
18545 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
18546 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
18547 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
18548 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
18549 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
18550 which seems to be undefined. Please make sure it is defined" >&5
18551 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
18552 which seems to be undefined. Please make sure it is defined" >&2;}
18554 rm -f "$ac_tmp/stdin"
18556 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
18557 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
18559 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18565 if test x"$ac_file" != x-; then
18567 $as_echo "/* $configure_input */" \
18568 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
18569 } >"$ac_tmp/config.h" \
18570 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18571 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
18572 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
18573 $as_echo "$as_me: $ac_file is unchanged" >&6;}
18576 mv "$ac_tmp/config.h" "$ac_file" \
18577 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18580 $as_echo "/* $configure_input */" \
18581 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
18582 || as_fn_error $? "could not create -" "$LINENO" 5
18584 # Compute "$ac_file"'s index
in $config_headers.
18587 for _am_header
in $config_headers :; do
18588 case $_am_header in
18589 $_am_arg |
$_am_arg:* )
18592 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
18595 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
18596 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18597 X"$_am_arg" : 'X\(//\)[^/]' \| \
18598 X"$_am_arg" : 'X\(//\)$' \| \
18599 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
18600 $as_echo X"$_am_arg" |
18601 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18605 /^X\(\/\/\)[^/].*/{
18617 s/.*/./; q'`/stamp-h
$_am_stamp_count
18620 :C
) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
18621 $as_echo "$as_me: executing $ac_file commands" >&6;}
18626 case $ac_file$ac_mode in
18627 "depfiles":C
) test x
"$AMDEP_TRUE" != x
"" ||
{
18628 # Older Autoconf quotes --file arguments for eval, but not when files
18629 # are listed without --file. Let's play safe and only enable the eval
18630 # if we detect the quoting.
18631 case $CONFIG_FILES in
18632 *\'*) eval set x
"$CONFIG_FILES" ;;
18633 *) set x
$CONFIG_FILES ;;
18638 # Strip MF so we end up with the name of the file.
18639 mf
=`echo "$mf" | sed -e 's/:.*$//'`
18640 # Check whether this is an Automake generated Makefile or not.
18641 # We used to match only the files named 'Makefile.in', but
18642 # some people rename them; so instead we look at the file content.
18643 # Grep'ing the first line is not enough: some people post-process
18644 # each Makefile.in and add a new line on top of each file to say so.
18645 # Grep'ing the whole file is not good either: AIX grep has a line
18646 # limit of 2048, but all sed's we know have understand at least 4000.
18647 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" |
grep X
>/dev
/null
2>&1; then
18648 dirpart
=`$as_dirname -- "$mf" ||
18649 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18650 X"$mf" : 'X\(//\)[^/]' \| \
18651 X"$mf" : 'X\(//\)$' \| \
18652 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
18654 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18658 /^X\(\/\/\)[^/].*/{
18674 # Extract the definition of DEPDIR, am__include, and am__quote
18675 # from the Makefile without running 'make'.
18676 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
18677 test -z "$DEPDIR" && continue
18678 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
18679 test -z "$am__include" && continue
18680 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
18681 # Find all dependency output files, they are included files with
18682 # $(DEPDIR) in their names. We invoke sed twice because it is the
18683 # simplest approach to changing $(DEPDIR) to its actual value in the
18685 for file in `sed -n "
18686 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
18687 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
18688 # Make sure the directory exists.
18689 test -f "$dirpart/$file" && continue
18690 fdir
=`$as_dirname -- "$file" ||
18691 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18692 X"$file" : 'X\(//\)[^/]' \| \
18693 X"$file" : 'X\(//\)$' \| \
18694 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
18695 $as_echo X"$file" |
18696 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18700 /^X\(\/\/\)[^/].*/{
18713 as_dir
=$dirpart/$fdir; as_fn_mkdir_p
18714 # echo "creating $dirpart/$file"
18715 echo '# dummy' > "$dirpart/$file"
18722 # See if we are running on zsh, and set the options which allow our
18723 # commands through without removal of \ escapes.
18724 if test -n "${ZSH_VERSION+set}" ; then
18725 setopt NO_GLOB_SUBST
18728 cfgfile
="${ofile}T"
18729 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
18732 cat <<_LT_EOF >> "$cfgfile"
18735 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
18736 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
18737 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
18738 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
18740 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
18741 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
18742 # Written by Gordon Matzigkeit, 1996
18744 # This file is part of GNU Libtool.
18746 # GNU Libtool is free software; you can redistribute it and/or
18747 # modify it under the terms of the GNU General Public License as
18748 # published by the Free Software Foundation; either version 2 of
18749 # the License, or (at your option) any later version.
18751 # As a special exception to the GNU General Public License,
18752 # if you distribute this file as part of a program or library that
18753 # is built using GNU Libtool, you may include this file under the
18754 # same distribution terms that you use for the rest of that program.
18756 # GNU Libtool is distributed in the hope that it will be useful,
18757 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18758 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18759 # GNU General Public License for more details.
18761 # You should have received a copy of the GNU General Public License
18762 # along with GNU Libtool; see the file COPYING. If not, a copy
18763 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
18764 # obtained by writing to the Free Software Foundation, Inc.,
18765 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18768 # The names of the tagged configurations supported by this script.
18769 available_tags="CXX "
18771 # ### BEGIN LIBTOOL CONFIG
18773 # Whether or not to build shared libraries.
18774 build_libtool_libs=$enable_shared
18776 # Which release of libtool.m4 was used?
18777 macro_version=$macro_version
18778 macro_revision=$macro_revision
18780 # Whether or not to build static libraries.
18781 build_old_libs=$enable_static
18783 # What type of objects to build.
18786 # Whether or not to optimize for fast installation.
18787 fast_install=$enable_fast_install
18789 # Shell to use when invoking shell scripts.
18792 # An echo program that protects backslashes.
18796 host_alias=$host_alias
18800 # The build system.
18801 build_alias=$build_alias
18805 # A sed program that does not truncate output.
18808 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
18809 Xsed="\$SED -e 1s/^X//"
18811 # A grep program that handles long lines.
18817 # A literal string matcher.
18820 # A BSD- or MS-compatible name lister.
18823 # Whether we need soft or hard links.
18826 # What is the maximum length of a command?
18827 max_cmd_len=$max_cmd_len
18829 # Object file suffix (normally "o").
18832 # Executable file suffix (normally "").
18835 # whether the shell understands "unset".
18838 # turn spaces into newlines.
18841 # turn newlines into spaces.
18844 # An object symbol dumper.
18845 OBJDUMP=$lt_OBJDUMP
18847 # Method to check whether dependent libraries are shared objects.
18848 deplibs_check_method=$lt_deplibs_check_method
18850 # Command to use when deplibs_check_method == "file_magic".
18851 file_magic_cmd=$lt_file_magic_cmd
18855 AR_FLAGS=$lt_AR_FLAGS
18857 # A symbol stripping program.
18860 # Commands used to install an old-style archive.
18862 old_postinstall_cmds=$lt_old_postinstall_cmds
18863 old_postuninstall_cmds=$lt_old_postuninstall_cmds
18865 # Whether to use a lock for old archive extraction.
18866 lock_old_archive_extraction=$lock_old_archive_extraction
18871 # LTCC compiler flags.
18872 LTCFLAGS=$lt_CFLAGS
18874 # Take the output of nm and produce a listing of raw symbols and C names.
18875 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
18877 # Transform the output of nm in a proper C declaration.
18878 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
18880 # Transform the output of nm in a C name address pair.
18881 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
18883 # Transform the output of nm in a C name address pair when lib prefix is needed.
18884 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
18886 # The name of the directory that contains temporary libtool files.
18889 # Used to examine libraries when file_magic_cmd begins with "file".
18890 MAGIC_CMD=$MAGIC_CMD
18892 # Must we lock files when doing compilation?
18893 need_locks=$lt_need_locks
18895 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
18896 DSYMUTIL=$lt_DSYMUTIL
18898 # Tool to change global to local symbols on Mac OS X.
18901 # Tool to manipulate fat objects and archives on Mac OS X.
18904 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
18907 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
18908 OTOOL64=$lt_OTOOL64
18910 # Old archive suffix (normally "a").
18913 # Shared library suffix (normally ".so").
18914 shrext_cmds=$lt_shrext_cmds
18916 # The commands to extract the exported symbol list from a shared archive.
18917 extract_expsyms_cmds=$lt_extract_expsyms_cmds
18919 # Variables whose values should be saved in libtool wrapper scripts and
18920 # restored at link time.
18921 variables_saved_for_relink=$lt_variables_saved_for_relink
18923 # Do we need the "lib" prefix for modules?
18924 need_lib_prefix=$need_lib_prefix
18926 # Do we need a version for libraries?
18927 need_version=$need_version
18929 # Library versioning type.
18930 version_type=$version_type
18932 # Shared library runtime path variable.
18933 runpath_var=$runpath_var
18935 # Shared library path variable.
18936 shlibpath_var=$shlibpath_var
18938 # Is shlibpath searched before the hard-coded library search path?
18939 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
18941 # Format of library name prefix.
18942 libname_spec=$lt_libname_spec
18944 # List of archive names. First name is the real one, the rest are links.
18945 # The last name is the one that the linker finds with -lNAME
18946 library_names_spec=$lt_library_names_spec
18948 # The coded name of the library, if different from the real name.
18949 soname_spec=$lt_soname_spec
18951 # Permission mode override for installation of shared libraries.
18952 install_override_mode=$lt_install_override_mode
18954 # Command to use after installation of a shared archive.
18955 postinstall_cmds=$lt_postinstall_cmds
18957 # Command to use after uninstallation of a shared archive.
18958 postuninstall_cmds=$lt_postuninstall_cmds
18960 # Commands used to finish a libtool library installation in a directory.
18961 finish_cmds=$lt_finish_cmds
18963 # As "finish_cmds", except a single script fragment to be evaled but
18965 finish_eval=$lt_finish_eval
18967 # Whether we should hardcode library paths into libraries.
18968 hardcode_into_libs=$hardcode_into_libs
18970 # Compile-time system search path for libraries.
18971 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
18973 # Run-time system search path for libraries.
18974 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
18976 # Whether dlopen is supported.
18977 dlopen_support=$enable_dlopen
18979 # Whether dlopen of programs is supported.
18980 dlopen_self=$enable_dlopen_self
18982 # Whether dlopen of statically linked programs is supported.
18983 dlopen_self_static=$enable_dlopen_self_static
18985 # Commands to strip libraries.
18986 old_striplib=$lt_old_striplib
18987 striplib=$lt_striplib
18990 # The linker used to build libraries.
18993 # How to create reloadable object files.
18994 reload_flag=$lt_reload_flag
18995 reload_cmds=$lt_reload_cmds
18997 # Commands used to build an old-style archive.
18998 old_archive_cmds=$lt_old_archive_cmds
19000 # A language specific compiler.
19003 # Is the compiler the GNU compiler?
19006 # Compiler flag to turn off builtin functions.
19007 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
19009 # How to pass a linker flag through the compiler.
19010 wl=$lt_lt_prog_compiler_wl
19012 # Additional compiler flags for building library objects.
19013 pic_flag=$lt_lt_prog_compiler_pic
19015 # Compiler flag to prevent dynamic linking.
19016 link_static_flag=$lt_lt_prog_compiler_static
19018 # Does compiler simultaneously support -c and -o options?
19019 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
19021 # Whether or not to add -lc for building shared libraries.
19022 build_libtool_need_lc=$archive_cmds_need_lc
19024 # Whether or not to disallow shared libs when runtime libs are static.
19025 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
19027 # Compiler flag to allow reflexive dlopens.
19028 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
19030 # Compiler flag to generate shared objects directly from archives.
19031 whole_archive_flag_spec=$lt_whole_archive_flag_spec
19033 # Whether the compiler copes with passing no objects directly.
19034 compiler_needs_object=$lt_compiler_needs_object
19036 # Create an old-style archive from a shared archive.
19037 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
19039 # Create a temporary old-style archive to link instead of a shared archive.
19040 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
19042 # Commands used to build a shared archive.
19043 archive_cmds=$lt_archive_cmds
19044 archive_expsym_cmds=$lt_archive_expsym_cmds
19046 # Commands used to build a loadable module if different from building
19047 # a shared archive.
19048 module_cmds=$lt_module_cmds
19049 module_expsym_cmds=$lt_module_expsym_cmds
19051 # Whether we are building with GNU ld or not.
19052 with_gnu_ld=$lt_with_gnu_ld
19054 # Flag that allows shared libraries with undefined symbols to be built.
19055 allow_undefined_flag=$lt_allow_undefined_flag
19057 # Flag that enforces no undefined symbols.
19058 no_undefined_flag=$lt_no_undefined_flag
19060 # Flag to hardcode \$libdir into a binary during linking.
19061 # This must work even if \$libdir does not exist
19062 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
19064 # If ld is used when linking, flag to hardcode \$libdir into a binary
19065 # during linking. This must work even if \$libdir does not exist.
19066 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
19068 # Whether we need a single "-rpath" flag with a separated argument.
19069 hardcode_libdir_separator=$lt_hardcode_libdir_separator
19071 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19072 # DIR into the resulting binary.
19073 hardcode_direct=$hardcode_direct
19075 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19076 # DIR into the resulting binary and the resulting library dependency is
19077 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
19078 # library is relocated.
19079 hardcode_direct_absolute=$hardcode_direct_absolute
19081 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
19082 # into the resulting binary.
19083 hardcode_minus_L=$hardcode_minus_L
19085 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
19086 # into the resulting binary.
19087 hardcode_shlibpath_var=$hardcode_shlibpath_var
19089 # Set to "yes" if building a shared library automatically hardcodes DIR
19090 # into the library and all subsequent libraries and executables linked
19092 hardcode_automatic=$hardcode_automatic
19094 # Set to yes if linker adds runtime paths of dependent libraries
19095 # to runtime path list.
19096 inherit_rpath=$inherit_rpath
19098 # Whether libtool must link a program against all its dependency libraries.
19099 link_all_deplibs=$link_all_deplibs
19101 # Fix the shell variable \$srcfile for the compiler.
19102 fix_srcfile_path=$lt_fix_srcfile_path
19104 # Set to "yes" if exported symbols are required.
19105 always_export_symbols=$always_export_symbols
19107 # The commands to list exported symbols.
19108 export_symbols_cmds=$lt_export_symbols_cmds
19110 # Symbols that should not be listed in the preloaded symbols.
19111 exclude_expsyms=$lt_exclude_expsyms
19113 # Symbols that must always be exported.
19114 include_expsyms=$lt_include_expsyms
19116 # Commands necessary for linking programs (against libraries) with templates.
19117 prelink_cmds=$lt_prelink_cmds
19119 # Specify filename containing input files.
19120 file_list_spec=$lt_file_list_spec
19122 # How to hardcode a shared library path into an executable.
19123 hardcode_action=$hardcode_action
19125 # The directories searched by this compiler when creating a shared library.
19126 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
19128 # Dependencies to place before and after the objects being linked to
19129 # create a shared library.
19130 predep_objects=$lt_predep_objects
19131 postdep_objects=$lt_postdep_objects
19132 predeps=$lt_predeps
19133 postdeps=$lt_postdeps
19135 # The library search path used internally by the compiler when linking
19136 # a shared library.
19137 compiler_lib_search_path=$lt_compiler_lib_search_path
19139 # ### END LIBTOOL CONFIG
19145 cat <<\_LT_EOF
>> "$cfgfile"
19146 # AIX sometimes has problems with the GCC collect2 program. For some
19147 # reason, if we set the COLLECT_NAMES environment variable, the problems
19148 # vanish in a puff of smoke.
19149 if test "X${COLLECT_NAMES+set}" != Xset
; then
19151 export COLLECT_NAMES
19158 ltmain
="$ac_aux_dir/ltmain.sh"
19161 # We use sed instead of cat because bash on DJGPP gets confused if
19162 # if finds mixed CR/LF and LF-only lines. Since sed operates in
19163 # text mode, it properly converts lines to CR/LF. This bash problem
19164 # is reportedly fixed, but why not run on old versions too?
19165 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
19166 ||
(rm -f "$cfgfile"; exit 1)
19170 cat << \_LT_EOF
>> "$cfgfile"
19172 # func_dirname file append nondir_replacement
19173 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
19174 # otherwise set result to NONDIR_REPLACEMENT.
19178 */*) func_dirname_result
="${1%/*}${2}" ;;
19179 * ) func_dirname_result
="${3}" ;;
19183 # func_basename file
19186 func_basename_result
="${1##*/}"
19189 # func_dirname_and_basename file append nondir_replacement
19190 # perform func_basename and func_dirname in a single function
19192 # dirname: Compute the dirname of FILE. If nonempty,
19193 # add APPEND to the result, otherwise set result
19194 # to NONDIR_REPLACEMENT.
19195 # value returned in "$func_dirname_result"
19196 # basename: Compute filename of FILE.
19197 # value retuned in "$func_basename_result"
19198 # Implementation must be kept synchronized with func_dirname
19199 # and func_basename. For efficiency, we do not delegate to
19200 # those functions but instead duplicate the functionality here.
19201 func_dirname_and_basename
()
19204 */*) func_dirname_result
="${1%/*}${2}" ;;
19205 * ) func_dirname_result
="${3}" ;;
19207 func_basename_result
="${1##*/}"
19210 # func_stripname prefix suffix name
19211 # strip PREFIX and SUFFIX off of NAME.
19212 # PREFIX and SUFFIX must not contain globbing or regex special
19213 # characters, hashes, percent signs, but SUFFIX may contain a leading
19214 # dot (in which case that matches only a dot).
19217 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
19218 # positional parameters, so assign one to ordinary parameter first.
19219 func_stripname_result
=${3}
19220 func_stripname_result
=${func_stripname_result#"${1}"}
19221 func_stripname_result
=${func_stripname_result%"${2}"}
19227 func_opt_split_opt
=${1%%=*}
19228 func_opt_split_arg
=${1#*=}
19235 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
19236 *) func_lo2o_result
=${1} ;;
19240 # func_xform libobj-or-source
19243 func_xform_result
=${1%.*}.lo
19246 # func_arith arithmetic-term...
19249 func_arith_result
=$
(( $
* ))
19253 # STRING may not start with a hyphen.
19256 func_len_result
=${#1}
19261 *) # Bourne compatible functions.
19262 cat << \_LT_EOF
>> "$cfgfile"
19264 # func_dirname file append nondir_replacement
19265 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
19266 # otherwise set result to NONDIR_REPLACEMENT.
19269 # Extract subdirectory from the argument.
19270 func_dirname_result
=`$ECHO "${1}" | $SED "$dirname"`
19271 if test "X$func_dirname_result" = "X${1}"; then
19272 func_dirname_result
="${3}"
19274 func_dirname_result
="$func_dirname_result${2}"
19278 # func_basename file
19281 func_basename_result
=`$ECHO "${1}" | $SED "$basename"`
19285 # func_stripname prefix suffix name
19286 # strip PREFIX and SUFFIX off of NAME.
19287 # PREFIX and SUFFIX must not contain globbing or regex special
19288 # characters, hashes, percent signs, but SUFFIX may contain a leading
19289 # dot (in which case that matches only a dot).
19290 # func_strip_suffix prefix name
19294 .
*) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
19295 *) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
19300 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
19301 my_sed_long_arg
='1s/^-[^=]*=//'
19306 func_opt_split_opt
=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
19307 func_opt_split_arg
=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
19313 func_lo2o_result
=`$ECHO "${1}" | $SED "$lo2o"`
19316 # func_xform libobj-or-source
19319 func_xform_result
=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
19322 # func_arith arithmetic-term...
19325 func_arith_result
=`expr "$@"`
19329 # STRING may not start with a hyphen.
19332 func_len_result
=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
19338 case $lt_shell_append in
19340 cat << \_LT_EOF
>> "$cfgfile"
19342 # func_append var value
19343 # Append VALUE to the end of shell variable VAR.
19351 cat << \_LT_EOF
>> "$cfgfile"
19353 # func_append var value
19354 # Append VALUE to the end of shell variable VAR.
19365 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
19366 ||
(rm -f "$cfgfile"; exit 1)
19368 mv -f "$cfgfile" "$ofile" ||
19369 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
19373 cat <<_LT_EOF >> "$ofile"
19375 # ### BEGIN LIBTOOL TAG CONFIG: CXX
19377 # The linker used to build libraries.
19380 # How to create reloadable object files.
19381 reload_flag=$lt_reload_flag_CXX
19382 reload_cmds=$lt_reload_cmds_CXX
19384 # Commands used to build an old-style archive.
19385 old_archive_cmds=$lt_old_archive_cmds_CXX
19387 # A language specific compiler.
19388 CC=$lt_compiler_CXX
19390 # Is the compiler the GNU compiler?
19393 # Compiler flag to turn off builtin functions.
19394 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
19396 # How to pass a linker flag through the compiler.
19397 wl=$lt_lt_prog_compiler_wl_CXX
19399 # Additional compiler flags for building library objects.
19400 pic_flag=$lt_lt_prog_compiler_pic_CXX
19402 # Compiler flag to prevent dynamic linking.
19403 link_static_flag=$lt_lt_prog_compiler_static_CXX
19405 # Does compiler simultaneously support -c and -o options?
19406 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
19408 # Whether or not to add -lc for building shared libraries.
19409 build_libtool_need_lc=$archive_cmds_need_lc_CXX
19411 # Whether or not to disallow shared libs when runtime libs are static.
19412 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
19414 # Compiler flag to allow reflexive dlopens.
19415 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
19417 # Compiler flag to generate shared objects directly from archives.
19418 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
19420 # Whether the compiler copes with passing no objects directly.
19421 compiler_needs_object=$lt_compiler_needs_object_CXX
19423 # Create an old-style archive from a shared archive.
19424 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
19426 # Create a temporary old-style archive to link instead of a shared archive.
19427 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
19429 # Commands used to build a shared archive.
19430 archive_cmds=$lt_archive_cmds_CXX
19431 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
19433 # Commands used to build a loadable module if different from building
19434 # a shared archive.
19435 module_cmds=$lt_module_cmds_CXX
19436 module_expsym_cmds=$lt_module_expsym_cmds_CXX
19438 # Whether we are building with GNU ld or not.
19439 with_gnu_ld=$lt_with_gnu_ld_CXX
19441 # Flag that allows shared libraries with undefined symbols to be built.
19442 allow_undefined_flag=$lt_allow_undefined_flag_CXX
19444 # Flag that enforces no undefined symbols.
19445 no_undefined_flag=$lt_no_undefined_flag_CXX
19447 # Flag to hardcode \$libdir into a binary during linking.
19448 # This must work even if \$libdir does not exist
19449 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
19451 # If ld is used when linking, flag to hardcode \$libdir into a binary
19452 # during linking. This must work even if \$libdir does not exist.
19453 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
19455 # Whether we need a single "-rpath" flag with a separated argument.
19456 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
19458 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19459 # DIR into the resulting binary.
19460 hardcode_direct=$hardcode_direct_CXX
19462 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19463 # DIR into the resulting binary and the resulting library dependency is
19464 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
19465 # library is relocated.
19466 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
19468 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
19469 # into the resulting binary.
19470 hardcode_minus_L=$hardcode_minus_L_CXX
19472 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
19473 # into the resulting binary.
19474 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
19476 # Set to "yes" if building a shared library automatically hardcodes DIR
19477 # into the library and all subsequent libraries and executables linked
19479 hardcode_automatic=$hardcode_automatic_CXX
19481 # Set to yes if linker adds runtime paths of dependent libraries
19482 # to runtime path list.
19483 inherit_rpath=$inherit_rpath_CXX
19485 # Whether libtool must link a program against all its dependency libraries.
19486 link_all_deplibs=$link_all_deplibs_CXX
19488 # Fix the shell variable \$srcfile for the compiler.
19489 fix_srcfile_path=$lt_fix_srcfile_path_CXX
19491 # Set to "yes" if exported symbols are required.
19492 always_export_symbols=$always_export_symbols_CXX
19494 # The commands to list exported symbols.
19495 export_symbols_cmds=$lt_export_symbols_cmds_CXX
19497 # Symbols that should not be listed in the preloaded symbols.
19498 exclude_expsyms=$lt_exclude_expsyms_CXX
19500 # Symbols that must always be exported.
19501 include_expsyms=$lt_include_expsyms_CXX
19503 # Commands necessary for linking programs (against libraries) with templates.
19504 prelink_cmds=$lt_prelink_cmds_CXX
19506 # Specify filename containing input files.
19507 file_list_spec=$lt_file_list_spec_CXX
19509 # How to hardcode a shared library path into an executable.
19510 hardcode_action=$hardcode_action_CXX
19512 # The directories searched by this compiler when creating a shared library.
19513 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
19515 # Dependencies to place before and after the objects being linked to
19516 # create a shared library.
19517 predep_objects=$lt_predep_objects_CXX
19518 postdep_objects=$lt_postdep_objects_CXX
19519 predeps=$lt_predeps_CXX
19520 postdeps=$lt_postdeps_CXX
19522 # The library search path used internally by the compiler when linking
19523 # a shared library.
19524 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
19526 # ### END LIBTOOL TAG CONFIG: CXX
19537 ac_clean_files
=$ac_clean_files_save
19539 test $ac_write_fail = 0 ||
19540 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
19543 # configure is writing to config.log, and then calls config.status.
19544 # config.status does its own redirection, appending to config.log.
19545 # Unfortunately, on DOS this fails, as config.log is still kept open
19546 # by configure, so config.status won't be able to write to it; its
19547 # output is simply discarded. So we exec the FD to /dev/null,
19548 # effectively closing config.log, so it can be properly (re)opened and
19549 # appended to by config.status. When coming back to configure, we
19550 # need to make the FD available again.
19551 if test "$no_create" != yes; then
19553 ac_config_status_args
=
19554 test "$silent" = yes &&
19555 ac_config_status_args
="$ac_config_status_args --quiet"
19557 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
19559 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19560 # would make configure fail if this is the last instruction.
19561 $ac_cs_success || as_fn_exit
1
19565 # CONFIG_SUBDIRS section.
19567 if test "$no_recursion" != yes; then
19569 # Remove --cache-file, --srcdir, and --disable-option-checking arguments
19570 # so they do not pile up.
19571 ac_sub_configure_args
=
19573 eval "set x $ac_configure_args"
19577 if test -n "$ac_prev"; then
19582 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
19583 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
19584 ac_prev
=cache_file
;;
19585 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
19586 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* \
19589 --config-cache |
-C)
19591 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
19593 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
19595 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
19597 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
19599 --disable-option-checking)
19603 *\'*) ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
19605 as_fn_append ac_sub_configure_args
" '$ac_arg'" ;;
19609 # Always prepend --prefix to ensure using the same prefix
19610 # in subdir configurations.
19611 ac_arg
="--prefix=$prefix"
19613 *\'*) ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
19615 ac_sub_configure_args
="'$ac_arg' $ac_sub_configure_args"
19618 if test "$silent" = yes; then
19619 ac_sub_configure_args
="--silent $ac_sub_configure_args"
19622 # Always prepend --disable-option-checking to silence warnings, since
19623 # different subdirs can have different --enable and --with options.
19624 ac_sub_configure_args
="--disable-option-checking $ac_sub_configure_args"
19627 for ac_dir
in : $subdirs; do test "x$ac_dir" = x
: && continue
19629 # Do not complain, so a configure script can configure whichever
19630 # parts of a large source tree are present.
19631 test -d "$srcdir/$ac_dir" ||
continue
19633 ac_msg
="=== configuring in $ac_dir (`pwd`/$ac_dir)"
19634 $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
19635 $as_echo "$ac_msg" >&6
19636 as_dir
="$ac_dir"; as_fn_mkdir_p
19640 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19642 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19643 # A ".." for each directory in $ac_dir_suffix.
19644 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19645 case $ac_top_builddir_sub in
19646 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19647 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
19650 ac_abs_top_builddir
=$ac_pwd
19651 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
19652 # for backward compatibility:
19653 ac_top_builddir
=$ac_top_build_prefix
19656 .
) # We are building in place.
19658 ac_top_srcdir
=$ac_top_builddir_sub
19659 ac_abs_top_srcdir
=$ac_pwd ;;
19660 [\\/]* | ?
:[\\/]* ) # Absolute name.
19661 ac_srcdir
=$srcdir$ac_dir_suffix;
19662 ac_top_srcdir
=$srcdir
19663 ac_abs_top_srcdir
=$srcdir ;;
19664 *) # Relative name.
19665 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
19666 ac_top_srcdir
=$ac_top_build_prefix$srcdir
19667 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
19669 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
19674 # Check for guested configure; otherwise get Cygnus style configure.
19675 if test -f "$ac_srcdir/configure.gnu"; then
19676 ac_sub_configure
=$ac_srcdir/configure.gnu
19677 elif test -f "$ac_srcdir/configure"; then
19678 ac_sub_configure
=$ac_srcdir/configure
19679 elif test -f "$ac_srcdir/configure.in"; then
19680 # This should be Cygnus configure.
19681 ac_sub_configure
=$ac_aux_dir/configure
19683 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
19684 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
19688 # The recursion is here.
19689 if test -n "$ac_sub_configure"; then
19690 # Make the cache file name correct relative to the subdirectory.
19691 case $cache_file in
19692 [\\/]* | ?
:[\\/]* ) ac_sub_cache_file
=$cache_file ;;
19693 *) # Relative name.
19694 ac_sub_cache_file
=$ac_top_build_prefix$cache_file ;;
19697 { $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
19698 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
19699 # The eval makes quoting arguments work.
19700 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
19701 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
19702 as_fn_error $?
"$ac_sub_configure failed for $ac_dir" "$LINENO" 5
19708 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
19709 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19710 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}