2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for binutils 2.36.50.
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE
=1; export DUALCASE
# for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in #(
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
46 as_echo_n='print
-rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
53 as_echo_n='/usr
/ucb
/echo -n'
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
66 as_echo_n='sh
-c $as_echo_n_body as_echo
'
69 as_echo='sh
-c $as_echo_body as_echo
'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
75 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
89 # Find who we are. Look in the path if we contain no directory separator.
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x
; then
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var
in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\
${$as_var+set} = xset \
120 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
133 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x
"${_as_can_reexec}" != xno
&& test "x$CONFIG_SHELL" != x
; then
138 _as_can_reexec
=no
; export _as_can_reexec
;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
145 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
147 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec
=; unset _as_can_reexec
;}
160 if test "x$CONFIG_SHELL" = x
; then
161 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 case \`(set -o) 2>/dev/null\` in #(
177 as_required
="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191 exitcode=1; echo positional parameters were not saved.
193 test x\$exitcode = x0 || exit 1
195 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199 test \$(( 1 + 1 )) = 2 || exit 1
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
208 if (eval "$as_required") 2>/dev
/null
; then :
213 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
216 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
218 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
221 test -z "$as_dir" && as_dir
=.
225 for as_base
in sh bash ksh sh5
; do
226 # Try only shells that exist, to save several forks.
227 as_shell
=$as_dir/$as_base
228 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
230 CONFIG_SHELL
=$as_shell as_have_required
=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
239 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
241 CONFIG_SHELL
=$SHELL as_have_required
=yes
246 if test "x$CONFIG_SHELL" != x
; then :
248 # We cannot yet assume a decent shell, so we have to provide a
249 # neutralization value for shells without unset; and this also
250 # works around shells that cannot unset nonexistent variables.
251 # Preserve -v and -x to the replacement shell.
254 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
256 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
268 if test x
$as_have_required = xno
; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x
${ZSH_VERSION+set} = xset
; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276 $0: including any error possibly output before this
277 $0: message. Then install a modern shell, or manually run
278 $0: the script under such a shell if you do have one."
284 SHELL
=${CONFIG_SHELL-/bin/sh}
286 # Unset more variables known to interfere with behavior of common tools.
287 CLICOLOR_FORCE
= GREP_OPTIONS
=
288 unset CLICOLOR_FORCE GREP_OPTIONS
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
295 # Portably unset VAR.
298 { eval $1=; unset $1;}
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
322 # Create "$as_dir" as a directory, including parents if necessary.
327 -*) as_dir
=.
/$as_dir;;
329 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
333 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
336 as_dirs
="'$as_qdir' $as_dirs"
337 as_dir
=`$as_dirname -- "$as_dir" ||
338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342 $as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
360 test -d "$as_dir" && break
362 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
363 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p
()
373 test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
375 # as_fn_append VAR VALUE
376 # ----------------------
377 # Append the text in VALUE to the end of the definition contained in VAR. Take
378 # advantage of any shell optimizations that allow amortized linear growth over
379 # repeated appends, instead of the typical quadratic growth present in naive
381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
382 eval 'as_fn_append ()
395 # Perform arithmetic evaluation on the ARGs, and store the result in the
396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
397 # must be portable across $(()) and expr.
398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
406 as_val
=`expr "$@" || test $? -eq 1`
411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
412 # ----------------------------------------
413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415 # script with STATUS, using 1 if that was 0.
418 as_status
=$1; test $as_status -eq 0 && as_status
=1
420 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
423 $as_echo "$as_me: error: $2" >&2
424 as_fn_exit
$as_status
427 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
434 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
440 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
446 as_me
=`$as_basename -- "$0" ||
447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
465 # Avoid depending upon Character Ranges.
466 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
467 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
469 as_cr_digits
='0123456789'
470 as_cr_alnum
=$as_cr_Letters$as_cr_digits
473 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
474 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
493 chmod +x
"$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec
=no
; export _as_can_reexec
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
502 # original and so on. Autoconf is especially sensitive to this).
504 # Exit status is that of the last command.
508 ECHO_C
= ECHO_N
= ECHO_T
=
509 case `echo -n x` in #(((((
511 case `echo 'xy\c'` in
512 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
521 rm -f conf$$ conf$$.exe conf$$.
file
522 if test -d conf$$.dir
; then
523 rm -f conf$$.dir
/conf$$.
file
526 mkdir conf$$.dir
2>/dev
/null
528 if (echo >conf$$.
file) 2>/dev
/null
; then
529 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534 # In both cases, we have to default to `cp -pR'.
535 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
537 elif ln conf$$.
file conf$$
2>/dev
/null
; then
545 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
546 rmdir conf$$.dir
2>/dev
/null
548 if mkdir
-p .
2>/dev
/null
; then
549 as_mkdir_p
='mkdir -p "$as_dir"'
551 test -d .
/-p && rmdir .
/-p
556 as_executable_p
=as_fn_executable_p
558 # Sed expression to map a string onto a valid CPP name.
559 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
561 # Sed expression to map a string onto a valid variable name.
562 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
564 SHELL
=${CONFIG_SHELL-/bin/sh}
567 test -n "$DJDIR" ||
exec 7<&0 </dev
/null
571 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572 # so uname gets run too.
573 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
578 ac_default_prefix
=/usr
/local
580 ac_config_libobj_dir
=.
587 # Identity of this package.
588 PACKAGE_NAME
='binutils'
589 PACKAGE_TARNAME
='binutils'
590 PACKAGE_VERSION
='2.36.50'
591 PACKAGE_STRING
='binutils 2.36.50'
595 ac_unique_file
="ar.c"
596 # Factoring default headers for most tests.
597 ac_includes_default
="\
599 #ifdef HAVE_SYS_TYPES_H
600 # include <sys/types.h>
602 #ifdef HAVE_SYS_STAT_H
603 # include <sys/stat.h>
609 # ifdef HAVE_STDLIB_H
614 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
619 #ifdef HAVE_STRINGS_H
620 # include <strings.h>
622 #ifdef HAVE_INTTYPES_H
623 # include <inttypes.h>
633 ac_subst_vars
='am__EXEEXT_FALSE
639 OBJDUMP_PRIVATE_OFILES
661 MAINTAINER_MODE_FALSE
685 WARN_CFLAGS_FOR_BUILD
736 INSTALL_STRIP_PROGRAM
797 program_transform_name
810 enable_option_checking
811 enable_dependency_tracking
822 enable_deterministic_archives
823 enable_default_strings_all
824 enable_f_for_ifunc_symbols
825 enable_follow_debug_links
829 enable_build_warnings
831 enable_maintainer_mode
837 ac_precious_vars
='build_alias
855 # Initialize some variables set by options.
857 ac_init_version
=false
858 ac_unrecognized_opts
=
860 # The variables have the same names as the options, with
861 # dashes changed to underlines.
869 program_transform_name
=s
,x
,x
,
877 # Installation directory options.
878 # These are left unexpanded so users can "make install exec_prefix=/foo"
879 # and all the variables that are supposed to be based on exec_prefix
880 # by default will actually change.
881 # Use braces instead of parens because sh, perl, etc. also accept them.
882 # (The list follows the same order as the GNU Coding Standards.)
883 bindir
='${exec_prefix}/bin'
884 sbindir
='${exec_prefix}/sbin'
885 libexecdir
='${exec_prefix}/libexec'
886 datarootdir
='${prefix}/share'
887 datadir
='${datarootdir}'
888 sysconfdir
='${prefix}/etc'
889 sharedstatedir
='${prefix}/com'
890 localstatedir
='${prefix}/var'
891 includedir
='${prefix}/include'
892 oldincludedir
='/usr/include'
893 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
894 infodir
='${datarootdir}/info'
899 libdir
='${exec_prefix}/lib'
900 localedir
='${datarootdir}/locale'
901 mandir
='${datarootdir}/man'
907 # If the previous option needs an argument, assign it.
908 if test -n "$ac_prev"; then
909 eval $ac_prev=\
$ac_option
915 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
920 # Accept the important Cygnus configure options, so we can diagnose typos.
922 case $ac_dashdash$ac_option in
926 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
928 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
931 -build |
--build |
--buil |
--bui |
--bu)
932 ac_prev
=build_alias
;;
933 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
934 build_alias
=$ac_optarg ;;
936 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
937 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
938 ac_prev
=cache_file
;;
939 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
940 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
941 cache_file
=$ac_optarg ;;
944 cache_file
=config.cache
;;
946 -datadir |
--datadir |
--datadi |
--datad)
948 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
949 datadir
=$ac_optarg ;;
951 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
952 |
--dataroo |
--dataro |
--datar)
953 ac_prev
=datarootdir
;;
954 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
955 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
956 datarootdir
=$ac_optarg ;;
958 -disable-* |
--disable-*)
959 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
960 # Reject names that are not valid shell variable names.
961 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
962 as_fn_error $?
"invalid feature name: $ac_useropt"
963 ac_useropt_orig
=$ac_useropt
964 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
965 case $ac_user_opts in
969 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
970 ac_unrecognized_sep
=', ';;
972 eval enable_
$ac_useropt=no
;;
974 -docdir |
--docdir |
--docdi |
--doc |
--do)
976 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
979 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
981 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
984 -enable-* |
--enable-*)
985 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
986 # Reject names that are not valid shell variable names.
987 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
988 as_fn_error $?
"invalid feature name: $ac_useropt"
989 ac_useropt_orig
=$ac_useropt
990 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
991 case $ac_user_opts in
995 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
996 ac_unrecognized_sep
=', ';;
998 eval enable_
$ac_useropt=\
$ac_optarg ;;
1000 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1001 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1002 |
--exec |
--exe |
--ex)
1003 ac_prev
=exec_prefix
;;
1004 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1005 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1006 |
--exec=* |
--exe=* |
--ex=*)
1007 exec_prefix
=$ac_optarg ;;
1009 -gas |
--gas |
--ga |
--g)
1010 # Obsolete; use --with-gas.
1013 -help |
--help |
--hel |
--he |
-h)
1014 ac_init_help
=long
;;
1015 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1016 ac_init_help
=recursive
;;
1017 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1018 ac_init_help
=short
;;
1020 -host |
--host |
--hos |
--ho)
1021 ac_prev
=host_alias
;;
1022 -host=* |
--host=* |
--hos=* |
--ho=*)
1023 host_alias
=$ac_optarg ;;
1025 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1027 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1029 htmldir
=$ac_optarg ;;
1031 -includedir |
--includedir |
--includedi |
--included |
--include \
1032 |
--includ |
--inclu |
--incl |
--inc)
1033 ac_prev
=includedir
;;
1034 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1035 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1036 includedir
=$ac_optarg ;;
1038 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1040 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1041 infodir
=$ac_optarg ;;
1043 -libdir |
--libdir |
--libdi |
--libd)
1045 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1046 libdir
=$ac_optarg ;;
1048 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1049 |
--libexe |
--libex |
--libe)
1050 ac_prev
=libexecdir
;;
1051 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1052 |
--libexe=* |
--libex=* |
--libe=*)
1053 libexecdir
=$ac_optarg ;;
1055 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1056 ac_prev
=localedir
;;
1057 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1058 localedir
=$ac_optarg ;;
1060 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1061 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1062 ac_prev
=localstatedir
;;
1063 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1064 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1065 localstatedir
=$ac_optarg ;;
1067 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1069 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1070 mandir
=$ac_optarg ;;
1072 -nfp |
--nfp |
--nf)
1073 # Obsolete; use --without-fp.
1076 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1077 |
--no-cr |
--no-c |
-n)
1080 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1081 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1084 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1085 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1086 |
--oldin |
--oldi |
--old |
--ol |
--o)
1087 ac_prev
=oldincludedir
;;
1088 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1089 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1090 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1091 oldincludedir
=$ac_optarg ;;
1093 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1095 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1096 prefix
=$ac_optarg ;;
1098 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1099 |
--program-pre |
--program-pr |
--program-p)
1100 ac_prev
=program_prefix
;;
1101 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1102 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1103 program_prefix
=$ac_optarg ;;
1105 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1106 |
--program-suf |
--program-su |
--program-s)
1107 ac_prev
=program_suffix
;;
1108 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1109 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1110 program_suffix
=$ac_optarg ;;
1112 -program-transform-name |
--program-transform-name \
1113 |
--program-transform-nam |
--program-transform-na \
1114 |
--program-transform-n |
--program-transform- \
1115 |
--program-transform |
--program-transfor \
1116 |
--program-transfo |
--program-transf \
1117 |
--program-trans |
--program-tran \
1118 |
--progr-tra |
--program-tr |
--program-t)
1119 ac_prev
=program_transform_name
;;
1120 -program-transform-name=* |
--program-transform-name=* \
1121 |
--program-transform-nam=* |
--program-transform-na=* \
1122 |
--program-transform-n=* |
--program-transform-=* \
1123 |
--program-transform=* |
--program-transfor=* \
1124 |
--program-transfo=* |
--program-transf=* \
1125 |
--program-trans=* |
--program-tran=* \
1126 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1127 program_transform_name
=$ac_optarg ;;
1129 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1131 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1132 pdfdir
=$ac_optarg ;;
1134 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1136 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1139 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1140 |
-silent |
--silent |
--silen |
--sile |
--sil)
1143 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1145 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1147 sbindir
=$ac_optarg ;;
1149 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1150 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1151 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1153 ac_prev
=sharedstatedir
;;
1154 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1155 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1156 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1158 sharedstatedir
=$ac_optarg ;;
1160 -site |
--site |
--sit)
1162 -site=* |
--site=* |
--sit=*)
1165 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1167 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1168 srcdir
=$ac_optarg ;;
1170 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1171 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1172 ac_prev
=sysconfdir
;;
1173 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1174 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1175 sysconfdir
=$ac_optarg ;;
1177 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1178 ac_prev
=target_alias
;;
1179 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1180 target_alias
=$ac_optarg ;;
1182 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1185 -version |
--version |
--versio |
--versi |
--vers |
-V)
1186 ac_init_version
=: ;;
1189 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1190 # Reject names that are not valid shell variable names.
1191 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1192 as_fn_error $?
"invalid package name: $ac_useropt"
1193 ac_useropt_orig
=$ac_useropt
1194 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1195 case $ac_user_opts in
1199 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1200 ac_unrecognized_sep
=', ';;
1202 eval with_
$ac_useropt=\
$ac_optarg ;;
1204 -without-* |
--without-*)
1205 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1206 # Reject names that are not valid shell variable names.
1207 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1208 as_fn_error $?
"invalid package name: $ac_useropt"
1209 ac_useropt_orig
=$ac_useropt
1210 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1211 case $ac_user_opts in
1215 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1216 ac_unrecognized_sep
=', ';;
1218 eval with_
$ac_useropt=no
;;
1221 # Obsolete; use --with-x.
1224 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1225 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1226 ac_prev
=x_includes
;;
1227 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1228 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1229 x_includes
=$ac_optarg ;;
1231 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1232 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1233 ac_prev
=x_libraries
;;
1234 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1235 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1236 x_libraries
=$ac_optarg ;;
1238 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1239 Try \`$0 --help' for more information"
1243 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1244 # Reject names that are not valid shell variable names.
1245 case $ac_envvar in #(
1246 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1247 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1249 eval $ac_envvar=\
$ac_optarg
1250 export $ac_envvar ;;
1253 # FIXME: should be removed in autoconf 3.0.
1254 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1255 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1256 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1257 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1263 if test -n "$ac_prev"; then
1264 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1265 as_fn_error $?
"missing argument to $ac_option"
1268 if test -n "$ac_unrecognized_opts"; then
1269 case $enable_option_checking in
1271 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1272 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1276 # Check all directory arguments for consistency.
1277 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1278 datadir sysconfdir sharedstatedir localstatedir includedir \
1279 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1280 libdir localedir mandir
1282 eval ac_val
=\$
$ac_var
1283 # Remove trailing slashes.
1286 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1287 eval $ac_var=\
$ac_val;;
1289 # Be sure to have absolute directory names.
1291 [\\/$
]* | ?
:[\\/]* ) continue;;
1292 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1294 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1297 # There might be people who depend on the old broken behavior: `$host'
1298 # used to hold the argument of --host etc.
1299 # FIXME: To remove some day.
1302 target
=$target_alias
1304 # FIXME: To remove some day.
1305 if test "x$host_alias" != x
; then
1306 if test "x$build_alias" = x
; then
1307 cross_compiling
=maybe
1308 elif test "x$build_alias" != "x$host_alias"; then
1314 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1316 test "$silent" = yes && exec 6>/dev
/null
1319 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1320 ac_ls_di
=`ls -di .` &&
1321 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1322 as_fn_error $?
"working directory cannot be determined"
1323 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1324 as_fn_error $?
"pwd does not report name of working directory"
1327 # Find the source files, if location was not specified.
1328 if test -z "$srcdir"; then
1329 ac_srcdir_defaulted
=yes
1330 # Try the directory containing this script, then the parent directory.
1331 ac_confdir
=`$as_dirname -- "$as_myself" ||
1332 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1333 X"$as_myself" : 'X\(//\)[^/]' \| \
1334 X"$as_myself" : 'X\(//\)$' \| \
1335 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1336 $as_echo X"$as_myself" |
1337 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1355 if test ! -r "$srcdir/$ac_unique_file"; then
1359 ac_srcdir_defaulted
=no
1361 if test ! -r "$srcdir/$ac_unique_file"; then
1362 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1363 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
1365 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1367 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1369 # When building in place, set srcdir=.
1370 if test "$ac_abs_confdir" = "$ac_pwd"; then
1373 # Remove unnecessary trailing slashes from srcdir.
1374 # Double slashes in file names in object file debugging info
1375 # mess up M-x gdb in Emacs.
1377 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1379 for ac_var
in $ac_precious_vars; do
1380 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1381 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1382 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1383 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1387 # Report the --help message.
1389 if test "$ac_init_help" = "long"; then
1390 # Omit some internal or obsolete options to make the list less imposing.
1391 # This message is too long to be a string in the A/UX 3.1 sh.
1393 \`configure' configures binutils 2.36.50 to adapt to many kinds of systems.
1395 Usage: $0 [OPTION]... [VAR=VALUE]...
1397 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1398 VAR=VALUE. See below for descriptions of some of the useful variables.
1400 Defaults for the options are specified in brackets.
1403 -h, --help display this help and exit
1404 --help=short display options specific to this package
1405 --help=recursive display the short help of all the included packages
1406 -V, --version display version information and exit
1407 -q, --quiet, --silent do not print \`checking ...' messages
1408 --cache-file=FILE cache test results in FILE [disabled]
1409 -C, --config-cache alias for \`--cache-file=config.cache'
1410 -n, --no-create do not create output files
1411 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1413 Installation directories:
1414 --prefix=PREFIX install architecture-independent files in PREFIX
1415 [$ac_default_prefix]
1416 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1419 By default, \`make install' will install all the files in
1420 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1421 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1422 for instance \`--prefix=\$HOME'.
1424 For better control, use the options below.
1426 Fine tuning of the installation directories:
1427 --bindir=DIR user executables [EPREFIX/bin]
1428 --sbindir=DIR system admin executables [EPREFIX/sbin]
1429 --libexecdir=DIR program executables [EPREFIX/libexec]
1430 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1431 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1432 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1433 --libdir=DIR object code libraries [EPREFIX/lib]
1434 --includedir=DIR C header files [PREFIX/include]
1435 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1436 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1437 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1438 --infodir=DIR info documentation [DATAROOTDIR/info]
1439 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1440 --mandir=DIR man documentation [DATAROOTDIR/man]
1441 --docdir=DIR documentation root [DATAROOTDIR/doc/binutils]
1442 --htmldir=DIR html documentation [DOCDIR]
1443 --dvidir=DIR dvi documentation [DOCDIR]
1444 --pdfdir=DIR pdf documentation [DOCDIR]
1445 --psdir=DIR ps documentation [DOCDIR]
1451 --program-prefix=PREFIX prepend PREFIX to installed program names
1452 --program-suffix=SUFFIX append SUFFIX to installed program names
1453 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
1456 --build=BUILD configure
for building on BUILD
[guessed
]
1457 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1458 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1462 if test -n "$ac_init_help"; then
1463 case $ac_init_help in
1464 short | recursive
) echo "Configuration of binutils 2.36.50:";;
1469 --disable-option-checking ignore unrecognized
--enable/--with options
1470 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1471 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1472 --enable-dependency-tracking
1473 do not reject slow dependency extractors
1474 --disable-dependency-tracking
1475 speeds up one-time build
1476 --enable-silent-rules less verbose build output
(undo
: "make V=1")
1477 --disable-silent-rules verbose build output
(undo
: "make V=0")
1478 --enable-shared[=PKGS
] build shared libraries
[default
=yes]
1479 --enable-static[=PKGS
] build static libraries
[default
=yes]
1480 --enable-fast-install[=PKGS
]
1481 optimize
for fast installation
[default
=yes]
1482 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1483 --enable-plugins Enable support
for plugins
1484 --disable-largefile omit support
for large files
1485 --enable-targets alternative target configurations
1486 --enable-deterministic-archives
1487 ar and ranlib default to
-D behavior
1488 --disable-default-strings-all
1489 strings defaults to
--data behavior
1490 --enable-f-for-ifunc-symbols
1491 Have nm use F and f
for global and
local ifunc
1493 --enable-follow-debug-links
1494 Have readelf and objdump follow debug links by
1496 --enable-libctf Handle .ctf type-info sections
[default
=yes]
1497 --enable-werror treat compile warnings as errors
1498 --enable-build-warnings enable build-time compiler warnings
1499 --disable-nls do not use Native Language Support
1500 --enable-maintainer-mode
1501 enable make rules and dependencies not useful
(and
1502 sometimes confusing
) to the casual installer
1503 --disable-rpath do not hardcode runtime library paths
1506 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1507 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1508 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1510 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1511 --with-debuginfod Enable debuginfo lookups with debuginfod
1513 --with-system-zlib use installed libz
1514 --with-gnu-ld assume the C compiler uses GNU ld default
=no
1515 --with-libiconv-prefix[=DIR
] search
for libiconv
in DIR
/include and DIR
/lib
1516 --without-libiconv-prefix don
't search for libiconv in includedir and libdir
1517 --with-libiconv-type=TYPE type of library to search for (auto/static/shared)
1519 Some influential environment variables:
1520 CC C compiler command
1521 CFLAGS C compiler flags
1522 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1523 nonstandard directory <lib dir>
1524 LIBS libraries to pass to the linker, e.g. -l<library>
1525 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1526 you have headers in a nonstandard directory <include dir>
1528 PKG_CONFIG path to pkg-config utility
1530 directories to add to pkg-config's search path
1532 path overriding pkg-config
's built-in search path
1534 C compiler flags for DEBUGINFOD, overriding pkg-config
1536 linker flags for DEBUGINFOD, overriding pkg-config
1537 YACC The `Yet Another Compiler Compiler' implementation to use.
1538 Defaults to the first program found out of
: `bison -y', `byacc
',
1540 YFLAGS The list of arguments that will be passed by default to
$YACC.
1541 This
script will default YFLAGS to the empty string to avoid a
1542 default value of
`-d' given by some make applications.
1544 Use these variables to override the choices made by `configure
' or to help
1545 it to find libraries and programs with nonstandard names/locations.
1547 Report bugs to the package provider.
1552 if test "$ac_init_help" = "recursive"; then
1553 # If there are subdirs, report their specific --help.
1554 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1555 test -d "$ac_dir" ||
1556 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1561 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1563 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.
[\\/]||
'`
1564 # A ".." for each directory in $ac_dir_suffix.
1565 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|
/[^
\\/]*|
/..|g
;s|
/||
'`
1566 case $ac_top_builddir_sub in
1567 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1568 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1571 ac_abs_top_builddir=$ac_pwd
1572 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1573 # for backward compatibility:
1574 ac_top_builddir=$ac_top_build_prefix
1577 .) # We are building in place.
1579 ac_top_srcdir=$ac_top_builddir_sub
1580 ac_abs_top_srcdir=$ac_pwd ;;
1581 [\\/]* | ?:[\\/]* ) # Absolute name.
1582 ac_srcdir=$srcdir$ac_dir_suffix;
1583 ac_top_srcdir=$srcdir
1584 ac_abs_top_srcdir=$srcdir ;;
1586 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1587 ac_top_srcdir=$ac_top_build_prefix$srcdir
1588 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1590 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1592 cd "$ac_dir" || { ac_status=$?; continue; }
1593 # Check for guested configure.
1594 if test -f "$ac_srcdir/configure.gnu"; then
1596 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1597 elif test -f "$ac_srcdir/configure"; then
1599 $SHELL "$ac_srcdir/configure" --help=recursive
1601 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1603 cd "$ac_pwd" || { ac_status=$?; break; }
1607 test -n "$ac_init_help" && exit $ac_status
1608 if $ac_init_version; then
1610 binutils configure 2.36.50
1611 generated by GNU Autoconf 2.69
1613 Copyright (C) 2012 Free Software Foundation, Inc.
1614 This configure script is free software; the Free Software Foundation
1615 gives unlimited permission to copy, distribute and modify it.
1620 ## ------------------------ ##
1621 ## Autoconf initialization. ##
1622 ## ------------------------ ##
1624 # ac_fn_c_try_compile LINENO
1625 # --------------------------
1626 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1627 ac_fn_c_try_compile ()
1629 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1630 rm -f conftest.$ac_objext
1631 if { { ac_try="$ac_compile"
1633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1634 *) ac_try_echo=$ac_try;;
1636 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1637 $as_echo "$ac_try_echo"; } >&5
1638 (eval "$ac_compile") 2>conftest.err
1640 if test -s conftest.err; then
1641 grep -v '^
*+' conftest.err >conftest.er1
1642 cat conftest.er1 >&5
1643 mv -f conftest.er1 conftest.err
1645 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1646 test $ac_status = 0; } && {
1647 test -z "$ac_c_werror_flag" ||
1648 test ! -s conftest.err
1649 } && test -s conftest.$ac_objext; then :
1652 $as_echo "$as_me: failed program was:" >&5
1653 sed 's
/^
/|
/' conftest.$ac_ext >&5
1657 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1658 as_fn_set_status $ac_retval
1660 } # ac_fn_c_try_compile
1662 # ac_fn_c_try_link LINENO
1663 # -----------------------
1664 # Try to link conftest.$ac_ext, and return whether this succeeded.
1667 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1668 rm -f conftest.$ac_objext conftest$ac_exeext
1669 if { { ac_try="$ac_link"
1671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1672 *) ac_try_echo=$ac_try;;
1674 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1675 $as_echo "$ac_try_echo"; } >&5
1676 (eval "$ac_link") 2>conftest.err
1678 if test -s conftest.err; then
1679 grep -v '^
*+' conftest.err >conftest.er1
1680 cat conftest.er1 >&5
1681 mv -f conftest.er1 conftest.err
1683 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1684 test $ac_status = 0; } && {
1685 test -z "$ac_c_werror_flag" ||
1686 test ! -s conftest.err
1687 } && test -s conftest$ac_exeext && {
1688 test "$cross_compiling" = yes ||
1689 test -x conftest$ac_exeext
1693 $as_echo "$as_me: failed program was:" >&5
1694 sed 's
/^
/|
/' conftest.$ac_ext >&5
1698 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1699 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1700 # interfere with the next link command; also delete a directory that is
1701 # left behind by Apple's compiler. We
do this before executing the actions.
1702 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1703 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1704 as_fn_set_status
$ac_retval
1706 } # ac_fn_c_try_link
1708 # ac_fn_c_try_cpp LINENO
1709 # ----------------------
1710 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1713 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
1714 if { { ac_try
="$ac_cpp conftest.$ac_ext"
1716 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1717 *) ac_try_echo=$ac_try;;
1719 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1720 $as_echo "$ac_try_echo"; } >&5
1721 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1723 if test -s conftest.err; then
1724 grep -v '^ *+' conftest.err >conftest.er1
1725 cat conftest.er1 >&5
1726 mv -f conftest.er1 conftest.err
1728 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1729 test $ac_status = 0; } > conftest.i && {
1730 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1731 test ! -s conftest.err
1735 $as_echo "$as_me: failed program was:" >&5
1736 sed 's/^/| /' conftest.$ac_ext >&5
1740 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1741 as_fn_set_status $ac_retval
1745 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1746 # -------------------------------------------------------
1747 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1748 # the include files in INCLUDES and setting the cache variable VAR
1750 ac_fn_c_check_header_mongrel ()
1752 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1753 if eval \${$3+:} false; then :
1754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1755 $as_echo_n "checking for $2... " >&6; }
1756 if eval \${$3+:} false; then :
1757 $as_echo_n "(cached) " >&6
1760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1761 $as_echo "$ac_res" >&6; }
1763 # Is the header compilable?
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1765 $as_echo_n "checking $2 usability... " >&6; }
1766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1767 /* end confdefs.h. */
1771 if ac_fn_c_try_compile "$LINENO"; then :
1772 ac_header_compiler=yes
1774 ac_header_compiler=no
1776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1778 $as_echo "$ac_header_compiler" >&6; }
1780 # Is the header present?
1781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1782 $as_echo_n "checking $2 presence... " >&6; }
1783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1784 /* end confdefs.h. */
1787 if ac_fn_c_try_cpp "$LINENO"; then :
1788 ac_header_preproc=yes
1790 ac_header_preproc=no
1792 rm -f conftest.err conftest.i conftest.$ac_ext
1793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1794 $as_echo "$ac_header_preproc" >&6; }
1796 # So? What about this header?
1797 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1799 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1800 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1801 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1802 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1805 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1806 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1807 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1808 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1809 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1810 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1811 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1812 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1813 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1814 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1818 $as_echo_n "checking for $2... " >&6; }
1819 if eval \${$3+:} false; then :
1820 $as_echo_n "(cached) " >&6
1822 eval "$3=\$ac_header_compiler"
1825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1826 $as_echo "$ac_res" >&6; }
1828 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1830 } # ac_fn_c_check_header_mongrel
1832 # ac_fn_c_try_run LINENO
1833 # ----------------------
1834 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1835 # that executables *can* be run.
1838 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1839 if { { ac_try="$ac_link"
1841 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
1842 *) ac_try_echo
=$ac_try;;
1844 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1845 $as_echo "$ac_try_echo"; } >&5
1846 (eval "$ac_link") 2>&5
1848 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1849 test $ac_status = 0; } && { ac_try
='./conftest$ac_exeext'
1850 { { case "(($ac_try" in
1851 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
1852 *) ac_try_echo=$ac_try;;
1854 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1855 $as_echo "$ac_try_echo"; } >&5
1856 (eval "$ac_try") 2>&5
1858 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1859 test $ac_status = 0; }; }; then :
1862 $as_echo "$as_me: program exited with status $ac_status" >&5
1863 $as_echo "$as_me: failed program was:" >&5
1864 sed 's/^/| /' conftest.$ac_ext >&5
1866 ac_retval=$ac_status
1868 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1869 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1870 as_fn_set_status $ac_retval
1874 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1875 # -------------------------------------------------------
1876 # Tests whether HEADER exists and can be compiled using the include files in
1877 # INCLUDES, setting the cache variable VAR accordingly.
1878 ac_fn_c_check_header_compile ()
1880 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1882 $as_echo_n "checking for $2... " >&6; }
1883 if eval \${$3+:} false; then :
1884 $as_echo_n "(cached) " >&6
1886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1887 /* end confdefs.h. */
1891 if ac_fn_c_try_compile "$LINENO"; then :
1896 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1900 $as_echo "$ac_res" >&6; }
1901 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1903 } # ac_fn_c_check_header_compile
1905 # ac_fn_c_check_func LINENO FUNC VAR
1906 # ----------------------------------
1907 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1908 ac_fn_c_check_func ()
1910 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1912 $as_echo_n "checking for $2... " >&6; }
1913 if eval \${$3+:} false; then :
1914 $as_echo_n "(cached) " >&6
1916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1917 /* end confdefs.h. */
1918 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1919 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1920 #define $2 innocuous_$2
1922 /* System header to define __stub macros and hopefully few prototypes,
1923 which can conflict with char $2 (); below.
1924 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1925 <limits.h> exists even on freestanding compilers. */
1928 # include <limits.h>
1930 # include <assert.h>
1935 /* Override any GCC internal prototype to avoid an error.
1936 Use char because int might match the return type of a GCC
1937 builtin and then its argument prototype would still apply. */
1942 /* The GNU C library defines this for functions which it implements
1943 to always fail with ENOSYS. Some functions are actually named
1944 something starting with __ and the normal name is an alias. */
1945 #if defined __stub_$2 || defined __stub___$2
1957 if ac_fn_c_try_link "$LINENO"; then :
1962 rm -f core conftest.err conftest.$ac_objext \
1963 conftest$ac_exeext conftest.$ac_ext
1966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1967 $as_echo "$ac_res" >&6; }
1968 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1970 } # ac_fn_c_check_func
1972 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1973 # --------------------------------------------
1974 # Tries to find the compile-time value of EXPR in a program that includes
1975 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1977 ac_fn_c_compute_int ()
1979 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1980 if test "$cross_compiling" = yes; then
1981 # Depending upon the size, compute the lo and hi bounds.
1982 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1983 /* end confdefs.h. */
1988 static int test_array [1 - 2 * !(($2) >= 0)];
1990 return test_array [0];
1996 if ac_fn_c_try_compile "$LINENO"; then :
1999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2000 /* end confdefs.h. */
2005 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2007 return test_array [0];
2013 if ac_fn_c_try_compile "$LINENO"; then :
2014 ac_hi=$ac_mid; break
2016 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2017 if test $ac_lo -le $ac_mid; then
2021 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2023 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2027 /* end confdefs.h. */
2032 static int test_array [1 - 2 * !(($2) < 0)];
2034 return test_array [0];
2040 if ac_fn_c_try_compile "$LINENO"; then :
2043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2044 /* end confdefs.h. */
2049 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2051 return test_array [0];
2057 if ac_fn_c_try_compile "$LINENO"; then :
2058 ac_lo=$ac_mid; break
2060 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2061 if test $ac_mid -le $ac_hi; then
2065 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2072 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2074 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2075 # Binary search between lo and hi bounds.
2076 while test "x$ac_lo" != "x$ac_hi"; do
2077 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2079 /* end confdefs.h. */
2084 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2086 return test_array [0];
2092 if ac_fn_c_try_compile "$LINENO"; then :
2095 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2100 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2105 /* end confdefs.h. */
2107 static long int longval () { return $2; }
2108 static unsigned long int ulongval () { return $2; }
2115 FILE *f = fopen ("conftest.val", "w");
2120 long int i = longval ();
2123 fprintf (f, "%ld", i);
2127 unsigned long int i = ulongval ();
2130 fprintf (f, "%lu", i);
2132 /* Do not output a trailing newline, as this causes \r\n confusion
2133 on some platforms. */
2134 return ferror (f) || fclose (f) != 0;
2140 if ac_fn_c_try_run "$LINENO"; then :
2141 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2145 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2146 conftest.$ac_objext conftest.beam conftest.$ac_ext
2150 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2151 as_fn_set_status $ac_retval
2153 } # ac_fn_c_compute_int
2155 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2156 # -------------------------------------------
2157 # Tests whether TYPE exists after having included INCLUDES, setting cache
2158 # variable VAR accordingly.
2159 ac_fn_c_check_type ()
2161 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2163 $as_echo_n "checking for $2... " >&6; }
2164 if eval \${$3+:} false; then :
2165 $as_echo_n "(cached) " >&6
2168 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2169 /* end confdefs.h. */
2180 if ac_fn_c_try_compile "$LINENO"; then :
2181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2182 /* end confdefs.h. */
2193 if ac_fn_c_try_compile "$LINENO"; then :
2198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2204 $as_echo "$ac_res" >&6; }
2205 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2207 } # ac_fn_c_check_type
2209 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2210 # ---------------------------------------------
2211 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2213 ac_fn_c_check_decl ()
2215 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2216 as_decl_name=`echo $2|
sed 's/ *(.*//'`
2217 as_decl_use=`echo $2|
sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2219 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2220 if eval \${$3+:} false; then :
2221 $as_echo_n "(cached) " >&6
2223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2224 /* end confdefs.h. */
2229 #ifndef $as_decl_name
2231 (void) $as_decl_use;
2233 (void) $as_decl_name;
2241 if ac_fn_c_try_compile "$LINENO"; then :
2246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2250 $as_echo "$ac_res" >&6; }
2251 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2253 } # ac_fn_c_check_decl
2254 cat >config.log <<_ACEOF
2255 This file contains any messages produced by compilers while
2256 running configure, to aid debugging if configure makes a mistake.
2258 It was created by binutils $as_me 2.36.50, which was
2259 generated by GNU Autoconf 2.69. Invocation command line was
2271 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
2272 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
2273 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
2274 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
2275 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
2277 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
2278 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
2280 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
2281 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
2282 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
2283 /usr/bin/hostinfo = `(/usr
/bin
/hostinfo
) 2>/dev
/null ||
echo unknown
`
2284 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
2285 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
2286 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
2290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2294 test -z "$as_dir" && as_dir=.
2295 $as_echo "PATH: $as_dir"
2311 # Keep a trace of the command line.
2312 # Strip out --no-create and --no-recursion so they do not pile up.
2313 # Strip out --silent because we don't want to record it for future runs.
2314 # Also quote any args containing shell meta-characters.
2315 # Make two passes to allow for proper duplicate-argument suppression.
2319 ac_must_keep_next=false
2325 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2326 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2327 | -silent | --silent | --silen | --sile | --sil)
2330 ac_arg=`$as_echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
2333 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2335 as_fn_append ac_configure_args1 " '$ac_arg'"
2336 if test $ac_must_keep_next = true; then
2337 ac_must_keep_next=false # Got value, back to normal.
2340 *=* | --config-cache | -C | -disable-* | --disable-* \
2341 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2342 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2343 | -with-* | --with-* | -without-* | --without-* | --x)
2344 case "$ac_configure_args0 " in
2345 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2348 -* ) ac_must_keep_next=true ;;
2351 as_fn_append ac_configure_args " '$ac_arg'"
2356 { ac_configure_args0=; unset ac_configure_args0;}
2357 { ac_configure_args1=; unset ac_configure_args1;}
2359 # When interrupted or exit'd, cleanup temporary files, and complete
2360 # config.log. We remove comments because anyway the quotes in there
2361 # would cause problems or look ugly.
2362 # WARNING: Use '\'' to represent an apostrophe within the trap.
2363 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2364 trap 'exit_status=$?
2365 # Save into config.log some information that might help in debugging.
2369 $as_echo "## ---------------- ##
2370 ## Cache variables. ##
2371 ## ---------------- ##"
2373 # The following way of writing the cache mishandles newlines in values,
2375 for ac_var in `(set) 2>&1 |
sed -n '\''s
/^\
([a-zA-Z_
][a-zA-Z0-9_
]*\
)=.
*/\
1/p
'\''`; do
2376 eval ac_val=\$$ac_var
2380 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2381 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2384 _ | IFS | as_nl) ;; #(
2385 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2386 *) { eval $ac_var=; unset $ac_var;} ;;
2391 case $as_nl`(ac_space
='\'' '\''; set) 2>&1` in #(
2392 *${as_nl}ac_space=\ *)
2394 "s/'\''/'\''\\\\'\'''\''/g;
2395 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2398 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2405 $as_echo "## ----------------- ##
2406 ## Output variables. ##
2407 ## ----------------- ##"
2409 for ac_var in $ac_subst_vars
2411 eval ac_val=\$$ac_var
2413 *\'\''*) ac_val=`$as_echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2415 $as_echo "$ac_var='\''$ac_val'\''"
2419 if test -n "$ac_subst_files"; then
2420 $as_echo "## ------------------- ##
2421 ## File substitutions. ##
2422 ## ------------------- ##"
2424 for ac_var in $ac_subst_files
2426 eval ac_val=\$$ac_var
2428 *\'\''*) ac_val=`$as_echo "$ac_val" |
sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2430 $as_echo "$ac_var='\''$ac_val'\''"
2435 if test -s confdefs.h; then
2436 $as_echo "## ----------- ##
2443 test "$ac_signal" != 0 &&
2444 $as_echo "$as_me: caught signal $ac_signal"
2445 $as_echo "$as_me: exit $exit_status"
2447 rm -f core *.core core.conftest.* &&
2448 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2451 for ac_signal in 1 2 13 15; do
2452 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2456 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2457 rm -f -r conftest* confdefs.h
2459 $as_echo "/* confdefs.h */" > confdefs.h
2461 # Predefined preprocessor variables.
2463 cat >>confdefs.h <<_ACEOF
2464 #define PACKAGE_NAME "$PACKAGE_NAME"
2467 cat >>confdefs.h <<_ACEOF
2468 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2471 cat >>confdefs.h <<_ACEOF
2472 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2475 cat >>confdefs.h <<_ACEOF
2476 #define PACKAGE_STRING "$PACKAGE_STRING"
2479 cat >>confdefs.h <<_ACEOF
2480 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2483 cat >>confdefs.h <<_ACEOF
2484 #define PACKAGE_URL "$PACKAGE_URL"
2488 # Let the site file select an alternate cache file if it wants to.
2489 # Prefer an explicitly selected file to automatically selected ones.
2492 if test -n "$CONFIG_SITE"; then
2493 # We do not want a PATH search for config.site.
2494 case $CONFIG_SITE in #((
2495 -*) ac_site_file1=./$CONFIG_SITE;;
2496 */*) ac_site_file1=$CONFIG_SITE;;
2497 *) ac_site_file1=./$CONFIG_SITE;;
2499 elif test "x$prefix" != xNONE; then
2500 ac_site_file1=$prefix/share/config.site
2501 ac_site_file2=$prefix/etc/config.site
2503 ac_site_file1=$ac_default_prefix/share/config.site
2504 ac_site_file2=$ac_default_prefix/etc/config.site
2506 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2508 test "x$ac_site_file" = xNONE && continue
2509 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2510 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2511 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2512 sed 's/^/| /' "$ac_site_file" >&5
2514 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2515 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2516 as_fn_error $? "failed to load site
script $ac_site_file
2517 See \
`config.log' for more details" "$LINENO" 5; }
2521 if test -r "$cache_file"; then
2522 # Some versions of bash will fail to source /dev/null (special files
2523 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2524 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2525 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2526 $as_echo "$as_me: loading cache $cache_file" >&6;}
2528 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2529 *) . "./$cache_file";;
2533 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2534 $as_echo "$as_me: creating cache $cache_file" >&6;}
2538 as_fn_append ac_header_list " stdlib.h"
2539 as_fn_append ac_header_list " unistd.h"
2540 as_fn_append ac_header_list " sys/param.h"
2541 # Check that the precious variables saved in the cache have kept the same
2543 ac_cache_corrupted=false
2544 for ac_var in $ac_precious_vars; do
2545 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2546 eval ac_new_set=\$ac_env_${ac_var}_set
2547 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2548 eval ac_new_val=\$ac_env_${ac_var}_value
2549 case $ac_old_set,$ac_new_set in
2551 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&5
2552 $as_echo "$as_me: error
: \
`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2553 ac_cache_corrupted=: ;;
2555 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not
set in the previous run
" >&5
2556 $as_echo "$as_me: error
: \
`$ac_var' was not set in the previous run" >&2;}
2557 ac_cache_corrupted=: ;;
2560 if test "x$ac_old_val" != "x$ac_new_val"; then
2561 # differences in whitespace do not lead to failure.
2562 ac_old_val_w=`echo x
$ac_old_val`
2563 ac_new_val_w=`echo x
$ac_new_val`
2564 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2565 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2566 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run
:" >&2;}
2567 ac_cache_corrupted=:
2569 { $as_echo "$as_me:${as_lineno-$LINENO}: warning
: ignoring whitespace changes
in \
`$ac_var' since the previous run:" >&5
2570 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2571 eval $ac_var=\$ac_old_val
2573 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2574 $as_echo "$as_me: former value
: \
`$ac_old_val'" >&2;}
2575 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2576 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2579 # Pass precious variables to config.status.
2580 if test "$ac_new_set" = set; then
2582 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s
/'/'\\\\\\\\''/g
"` ;;
2583 *) ac_arg=$ac_var=$ac_new_val ;;
2585 case " $ac_configure_args " in
2586 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2587 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2591 if $ac_cache_corrupted; then
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: error
: in \
`$ac_pwd':" >&5
2593 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2594 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2595 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2596 as_fn_error $? "run \`make distclean' and
/or \
`rm $cache_file' and start over" "$LINENO" 5
2598 ## -------------------- ##
2599 ## Main body of script. ##
2600 ## -------------------- ##
2603 ac_cpp='$CPP $CPPFLAGS'
2604 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2605 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2606 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2615 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2616 if test -f "$ac_dir/install-sh"; then
2618 ac_install_sh="$ac_aux_dir/install-sh -c"
2620 elif test -f "$ac_dir/install.sh"; then
2622 ac_install_sh="$ac_aux_dir/install.sh -c"
2624 elif test -f "$ac_dir/shtool"; then
2626 ac_install_sh="$ac_aux_dir/shtool install -c"
2630 if test -z "$ac_aux_dir"; then
2631 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2634 # These three variables are undocumented and unsupported,
2635 # and are intended to be withdrawn in a future Autoconf release.
2636 # They can cause serious problems if a builder's source tree is in a directory
2637 # whose full name contains unusual characters.
2638 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2639 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2640 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2643 # Make sure we can run config.sub.
2644 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2645 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2648 $as_echo_n "checking build system type... " >&6; }
2649 if ${ac_cv_build+:} false; then :
2650 $as_echo_n "(cached) " >&6
2652 ac_build_alias=$build_alias
2653 test "x$ac_build_alias" = x &&
2654 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2655 test "x$ac_build_alias" = x &&
2656 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2657 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2658 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2662 $as_echo "$ac_cv_build" >&6; }
2663 case $ac_cv_build in
2665 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2668 ac_save_IFS=$IFS; IFS='-'
2674 # Remember, the first character of IFS is used to create $*,
2675 # except with old shells:
2678 case $build_os in *\ *) build_os=`echo "$build_os" |
sed 's/ /-/g'`;; esac
2681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2682 $as_echo_n "checking host system type... " >&6; }
2683 if ${ac_cv_host+:} false; then :
2684 $as_echo_n "(cached) " >&6
2686 if test "x$host_alias" = x; then
2687 ac_cv_host=$ac_cv_build
2689 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2690 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2695 $as_echo "$ac_cv_host" >&6; }
2698 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2701 ac_save_IFS=$IFS; IFS='-'
2707 # Remember, the first character of IFS is used to create $*,
2708 # except with old shells:
2711 case $host_os in *\ *) host_os=`echo "$host_os" |
sed 's/ /-/g'`;; esac
2714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2715 $as_echo_n "checking target system type... " >&6; }
2716 if ${ac_cv_target+:} false; then :
2717 $as_echo_n "(cached) " >&6
2719 if test "x$target_alias" = x; then
2720 ac_cv_target=$ac_cv_host
2722 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2723 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2728 $as_echo "$ac_cv_target" >&6; }
2729 case $ac_cv_target in
2731 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2733 target=$ac_cv_target
2734 ac_save_IFS=$IFS; IFS='-'
2740 # Remember, the first character of IFS is used to create $*,
2741 # except with old shells:
2744 case $target_os in *\ *) target_os=`echo "$target_os" |
sed 's/ /-/g'`;; esac
2747 # The aliases save the names the user supplied, while $host etc.
2748 # will get canonicalized.
2749 test -n "$target_alias" &&
2750 test "$program_prefix$program_suffix$program_transform_name" = \
2752 program_prefix=${target_alias}-
2753 # Expand $ac_aux_dir to an absolute path.
2754 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2757 ac_cpp='$CPP $CPPFLAGS'
2758 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2759 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2760 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2761 if test -n "$ac_tool_prefix"; then
2762 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2763 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2765 $as_echo_n "checking for $ac_word... " >&6; }
2766 if ${ac_cv_prog_CC+:} false; then :
2767 $as_echo_n "(cached) " >&6
2769 if test -n "$CC"; then
2770 ac_cv_prog_CC="$CC" # Let the user override the test.
2772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2776 test -z "$as_dir" && as_dir=.
2777 for ac_exec_ext in '' $ac_executable_extensions; do
2778 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2779 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2780 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2790 if test -n "$CC"; then
2791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2792 $as_echo "$CC" >&6; }
2794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2795 $as_echo "no" >&6; }
2800 if test -z "$ac_cv_prog_CC"; then
2802 # Extract the first word of "gcc", so it can be a program name with args.
2803 set dummy gcc; ac_word=$2
2804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2805 $as_echo_n "checking for $ac_word... " >&6; }
2806 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2807 $as_echo_n "(cached) " >&6
2809 if test -n "$ac_ct_CC"; then
2810 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2812 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2816 test -z "$as_dir" && as_dir=.
2817 for ac_exec_ext in '' $ac_executable_extensions; do
2818 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2819 ac_cv_prog_ac_ct_CC="gcc"
2820 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2829 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2830 if test -n "$ac_ct_CC"; then
2831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2832 $as_echo "$ac_ct_CC" >&6; }
2834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2835 $as_echo "no" >&6; }
2838 if test "x$ac_ct_CC" = x; then
2841 case $cross_compiling:$ac_tool_warned in
2843 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2844 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2845 ac_tool_warned=yes ;;
2853 if test -z "$CC"; then
2854 if test -n "$ac_tool_prefix"; then
2855 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2856 set dummy ${ac_tool_prefix}cc; ac_word=$2
2857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2858 $as_echo_n "checking for $ac_word... " >&6; }
2859 if ${ac_cv_prog_CC+:} false; then :
2860 $as_echo_n "(cached) " >&6
2862 if test -n "$CC"; then
2863 ac_cv_prog_CC="$CC" # Let the user override the test.
2865 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2869 test -z "$as_dir" && as_dir=.
2870 for ac_exec_ext in '' $ac_executable_extensions; do
2871 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2872 ac_cv_prog_CC="${ac_tool_prefix}cc"
2873 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2883 if test -n "$CC"; then
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2885 $as_echo "$CC" >&6; }
2887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2888 $as_echo "no" >&6; }
2894 if test -z "$CC"; then
2895 # Extract the first word of "cc", so it can be a program name with args.
2896 set dummy cc; ac_word=$2
2897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2898 $as_echo_n "checking for $ac_word... " >&6; }
2899 if ${ac_cv_prog_CC+:} false; then :
2900 $as_echo_n "(cached) " >&6
2902 if test -n "$CC"; then
2903 ac_cv_prog_CC="$CC" # Let the user override the test.
2906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2910 test -z "$as_dir" && as_dir=.
2911 for ac_exec_ext in '' $ac_executable_extensions; do
2912 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2913 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2914 ac_prog_rejected=yes
2918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2925 if test $ac_prog_rejected = yes; then
2926 # We found a bogon in the path, so make sure we never use it.
2927 set dummy $ac_cv_prog_CC
2929 if test $# != 0; then
2930 # We chose a different compiler from the bogus one.
2931 # However, it has the same basename, so the bogon will be chosen
2932 # first if we set CC to just the basename; use the full file name.
2934 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2940 if test -n "$CC"; then
2941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2942 $as_echo "$CC" >&6; }
2944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2945 $as_echo "no" >&6; }
2950 if test -z "$CC"; then
2951 if test -n "$ac_tool_prefix"; then
2952 for ac_prog in cl.exe
2954 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2955 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2957 $as_echo_n "checking for $ac_word... " >&6; }
2958 if ${ac_cv_prog_CC+:} false; then :
2959 $as_echo_n "(cached) " >&6
2961 if test -n "$CC"; then
2962 ac_cv_prog_CC="$CC" # Let the user override the test.
2964 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2968 test -z "$as_dir" && as_dir=.
2969 for ac_exec_ext in '' $ac_executable_extensions; do
2970 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2971 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2972 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2982 if test -n "$CC"; then
2983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2984 $as_echo "$CC" >&6; }
2986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2987 $as_echo "no" >&6; }
2991 test -n "$CC" && break
2994 if test -z "$CC"; then
2996 for ac_prog in cl.exe
2998 # Extract the first word of "$ac_prog", so it can be a program name with args.
2999 set dummy $ac_prog; ac_word=$2
3000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3001 $as_echo_n "checking for $ac_word... " >&6; }
3002 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3003 $as_echo_n "(cached) " >&6
3005 if test -n "$ac_ct_CC"; then
3006 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3008 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3012 test -z "$as_dir" && as_dir=.
3013 for ac_exec_ext in '' $ac_executable_extensions; do
3014 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3015 ac_cv_prog_ac_ct_CC="$ac_prog"
3016 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3025 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3026 if test -n "$ac_ct_CC"; then
3027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3028 $as_echo "$ac_ct_CC" >&6; }
3030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3031 $as_echo "no" >&6; }
3035 test -n "$ac_ct_CC" && break
3038 if test "x$ac_ct_CC" = x; then
3041 case $cross_compiling:$ac_tool_warned in
3043 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3044 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3045 ac_tool_warned=yes ;;
3054 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3055 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3056 as_fn_error $? "no acceptable C compiler found
in \
$PATH
3057 See \
`config.log' for more details" "$LINENO" 5; }
3059 # Provide some information about the compiler.
3060 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3063 for ac_option in --version -v -V -qversion; do
3064 { { ac_try="$ac_compiler $ac_option >&5"
3066 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3067 *) ac_try_echo
=$ac_try;;
3069 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3070 $as_echo "$ac_try_echo"; } >&5
3071 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3073 if test -s conftest.err
; then
3075 ... rest of stderr output deleted ...
3076 10q' conftest.err
>conftest.er1
3077 cat conftest.er1
>&5
3079 rm -f conftest.er1 conftest.err
3080 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3081 test $ac_status = 0; }
3084 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3085 /* end confdefs.h. */
3095 ac_clean_files_save
=$ac_clean_files
3096 ac_clean_files
="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3097 # Try to create an executable without -o first, disregard a.out.
3098 # It will help us diagnose broken compilers, and finding out an intuition
3100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3101 $as_echo_n "checking whether the C compiler works... " >&6; }
3102 ac_link_default
=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3104 # The possible output files:
3105 ac_files
="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3108 for ac_file
in $ac_files
3111 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
3112 * ) ac_rmfiles
="$ac_rmfiles $ac_file";;
3117 if { { ac_try
="$ac_link_default"
3119 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3120 *) ac_try_echo=$ac_try;;
3122 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3123 $as_echo "$ac_try_echo"; } >&5
3124 (eval "$ac_link_default") 2>&5
3126 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3127 test $ac_status = 0; }; then :
3128 # Autoconf-2.13 could set the ac_cv_exeext variable to `no
'.
3129 # So ignore a value of `no', otherwise this would lead to
`EXEEXT = no'
3130 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3131 # so that the user can short-circuit this test for compilers unknown to
3133 for ac_file in $ac_files ''
3135 test -f "$ac_file" || continue
3137 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3140 # We found the default executable, but exeext='' is most
3144 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3146 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3148 # We set ac_cv_exeext here because the later test for it is not
3149 # safe: cross compilers may not add the suffix if given an `-o'
3150 # argument, so we may need to know it at that point already.
3151 # Even if this section looks crufty: it has the advantage of
3158 test "$ac_cv_exeext" = no && ac_cv_exeext=
3163 if test -z "$ac_file"; then :
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3165 $as_echo "no" >&6; }
3166 $as_echo "$as_me: failed program was:" >&5
3167 sed 's
/^
/|
/' conftest.$ac_ext >&5
3169 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3170 $as_echo "$as_me: error
: in \
`$ac_pwd':" >&2;}
3171 as_fn_error 77 "C compiler cannot create executables
3172 See \`config.log
' for more details" "$LINENO" 5; }
3174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3175 $as_echo "yes" >&6; }
3177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3178 $as_echo_n "checking for C compiler default output file name... " >&6; }
3179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3180 $as_echo "$ac_file" >&6; }
3181 ac_exeext=$ac_cv_exeext
3183 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3184 ac_clean_files=$ac_clean_files_save
3185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3186 $as_echo_n "checking for suffix of executables... " >&6; }
3187 if { { ac_try="$ac_link"
3189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3190 *) ac_try_echo=$ac_try;;
3192 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3193 $as_echo "$ac_try_echo"; } >&5
3194 (eval "$ac_link") 2>&5
3196 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3197 test $ac_status = 0; }; then :
3198 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
3199 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
3200 # work properly (i.e., refer to `conftest.exe
'), while it won't with
3202 for ac_file
in conftest.exe conftest conftest.
*; do
3203 test -f "$ac_file" ||
continue
3205 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
3206 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
3212 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3213 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3214 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
3215 See \`config.log' for more details" "$LINENO" 5; }
3217 rm -f conftest conftest
$ac_cv_exeext
3218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3219 $as_echo "$ac_cv_exeext" >&6; }
3221 rm -f conftest.
$ac_ext
3222 EXEEXT
=$ac_cv_exeext
3224 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3225 /* end confdefs.h. */
3230 FILE *f = fopen ("conftest.out", "w");
3231 return ferror (f) || fclose (f) != 0;
3237 ac_clean_files
="$ac_clean_files conftest.out"
3238 # Check that the compiler produces executables we can run. If not, either
3239 # the compiler is broken, or we cross compile.
3240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3241 $as_echo_n "checking whether we are cross compiling... " >&6; }
3242 if test "$cross_compiling" != yes; then
3243 { { ac_try
="$ac_link"
3245 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3246 *) ac_try_echo=$ac_try;;
3248 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3249 $as_echo "$ac_try_echo"; } >&5
3250 (eval "$ac_link") 2>&5
3252 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3253 test $ac_status = 0; }
3254 if { ac_try='./conftest$ac_cv_exeext'
3255 { { case "(($ac_try" in
3256 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3257 *) ac_try_echo
=$ac_try;;
3259 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3260 $as_echo "$ac_try_echo"; } >&5
3261 (eval "$ac_try") 2>&5
3263 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3264 test $ac_status = 0; }; }; then
3267 if test "$cross_compiling" = maybe
; then
3270 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3271 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3272 as_fn_error $?
"cannot run C compiled programs.
3273 If you meant to cross compile, use \`--host'.
3274 See \`config.log' for more details" "$LINENO" 5; }
3278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3279 $as_echo "$cross_compiling" >&6; }
3281 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
3282 ac_clean_files
=$ac_clean_files_save
3283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3284 $as_echo_n "checking for suffix of object files... " >&6; }
3285 if ${ac_cv_objext+:} false
; then :
3286 $as_echo_n "(cached) " >&6
3288 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
3289 /* end confdefs.h. */
3299 rm -f conftest.o conftest.obj
3300 if { { ac_try
="$ac_compile"
3302 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3303 *) ac_try_echo=$ac_try;;
3305 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3306 $as_echo "$ac_try_echo"; } >&5
3307 (eval "$ac_compile") 2>&5
3309 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3310 test $ac_status = 0; }; then :
3311 for ac_file in conftest.o conftest.obj conftest.*; do
3312 test -f "$ac_file" || continue;
3314 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3315 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3320 $as_echo "$as_me: failed program was:" >&5
3321 sed 's/^/| /' conftest.$ac_ext >&5
3323 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3324 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3325 as_fn_error $? "cannot compute suffix of object files
: cannot compile
3326 See \
`config.log' for more details" "$LINENO" 5; }
3328 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3331 $as_echo "$ac_cv_objext" >&6; }
3332 OBJEXT=$ac_cv_objext
3334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3335 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3336 if ${ac_cv_c_compiler_gnu+:} false; then :
3337 $as_echo_n "(cached) " >&6
3339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3340 /* end confdefs.h. */
3353 if ac_fn_c_try_compile "$LINENO"; then :
3358 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3359 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3363 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3364 if test $ac_compiler_gnu = yes; then
3369 ac_test_CFLAGS=${CFLAGS+set}
3370 ac_save_CFLAGS=$CFLAGS
3371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3372 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3373 if ${ac_cv_prog_cc_g+:} false; then :
3374 $as_echo_n "(cached) " >&6
3376 ac_save_c_werror_flag=$ac_c_werror_flag
3377 ac_c_werror_flag=yes
3380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3381 /* end confdefs.h. */
3391 if ac_fn_c_try_compile "$LINENO"; then :
3395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3396 /* end confdefs.h. */
3406 if ac_fn_c_try_compile "$LINENO"; then :
3409 ac_c_werror_flag=$ac_save_c_werror_flag
3411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3412 /* end confdefs.h. */
3422 if ac_fn_c_try_compile "$LINENO"; then :
3425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3427 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3430 ac_c_werror_flag=$ac_save_c_werror_flag
3432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3433 $as_echo "$ac_cv_prog_cc_g" >&6; }
3434 if test "$ac_test_CFLAGS" = set; then
3435 CFLAGS=$ac_save_CFLAGS
3436 elif test $ac_cv_prog_cc_g = yes; then
3437 if test "$GCC" = yes; then
3443 if test "$GCC" = yes; then
3449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3450 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3451 if ${ac_cv_prog_cc_c89+:} false; then :
3452 $as_echo_n "(cached) " >&6
3454 ac_cv_prog_cc_c89=no
3456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3457 /* end confdefs.h. */
3461 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3462 struct buf { int x; };
3463 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3464 static char *e (p, i)
3470 static char *f (char * (*g) (char **, int), char **p, ...)
3475 s = g (p, va_arg (v,int));
3480 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3481 function prototypes and stuff, but not '\xHH' hex character constants.
3482 These don't provoke an error unfortunately, instead are silently treated
3483 as 'x'. The following induces an error, until -std is added to get
3484 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3485 array size at least. It's necessary to write '\x00'==0 to get something
3486 that's true only with -std. */
3487 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3489 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3490 inside strings and character constants. */
3492 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3494 int test (int i, double x);
3495 struct s1 {int (*f) (int a);};
3496 struct s2 {int (*f) (double a);};
3497 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3503 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3508 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3509 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3511 CC="$ac_save_CC $ac_arg"
3512 if ac_fn_c_try_compile "$LINENO"; then :
3513 ac_cv_prog_cc_c89=$ac_arg
3515 rm -f core conftest.err conftest.$ac_objext
3516 test "x$ac_cv_prog_cc_c89" != "xno" && break
3518 rm -f conftest.$ac_ext
3523 case "x$ac_cv_prog_cc_c89" in
3525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3526 $as_echo "none needed" >&6; } ;;
3528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3529 $as_echo "unsupported" >&6; } ;;
3531 CC="$CC $ac_cv_prog_cc_c89"
3532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3533 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3535 if test "x$ac_cv_prog_cc_c89" != xno; then :
3540 ac_cpp='$CPP $CPPFLAGS'
3541 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3542 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3543 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3546 ac_cpp='$CPP $CPPFLAGS'
3547 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3548 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3549 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3551 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3552 if ${am_cv_prog_cc_c_o+:} false; then :
3553 $as_echo_n "(cached) " >&6
3555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3556 /* end confdefs.h. */
3566 # Make sure it works both with $CC and with simple cc.
3567 # Following AC_PROG_CC_C_O, we do the test twice because some
3568 # compilers refuse to overwrite an existing .o file with -o,
3569 # though they will create one.
3570 am_cv_prog_cc_c_o=yes
3572 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3573 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3576 (exit $ac_status); } \
3577 && test -f conftest2.$ac_objext; then
3580 am_cv_prog_cc_c_o=no
3584 rm -f core conftest*
3587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3588 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3589 if test "$am_cv_prog_cc_c_o" != yes; then
3590 # Losing compiler, so override with the script.
3591 # FIXME: It is wrong to rewrite CC.
3592 # But if we don't then we get into trouble of one sort or another.
3593 # A longer-term fix would be to have automake use am__CC in this case,
3594 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3595 CC="$am_aux_dir/compile $CC"
3598 ac_cpp='$CPP $CPPFLAGS'
3599 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3600 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3601 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3606 $as_echo_n "checking for library containing strerror... " >&6; }
3607 if ${ac_cv_search_strerror+:} false; then :
3608 $as_echo_n "(cached) " >&6
3610 ac_func_search_save_LIBS=$LIBS
3611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3612 /* end confdefs.h. */
3614 /* Override any GCC internal prototype to avoid an error.
3615 Use char because int might match the return type of a GCC
3616 builtin and then its argument prototype would still apply. */
3629 for ac_lib in '' cposix; do
3630 if test -z "$ac_lib"; then
3631 ac_res="none required"
3634 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3636 if ac_fn_c_try_link "$LINENO"; then :
3637 ac_cv_search_strerror=$ac_res
3639 rm -f core conftest.err conftest.$ac_objext \
3641 if ${ac_cv_search_strerror+:} false; then :
3645 if ${ac_cv_search_strerror+:} false; then :
3648 ac_cv_search_strerror=no
3651 LIBS=$ac_func_search_save_LIBS
3653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3654 $as_echo "$ac_cv_search_strerror" >&6; }
3655 ac_res=$ac_cv_search_strerror
3656 if test "$ac_res" != no; then :
3657 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3662 am__api_version='1.15'
3664 # Find a good install program. We prefer a C program (faster),
3665 # so one script is as good as another. But avoid the broken or
3666 # incompatible versions:
3667 # SysV /etc/install, /usr/sbin/install
3668 # SunOS /usr/etc/install
3669 # IRIX /sbin/install
3671 # AmigaOS /C/install, which installs bootblocks on floppy discs
3672 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3673 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3674 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3675 # OS/2's system install, which has a completely different semantic
3676 # ./install, which can be erroneously created by make from ./install.sh.
3677 # Reject install programs that cannot install multiple files.
3678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3679 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3680 if test -z "$INSTALL"; then
3681 if ${ac_cv_path_install+:} false; then :
3682 $as_echo_n "(cached) " >&6
3684 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3688 test -z "$as_dir" && as_dir=.
3689 # Account for people who put trailing slashes in PATH elements.
3690 case $as_dir/ in #((
3691 ./ | .// | /[cC]/* | \
3692 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3693 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3696 # OSF1 and SCO ODT 3.0 have their own names for install.
3697 # Don't use installbsd from OSF since it installs stuff as root
3699 for ac_prog in ginstall scoinst install; do
3700 for ac_exec_ext in '' $ac_executable_extensions; do
3701 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3702 if test $ac_prog = install &&
3703 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3704 # AIX install. It has an incompatible calling convention.
3706 elif test $ac_prog = install &&
3707 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3708 # program-specific install script used by HP pwplus--don't use.
3711 rm -rf conftest.one conftest.two conftest.dir
3712 echo one > conftest.one
3713 echo two > conftest.two
3715 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3716 test -s conftest.one && test -s conftest.two &&
3717 test -s conftest.dir/conftest.one &&
3718 test -s conftest.dir/conftest.two
3720 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3733 rm -rf conftest.one conftest.two conftest.dir
3736 if test "${ac_cv_path_install+set}" = set; then
3737 INSTALL=$ac_cv_path_install
3739 # As a last resort, use the slow shell script. Don't cache a
3740 # value for INSTALL within a source directory, because that will
3741 # break other packages using the cache if that directory is
3742 # removed, or if the value is a relative name.
3743 INSTALL=$ac_install_sh
3746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3747 $as_echo "$INSTALL" >&6; }
3749 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3750 # It thinks the first close brace ends the variable substitution.
3751 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3753 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3755 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3758 $as_echo_n "checking whether build environment is sane... " >&6; }
3759 # Reject unsafe characters in $srcdir or the absolute working directory
3760 # name. Accept space and tab only in the latter.
3764 *[\\\"\#\$\&\'\`$am_lf]*)
3765 as_fn_error $?
"unsafe absolute working directory name" "$LINENO" 5;;
3768 *[\\\"\
#\$\&\'\`$am_lf\ \ ]*)
3769 as_fn_error $?
"unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3772 # Do 'set' in a subshell so we don't clobber the current shell's
3773 # arguments. Must try -L first in case configure is actually a
3774 # symlink; some systems play weird games with the mod time of symlinks
3775 # (eg FreeBSD returns the mod time of the symlink's containing
3779 for am_try
in 1 2; do
3780 echo "timestamp, slept: $am_has_slept" > conftest.
file
3781 set X
`ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3782 if test "$*" = "X"; then
3784 set X
`ls -t "$srcdir/configure" conftest.file`
3786 if test "$*" != "X $srcdir/configure conftest.file" \
3787 && test "$*" != "X conftest.file $srcdir/configure"; then
3789 # If neither matched, then we have a broken ls. This can happen
3790 # if, for instance, CONFIG_SHELL is bash and it inherits a
3791 # broken ls alias from the environment. This has actually
3792 # happened. Such a system could not be considered "sane".
3793 as_fn_error $?
"ls -t appears to fail. Make sure there is not a broken
3794 alias in your environment" "$LINENO" 5
3796 if test "$2" = conftest.
file ||
test $am_try -eq 2; then
3803 test "$2" = conftest.
file
3809 as_fn_error $?
"newly created file is older than distributed files!
3810 Check your system clock" "$LINENO" 5
3812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3813 $as_echo "yes" >&6; }
3814 # If we didn't sleep, we still need to ensure time stamps of config.status and
3815 # generated files are strictly newer.
3817 if grep 'slept: no' conftest.
file >/dev
/null
2>&1; then
3824 test "$program_prefix" != NONE
&&
3825 program_transform_name
="s&^&$program_prefix&;$program_transform_name"
3826 # Use a double $ so make ignores it.
3827 test "$program_suffix" != NONE
&&
3828 program_transform_name
="s&\$&$program_suffix&;$program_transform_name"
3829 # Double any \ or $.
3830 # By default was `s,x,x', remove it if useless.
3831 ac_script
='s/[\\$]/&&/g;s/;s,x,x,$//'
3832 program_transform_name
=`$as_echo "$program_transform_name" | sed "$ac_script"`
3834 if test x
"${MISSING+set}" != xset
; then
3837 MISSING
="\${SHELL} \"$am_aux_dir/missing\"" ;;
3839 MISSING
="\${SHELL} $am_aux_dir/missing" ;;
3842 # Use eval to expand $SHELL
3843 if eval "$MISSING --is-lightweight"; then
3844 am_missing_run
="$MISSING "
3847 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3848 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3851 if test x
"${install_sh+set}" != xset
; then
3854 install_sh
="\${SHELL} '$am_aux_dir/install-sh'" ;;
3856 install_sh
="\${SHELL} $am_aux_dir/install-sh"
3860 # Installed binaries are usually stripped using 'strip' when the user
3861 # run "make install-strip". However 'strip' might not be the right
3862 # tool to use in cross-compilation environments, therefore Automake
3863 # will honor the 'STRIP' environment variable to overrule this program.
3864 if test "$cross_compiling" != no
; then
3865 if test -n "$ac_tool_prefix"; then
3866 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3867 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
3868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3869 $as_echo_n "checking for $ac_word... " >&6; }
3870 if ${ac_cv_prog_STRIP+:} false
; then :
3871 $as_echo_n "(cached) " >&6
3873 if test -n "$STRIP"; then
3874 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
3876 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3880 test -z "$as_dir" && as_dir
=.
3881 for ac_exec_ext
in '' $ac_executable_extensions; do
3882 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3883 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
3884 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3893 STRIP
=$ac_cv_prog_STRIP
3894 if test -n "$STRIP"; then
3895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3896 $as_echo "$STRIP" >&6; }
3898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3899 $as_echo "no" >&6; }
3904 if test -z "$ac_cv_prog_STRIP"; then
3906 # Extract the first word of "strip", so it can be a program name with args.
3907 set dummy strip
; ac_word
=$2
3908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3909 $as_echo_n "checking for $ac_word... " >&6; }
3910 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
3911 $as_echo_n "(cached) " >&6
3913 if test -n "$ac_ct_STRIP"; then
3914 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
3916 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3920 test -z "$as_dir" && as_dir
=.
3921 for ac_exec_ext
in '' $ac_executable_extensions; do
3922 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3923 ac_cv_prog_ac_ct_STRIP
="strip"
3924 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3933 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
3934 if test -n "$ac_ct_STRIP"; then
3935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3936 $as_echo "$ac_ct_STRIP" >&6; }
3938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3939 $as_echo "no" >&6; }
3942 if test "x$ac_ct_STRIP" = x
; then
3945 case $cross_compiling:$ac_tool_warned in
3947 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3948 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3949 ac_tool_warned
=yes ;;
3954 STRIP
="$ac_cv_prog_STRIP"
3958 INSTALL_STRIP_PROGRAM
="\$(install_sh) -c -s"
3960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3961 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3962 if test -z "$MKDIR_P"; then
3963 if ${ac_cv_path_mkdir+:} false
; then :
3964 $as_echo_n "(cached) " >&6
3966 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3967 for as_dir
in $PATH$PATH_SEPARATOR/opt
/sfw
/bin
3970 test -z "$as_dir" && as_dir
=.
3971 for ac_prog
in mkdir gmkdir
; do
3972 for ac_exec_ext
in '' $ac_executable_extensions; do
3973 as_fn_executable_p
"$as_dir/$ac_prog$ac_exec_ext" ||
continue
3974 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3975 'mkdir (GNU coreutils) '* | \
3976 'mkdir (coreutils) '* | \
3977 'mkdir (fileutils) '4.1*)
3978 ac_cv_path_mkdir
=$as_dir/$ac_prog$ac_exec_ext
3988 test -d .
/--version && rmdir .
/--version
3989 if test "${ac_cv_path_mkdir+set}" = set; then
3990 MKDIR_P
="$ac_cv_path_mkdir -p"
3992 # As a last resort, use the slow shell script. Don't cache a
3993 # value for MKDIR_P within a source directory, because that will
3994 # break other packages using the cache if that directory is
3995 # removed, or if the value is a relative name.
3996 MKDIR_P
="$ac_install_sh -d"
3999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
4000 $as_echo "$MKDIR_P" >&6; }
4002 for ac_prog
in gawk mawk nawk
awk
4004 # Extract the first word of "$ac_prog", so it can be a program name with args.
4005 set dummy
$ac_prog; ac_word
=$2
4006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4007 $as_echo_n "checking for $ac_word... " >&6; }
4008 if ${ac_cv_prog_AWK+:} false
; then :
4009 $as_echo_n "(cached) " >&6
4011 if test -n "$AWK"; then
4012 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
4014 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4018 test -z "$as_dir" && as_dir
=.
4019 for ac_exec_ext
in '' $ac_executable_extensions; do
4020 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4021 ac_cv_prog_AWK
="$ac_prog"
4022 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4032 if test -n "$AWK"; then
4033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
4034 $as_echo "$AWK" >&6; }
4036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4037 $as_echo "no" >&6; }
4041 test -n "$AWK" && break
4044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4045 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4047 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4048 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
4049 $as_echo_n "(cached) " >&6
4051 cat >conftest.
make <<\_ACEOF
4054 @
echo '@@@%%%=$(MAKE)=@@@%%%'
4056 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4057 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4059 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
4061 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
4065 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
4066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4067 $as_echo "yes" >&6; }
4070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4071 $as_echo "no" >&6; }
4072 SET_MAKE
="MAKE=${MAKE-make}"
4075 rm -rf .tst
2>/dev
/null
4076 mkdir .tst
2>/dev
/null
4077 if test -d .tst
; then
4082 rmdir .tst
2>/dev
/null
4084 DEPDIR
="${am__leading_dot}deps"
4086 ac_config_commands
="$ac_config_commands depfiles"
4089 am_make
=${MAKE-make}
4090 cat > confinc
<< 'END'
4092 @
echo this is the am__doit target
4095 # If we don't find an include directive, just comment out the code.
4096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4097 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4101 # First try GNU make style include.
4102 echo "include confinc" > confmf
4103 # Ignore all kinds of additional output from 'make'.
4104 case `$am_make -s -f confmf 2> /dev/null` in #(
4105 *the\ am__doit\ target
*)
4111 # Now try BSD make style include.
4112 if test "$am__include" = "#"; then
4113 echo '.include "confinc"' > confmf
4114 case `$am_make -s -f confmf 2> /dev/null` in #(
4115 *the\ am__doit\ target
*)
4116 am__include
=.include
4124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4125 $as_echo "$_am_result" >&6; }
4126 rm -f confinc confmf
4128 # Check whether --enable-dependency-tracking was given.
4129 if test "${enable_dependency_tracking+set}" = set; then :
4130 enableval
=$enable_dependency_tracking;
4133 if test "x$enable_dependency_tracking" != xno
; then
4134 am_depcomp
="$ac_aux_dir/depcomp"
4138 if test "x$enable_dependency_tracking" != xno; then
4147 # Check whether --enable-silent-rules was given.
4148 if test "${enable_silent_rules+set}" = set; then :
4149 enableval
=$enable_silent_rules;
4152 case $enable_silent_rules in # (((
4153 yes) AM_DEFAULT_VERBOSITY
=0;;
4154 no
) AM_DEFAULT_VERBOSITY
=1;;
4155 *) AM_DEFAULT_VERBOSITY
=1;;
4157 am_make
=${MAKE-make}
4158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
4159 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
4160 if ${am_cv_make_support_nested_variables+:} false
; then :
4161 $as_echo_n "(cached) " >&6
4163 if $as_echo 'TRUE=$(BAR$(V))
4169 .PHONY: am__doit' |
$am_make -f - >/dev
/null
2>&1; then
4170 am_cv_make_support_nested_variables
=yes
4172 am_cv_make_support_nested_variables
=no
4175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
4176 $as_echo "$am_cv_make_support_nested_variables" >&6; }
4177 if test $am_cv_make_support_nested_variables = yes; then
4179 AM_DEFAULT_V
='$(AM_DEFAULT_VERBOSITY)'
4181 AM_V
=$AM_DEFAULT_VERBOSITY
4182 AM_DEFAULT_V
=$AM_DEFAULT_VERBOSITY
4186 if test "`cd $srcdir && pwd`" != "`pwd`"; then
4187 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4188 # is not polluted with repeated "-I."
4189 am__isrc
=' -I$(srcdir)'
4190 # test to see if srcdir already configured
4191 if test -f $srcdir/config.status
; then
4192 as_fn_error $?
"source directory already configured; run \"make distclean\" there first" "$LINENO" 5
4196 # test whether we have cygpath
4197 if test -z "$CYGPATH_W"; then
4198 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
4199 CYGPATH_W
='cygpath -w'
4206 # Define the identity of the package.
4211 cat >>confdefs.h
<<_ACEOF
4212 #define PACKAGE "$PACKAGE"
4216 cat >>confdefs.h
<<_ACEOF
4217 #define VERSION "$VERSION"
4220 # Some tools Automake needs.
4222 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4225 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
4228 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4231 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
4234 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
4236 # For better backward compatibility. To be removed once Automake 1.9.x
4237 # dies out for good. For more background, see:
4238 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
4239 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
4240 mkdir_p
='$(MKDIR_P)'
4242 # We need awk for the "check" target (and possibly the TAP driver). The
4243 # system "awk" is bad on some platforms.
4244 # Always define AMTAR for backward compatibility. Yes, it's still used
4245 # in the wild :-( We should find a proper way to deprecate it ...
4249 # We'll loop over all known methods to create a tar archive until one works.
4250 _am_tools
='gnutar pax cpio none'
4252 am__tar
='$${TAR-tar} chof - "$$tardir"' am__untar
='$${TAR-tar} xf -'
4258 depcc
="$CC" am_compiler_list
=
4260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4261 $as_echo_n "checking dependency style of $depcc... " >&6; }
4262 if ${am_cv_CC_dependencies_compiler_type+:} false
; then :
4263 $as_echo_n "(cached) " >&6
4265 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4266 # We make a subdir and do the tests there. Otherwise we can end up
4267 # making bogus files that we don't know about and never remove. For
4268 # instance it was reported that on HP-UX the gcc test will end up
4269 # making a dummy file named 'D' -- because '-MD' means "put the output
4273 # Copy depcomp to subdir because otherwise we won't find it if we're
4274 # using a relative directory.
4275 cp "$am_depcomp" conftest.dir
4277 # We will build objects and dependencies in a subdirectory because
4278 # it helps to detect inapplicable dependency modes. For instance
4279 # both Tru64's cc and ICC support -MD to output dependencies as a
4280 # side effect of compilation, but ICC will put the dependencies in
4281 # the current directory while Tru64 will put them in the object
4285 am_cv_CC_dependencies_compiler_type
=none
4286 if test "$am_compiler_list" = ""; then
4287 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4290 case " $depcc " in #(
4291 *\
-arch\
*\
-arch\
*) am__universal
=true
;;
4294 for depmode
in $am_compiler_list; do
4295 # Setup a source with many dependencies, because some compilers
4296 # like to wrap large dependency lists on column 80 (with \), and
4297 # we should not choose a depcomp mode which is confused by this.
4299 # We need to recreate these files for each test, as the compiler may
4300 # overwrite some of them when testing with obscure command lines.
4301 # This happens at least with the AIX C compiler.
4303 for i
in 1 2 3 4 5 6; do
4304 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
4305 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4306 # Solaris 10 /bin/sh.
4307 echo '/* dummy */' > sub
/conftst
$i.h
4309 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4311 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4312 # mode. It turns out that the SunPro C++ compiler does not properly
4313 # handle '-M -o', and we need to detect this. Also, some Intel
4314 # versions had trouble with output in subdirs.
4315 am__obj
=sub
/conftest.
${OBJEXT-o}
4316 am__minus_obj
="-o $am__obj"
4319 # This depmode causes a compiler race in universal mode.
4320 test "$am__universal" = false ||
continue
4323 # After this tag, mechanisms are not by side-effect, so they'll
4324 # only be used when explicitly requested.
4325 if test "x$enable_dependency_tracking" = xyes
; then
4331 msvc7 | msvc7msys | msvisualcpp | msvcmsys
)
4332 # This compiler won't grok '-c -o', but also, the minuso test has
4333 # not run yet. These depmodes are late enough in the game, and
4334 # so weak that their functioning should not be impacted.
4335 am__obj
=conftest.
${OBJEXT-o}
4340 if depmode
=$depmode \
4341 source=sub
/conftest.c object
=$am__obj \
4342 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
4343 $SHELL .
/depcomp
$depcc -c $am__minus_obj sub
/conftest.c \
4344 >/dev
/null
2>conftest.err
&&
4345 grep sub
/conftst1.h sub
/conftest.Po
> /dev
/null
2>&1 &&
4346 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
4347 grep $am__obj sub
/conftest.Po
> /dev
/null
2>&1 &&
4348 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
4349 # icc doesn't choke on unknown options, it will just issue warnings
4350 # or remarks (even with -Werror). So we grep stderr for any message
4351 # that says an option was ignored or not supported.
4352 # When given -MP, icc 7.0 and 7.1 complain thusly:
4353 # icc: Command line warning: ignoring option '-M'; no argument required
4354 # The diagnosis changed in icc 8.0:
4355 # icc: Command line remark: option '-MP' not supported
4356 if (grep 'ignoring option' conftest.err ||
4357 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
4358 am_cv_CC_dependencies_compiler_type
=$depmode
4367 am_cv_CC_dependencies_compiler_type
=none
4371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4372 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4373 CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
4376 test "x$enable_dependency_tracking" != xno \
4377 && test "$am_cv_CC_dependencies_compiler_type" = gcc3
; then
4379 am__fastdepCC_FALSE
='#'
4381 am__fastdepCC_TRUE
='#'
4382 am__fastdepCC_FALSE
=
4387 # POSIX will say in a future version that running "rm -f" with no argument
4388 # is OK; and we want to be able to make that assumption in our Makefile
4389 # recipes. So use an aggressive probe to check that the usage we want is
4390 # actually supported "in the wild" to an acceptable degree.
4391 # See automake bug#10828.
4392 # To make any issue more visible, cause the running configure to be aborted
4393 # by default if the 'rm' program in use doesn't match our expectations; the
4394 # user can still override this though.
4395 if rm -f && rm -fr && rm -rf; then : OK
; else
4399 Your 'rm' program seems unable to run without file operands specified
4400 on the command line, even when the '-f' option is present. This is contrary
4401 to the behaviour of most rm programs out there, and not conforming with
4402 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4404 Please tell bug-automake@gnu.org about your system, including the value
4405 of your $PATH and any error possibly output before this message. This
4406 can help us improve future automake versions.
4409 if test x
"$ACCEPT_INFERIOR_RM_PROGRAM" = x
"yes"; then
4410 echo 'Configuration will proceed anyway, since you have set the' >&2
4411 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4415 Aborting the configuration process, to ensure you take notice of the issue.
4417 You can download and install GNU coreutils to get an 'rm' implementation
4418 that behaves properly: <http://www.gnu.org/software/coreutils/>.
4420 If you want to complete the configuration process using your problematic
4421 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4422 to "yes", and re-run configure.
4425 as_fn_error $?
"Your 'rm' program is bad, sorry." "$LINENO" 5
4431 ac_cpp
='$CPP $CPPFLAGS'
4432 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4433 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4434 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4435 if test -n "$ac_tool_prefix"; then
4436 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4437 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
4438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4439 $as_echo_n "checking for $ac_word... " >&6; }
4440 if ${ac_cv_prog_CC+:} false
; then :
4441 $as_echo_n "(cached) " >&6
4443 if test -n "$CC"; then
4444 ac_cv_prog_CC
="$CC" # Let the user override the test.
4446 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4450 test -z "$as_dir" && as_dir
=.
4451 for ac_exec_ext
in '' $ac_executable_extensions; do
4452 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4453 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
4454 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4464 if test -n "$CC"; then
4465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4466 $as_echo "$CC" >&6; }
4468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4469 $as_echo "no" >&6; }
4474 if test -z "$ac_cv_prog_CC"; then
4476 # Extract the first word of "gcc", so it can be a program name with args.
4477 set dummy gcc
; ac_word
=$2
4478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4479 $as_echo_n "checking for $ac_word... " >&6; }
4480 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4481 $as_echo_n "(cached) " >&6
4483 if test -n "$ac_ct_CC"; then
4484 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4486 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4490 test -z "$as_dir" && as_dir
=.
4491 for ac_exec_ext
in '' $ac_executable_extensions; do
4492 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4493 ac_cv_prog_ac_ct_CC
="gcc"
4494 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4503 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4504 if test -n "$ac_ct_CC"; then
4505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4506 $as_echo "$ac_ct_CC" >&6; }
4508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4509 $as_echo "no" >&6; }
4512 if test "x$ac_ct_CC" = x
; then
4515 case $cross_compiling:$ac_tool_warned in
4517 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4518 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4519 ac_tool_warned
=yes ;;
4527 if test -z "$CC"; then
4528 if test -n "$ac_tool_prefix"; then
4529 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4530 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
4531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4532 $as_echo_n "checking for $ac_word... " >&6; }
4533 if ${ac_cv_prog_CC+:} false
; then :
4534 $as_echo_n "(cached) " >&6
4536 if test -n "$CC"; then
4537 ac_cv_prog_CC
="$CC" # Let the user override the test.
4539 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4543 test -z "$as_dir" && as_dir
=.
4544 for ac_exec_ext
in '' $ac_executable_extensions; do
4545 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4546 ac_cv_prog_CC
="${ac_tool_prefix}cc"
4547 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4557 if test -n "$CC"; then
4558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4559 $as_echo "$CC" >&6; }
4561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4562 $as_echo "no" >&6; }
4568 if test -z "$CC"; then
4569 # Extract the first word of "cc", so it can be a program name with args.
4570 set dummy cc
; ac_word
=$2
4571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4572 $as_echo_n "checking for $ac_word... " >&6; }
4573 if ${ac_cv_prog_CC+:} false
; then :
4574 $as_echo_n "(cached) " >&6
4576 if test -n "$CC"; then
4577 ac_cv_prog_CC
="$CC" # Let the user override the test.
4580 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4584 test -z "$as_dir" && as_dir
=.
4585 for ac_exec_ext
in '' $ac_executable_extensions; do
4586 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4587 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4588 ac_prog_rejected
=yes
4592 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4599 if test $ac_prog_rejected = yes; then
4600 # We found a bogon in the path, so make sure we never use it.
4601 set dummy
$ac_cv_prog_CC
4603 if test $# != 0; then
4604 # We chose a different compiler from the bogus one.
4605 # However, it has the same basename, so the bogon will be chosen
4606 # first if we set CC to just the basename; use the full file name.
4608 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
4614 if test -n "$CC"; then
4615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4616 $as_echo "$CC" >&6; }
4618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4619 $as_echo "no" >&6; }
4624 if test -z "$CC"; then
4625 if test -n "$ac_tool_prefix"; then
4626 for ac_prog
in cl.exe
4628 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4629 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4631 $as_echo_n "checking for $ac_word... " >&6; }
4632 if ${ac_cv_prog_CC+:} false
; then :
4633 $as_echo_n "(cached) " >&6
4635 if test -n "$CC"; then
4636 ac_cv_prog_CC
="$CC" # Let the user override the test.
4638 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4642 test -z "$as_dir" && as_dir
=.
4643 for ac_exec_ext
in '' $ac_executable_extensions; do
4644 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4645 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
4646 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4656 if test -n "$CC"; then
4657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4658 $as_echo "$CC" >&6; }
4660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4661 $as_echo "no" >&6; }
4665 test -n "$CC" && break
4668 if test -z "$CC"; then
4670 for ac_prog
in cl.exe
4672 # Extract the first word of "$ac_prog", so it can be a program name with args.
4673 set dummy
$ac_prog; ac_word
=$2
4674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4675 $as_echo_n "checking for $ac_word... " >&6; }
4676 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
4677 $as_echo_n "(cached) " >&6
4679 if test -n "$ac_ct_CC"; then
4680 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
4682 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4686 test -z "$as_dir" && as_dir
=.
4687 for ac_exec_ext
in '' $ac_executable_extensions; do
4688 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4689 ac_cv_prog_ac_ct_CC
="$ac_prog"
4690 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4699 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
4700 if test -n "$ac_ct_CC"; then
4701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4702 $as_echo "$ac_ct_CC" >&6; }
4704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4705 $as_echo "no" >&6; }
4709 test -n "$ac_ct_CC" && break
4712 if test "x$ac_ct_CC" = x
; then
4715 case $cross_compiling:$ac_tool_warned in
4717 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4718 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4719 ac_tool_warned
=yes ;;
4728 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4729 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4730 as_fn_error $?
"no acceptable C compiler found in \$PATH
4731 See \`config.log' for more details" "$LINENO" 5; }
4733 # Provide some information about the compiler.
4734 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4737 for ac_option
in --version -v -V -qversion; do
4738 { { ac_try
="$ac_compiler $ac_option >&5"
4740 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4741 *) ac_try_echo=$ac_try;;
4743 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4744 $as_echo "$ac_try_echo"; } >&5
4745 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4747 if test -s conftest.err; then
4749 ... rest of stderr output deleted ...
4750 10q' conftest.err >conftest.er1
4751 cat conftest.er1 >&5
4753 rm -f conftest.er1 conftest.err
4754 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4755 test $ac_status = 0; }
4758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4759 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4760 if ${ac_cv_c_compiler_gnu+:} false; then :
4761 $as_echo_n "(cached) " >&6
4763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4764 /* end confdefs.h. */
4777 if ac_fn_c_try_compile "$LINENO"; then :
4782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4783 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4787 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4788 if test $ac_compiler_gnu = yes; then
4793 ac_test_CFLAGS=${CFLAGS+set}
4794 ac_save_CFLAGS=$CFLAGS
4795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4796 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4797 if ${ac_cv_prog_cc_g+:} false; then :
4798 $as_echo_n "(cached) " >&6
4800 ac_save_c_werror_flag=$ac_c_werror_flag
4801 ac_c_werror_flag=yes
4804 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4805 /* end confdefs.h. */
4815 if ac_fn_c_try_compile "$LINENO"; then :
4819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4820 /* end confdefs.h. */
4830 if ac_fn_c_try_compile "$LINENO"; then :
4833 ac_c_werror_flag=$ac_save_c_werror_flag
4835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4836 /* end confdefs.h. */
4846 if ac_fn_c_try_compile "$LINENO"; then :
4849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4853 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4854 ac_c_werror_flag=$ac_save_c_werror_flag
4856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4857 $as_echo "$ac_cv_prog_cc_g" >&6; }
4858 if test "$ac_test_CFLAGS" = set; then
4859 CFLAGS=$ac_save_CFLAGS
4860 elif test $ac_cv_prog_cc_g = yes; then
4861 if test "$GCC" = yes; then
4867 if test "$GCC" = yes; then
4873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4874 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4875 if ${ac_cv_prog_cc_c89+:} false; then :
4876 $as_echo_n "(cached) " >&6
4878 ac_cv_prog_cc_c89=no
4880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4881 /* end confdefs.h. */
4885 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4886 struct buf { int x; };
4887 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4888 static char *e (p, i)
4894 static char *f (char * (*g) (char **, int), char **p, ...)
4899 s = g (p, va_arg (v,int));
4904 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4905 function prototypes and stuff, but not '\xHH' hex character constants.
4906 These don't provoke an error unfortunately, instead are silently treated
4907 as 'x'. The following induces an error, until -std is added to get
4908 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4909 array size at least. It's necessary to write '\x00'==0 to get something
4910 that's true only with -std. */
4911 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4913 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4914 inside strings and character constants. */
4916 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4918 int test (int i, double x);
4919 struct s1 {int (*f) (int a);};
4920 struct s2 {int (*f) (double a);};
4921 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4927 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4932 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4933 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4935 CC="$ac_save_CC $ac_arg"
4936 if ac_fn_c_try_compile "$LINENO"; then :
4937 ac_cv_prog_cc_c89=$ac_arg
4939 rm -f core conftest.err conftest.$ac_objext
4940 test "x$ac_cv_prog_cc_c89" != "xno" && break
4942 rm -f conftest.$ac_ext
4947 case "x$ac_cv_prog_cc_c89" in
4949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4950 $as_echo "none needed" >&6; } ;;
4952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4953 $as_echo "unsupported" >&6; } ;;
4955 CC="$CC $ac_cv_prog_cc_c89"
4956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4957 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4959 if test "x$ac_cv_prog_cc_c89" != xno; then :
4964 ac_cpp='$CPP $CPPFLAGS'
4965 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4966 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4967 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4970 ac_cpp='$CPP $CPPFLAGS'
4971 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4972 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4973 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4975 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4976 if ${am_cv_prog_cc_c_o+:} false; then :
4977 $as_echo_n "(cached) " >&6
4979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4980 /* end confdefs.h. */
4990 # Make sure it works both with $CC and with simple cc.
4991 # Following AC_PROG_CC_C_O, we do the test twice because some
4992 # compilers refuse to overwrite an existing .o file with -o,
4993 # though they will create one.
4994 am_cv_prog_cc_c_o=yes
4996 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4997 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5000 (exit $ac_status); } \
5001 && test -f conftest2.$ac_objext; then
5004 am_cv_prog_cc_c_o=no
5008 rm -f core conftest*
5011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
5012 $as_echo "$am_cv_prog_cc_c_o" >&6; }
5013 if test "$am_cv_prog_cc_c_o" != yes; then
5014 # Losing compiler, so override with the script.
5015 # FIXME: It is wrong to rewrite CC.
5016 # But if we don't then we get into trouble of one sort or another.
5017 # A longer-term fix would be to have automake use am__CC in this case,
5018 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
5019 CC="$am_aux_dir/compile $CC"
5022 ac_cpp='$CPP $CPPFLAGS'
5023 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5024 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5025 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5029 ac_cpp='$CPP $CPPFLAGS'
5030 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5031 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5032 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5034 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5035 # On Suns, sometimes $CPP names a directory.
5036 if test -n "$CPP" && test -d "$CPP"; then
5039 if test -z "$CPP"; then
5040 if ${ac_cv_prog_CPP+:} false; then :
5041 $as_echo_n "(cached) " >&6
5043 # Double quotes because CPP needs to be expanded
5044 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5047 for ac_c_preproc_warn_flag in '' yes
5049 # Use a header file that comes with gcc, so configuring glibc
5050 # with a fresh cross-compiler works.
5051 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5052 # <limits.h> exists even on freestanding compilers.
5053 # On the NeXT, cc -E runs the code through the compiler's parser,
5054 # not just through cpp. "Syntax error" is here to catch this case.
5055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5056 /* end confdefs.h. */
5058 # include <limits.h>
5060 # include <assert.h>
5064 if ac_fn_c_try_cpp "$LINENO"; then :
5067 # Broken: fails on valid input.
5070 rm -f conftest.err conftest.i conftest.$ac_ext
5072 # OK, works on sane cases. Now check whether nonexistent headers
5073 # can be detected and how.
5074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5075 /* end confdefs.h. */
5076 #include <ac_nonexistent.h>
5078 if ac_fn_c_try_cpp "$LINENO"; then :
5079 # Broken: success on invalid input.
5082 # Passes both tests.
5086 rm -f conftest.err conftest.i conftest.$ac_ext
5089 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5090 rm -f conftest.i conftest.err conftest.
$ac_ext
5091 if $ac_preproc_ok; then :
5103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5104 $as_echo "$CPP" >&6; }
5106 for ac_c_preproc_warn_flag
in '' yes
5108 # Use a header file that comes with gcc, so configuring glibc
5109 # with a fresh cross-compiler works.
5110 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5111 # <limits.h> exists even on freestanding compilers.
5112 # On the NeXT, cc -E runs the code through the compiler's parser,
5113 # not just through cpp. "Syntax error" is here to catch this case.
5114 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5115 /* end confdefs.h. */
5117 # include <limits.h>
5119 # include <assert.h>
5123 if ac_fn_c_try_cpp
"$LINENO"; then :
5126 # Broken: fails on valid input.
5129 rm -f conftest.err conftest.i conftest.
$ac_ext
5131 # OK, works on sane cases. Now check whether nonexistent headers
5132 # can be detected and how.
5133 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5134 /* end confdefs.h. */
5135 #include <ac_nonexistent.h>
5137 if ac_fn_c_try_cpp
"$LINENO"; then :
5138 # Broken: success on invalid input.
5141 # Passes both tests.
5145 rm -f conftest.err conftest.i conftest.
$ac_ext
5148 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5149 rm -f conftest.i conftest.err conftest.
$ac_ext
5150 if $ac_preproc_ok; then :
5153 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5154 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5155 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
5156 See \`config.log' for more details" "$LINENO" 5; }
5160 ac_cpp
='$CPP $CPPFLAGS'
5161 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5162 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5163 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5167 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5168 if ${ac_cv_path_GREP+:} false
; then :
5169 $as_echo_n "(cached) " >&6
5171 if test -z "$GREP"; then
5172 ac_path_GREP_found
=false
5173 # Loop through the user's path and test for each of PROGNAME-LIST
5174 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5175 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5178 test -z "$as_dir" && as_dir
=.
5179 for ac_prog
in grep ggrep
; do
5180 for ac_exec_ext
in '' $ac_executable_extensions; do
5181 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5182 as_fn_executable_p
"$ac_path_GREP" ||
continue
5183 # Check for GNU ac_path_GREP and select it if it is found.
5184 # Check for GNU $ac_path_GREP
5185 case `"$ac_path_GREP" --version 2>&1` in
5187 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5190 $as_echo_n 0123456789 >"conftest.in"
5193 cat "conftest.in" "conftest.in" >"conftest.tmp"
5194 mv "conftest.tmp" "conftest.in"
5195 cp "conftest.in" "conftest.nl"
5196 $as_echo 'GREP' >> "conftest.nl"
5197 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5198 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5199 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5200 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5201 # Best one so far, save it but keep looking for a better one
5202 ac_cv_path_GREP
="$ac_path_GREP"
5203 ac_path_GREP_max
=$ac_count
5205 # 10*(2^10) chars as input seems more than enough
5206 test $ac_count -gt 10 && break
5208 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5211 $ac_path_GREP_found && break 3
5216 if test -z "$ac_cv_path_GREP"; then
5217 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5220 ac_cv_path_GREP
=$GREP
5224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5225 $as_echo "$ac_cv_path_GREP" >&6; }
5226 GREP
="$ac_cv_path_GREP"
5229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5230 $as_echo_n "checking for egrep... " >&6; }
5231 if ${ac_cv_path_EGREP+:} false
; then :
5232 $as_echo_n "(cached) " >&6
5234 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5235 then ac_cv_path_EGREP
="$GREP -E"
5237 if test -z "$EGREP"; then
5238 ac_path_EGREP_found
=false
5239 # Loop through the user's path and test for each of PROGNAME-LIST
5240 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5241 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5244 test -z "$as_dir" && as_dir
=.
5245 for ac_prog
in egrep; do
5246 for ac_exec_ext
in '' $ac_executable_extensions; do
5247 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5248 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5249 # Check for GNU ac_path_EGREP and select it if it is found.
5250 # Check for GNU $ac_path_EGREP
5251 case `"$ac_path_EGREP" --version 2>&1` in
5253 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5256 $as_echo_n 0123456789 >"conftest.in"
5259 cat "conftest.in" "conftest.in" >"conftest.tmp"
5260 mv "conftest.tmp" "conftest.in"
5261 cp "conftest.in" "conftest.nl"
5262 $as_echo 'EGREP' >> "conftest.nl"
5263 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5264 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5265 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5266 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5267 # Best one so far, save it but keep looking for a better one
5268 ac_cv_path_EGREP
="$ac_path_EGREP"
5269 ac_path_EGREP_max
=$ac_count
5271 # 10*(2^10) chars as input seems more than enough
5272 test $ac_count -gt 10 && break
5274 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5277 $ac_path_EGREP_found && break 3
5282 if test -z "$ac_cv_path_EGREP"; then
5283 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5286 ac_cv_path_EGREP
=$EGREP
5291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5292 $as_echo "$ac_cv_path_EGREP" >&6; }
5293 EGREP
="$ac_cv_path_EGREP"
5296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5297 $as_echo_n "checking for ANSI C header files... " >&6; }
5298 if ${ac_cv_header_stdc+:} false
; then :
5299 $as_echo_n "(cached) " >&6
5301 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5302 /* end confdefs.h. */
5316 if ac_fn_c_try_compile
"$LINENO"; then :
5317 ac_cv_header_stdc
=yes
5319 ac_cv_header_stdc
=no
5321 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5323 if test $ac_cv_header_stdc = yes; then
5324 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5325 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5326 /* end confdefs.h. */
5330 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5331 $EGREP "memchr" >/dev
/null
2>&1; then :
5334 ac_cv_header_stdc
=no
5340 if test $ac_cv_header_stdc = yes; then
5341 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5342 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5343 /* end confdefs.h. */
5347 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5348 $EGREP "free" >/dev
/null
2>&1; then :
5351 ac_cv_header_stdc
=no
5357 if test $ac_cv_header_stdc = yes; then
5358 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5359 if test "$cross_compiling" = yes; then :
5362 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5363 /* end confdefs.h. */
5366 #if ((' ' & 0x0FF) == 0x020)
5367 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5368 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5370 # define ISLOWER(c) \
5371 (('a' <= (c) && (c) <= 'i') \
5372 || ('j' <= (c) && (c) <= 'r') \
5373 || ('s' <= (c) && (c) <= 'z'))
5374 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5377 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5382 for (i = 0; i < 256; i++)
5383 if (XOR (islower (i), ISLOWER (i))
5384 || toupper (i) != TOUPPER (i))
5389 if ac_fn_c_try_run
"$LINENO"; then :
5392 ac_cv_header_stdc
=no
5394 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
5395 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
5400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5401 $as_echo "$ac_cv_header_stdc" >&6; }
5402 if test $ac_cv_header_stdc = yes; then
5404 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5408 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5409 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
5410 inttypes.h stdint.h unistd.h
5412 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5413 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5415 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
5416 cat >>confdefs.h
<<_ACEOF
5417 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5426 ac_fn_c_check_header_mongrel
"$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5427 if test "x$ac_cv_header_minix_config_h" = xyes
; then :
5434 if test "$MINIX" = yes; then
5436 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5439 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5442 $as_echo "#define _MINIX 1" >>confdefs.h
5447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5448 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5449 if ${ac_cv_safe_to_define___extensions__+:} false
; then :
5450 $as_echo_n "(cached) " >&6
5452 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5453 /* end confdefs.h. */
5455 # define __EXTENSIONS__ 1
5456 $ac_includes_default
5465 if ac_fn_c_try_compile
"$LINENO"; then :
5466 ac_cv_safe_to_define___extensions__
=yes
5468 ac_cv_safe_to_define___extensions__
=no
5470 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5473 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5474 test $ac_cv_safe_to_define___extensions__ = yes &&
5475 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5477 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5479 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5481 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5483 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5491 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5492 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5497 macro_version
='2.2.7a'
5498 macro_revision
='1.3134'
5512 ltmain
="$ac_aux_dir/ltmain.sh"
5514 # Backslashify metacharacters that are still active within
5515 # double-quoted strings.
5516 sed_quote_subst
='s/\(["`$\\]\)/\\\1/g'
5518 # Same as above, but do not quote variable references.
5519 double_quote_subst
='s/\(["`\\]\)/\\\1/g'
5521 # Sed substitution to delay expansion of an escaped shell variable in a
5522 # double_quote_subst'ed string.
5523 delay_variable_subst
='s/\\\\\\\\\\\$/\\\\\\$/g'
5525 # Sed substitution to delay expansion of an escaped single quote.
5526 delay_single_quote_subst
='s/'\''/'\'\\\\\\\'\''/g'
5528 # Sed substitution to avoid accidental globbing in evaled expressions
5529 no_glob_subst
='s/\*/\\\*/g'
5531 ECHO
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5532 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5533 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5536 $as_echo_n "checking how to print strings... " >&6; }
5537 # Test print first, because it will be a builtin if present.
5538 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5539 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5541 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5544 # Use this function as a fallback that always works.
5545 func_fallback_echo ()
5547 eval 'cat <<_LTECHO_EOF
5551 ECHO='func_fallback_echo
'
5554 # func_echo_all arg...
5555 # Invoke $ECHO with all args, space-separated.
5562 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5563 $as_echo "printf" >&6; } ;;
5564 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5565 $as_echo "print -r" >&6; } ;;
5566 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5567 $as_echo "cat" >&6; } ;;
5583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5584 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5585 if ${ac_cv_path_SED+:} false; then :
5586 $as_echo_n "(cached) " >&6
5588 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5589 for ac_i in 1 2 3 4 5 6 7; do
5590 ac_script="$ac_script$as_nl$ac_script"
5592 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5593 { ac_script=; unset ac_script;}
5594 if test -z "$SED"; then
5595 ac_path_SED_found=false
5596 # Loop through the user's path and
test for each of PROGNAME-LIST
5597 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5601 test -z "$as_dir" && as_dir
=.
5602 for ac_prog
in sed gsed
; do
5603 for ac_exec_ext
in '' $ac_executable_extensions; do
5604 ac_path_SED
="$as_dir/$ac_prog$ac_exec_ext"
5605 as_fn_executable_p
"$ac_path_SED" ||
continue
5606 # Check for GNU ac_path_SED and select it if it is found.
5607 # Check for GNU $ac_path_SED
5608 case `"$ac_path_SED" --version 2>&1` in
5610 ac_cv_path_SED
="$ac_path_SED" ac_path_SED_found
=:;;
5613 $as_echo_n 0123456789 >"conftest.in"
5616 cat "conftest.in" "conftest.in" >"conftest.tmp"
5617 mv "conftest.tmp" "conftest.in"
5618 cp "conftest.in" "conftest.nl"
5619 $as_echo '' >> "conftest.nl"
5620 "$ac_path_SED" -f conftest.
sed < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5621 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5622 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5623 if test $ac_count -gt ${ac_path_SED_max-0}; then
5624 # Best one so far, save it but keep looking for a better one
5625 ac_cv_path_SED
="$ac_path_SED"
5626 ac_path_SED_max
=$ac_count
5628 # 10*(2^10) chars as input seems more than enough
5629 test $ac_count -gt 10 && break
5631 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5634 $ac_path_SED_found && break 3
5639 if test -z "$ac_cv_path_SED"; then
5640 as_fn_error $?
"no acceptable sed could be found in \$PATH" "$LINENO" 5
5647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5648 $as_echo "$ac_cv_path_SED" >&6; }
5649 SED
="$ac_cv_path_SED"
5652 test -z "$SED" && SED
=sed
5653 Xsed
="$SED -e 1s/^X//"
5665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5666 $as_echo_n "checking for fgrep... " >&6; }
5667 if ${ac_cv_path_FGREP+:} false
; then :
5668 $as_echo_n "(cached) " >&6
5670 if echo 'ab*c' |
$GREP -F 'ab*c' >/dev
/null
2>&1
5671 then ac_cv_path_FGREP
="$GREP -F"
5673 if test -z "$FGREP"; then
5674 ac_path_FGREP_found
=false
5675 # Loop through the user's path and test for each of PROGNAME-LIST
5676 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5677 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5680 test -z "$as_dir" && as_dir
=.
5681 for ac_prog
in fgrep
; do
5682 for ac_exec_ext
in '' $ac_executable_extensions; do
5683 ac_path_FGREP
="$as_dir/$ac_prog$ac_exec_ext"
5684 as_fn_executable_p
"$ac_path_FGREP" ||
continue
5685 # Check for GNU ac_path_FGREP and select it if it is found.
5686 # Check for GNU $ac_path_FGREP
5687 case `"$ac_path_FGREP" --version 2>&1` in
5689 ac_cv_path_FGREP
="$ac_path_FGREP" ac_path_FGREP_found
=:;;
5692 $as_echo_n 0123456789 >"conftest.in"
5695 cat "conftest.in" "conftest.in" >"conftest.tmp"
5696 mv "conftest.tmp" "conftest.in"
5697 cp "conftest.in" "conftest.nl"
5698 $as_echo 'FGREP' >> "conftest.nl"
5699 "$ac_path_FGREP" FGREP
< "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5700 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5701 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5702 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5703 # Best one so far, save it but keep looking for a better one
5704 ac_cv_path_FGREP
="$ac_path_FGREP"
5705 ac_path_FGREP_max
=$ac_count
5707 # 10*(2^10) chars as input seems more than enough
5708 test $ac_count -gt 10 && break
5710 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5713 $ac_path_FGREP_found && break 3
5718 if test -z "$ac_cv_path_FGREP"; then
5719 as_fn_error $?
"no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5722 ac_cv_path_FGREP
=$FGREP
5727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5728 $as_echo "$ac_cv_path_FGREP" >&6; }
5729 FGREP
="$ac_cv_path_FGREP"
5732 test -z "$GREP" && GREP
=grep
5752 # Check whether --with-gnu-ld was given.
5753 if test "${with_gnu_ld+set}" = set; then :
5754 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
5760 if test "$GCC" = yes; then
5761 # Check if gcc -print-prog-name=ld gives a path.
5762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5763 $as_echo_n "checking for ld used by $CC... " >&6; }
5766 # gcc leaves a trailing carriage return which upsets mingw
5767 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5769 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
5772 # Accept absolute paths.
5774 re_direlt
='/[^/][^/]*/\.\./'
5775 # Canonicalize the pathname of ld
5776 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5777 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
5778 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5780 test -z "$LD" && LD
="$ac_prog"
5783 # If it fails, then pretend we aren't using GCC.
5787 # If it is relative, then search for the first ld in PATH.
5791 elif test "$with_gnu_ld" = yes; then
5792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5793 $as_echo_n "checking for GNU ld... " >&6; }
5795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5796 $as_echo_n "checking for non-GNU ld... " >&6; }
5798 if ${lt_cv_path_LD+:} false
; then :
5799 $as_echo_n "(cached) " >&6
5801 if test -z "$LD"; then
5802 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5803 for ac_dir
in $PATH; do
5805 test -z "$ac_dir" && ac_dir
=.
5806 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
5807 lt_cv_path_LD
="$ac_dir/$ac_prog"
5808 # Check to see if the program is GNU ld. I'd rather use --version,
5809 # but apparently some variants of GNU ld only accept -v.
5810 # Break only if it was the GNU/non-GNU ld that we prefer.
5811 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5812 *GNU
* |
*'with BFD'*)
5813 test "$with_gnu_ld" != no
&& break
5816 test "$with_gnu_ld" != yes && break
5823 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
5828 if test -n "$LD"; then
5829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5830 $as_echo "$LD" >&6; }
5832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5833 $as_echo "no" >&6; }
5835 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
5836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5837 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5838 if ${lt_cv_prog_gnu_ld+:} false
; then :
5839 $as_echo_n "(cached) " >&6
5841 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5842 case `$LD -v 2>&1 </dev/null` in
5843 *GNU
* |
*'with BFD'*)
5844 lt_cv_prog_gnu_ld
=yes
5847 lt_cv_prog_gnu_ld
=no
5851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5852 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5853 with_gnu_ld
=$lt_cv_prog_gnu_ld
5863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5864 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5865 if ${lt_cv_path_NM+:} false
; then :
5866 $as_echo_n "(cached) " >&6
5868 if test -n "$NM"; then
5869 # Let the user override the test.
5872 lt_nm_to_check
="${ac_tool_prefix}nm"
5873 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5874 lt_nm_to_check
="$lt_nm_to_check nm"
5876 for lt_tmp_nm
in $lt_nm_to_check; do
5877 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5878 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
5880 test -z "$ac_dir" && ac_dir
=.
5881 tmp_nm
="$ac_dir/$lt_tmp_nm"
5882 if test -f "$tmp_nm" ||
test -f "$tmp_nm$ac_exeext" ; then
5883 # Check to see if the nm accepts a BSD-compat flag.
5884 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5885 # nm: unknown option "B" ignored
5886 # Tru64's nm complains that /dev/null is an invalid object file
5887 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5888 */dev
/null
* |
*'Invalid file or object type'*)
5889 lt_cv_path_NM
="$tmp_nm -B"
5893 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5895 lt_cv_path_NM
="$tmp_nm -p"
5899 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5900 continue # so that we can try to find one that supports BSD flags
5909 : ${lt_cv_path_NM=no}
5912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5913 $as_echo "$lt_cv_path_NM" >&6; }
5914 if test "$lt_cv_path_NM" != "no"; then
5917 # Didn't find any BSD compatible name lister, look for dumpbin.
5918 if test -n "$DUMPBIN"; then :
5919 # Let the user override the test.
5921 if test -n "$ac_tool_prefix"; then
5922 for ac_prog
in dumpbin
"link -dump"
5924 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5925 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5927 $as_echo_n "checking for $ac_word... " >&6; }
5928 if ${ac_cv_prog_DUMPBIN+:} false
; then :
5929 $as_echo_n "(cached) " >&6
5931 if test -n "$DUMPBIN"; then
5932 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
5934 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5938 test -z "$as_dir" && as_dir
=.
5939 for ac_exec_ext
in '' $ac_executable_extensions; do
5940 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5941 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
5942 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5951 DUMPBIN
=$ac_cv_prog_DUMPBIN
5952 if test -n "$DUMPBIN"; then
5953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5954 $as_echo "$DUMPBIN" >&6; }
5956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5957 $as_echo "no" >&6; }
5961 test -n "$DUMPBIN" && break
5964 if test -z "$DUMPBIN"; then
5965 ac_ct_DUMPBIN
=$DUMPBIN
5966 for ac_prog
in dumpbin
"link -dump"
5968 # Extract the first word of "$ac_prog", so it can be a program name with args.
5969 set dummy
$ac_prog; ac_word
=$2
5970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5971 $as_echo_n "checking for $ac_word... " >&6; }
5972 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false
; then :
5973 $as_echo_n "(cached) " >&6
5975 if test -n "$ac_ct_DUMPBIN"; then
5976 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
5978 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5982 test -z "$as_dir" && as_dir
=.
5983 for ac_exec_ext
in '' $ac_executable_extensions; do
5984 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5985 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
5986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5995 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
5996 if test -n "$ac_ct_DUMPBIN"; then
5997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5998 $as_echo "$ac_ct_DUMPBIN" >&6; }
6000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6001 $as_echo "no" >&6; }
6005 test -n "$ac_ct_DUMPBIN" && break
6008 if test "x$ac_ct_DUMPBIN" = x
; then
6011 case $cross_compiling:$ac_tool_warned in
6013 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6014 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6015 ac_tool_warned
=yes ;;
6017 DUMPBIN
=$ac_ct_DUMPBIN
6021 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6023 DUMPBIN
="$DUMPBIN -symbols"
6031 if test "$DUMPBIN" != ":"; then
6035 test -z "$NM" && NM
=nm
6042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6043 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6044 if ${lt_cv_nm_interface+:} false
; then :
6045 $as_echo_n "(cached) " >&6
6047 lt_cv_nm_interface
="BSD nm"
6048 echo "int some_variable = 0;" > conftest.
$ac_ext
6049 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6050 (eval "$ac_compile" 2>conftest.err
)
6051 cat conftest.err
>&5
6052 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6053 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
6054 cat conftest.err
>&5
6055 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6056 cat conftest.out
>&5
6057 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
6058 lt_cv_nm_interface
="MS dumpbin"
6062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6063 $as_echo "$lt_cv_nm_interface" >&6; }
6065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6066 $as_echo_n "checking whether ln -s works... " >&6; }
6068 if test "$LN_S" = "ln -s"; then
6069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6070 $as_echo "yes" >&6; }
6072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6073 $as_echo "no, using $LN_S" >&6; }
6076 # find the maximum length of command line arguments
6077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6078 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6079 if ${lt_cv_sys_max_cmd_len+:} false
; then :
6080 $as_echo_n "(cached) " >&6
6087 # On DJGPP, this test can blow up pretty badly due to problems in libc
6088 # (any single argument exceeding 2000 bytes causes a buffer overrun
6089 # during glob expansion). Even if it were fixed, the result of this
6090 # check would be larger than it should be.
6091 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
6095 # Under GNU Hurd, this test is not required because there is
6096 # no limit to the length of command line arguments.
6097 # Libtool will interpret -1 as no limit whatsoever
6098 lt_cv_sys_max_cmd_len
=-1;
6101 cygwin
* | mingw
* | cegcc
*)
6102 # On Win9x/ME, this test blows up -- it succeeds, but takes
6103 # about 5 minutes as the teststring grows exponentially.
6104 # Worse, since 9x/ME are not pre-emptively multitasking,
6105 # you end up with a "frozen" computer, even though with patience
6106 # the test eventually succeeds (with a max line length of 256k).
6107 # Instead, let's just punt: use the minimum linelength reported by
6108 # all of the supported platforms: 8192 (on NT/2K/XP).
6109 lt_cv_sys_max_cmd_len
=8192;
6113 # On MiNT this can take a long time and run out of memory.
6114 lt_cv_sys_max_cmd_len
=8192;
6118 # On AmigaOS with pdksh, this test takes hours, literally.
6119 # So we just punt and use a minimum line length of 8192.
6120 lt_cv_sys_max_cmd_len
=8192;
6123 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
6124 # This has been around since 386BSD, at least. Likely further.
6125 if test -x /sbin
/sysctl
; then
6126 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
6127 elif test -x /usr
/sbin
/sysctl
; then
6128 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
6130 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
6132 # And add a safety zone
6133 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
6134 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
6138 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6139 lt_cv_sys_max_cmd_len
=196608
6143 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6144 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6145 # nice to cause kernel panics so lets avoid the loop below.
6146 # First set a reasonable default.
6147 lt_cv_sys_max_cmd_len
=16384
6149 if test -x /sbin
/sysconfig
; then
6150 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6151 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
6156 lt_cv_sys_max_cmd_len
=102400
6158 sysv5
* | sco5v6
* | sysv4.2uw2
*)
6159 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6160 if test -n "$kargmax"; then
6161 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
6163 lt_cv_sys_max_cmd_len
=32768
6167 lt_cv_sys_max_cmd_len
=`(getconf ARG_MAX) 2> /dev/null`
6168 if test -n "$lt_cv_sys_max_cmd_len"; then
6169 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
6170 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
6172 # Make teststring a little bigger before we do anything with it.
6173 # a 1K string should be a reasonable start.
6174 for i
in 1 2 3 4 5 6 7 8 ; do
6175 teststring
=$teststring$teststring
6177 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
6178 # If test is not a shell built-in, we'll probably end up computing a
6179 # maximum length that is only half of the actual maximum length, but
6181 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6182 = "X$teststring$teststring"; } >/dev
/null
2>&1 &&
6183 test $i != 17 # 1/2 MB should be enough
6186 teststring
=$teststring$teststring
6188 # Only check the string length outside the loop.
6189 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
6191 # Add a significant safety factor because C++ compilers can tack on
6192 # massive amounts of additional arguments before passing them to the
6193 # linker. It appears as though 1/2 is a usable value.
6194 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
6201 if test -n $lt_cv_sys_max_cmd_len ; then
6202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6203 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6206 $as_echo "none" >&6; }
6208 max_cmd_len
=$lt_cv_sys_max_cmd_len
6219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6220 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6221 # Try some XSI features
6224 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6226 && eval 'test $(( 1 + 1 )) -eq 2 \
6227 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6229 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $xsi_shell" >&5
6230 $as_echo "$xsi_shell" >&6; }
6233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands
\"+=\"" >&5
6234 $as_echo_n "checking whether the shell understands
\"+=\"...
" >&6; }
6236 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
6238 && lt_shell_append=yes
6239 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_shell_append" >&5
6240 $as_echo "$lt_shell_append" >&6; }
6243 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6253 # test EBCDIC or ASCII
6254 case `echo X|tr X '\101'` in
6255 A) # ASCII based system
6256 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6257 lt_SP2NL='tr \040 \012'
6258 lt_NL2SP='tr \015\012 \040\040'
6260 *) # EBCDIC based system
6261 lt_SP2NL='tr \100 \n'
6262 lt_NL2SP='tr \r\n \100\100'
6274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $LD option to reload object files
" >&5
6275 $as_echo_n "checking
for $LD option to reload object files...
" >&6; }
6276 if ${lt_cv_ld_reload_flag+:} false; then :
6277 $as_echo_n "(cached
) " >&6
6279 lt_cv_ld_reload_flag='-r'
6281 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_reload_flag" >&5
6282 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6283 reload_flag=$lt_cv_ld_reload_flag
6284 case $reload_flag in
6286 *) reload_flag=" $reload_flag" ;;
6288 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6291 if test "$GCC" = yes; then
6292 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6294 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6307 if test -n "$ac_tool_prefix"; then
6308 # Extract the first word of "${ac_tool_prefix}objdump
", so it can be a program name with args.
6309 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6311 $as_echo_n "checking
for $ac_word...
" >&6; }
6312 if ${ac_cv_prog_OBJDUMP+:} false; then :
6313 $as_echo_n "(cached
) " >&6
6315 if test -n "$OBJDUMP"; then
6316 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6318 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6322 test -z "$as_dir" && as_dir=.
6323 for ac_exec_ext in '' $ac_executable_extensions; do
6324 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6325 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump
"
6326 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6335 OBJDUMP=$ac_cv_prog_OBJDUMP
6336 if test -n "$OBJDUMP"; then
6337 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OBJDUMP" >&5
6338 $as_echo "$OBJDUMP" >&6; }
6340 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6341 $as_echo "no
" >&6; }
6346 if test -z "$ac_cv_prog_OBJDUMP"; then
6347 ac_ct_OBJDUMP=$OBJDUMP
6348 # Extract the first word of "objdump
", so it can be a program name with args.
6349 set dummy objdump; ac_word=$2
6350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6351 $as_echo_n "checking
for $ac_word...
" >&6; }
6352 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6353 $as_echo_n "(cached
) " >&6
6355 if test -n "$ac_ct_OBJDUMP"; then
6356 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6358 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6362 test -z "$as_dir" && as_dir=.
6363 for ac_exec_ext in '' $ac_executable_extensions; do
6364 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6365 ac_cv_prog_ac_ct_OBJDUMP="objdump
"
6366 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6375 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6376 if test -n "$ac_ct_OBJDUMP"; then
6377 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OBJDUMP" >&5
6378 $as_echo "$ac_ct_OBJDUMP" >&6; }
6380 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6381 $as_echo "no
" >&6; }
6384 if test "x
$ac_ct_OBJDUMP" = x; then
6387 case $cross_compiling:$ac_tool_warned in
6389 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6390 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6391 ac_tool_warned=yes ;;
6393 OBJDUMP=$ac_ct_OBJDUMP
6396 OBJDUMP="$ac_cv_prog_OBJDUMP"
6399 test -z "$OBJDUMP" && OBJDUMP=objdump
6409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries
" >&5
6410 $as_echo_n "checking how to recognize dependent libraries...
" >&6; }
6411 if ${lt_cv_deplibs_check_method+:} false; then :
6412 $as_echo_n "(cached
) " >&6
6414 lt_cv_file_magic_cmd='$MAGIC_CMD'
6415 lt_cv_file_magic_test_file=
6416 lt_cv_deplibs_check_method='unknown'
6417 # Need to set the preceding variable on all platforms that support
6418 # interlibrary dependencies.
6419 # 'none' -- dependencies not supported.
6420 # `unknown' -- same as none, but documents that we really don't know.
6421 # 'pass_all' -- all dependencies passed with no checks.
6422 # 'test_compile' -- check by making test program.
6423 # 'file_magic [[regex]]' -- check by looking for files in library path
6424 # which responds to the $file_magic_cmd with a given extended regex.
6425 # If you have `file' or equivalent on your system and you're not sure
6426 # whether `pass_all' will *always* work, you probably want this one.
6430 lt_cv_deplibs_check_method=pass_all
6434 lt_cv_deplibs_check_method=pass_all
6438 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6439 lt_cv_file_magic_cmd='/usr/bin/file -L'
6440 lt_cv_file_magic_test_file=/shlib/libc.so
6444 # func_win32_libid is a shell function defined in ltmain.sh
6445 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6446 lt_cv_file_magic_cmd='func_win32_libid'
6450 # Base MSYS/MinGW do not provide the 'file' command needed by
6451 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6452 # unless we find 'file', for example because we are cross-compiling.
6453 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6454 if ( test "$lt_cv_nm_interface" = "BSD nm
" && file / ) >/dev/null 2>&1; then
6455 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6456 lt_cv_file_magic_cmd='func_win32_libid'
6458 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6459 lt_cv_file_magic_cmd='$OBJDUMP -f'
6464 # use the weaker test based on 'objdump'. See mingw*.
6465 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6466 lt_cv_file_magic_cmd='$OBJDUMP -f'
6469 darwin* | rhapsody*)
6470 lt_cv_deplibs_check_method=pass_all
6473 freebsd* | dragonfly*)
6474 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6477 # Not sure whether the presence of OpenBSD here was a mistake.
6478 # Let's accept both of them until this is cleared up.
6479 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6480 lt_cv_file_magic_cmd=/usr/bin/file
6481 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6485 lt_cv_deplibs_check_method=pass_all
6490 lt_cv_deplibs_check_method=pass_all
6494 lt_cv_deplibs_check_method=pass_all
6497 hpux10.20* | hpux11*)
6498 lt_cv_file_magic_cmd=/usr/bin/file
6501 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6502 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6505 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]'
6506 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6509 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6510 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6516 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6517 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6520 irix5* | irix6* | nonstopux*)
6522 *-32|*"-32 ") libmagic=32-bit;;
6523 *-n32|*"-n32 ") libmagic=N32;;
6524 *-64|*"-64 ") libmagic=64-bit;;
6525 *) libmagic=never-match;;
6527 lt_cv_deplibs_check_method=pass_all
6530 # This must be Linux ELF.
6531 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6532 lt_cv_deplibs_check_method=pass_all
6536 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6537 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6539 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6544 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6545 lt_cv_file_magic_cmd=/usr/bin/file
6546 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6550 lt_cv_deplibs_check_method=pass_all
6554 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
6555 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6557 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6561 osf3* | osf4* | osf5*)
6562 lt_cv_deplibs_check_method=pass_all
6566 lt_cv_deplibs_check_method=pass_all
6570 lt_cv_deplibs_check_method=pass_all
6573 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6574 lt_cv_deplibs_check_method=pass_all
6578 case $host_vendor in
6580 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]'
6581 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6584 lt_cv_deplibs_check_method=pass_all
6587 lt_cv_file_magic_cmd='/bin/file'
6588 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6591 lt_cv_file_magic_cmd='/bin/file'
6592 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
6593 lt_cv_file_magic_test_file=/lib/libc.so
6596 lt_cv_deplibs_check_method=pass_all
6599 lt_cv_deplibs_check_method=pass_all
6605 lt_cv_deplibs_check_method=pass_all
6610 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_deplibs_check_method" >&5
6611 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6612 file_magic_cmd=$lt_cv_file_magic_cmd
6613 deplibs_check_method=$lt_cv_deplibs_check_method
6614 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6628 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll
"
6629 for plugin in $plugin_names; do
6630 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6631 if test x$plugin_so = x$plugin; then
6632 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6634 if test x$plugin_so != x$plugin; then
6635 plugin_option="--plugin $plugin_so"
6640 if test -n "$ac_tool_prefix"; then
6641 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6642 set dummy ${ac_tool_prefix}ar; ac_word=$2
6643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6644 $as_echo_n "checking
for $ac_word...
" >&6; }
6645 if ${ac_cv_prog_AR+:} false; then :
6646 $as_echo_n "(cached
) " >&6
6648 if test -n "$AR"; then
6649 ac_cv_prog_AR="$AR" # Let the user override the test.
6651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6655 test -z "$as_dir" && as_dir=.
6656 for ac_exec_ext in '' $ac_executable_extensions; do
6657 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6658 ac_cv_prog_AR="${ac_tool_prefix}ar"
6659 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6669 if test -n "$AR"; then
6670 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $AR" >&5
6671 $as_echo "$AR" >&6; }
6673 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6674 $as_echo "no
" >&6; }
6679 if test -z "$ac_cv_prog_AR"; then
6681 # Extract the first word of "ar", so it can be a program name with args.
6682 set dummy ar; ac_word=$2
6683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6684 $as_echo_n "checking
for $ac_word...
" >&6; }
6685 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6686 $as_echo_n "(cached
) " >&6
6688 if test -n "$ac_ct_AR"; then
6689 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6691 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6695 test -z "$as_dir" && as_dir=.
6696 for ac_exec_ext in '' $ac_executable_extensions; do
6697 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6698 ac_cv_prog_ac_ct_AR="ar"
6699 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6708 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6709 if test -n "$ac_ct_AR"; then
6710 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_AR" >&5
6711 $as_echo "$ac_ct_AR" >&6; }
6713 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6714 $as_echo "no
" >&6; }
6717 if test "x
$ac_ct_AR" = x; then
6720 case $cross_compiling:$ac_tool_warned in
6722 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6723 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6724 ac_tool_warned=yes ;;
6732 test -z "$AR" && AR=ar
6733 if test -n "$plugin_option"; then
6734 if $AR --help 2>&1 | grep -q "\
--plugin"; then
6736 $AR $plugin_option rc conftest.a conftest.c
6737 if test "$?
" != 0; then
6738 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: Failed
: $AR $plugin_option rc
" >&5
6739 $as_echo "$as_me: WARNING
: Failed
: $AR $plugin_option rc
" >&2;}
6741 AR="$AR $plugin_option"
6746 test -z "$AR_FLAGS" && AR_FLAGS=cru
6758 if test -n "$ac_tool_prefix"; then
6759 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
6760 set dummy ${ac_tool_prefix}strip; ac_word=$2
6761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6762 $as_echo_n "checking
for $ac_word...
" >&6; }
6763 if ${ac_cv_prog_STRIP+:} false; then :
6764 $as_echo_n "(cached
) " >&6
6766 if test -n "$STRIP"; then
6767 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6769 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6773 test -z "$as_dir" && as_dir=.
6774 for ac_exec_ext in '' $ac_executable_extensions; do
6775 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6776 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
6777 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6786 STRIP=$ac_cv_prog_STRIP
6787 if test -n "$STRIP"; then
6788 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $STRIP" >&5
6789 $as_echo "$STRIP" >&6; }
6791 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6792 $as_echo "no
" >&6; }
6797 if test -z "$ac_cv_prog_STRIP"; then
6799 # Extract the first word of "strip
", so it can be a program name with args.
6800 set dummy strip; ac_word=$2
6801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6802 $as_echo_n "checking
for $ac_word...
" >&6; }
6803 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6804 $as_echo_n "(cached
) " >&6
6806 if test -n "$ac_ct_STRIP"; then
6807 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6809 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6813 test -z "$as_dir" && as_dir=.
6814 for ac_exec_ext in '' $ac_executable_extensions; do
6815 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6816 ac_cv_prog_ac_ct_STRIP="strip
"
6817 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6826 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6827 if test -n "$ac_ct_STRIP"; then
6828 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_STRIP" >&5
6829 $as_echo "$ac_ct_STRIP" >&6; }
6831 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6832 $as_echo "no
" >&6; }
6835 if test "x
$ac_ct_STRIP" = x; then
6838 case $cross_compiling:$ac_tool_warned in
6840 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6841 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6842 ac_tool_warned=yes ;;
6847 STRIP="$ac_cv_prog_STRIP"
6850 test -z "$STRIP" && STRIP=:
6857 if test -n "$ac_tool_prefix"; then
6858 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
6859 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6861 $as_echo_n "checking
for $ac_word...
" >&6; }
6862 if ${ac_cv_prog_RANLIB+:} false; then :
6863 $as_echo_n "(cached
) " >&6
6865 if test -n "$RANLIB"; then
6866 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6868 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6872 test -z "$as_dir" && as_dir=.
6873 for ac_exec_ext in '' $ac_executable_extensions; do
6874 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6875 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
6876 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6885 RANLIB=$ac_cv_prog_RANLIB
6886 if test -n "$RANLIB"; then
6887 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $RANLIB" >&5
6888 $as_echo "$RANLIB" >&6; }
6890 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6891 $as_echo "no
" >&6; }
6896 if test -z "$ac_cv_prog_RANLIB"; then
6897 ac_ct_RANLIB=$RANLIB
6898 # Extract the first word of "ranlib
", so it can be a program name with args.
6899 set dummy ranlib; ac_word=$2
6900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
6901 $as_echo_n "checking
for $ac_word...
" >&6; }
6902 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6903 $as_echo_n "(cached
) " >&6
6905 if test -n "$ac_ct_RANLIB"; then
6906 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6908 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6912 test -z "$as_dir" && as_dir=.
6913 for ac_exec_ext in '' $ac_executable_extensions; do
6914 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6915 ac_cv_prog_ac_ct_RANLIB="ranlib
"
6916 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
6925 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6926 if test -n "$ac_ct_RANLIB"; then
6927 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_RANLIB" >&5
6928 $as_echo "$ac_ct_RANLIB" >&6; }
6930 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
6931 $as_echo "no
" >&6; }
6934 if test "x
$ac_ct_RANLIB" = x; then
6937 case $cross_compiling:$ac_tool_warned in
6939 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
6940 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
6941 ac_tool_warned=yes ;;
6943 RANLIB=$ac_ct_RANLIB
6946 RANLIB="$ac_cv_prog_RANLIB"
6949 test -z "$RANLIB" && RANLIB=:
6950 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6951 if $RANLIB --help 2>&1 | grep -q "\
--plugin"; then
6952 RANLIB="$RANLIB $plugin_option"
6961 # Determine commands to create old-style static archives.
6962 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6963 old_postinstall_cmds='chmod 644 $oldlib'
6964 old_postuninstall_cmds=
6966 if test -n "$RANLIB"; then
6969 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
6972 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
6975 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
6980 lock_old_archive_extraction=yes ;;
6982 lock_old_archive_extraction=no ;;
7023 # If no C compiler was specified, use CC.
7026 # If no C compiler flags were specified, use CFLAGS.
7027 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7029 # Allow CC to be a program name with arguments.
7033 # Check for command to grab the raw symbol name followed by C symbol from nm.
7034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
command to parse
$NM output from
$compiler object
" >&5
7035 $as_echo_n "checking
command to parse
$NM output from
$compiler object...
" >&6; }
7036 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
7037 $as_echo_n "(cached
) " >&6
7040 # These are sane defaults that work on at least a few old systems.
7041 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7043 # Character class describing NM global symbol codes.
7044 symcode='[BCDEGRST]'
7046 # Regexp to match symbols that can be accessed directly from C.
7047 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7049 # Define system-specific variables.
7054 cygwin* | mingw* | pw32* | cegcc*)
7055 symcode='[ABCDGISTW]'
7058 if test "$host_cpu" = ia64; then
7059 symcode='[ABCDEGRST]'
7063 symcode='[BCDEGRST]'
7066 symcode='[BCDEGQRST]'
7077 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7085 # If we're using GNU nm, then use its standard symbol codes.
7086 case `$NM -V 2>&1` in
7087 *GNU* | *'with BFD'*)
7088 symcode='[ABCDGIRSTW]' ;;
7091 # Transform an extracted symbol line into a proper C declaration.
7092 # Some systems (esp. on ia64) link data and code symbols differently,
7093 # so use this general approach.
7094 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7096 # Transform an extracted symbol line into symbol name and symbol address
7097 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7098 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'"
7100 # Handle CRLF in mingw tool chain
7104 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7108 # Try without a prefix underscore, then with it.
7109 for ac_symprfx in "" "_
"; do
7111 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7112 symxfrm="\\1 $ac_symprfx\\2 \\2"
7114 # Write the raw and C identifiers.
7115 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
7116 # Fake it for dumpbin and say T for any non-static function
7117 # and D for any global variable.
7118 # Also find C++ and __fastcall symbols from MSVC++,
7119 # which start with @ or ?.
7120 lt_cv_sys_global_symbol_pipe="$AWK '"\
7121 " {last_section=section; section=\$ 3};"\
7122 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7123 " \$ 0!~/External *\|/{next};"\
7124 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7125 " {if(hide[section]) next};"\
7126 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7127 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7128 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7129 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7130 " ' prfx
=^
$ac_symprfx"
7132 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7135 # Check to see that the pipe works correctly.
7139 cat > conftest.$ac_ext <<_LT_EOF
7144 void nm_test_func(void);
7145 void nm_test_func(void){}
7149 int main(){nm_test_var='a';nm_test_func();return(0);}
7152 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7153 (eval $ac_compile) 2>&5
7155 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7156 test $ac_status = 0; }; then
7157 # Now try to grab the symbols.
7159 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$NM conftest.
$ac_objext \|
"$lt_cv_sys_global_symbol_pipe" \
> $nlist\""; } >&5
7160 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7162 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7163 test $ac_status = 0; } && test -s "$nlist"; then
7164 # Try sorting and uniquifying the output.
7165 if sort "$nlist" | uniq > "$nlist"T; then
7166 mv -f "$nlist"T "$nlist"
7171 # Make sure that we snagged all the symbols we need.
7172 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7173 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7174 cat <<_LT_EOF > conftest.$ac_ext
7180 # Now generate the symbol file.
7181 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7183 cat <<_LT_EOF >> conftest.$ac_ext
7185 /* The mapping between symbol names and symbols. */
7190 lt__PROGRAM__LTX_preloaded_symbols[] =
7192 { "@PROGRAM@
", (void *) 0 },
7194 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7195 cat <<\_LT_EOF >> conftest.$ac_ext
7199 /* This works around a problem in FreeBSD linker */
7200 #ifdef FREEBSD_WORKAROUND
7201 static const void *lt_preloaded_setup() {
7202 return lt__PROGRAM__LTX_preloaded_symbols;
7210 # Now try linking the two files.
7211 mv conftest.$ac_objext conftstm.$ac_objext
7212 lt_save_LIBS="$LIBS"
7213 lt_save_CFLAGS="$CFLAGS"
7214 LIBS="conftstm.
$ac_objext"
7215 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7216 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7217 (eval $ac_link) 2>&5
7219 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7220 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7223 LIBS="$lt_save_LIBS"
7224 CFLAGS="$lt_save_CFLAGS"
7226 echo "cannot
find nm_test_func
in $nlist" >&5
7229 echo "cannot
find nm_test_var
in $nlist" >&5
7232 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
7235 echo "$progname: failed program was
:" >&5
7236 cat conftest.$ac_ext >&5
7238 rm -rf conftest* conftst*
7240 # Do not use the global_symbol_pipe unless it works.
7241 if test "$pipe_works" = yes; then
7244 lt_cv_sys_global_symbol_pipe=
7250 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7251 lt_cv_sys_global_symbol_to_cdecl=
7253 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7254 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: failed
" >&5
7255 $as_echo "failed
" >&6; }
7257 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: ok
" >&5
7258 $as_echo "ok
" >&6; }
7282 # Check whether --enable-libtool-lock was given.
7283 if test "${enable_libtool_lock+set}" = set; then :
7284 enableval=$enable_libtool_lock;
7287 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
7289 # Some flags need to be propagated to the compiler or linker for good
7293 # Find out which ABI we are using.
7294 echo 'int i;' > conftest.$ac_ext
7295 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7296 (eval $ac_compile) 2>&5
7298 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7299 test $ac_status = 0; }; then
7300 case `/usr/bin/file conftest.$ac_objext` in
7312 # Find out which ABI we are using.
7313 echo '#line '$LINENO' "configure
"' > conftest.$ac_ext
7314 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7315 (eval $ac_compile) 2>&5
7317 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7318 test $ac_status = 0; }; then
7319 if test "$lt_cv_prog_gnu_ld" = yes; then
7320 case `/usr/bin/file conftest.$ac_objext` in
7322 LD="${LD-ld} -melf32bsmip"
7325 LD="${LD-ld} -melf32bmipn32"
7328 LD="${LD-ld} -melf64bmip"
7332 case `/usr/bin/file conftest.$ac_objext` in
7348 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7349 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7350 # Find out which ABI we are using.
7351 echo 'int i;' > conftest.$ac_ext
7352 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7353 (eval $ac_compile) 2>&5
7355 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7356 test $ac_status = 0; }; then
7357 case `/usr/bin/file conftest.o` in
7360 x86_64-*kfreebsd*-gnu)
7361 LD="${LD-ld} -m elf_i386_fbsd
"
7364 case `/usr/bin/file conftest.o` in
7366 LD="${LD-ld} -m elf32_x86_64
"
7369 LD="${LD-ld} -m elf_i386
"
7373 powerpc64le-*linux*)
7374 LD="${LD-ld} -m elf32lppclinux
"
7377 LD="${LD-ld} -m elf32ppclinux
"
7380 LD="${LD-ld} -m elf_s390
"
7383 LD="${LD-ld} -m elf32_sparc
"
7389 x86_64-*kfreebsd*-gnu)
7390 LD="${LD-ld} -m elf_x86_64_fbsd
"
7393 LD="${LD-ld} -m elf_x86_64
"
7396 LD="${LD-ld} -m elf64lppc
"
7399 LD="${LD-ld} -m elf64ppc
"
7401 s390*-*linux*|s390*-*tpf*)
7402 LD="${LD-ld} -m elf64_s390
"
7405 LD="${LD-ld} -m elf64_sparc
"
7415 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7416 SAVE_CFLAGS="$CFLAGS"
7417 CFLAGS="$CFLAGS -belf"
7418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs
-belf" >&5
7419 $as_echo_n "checking whether the C compiler needs
-belf...
" >&6; }
7420 if ${lt_cv_cc_needs_belf+:} false; then :
7421 $as_echo_n "(cached
) " >&6
7424 ac_cpp='$CPP $CPPFLAGS'
7425 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7426 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7427 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7430 /* end confdefs.h. */
7440 if ac_fn_c_try_link "$LINENO"; then :
7441 lt_cv_cc_needs_belf=yes
7443 lt_cv_cc_needs_belf=no
7445 rm -f core conftest.err conftest.$ac_objext \
7446 conftest$ac_exeext conftest.$ac_ext
7448 ac_cpp='$CPP $CPPFLAGS'
7449 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7450 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7451 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7454 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_cc_needs_belf" >&5
7455 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7456 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7457 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7458 CFLAGS="$SAVE_CFLAGS"
7462 # Find out which ABI we are using.
7463 echo 'int i;' > conftest.$ac_ext
7464 if { { eval echo "\"\
$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7465 (eval $ac_compile) 2>&5
7467 $as_echo "$as_me:${as_lineno-$LINENO}: \$?
= $ac_status" >&5
7468 test $ac_status = 0; }; then
7469 case `/usr/bin/file conftest.o` in
7471 case $lt_cv_prog_gnu_ld in
7472 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
7474 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7486 need_locks="$enable_libtool_lock"
7490 rhapsody* | darwin*)
7491 if test -n "$ac_tool_prefix"; then
7492 # Extract the first word of "${ac_tool_prefix}dsymutil
", so it can be a program name with args.
7493 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7495 $as_echo_n "checking
for $ac_word...
" >&6; }
7496 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7497 $as_echo_n "(cached
) " >&6
7499 if test -n "$DSYMUTIL"; then
7500 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7506 test -z "$as_dir" && as_dir=.
7507 for ac_exec_ext in '' $ac_executable_extensions; do
7508 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7509 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil
"
7510 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7519 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7520 if test -n "$DSYMUTIL"; then
7521 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $DSYMUTIL" >&5
7522 $as_echo "$DSYMUTIL" >&6; }
7524 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7525 $as_echo "no
" >&6; }
7530 if test -z "$ac_cv_prog_DSYMUTIL"; then
7531 ac_ct_DSYMUTIL=$DSYMUTIL
7532 # Extract the first word of "dsymutil
", so it can be a program name with args.
7533 set dummy dsymutil; ac_word=$2
7534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7535 $as_echo_n "checking
for $ac_word...
" >&6; }
7536 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7537 $as_echo_n "(cached
) " >&6
7539 if test -n "$ac_ct_DSYMUTIL"; then
7540 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7542 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7546 test -z "$as_dir" && as_dir=.
7547 for ac_exec_ext in '' $ac_executable_extensions; do
7548 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7549 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil
"
7550 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7559 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7560 if test -n "$ac_ct_DSYMUTIL"; then
7561 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_DSYMUTIL" >&5
7562 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7564 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7565 $as_echo "no
" >&6; }
7568 if test "x
$ac_ct_DSYMUTIL" = x; then
7571 case $cross_compiling:$ac_tool_warned in
7573 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7574 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7575 ac_tool_warned=yes ;;
7577 DSYMUTIL=$ac_ct_DSYMUTIL
7580 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7583 if test -n "$ac_tool_prefix"; then
7584 # Extract the first word of "${ac_tool_prefix}nmedit
", so it can be a program name with args.
7585 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7587 $as_echo_n "checking
for $ac_word...
" >&6; }
7588 if ${ac_cv_prog_NMEDIT+:} false; then :
7589 $as_echo_n "(cached
) " >&6
7591 if test -n "$NMEDIT"; then
7592 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7594 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7598 test -z "$as_dir" && as_dir=.
7599 for ac_exec_ext in '' $ac_executable_extensions; do
7600 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7601 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit
"
7602 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7611 NMEDIT=$ac_cv_prog_NMEDIT
7612 if test -n "$NMEDIT"; then
7613 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $NMEDIT" >&5
7614 $as_echo "$NMEDIT" >&6; }
7616 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7617 $as_echo "no
" >&6; }
7622 if test -z "$ac_cv_prog_NMEDIT"; then
7623 ac_ct_NMEDIT=$NMEDIT
7624 # Extract the first word of "nmedit
", so it can be a program name with args.
7625 set dummy nmedit; ac_word=$2
7626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7627 $as_echo_n "checking
for $ac_word...
" >&6; }
7628 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7629 $as_echo_n "(cached
) " >&6
7631 if test -n "$ac_ct_NMEDIT"; then
7632 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7634 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7638 test -z "$as_dir" && as_dir=.
7639 for ac_exec_ext in '' $ac_executable_extensions; do
7640 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7641 ac_cv_prog_ac_ct_NMEDIT="nmedit
"
7642 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7651 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7652 if test -n "$ac_ct_NMEDIT"; then
7653 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_NMEDIT" >&5
7654 $as_echo "$ac_ct_NMEDIT" >&6; }
7656 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7657 $as_echo "no
" >&6; }
7660 if test "x
$ac_ct_NMEDIT" = x; then
7663 case $cross_compiling:$ac_tool_warned in
7665 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7666 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7667 ac_tool_warned=yes ;;
7669 NMEDIT=$ac_ct_NMEDIT
7672 NMEDIT="$ac_cv_prog_NMEDIT"
7675 if test -n "$ac_tool_prefix"; then
7676 # Extract the first word of "${ac_tool_prefix}lipo
", so it can be a program name with args.
7677 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7679 $as_echo_n "checking
for $ac_word...
" >&6; }
7680 if ${ac_cv_prog_LIPO+:} false; then :
7681 $as_echo_n "(cached
) " >&6
7683 if test -n "$LIPO"; then
7684 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7686 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7690 test -z "$as_dir" && as_dir=.
7691 for ac_exec_ext in '' $ac_executable_extensions; do
7692 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7693 ac_cv_prog_LIPO="${ac_tool_prefix}lipo
"
7694 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7703 LIPO=$ac_cv_prog_LIPO
7704 if test -n "$LIPO"; then
7705 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $LIPO" >&5
7706 $as_echo "$LIPO" >&6; }
7708 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7709 $as_echo "no
" >&6; }
7714 if test -z "$ac_cv_prog_LIPO"; then
7716 # Extract the first word of "lipo
", so it can be a program name with args.
7717 set dummy lipo; ac_word=$2
7718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7719 $as_echo_n "checking
for $ac_word...
" >&6; }
7720 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7721 $as_echo_n "(cached
) " >&6
7723 if test -n "$ac_ct_LIPO"; then
7724 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7730 test -z "$as_dir" && as_dir=.
7731 for ac_exec_ext in '' $ac_executable_extensions; do
7732 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7733 ac_cv_prog_ac_ct_LIPO="lipo
"
7734 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7743 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7744 if test -n "$ac_ct_LIPO"; then
7745 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_LIPO" >&5
7746 $as_echo "$ac_ct_LIPO" >&6; }
7748 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7749 $as_echo "no
" >&6; }
7752 if test "x
$ac_ct_LIPO" = x; then
7755 case $cross_compiling:$ac_tool_warned in
7757 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7758 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7759 ac_tool_warned=yes ;;
7764 LIPO="$ac_cv_prog_LIPO"
7767 if test -n "$ac_tool_prefix"; then
7768 # Extract the first word of "${ac_tool_prefix}otool
", so it can be a program name with args.
7769 set dummy ${ac_tool_prefix}otool; ac_word=$2
7770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7771 $as_echo_n "checking
for $ac_word...
" >&6; }
7772 if ${ac_cv_prog_OTOOL+:} false; then :
7773 $as_echo_n "(cached
) " >&6
7775 if test -n "$OTOOL"; then
7776 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7778 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7782 test -z "$as_dir" && as_dir=.
7783 for ac_exec_ext in '' $ac_executable_extensions; do
7784 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7785 ac_cv_prog_OTOOL="${ac_tool_prefix}otool
"
7786 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7795 OTOOL=$ac_cv_prog_OTOOL
7796 if test -n "$OTOOL"; then
7797 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL" >&5
7798 $as_echo "$OTOOL" >&6; }
7800 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7801 $as_echo "no
" >&6; }
7806 if test -z "$ac_cv_prog_OTOOL"; then
7808 # Extract the first word of "otool
", so it can be a program name with args.
7809 set dummy otool; ac_word=$2
7810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7811 $as_echo_n "checking
for $ac_word...
" >&6; }
7812 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7813 $as_echo_n "(cached
) " >&6
7815 if test -n "$ac_ct_OTOOL"; then
7816 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7818 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7822 test -z "$as_dir" && as_dir=.
7823 for ac_exec_ext in '' $ac_executable_extensions; do
7824 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7825 ac_cv_prog_ac_ct_OTOOL="otool
"
7826 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7835 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7836 if test -n "$ac_ct_OTOOL"; then
7837 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL" >&5
7838 $as_echo "$ac_ct_OTOOL" >&6; }
7840 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7841 $as_echo "no
" >&6; }
7844 if test "x
$ac_ct_OTOOL" = x; then
7847 case $cross_compiling:$ac_tool_warned in
7849 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7850 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7851 ac_tool_warned=yes ;;
7856 OTOOL="$ac_cv_prog_OTOOL"
7859 if test -n "$ac_tool_prefix"; then
7860 # Extract the first word of "${ac_tool_prefix}otool64
", so it can be a program name with args.
7861 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7863 $as_echo_n "checking
for $ac_word...
" >&6; }
7864 if ${ac_cv_prog_OTOOL64+:} false; then :
7865 $as_echo_n "(cached
) " >&6
7867 if test -n "$OTOOL64"; then
7868 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7870 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7874 test -z "$as_dir" && as_dir=.
7875 for ac_exec_ext in '' $ac_executable_extensions; do
7876 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7877 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64
"
7878 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7887 OTOOL64=$ac_cv_prog_OTOOL64
7888 if test -n "$OTOOL64"; then
7889 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $OTOOL64" >&5
7890 $as_echo "$OTOOL64" >&6; }
7892 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7893 $as_echo "no
" >&6; }
7898 if test -z "$ac_cv_prog_OTOOL64"; then
7899 ac_ct_OTOOL64=$OTOOL64
7900 # Extract the first word of "otool64
", so it can be a program name with args.
7901 set dummy otool64; ac_word=$2
7902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $ac_word" >&5
7903 $as_echo_n "checking
for $ac_word...
" >&6; }
7904 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7905 $as_echo_n "(cached
) " >&6
7907 if test -n "$ac_ct_OTOOL64"; then
7908 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7914 test -z "$as_dir" && as_dir=.
7915 for ac_exec_ext in '' $ac_executable_extensions; do
7916 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7917 ac_cv_prog_ac_ct_OTOOL64="otool64
"
7918 $as_echo "$as_me:${as_lineno-$LINENO}: found
$as_dir/$ac_word$ac_exec_ext" >&5
7927 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7928 if test -n "$ac_ct_OTOOL64"; then
7929 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $ac_ct_OTOOL64" >&5
7930 $as_echo "$ac_ct_OTOOL64" >&6; }
7932 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
7933 $as_echo "no
" >&6; }
7936 if test "x
$ac_ct_OTOOL64" = x; then
7939 case $cross_compiling:$ac_tool_warned in
7941 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: using cross tools not prefixed with
host triplet
" >&5
7942 $as_echo "$as_me: WARNING
: using cross tools not prefixed with
host triplet
" >&2;}
7943 ac_tool_warned=yes ;;
7945 OTOOL64=$ac_ct_OTOOL64
7948 OTOOL64="$ac_cv_prog_OTOOL64"
7977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -single_module linker flag
" >&5
7978 $as_echo_n "checking
for -single_module linker flag...
" >&6; }
7979 if ${lt_cv_apple_cc_single_mod+:} false; then :
7980 $as_echo_n "(cached
) " >&6
7982 lt_cv_apple_cc_single_mod=no
7983 if test -z "${LT_MULTI_MODULE}"; then
7984 # By default we will add the -single_module flag. You can override
7985 # by either setting the environment variable LT_MULTI_MODULE
7986 # non-empty at configure time, or by adding -multi_module to the
7988 rm -rf libconftest.dylib*
7989 echo "int foo
(void
){return 1;}" > conftest.c
7990 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7991 -dynamiclib -Wl,-single_module conftest.c
" >&5
7992 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7993 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7995 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7996 lt_cv_apple_cc_single_mod=yes
7998 cat conftest.err >&5
8000 rm -rf libconftest.dylib*
8004 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_apple_cc_single_mod" >&5
8005 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -exported_symbols_list linker flag
" >&5
8007 $as_echo_n "checking
for -exported_symbols_list linker flag...
" >&6; }
8008 if ${lt_cv_ld_exported_symbols_list+:} false; then :
8009 $as_echo_n "(cached
) " >&6
8011 lt_cv_ld_exported_symbols_list=no
8012 save_LDFLAGS=$LDFLAGS
8013 echo "_main
" > conftest.sym
8014 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym
"
8015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8016 /* end confdefs.h. */
8026 if ac_fn_c_try_link "$LINENO"; then :
8027 lt_cv_ld_exported_symbols_list=yes
8029 lt_cv_ld_exported_symbols_list=no
8031 rm -f core conftest.err conftest.$ac_objext \
8032 conftest$ac_exeext conftest.$ac_ext
8033 LDFLAGS="$save_LDFLAGS"
8036 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_exported_symbols_list" >&5
8037 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for -force_load linker flag
" >&5
8039 $as_echo_n "checking
for -force_load linker flag...
" >&6; }
8040 if ${lt_cv_ld_force_load+:} false; then :
8041 $as_echo_n "(cached
) " >&6
8043 lt_cv_ld_force_load=no
8044 cat > conftest.c << _LT_EOF
8045 int forced_loaded() { return 2;}
8047 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c
" >&5
8048 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8049 echo "$AR cru libconftest.a conftest.o
" >&5
8050 $AR cru libconftest.a conftest.o 2>&5
8051 cat > conftest.c << _LT_EOF
8052 int main() { return 0;}
8054 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c
-Wl,-force_load,.
/libconftest.a
" >&5
8055 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8057 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8058 lt_cv_ld_force_load=yes
8060 cat conftest.err >&5
8062 rm -f conftest.err libconftest.a conftest conftest.c
8063 rm -rf conftest.dSYM
8066 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_ld_force_load" >&5
8067 $as_echo "$lt_cv_ld_force_load" >&6; }
8069 rhapsody* | darwin1.[012])
8070 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8072 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8073 darwin*) # darwin 5.x on
8074 # if running on 10.5 or later, the deployment target defaults
8075 # to the OS version, if on x86, and 10.4, the deployment
8076 # target defaults to 10.4. Don't you love it?
8077 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8078 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8079 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8081 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8083 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8087 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8088 _lt_dar_single_mod='$single_module'
8090 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8091 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8093 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8095 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no
"; then
8096 _lt_dsymutil='~$DSYMUTIL $lib || :'
8103 for ac_header in dlfcn.h
8105 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h
" "ac_cv_header_dlfcn_h
" "$ac_includes_default
8107 if test "x
$ac_cv_header_dlfcn_h" = xyes; then :
8108 cat >>confdefs.h <<_ACEOF
8109 #define HAVE_DLFCN_H 1
8130 # Check whether --enable-shared was given.
8131 if test "${enable_shared+set}" = set; then :
8132 enableval=$enable_shared; p=${PACKAGE-default}
8134 yes) enable_shared=yes ;;
8135 no) enable_shared=no ;;
8138 # Look at the argument we got. We use all the common list separators.
8139 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8140 for pkg in $enableval; do
8142 if test "X
$pkg" = "X
$p"; then
8161 # Check whether --enable-static was given.
8162 if test "${enable_static+set}" = set; then :
8163 enableval=$enable_static; p=${PACKAGE-default}
8165 yes) enable_static=yes ;;
8166 no) enable_static=no ;;
8169 # Look at the argument we got. We use all the common list separators.
8170 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8171 for pkg in $enableval; do
8173 if test "X
$pkg" = "X
$p"; then
8193 # Check whether --with-pic was given.
8194 if test "${with_pic+set}" = set; then :
8195 withval=$with_pic; pic_mode="$withval"
8201 test -z "$pic_mode" && pic_mode=default
8209 # Check whether --enable-fast-install was given.
8210 if test "${enable_fast_install+set}" = set; then :
8211 enableval=$enable_fast_install; p=${PACKAGE-default}
8213 yes) enable_fast_install=yes ;;
8214 no) enable_fast_install=no ;;
8216 enable_fast_install=no
8217 # Look at the argument we got. We use all the common list separators.
8218 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8219 for pkg in $enableval; do
8221 if test "X
$pkg" = "X
$p"; then
8222 enable_fast_install=yes
8229 enable_fast_install=yes
8242 # This can be used to rebuild libtool when needed
8243 LIBTOOL_DEPS="$ltmain"
8245 # Always use our own libtool.
8246 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8273 test -z "$LN_S" && LN_S="ln -s"
8288 if test -n "${ZSH_VERSION+set}" ; then
8289 setopt NO_GLOB_SUBST
8292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for objdir
" >&5
8293 $as_echo_n "checking
for objdir...
" >&6; }
8294 if ${lt_cv_objdir+:} false; then :
8295 $as_echo_n "(cached
) " >&6
8297 rm -f .libs 2>/dev/null
8298 mkdir .libs 2>/dev/null
8299 if test -d .libs; then
8302 # MS-DOS does not allow filenames that begin with a dot.
8305 rmdir .libs 2>/dev/null
8307 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_objdir" >&5
8308 $as_echo "$lt_cv_objdir" >&6; }
8309 objdir=$lt_cv_objdir
8315 cat >>confdefs.h <<_ACEOF
8316 #define LT_OBJDIR "$lt_cv_objdir/"
8324 # AIX sometimes has problems with the GCC collect2 program. For some
8325 # reason, if we set the COLLECT_NAMES environment variable, the problems
8326 # vanish in a puff of smoke.
8327 if test "X
${COLLECT_NAMES+set}" != Xset; then
8329 export COLLECT_NAMES
8336 can_build_shared=yes
8338 # All known linkers require a `.a' archive for static linking (except MSVC,
8339 # which needs '.lib').
8342 with_gnu_ld="$lt_cv_prog_gnu_ld"
8345 old_CFLAGS="$CFLAGS"
8347 # Set sane defaults for various variables
8348 test -z "$CC" && CC=cc
8349 test -z "$LTCC" && LTCC=$CC
8350 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8351 test -z "$LD" && LD=ld
8352 test -z "$ac_objext" && ac_objext=o
8354 for cc_temp in $compiler""; do
8356 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8357 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8362 cc_basename=`$ECHO "$cc_temp" | $SED "s
%.
*/%%; s
%^
$host_alias-%%"`
8365 # Only perform the check for file, if the check method requires it
8366 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8367 case $deplibs_check_method in
8369 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for ${ac_tool_prefix}file" >&5
8371 $as_echo_n "checking
for ${ac_tool_prefix}file...
" >&6; }
8372 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8373 $as_echo_n "(cached
) " >&6
8377 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8380 lt_save_MAGIC_CMD="$MAGIC_CMD"
8381 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8382 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
8383 for ac_dir in $ac_dummy; do
8385 test -z "$ac_dir" && ac_dir=.
8386 if test -f $ac_dir/${ac_tool_prefix}file; then
8387 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8388 if test -n "$file_magic_test_file"; then
8389 case $deplibs_check_method in
8391 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
8392 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8393 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8394 $EGREP "$file_magic_regex" > /dev/null; then
8399 *** Warning: the command libtool uses to detect shared libraries,
8400 *** $file_magic_cmd, produces output that libtool cannot recognize.
8401 *** The result is that libtool may fail to recognize shared libraries
8402 *** as such. This will affect the creation of libtool libraries that
8403 *** depend on shared libraries, but programs linked with such libtool
8404 *** libraries will work regardless of this problem. Nevertheless, you
8405 *** may want to report the problem to your system manager and/or to
8406 *** bug-libtool@gnu.org
8416 MAGIC_CMD="$lt_save_MAGIC_CMD"
8421 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8422 if test -n "$MAGIC_CMD"; then
8423 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
8424 $as_echo "$MAGIC_CMD" >&6; }
8426 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8427 $as_echo "no
" >&6; }
8434 if test -z "$lt_cv_path_MAGIC_CMD"; then
8435 if test -n "$ac_tool_prefix"; then
8436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for file" >&5
8437 $as_echo_n "checking
for file...
" >&6; }
8438 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8439 $as_echo_n "(cached
) " >&6
8443 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8446 lt_save_MAGIC_CMD="$MAGIC_CMD"
8447 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8448 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
8449 for ac_dir in $ac_dummy; do
8451 test -z "$ac_dir" && ac_dir=.
8452 if test -f $ac_dir/file; then
8453 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8454 if test -n "$file_magic_test_file"; then
8455 case $deplibs_check_method in
8457 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
8458 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8459 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8460 $EGREP "$file_magic_regex" > /dev/null; then
8465 *** Warning: the command libtool uses to detect shared libraries,
8466 *** $file_magic_cmd, produces output that libtool cannot recognize.
8467 *** The result is that libtool may fail to recognize shared libraries
8468 *** as such. This will affect the creation of libtool libraries that
8469 *** depend on shared libraries, but programs linked with such libtool
8470 *** libraries will work regardless of this problem. Nevertheless, you
8471 *** may want to report the problem to your system manager and/or to
8472 *** bug-libtool@gnu.org
8482 MAGIC_CMD="$lt_save_MAGIC_CMD"
8487 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8488 if test -n "$MAGIC_CMD"; then
8489 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $MAGIC_CMD" >&5
8490 $as_echo "$MAGIC_CMD" >&6; }
8492 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: no
" >&5
8493 $as_echo "no
" >&6; }
8506 # Use C for the default configuration in the libtool script
8510 ac_cpp='$CPP $CPPFLAGS'
8511 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8512 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8513 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8516 # Source file extension for C test sources.
8519 # Object file extension for compiled C test sources.
8523 # Code to be used in simple compile tests
8524 lt_simple_compile_test_code="int some_variable
= 0;"
8526 # Code to be used in simple link tests
8527 lt_simple_link_test_code='int main(){return(0);}'
8535 # If no C compiler was specified, use CC.
8538 # If no C compiler flags were specified, use CFLAGS.
8539 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8541 # Allow CC to be a program name with arguments.
8544 # Save the default compiler, since it gets overwritten when the other
8545 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8546 compiler_DEFAULT=$CC
8548 # save warnings/boilerplate of simple test code
8549 ac_outfile=conftest.$ac_objext
8550 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8551 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8552 _lt_compiler_boilerplate=`cat conftest.err`
8555 ac_outfile=conftest.$ac_objext
8556 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8557 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8558 _lt_linker_boilerplate=`cat conftest.err`
8563 ## There is no encapsulation within the following macros, do not change
8564 ## the running order or otherwise move them around unless you know exactly
8565 ## what you are doing...
8566 if test -n "$compiler"; then
8568 lt_prog_compiler_no_builtin_flag=
8570 if test "$GCC" = yes; then
8571 case $cc_basename in
8573 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8575 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-fno-rtti -fno-exceptions" >&5
8579 $as_echo_n "checking
if $compiler supports
-fno-rtti -fno-exceptions...
" >&6; }
8580 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8581 $as_echo_n "(cached
) " >&6
8583 lt_cv_prog_compiler_rtti_exceptions=no
8584 ac_outfile=conftest.$ac_objext
8585 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8586 lt_compiler_flag="-fno-rtti -fno-exceptions"
8587 # Insert the option either (1) after the last *FLAGS variable, or
8588 # (2) before a word containing "conftest.
", or (3) at the end.
8589 # Note that $ac_compile itself does not contain backslashes and begins
8590 # with a dollar sign (not a hyphen), so the echo should work correctly.
8591 # The option is referenced via a variable to avoid confusing sed.
8592 lt_compile=`echo "$ac_compile" | $SED \
8593 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8594 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8595 -e 's:$: $lt_compiler_flag:'`
8596 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8597 (eval "$lt_compile" 2>conftest.err)
8599 cat conftest.err >&5
8600 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8601 if (exit $ac_status) && test -s "$ac_outfile"; then
8602 # The compiler can only warn and ignore the option if not recognized
8603 # So say no if there are warnings other than the usual output.
8604 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8605 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8606 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8607 lt_cv_prog_compiler_rtti_exceptions=yes
8613 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_rtti_exceptions" >&5
8614 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8616 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8617 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8629 lt_prog_compiler_wl=
8630 lt_prog_compiler_pic=
8631 lt_prog_compiler_static=
8633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
for $compiler option to produce PIC
" >&5
8634 $as_echo_n "checking
for $compiler option to produce PIC...
" >&6; }
8636 if test "$GCC" = yes; then
8637 lt_prog_compiler_wl='-Wl,'
8638 lt_prog_compiler_static='-static'
8642 # All AIX code is PIC.
8643 if test "$host_cpu" = ia64; then
8644 # AIX 5 now supports IA64 processor
8645 lt_prog_compiler_static='-Bstatic'
8647 lt_prog_compiler_pic='-fPIC'
8653 # see comment about AmigaOS4 .so support
8654 lt_prog_compiler_pic='-fPIC'
8657 # FIXME: we need at least 68020 code to build shared libraries, but
8658 # adding the `-m68020' flag to GCC prevents building anything better,
8660 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8665 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8666 # PIC is the default for these OSes.
8669 mingw* | cygwin* | pw32* | os2* | cegcc*)
8670 # This hack is so that the source file can tell whether it is being
8671 # built for inclusion in a dll (and should export symbols for example).
8672 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8673 # (--disable-auto-import) libraries
8674 lt_prog_compiler_pic='-DDLL_EXPORT'
8677 darwin* | rhapsody*)
8678 # PIC is the default on this platform
8679 # Common symbols not allowed in MH_DYLIB files
8680 lt_prog_compiler_pic='-fno-common'
8684 # PIC is the default for Haiku.
8685 # The "-static" flag exists, but is broken.
8686 lt_prog_compiler_static=
8690 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8691 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8692 # sets the default TLS model and affects inlining.
8698 lt_prog_compiler_pic='-fPIC'
8704 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8705 # Instead, we relocate shared libraries at runtime.
8709 # Just because we use GCC doesn't mean we suddenly get shared libraries
8710 # on systems that don't support them.
8711 lt_prog_compiler_can_build_shared=no
8716 # QNX uses GNU C++, but need to define -shared option too, otherwise
8718 lt_prog_compiler_pic='-fPIC -shared'
8722 if test -d /usr/nec; then
8723 lt_prog_compiler_pic=-Kconform_pic
8728 lt_prog_compiler_pic='-fPIC'
8732 case $cc_basename in
8733 nvcc*) # Cuda Compiler Driver 2.2
8734 lt_prog_compiler_wl='-Xlinker '
8735 lt_prog_compiler_pic='-Xcompiler -fPIC'
8739 # PORTME Check for flag to pass linker flags through the system compiler.
8742 lt_prog_compiler_wl='-Wl,'
8743 if test "$host_cpu" = ia64; then
8744 # AIX 5 now supports IA64 processor
8745 lt_prog_compiler_static='-Bstatic'
8747 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8751 mingw* | cygwin* | pw32* | os2* | cegcc*)
8752 # This hack is so that the source file can tell whether it is being
8753 # built for inclusion in a dll (and should export symbols for example).
8754 lt_prog_compiler_pic='-DDLL_EXPORT'
8757 hpux9* | hpux10* | hpux11*)
8758 lt_prog_compiler_wl='-Wl,'
8759 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8766 lt_prog_compiler_pic='+Z'
8769 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8770 lt_prog_compiler_static='${wl}-a ${wl}archive'
8773 irix5* | irix6* | nonstopux*)
8774 lt_prog_compiler_wl='-Wl,'
8775 # PIC (with -KPIC) is the default.
8776 lt_prog_compiler_static='-non_shared'
8779 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8780 case $cc_basename in
8781 # old Intel for x86_64 which still supported -KPIC.
8783 lt_prog_compiler_wl='-Wl,'
8784 lt_prog_compiler_pic='-KPIC'
8785 lt_prog_compiler_static='-static'
8787 # icc used to be incompatible with GCC.
8788 # ICC 10 doesn't accept -KPIC any more.
8790 lt_prog_compiler_wl='-Wl,'
8791 lt_prog_compiler_pic='-fPIC'
8792 lt_prog_compiler_static='-static'
8794 # Lahey Fortran 8.1.
8796 lt_prog_compiler_wl='-Wl,'
8797 lt_prog_compiler_pic='--shared'
8798 lt_prog_compiler_static='--static'
8800 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8801 # Portland Group compilers (*not* the Pentium gcc compiler,
8802 # which looks to be a dead project)
8803 lt_prog_compiler_wl='-Wl,'
8804 lt_prog_compiler_pic='-fpic'
8805 lt_prog_compiler_static='-Bstatic'
8808 lt_prog_compiler_wl='-Wl,'
8809 # All Alpha code is PIC.
8810 lt_prog_compiler_static='-non_shared'
8812 xl* | bgxl* | bgf* | mpixl*)
8813 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8814 lt_prog_compiler_wl='-Wl,'
8815 lt_prog_compiler_pic='-qpic'
8816 lt_prog_compiler_static='-qstaticlink'
8819 case `$CC -V 2>&1 | sed 5q` in
8820 *Sun\ F* | *Sun*Fortran*)
8821 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8822 lt_prog_compiler_pic='-KPIC'
8823 lt_prog_compiler_static='-Bstatic'
8824 lt_prog_compiler_wl=''
8828 lt_prog_compiler_pic='-KPIC'
8829 lt_prog_compiler_static='-Bstatic'
8830 lt_prog_compiler_wl='-Wl,'
8838 lt_prog_compiler_pic='-KPIC'
8839 lt_prog_compiler_static='-Bstatic'
8843 # QNX uses GNU C++, but need to define -shared option too, otherwise
8845 lt_prog_compiler_pic='-fPIC -shared'
8848 osf3* | osf4* | osf5*)
8849 lt_prog_compiler_wl='-Wl,'
8850 # All OSF/1 code is PIC.
8851 lt_prog_compiler_static='-non_shared'
8855 lt_prog_compiler_static='-non_shared'
8859 lt_prog_compiler_pic='-KPIC'
8860 lt_prog_compiler_static='-Bstatic'
8861 case $cc_basename in
8863 lt_prog_compiler_wl='-Qoption ld ';;
8865 lt_prog_compiler_wl='-Wl,';;
8870 lt_prog_compiler_wl='-Qoption ld '
8871 lt_prog_compiler_pic='-PIC'
8872 lt_prog_compiler_static='-Bstatic'
8875 sysv4 | sysv4.2uw2* | sysv4.3*)
8876 lt_prog_compiler_wl='-Wl,'
8877 lt_prog_compiler_pic='-KPIC'
8878 lt_prog_compiler_static='-Bstatic'
8882 if test -d /usr/nec ;then
8883 lt_prog_compiler_pic='-Kconform_pic'
8884 lt_prog_compiler_static='-Bstatic'
8888 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8889 lt_prog_compiler_wl='-Wl,'
8890 lt_prog_compiler_pic='-KPIC'
8891 lt_prog_compiler_static='-Bstatic'
8895 lt_prog_compiler_wl='-Wl,'
8896 lt_prog_compiler_can_build_shared=no
8900 lt_prog_compiler_pic='-pic'
8901 lt_prog_compiler_static='-Bstatic'
8905 lt_prog_compiler_can_build_shared=no
8911 # For platforms which do not support PIC, -DPIC is meaningless:
8913 lt_prog_compiler_pic=
8916 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8919 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_prog_compiler_pic" >&5
8920 $as_echo "$lt_prog_compiler_pic" >&6; }
8928 # Check to make sure the PIC flag actually works.
8930 if test -n "$lt_prog_compiler_pic"; then
8931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler PIC flag
$lt_prog_compiler_pic works
" >&5
8932 $as_echo_n "checking
if $compiler PIC flag
$lt_prog_compiler_pic works...
" >&6; }
8933 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8934 $as_echo_n "(cached
) " >&6
8936 lt_cv_prog_compiler_pic_works=no
8937 ac_outfile=conftest.$ac_objext
8938 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8939 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8940 # Insert the option either (1) after the last *FLAGS variable, or
8941 # (2) before a word containing "conftest.
", or (3) at the end.
8942 # Note that $ac_compile itself does not contain backslashes and begins
8943 # with a dollar sign (not a hyphen), so the echo should work correctly.
8944 # The option is referenced via a variable to avoid confusing sed.
8945 lt_compile=`echo "$ac_compile" | $SED \
8946 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8947 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8948 -e 's:$: $lt_compiler_flag:'`
8949 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
8950 (eval "$lt_compile" 2>conftest.err)
8952 cat conftest.err >&5
8953 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
8954 if (exit $ac_status) && test -s "$ac_outfile"; then
8955 # The compiler can only warn and ignore the option if not recognized
8956 # So say no if there are warnings other than the usual output.
8957 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8958 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8959 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8960 lt_cv_prog_compiler_pic_works=yes
8966 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_pic_works" >&5
8967 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8969 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8970 case $lt_prog_compiler_pic in
8972 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8975 lt_prog_compiler_pic=
8976 lt_prog_compiler_can_build_shared=no
8987 # Check to make sure the static flag actually works.
8989 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler static flag
$lt_tmp_static_flag works
" >&5
8991 $as_echo_n "checking
if $compiler static flag
$lt_tmp_static_flag works...
" >&6; }
8992 if ${lt_cv_prog_compiler_static_works+:} false; then :
8993 $as_echo_n "(cached
) " >&6
8995 lt_cv_prog_compiler_static_works=no
8996 save_LDFLAGS="$LDFLAGS"
8997 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8998 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8999 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9000 # The linker can only warn and ignore the option if not recognized
9001 # So say no if there are warnings
9002 if test -s conftest.err; then
9003 # Append any errors to the config.log.
9004 cat conftest.err 1>&5
9005 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9006 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9007 if diff conftest.exp conftest.er2 >/dev/null; then
9008 lt_cv_prog_compiler_static_works=yes
9011 lt_cv_prog_compiler_static_works=yes
9015 LDFLAGS="$save_LDFLAGS"
9018 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_static_works" >&5
9019 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
9021 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9024 lt_prog_compiler_static=
9033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
9034 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
9035 if ${lt_cv_prog_compiler_c_o+:} false; then :
9036 $as_echo_n "(cached
) " >&6
9038 lt_cv_prog_compiler_c_o=no
9039 $RM -r conftest 2>/dev/null
9043 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9045 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
9046 # Insert the option either (1) after the last *FLAGS variable, or
9047 # (2) before a word containing "conftest.
", or (3) at the end.
9048 # Note that $ac_compile itself does not contain backslashes and begins
9049 # with a dollar sign (not a hyphen), so the echo should work correctly.
9050 lt_compile=`echo "$ac_compile" | $SED \
9051 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9052 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9053 -e 's:$: $lt_compiler_flag:'`
9054 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
9055 (eval "$lt_compile" 2>out/conftest.err)
9057 cat out/conftest.err >&5
9058 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9059 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9061 # The compiler can only warn and ignore the option if not recognized
9062 # So say no if there are warnings
9063 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9064 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9065 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9066 lt_cv_prog_compiler_c_o=yes
9071 # SGI C++ compiler will create directory out/ii_files/ for
9072 # template instantiation
9073 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9074 $RM out/* && rmdir out
9080 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
9081 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
9089 $as_echo_n "checking
if $compiler supports
-c -o file.
$ac_objext...
" >&6; }
9090 if ${lt_cv_prog_compiler_c_o+:} false; then :
9091 $as_echo_n "(cached
) " >&6
9093 lt_cv_prog_compiler_c_o=no
9094 $RM -r conftest 2>/dev/null
9098 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9100 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
9101 # Insert the option either (1) after the last *FLAGS variable, or
9102 # (2) before a word containing "conftest.
", or (3) at the end.
9103 # Note that $ac_compile itself does not contain backslashes and begins
9104 # with a dollar sign (not a hyphen), so the echo should work correctly.
9105 lt_compile=`echo "$ac_compile" | $SED \
9106 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9107 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9108 -e 's:$: $lt_compiler_flag:'`
9109 (eval echo "\"\
$as_me:$LINENO: $lt_compile\"" >&5)
9110 (eval "$lt_compile" 2>out/conftest.err)
9112 cat out/conftest.err >&5
9113 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
9114 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9116 # The compiler can only warn and ignore the option if not recognized
9117 # So say no if there are warnings
9118 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9119 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9120 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9121 lt_cv_prog_compiler_c_o=yes
9126 # SGI C++ compiler will create directory out/ii_files/ for
9127 # template instantiation
9128 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9129 $RM out/* && rmdir out
9135 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $lt_cv_prog_compiler_c_o" >&5
9136 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9141 hard_links="nottested
"
9142 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9143 # do not overwrite the value of need_locks provided by the user
9144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking
if we can lock with hard links
" >&5
9145 $as_echo_n "checking
if we can lock with hard links...
" >&6; }
9148 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9150 ln conftest.a conftest.b 2>&5 || hard_links=no
9151 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9152 { $as_echo "$as_me:${as_lineno-$LINENO}: result
: $hard_links" >&5
9153 $as_echo "$hard_links" >&6; }
9154 if test "$hard_links" = no; then
9155 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&5
9156 $as_echo "$as_me: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&2;}
9168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the
$compiler linker
($LD) supports shared libraries
" >&5
9169 $as_echo_n "checking whether the
$compiler linker
($LD) supports shared libraries...
" >&6; }
9172 allow_undefined_flag=
9173 always_export_symbols=no
9175 archive_expsym_cmds=
9176 compiler_needs_object=no
9177 enable_shared_with_static_runtimes=no
9178 export_dynamic_flag_spec=
9179 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9180 hardcode_automatic=no
9182 hardcode_direct_absolute=no
9183 hardcode_libdir_flag_spec=
9184 hardcode_libdir_flag_spec_ld=
9185 hardcode_libdir_separator=
9187 hardcode_shlibpath_var=unsupported
9189 link_all_deplibs=unknown
9192 old_archive_from_new_cmds=
9193 old_archive_from_expsyms_cmds=
9194 thread_safe_flag_spec=
9195 whole_archive_flag_spec=
9196 # include_expsyms should be a list of space-separated symbols to be *always*
9197 # included in the symbol list
9199 # exclude_expsyms can be an extended regexp of symbols to exclude
9200 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9201 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9202 # as well as any symbol that contains `d'.
9203 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9204 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9205 # platforms (ab)use it in PIC code, but their linkers get confused if
9206 # the symbol is explicitly referenced. Since portable code cannot
9207 # rely on this symbol name, it's probably fine to never include it in
9208 # preloaded symbol tables.
9209 # Exclude shared library initialization/finalization symbols.
9210 extract_expsyms_cmds=
9213 cygwin* | mingw* | pw32* | cegcc*)
9214 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9215 # When not using gcc, we currently assume that we are using
9216 # Microsoft Visual C++.
9217 if test "$GCC" != yes; then
9222 # we just hope/assume this is gcc and not c89 (= MSVC++)
9232 # On some targets, GNU ld is compatible enough with the native linker
9233 # that we're better off using the native interface for both.
9234 lt_use_gnu_ld_interface=no
9235 if test "$with_gnu_ld" = yes; then
9238 # The AIX port of GNU ld has always aspired to compatibility
9239 # with the native linker. However, as the warning in the GNU ld
9240 # block says, versions before 2.19.5* couldn't really create working
9241 # shared libraries, regardless of the interface used.
9242 case `$LD -v 2>&1` in
9243 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9244 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9245 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9247 lt_use_gnu_ld_interface=yes
9252 lt_use_gnu_ld_interface=yes
9257 if test "$lt_use_gnu_ld_interface" = yes; then
9258 # If archive_cmds runs LD, not CC, wlarc should be empty
9261 # Set some defaults for GNU ld with shared library support. These
9262 # are reset later if shared libraries are not supported. Putting them
9263 # here allows them to be overridden if necessary.
9264 runpath_var=LD_RUN_PATH
9265 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9266 export_dynamic_flag_spec='${wl}--export-dynamic'
9267 # ancient GNU ld didn't support --whole-archive et. al.
9268 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9269 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9271 whole_archive_flag_spec=
9273 supports_anon_versioning=no
9274 case `$LD -v 2>&1` in
9275 *GNU\ gold*) supports_anon_versioning=yes ;;
9276 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9277 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9278 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9279 *\ 2.11.*) ;; # other 2.11 versions
9280 *) supports_anon_versioning=yes ;;
9283 # See if GNU ld supports shared libraries.
9286 # On AIX/PPC, the GNU linker is very broken
9287 if test "$host_cpu" != ia64; then
9291 *** Warning: the GNU linker, at least up to release 2.19, is reported
9292 *** to be unable to reliably create shared libraries on AIX.
9293 *** Therefore, libtool is disabling shared libraries support. If you
9294 *** really care for shared libraries, you may want to install binutils
9295 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9296 *** You will then need to restart the configuration process.
9305 # see comment about AmigaOS4 .so support
9306 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9307 archive_expsym_cmds=''
9310 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)'
9311 hardcode_libdir_flag_spec
='-L$libdir'
9312 hardcode_minus_L
=yes
9318 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9319 allow_undefined_flag
=unsupported
9320 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9321 # support --undefined. This deserves some investigation. FIXME
9322 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9328 cygwin
* | mingw
* | pw32
* | cegcc
*)
9329 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9330 # as there is no search path for DLLs.
9331 hardcode_libdir_flag_spec
='-L$libdir'
9332 export_dynamic_flag_spec
='${wl}--export-all-symbols'
9333 allow_undefined_flag
=unsupported
9334 always_export_symbols
=no
9335 enable_shared_with_static_runtimes
=yes
9336 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9338 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
9339 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9340 # If the export-symbols file already is a .def file (1st line
9341 # is EXPORTS), use it as is; otherwise, prepend...
9342 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9343 cp $export_symbols $output_objdir/$soname.def;
9345 echo EXPORTS > $output_objdir/$soname.def;
9346 cat $export_symbols >> $output_objdir/$soname.def;
9348 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9355 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9356 link_all_deplibs
=yes
9361 hardcode_shlibpath_var
=no
9362 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9363 export_dynamic_flag_spec
='${wl}-E'
9364 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9365 # Instead, shared libraries are loaded at an image base (0x10000000 by
9366 # default) and relocated if they conflict, which is a slow very memory
9367 # consuming and fragmenting process. To avoid this, we pick a random,
9368 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9369 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9370 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9371 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'
9374 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
9376 if test "$host_os" = linux-dietlibc
; then
9377 case $cc_basename in
9378 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
9381 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
9382 && test "$tmp_diet" = no
9384 tmp_addflag
=' $pic_flag'
9385 tmp_sharedflag
='-shared'
9386 case $cc_basename,$host_cpu in
9387 pgcc
*) # Portland Group C compiler
9388 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'
9389 tmp_addflag
=' $pic_flag'
9391 pgf77
* | pgf90
* | pgf95
* | pgfortran
*)
9392 # Portland Group f77 and f90 compilers
9393 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'
9394 tmp_addflag
=' $pic_flag -Mnomain' ;;
9395 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
9396 tmp_addflag
=' -i_dynamic' ;;
9397 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
9398 tmp_addflag
=' -i_dynamic -nofor_main' ;;
9399 ifc
* | ifort
*) # Intel Fortran compiler
9400 tmp_addflag
=' -nofor_main' ;;
9401 lf95
*) # Lahey Fortran 8.1
9402 whole_archive_flag_spec
=
9403 tmp_sharedflag
='--shared' ;;
9404 xl
[cC
]* | bgxl
[cC
]* | mpixl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9405 tmp_sharedflag
='-qmkshrobj'
9407 nvcc
*) # Cuda Compiler Driver 2.2
9408 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'
9409 compiler_needs_object
=yes
9412 case `$CC -V 2>&1 | sed 5q` in
9413 *Sun\ C
*) # Sun C 5.9
9414 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'
9415 compiler_needs_object
=yes
9416 tmp_sharedflag
='-G' ;;
9417 *Sun\ F
*) # Sun Fortran 8.3
9418 tmp_sharedflag
='-G' ;;
9420 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9422 if test "x$supports_anon_versioning" = xyes
; then
9423 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
9424 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9425 echo "local: *; };" >> $output_objdir/$libname.ver~
9426 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9429 case $cc_basename in
9430 xlf
* | bgf
* | bgxlf
* | mpixlf
*)
9431 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9432 whole_archive_flag_spec
='--whole-archive$convenience --no-whole-archive'
9433 hardcode_libdir_flag_spec
=
9434 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
9435 archive_cmds
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9436 if test "x$supports_anon_versioning" = xyes
; then
9437 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
9438 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9439 echo "local: *; };" >> $output_objdir/$libname.ver~
9440 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9450 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9451 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9454 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9455 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9460 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
9464 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9465 *** create shared libraries on Solaris systems. Therefore, libtool
9466 *** is disabling shared libraries support. We urge you to upgrade GNU
9467 *** binutils to release 2.9.1 or newer. Another option is to modify
9468 *** your PATH or compiler configuration so that the native linker is
9469 *** used, and then restart.
9472 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9473 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9474 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9480 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
9481 case `$LD -v 2>&1` in
9482 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
9486 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9487 *** reliably create shared libraries on SCO systems. Therefore, libtool
9488 *** is disabling shared libraries support. We urge you to upgrade GNU
9489 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9490 *** your PATH or compiler configuration so that the native linker is
9491 *** used, and then restart.
9496 # For security reasons, it is highly recommended that you always
9497 # use absolute paths for naming shared libraries, and exclude the
9498 # DT_RUNPATH tag from executables and libraries. But doing so
9499 # requires that you compile everything twice, which is a pain.
9500 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9501 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9502 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9503 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9512 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9515 hardcode_shlibpath_var
=no
9519 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9520 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9521 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9528 if test "$ld_shlibs" = no
; then
9530 hardcode_libdir_flag_spec
=
9531 export_dynamic_flag_spec
=
9532 whole_archive_flag_spec
=
9535 # PORTME fill in a description of your system's linker (not GNU ld)
9538 allow_undefined_flag
=unsupported
9539 always_export_symbols
=yes
9540 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'
9541 # Note: this linker hardcodes the directories in LIBPATH if there
9542 # are no directories specified by -L.
9543 hardcode_minus_L
=yes
9544 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9545 # Neither direct hardcoding nor static linking is supported with a
9547 hardcode_direct
=unsupported
9552 if test "$host_cpu" = ia64
; then
9553 # On IA64, the linker does run time linking by default, so we don't
9554 # have to do anything special.
9555 aix_use_runtimelinking
=no
9556 exp_sym_flag
='-Bexport'
9559 # If we're using GNU nm, then we don't want the "-C" option.
9560 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9561 # Also, AIX nm treats weak defined symbols like other global
9562 # defined symbols, whereas GNU nm marks them as "W".
9563 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
9564 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'
9566 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'
9568 aix_use_runtimelinking
=no
9570 # Test if we are trying to use run time linking or normal
9571 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9572 # need to do runtime linking.
9573 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
9574 for ld_flag
in $LDFLAGS; do
9575 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
9576 aix_use_runtimelinking
=yes
9583 exp_sym_flag
='-bexport'
9584 no_entry_flag
='-bnoentry'
9587 # When large executables or shared objects are built, AIX ld can
9588 # have problems creating the table of contents. If linking a library
9589 # or program results in "error TOC overflow" add -mminimal-toc to
9590 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9591 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9595 hardcode_direct_absolute
=yes
9596 hardcode_libdir_separator
=':'
9597 link_all_deplibs
=yes
9598 file_list_spec
='${wl}-f,'
9600 if test "$GCC" = yes; then
9601 case $host_os in aix4.
[012]|aix4.
[012].
*)
9602 # We only want to do this on AIX 4.2 and lower, the check
9603 # below for broken collect2 doesn't work under 4.3+
9604 collect2name
=`${CC} -print-prog-name=collect2`
9605 if test -f "$collect2name" &&
9606 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
9608 # We have reworked collect2
9611 # We have old collect2
9612 hardcode_direct
=unsupported
9613 # It fails to find uninstalled libraries when the uninstalled
9614 # path is not listed in the libpath. Setting hardcode_minus_L
9615 # to unsupported forces relinking
9616 hardcode_minus_L
=yes
9617 hardcode_libdir_flag_spec
='-L$libdir'
9618 hardcode_libdir_separator
=
9622 shared_flag
='-shared'
9623 if test "$aix_use_runtimelinking" = yes; then
9624 shared_flag
="$shared_flag "'${wl}-G'
9628 if test "$host_cpu" = ia64
; then
9629 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9630 # chokes on -Wl,-G. The following line is correct:
9633 if test "$aix_use_runtimelinking" = yes; then
9634 shared_flag
='${wl}-G'
9636 shared_flag
='${wl}-bM:SRE'
9641 export_dynamic_flag_spec
='${wl}-bexpall'
9642 # It seems that -bexpall does not export symbols beginning with
9643 # underscore (_), so it is better to generate a list of symbols to export.
9644 always_export_symbols
=yes
9645 if test "$aix_use_runtimelinking" = yes; then
9646 # Warning - without using the other runtime loading flags (-brtl),
9647 # -berok will link without error, but may produce a broken library.
9648 allow_undefined_flag
='-berok'
9649 # Determine the default libpath from the value encoded in an
9651 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9652 /* end confdefs.h. */
9662 if ac_fn_c_try_link
"$LINENO"; then :
9664 lt_aix_libpath_sed
='
9665 /Import File Strings/,/^$/ {
9671 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9672 # Check for a 64-bit object if we didn't find anything.
9673 if test -z "$aix_libpath"; then
9674 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9677 rm -f core conftest.err conftest.
$ac_objext \
9678 conftest
$ac_exeext conftest.
$ac_ext
9679 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9681 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9682 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"
9684 if test "$host_cpu" = ia64
; then
9685 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
9686 allow_undefined_flag
="-z nodefs"
9687 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"
9689 # Determine the default libpath from the value encoded in an
9691 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9692 /* end confdefs.h. */
9702 if ac_fn_c_try_link
"$LINENO"; then :
9704 lt_aix_libpath_sed
='
9705 /Import File Strings/,/^$/ {
9711 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9712 # Check for a 64-bit object if we didn't find anything.
9713 if test -z "$aix_libpath"; then
9714 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9717 rm -f core conftest.err conftest.
$ac_objext \
9718 conftest
$ac_exeext conftest.
$ac_ext
9719 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9721 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9722 # Warning - without using the other run time loading flags,
9723 # -berok will link without error, but may produce a broken library.
9724 no_undefined_flag
=' ${wl}-bernotok'
9725 allow_undefined_flag
=' ${wl}-berok'
9726 if test "$with_gnu_ld" = yes; then
9727 # We only use this code for GNU lds that support --whole-archive.
9728 whole_archive_flag_spec
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9730 # Exported symbols can be pulled into shared objects from archives
9731 whole_archive_flag_spec
='$convenience'
9733 archive_cmds_need_lc
=yes
9734 # This is similar to how AIX traditionally builds its shared libraries.
9735 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'
9743 # see comment about AmigaOS4 .so support
9744 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9745 archive_expsym_cmds
=''
9748 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)'
9749 hardcode_libdir_flag_spec
='-L$libdir'
9750 hardcode_minus_L
=yes
9756 export_dynamic_flag_spec
=-rdynamic
9759 cygwin
* | mingw
* | pw32
* | cegcc
*)
9760 # When not using gcc, we currently assume that we are using
9761 # Microsoft Visual C++.
9762 # hardcode_libdir_flag_spec is actually meaningless, as there is
9763 # no search path for DLLs.
9764 hardcode_libdir_flag_spec
=' '
9765 allow_undefined_flag
=unsupported
9766 # Tell ltmain to make .lib files, not .a files.
9768 # Tell ltmain to make .dll files, not .so files.
9770 # FIXME: Setting linknames here is a bad hack.
9771 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9772 # The linker will automatically build a .lib file if we build a DLL.
9773 old_archive_from_new_cmds
='true'
9774 # FIXME: Should let the user specify the lib program.
9775 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
9776 fix_srcfile_path
='`cygpath -w "$srcfile"`'
9777 enable_shared_with_static_runtimes
=yes
9780 darwin
* | rhapsody
*)
9783 archive_cmds_need_lc
=no
9785 hardcode_automatic
=yes
9786 hardcode_shlibpath_var
=unsupported
9787 if test "$lt_cv_ld_force_load" = "yes"; then
9788 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\"`'
9790 whole_archive_flag_spec
=''
9792 link_all_deplibs
=yes
9793 allow_undefined_flag
="$_lt_dar_allow_undefined"
9794 case $cc_basename in
9795 ifort
*) _lt_dar_can_shared
=yes ;;
9796 *) _lt_dar_can_shared
=$GCC ;;
9798 if test "$_lt_dar_can_shared" = "yes"; then
9799 output_verbose_link_cmd
=func_echo_all
9800 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9801 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9802 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}"
9803 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}"
9812 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9813 hardcode_libdir_flag_spec
='-L$libdir'
9814 hardcode_shlibpath_var
=no
9817 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9818 # support. Future versions do this automatically, but an explicit c++rt0.o
9819 # does not break anything, and helps significantly (at the cost of a little
9822 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9823 hardcode_libdir_flag_spec
='-R$libdir'
9825 hardcode_shlibpath_var
=no
9828 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9830 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9832 hardcode_minus_L
=yes
9833 hardcode_shlibpath_var
=no
9836 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9837 freebsd
* | dragonfly
*)
9838 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9839 hardcode_libdir_flag_spec
='-R$libdir'
9841 hardcode_shlibpath_var
=no
9845 if test "$GCC" = yes; then
9846 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'
9848 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'
9850 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9851 hardcode_libdir_separator
=:
9854 # hardcode_minus_L: Not really in the search PATH,
9855 # but as the default location of the library.
9856 hardcode_minus_L
=yes
9857 export_dynamic_flag_spec
='${wl}-E'
9861 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9862 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9864 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9866 if test "$with_gnu_ld" = no
; then
9867 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9868 hardcode_libdir_flag_spec_ld
='+b $libdir'
9869 hardcode_libdir_separator
=:
9871 hardcode_direct_absolute
=yes
9872 export_dynamic_flag_spec
='${wl}-E'
9873 # hardcode_minus_L: Not really in the search PATH,
9874 # but as the default location of the library.
9875 hardcode_minus_L
=yes
9880 if test "$GCC" = yes && test "$with_gnu_ld" = no
; then
9883 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9886 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9889 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9895 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9898 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9902 # Older versions of the 11.00 compiler do not understand -b yet
9903 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9905 $as_echo_n "checking if $CC understands -b... " >&6; }
9906 if ${lt_cv_prog_compiler__b+:} false
; then :
9907 $as_echo_n "(cached) " >&6
9909 lt_cv_prog_compiler__b
=no
9910 save_LDFLAGS
="$LDFLAGS"
9911 LDFLAGS
="$LDFLAGS -b"
9912 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
9913 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
9914 # The linker can only warn and ignore the option if not recognized
9915 # So say no if there are warnings
9916 if test -s conftest.err
; then
9917 # Append any errors to the config.log.
9918 cat conftest.err
1>&5
9919 $ECHO "$_lt_linker_boilerplate" |
$SED '/^$/d' > conftest.exp
9920 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
9921 if diff conftest.exp conftest.er2
>/dev
/null
; then
9922 lt_cv_prog_compiler__b
=yes
9925 lt_cv_prog_compiler__b
=yes
9929 LDFLAGS
="$save_LDFLAGS"
9932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9933 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9935 if test x
"$lt_cv_prog_compiler__b" = xyes
; then
9936 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9938 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9944 if test "$with_gnu_ld" = no
; then
9945 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9946 hardcode_libdir_separator
=:
9951 hardcode_shlibpath_var
=no
9955 hardcode_direct_absolute
=yes
9956 export_dynamic_flag_spec
='${wl}-E'
9958 # hardcode_minus_L: Not really in the search PATH,
9959 # but as the default location of the library.
9960 hardcode_minus_L
=yes
9966 irix5
* | irix6
* | nonstopux
*)
9967 if test "$GCC" = yes; then
9968 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'
9969 # Try to use the -exported_symbol ld option, if it does not
9970 # work, assume that -exports_file does not work either and
9971 # implicitly export all symbols.
9972 save_LDFLAGS
="$LDFLAGS"
9973 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9974 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9975 /* end confdefs.h. */
9978 if ac_fn_c_try_link
"$LINENO"; then :
9979 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'
9982 rm -f core conftest.err conftest.
$ac_objext \
9983 conftest
$ac_exeext conftest.
$ac_ext
9984 LDFLAGS
="$save_LDFLAGS"
9986 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'
9987 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'
9989 archive_cmds_need_lc
='no'
9990 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9991 hardcode_libdir_separator
=:
9993 link_all_deplibs
=yes
9997 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9998 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10000 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10002 hardcode_libdir_flag_spec
='-R$libdir'
10003 hardcode_direct
=yes
10004 hardcode_shlibpath_var
=no
10008 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10009 hardcode_direct
=yes
10010 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
10011 hardcode_libdir_separator
=:
10012 hardcode_shlibpath_var
=no
10019 if test -f /usr
/libexec
/ld.so
; then
10020 hardcode_direct
=yes
10021 hardcode_shlibpath_var
=no
10022 hardcode_direct_absolute
=yes
10023 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10024 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10025 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10026 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
10027 export_dynamic_flag_spec
='${wl}-E'
10030 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
10031 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10032 hardcode_libdir_flag_spec
='-R$libdir'
10035 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10036 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
10046 hardcode_libdir_flag_spec
='-L$libdir'
10047 hardcode_minus_L
=yes
10048 allow_undefined_flag
=unsupported
10049 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'
10050 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10054 if test "$GCC" = yes; then
10055 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
10056 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'
10058 allow_undefined_flag
=' -expect_unresolved \*'
10059 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'
10061 archive_cmds_need_lc
='no'
10062 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
10063 hardcode_libdir_separator
=:
10066 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
10067 if test "$GCC" = yes; then
10068 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
10069 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'
10070 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
10072 allow_undefined_flag
=' -expect_unresolved \*'
10073 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'
10074 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~
10075 $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'
10077 # Both c and cxx compiler support -rpath directly
10078 hardcode_libdir_flag_spec
='-rpath $libdir'
10080 archive_cmds_need_lc
='no'
10081 hardcode_libdir_separator
=:
10085 no_undefined_flag
=' -z defs'
10086 if test "$GCC" = yes; then
10088 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10089 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10090 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10092 case `$CC -V 2>&1` in
10095 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10096 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10097 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10101 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10102 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10103 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10107 hardcode_libdir_flag_spec
='-R$libdir'
10108 hardcode_shlibpath_var
=no
10110 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
10112 # The compiler driver will combine and reorder linker options,
10113 # but understands `-z linker_flag'. GCC discards it without `$wl',
10114 # but is careful enough not to reorder.
10115 # Supported since Solaris 2.6 (maybe 2.5.1?)
10116 if test "$GCC" = yes; then
10117 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10119 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
10123 link_all_deplibs
=yes
10127 if test "x$host_vendor" = xsequent
; then
10128 # Use $CC to link under sequent, because it throws in some extra .o
10129 # files that make .init and .fini sections work.
10130 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10132 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10134 hardcode_libdir_flag_spec
='-L$libdir'
10135 hardcode_direct
=yes
10136 hardcode_minus_L
=yes
10137 hardcode_shlibpath_var
=no
10141 case $host_vendor in
10143 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10144 hardcode_direct
=yes # is this really true???
10147 ## LD is ld it makes a PLAMLIB
10148 ## CC just makes a GrossModule.
10149 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10150 reload_cmds
='$CC -r -o $output$reload_objs'
10154 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10155 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
10158 runpath_var
='LD_RUN_PATH'
10159 hardcode_shlibpath_var
=no
10163 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10164 hardcode_shlibpath_var
=no
10165 export_dynamic_flag_spec
='-Bexport'
10169 if test -d /usr
/nec
; then
10170 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10171 hardcode_shlibpath_var
=no
10172 runpath_var
=LD_RUN_PATH
10173 hardcode_runpath_var
=yes
10178 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
10179 no_undefined_flag
='${wl}-z,text'
10180 archive_cmds_need_lc
=no
10181 hardcode_shlibpath_var
=no
10182 runpath_var
='LD_RUN_PATH'
10184 if test "$GCC" = yes; then
10185 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10186 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10188 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10189 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10193 sysv5
* | sco3.2v5
* | sco5v6
*)
10194 # Note: We can NOT use -z defs as we might desire, because we do not
10195 # link with -lc, and that would cause any symbols used from libc to
10196 # always be unresolved, which means just about no library would
10197 # ever link correctly. If we're not using GNU ld we use -z text
10198 # though, which does catch some bad symbols but isn't as heavy-handed
10200 no_undefined_flag
='${wl}-z,text'
10201 allow_undefined_flag
='${wl}-z,nodefs'
10202 archive_cmds_need_lc
=no
10203 hardcode_shlibpath_var
=no
10204 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
10205 hardcode_libdir_separator
=':'
10206 link_all_deplibs
=yes
10207 export_dynamic_flag_spec
='${wl}-Bexport'
10208 runpath_var
='LD_RUN_PATH'
10210 if test "$GCC" = yes; then
10211 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10212 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10214 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10215 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10220 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10221 hardcode_libdir_flag_spec
='-L$libdir'
10222 hardcode_shlibpath_var
=no
10230 if test x
$host_vendor = xsni
; then
10232 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
10233 export_dynamic_flag_spec
='${wl}-Blargedynsym'
10239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10240 $as_echo "$ld_shlibs" >&6; }
10241 test "$ld_shlibs" = no
&& can_build_shared
=no
10243 with_gnu_ld
=$with_gnu_ld
10260 # Do we need to explicitly link libc?
10262 case "x$archive_cmds_need_lc" in
10264 # Assume -lc should be added
10265 archive_cmds_need_lc
=yes
10267 if test "$enable_shared" = yes && test "$GCC" = yes; then
10268 case $archive_cmds in
10270 # FIXME: we may have to deal with multi-command sequences.
10273 # Test whether the compiler implicitly links with -lc since on some
10274 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10275 # to ld, don't add -lc before -lgcc.
10276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10277 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10278 if ${lt_cv_archive_cmds_need_lc+:} false
; then :
10279 $as_echo_n "(cached) " >&6
10282 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
10284 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10285 (eval $ac_compile) 2>&5
10287 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10288 test $ac_status = 0; } 2>conftest.err
; then
10291 libobjs
=conftest.
$ac_objext
10293 wl
=$lt_prog_compiler_wl
10294 pic_flag
=$lt_prog_compiler_pic
10300 lt_save_allow_undefined_flag
=$allow_undefined_flag
10301 allow_undefined_flag
=
10302 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10303 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
10305 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10306 test $ac_status = 0; }
10308 lt_cv_archive_cmds_need_lc
=no
10310 lt_cv_archive_cmds_need_lc
=yes
10312 allow_undefined_flag
=$lt_save_allow_undefined_flag
10314 cat conftest.err
1>&5
10319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10320 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10321 archive_cmds_need_lc
=$lt_cv_archive_cmds_need_lc
10484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10485 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10487 if test "$GCC" = yes; then
10489 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
10490 *) lt_awk_arg
="/^libraries:/" ;;
10493 mingw
* | cegcc
*) lt_sed_strip_eq
="s,=\([A-Za-z]:\),\1,g" ;;
10494 *) lt_sed_strip_eq
="s,=/,/,g" ;;
10496 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10497 case $lt_search_path_spec in
10499 # if the path contains ";" then we assume it to be the separator
10500 # otherwise default to the standard path separator (i.e. ":") - it is
10501 # assumed that no part of a normal pathname contains ";" but that should
10502 # okay in the real world where ";" in dirpaths is itself problematic.
10503 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10506 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10509 # Ok, now we have the path, separated by spaces, we can step through it
10510 # and add multilib dir if necessary.
10511 lt_tmp_lt_search_path_spec
=
10512 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10513 for lt_sys_path
in $lt_search_path_spec; do
10514 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10515 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10517 test -d "$lt_sys_path" && \
10518 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
10521 lt_search_path_spec
=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10522 BEGIN {RS=" "; FS="/|\n";} {
10525 for (lt_i = NF; lt_i > 0; lt_i--) {
10526 if ($lt_i != "" && $lt_i != ".") {
10527 if ($lt_i == "..") {
10530 if (lt_count == 0) {
10531 lt_foo="/" $lt_i lt_foo;
10538 if (lt_foo != "") { lt_freq[lt_foo]++; }
10539 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10541 # AWK program above erroneously prepends '/' to C:/dos/paths
10544 mingw
* | cegcc
*) lt_search_path_spec
=`$ECHO "$lt_search_path_spec" |\
10545 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10547 sys_lib_search_path_spec
=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10549 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
10551 library_names_spec
=
10552 libname_spec
='lib$name'
10556 postuninstall_cmds
=
10560 shlibpath_overrides_runpath
=unknown
10562 dynamic_linker
="$host_os ld.so"
10563 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
10564 need_lib_prefix
=unknown
10565 hardcode_into_libs
=no
10567 # when you set need_version to no, make sure it does not cause -set_version
10568 # flags to be left without arguments
10569 need_version
=unknown
10574 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
10575 shlibpath_var
=LIBPATH
10577 # AIX 3 has no versioning support, so we append a major version to the name.
10578 soname_spec
='${libname}${release}${shared_ext}$major'
10585 hardcode_into_libs
=yes
10586 if test "$host_cpu" = ia64
; then
10587 # AIX 5 supports IA64
10588 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10589 shlibpath_var
=LD_LIBRARY_PATH
10591 # With GCC up to 2.95.x, collect2 would create an import file
10592 # for dependence libraries. The import file would start with
10593 # the line `#! .'. This would cause the generated library to
10594 # depend on `.', always an invalid library. This was fixed in
10595 # development snapshots of GCC prior to 3.0.
10597 aix4 | aix4.
[01] | aix4.
[01].
*)
10598 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10600 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
10603 can_build_shared
=no
10607 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10608 # soname into executable. Probably we can add versioning support to
10609 # collect2, so additional links can be useful in future.
10610 if test "$aix_use_runtimelinking" = yes; then
10611 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10612 # instead of lib<name>.a to let people know that these are not
10613 # typical AIX shared libraries.
10614 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10616 # We preserve .a as extension for shared libraries through AIX4.2
10617 # and later when we are not doing run time linking.
10618 library_names_spec
='${libname}${release}.a $libname.a'
10619 soname_spec
='${libname}${release}${shared_ext}$major'
10621 shlibpath_var
=LIBPATH
10628 # Since July 2007 AmigaOS4 officially supports .so libraries.
10629 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10630 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10633 library_names_spec
='$libname.ixlibrary $libname.a'
10634 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10635 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'
10641 library_names_spec
='${libname}${shared_ext}'
10642 dynamic_linker
="$host_os ld.so"
10643 shlibpath_var
=LIBRARY_PATH
10649 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10650 soname_spec
='${libname}${release}${shared_ext}$major'
10651 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
10652 shlibpath_var
=LD_LIBRARY_PATH
10653 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10654 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
10655 # the default ld.so.conf also contains /usr/contrib/lib and
10656 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10657 # libtool to hard-code these into programs
10660 cygwin
* | mingw
* | pw32
* | cegcc
*)
10661 version_type
=windows
10666 case $GCC,$host_os in
10667 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
10668 library_names_spec
='$libname.dll.a'
10669 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10670 postinstall_cmds
='base_file=`basename \${file}`~
10671 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10672 dldir=$destdir/`dirname \$dlpath`~
10673 test -d \$dldir || mkdir -p \$dldir~
10674 $install_prog $dir/$dlname \$dldir/$dlname~
10675 chmod a+x \$dldir/$dlname~
10676 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10677 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10679 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10680 dlpath=$dir/\$dldll~
10682 shlibpath_overrides_runpath
=yes
10686 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10687 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10689 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/lib/w32api"
10692 # MinGW DLLs use traditional 'lib' prefix
10693 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10696 # pw32 DLLs use 'pw' prefix rather than 'lib'
10697 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10703 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10706 dynamic_linker
='Win32 ld.exe'
10707 # FIXME: first we should search . and the directory the executable is in
10711 darwin
* | rhapsody
*)
10712 dynamic_linker
="$host_os dyld"
10713 version_type
=darwin
10716 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10717 soname_spec
='${libname}${release}${major}$shared_ext'
10718 shlibpath_overrides_runpath
=yes
10719 shlibpath_var
=DYLD_LIBRARY_PATH
10720 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
10722 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
10723 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
10730 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10731 soname_spec
='${libname}${release}${shared_ext}$major'
10732 shlibpath_var
=LD_LIBRARY_PATH
10735 freebsd
* | dragonfly
*)
10736 # DragonFly does not have aout. When/if they implement a new
10737 # versioning mechanism, adjust this.
10738 if test -x /usr
/bin
/objformat
; then
10739 objformat
=`/usr/bin/objformat`
10742 freebsd
[23].
*) objformat
=aout
;;
10743 *) objformat
=elf
;;
10746 version_type
=freebsd-
$objformat
10747 case $version_type in
10749 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10754 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10758 shlibpath_var
=LD_LIBRARY_PATH
10761 shlibpath_overrides_runpath
=yes
10763 freebsd3.
[01]* | freebsdelf3.
[01]*)
10764 shlibpath_overrides_runpath
=yes
10765 hardcode_into_libs
=yes
10767 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
10768 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
10769 shlibpath_overrides_runpath
=no
10770 hardcode_into_libs
=yes
10772 *) # from 4.6 on, and DragonFly
10773 shlibpath_overrides_runpath
=yes
10774 hardcode_into_libs
=yes
10783 dynamic_linker
="$host_os runtime_loader"
10784 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10785 soname_spec
='${libname}${release}${shared_ext}$major'
10786 shlibpath_var
=LIBRARY_PATH
10787 shlibpath_overrides_runpath
=yes
10788 sys_lib_dlsearch_path_spec
='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10789 hardcode_into_libs
=yes
10792 hpux9
* | hpux10
* | hpux11
*)
10793 # Give a soname corresponding to the major version so that dld.sl refuses to
10794 # link against other versions.
10801 hardcode_into_libs
=yes
10802 dynamic_linker
="$host_os dld.so"
10803 shlibpath_var
=LD_LIBRARY_PATH
10804 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10805 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10806 soname_spec
='${libname}${release}${shared_ext}$major'
10807 if test "X$HPUX_IA64_MODE" = X32
; then
10808 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10810 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
10812 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10816 hardcode_into_libs
=yes
10817 dynamic_linker
="$host_os dld.sl"
10818 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
10819 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10820 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10821 soname_spec
='${libname}${release}${shared_ext}$major'
10822 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10823 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10827 dynamic_linker
="$host_os dld.sl"
10828 shlibpath_var
=SHLIB_PATH
10829 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
10830 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10831 soname_spec
='${libname}${release}${shared_ext}$major'
10834 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10835 postinstall_cmds
='chmod 555 $lib'
10836 # or fails outright, so override atomically:
10837 install_override_mode
=555
10844 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10845 soname_spec
='${libname}${release}${shared_ext}$major'
10846 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
10847 shlibpath_var
=LD_LIBRARY_PATH
10848 shlibpath_overrides_runpath
=no
10849 hardcode_into_libs
=yes
10852 irix5
* | irix6
* | nonstopux
*)
10854 nonstopux
*) version_type
=nonstopux
;;
10856 if test "$lt_cv_prog_gnu_ld" = yes; then
10864 soname_spec
='${libname}${release}${shared_ext}$major'
10865 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10867 irix5
* | nonstopux
*)
10868 libsuff
= shlibsuff
=
10871 case $LD in # libtool.m4 will add one of these switches to LD
10872 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
10873 libsuff
= shlibsuff
= libmagic
=32-bit;;
10874 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
10875 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
10876 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
10877 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
10878 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
10882 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
10883 shlibpath_overrides_runpath
=no
10884 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10885 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
10886 hardcode_into_libs
=yes
10889 # No shared lib support for Linux oldld, aout, or coff.
10890 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
10894 # This must be Linux ELF.
10895 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu | gnu
*)
10899 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10900 soname_spec
='${libname}${release}${shared_ext}$major'
10901 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10902 shlibpath_var
=LD_LIBRARY_PATH
10903 shlibpath_overrides_runpath
=no
10905 # Some binutils ld are patched to set DT_RUNPATH
10906 if ${lt_cv_shlibpath_overrides_runpath+:} false
; then :
10907 $as_echo_n "(cached) " >&6
10909 lt_cv_shlibpath_overrides_runpath
=no
10910 save_LDFLAGS
=$LDFLAGS
10911 save_libdir
=$libdir
10912 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10913 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10914 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10915 /* end confdefs.h. */
10925 if ac_fn_c_try_link
"$LINENO"; then :
10926 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then :
10927 lt_cv_shlibpath_overrides_runpath
=yes
10930 rm -f core conftest.err conftest.
$ac_objext \
10931 conftest
$ac_exeext conftest.
$ac_ext
10932 LDFLAGS
=$save_LDFLAGS
10933 libdir
=$save_libdir
10937 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
10939 # This implies no fast_install, which is unacceptable.
10940 # Some rework will be needed to allow for fast_install
10941 # before this can be enabled.
10942 hardcode_into_libs
=yes
10944 # Append ld.so.conf contents to the search path
10945 if test -f /etc
/ld.so.conf
; then
10946 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' ' '`
10947 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
10950 # We used to test for /lib/ld.so.1 and disable shared libraries on
10951 # powerpc, because MkLinux only supported shared libraries with the
10952 # GNU dynamic linker. Since this was broken with cross compilers,
10953 # most powerpc-linux boxes support dynamic linking these days and
10954 # people can always --disable-shared, the test was removed, and we
10955 # assume the GNU/Linux dynamic linker is in use.
10956 dynamic_linker
='GNU/Linux ld.so'
10963 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
10964 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10965 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10966 dynamic_linker
='NetBSD (a.out) ld.so'
10968 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10969 soname_spec
='${libname}${release}${shared_ext}$major'
10970 dynamic_linker
='NetBSD ld.elf_so'
10972 shlibpath_var
=LD_LIBRARY_PATH
10973 shlibpath_overrides_runpath
=yes
10974 hardcode_into_libs
=yes
10979 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10980 shlibpath_var
=LD_LIBRARY_PATH
10981 shlibpath_overrides_runpath
=yes
10988 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10989 soname_spec
='${libname}${release}${shared_ext}$major'
10990 shlibpath_var
=LD_LIBRARY_PATH
10991 shlibpath_overrides_runpath
=no
10992 hardcode_into_libs
=yes
10993 dynamic_linker
='ldqnx.so'
10998 sys_lib_dlsearch_path_spec
="/usr/lib"
11000 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11002 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
11003 *) need_version
=no
;;
11005 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11006 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11007 shlibpath_var
=LD_LIBRARY_PATH
11008 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11010 openbsd2.
[89] | openbsd2.
[89].
*)
11011 shlibpath_overrides_runpath
=no
11014 shlibpath_overrides_runpath
=yes
11018 shlibpath_overrides_runpath
=yes
11023 libname_spec
='$name'
11026 library_names_spec
='$libname${shared_ext} $libname.a'
11027 dynamic_linker
='OS/2 ld.exe'
11028 shlibpath_var
=LIBPATH
11031 osf3
* | osf4
* | osf5
*)
11035 soname_spec
='${libname}${release}${shared_ext}$major'
11036 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11037 shlibpath_var
=LD_LIBRARY_PATH
11038 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11039 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
11050 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11051 soname_spec
='${libname}${release}${shared_ext}$major'
11052 shlibpath_var
=LD_LIBRARY_PATH
11053 shlibpath_overrides_runpath
=yes
11054 hardcode_into_libs
=yes
11055 # ldd complains unless libraries are executable
11056 postinstall_cmds
='chmod +x $lib'
11061 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11062 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11063 shlibpath_var
=LD_LIBRARY_PATH
11064 shlibpath_overrides_runpath
=yes
11065 if test "$with_gnu_ld" = yes; then
11073 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11074 soname_spec
='${libname}${release}${shared_ext}$major'
11075 shlibpath_var
=LD_LIBRARY_PATH
11076 case $host_vendor in
11078 shlibpath_overrides_runpath
=no
11080 runpath_var
=LD_RUN_PATH
11088 shlibpath_overrides_runpath
=no
11089 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
11095 if test -d /usr
/nec
;then
11097 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11098 soname_spec
='$libname${shared_ext}.$major'
11099 shlibpath_var
=LD_LIBRARY_PATH
11103 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
11104 version_type
=freebsd-elf
11107 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11108 soname_spec
='${libname}${release}${shared_ext}$major'
11109 shlibpath_var
=LD_LIBRARY_PATH
11110 shlibpath_overrides_runpath
=yes
11111 hardcode_into_libs
=yes
11112 if test "$with_gnu_ld" = yes; then
11113 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11115 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
11118 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
11122 sys_lib_dlsearch_path_spec
='/usr/lib'
11126 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11130 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11131 shlibpath_var
=LD_LIBRARY_PATH
11132 shlibpath_overrides_runpath
=no
11133 hardcode_into_libs
=yes
11138 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11139 soname_spec
='${libname}${release}${shared_ext}$major'
11140 shlibpath_var
=LD_LIBRARY_PATH
11147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11148 $as_echo "$dynamic_linker" >&6; }
11149 test "$dynamic_linker" = no
&& can_build_shared
=no
11151 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
11152 if test "$GCC" = yes; then
11153 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11156 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11157 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
11159 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11160 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
11254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11255 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11257 if test -n "$hardcode_libdir_flag_spec" ||
11258 test -n "$runpath_var" ||
11259 test "X$hardcode_automatic" = "Xyes" ; then
11261 # We can hardcode non-existent directories.
11262 if test "$hardcode_direct" != no
&&
11263 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11264 # have to relink, otherwise we might link with an installed library
11265 # when we should be linking with a yet-to-be-installed one
11266 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11267 test "$hardcode_minus_L" != no
; then
11268 # Linking always hardcodes the temporary library directory.
11269 hardcode_action
=relink
11271 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11272 hardcode_action
=immediate
11275 # We cannot hardcode anything, or else we can only hardcode existing
11277 hardcode_action
=unsupported
11279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11280 $as_echo "$hardcode_action" >&6; }
11282 if test "$hardcode_action" = relink ||
11283 test "$inherit_rpath" = yes; then
11284 # Fast installation is not supported
11285 enable_fast_install
=no
11286 elif test "$shlibpath_overrides_runpath" = yes ||
11287 test "$enable_shared" = no
; then
11288 # Fast installation is not necessary
11289 enable_fast_install
=needless
11297 if test "x$enable_dlopen" != xyes
; then
11298 enable_dlopen
=unknown
11299 enable_dlopen_self
=unknown
11300 enable_dlopen_self_static
=unknown
11307 lt_cv_dlopen
="load_add_on"
11309 lt_cv_dlopen_self
=yes
11312 mingw
* | pw32
* | cegcc
*)
11313 lt_cv_dlopen
="LoadLibrary"
11318 lt_cv_dlopen
="dlopen"
11323 # if libdl is installed we need to link against it
11324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11325 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11326 if ${ac_cv_lib_dl_dlopen+:} false
; then :
11327 $as_echo_n "(cached) " >&6
11329 ac_check_lib_save_LIBS
=$LIBS
11331 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11332 /* end confdefs.h. */
11334 /* Override any GCC internal prototype to avoid an error.
11335 Use char because int might match the return type of a GCC
11336 builtin and then its argument prototype would still apply. */
11349 if ac_fn_c_try_link
"$LINENO"; then :
11350 ac_cv_lib_dl_dlopen
=yes
11352 ac_cv_lib_dl_dlopen
=no
11354 rm -f core conftest.err conftest.
$ac_objext \
11355 conftest
$ac_exeext conftest.
$ac_ext
11356 LIBS
=$ac_check_lib_save_LIBS
11358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11359 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11360 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
11361 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
11364 lt_cv_dlopen
="dyld"
11366 lt_cv_dlopen_self
=yes
11373 ac_fn_c_check_func
"$LINENO" "shl_load" "ac_cv_func_shl_load"
11374 if test "x$ac_cv_func_shl_load" = xyes
; then :
11375 lt_cv_dlopen
="shl_load"
11377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11378 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11379 if ${ac_cv_lib_dld_shl_load+:} false
; then :
11380 $as_echo_n "(cached) " >&6
11382 ac_check_lib_save_LIBS
=$LIBS
11384 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11385 /* end confdefs.h. */
11387 /* Override any GCC internal prototype to avoid an error.
11388 Use char because int might match the return type of a GCC
11389 builtin and then its argument prototype would still apply. */
11397 return shl_load ();
11402 if ac_fn_c_try_link
"$LINENO"; then :
11403 ac_cv_lib_dld_shl_load
=yes
11405 ac_cv_lib_dld_shl_load
=no
11407 rm -f core conftest.err conftest.
$ac_objext \
11408 conftest
$ac_exeext conftest.
$ac_ext
11409 LIBS
=$ac_check_lib_save_LIBS
11411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11412 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11413 if test "x$ac_cv_lib_dld_shl_load" = xyes
; then :
11414 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
11416 ac_fn_c_check_func
"$LINENO" "dlopen" "ac_cv_func_dlopen"
11417 if test "x$ac_cv_func_dlopen" = xyes
; then :
11418 lt_cv_dlopen
="dlopen"
11420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11421 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11422 if ${ac_cv_lib_dl_dlopen+:} false
; then :
11423 $as_echo_n "(cached) " >&6
11425 ac_check_lib_save_LIBS
=$LIBS
11427 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11428 /* end confdefs.h. */
11430 /* Override any GCC internal prototype to avoid an error.
11431 Use char because int might match the return type of a GCC
11432 builtin and then its argument prototype would still apply. */
11445 if ac_fn_c_try_link
"$LINENO"; then :
11446 ac_cv_lib_dl_dlopen
=yes
11448 ac_cv_lib_dl_dlopen
=no
11450 rm -f core conftest.err conftest.
$ac_objext \
11451 conftest
$ac_exeext conftest.
$ac_ext
11452 LIBS
=$ac_check_lib_save_LIBS
11454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11455 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11456 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
11457 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
11459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11460 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11461 if ${ac_cv_lib_svld_dlopen+:} false
; then :
11462 $as_echo_n "(cached) " >&6
11464 ac_check_lib_save_LIBS
=$LIBS
11465 LIBS
="-lsvld $LIBS"
11466 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11467 /* end confdefs.h. */
11469 /* Override any GCC internal prototype to avoid an error.
11470 Use char because int might match the return type of a GCC
11471 builtin and then its argument prototype would still apply. */
11484 if ac_fn_c_try_link
"$LINENO"; then :
11485 ac_cv_lib_svld_dlopen
=yes
11487 ac_cv_lib_svld_dlopen
=no
11489 rm -f core conftest.err conftest.
$ac_objext \
11490 conftest
$ac_exeext conftest.
$ac_ext
11491 LIBS
=$ac_check_lib_save_LIBS
11493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11494 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11495 if test "x$ac_cv_lib_svld_dlopen" = xyes
; then :
11496 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
11498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11499 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11500 if ${ac_cv_lib_dld_dld_link+:} false
; then :
11501 $as_echo_n "(cached) " >&6
11503 ac_check_lib_save_LIBS
=$LIBS
11505 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11506 /* end confdefs.h. */
11508 /* Override any GCC internal prototype to avoid an error.
11509 Use char because int might match the return type of a GCC
11510 builtin and then its argument prototype would still apply. */
11518 return dld_link ();
11523 if ac_fn_c_try_link
"$LINENO"; then :
11524 ac_cv_lib_dld_dld_link
=yes
11526 ac_cv_lib_dld_dld_link
=no
11528 rm -f core conftest.err conftest.
$ac_objext \
11529 conftest
$ac_exeext conftest.
$ac_ext
11530 LIBS
=$ac_check_lib_save_LIBS
11532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11533 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11534 if test "x$ac_cv_lib_dld_dld_link" = xyes
; then :
11535 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
11556 if test "x$lt_cv_dlopen" != xno
; then
11562 case $lt_cv_dlopen in
11564 save_CPPFLAGS
="$CPPFLAGS"
11565 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
11567 save_LDFLAGS
="$LDFLAGS"
11568 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
11571 LIBS
="$lt_cv_dlopen_libs $LIBS"
11573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11574 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11575 if ${lt_cv_dlopen_self+:} false
; then :
11576 $as_echo_n "(cached) " >&6
11578 if test "$cross_compiling" = yes; then :
11579 lt_cv_dlopen_self
=cross
11581 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11582 lt_status
=$lt_dlunknown
11583 cat > conftest.
$ac_ext <<_LT_EOF
11584 #line 11584 "configure"
11585 #include "confdefs.h"
11594 # define LT_DLGLOBAL RTLD_GLOBAL
11597 # define LT_DLGLOBAL DL_GLOBAL
11599 # define LT_DLGLOBAL 0
11603 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11604 find out it does not work in some platform. */
11605 #ifndef LT_DLLAZY_OR_NOW
11607 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11610 # define LT_DLLAZY_OR_NOW DL_LAZY
11613 # define LT_DLLAZY_OR_NOW RTLD_NOW
11616 # define LT_DLLAZY_OR_NOW DL_NOW
11618 # define LT_DLLAZY_OR_NOW 0
11625 /* When -fvisbility=hidden is used, assume the code has been annotated
11626 correspondingly for the symbols needed. */
11627 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11628 void fnord () __attribute__((visibility("default")));
11631 void fnord () { int i=42; }
11634 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11635 int status = $lt_dlunknown;
11639 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11642 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11643 else puts (dlerror ());
11645 /* dlclose (self); */
11653 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11654 (eval $ac_link) 2>&5
11656 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11657 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11658 (.
/conftest
; exit; ) >&5 2>/dev
/null
11660 case x
$lt_status in
11661 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
11662 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
11663 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
11666 # compilation failed
11667 lt_cv_dlopen_self
=no
11674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11675 $as_echo "$lt_cv_dlopen_self" >&6; }
11677 if test "x$lt_cv_dlopen_self" = xyes
; then
11678 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
11679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11680 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11681 if ${lt_cv_dlopen_self_static+:} false
; then :
11682 $as_echo_n "(cached) " >&6
11684 if test "$cross_compiling" = yes; then :
11685 lt_cv_dlopen_self_static
=cross
11687 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
11688 lt_status
=$lt_dlunknown
11689 cat > conftest.
$ac_ext <<_LT_EOF
11690 #line 11690 "configure"
11691 #include "confdefs.h"
11700 # define LT_DLGLOBAL RTLD_GLOBAL
11703 # define LT_DLGLOBAL DL_GLOBAL
11705 # define LT_DLGLOBAL 0
11709 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11710 find out it does not work in some platform. */
11711 #ifndef LT_DLLAZY_OR_NOW
11713 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11716 # define LT_DLLAZY_OR_NOW DL_LAZY
11719 # define LT_DLLAZY_OR_NOW RTLD_NOW
11722 # define LT_DLLAZY_OR_NOW DL_NOW
11724 # define LT_DLLAZY_OR_NOW 0
11731 /* When -fvisbility=hidden is used, assume the code has been annotated
11732 correspondingly for the symbols needed. */
11733 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11734 void fnord () __attribute__((visibility("default")));
11737 void fnord () { int i=42; }
11740 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11741 int status = $lt_dlunknown;
11745 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11748 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11749 else puts (dlerror ());
11751 /* dlclose (self); */
11759 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11760 (eval $ac_link) 2>&5
11762 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11763 test $ac_status = 0; } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
11764 (.
/conftest
; exit; ) >&5 2>/dev
/null
11766 case x
$lt_status in
11767 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
11768 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
11769 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
11772 # compilation failed
11773 lt_cv_dlopen_self_static
=no
11780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11781 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11784 CPPFLAGS
="$save_CPPFLAGS"
11785 LDFLAGS
="$save_LDFLAGS"
11790 case $lt_cv_dlopen_self in
11791 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
11792 *) enable_dlopen_self
=unknown
;;
11795 case $lt_cv_dlopen_self_static in
11796 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
11797 *) enable_dlopen_self_static
=unknown
;;
11819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11820 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11821 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
11822 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
11823 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
11824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11825 $as_echo "yes" >&6; }
11827 # FIXME - insert some real tests, host_os isn't really good enough
11830 if test -n "$STRIP" ; then
11831 striplib
="$STRIP -x"
11832 old_striplib
="$STRIP -S"
11833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11834 $as_echo "yes" >&6; }
11836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11837 $as_echo "no" >&6; }
11841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11842 $as_echo "no" >&6; }
11858 # Report which library types will actually be built
11859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11860 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11862 $as_echo "$can_build_shared" >&6; }
11864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11865 $as_echo_n "checking whether to build shared libraries... " >&6; }
11866 test "$can_build_shared" = "no" && enable_shared
=no
11868 # On AIX, shared libraries and static libraries use the same namespace, and
11869 # are all built from PIC.
11872 test "$enable_shared" = yes && enable_static
=no
11873 if test -n "$RANLIB"; then
11874 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
11875 postinstall_cmds
='$RANLIB $lib'
11880 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
11881 test "$enable_shared" = yes && enable_static
=no
11885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11886 $as_echo "$enable_shared" >&6; }
11888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11889 $as_echo_n "checking whether to build static libraries... " >&6; }
11890 # Make sure either enable_shared or enable_static is yes.
11891 test "$enable_shared" = yes || enable_static
=yes
11892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11893 $as_echo "$enable_static" >&6; }
11900 ac_cpp
='$CPP $CPPFLAGS'
11901 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11902 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11903 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11919 ac_config_commands
="$ac_config_commands libtool"
11924 # Only expand once:
11928 # The tests for host and target for $enable_largefile require
11933 # As the $enable_largefile decision depends on --enable-plugins we must set it
11934 # even in directories otherwise not depending on the $plugins option.
11938 for ac_header
in dlfcn.h
11940 ac_fn_c_check_header_compile
"$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11942 if test "x$ac_cv_header_dlfcn_h" = xyes
; then :
11943 cat >>confdefs.h
<<_ACEOF
11944 #define HAVE_DLFCN_H 1
11951 for ac_header
in windows.h
11953 ac_fn_c_check_header_compile
"$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11955 if test "x$ac_cv_header_windows_h" = xyes
; then :
11956 cat >>confdefs.h
<<_ACEOF
11957 #define HAVE_WINDOWS_H 1
11965 # Check whether --enable-plugins was given.
11966 if test "${enable_plugins+set}" = set; then :
11967 enableval
=$enable_plugins; case "${enableval}" in
11970 if test "$maybe_plugins" != "yes" ; then
11971 as_fn_error $?
"Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11975 plugins
=$maybe_plugins
11979 if test "$plugins" = "yes"; then
11980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11981 $as_echo_n "checking for library containing dlsym... " >&6; }
11982 if ${ac_cv_search_dlsym+:} false
; then :
11983 $as_echo_n "(cached) " >&6
11985 ac_func_search_save_LIBS
=$LIBS
11986 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11987 /* end confdefs.h. */
11989 /* Override any GCC internal prototype to avoid an error.
11990 Use char because int might match the return type of a GCC
11991 builtin and then its argument prototype would still apply. */
12004 for ac_lib
in '' dl
; do
12005 if test -z "$ac_lib"; then
12006 ac_res
="none required"
12009 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
12011 if ac_fn_c_try_link
"$LINENO"; then :
12012 ac_cv_search_dlsym
=$ac_res
12014 rm -f core conftest.err conftest.
$ac_objext \
12016 if ${ac_cv_search_dlsym+:} false
; then :
12020 if ${ac_cv_search_dlsym+:} false
; then :
12023 ac_cv_search_dlsym
=no
12025 rm conftest.
$ac_ext
12026 LIBS
=$ac_func_search_save_LIBS
12028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
12029 $as_echo "$ac_cv_search_dlsym" >&6; }
12030 ac_res
=$ac_cv_search_dlsym
12031 if test "$ac_res" != no
; then :
12032 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
12040 sparc-
*-solaris*|i?
86-*-solaris*)
12041 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
12042 # were mutually exclusive until Solaris 11.3. Without procfs support,
12043 # the bfd/ elf module cannot provide certain routines such as
12044 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
12045 # explicitly requested large-file support through the
12046 # --enable-largefile switch, disable large-file support in favor of
12049 # Check if <sys/procfs.h> is incompatible with large-file support.
12050 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12051 /* end confdefs.h. */
12052 #define _FILE_OFFSET_BITS 64
12053 #define _STRUCTURED_PROC 1
12054 #include <sys/procfs.h>
12063 if ac_fn_c_try_compile
"$LINENO"; then :
12064 acx_cv_procfs_lfs
=yes
12066 acx_cv_procfs_lfs
=no
12068 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12070 # Forcefully disable large-file support only if necessary, gdb is in
12071 # tree and enabled.
12072 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
12073 -a -d $srcdir/..
/gdb
-a "$enable_gdb" != no
; then
12074 : ${enable_largefile="no"}
12075 if test "$plugins" = yes; then
12076 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
12077 plugin support disabled; require large-file support which is incompatible with GDB." >&5
12078 $as_echo "$as_me: WARNING:
12079 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
12084 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
12085 # benefit of g++ 9+ which predefines it on Solaris.
12086 if test "$enable_largefile" = no
; then
12087 LARGEFILE_CPPFLAGS
="-U_FILE_OFFSET_BITS"
12093 # Check whether --enable-largefile was given.
12094 if test "${enable_largefile+set}" = set; then :
12095 enableval
=$enable_largefile;
12098 if test "$enable_largefile" != no
; then
12100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
12101 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
12102 if ${ac_cv_sys_largefile_CC+:} false
; then :
12103 $as_echo_n "(cached) " >&6
12105 ac_cv_sys_largefile_CC
=no
12106 if test "$GCC" != yes; then
12109 # IRIX 6.2 and later do not support large files by default,
12110 # so use the C compiler's -n32 option if that helps.
12111 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12112 /* end confdefs.h. */
12113 #include <sys/types.h>
12114 /* Check that off_t can represent 2**63 - 1 correctly.
12115 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12116 since some C++ compilers masquerading as C compilers
12117 incorrectly reject 9223372036854775807. */
12118 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12119 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12120 && LARGE_OFF_T % 2147483647 == 1)
12130 if ac_fn_c_try_compile
"$LINENO"; then :
12133 rm -f core conftest.err conftest.
$ac_objext
12135 if ac_fn_c_try_compile
"$LINENO"; then :
12136 ac_cv_sys_largefile_CC
=' -n32'; break
12138 rm -f core conftest.err conftest.
$ac_objext
12142 rm -f conftest.
$ac_ext
12145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
12146 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
12147 if test "$ac_cv_sys_largefile_CC" != no
; then
12148 CC
=$CC$ac_cv_sys_largefile_CC
12151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
12152 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
12153 if ${ac_cv_sys_file_offset_bits+:} false
; then :
12154 $as_echo_n "(cached) " >&6
12157 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12158 /* end confdefs.h. */
12159 #include <sys/types.h>
12160 /* Check that off_t can represent 2**63 - 1 correctly.
12161 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12162 since some C++ compilers masquerading as C compilers
12163 incorrectly reject 9223372036854775807. */
12164 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12165 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12166 && LARGE_OFF_T % 2147483647 == 1)
12176 if ac_fn_c_try_compile
"$LINENO"; then :
12177 ac_cv_sys_file_offset_bits
=no
; break
12179 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12180 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12181 /* end confdefs.h. */
12182 #define _FILE_OFFSET_BITS 64
12183 #include <sys/types.h>
12184 /* Check that off_t can represent 2**63 - 1 correctly.
12185 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12186 since some C++ compilers masquerading as C compilers
12187 incorrectly reject 9223372036854775807. */
12188 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12189 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12190 && LARGE_OFF_T % 2147483647 == 1)
12200 if ac_fn_c_try_compile
"$LINENO"; then :
12201 ac_cv_sys_file_offset_bits
=64; break
12203 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12204 ac_cv_sys_file_offset_bits
=unknown
12208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
12209 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
12210 case $ac_cv_sys_file_offset_bits in #(
12213 cat >>confdefs.h
<<_ACEOF
12214 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
12219 if test $ac_cv_sys_file_offset_bits = unknown
; then
12220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
12221 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
12222 if ${ac_cv_sys_large_files+:} false
; then :
12223 $as_echo_n "(cached) " >&6
12226 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12227 /* end confdefs.h. */
12228 #include <sys/types.h>
12229 /* Check that off_t can represent 2**63 - 1 correctly.
12230 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12231 since some C++ compilers masquerading as C compilers
12232 incorrectly reject 9223372036854775807. */
12233 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12234 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12235 && LARGE_OFF_T % 2147483647 == 1)
12245 if ac_fn_c_try_compile
"$LINENO"; then :
12246 ac_cv_sys_large_files
=no
; break
12248 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12249 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12250 /* end confdefs.h. */
12251 #define _LARGE_FILES 1
12252 #include <sys/types.h>
12253 /* Check that off_t can represent 2**63 - 1 correctly.
12254 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12255 since some C++ compilers masquerading as C compilers
12256 incorrectly reject 9223372036854775807. */
12257 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12258 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12259 && LARGE_OFF_T % 2147483647 == 1)
12269 if ac_fn_c_try_compile
"$LINENO"; then :
12270 ac_cv_sys_large_files
=1; break
12272 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12273 ac_cv_sys_large_files
=unknown
12277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
12278 $as_echo "$ac_cv_sys_large_files" >&6; }
12279 case $ac_cv_sys_large_files in #(
12282 cat >>confdefs.h
<<_ACEOF
12283 #define _LARGE_FILES $ac_cv_sys_large_files
12295 # Check whether --enable-targets was given.
12296 if test "${enable_targets+set}" = set; then :
12297 enableval
=$enable_targets; case "${enableval}" in
12298 yes |
"") as_fn_error $?
"enable-targets option must specify target names or 'all'" "$LINENO" 5
12300 no
) enable_targets
= ;;
12301 *) enable_targets
=$enableval ;;
12306 # Check whether --enable-deterministic-archives was given.
12307 if test "${enable_deterministic_archives+set}" = set; then :
12308 enableval
=$enable_deterministic_archives;
12309 if test "${enableval}" = no
; then
12310 default_ar_deterministic
=0
12312 default_ar_deterministic
=1
12315 default_ar_deterministic
=0
12320 cat >>confdefs.h
<<_ACEOF
12321 #define DEFAULT_AR_DETERMINISTIC $default_ar_deterministic
12326 # Check whether --enable-default-strings-all was given.
12327 if test "${enable_default_strings_all+set}" = set; then :
12328 enableval
=$enable_default_strings_all;
12329 if test "${enableval}" = no
; then
12330 default_strings_all
=0
12332 default_strings_all
=1
12335 default_strings_all
=1
12340 cat >>confdefs.h
<<_ACEOF
12341 #define DEFAULT_STRINGS_ALL $default_strings_all
12346 # Check whether --enable-f-for-ifunc-symbols was given.
12347 if test "${enable_f_for_ifunc_symbols+set}" = set; then :
12348 enableval
=$enable_f_for_ifunc_symbols;
12349 if test "${enableval}" = no
; then
12350 default_f_for_ifunc
=0
12352 default_f_for_ifunc
=1
12355 default_f_for_ifunc
=0
12360 cat >>confdefs.h
<<_ACEOF
12361 #define DEFAULT_F_FOR_IFUNC_SYMBOLS $default_f_for_ifunc
12366 # Check whether --enable-follow-debug-links was given.
12367 if test "${enable_follow_debug_links+set}" = set; then :
12368 enableval
=$enable_follow_debug_links;
12369 if test "${enableval}" = no
; then
12370 default_for_follow_links
=0
12372 default_for_follow_links
=1
12375 default_for_follow_links
=1
12380 cat >>confdefs.h
<<_ACEOF
12381 #define DEFAULT_FOR_FOLLOW_LINKS $default_for_follow_links
12393 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
12394 if test -n "$ac_tool_prefix"; then
12395 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
12396 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
12397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12398 $as_echo_n "checking for $ac_word... " >&6; }
12399 if ${ac_cv_path_PKG_CONFIG+:} false
; then :
12400 $as_echo_n "(cached) " >&6
12402 case $PKG_CONFIG in
12404 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
12407 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12408 for as_dir
in $PATH
12411 test -z "$as_dir" && as_dir
=.
12412 for ac_exec_ext
in '' $ac_executable_extensions; do
12413 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
12414 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
12415 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12425 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
12426 if test -n "$PKG_CONFIG"; then
12427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
12428 $as_echo "$PKG_CONFIG" >&6; }
12430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12431 $as_echo "no" >&6; }
12436 if test -z "$ac_cv_path_PKG_CONFIG"; then
12437 ac_pt_PKG_CONFIG
=$PKG_CONFIG
12438 # Extract the first word of "pkg-config", so it can be a program name with args.
12439 set dummy pkg-config
; ac_word
=$2
12440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12441 $as_echo_n "checking for $ac_word... " >&6; }
12442 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
12443 $as_echo_n "(cached) " >&6
12445 case $ac_pt_PKG_CONFIG in
12447 ac_cv_path_ac_pt_PKG_CONFIG
="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
12450 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12451 for as_dir
in $PATH
12454 test -z "$as_dir" && as_dir
=.
12455 for ac_exec_ext
in '' $ac_executable_extensions; do
12456 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
12457 ac_cv_path_ac_pt_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
12458 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12468 ac_pt_PKG_CONFIG
=$ac_cv_path_ac_pt_PKG_CONFIG
12469 if test -n "$ac_pt_PKG_CONFIG"; then
12470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
12471 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
12473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12474 $as_echo "no" >&6; }
12477 if test "x$ac_pt_PKG_CONFIG" = x
; then
12480 case $cross_compiling:$ac_tool_warned in
12482 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12483 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12484 ac_tool_warned
=yes ;;
12486 PKG_CONFIG
=$ac_pt_PKG_CONFIG
12489 PKG_CONFIG
="$ac_cv_path_PKG_CONFIG"
12493 if test -n "$PKG_CONFIG"; then
12494 _pkg_min_version
=0.9.0
12495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
12496 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
12497 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
12498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12499 $as_echo "yes" >&6; }
12501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12502 $as_echo "no" >&6; }
12507 # Handle optional debuginfod support
12509 # Check whether --with-debuginfod was given.
12510 if test "${with_debuginfod+set}" = set; then :
12511 withval
=$with_debuginfod;
12513 with_debuginfod
=auto
12516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use debuginfod" >&5
12517 $as_echo_n "checking whether to use debuginfod... " >&6; }
12518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_debuginfod" >&5
12519 $as_echo "$with_debuginfod" >&6; }
12521 if test "x$with_debuginfod" != xno
; then
12524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libdebuginfod >= 0.179" >&5
12525 $as_echo_n "checking for libdebuginfod >= 0.179... " >&6; }
12527 if test -n "$DEBUGINFOD_CFLAGS"; then
12528 pkg_cv_DEBUGINFOD_CFLAGS
="$DEBUGINFOD_CFLAGS"
12529 elif test -n "$PKG_CONFIG"; then
12530 if test -n "$PKG_CONFIG" && \
12531 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libdebuginfod >= 0.179\""; } >&5
12532 ($PKG_CONFIG --exists --print-errors "libdebuginfod >= 0.179") 2>&5
12534 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12535 test $ac_status = 0; }; then
12536 pkg_cv_DEBUGINFOD_CFLAGS
=`$PKG_CONFIG --cflags "libdebuginfod >= 0.179" 2>/dev/null`
12537 test "x$?" != "x0" && pkg_failed
=yes
12544 if test -n "$DEBUGINFOD_LIBS"; then
12545 pkg_cv_DEBUGINFOD_LIBS
="$DEBUGINFOD_LIBS"
12546 elif test -n "$PKG_CONFIG"; then
12547 if test -n "$PKG_CONFIG" && \
12548 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libdebuginfod >= 0.179\""; } >&5
12549 ($PKG_CONFIG --exists --print-errors "libdebuginfod >= 0.179") 2>&5
12551 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12552 test $ac_status = 0; }; then
12553 pkg_cv_DEBUGINFOD_LIBS
=`$PKG_CONFIG --libs "libdebuginfod >= 0.179" 2>/dev/null`
12554 test "x$?" != "x0" && pkg_failed
=yes
12562 if test $pkg_failed = no
; then
12563 pkg_save_LDFLAGS
="$LDFLAGS"
12564 LDFLAGS
="$LDFLAGS $pkg_cv_DEBUGINFOD_LIBS"
12565 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12566 /* end confdefs.h. */
12576 if ac_fn_c_try_link
"$LINENO"; then :
12581 rm -f core conftest.err conftest.
$ac_objext \
12582 conftest
$ac_exeext conftest.
$ac_ext
12583 LDFLAGS
=$pkg_save_LDFLAGS
12588 if test $pkg_failed = yes; then
12589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12590 $as_echo "no" >&6; }
12592 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
12593 _pkg_short_errors_supported
=yes
12595 _pkg_short_errors_supported
=no
12597 if test $_pkg_short_errors_supported = yes; then
12598 DEBUGINFOD_PKG_ERRORS
=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libdebuginfod >= 0.179" 2>&1`
12600 DEBUGINFOD_PKG_ERRORS
=`$PKG_CONFIG --print-errors --cflags --libs "libdebuginfod >= 0.179" 2>&1`
12602 # Put the nasty error message in config.log where it belongs
12603 echo "$DEBUGINFOD_PKG_ERRORS" >&5
12605 if test "x$with_debuginfod" = xyes
; then
12606 as_fn_error $?
"\"--with-debuginfod was given, but libdebuginfod is missing or unusable.\"" "$LINENO" 5
12608 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&5
12609 $as_echo "$as_me: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&2;}
12611 elif test $pkg_failed = untried
; then
12612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12613 $as_echo "no" >&6; }
12614 if test "x$with_debuginfod" = xyes
; then
12615 as_fn_error $?
"\"--with-debuginfod was given, but libdebuginfod is missing or unusable.\"" "$LINENO" 5
12617 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&5
12618 $as_echo "$as_me: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&2;}
12621 DEBUGINFOD_CFLAGS
=$pkg_cv_DEBUGINFOD_CFLAGS
12622 DEBUGINFOD_LIBS
=$pkg_cv_DEBUGINFOD_LIBS
12623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12624 $as_echo "yes" >&6; }
12626 $as_echo "#define HAVE_LIBDEBUGINFOD 1" >>confdefs.h
12630 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: debuginfod support disabled; some features may be unavailable." >&5
12631 $as_echo "$as_me: WARNING: debuginfod support disabled; some features may be unavailable." >&2;}
12635 # Check whether --enable-libctf was given.
12636 if test "${enable_libctf+set}" = set; then :
12637 enableval
=$enable_libctf;
12638 case "$enableval" in
12640 *) as_fn_error $?
"Argument to enable/disable libctf must be yes or no" "$LINENO" 5 ;;
12648 if test "${enable_libctf}" = yes; then
12650 $as_echo "#define ENABLE_LIBCTF 1" >>confdefs.h
12653 if test "${enable_libctf}" = yes; then
12654 ENABLE_LIBCTF_TRUE
=
12655 ENABLE_LIBCTF_FALSE
='#'
12657 ENABLE_LIBCTF_TRUE
='#'
12658 ENABLE_LIBCTF_FALSE
=
12663 # Set the 'development' global.
12664 .
$srcdir/..
/bfd
/development.sh
12666 # Set acp_cpp_for_build variable
12667 ac_cpp_for_build
="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12669 # Default set of GCC warnings to enable.
12670 GCC_WARN_CFLAGS
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12671 GCC_WARN_CFLAGS_FOR_BUILD
="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12673 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12674 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12675 /* end confdefs.h. */
12678 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12679 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12682 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wshadow"
12687 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12688 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12689 /* end confdefs.h. */
12692 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12693 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12696 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12701 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12702 WARN_WRITE_STRINGS
=""
12703 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12704 /* end confdefs.h. */
12707 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12708 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12711 WARN_WRITE_STRINGS
="-Wwrite-strings"
12716 # Verify CC_FOR_BUILD to be compatible with warning flags
12718 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12719 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12720 /* end confdefs.h. */
12723 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12724 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12727 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12732 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12733 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12734 /* end confdefs.h. */
12737 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12738 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev
/null
2>&1; then :
12741 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12746 # Check whether --enable-werror was given.
12747 if test "${enable_werror+set}" = set; then :
12748 enableval
=$enable_werror; case "${enableval}" in
12749 yes | y
) ERROR_ON_WARNING
="yes" ;;
12750 no | n
) ERROR_ON_WARNING
="no" ;;
12751 *) as_fn_error $?
"bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12756 # Disable -Wformat by default when using gcc on mingw
12759 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12760 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Wno-format"
12761 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12767 # Enable -Werror by default when using gcc. Turn it off for releases.
12768 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true
; then
12769 ERROR_ON_WARNING
=yes
12773 if test "${ERROR_ON_WARNING}" = yes ; then
12774 GCC_WARN_CFLAGS
="$GCC_WARN_CFLAGS -Werror"
12775 GCC_WARN_CFLAGS_FOR_BUILD
="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12776 NO_WERROR
="-Wno-error"
12779 if test "${GCC}" = yes ; then
12780 WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
12781 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD}"
12784 # Check whether --enable-build-warnings was given.
12785 if test "${enable_build_warnings+set}" = set; then :
12786 enableval
=$enable_build_warnings; case "${enableval}" in
12787 yes) WARN_CFLAGS
="${GCC_WARN_CFLAGS}"
12788 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12789 no
) if test "${GCC}" = yes ; then
12791 WARN_CFLAGS_FOR_BUILD
="-w"
12793 ,*) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
12794 WARN_CFLAGS
="${GCC_WARN_CFLAGS} ${t}"
12795 WARN_CFLAGS_FOR_BUILD
="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12796 *,) t
=`echo "${enableval}" | sed -e "s/,/ /g"`
12797 WARN_CFLAGS
="${t} ${GCC_WARN_CFLAGS}"
12798 WARN_CFLAGS_FOR_BUILD
="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12799 *) WARN_CFLAGS
=`echo "${enableval}" | sed -e "s/,/ /g"`
12800 WARN_CFLAGS_FOR_BUILD
=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12805 if test x
"$silent" != x
"yes" && test x
"$WARN_CFLAGS" != x
""; then
12806 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12815 ac_config_headers
="$ac_config_headers config.h:config.in"
12820 if test -z "$target" ; then
12821 as_fn_error $?
"Unrecognized target system type; please check config.sub." "$LINENO" 5
12823 if test -z "$host" ; then
12824 as_fn_error $?
"Unrecognized host system type; please check config.sub." "$LINENO" 5
12827 for ac_prog
in 'bison -y' byacc
12829 # Extract the first word of "$ac_prog", so it can be a program name with args.
12830 set dummy
$ac_prog; ac_word
=$2
12831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12832 $as_echo_n "checking for $ac_word... " >&6; }
12833 if ${ac_cv_prog_YACC+:} false
; then :
12834 $as_echo_n "(cached) " >&6
12836 if test -n "$YACC"; then
12837 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
12839 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12840 for as_dir
in $PATH
12843 test -z "$as_dir" && as_dir
=.
12844 for ac_exec_ext
in '' $ac_executable_extensions; do
12845 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
12846 ac_cv_prog_YACC
="$ac_prog"
12847 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12856 YACC
=$ac_cv_prog_YACC
12857 if test -n "$YACC"; then
12858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12859 $as_echo "$YACC" >&6; }
12861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12862 $as_echo "no" >&6; }
12866 test -n "$YACC" && break
12868 test -n "$YACC" || YACC
="yacc"
12870 for ac_prog
in flex
lex
12872 # Extract the first word of "$ac_prog", so it can be a program name with args.
12873 set dummy
$ac_prog; ac_word
=$2
12874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12875 $as_echo_n "checking for $ac_word... " >&6; }
12876 if ${ac_cv_prog_LEX+:} false
; then :
12877 $as_echo_n "(cached) " >&6
12879 if test -n "$LEX"; then
12880 ac_cv_prog_LEX
="$LEX" # Let the user override the test.
12882 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
12883 for as_dir
in $PATH
12886 test -z "$as_dir" && as_dir
=.
12887 for ac_exec_ext
in '' $ac_executable_extensions; do
12888 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
12889 ac_cv_prog_LEX
="$ac_prog"
12890 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12899 LEX
=$ac_cv_prog_LEX
12900 if test -n "$LEX"; then
12901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12902 $as_echo "$LEX" >&6; }
12904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12905 $as_echo "no" >&6; }
12909 test -n "$LEX" && break
12911 test -n "$LEX" || LEX
=":"
12915 *) cat >conftest.l
<<_ACEOF
12921 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
12922 yyless ((input () != 0)); }
12923 f { unput (yytext[0]); }
12924 . { BEGIN INITIAL; }
12926 #ifdef YYTEXT_POINTER
12927 extern char *yytext;
12932 return ! yylex () + ! yywrap ();
12935 { { ac_try
="$LEX conftest.l"
12936 case "(($ac_try" in
12937 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12938 *) ac_try_echo=$ac_try;;
12940 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12941 $as_echo "$ac_try_echo"; } >&5
12942 (eval "$LEX conftest.l") 2>&5
12944 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12945 test $ac_status = 0; }
12946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12947 $as_echo_n "checking lex output file root... " >&6; }
12948 if ${ac_cv_prog_lex_root+:} false; then :
12949 $as_echo_n "(cached) " >&6
12952 if test -f lex.yy.c; then
12953 ac_cv_prog_lex_root=lex.yy
12954 elif test -f lexyy.c; then
12955 ac_cv_prog_lex_root=lexyy
12957 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
12960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12961 $as_echo "$ac_cv_prog_lex_root" >&6; }
12962 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
12964 if test -z "${LEXLIB+set}"; then
12965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12966 $as_echo_n "checking lex library... " >&6; }
12967 if ${ac_cv_lib_lex+:} false; then :
12968 $as_echo_n "(cached) " >&6
12972 ac_cv_lib_lex='none needed'
12973 for ac_lib in '' -lfl -ll; do
12974 LIBS="$ac_lib $ac_save_LIBS"
12975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12976 /* end confdefs.h. */
12977 `cat $LEX_OUTPUT_ROOT.c
`
12979 if ac_fn_c_try_link "$LINENO"; then :
12980 ac_cv_lib_lex=$ac_lib
12982 rm -f core conftest.err conftest.$ac_objext \
12983 conftest$ac_exeext conftest.$ac_ext
12984 test "$ac_cv_lib_lex" != 'none needed' && break
12989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12990 $as_echo "$ac_cv_lib_lex" >&6; }
12991 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
12995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12996 $as_echo_n "checking whether yytext is a pointer... " >&6; }
12997 if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
12998 $as_echo_n "(cached) " >&6
13000 # POSIX says lex can declare yytext either as a pointer or an array; the
13001 # default is implementation-dependent. Figure out which it is, since
13002 # not all implementations provide the %pointer and %array declarations.
13003 ac_cv_prog_lex_yytext_pointer=no
13005 LIBS="$LEXLIB $ac_save_LIBS"
13006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13007 /* end confdefs.h. */
13009 #define YYTEXT_POINTER 1
13010 `cat $LEX_OUTPUT_ROOT.c
`
13012 if ac_fn_c_try_link "$LINENO"; then :
13013 ac_cv_prog_lex_yytext_pointer=yes
13015 rm -f core conftest.err conftest.$ac_objext \
13016 conftest$ac_exeext conftest.$ac_ext
13020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
13021 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
13022 if test $ac_cv_prog_lex_yytext_pointer = yes; then
13024 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
13027 rm -f conftest.l $LEX_OUTPUT_ROOT.c
13030 if test "$LEX" = :; then
13031 LEX=${am_missing_run}flex
13034 ALL_LINGUAS="bg ca da es fi fr hr id it ja pt ro ru rw sk sr sv tr uk vi zh_CN zh_TW"
13035 # If we haven't got the data from the intl directory,
13036 # assume NLS is disabled.
13045 if test -f ../intl/config.intl; then
13046 . ../intl/config.intl
13048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13049 $as_echo_n "checking whether NLS is requested... " >&6; }
13050 if test x"$USE_NLS" != xyes; then
13051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13052 $as_echo "no" >&6; }
13054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13055 $as_echo "yes" >&6; }
13057 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
13060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
13061 $as_echo_n "checking for catalogs to be installed... " >&6; }
13062 # Look for .po and .gmo files in the source directory.
13065 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
13066 # If there aren't any .gmo files the shell will give us the
13067 # literal string "../path/to/srcdir/po/*.gmo" which has to be
13069 case "$cat" in *\**)
13072 # The quadruple backslash is collapsed to a double backslash
13073 # by the backticks, then collapsed again by the double quotes,
13074 # leaving us with one backslash in the sed expression (right
13075 # before the dot that mustn't act as a wildcard).
13076 cat=`echo $cat |
sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
13077 lang=`echo $cat |
sed -e "s!\\\\.gmo!!"`
13078 # The user is allowed to set LINGUAS to a list of languages to
13079 # install catalogs for. If it's empty that means "all of them."
13080 if test "x$LINGUAS" = x; then
13081 CATALOGS="$CATALOGS $cat"
13082 XLINGUAS="$XLINGUAS $lang"
13084 case "$LINGUAS" in *$lang*)
13085 CATALOGS="$CATALOGS $cat"
13086 XLINGUAS="$XLINGUAS $lang"
13091 LINGUAS="$XLINGUAS"
13092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
13093 $as_echo "$LINGUAS" >&6; }
13107 if test -n "$ac_aux_dir"; then
13108 case "$ac_aux_dir" in
13109 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
13110 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
13113 if test -z "$MKINSTALLDIRS"; then
13114 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
13119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13120 $as_echo_n "checking whether NLS is requested... " >&6; }
13121 # Check whether --enable-nls was given.
13122 if test "${enable_nls+set}" = set; then :
13123 enableval=$enable_nls; USE_NLS=$enableval
13128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
13129 $as_echo "$USE_NLS" >&6; }
13136 # Prepare PATH_SEPARATOR.
13137 # The user is always right.
13138 if test "${PATH_SEPARATOR+set}" != set; then
13139 echo "#! /bin/sh" >conf$$.sh
13140 echo "exit 0" >>conf$$.sh
13142 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13150 # Find out how to test for executable files. Don't use a zero-byte file,
13151 # as systems may use methods other than mode bits to determine executability.
13152 cat >conf$$.file <<_ASEOF
13156 chmod +x conf$$.file
13157 if test -x conf$$.file >/dev/null 2>&1; then
13158 ac_executable_p="test -x"
13160 ac_executable_p="test -f"
13164 # Extract the first word of "msgfmt", so it can be a program name with args.
13165 set dummy msgfmt; ac_word=$2
13166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13167 $as_echo_n "checking for $ac_word... " >&6; }
13168 if ${ac_cv_path_MSGFMT+:} false; then :
13169 $as_echo_n "(cached) " >&6
13173 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
13176 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13177 for ac_dir in $PATH; do
13179 test -z "$ac_dir" && ac_dir=.
13180 for ac_exec_ext in '' $ac_executable_extensions; do
13181 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13182 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
13183 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13184 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
13191 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
13195 MSGFMT="$ac_cv_path_MSGFMT"
13196 if test "$MSGFMT" != ":"; then
13197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13198 $as_echo "$MSGFMT" >&6; }
13200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13201 $as_echo "no" >&6; }
13204 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13205 set dummy gmsgfmt; ac_word=$2
13206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13207 $as_echo_n "checking for $ac_word... " >&6; }
13208 if ${ac_cv_path_GMSGFMT+:} false; then :
13209 $as_echo_n "(cached) " >&6
13213 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13217 for as_dir in $PATH
13220 test -z "$as_dir" && as_dir=.
13221 for ac_exec_ext in '' $ac_executable_extensions; do
13222 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13223 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
13224 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13231 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13235 GMSGFMT=$ac_cv_path_GMSGFMT
13236 if test -n "$GMSGFMT"; then
13237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13238 $as_echo "$GMSGFMT" >&6; }
13240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13241 $as_echo "no" >&6; }
13247 # Prepare PATH_SEPARATOR.
13248 # The user is always right.
13249 if test "${PATH_SEPARATOR+set}" != set; then
13250 echo "#! /bin/sh" >conf$$.sh
13251 echo "exit 0" >>conf$$.sh
13253 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13261 # Find out how to test for executable files. Don't use a zero-byte file,
13262 # as systems may use methods other than mode bits to determine executability.
13263 cat >conf$$.file <<_ASEOF
13267 chmod +x conf$$.file
13268 if test -x conf$$.file >/dev/null 2>&1; then
13269 ac_executable_p="test -x"
13271 ac_executable_p="test -f"
13275 # Extract the first word of "xgettext", so it can be a program name with args.
13276 set dummy xgettext; ac_word=$2
13277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13278 $as_echo_n "checking for $ac_word... " >&6; }
13279 if ${ac_cv_path_XGETTEXT+:} false; then :
13280 $as_echo_n "(cached) " >&6
13282 case "$XGETTEXT" in
13284 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13287 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13288 for ac_dir in $PATH; do
13290 test -z "$ac_dir" && ac_dir=.
13291 for ac_exec_ext in '' $ac_executable_extensions; do
13292 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13293 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13294 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13295 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13302 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13306 XGETTEXT="$ac_cv_path_XGETTEXT"
13307 if test "$XGETTEXT" != ":"; then
13308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13309 $as_echo "$XGETTEXT" >&6; }
13311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13312 $as_echo "no" >&6; }
13318 # Prepare PATH_SEPARATOR.
13319 # The user is always right.
13320 if test "${PATH_SEPARATOR+set}" != set; then
13321 echo "#! /bin/sh" >conf$$.sh
13322 echo "exit 0" >>conf$$.sh
13324 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13332 # Find out how to test for executable files. Don't use a zero-byte file,
13333 # as systems may use methods other than mode bits to determine executability.
13334 cat >conf$$.file <<_ASEOF
13338 chmod +x conf$$.file
13339 if test -x conf$$.file >/dev/null 2>&1; then
13340 ac_executable_p="test -x"
13342 ac_executable_p="test -f"
13346 # Extract the first word of "msgmerge", so it can be a program name with args.
13347 set dummy msgmerge; ac_word=$2
13348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13349 $as_echo_n "checking for $ac_word... " >&6; }
13350 if ${ac_cv_path_MSGMERGE+:} false; then :
13351 $as_echo_n "(cached) " >&6
13353 case "$MSGMERGE" in
13355 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13358 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13359 for ac_dir in $PATH; do
13361 test -z "$ac_dir" && ac_dir=.
13362 for ac_exec_ext in '' $ac_executable_extensions; do
13363 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13364 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13365 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13372 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13376 MSGMERGE="$ac_cv_path_MSGMERGE"
13377 if test "$MSGMERGE" != ":"; then
13378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13379 $as_echo "$MSGMERGE" >&6; }
13381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13382 $as_echo "no" >&6; }
13386 if test "$GMSGFMT" != ":"; then
13387 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13388 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13391 GMSGFMT=`echo "$GMSGFMT" |
sed -e 's,^.*/,,'`
13392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13393 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
13398 if test "$XGETTEXT" != ":"; then
13399 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13400 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13404 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
13410 ac_config_commands="$ac_config_commands default-1"
13415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13416 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13417 # Check whether --enable-maintainer-mode was given.
13418 if test "${enable_maintainer_mode+set}" = set; then :
13419 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13421 USE_MAINTAINER_MODE=no
13424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13425 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13426 if test $USE_MAINTAINER_MODE = yes; then
13427 MAINTAINER_MODE_TRUE=
13428 MAINTAINER_MODE_FALSE='#'
13430 MAINTAINER_MODE_TRUE='#'
13431 MAINTAINER_MODE_FALSE=
13434 MAINT=$MAINTAINER_MODE_TRUE
13438 GENINSRC_NEVER_TRUE=
13439 GENINSRC_NEVER_FALSE='#'
13441 GENINSRC_NEVER_TRUE='#'
13442 GENINSRC_NEVER_FALSE=
13446 if test -n "$EXEEXT"; then
13448 $as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
13452 cat >>confdefs.h <<_ACEOF
13453 #define EXECUTABLE_SUFFIX "${EXEEXT}"
13457 # host-specific stuff:
13461 . ${srcdir}/../bfd/configure.host
13466 if test -n "$ac_tool_prefix"; then
13467 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
13468 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
13469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13470 $as_echo_n "checking for $ac_word... " >&6; }
13471 if ${ac_cv_prog_RANLIB+:} false; then :
13472 $as_echo_n "(cached) " >&6
13474 if test -n "$RANLIB"; then
13475 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
13477 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13478 for as_dir in $PATH
13481 test -z "$as_dir" && as_dir=.
13482 for ac_exec_ext in '' $ac_executable_extensions; do
13483 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13484 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
13485 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13494 RANLIB=$ac_cv_prog_RANLIB
13495 if test -n "$RANLIB"; then
13496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
13497 $as_echo "$RANLIB" >&6; }
13499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13500 $as_echo "no" >&6; }
13505 if test -z "$ac_cv_prog_RANLIB"; then
13506 ac_ct_RANLIB=$RANLIB
13507 # Extract the first word of "ranlib", so it can be a program name with args.
13508 set dummy ranlib; ac_word=$2
13509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13510 $as_echo_n "checking for $ac_word... " >&6; }
13511 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
13512 $as_echo_n "(cached) " >&6
13514 if test -n "$ac_ct_RANLIB"; then
13515 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
13517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13518 for as_dir in $PATH
13521 test -z "$as_dir" && as_dir=.
13522 for ac_exec_ext in '' $ac_executable_extensions; do
13523 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13524 ac_cv_prog_ac_ct_RANLIB="ranlib"
13525 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13534 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
13535 if test -n "$ac_ct_RANLIB"; then
13536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
13537 $as_echo "$ac_ct_RANLIB" >&6; }
13539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13540 $as_echo "no" >&6; }
13543 if test "x$ac_ct_RANLIB" = x; then
13546 case $cross_compiling:$ac_tool_warned in
13548 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
13549 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
13550 ac_tool_warned=yes ;;
13552 RANLIB=$ac_ct_RANLIB
13555 RANLIB="$ac_cv_prog_RANLIB"
13560 # Put a plausible default for CC_FOR_BUILD in Makefile.
13561 if test -z "$CC_FOR_BUILD"; then
13562 if test "x$cross_compiling" = "xno"; then
13563 CC_FOR_BUILD='$(CC)'
13569 # Also set EXEEXT_FOR_BUILD.
13570 if test "x$cross_compiling" = "xno"; then
13571 EXEEXT_FOR_BUILD='$(EXEEXT)'
13573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
13574 $as_echo_n "checking for build system executable suffix... " >&6; }
13575 if ${bfd_cv_build_exeext+:} false; then :
13576 $as_echo_n "(cached) " >&6
13579 echo 'int main () { return 0; }' > conftest.c
13580 bfd_cv_build_exeext=
13581 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
13582 for file in conftest.*; do
13584 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
13585 *) bfd_cv_build_exeext=`echo $file |
sed -e s
/conftest
//` ;;
13589 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
13591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
13592 $as_echo "$bfd_cv_build_exeext" >&6; }
13593 EXEEXT_FOR_BUILD=""
13594 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
13598 DEMANGLER_NAME=c++filt
13600 *-*-go32* | *-*-msdos*)
13601 DEMANGLER_NAME=cxxfilt
13605 # The cast to long int works around a bug in the HP C Compiler
13606 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13607 # declarations like `int a3
[[(sizeof
(unsigned char
)) >= 0]];'.
13608 # This bug is HP SR number 8606223364.
13609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13610 $as_echo_n "checking size of long... " >&6; }
13611 if ${ac_cv_sizeof_long+:} false; then :
13612 $as_echo_n "(cached) " >&6
13614 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
13617 if test "$ac_cv_type_long" = yes; then
13618 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13619 $as_echo "$as_me: error
: in \
`$ac_pwd':" >&2;}
13620 as_fn_error 77 "cannot compute sizeof (long)
13621 See \`config.log
' for more details" "$LINENO" 5; }
13623 ac_cv_sizeof_long=0
13628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13629 $as_echo "$ac_cv_sizeof_long" >&6; }
13633 cat >>confdefs.h <<_ACEOF
13634 #define SIZEOF_LONG $ac_cv_sizeof_long
13638 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
13639 if test "x$ac_cv_type_long_long" = xyes; then :
13641 cat >>confdefs.h <<_ACEOF
13642 #define HAVE_LONG_LONG 1
13645 # The cast to long int works around a bug in the HP C Compiler
13646 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13647 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13648 # This bug is HP SR number 8606223364.
13649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
13650 $as_echo_n "checking size of long long... " >&6; }
13651 if ${ac_cv_sizeof_long_long+:} false
; then :
13652 $as_echo_n "(cached) " >&6
13654 if ac_fn_c_compute_int
"$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
13657 if test "$ac_cv_type_long_long" = yes; then
13658 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13659 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13660 as_fn_error
77 "cannot compute sizeof (long long)
13661 See \`config.log' for more details" "$LINENO" 5; }
13663 ac_cv_sizeof_long_long
=0
13668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
13669 $as_echo "$ac_cv_sizeof_long_long" >&6; }
13673 cat >>confdefs.h
<<_ACEOF
13674 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
13681 for ac_header
in string.h
strings.h stdlib.h unistd.h fcntl.h sys
/file.h limits.h locale.h sys
/param.h wchar.h
13683 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13684 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13685 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13686 cat >>confdefs.h
<<_ACEOF
13687 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
13695 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
13696 if ${ac_cv_header_sys_wait_h+:} false
; then :
13697 $as_echo_n "(cached) " >&6
13699 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13700 /* end confdefs.h. */
13701 #include <sys/types.h>
13702 #include <sys/wait.h>
13703 #ifndef WEXITSTATUS
13704 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
13707 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
13715 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
13720 if ac_fn_c_try_compile
"$LINENO"; then :
13721 ac_cv_header_sys_wait_h
=yes
13723 ac_cv_header_sys_wait_h
=no
13725 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
13728 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
13729 if test $ac_cv_header_sys_wait_h = yes; then
13731 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
13735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
13736 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
13737 if ${gcc_cv_header_string+:} false
; then :
13738 $as_echo_n "(cached) " >&6
13740 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13741 /* end confdefs.h. */
13742 #include <string.h>
13743 #include <strings.h>
13752 if ac_fn_c_try_compile
"$LINENO"; then :
13753 gcc_cv_header_string
=yes
13755 gcc_cv_header_string
=no
13757 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
13760 $as_echo "$gcc_cv_header_string" >&6; }
13761 if test $gcc_cv_header_string = yes; then
13763 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
13767 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
13768 if test "x$ac_cv_type_size_t" = xyes
; then :
13772 cat >>confdefs.h
<<_ACEOF
13773 #define size_t unsigned int
13778 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13779 # for constant arguments. Useless!
13780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
13781 $as_echo_n "checking for working alloca.h... " >&6; }
13782 if ${ac_cv_working_alloca_h+:} false
; then :
13783 $as_echo_n "(cached) " >&6
13785 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13786 /* end confdefs.h. */
13787 #include <alloca.h>
13791 char *p = (char *) alloca (2 * sizeof (int));
13797 if ac_fn_c_try_link
"$LINENO"; then :
13798 ac_cv_working_alloca_h
=yes
13800 ac_cv_working_alloca_h
=no
13802 rm -f core conftest.err conftest.
$ac_objext \
13803 conftest
$ac_exeext conftest.
$ac_ext
13805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
13806 $as_echo "$ac_cv_working_alloca_h" >&6; }
13807 if test $ac_cv_working_alloca_h = yes; then
13809 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
13813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13814 $as_echo_n "checking for alloca... " >&6; }
13815 if ${ac_cv_func_alloca_works+:} false
; then :
13816 $as_echo_n "(cached) " >&6
13818 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13819 /* end confdefs.h. */
13821 # define alloca __builtin_alloca
13824 # include <malloc.h>
13825 # define alloca _alloca
13827 # ifdef HAVE_ALLOCA_H
13828 # include <alloca.h>
13833 # ifndef alloca /* predefined by HP cc +Olibcalls */
13834 void *alloca (size_t);
13844 char *p = (char *) alloca (1);
13850 if ac_fn_c_try_link
"$LINENO"; then :
13851 ac_cv_func_alloca_works
=yes
13853 ac_cv_func_alloca_works
=no
13855 rm -f core conftest.err conftest.
$ac_objext \
13856 conftest
$ac_exeext conftest.
$ac_ext
13858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13859 $as_echo "$ac_cv_func_alloca_works" >&6; }
13861 if test $ac_cv_func_alloca_works = yes; then
13863 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
13866 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13867 # that cause trouble. Some versions do not even contain alloca or
13868 # contain a buggy version. If you still want to use their alloca,
13869 # use ar to extract alloca.o from them instead of compiling alloca.c.
13871 ALLOCA
=\
${LIBOBJDIR}alloca.
$ac_objext
13873 $as_echo "#define C_ALLOCA 1" >>confdefs.h
13876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13877 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
13878 if ${ac_cv_os_cray+:} false
; then :
13879 $as_echo_n "(cached) " >&6
13881 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13882 /* end confdefs.h. */
13883 #if defined CRAY && ! defined CRAY2
13890 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13891 $EGREP "webecray" >/dev
/null
2>&1; then :
13899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13900 $as_echo "$ac_cv_os_cray" >&6; }
13901 if test $ac_cv_os_cray = yes; then
13902 for ac_func
in _getb67 GETB67 getb67
; do
13903 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13904 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
13905 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
13907 cat >>confdefs.h
<<_ACEOF
13908 #define CRAY_STACKSEG_END $ac_func
13917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13918 $as_echo_n "checking stack direction for C alloca... " >&6; }
13919 if ${ac_cv_c_stack_direction+:} false
; then :
13920 $as_echo_n "(cached) " >&6
13922 if test "$cross_compiling" = yes; then :
13923 ac_cv_c_stack_direction
=0
13925 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13926 /* end confdefs.h. */
13927 $ac_includes_default
13929 find_stack_direction (int *addr, int depth)
13931 int dir, dummy = 0;
13934 *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
13935 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
13936 return dir + dummy;
13940 main (int argc, char **argv)
13942 return find_stack_direction (0, argc + !argv + 20) < 0;
13945 if ac_fn_c_try_run
"$LINENO"; then :
13946 ac_cv_c_stack_direction
=1
13948 ac_cv_c_stack_direction
=-1
13950 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
13951 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
13955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13956 $as_echo "$ac_cv_c_stack_direction" >&6; }
13957 cat >>confdefs.h
<<_ACEOF
13958 #define STACK_DIRECTION $ac_cv_c_stack_direction
13967 for ac_header
in $ac_header_list
13969 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13970 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
13972 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
13973 cat >>confdefs.h
<<_ACEOF
13974 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13988 for ac_func
in getpagesize
13990 ac_fn_c_check_func
"$LINENO" "getpagesize" "ac_cv_func_getpagesize"
13991 if test "x$ac_cv_func_getpagesize" = xyes
; then :
13992 cat >>confdefs.h
<<_ACEOF
13993 #define HAVE_GETPAGESIZE 1
13999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
14000 $as_echo_n "checking for working mmap... " >&6; }
14001 if ${ac_cv_func_mmap_fixed_mapped+:} false
; then :
14002 $as_echo_n "(cached) " >&6
14004 if test "$cross_compiling" = yes; then :
14005 ac_cv_func_mmap_fixed_mapped
=no
14007 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14008 /* end confdefs.h. */
14009 $ac_includes_default
14010 /* malloc might have been renamed as rpl_malloc. */
14013 /* Thanks to Mike Haertel and Jim Avera for this test.
14014 Here is a matrix of mmap possibilities:
14015 mmap private not fixed
14016 mmap private fixed at somewhere currently unmapped
14017 mmap private fixed at somewhere already mapped
14018 mmap shared not fixed
14019 mmap shared fixed at somewhere currently unmapped
14020 mmap shared fixed at somewhere already mapped
14021 For private mappings, we should verify that changes cannot be read()
14022 back from the file, nor mmap's back from the file at a different
14023 address. (There have been systems where private was not correctly
14024 implemented like the infamous i386 svr4.0, and systems where the
14025 VM page cache was not coherent with the file system buffer cache
14026 like early versions of FreeBSD and possibly contemporary NetBSD.)
14027 For shared mappings, we should conversely verify that changes get
14028 propagated back to all the places they're supposed to be.
14030 Grep wants private fixed already mapped.
14031 The main things grep needs to know about mmap are:
14032 * does it exist and is it safe to write into the mmap'd area
14033 * how to use it (BSD variants) */
14036 #include <sys/mman.h>
14038 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
14042 /* This mess was copied from the GNU getpagesize.h. */
14043 #ifndef HAVE_GETPAGESIZE
14044 # ifdef _SC_PAGESIZE
14045 # define getpagesize() sysconf(_SC_PAGESIZE)
14046 # else /* no _SC_PAGESIZE */
14047 # ifdef HAVE_SYS_PARAM_H
14048 # include <sys/param.h>
14049 # ifdef EXEC_PAGESIZE
14050 # define getpagesize() EXEC_PAGESIZE
14051 # else /* no EXEC_PAGESIZE */
14053 # define getpagesize() NBPG * CLSIZE
14056 # endif /* no CLSIZE */
14057 # else /* no NBPG */
14059 # define getpagesize() NBPC
14060 # else /* no NBPC */
14062 # define getpagesize() PAGESIZE
14063 # endif /* PAGESIZE */
14064 # endif /* no NBPC */
14065 # endif /* no NBPG */
14066 # endif /* no EXEC_PAGESIZE */
14067 # else /* no HAVE_SYS_PARAM_H */
14068 # define getpagesize() 8192 /* punt totally */
14069 # endif /* no HAVE_SYS_PARAM_H */
14070 # endif /* no _SC_PAGESIZE */
14072 #endif /* no HAVE_GETPAGESIZE */
14077 char *data, *data2, *data3;
14078 const char *cdata2;
14082 pagesize = getpagesize ();
14084 /* First, make a file with some known garbage in it. */
14085 data = (char *) malloc (pagesize);
14088 for (i = 0; i < pagesize; ++i)
14089 *(data + i) = rand ();
14091 fd = creat ("conftest.mmap", 0600);
14094 if (write (fd, data, pagesize) != pagesize)
14098 /* Next, check that the tail of a page is zero-filled. File must have
14099 non-zero length, otherwise we risk SIGBUS for entire page. */
14100 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
14104 if (write (fd2, cdata2, 1) != 1)
14106 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
14107 if (data2 == MAP_FAILED)
14109 for (i = 0; i < pagesize; ++i)
14113 if (munmap (data2, pagesize))
14116 /* Next, try to mmap the file at a fixed address which already has
14117 something else allocated at it. If we can, also make sure that
14118 we see the same garbage. */
14119 fd = open ("conftest.mmap", O_RDWR);
14122 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
14123 MAP_PRIVATE | MAP_FIXED, fd, 0L))
14125 for (i = 0; i < pagesize; ++i)
14126 if (*(data + i) != *(data2 + i))
14129 /* Finally, make sure that changes to the mapped area do not
14130 percolate back to the file as seen by read(). (This is a bug on
14131 some variants of i386 svr4.0.) */
14132 for (i = 0; i < pagesize; ++i)
14133 *(data2 + i) = *(data2 + i) + 1;
14134 data3 = (char *) malloc (pagesize);
14137 if (read (fd, data3, pagesize) != pagesize)
14139 for (i = 0; i < pagesize; ++i)
14140 if (*(data + i) != *(data3 + i))
14146 if ac_fn_c_try_run
"$LINENO"; then :
14147 ac_cv_func_mmap_fixed_mapped
=yes
14149 ac_cv_func_mmap_fixed_mapped
=no
14151 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
14152 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
14156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
14157 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
14158 if test $ac_cv_func_mmap_fixed_mapped = yes; then
14160 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
14163 rm -f conftest.mmap conftest.txt
14165 for ac_func
in sbrk utimes setmode getc_unlocked strcoll setlocale
14167 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14168 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
14169 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
14170 cat >>confdefs.h
<<_ACEOF
14171 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14177 ac_fn_c_check_func
"$LINENO" "mkstemp" "ac_cv_func_mkstemp"
14178 if test "x$ac_cv_func_mkstemp" = xyes
; then :
14180 $as_echo "#define HAVE_MKSTEMP 1" >>confdefs.h
14184 ac_fn_c_check_func
"$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
14185 if test "x$ac_cv_func_mkdtemp" = xyes
; then :
14187 $as_echo "#define HAVE_MKDTEMP 1" >>confdefs.h
14191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
14192 $as_echo_n "checking for mbstate_t... " >&6; }
14193 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14194 /* end confdefs.h. */
14199 mbstate_t teststate;
14204 if ac_fn_c_try_compile
"$LINENO"; then :
14209 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mbstate_t" >&5
14211 $as_echo "$have_mbstate_t" >&6; }
14212 if test x
"$have_mbstate_t" = xyes
; then
14214 $as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
14218 # Some systems have frexp only in -lm, not in -lc.
14219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
14220 $as_echo_n "checking for library containing frexp... " >&6; }
14221 if ${ac_cv_search_frexp+:} false
; then :
14222 $as_echo_n "(cached) " >&6
14224 ac_func_search_save_LIBS
=$LIBS
14225 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14226 /* end confdefs.h. */
14228 /* Override any GCC internal prototype to avoid an error.
14229 Use char because int might match the return type of a GCC
14230 builtin and then its argument prototype would still apply. */
14243 for ac_lib
in '' m
; do
14244 if test -z "$ac_lib"; then
14245 ac_res
="none required"
14248 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
14250 if ac_fn_c_try_link
"$LINENO"; then :
14251 ac_cv_search_frexp
=$ac_res
14253 rm -f core conftest.err conftest.
$ac_objext \
14255 if ${ac_cv_search_frexp+:} false
; then :
14259 if ${ac_cv_search_frexp+:} false
; then :
14262 ac_cv_search_frexp
=no
14264 rm conftest.
$ac_ext
14265 LIBS
=$ac_func_search_save_LIBS
14267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
14268 $as_echo "$ac_cv_search_frexp" >&6; }
14269 ac_res
=$ac_cv_search_frexp
14270 if test "$ac_res" != no
; then :
14271 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
14277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
14278 $as_echo_n "checking for LC_MESSAGES... " >&6; }
14279 if ${am_cv_val_LC_MESSAGES+:} false
; then :
14280 $as_echo_n "(cached) " >&6
14282 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14283 /* end confdefs.h. */
14284 #include <locale.h>
14293 if ac_fn_c_try_link
"$LINENO"; then :
14294 am_cv_val_LC_MESSAGES
=yes
14296 am_cv_val_LC_MESSAGES
=no
14298 rm -f core conftest.err conftest.
$ac_objext \
14299 conftest
$ac_exeext conftest.
$ac_ext
14301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
14302 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
14303 if test $am_cv_val_LC_MESSAGES = yes; then
14305 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
14310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in time.h" >&5
14311 $as_echo_n "checking for time_t in time.h... " >&6; }
14312 if ${bu_cv_decl_time_t_time_h+:} false
; then :
14313 $as_echo_n "(cached) " >&6
14315 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14316 /* end confdefs.h. */
14326 if ac_fn_c_try_compile
"$LINENO"; then :
14327 bu_cv_decl_time_t_time_h
=yes
14329 bu_cv_decl_time_t_time_h
=no
14331 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_time_h" >&5
14335 $as_echo "$bu_cv_decl_time_t_time_h" >&6; }
14336 if test $bu_cv_decl_time_t_time_h = yes; then
14338 $as_echo "#define HAVE_TIME_T_IN_TIME_H 1" >>confdefs.h
14342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in sys/types.h" >&5
14343 $as_echo_n "checking for time_t in sys/types.h... " >&6; }
14344 if ${bu_cv_decl_time_t_types_h+:} false
; then :
14345 $as_echo_n "(cached) " >&6
14347 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14348 /* end confdefs.h. */
14349 #include <sys/types.h>
14358 if ac_fn_c_try_compile
"$LINENO"; then :
14359 bu_cv_decl_time_t_types_h
=yes
14361 bu_cv_decl_time_t_types_h
=no
14363 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_types_h" >&5
14367 $as_echo "$bu_cv_decl_time_t_types_h" >&6; }
14368 if test $bu_cv_decl_time_t_types_h = yes; then
14370 $as_echo "#define HAVE_TIME_T_IN_TYPES_H 1" >>confdefs.h
14374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
14375 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
14376 if ${bu_cv_decl_getopt_unistd_h+:} false
; then :
14377 $as_echo_n "(cached) " >&6
14379 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14380 /* end confdefs.h. */
14381 #include <unistd.h>
14385 extern int getopt (int, char *const*, const char *);
14390 if ac_fn_c_try_compile
"$LINENO"; then :
14391 bu_cv_decl_getopt_unistd_h
=yes
14393 bu_cv_decl_getopt_unistd_h
=no
14395 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
14399 $as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
14400 if test $bu_cv_decl_getopt_unistd_h = yes; then
14402 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
14406 # Under Next 3.2 <utime.h> apparently does not define struct utimbuf
14408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
14409 $as_echo_n "checking for utime.h... " >&6; }
14410 if ${bu_cv_header_utime_h+:} false
; then :
14411 $as_echo_n "(cached) " >&6
14413 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14414 /* end confdefs.h. */
14415 #include <sys/types.h>
14428 if ac_fn_c_try_compile
"$LINENO"; then :
14429 bu_cv_header_utime_h
=yes
14431 bu_cv_header_utime_h
=no
14433 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
14437 $as_echo "$bu_cv_header_utime_h" >&6; }
14438 if test $bu_cv_header_utime_h = yes; then
14440 $as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
14444 ac_fn_c_check_decl
"$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
14445 if test "x$ac_cv_have_decl_asprintf" = xyes
; then :
14451 cat >>confdefs.h
<<_ACEOF
14452 #define HAVE_DECL_ASPRINTF $ac_have_decl
14454 ac_fn_c_check_decl
"$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
14455 if test "x$ac_cv_have_decl_environ" = xyes
; then :
14461 cat >>confdefs.h
<<_ACEOF
14462 #define HAVE_DECL_ENVIRON $ac_have_decl
14464 ac_fn_c_check_decl
"$LINENO" "fprintf" "ac_cv_have_decl_fprintf" "$ac_includes_default"
14465 if test "x$ac_cv_have_decl_fprintf" = xyes
; then :
14471 cat >>confdefs.h
<<_ACEOF
14472 #define HAVE_DECL_FPRINTF $ac_have_decl
14474 ac_fn_c_check_decl
"$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
14475 if test "x$ac_cv_have_decl_getc_unlocked" = xyes
; then :
14481 cat >>confdefs.h
<<_ACEOF
14482 #define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
14484 ac_fn_c_check_decl
"$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
14485 if test "x$ac_cv_have_decl_getenv" = xyes
; then :
14491 cat >>confdefs.h
<<_ACEOF
14492 #define HAVE_DECL_GETENV $ac_have_decl
14494 ac_fn_c_check_decl
"$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
14495 if test "x$ac_cv_have_decl_sbrk" = xyes
; then :
14501 cat >>confdefs.h
<<_ACEOF
14502 #define HAVE_DECL_SBRK $ac_have_decl
14504 ac_fn_c_check_decl
"$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
14505 if test "x$ac_cv_have_decl_snprintf" = xyes
; then :
14511 cat >>confdefs.h
<<_ACEOF
14512 #define HAVE_DECL_SNPRINTF $ac_have_decl
14514 ac_fn_c_check_decl
"$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
14515 if test "x$ac_cv_have_decl_stpcpy" = xyes
; then :
14521 cat >>confdefs.h
<<_ACEOF
14522 #define HAVE_DECL_STPCPY $ac_have_decl
14524 ac_fn_c_check_decl
"$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
14525 if test "x$ac_cv_have_decl_strnlen" = xyes
; then :
14531 cat >>confdefs.h
<<_ACEOF
14532 #define HAVE_DECL_STRNLEN $ac_have_decl
14534 ac_fn_c_check_decl
"$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
14535 if test "x$ac_cv_have_decl_strstr" = xyes
; then :
14541 cat >>confdefs.h
<<_ACEOF
14542 #define HAVE_DECL_STRSTR $ac_have_decl
14544 ac_fn_c_check_decl
"$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
14545 if test "x$ac_cv_have_decl_vsnprintf" = xyes
; then :
14551 cat >>confdefs.h
<<_ACEOF
14552 #define HAVE_DECL_VSNPRINTF $ac_have_decl
14556 # Link in zlib if we can. This allows us to read compressed debug
14557 # sections. This is used only by readelf.c (objdump uses bfd for
14558 # reading compressed sections).
14560 # Use the system's zlib library.
14561 zlibdir
="-L\$(top_builddir)/../zlib"
14562 zlibinc
="-I\$(top_srcdir)/../zlib"
14564 # Check whether --with-system-zlib was given.
14565 if test "${with_system_zlib+set}" = set; then :
14566 withval
=$with_system_zlib; if test x
$with_system_zlib = xyes
; then
14579 *-*-msdos* |
*-*-go32* |
*-*-mingw32* |
*-*-cygwin* |
*-*-windows*)
14581 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
14585 # target-specific stuff:
14587 # Canonicalize the secondary target names.
14588 if test -n "$enable_targets"; then
14589 for targ
in `echo $enable_targets | sed 's/,/ /g'`
14591 result
=`$ac_config_sub $targ 2>/dev/null`
14592 if test -n "$result"; then
14593 canon_targets
="$canon_targets $result"
14595 # Allow targets that config.sub doesn't recognize, like "all".
14596 canon_targets
="$canon_targets $targ"
14601 ac_fn_c_check_header_mongrel
"$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
14602 if test "x$ac_cv_header_iconv_h" = xyes
; then :
14608 if test "X$prefix" = "XNONE"; then
14609 acl_final_prefix
="$ac_default_prefix"
14611 acl_final_prefix
="$prefix"
14613 if test "X$exec_prefix" = "XNONE"; then
14614 acl_final_exec_prefix
='${prefix}'
14616 acl_final_exec_prefix
="$exec_prefix"
14618 acl_save_prefix
="$prefix"
14619 prefix
="$acl_final_prefix"
14620 eval acl_final_exec_prefix
=\"$acl_final_exec_prefix\"
14621 prefix
="$acl_save_prefix"
14624 # Check whether --with-gnu-ld was given.
14625 if test "${with_gnu_ld+set}" = set; then :
14626 withval
=$with_gnu_ld; test "$withval" = no || with_gnu_ld
=yes
14631 # Prepare PATH_SEPARATOR.
14632 # The user is always right.
14633 if test "${PATH_SEPARATOR+set}" != set; then
14634 echo "#! /bin/sh" >conf$$.sh
14635 echo "exit 0" >>conf$$.sh
14637 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
14645 if test "$GCC" = yes; then
14646 # Check if gcc -print-prog-name=ld gives a path.
14647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
14648 $as_echo_n "checking for ld used by GCC... " >&6; }
14651 # gcc leaves a trailing carriage return which upsets mingw
14652 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
14654 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
14657 # Accept absolute paths.
14658 [\\/]* |
[A-Za-z
]:[\\/]*)
14659 re_direlt
='/[^/][^/]*/\.\./'
14660 # Canonicalize the path of ld
14661 ac_prog
=`echo $ac_prog| sed 's%\\\\%/%g'`
14662 while echo $ac_prog |
grep "$re_direlt" > /dev
/null
2>&1; do
14663 ac_prog
=`echo $ac_prog| sed "s%$re_direlt%/%"`
14665 test -z "$LD" && LD
="$ac_prog"
14668 # If it fails, then pretend we aren't using GCC.
14672 # If it is relative, then search for the first ld in PATH.
14673 with_gnu_ld
=unknown
14676 elif test "$with_gnu_ld" = yes; then
14677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
14678 $as_echo_n "checking for GNU ld... " >&6; }
14680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
14681 $as_echo_n "checking for non-GNU ld... " >&6; }
14683 if ${acl_cv_path_LD+:} false
; then :
14684 $as_echo_n "(cached) " >&6
14686 if test -z "$LD"; then
14687 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
14688 for ac_dir
in $PATH; do
14689 test -z "$ac_dir" && ac_dir
=.
14690 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
14691 acl_cv_path_LD
="$ac_dir/$ac_prog"
14692 # Check to see if the program is GNU ld. I'd rather use --version,
14693 # but apparently some GNU ld's only accept -v.
14694 # Break only if it was the GNU/non-GNU ld that we prefer.
14695 if "$acl_cv_path_LD" -v 2>&1 < /dev
/null |
egrep '(GNU|with BFD)' > /dev
/null
; then
14696 test "$with_gnu_ld" != no
&& break
14698 test "$with_gnu_ld" != yes && break
14704 acl_cv_path_LD
="$LD" # Let the user override the test with a path.
14708 LD
="$acl_cv_path_LD"
14709 if test -n "$LD"; then
14710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
14711 $as_echo "$LD" >&6; }
14713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14714 $as_echo "no" >&6; }
14716 test -z "$LD" && as_fn_error $?
"no acceptable ld found in \$PATH" "$LINENO" 5
14717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
14718 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
14719 if ${acl_cv_prog_gnu_ld+:} false
; then :
14720 $as_echo_n "(cached) " >&6
14722 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
14723 if $LD -v 2>&1 </dev
/null |
egrep '(GNU|with BFD)' 1>&5; then
14724 acl_cv_prog_gnu_ld
=yes
14726 acl_cv_prog_gnu_ld
=no
14729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
14730 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
14731 with_gnu_ld
=$acl_cv_prog_gnu_ld
14735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
14736 $as_echo_n "checking for shared library run path origin... " >&6; }
14737 if ${acl_cv_rpath+:} false
; then :
14738 $as_echo_n "(cached) " >&6
14741 CC
="$CC" GCC
="$GCC" LDFLAGS
="$LDFLAGS" LD
="$LD" with_gnu_ld
="$with_gnu_ld" \
14742 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
14744 rm -f .
/conftest.sh
14748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
14749 $as_echo "$acl_cv_rpath" >&6; }
14751 libext
="$acl_cv_libext"
14752 shlibext
="$acl_cv_shlibext"
14753 hardcode_libdir_flag_spec
="$acl_cv_hardcode_libdir_flag_spec"
14754 hardcode_libdir_separator
="$acl_cv_hardcode_libdir_separator"
14755 hardcode_direct
="$acl_cv_hardcode_direct"
14756 hardcode_minus_L
="$acl_cv_hardcode_minus_L"
14757 # Check whether --enable-rpath was given.
14758 if test "${enable_rpath+set}" = set; then :
14759 enableval
=$enable_rpath; :
14773 acl_save_prefix
="$prefix"
14774 prefix
="$acl_final_prefix"
14775 acl_save_exec_prefix
="$exec_prefix"
14776 exec_prefix
="$acl_final_exec_prefix"
14778 eval additional_includedir
=\"$includedir\"
14779 eval additional_libdir
=\"$libdir\"
14781 exec_prefix
="$acl_save_exec_prefix"
14782 prefix
="$acl_save_prefix"
14785 # Check whether --with-libiconv-prefix was given.
14786 if test "${with_libiconv_prefix+set}" = set; then :
14787 withval
=$with_libiconv_prefix;
14788 if test "X$withval" = "Xno"; then
14791 if test "X$withval" = "X"; then
14793 acl_save_prefix
="$prefix"
14794 prefix
="$acl_final_prefix"
14795 acl_save_exec_prefix
="$exec_prefix"
14796 exec_prefix
="$acl_final_exec_prefix"
14798 eval additional_includedir
=\"$includedir\"
14799 eval additional_libdir
=\"$libdir\"
14801 exec_prefix
="$acl_save_exec_prefix"
14802 prefix
="$acl_save_prefix"
14805 additional_includedir
="$withval/include"
14806 additional_libdir
="$withval/lib"
14813 # Check whether --with-libiconv-type was given.
14814 if test "${with_libiconv_type+set}" = set; then :
14815 withval
=$with_libiconv_type; with_libiconv_type
=$withval
14817 with_libiconv_type
=auto
14820 lib_type
=`eval echo \$with_libiconv_type`
14827 names_already_handled
=
14828 names_next_round
='iconv '
14829 while test -n "$names_next_round"; do
14830 names_this_round
="$names_next_round"
14832 for name
in $names_this_round; do
14834 for n
in $names_already_handled; do
14835 if test "$n" = "$name"; then
14836 already_handled
=yes
14840 if test -z "$already_handled"; then
14841 names_already_handled
="$names_already_handled $name"
14842 uppername
=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
14843 eval value
=\"\
$HAVE_LIB$uppername\"
14844 if test -n "$value"; then
14845 if test "$value" = yes; then
14846 eval value
=\"\
$LIB$uppername\"
14847 test -z "$value" || LIBICONV
="${LIBICONV}${LIBICONV:+ }$value"
14848 eval value
=\"\
$LTLIB$uppername\"
14849 test -z "$value" || LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }$value"
14858 if test $use_additional = yes; then
14859 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext" && test x
$lib_type != xstatic
; then
14860 found_dir
="$additional_libdir"
14861 found_so
="$additional_libdir/lib$name.$shlibext"
14862 if test -f "$additional_libdir/lib$name.la"; then
14863 found_la
="$additional_libdir/lib$name.la"
14865 elif test x
$lib_type != xshared
; then
14866 if test -f "$additional_libdir/lib$name.$libext"; then
14867 found_dir
="$additional_libdir"
14868 found_a
="$additional_libdir/lib$name.$libext"
14869 if test -f "$additional_libdir/lib$name.la"; then
14870 found_la
="$additional_libdir/lib$name.la"
14875 if test "X$found_dir" = "X"; then
14876 for x
in $LDFLAGS $LTLIBICONV; do
14878 acl_save_prefix
="$prefix"
14879 prefix
="$acl_final_prefix"
14880 acl_save_exec_prefix
="$exec_prefix"
14881 exec_prefix
="$acl_final_exec_prefix"
14883 exec_prefix
="$acl_save_exec_prefix"
14884 prefix
="$acl_save_prefix"
14888 dir
=`echo "X$x" | sed -e 's/^X-L//'`
14889 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext" && test x
$lib_type != xstatic
; then
14891 found_so
="$dir/lib$name.$shlibext"
14892 if test -f "$dir/lib$name.la"; then
14893 found_la
="$dir/lib$name.la"
14895 elif test x
$lib_type != xshared
; then
14896 if test -f "$dir/lib$name.$libext"; then
14898 found_a
="$dir/lib$name.$libext"
14899 if test -f "$dir/lib$name.la"; then
14900 found_la
="$dir/lib$name.la"
14906 if test "X$found_dir" != "X"; then
14911 if test "X$found_dir" != "X"; then
14912 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
14913 if test "X$found_so" != "X"; then
14914 if test "$enable_rpath" = no ||
test "X$found_dir" = "X/usr/lib"; then
14915 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_so"
14918 for x
in $ltrpathdirs; do
14919 if test "X$x" = "X$found_dir"; then
14924 if test -z "$haveit"; then
14925 ltrpathdirs
="$ltrpathdirs $found_dir"
14927 if test "$hardcode_direct" = yes; then
14928 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_so"
14930 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no
; then
14931 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_so"
14933 for x
in $rpathdirs; do
14934 if test "X$x" = "X$found_dir"; then
14939 if test -z "$haveit"; then
14940 rpathdirs
="$rpathdirs $found_dir"
14944 for x
in $LDFLAGS $LIBICONV; do
14946 acl_save_prefix
="$prefix"
14947 prefix
="$acl_final_prefix"
14948 acl_save_exec_prefix
="$exec_prefix"
14949 exec_prefix
="$acl_final_exec_prefix"
14951 exec_prefix
="$acl_save_exec_prefix"
14952 prefix
="$acl_save_prefix"
14954 if test "X$x" = "X-L$found_dir"; then
14959 if test -z "$haveit"; then
14960 LIBICONV
="${LIBICONV}${LIBICONV:+ }-L$found_dir"
14962 if test "$hardcode_minus_L" != no
; then
14963 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_so"
14965 LIBICONV
="${LIBICONV}${LIBICONV:+ }-l$name"
14971 if test "X$found_a" != "X"; then
14972 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_a"
14974 LIBICONV
="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
14977 additional_includedir
=
14978 case "$found_dir" in
14980 basedir
=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
14981 additional_includedir
="$basedir/include"
14984 if test "X$additional_includedir" != "X"; then
14985 if test "X$additional_includedir" != "X/usr/include"; then
14987 if test "X$additional_includedir" = "X/usr/local/include"; then
14988 if test -n "$GCC"; then
14990 linux
*) haveit
=yes;;
14994 if test -z "$haveit"; then
14995 for x
in $CPPFLAGS $INCICONV; do
14997 acl_save_prefix
="$prefix"
14998 prefix
="$acl_final_prefix"
14999 acl_save_exec_prefix
="$exec_prefix"
15000 exec_prefix
="$acl_final_exec_prefix"
15002 exec_prefix
="$acl_save_exec_prefix"
15003 prefix
="$acl_save_prefix"
15005 if test "X$x" = "X-I$additional_includedir"; then
15010 if test -z "$haveit"; then
15011 if test -d "$additional_includedir"; then
15012 INCICONV
="${INCICONV}${INCICONV:+ }-I$additional_includedir"
15018 if test -n "$found_la"; then
15019 save_libdir
="$libdir"
15020 case "$found_la" in
15021 */* |
*\\*) .
"$found_la" ;;
15022 *) .
"./$found_la" ;;
15024 libdir
="$save_libdir"
15025 for dep
in $dependency_libs; do
15028 additional_libdir
=`echo "X$dep" | sed -e 's/^X-L//'`
15029 if test "X$additional_libdir" != "X/usr/lib"; then
15031 if test "X$additional_libdir" = "X/usr/local/lib"; then
15032 if test -n "$GCC"; then
15034 linux
*) haveit
=yes;;
15038 if test -z "$haveit"; then
15040 for x
in $LDFLAGS $LIBICONV; do
15042 acl_save_prefix
="$prefix"
15043 prefix
="$acl_final_prefix"
15044 acl_save_exec_prefix
="$exec_prefix"
15045 exec_prefix
="$acl_final_exec_prefix"
15047 exec_prefix
="$acl_save_exec_prefix"
15048 prefix
="$acl_save_prefix"
15050 if test "X$x" = "X-L$additional_libdir"; then
15055 if test -z "$haveit"; then
15056 if test -d "$additional_libdir"; then
15057 LIBICONV
="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
15061 for x
in $LDFLAGS $LTLIBICONV; do
15063 acl_save_prefix
="$prefix"
15064 prefix
="$acl_final_prefix"
15065 acl_save_exec_prefix
="$exec_prefix"
15066 exec_prefix
="$acl_final_exec_prefix"
15068 exec_prefix
="$acl_save_exec_prefix"
15069 prefix
="$acl_save_prefix"
15071 if test "X$x" = "X-L$additional_libdir"; then
15076 if test -z "$haveit"; then
15077 if test -d "$additional_libdir"; then
15078 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
15085 dir
=`echo "X$dep" | sed -e 's/^X-R//'`
15086 if test "$enable_rpath" != no
; then
15088 for x
in $rpathdirs; do
15089 if test "X$x" = "X$dir"; then
15094 if test -z "$haveit"; then
15095 rpathdirs
="$rpathdirs $dir"
15098 for x
in $ltrpathdirs; do
15099 if test "X$x" = "X$dir"; then
15104 if test -z "$haveit"; then
15105 ltrpathdirs
="$ltrpathdirs $dir"
15110 names_next_round
="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
15113 names_next_round
="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
15116 LIBICONV
="${LIBICONV}${LIBICONV:+ }$dep"
15117 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }$dep"
15123 if test "x$lib_type" = "xauto" ||
test "x$lib_type" = "xshared"; then
15124 LIBICONV
="${LIBICONV}${LIBICONV:+ }-l$name"
15125 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
15127 LIBICONV
="${LIBICONV}${LIBICONV:+ }-l:lib$name.$libext"
15128 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }-l:lib$name.$libext"
15135 if test "X$rpathdirs" != "X"; then
15136 if test -n "$hardcode_libdir_separator"; then
15138 for found_dir
in $rpathdirs; do
15139 alldirs
="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
15141 acl_save_libdir
="$libdir"
15143 eval flag
=\"$hardcode_libdir_flag_spec\"
15144 libdir
="$acl_save_libdir"
15145 LIBICONV
="${LIBICONV}${LIBICONV:+ }$flag"
15147 for found_dir
in $rpathdirs; do
15148 acl_save_libdir
="$libdir"
15149 libdir
="$found_dir"
15150 eval flag
=\"$hardcode_libdir_flag_spec\"
15151 libdir
="$acl_save_libdir"
15152 LIBICONV
="${LIBICONV}${LIBICONV:+ }$flag"
15156 if test "X$ltrpathdirs" != "X"; then
15157 for found_dir
in $ltrpathdirs; do
15158 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
15168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
15169 $as_echo_n "checking for iconv... " >&6; }
15170 if ${am_cv_func_iconv+:} false
; then :
15171 $as_echo_n "(cached) " >&6
15174 am_cv_func_iconv
="no, consider installing GNU libiconv"
15176 am_save_CPPFLAGS
="$CPPFLAGS"
15177 CPPFLAGS
="$CPPFLAGS $INCICONV"
15178 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15179 /* end confdefs.h. */
15180 #include <stdlib.h>
15185 iconv_t cd = iconv_open("","");
15186 iconv(cd,NULL,NULL,NULL,NULL);
15192 if ac_fn_c_try_link
"$LINENO"; then :
15193 am_cv_func_iconv
=yes
15195 rm -f core conftest.err conftest.
$ac_objext \
15196 conftest
$ac_exeext conftest.
$ac_ext
15197 CPPFLAGS
="$am_save_CPPFLAGS"
15199 if test "$am_cv_func_iconv" != yes && test -d ..
/libiconv
; then
15200 for _libs
in .libs _libs
; do
15201 am_save_CPPFLAGS
="$CPPFLAGS"
15202 am_save_LIBS
="$LIBS"
15203 CPPFLAGS
="$CPPFLAGS -I../libiconv/include"
15204 LIBS
="$LIBS ../libiconv/lib/$_libs/libiconv.a"
15205 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15206 /* end confdefs.h. */
15207 #include <stdlib.h>
15212 iconv_t cd = iconv_open("","");
15213 iconv(cd,NULL,NULL,NULL,NULL);
15219 if ac_fn_c_try_link
"$LINENO"; then :
15220 INCICONV
="-I../libiconv/include"
15221 LIBICONV
='${top_builddir}'/..
/libiconv
/lib
/$_libs/libiconv.a
15222 LTLIBICONV
='${top_builddir}'/..
/libiconv
/lib
/libiconv.la
15223 am_cv_lib_iconv
=yes
15224 am_cv_func_iconv
=yes
15226 rm -f core conftest.err conftest.
$ac_objext \
15227 conftest
$ac_exeext conftest.
$ac_ext
15228 CPPFLAGS
="$am_save_CPPFLAGS"
15229 LIBS
="$am_save_LIBS"
15230 if test "$am_cv_func_iconv" = "yes"; then
15236 if test "$am_cv_func_iconv" != yes; then
15237 am_save_CPPFLAGS
="$CPPFLAGS"
15238 am_save_LIBS
="$LIBS"
15239 CPPFLAGS
="$CPPFLAGS $INCICONV"
15240 LIBS
="$LIBS $LIBICONV"
15241 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15242 /* end confdefs.h. */
15243 #include <stdlib.h>
15248 iconv_t cd = iconv_open("","");
15249 iconv(cd,NULL,NULL,NULL,NULL);
15255 if ac_fn_c_try_link
"$LINENO"; then :
15256 am_cv_lib_iconv
=yes
15257 am_cv_func_iconv
=yes
15259 rm -f core conftest.err conftest.
$ac_objext \
15260 conftest
$ac_exeext conftest.
$ac_ext
15261 CPPFLAGS
="$am_save_CPPFLAGS"
15262 LIBS
="$am_save_LIBS"
15266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
15267 $as_echo "$am_cv_func_iconv" >&6; }
15268 if test "$am_cv_func_iconv" = yes; then
15270 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
15273 if test "$am_cv_lib_iconv" = yes; then
15275 for element
in $INCICONV; do
15277 for x
in $CPPFLAGS; do
15279 acl_save_prefix
="$prefix"
15280 prefix
="$acl_final_prefix"
15281 acl_save_exec_prefix
="$exec_prefix"
15282 exec_prefix
="$acl_final_exec_prefix"
15284 exec_prefix
="$acl_save_exec_prefix"
15285 prefix
="$acl_save_prefix"
15287 if test "X$x" = "X$element"; then
15292 if test -z "$haveit"; then
15293 CPPFLAGS
="${CPPFLAGS}${CPPFLAGS:+ }$element"
15297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
15298 $as_echo_n "checking how to link with libiconv... " >&6; }
15299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
15300 $as_echo "$LIBICONV" >&6; }
15308 if test "$am_cv_func_iconv" = yes; then
15309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
15310 $as_echo_n "checking for iconv declaration... " >&6; }
15311 if ${am_cv_proto_iconv+:} false
; then :
15312 $as_echo_n "(cached) " >&6
15315 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15316 /* end confdefs.h. */
15318 #include <stdlib.h>
15324 #if defined(__STDC__) || defined(__cplusplus)
15325 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
15338 if ac_fn_c_try_compile
"$LINENO"; then :
15339 am_cv_proto_iconv_arg1
=""
15341 am_cv_proto_iconv_arg1
="const"
15343 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15344 am_cv_proto_iconv
="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
15347 am_cv_proto_iconv
=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
15348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
15349 }$am_cv_proto_iconv" >&5
15351 }$am_cv_proto_iconv" >&6; }
15353 cat >>confdefs.h
<<_ACEOF
15354 #define ICONV_CONST $am_cv_proto_iconv_arg1
15369 BUILD_INSTALL_MISC
=
15371 OBJDUMP_PRIVATE_VECTORS
=
15372 OBJDUMP_PRIVATE_OFILES
=
15375 for targ
in $target $canon_targets
15377 if test "x$targ" = "xall"; then
15379 BUILD_SRCONV
='$(SRCONV_PROG)'
15380 BUILD_MISC
="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
15381 BUILD_WINDRES
='$(WINDRES_PROG)$(EXEEXT)'
15382 BUILD_WINDMC
='$(WINDMC_PROG)$(EXEEXT)'
15383 BUILD_DLLTOOL
='$(DLLTOOL_PROG)$(EXEEXT)'
15384 if test -z "$DLLTOOL_DEFAULT"; then
15385 DLLTOOL_DEFAULT
="-DDLLTOOL_DEFAULT_I386"
15387 DLLTOOL_DEFS
="$DLLTOOL_DEFS -DDLLTOOL_I386"
15388 BUILD_DLLWRAP
='$(DLLWRAP_PROG)$(EXEEXT)'
15389 od_vectors
="$od_vectors objdump_private_desc_xcoff"
15392 *-*-hms*) BUILD_SRCONV
='$(SRCONV_PROG)' ;;
15396 arm-wince-pe
* | arm-
*-wince | arm
*-*-cegcc* | arm
*-*-mingw32ce*)
15397 BUILD_DLLTOOL
='$(DLLTOOL_PROG)$(EXEEXT)'
15398 if test -z "$DLLTOOL_DEFAULT"; then
15399 DLLTOOL_DEFAULT
="-DDLLTOOL_DEFAULT_ARM_WINCE"
15401 DLLTOOL_DEFS
="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
15402 BUILD_WINDRES
='$(WINDRES_PROG)$(EXEEXT)'
15403 BUILD_WINDMC
='$(WINDMC_PROG)$(EXEEXT)'
15406 BUILD_DLLTOOL
='$(DLLTOOL_PROG)$(EXEEXT)'
15407 if test -z "$DLLTOOL_DEFAULT"; then
15408 DLLTOOL_DEFAULT
="-DDLLTOOL_DEFAULT_ARM"
15410 DLLTOOL_DEFS
="$DLLTOOL_DEFS -DDLLTOOL_ARM"
15411 BUILD_WINDRES
='$(WINDRES_PROG)$(EXEEXT)'
15412 BUILD_WINDMC
='$(WINDMC_PROG)$(EXEEXT)'
15414 x86_64-
*-mingw* | x86_64-
*-cygwin*)
15415 BUILD_DLLTOOL
='$(DLLTOOL_PROG)$(EXEEXT)'
15416 if test -z "$DLLTOOL_DEFAULT"; then
15417 DLLTOOL_DEFAULT
="-DDLLTOOL_DEFAULT_MX86_64"
15419 DLLTOOL_DEFS
="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
15420 BUILD_WINDRES
='$(WINDRES_PROG)$(EXEEXT)'
15421 BUILD_WINDMC
='$(WINDMC_PROG)$(EXEEXT)'
15422 BUILD_DLLWRAP
='$(DLLWRAP_PROG)$(EXEEXT)'
15424 i
[3-7]86-*-pe* | i
[3-7]86-*-cygwin* | i
[3-7]86-*-mingw32** | i
[3-7]86-*-netbsdpe*)
15425 BUILD_DLLTOOL
='$(DLLTOOL_PROG)$(EXEEXT)'
15426 if test -z "$DLLTOOL_DEFAULT"; then
15427 DLLTOOL_DEFAULT
="-DDLLTOOL_DEFAULT_I386"
15429 DLLTOOL_DEFS
="$DLLTOOL_DEFS -DDLLTOOL_I386"
15430 BUILD_WINDRES
='$(WINDRES_PROG)$(EXEEXT)'
15431 BUILD_WINDMC
='$(WINDMC_PROG)$(EXEEXT)'
15432 BUILD_DLLWRAP
='$(DLLWRAP_PROG)$(EXEEXT)'
15434 i
[3-7]86-*-interix)
15435 BUILD_DLLTOOL
='$(DLLTOOL_PROG)'
15436 if test -z "$DLLTOOL_DEFAULT"; then
15437 DLLTOOL_DEFAULT
="-DDLLTOOL_DEFAULT_I386"
15439 DLLTOOL_DEFS
="$DLLTOOL_DEFS -DDLLTOOL_I386"
15441 powerpc
*-aix5.
[01])
15443 powerpc
*-aix[5-9].
*)
15444 OBJDUMP_DEFS
="-DAIX_WEAK_SUPPORT"
15446 powerpc
*-*-linux* | powerpc
*-*-elf* | powerpc
*-*-eabi*)
15447 case "$BUILD_INSTALL_MISC" in
15449 *) BUILD_INSTALL_MISC
="${BUILD_INSTALL_MISC} embedspu"
15453 BUILD_DLLTOOL
='$(DLLTOOL_PROG)$(EXEEXT)'
15454 if test -z "$DLLTOOL_DEFAULT"; then
15455 DLLTOOL_DEFAULT
="-DDLLTOOL_DEFAULT_SH"
15457 DLLTOOL_DEFS
="$DLLTOOL_DEFS -DDLLTOOL_SH"
15458 BUILD_WINDRES
='$(WINDRES_PROG)$(EXEEXT)'
15459 BUILD_WINDMC
='$(WINDMC_PROG)$(EXEEXT)'
15462 BUILD_MISC
="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
15465 BUILD_DLLTOOL
='$(DLLTOOL_PROG)$(EXEEXT)'
15466 if test -z "$DLLTOOL_DEFAULT"; then
15467 DLLTOOL_DEFAULT
="-DDLLTOOL_DEFAULT_MIPS"
15469 DLLTOOL_DEFS
="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
15470 BUILD_WINDRES
='$(WINDRES_PROG)$(EXEEXT)'
15471 BUILD_WINDMC
='$(WINDMC_PROG)$(EXEEXT)'
15474 BUILD_DLLTOOL
='$(DLLTOOL_PROG)$(EXEEXT)'
15475 if test -z "$DLLTOOL_DEFAULT"; then
15476 DLLTOOL_DEFAULT
="-DDLLTOOL_DEFAULT_MCORE"
15478 DLLTOOL_DEFS
="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
15479 BUILD_WINDRES
='$(WINDRES_PROG)$(EXEEXT)'
15480 BUILD_WINDMC
='$(WINDMC_PROG)$(EXEEXT)'
15483 BUILD_DLLTOOL
='$(DLLTOOL_PROG)$(EXEEXT)'
15484 if test -z "$DLLTOOL_DEFAULT"; then
15485 DLLTOOL_DEFAULT
="-DDLLTOOL_DEFAULT_MCORE_ELF"
15487 DLLTOOL_DEFS
="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
15490 OBJDUMP_DEFS
="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
15494 # Add objdump private vectors.
15497 od_vectors
="$od_vectors objdump_private_desc_elf32_avr"
15499 powerpc
*-*-aix* | rs6000-
*-aix*)
15500 od_vectors
="$od_vectors objdump_private_desc_xcoff"
15503 od_vectors
="$od_vectors objdump_private_desc_mach_o"
15509 # Uniq objdump private vector, build objdump target ofiles.
15512 for i
in $od_vectors ; do
15517 OBJDUMP_PRIVATE_VECTORS
="$OBJDUMP_PRIVATE_VECTORS &$i,"
15519 objdump_private_desc_elf32_avr
)
15520 od_files
="$od_files od-elf32_avr" ;;
15521 objdump_private_desc_xcoff
)
15522 od_files
="$od_files od-xcoff" ;;
15523 objdump_private_desc_mach_o
)
15524 od_files
="$od_files od-macho" ;;
15525 *) as_fn_error $?
"*** unknown private vector $i" "$LINENO" 5 ;;
15531 # Uniq objdump target ofiles
15533 for i
in $od_files ; do
15538 OBJDUMP_PRIVATE_OFILES
="$OBJDUMP_PRIVATE_OFILES $i.$objext"
15543 DLLTOOL_DEFS
="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
15545 if test "${with_windres+set}" = set; then
15546 BUILD_WINDRES
='$(WINDRES_PROG)$(EXEEXT)'
15549 if test "${with_windmc+set}" = set; then
15550 BUILD_WINDMC
='$(WINDMC_PROG)$(EXEEXT)'
15553 OBJDUMP_DEFS
="${OBJDUMP_DEFS} -DOBJDUMP_PRIVATE_VECTORS=\"${OBJDUMP_PRIVATE_VECTORS}\""
15567 cat >>confdefs.h
<<_ACEOF
15568 #define TARGET "${target}"
15573 .
$srcdir/..
/bfd
/config.bfd
15574 if test "x$targ_underscore" = "xyes"; then
15580 cat >>confdefs.h
<<_ACEOF
15581 #define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
15587 .
${srcdir}/configure.tgt
15588 EMULATION
=$targ_emul
15589 EMULATION_VECTOR
=$targ_emul_vector
15594 # Required for html and install-html
15600 ac_config_files
="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
15602 cat >confcache
<<\_ACEOF
15603 # This file is a shell script that caches the results of configure
15604 # tests run on this system so they can be shared between configure
15605 # scripts and configure runs, see configure's option --config-cache.
15606 # It is not useful on other systems. If it contains results you don't
15607 # want to keep, you may remove or edit it.
15609 # config.status only pays attention to the cache file if you give it
15610 # the --recheck option to rerun configure.
15612 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15613 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15614 # following values.
15618 # The following way of writing the cache mishandles newlines in values,
15619 # but we know of no workaround that is simple, portable, and efficient.
15620 # So, we kill variables containing newlines.
15621 # Ultrix sh set writes to stderr and can't be redirected directly,
15622 # and sets the high bit in the cache file unless we assign to the vars.
15624 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15625 eval ac_val
=\$
$ac_var
15629 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15630 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15633 _ | IFS | as_nl
) ;; #(
15634 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
15635 *) { eval $ac_var=; unset $ac_var;} ;;
15641 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15642 *${as_nl}ac_space
=\
*)
15643 # `set' does not quote correctly, so add quotes: double-quote
15644 # substitution turns \\\\ into \\, and sed turns \\ into \.
15647 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15650 # `set' quotes correctly as required by POSIX, so do not add quotes.
15651 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15660 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15662 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15664 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
15665 if test -w "$cache_file"; then
15666 if test "x$cache_file" != "x/dev/null"; then
15667 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15668 $as_echo "$as_me: updating cache $cache_file" >&6;}
15669 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
15670 cat confcache
>"$cache_file"
15672 case $cache_file in #(
15674 mv -f confcache
"$cache_file"$$
&&
15675 mv -f "$cache_file"$$
"$cache_file" ;; #(
15677 mv -f confcache
"$cache_file" ;;
15682 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15683 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15688 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
15689 # Let make expand exec_prefix.
15690 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
15692 DEFS
=-DHAVE_CONFIG_H
15697 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
15698 # 1. Remove the extension, and $U if already installed.
15699 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
15700 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
15701 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15702 # will be set to the directory where LIBOBJS objects are built.
15703 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15704 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
15706 LIBOBJS
=$ac_libobjs
15708 LTLIBOBJS
=$ac_ltlibobjs
15711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15712 $as_echo_n "checking that generated files are newer than configure... " >&6; }
15713 if test -n "$am_sleep_pid"; then
15714 # Hide warnings about reused PIDs.
15715 wait $am_sleep_pid 2>/dev
/null
15717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15718 $as_echo "done" >&6; }
15719 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15720 as_fn_error $?
"conditional \"AMDEP\" was never defined.
15721 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15723 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15724 as_fn_error $?
"conditional \"am__fastdepCC\" was never defined.
15725 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15727 if test -n "$EXEEXT"; then
15729 am__EXEEXT_FALSE
='#'
15731 am__EXEEXT_TRUE
='#'
15735 if test -z "${ENABLE_LIBCTF_TRUE}" && test -z "${ENABLE_LIBCTF_FALSE}"; then
15736 as_fn_error $?
"conditional \"ENABLE_LIBCTF\" was never defined.
15737 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15739 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15740 as_fn_error $?
"conditional \"MAINTAINER_MODE\" was never defined.
15741 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15743 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
15744 as_fn_error $?
"conditional \"GENINSRC_NEVER\" was never defined.
15745 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15748 : "${CONFIG_STATUS=./config.status}"
15750 ac_clean_files_save
=$ac_clean_files
15751 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
15752 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15753 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15755 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15757 # Generated by $as_me.
15758 # Run this file to recreate the current configuration.
15759 # Compiler output produced by configure, useful for debugging
15760 # configure, is in config.log if it exists.
15763 ac_cs_recheck=false
15766 SHELL=\${CONFIG_SHELL-$SHELL}
15769 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
15770 ## -------------------- ##
15771 ## M4sh Initialization. ##
15772 ## -------------------- ##
15774 # Be more Bourne compatible
15775 DUALCASE
=1; export DUALCASE
# for MKS sh
15776 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
15779 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15780 # is contrary to our usage. Disable this feature.
15781 alias -g '${1+"$@"}'='"$@"'
15782 setopt NO_GLOB_SUBST
15784 case `(set -o) 2>/dev/null` in #(
15796 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15797 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15798 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15799 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15800 # Prefer a ksh shell builtin over an external printf program on Solaris,
15801 # but without wasting forks for bash or zsh.
15802 if test -z "$BASH_VERSION$ZSH_VERSION" \
15803 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15804 as_echo='print
-r --'
15805 as_echo_n='print
-rn --'
15806 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15807 as_echo='printf %s
\n'
15808 as_echo_n='printf %s
'
15810 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15811 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
15812 as_echo_n='/usr
/ucb
/echo -n'
15814 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15815 as_echo_n_body='eval
15819 expr "X$arg" : "X\\(.*\\)$as_nl";
15820 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15822 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
15824 export as_echo_n_body
15825 as_echo_n='sh
-c $as_echo_n_body as_echo
'
15827 export as_echo_body
15828 as_echo='sh
-c $as_echo_body as_echo
'
15831 # The user is always right.
15832 if test "${PATH_SEPARATOR+set}" != set; then
15834 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15835 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15842 # We need space, tab and new line, in precisely that order. Quoting is
15843 # there to prevent editors from complaining about space-tab.
15844 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15845 # splitting by setting IFS to empty value.)
15848 # Find who we are. Look in the path if we contain no directory separator.
15851 *[\\/]* ) as_myself=$0 ;;
15852 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15853 for as_dir in $PATH
15856 test -z "$as_dir" && as_dir=.
15857 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15863 # We did not find ourselves, most probably we were run as `sh COMMAND'
15864 # in which case we are not to be found in the path.
15865 if test "x$as_myself" = x
; then
15868 if test ! -f "$as_myself"; then
15869 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15873 # Unset variables that we do not need and which cause bugs (e.g. in
15874 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15875 # suppresses any "Segmentation fault" message there. '((' could
15876 # trigger a bug in pdksh 5.2.14.
15877 for as_var
in BASH_ENV ENV MAIL MAILPATH
15878 do eval test x\
${$as_var+set} = xset \
15879 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
15892 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
15895 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15896 # ----------------------------------------
15897 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15898 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15899 # script with STATUS, using 1 if that was 0.
15902 as_status
=$1; test $as_status -eq 0 && as_status
=1
15904 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
15905 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15907 $as_echo "$as_me: error: $2" >&2
15908 as_fn_exit
$as_status
15912 # as_fn_set_status STATUS
15913 # -----------------------
15914 # Set $? to STATUS, without forking.
15915 as_fn_set_status
()
15918 } # as_fn_set_status
15920 # as_fn_exit STATUS
15921 # -----------------
15922 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15926 as_fn_set_status
$1
15932 # Portably unset VAR.
15935 { eval $1=; unset $1;}
15937 as_unset
=as_fn_unset
15938 # as_fn_append VAR VALUE
15939 # ----------------------
15940 # Append the text in VALUE to the end of the definition contained in VAR. Take
15941 # advantage of any shell optimizations that allow amortized linear growth over
15942 # repeated appends, instead of the typical quadratic growth present in naive
15944 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
15945 eval 'as_fn_append ()
15956 # as_fn_arith ARG...
15957 # ------------------
15958 # Perform arithmetic evaluation on the ARGs, and store the result in the
15959 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15960 # must be portable across $(()) and expr.
15961 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
15962 eval 'as_fn_arith ()
15969 as_val
=`expr "$@" || test $? -eq 1`
15974 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
15975 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
15981 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15982 as_basename
=basename
15987 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
15993 as_me
=`$as_basename -- "$0" ||
15994 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15995 X"$0" : 'X\(//\)$' \| \
15996 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15998 sed '/^.*\/\([^/][^/]*\)\/*$/{
16012 # Avoid depending upon Character Ranges.
16013 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
16014 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16015 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
16016 as_cr_digits
='0123456789'
16017 as_cr_alnum
=$as_cr_Letters$as_cr_digits
16019 ECHO_C
= ECHO_N
= ECHO_T
=
16020 case `echo -n x` in #(((((
16022 case `echo 'xy\c'` in
16023 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
16025 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
16032 rm -f conf$$ conf$$.exe conf$$.
file
16033 if test -d conf$$.dir
; then
16034 rm -f conf$$.dir
/conf$$.
file
16037 mkdir conf$$.dir
2>/dev
/null
16039 if (echo >conf$$.
file) 2>/dev
/null
; then
16040 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
16042 # ... but there are two gotchas:
16043 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16044 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16045 # In both cases, we have to default to `cp -pR'.
16046 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
16048 elif ln conf$$.
file conf$$
2>/dev
/null
; then
16056 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
16057 rmdir conf$$.dir
2>/dev
/null
16062 # Create "$as_dir" as a directory, including parents if necessary.
16067 -*) as_dir
=.
/$as_dir;;
16069 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
16073 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16074 *) as_qdir
=$as_dir;;
16076 as_dirs
="'$as_qdir' $as_dirs"
16077 as_dir
=`$as_dirname -- "$as_dir" ||
16078 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16079 X"$as_dir" : 'X\(//\)[^/]' \| \
16080 X"$as_dir" : 'X\(//\)$' \| \
16081 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16082 $as_echo X"$as_dir" |
16083 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16087 /^X\(\/\/\)[^/].*/{
16100 test -d "$as_dir" && break
16102 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
16103 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
16107 if mkdir
-p .
2>/dev
/null
; then
16108 as_mkdir_p
='mkdir -p "$as_dir"'
16110 test -d .
/-p && rmdir .
/-p
16115 # as_fn_executable_p FILE
16116 # -----------------------
16117 # Test if FILE is an executable regular file.
16118 as_fn_executable_p
()
16120 test -f "$1" && test -x "$1"
16121 } # as_fn_executable_p
16122 as_test_x
='test -x'
16123 as_executable_p
=as_fn_executable_p
16125 # Sed expression to map a string onto a valid CPP name.
16126 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16128 # Sed expression to map a string onto a valid variable name.
16129 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16133 ## ----------------------------------- ##
16134 ## Main body of $CONFIG_STATUS script. ##
16135 ## ----------------------------------- ##
16137 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
16139 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16140 # Save the log message, to keep $0 and so on meaningful, and to
16141 # report actual input values of CONFIG_FILES etc. instead of their
16142 # values after options handling.
16144 This file was extended by binutils $as_me 2.36.50, which was
16145 generated by GNU Autoconf 2.69. Invocation command line was
16147 CONFIG_FILES = $CONFIG_FILES
16148 CONFIG_HEADERS = $CONFIG_HEADERS
16149 CONFIG_LINKS = $CONFIG_LINKS
16150 CONFIG_COMMANDS = $CONFIG_COMMANDS
16153 on `(hostname || uname -n) 2>/dev/null | sed 1q`
16158 case $ac_config_files in *"
16159 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
16162 case $ac_config_headers in *"
16163 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
16167 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16168 # Files that config.status was made for.
16169 config_files="$ac_config_files"
16170 config_headers="$ac_config_headers"
16171 config_commands="$ac_config_commands"
16175 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16177 \`$as_me' instantiates files and other configuration actions
16178 from templates according to the current configuration. Unless the files
16179 and actions are specified as TAGs, all are instantiated by default.
16181 Usage: $0 [OPTION]... [TAG]...
16183 -h, --help print this help, then exit
16184 -V, --version print version number and configuration settings, then exit
16185 --config print configuration, then exit
16186 -q, --quiet, --silent
16187 do not print progress messages
16188 -d, --debug don't remove temporary files
16189 --recheck update $as_me by reconfiguring in the same conditions
16190 --file=FILE[:TEMPLATE]
16191 instantiate the configuration file FILE
16192 --header=FILE[:TEMPLATE]
16193 instantiate the configuration header FILE
16195 Configuration files:
16198 Configuration headers:
16201 Configuration commands:
16204 Report bugs to the package provider."
16207 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16208 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16210 binutils config.status 2.36.50
16211 configured by $0, generated by GNU Autoconf 2.69,
16212 with options \\"\$ac_cs_config\\"
16214 Copyright (C) 2012 Free Software Foundation, Inc.
16215 This config.status script is free software; the Free Software Foundation
16216 gives unlimited permission to copy, distribute and modify it."
16223 test -n "\$AWK" || AWK=awk
16226 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16227 # The default lists apply if the user does not specify any file.
16233 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
16234 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
16238 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
16250 # Handling of the options.
16251 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
16253 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
16254 $as_echo "$ac_cs_version"; exit ;;
16255 --config |
--confi |
--conf |
--con |
--co |
--c )
16256 $as_echo "$ac_cs_config"; exit ;;
16257 --debug |
--debu |
--deb |
--de |
--d |
-d )
16259 --file |
--fil |
--fi |
--f )
16262 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16263 '') as_fn_error $?
"missing file argument" ;;
16265 as_fn_append CONFIG_FILES
" '$ac_optarg'"
16266 ac_need_defaults
=false
;;
16267 --header |
--heade |
--head |
--hea )
16270 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16272 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
16273 ac_need_defaults
=false
;;
16275 # Conflict between --help and --header
16276 as_fn_error $?
"ambiguous option: \`$1'
16277 Try \`$0 --help' for more information.";;
16278 --help |
--hel |
-h )
16279 $as_echo "$ac_cs_usage"; exit ;;
16280 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
16281 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
16284 # This is an error.
16285 -*) as_fn_error $?
"unrecognized option: \`$1'
16286 Try \`$0 --help' for more information." ;;
16288 *) as_fn_append ac_config_targets
" $1"
16289 ac_need_defaults
=false
;;
16295 ac_configure_extra_args
=
16297 if $ac_cs_silent; then
16299 ac_configure_extra_args
="$ac_configure_extra_args --silent"
16303 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16304 if \$ac_cs_recheck; then
16305 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16307 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16308 CONFIG_SHELL='$SHELL'
16309 export CONFIG_SHELL
16314 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16318 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16319 ## Running $as_me. ##
16325 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16329 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
16332 # The HP-UX ksh and POSIX shell print the target directory to stdout
16333 # if CDPATH is set.
16334 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16336 sed_quote_subst='$sed_quote_subst'
16337 double_quote_subst='$double_quote_subst'
16338 delay_variable_subst='$delay_variable_subst'
16339 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
16340 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
16341 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
16342 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
16343 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
16344 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
16345 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
16346 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
16347 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16348 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16349 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
16350 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
16351 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
16352 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
16353 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
16354 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
16355 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
16356 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
16357 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
16358 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
16359 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
16360 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
16361 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
16362 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
16363 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
16364 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
16365 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
16366 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
16367 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
16368 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
16369 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
16370 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
16371 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
16372 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
16373 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
16374 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
16375 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
16376 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16377 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16378 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
16379 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
16380 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
16381 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
16382 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
16383 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
16384 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
16385 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
16386 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
16387 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"`'
16388 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
16389 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
16390 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
16391 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
16392 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
16393 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
16394 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
16395 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
16396 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
16397 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
16398 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
16399 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
16400 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
16401 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
16402 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
16403 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16404 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
16405 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
16406 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
16407 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
16408 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
16409 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
16410 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16411 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
16412 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16413 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
16414 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16415 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16416 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16417 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16418 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16419 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
16420 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16421 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16422 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16423 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
16424 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
16425 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
16426 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
16427 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
16428 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
16429 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
16430 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
16431 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
16432 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
16433 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
16434 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
16435 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16436 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16437 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16438 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16439 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16440 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16441 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16442 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16443 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16444 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16445 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16446 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16447 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16448 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16449 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16450 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16451 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16452 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16453 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16454 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16455 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16456 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16457 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16458 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
16461 LTCFLAGS='$LTCFLAGS'
16462 compiler='$compiler_DEFAULT'
16464 # A function that is used when there is no print builtin or printf.
16465 func_fallback_echo ()
16467 eval 'cat <<_LTECHO_EOF
16472 # Quote evaled strings.
16486 deplibs_check_method \
16495 lt_cv_sys_global_symbol_pipe \
16496 lt_cv_sys_global_symbol_to_cdecl \
16497 lt_cv_sys_global_symbol_to_c_name_address \
16498 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
16499 lt_prog_compiler_no_builtin_flag \
16500 lt_prog_compiler_wl \
16501 lt_prog_compiler_pic \
16502 lt_prog_compiler_static \
16503 lt_cv_prog_compiler_c_o \
16511 export_dynamic_flag_spec \
16512 whole_archive_flag_spec \
16513 compiler_needs_object \
16515 allow_undefined_flag \
16516 no_undefined_flag \
16517 hardcode_libdir_flag_spec \
16518 hardcode_libdir_flag_spec_ld \
16519 hardcode_libdir_separator \
16524 variables_saved_for_relink \
16526 library_names_spec \
16528 install_override_mode \
16532 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16533 *[\\\\\\\`\\"\\\$]*)
16534 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
16537 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16542 # Double-quote double-evaled strings.
16543 for var in reload_cmds \
16544 old_postinstall_cmds \
16545 old_postuninstall_cmds \
16547 extract_expsyms_cmds \
16548 old_archive_from_new_cmds \
16549 old_archive_from_expsyms_cmds \
16551 archive_expsym_cmds \
16553 module_expsym_cmds \
16554 export_symbols_cmds \
16557 postuninstall_cmds \
16559 sys_lib_search_path_spec \
16560 sys_lib_dlsearch_path_spec; do
16561 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16562 *[\\\\\\\`\\"\\\$]*)
16563 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
16566 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16571 ac_aux_dir='$ac_aux_dir'
16572 xsi_shell='$xsi_shell'
16573 lt_shell_append='$lt_shell_append'
16575 # See if we are running on zsh, and set the options which allow our
16576 # commands through without removal of \ escapes INIT.
16577 if test -n "\${ZSH_VERSION+set}" ; then
16578 setopt NO_GLOB_SUBST
16584 TIMESTAMP='$TIMESTAMP'
16590 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
16591 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16593 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16594 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16595 LINGUAS="${LINGUAS-%UNSET%}"
16600 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16602 # Handling of arguments.
16603 for ac_config_target
in $ac_config_targets
16605 case $ac_config_target in
16606 "depfiles") CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
16607 "libtool") CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
16608 "config.h") CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
16609 "default-1") CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
16610 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
16611 "doc/Makefile") CONFIG_FILES
="$CONFIG_FILES doc/Makefile" ;;
16612 "po/Makefile.in") CONFIG_FILES
="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16614 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16619 # If the user did not use the arguments to specify the items to instantiate,
16620 # then the envvar interface is used. Set only those that are not.
16621 # We use the long form for the default assignment because of an extremely
16622 # bizarre bug on SunOS 4.1.3.
16623 if $ac_need_defaults; then
16624 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
16625 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
16626 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
16629 # Have a temporary directory for convenience. Make it in the build tree
16630 # simply because there is no reason against having it here, and in addition,
16631 # creating and moving files from /tmp can sometimes cause problems.
16632 # Hook for its removal unless debugging.
16633 # Note that there is a small window in which the directory will not be cleaned:
16634 # after its creation but before its name has been assigned to `$tmp'.
16638 trap 'exit_status=$?
16639 : "${ac_tmp:=$tmp}"
16640 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16642 trap 'as_fn_exit 1' 1 2 13 15
16644 # Create a (secure) tmp directory for tmp files.
16647 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16651 tmp
=.
/conf$$
-$RANDOM
16652 (umask 077 && mkdir
"$tmp")
16653 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
16656 # Set up the scripts for CONFIG_FILES section.
16657 # No need to generate them if there are no CONFIG_FILES.
16658 # This happens for instance with `./config.status config.h'.
16659 if test -n "$CONFIG_FILES"; then
16662 ac_cr
=`echo X | tr X '\015'`
16663 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16664 # But we know of no other shell where ac_cr would be empty at this
16665 # point, so we can use a bashism as a fallback.
16666 if test "x$ac_cr" = x
; then
16667 eval ac_cr
=\$
\'\\r
\'
16669 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16670 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16673 ac_cs_awk_cr
=$ac_cr
16676 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16681 echo "cat >conf$$subs.awk <<_ACEOF" &&
16682 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16684 } >conf$$subs.sh ||
16685 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
16686 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16688 for ac_last_try in false false false false false :; do
16689 . ./conf$$subs.sh ||
16690 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
16692 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
16693 if test $ac_delim_n = $ac_delim_num; then
16695 elif $ac_last_try; then
16696 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
16698 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
16701 rm -f conf$$subs.sh
16703 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16704 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
16708 s/^/S["/; s
/!.
*/"]=/
16718 s/\(.\{148\}\)..*/\1/
16720 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
16725 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
16732 s/\(.\{148\}\)..*/\1/
16734 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
16738 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
16743 ' <conf$$subs.awk | sed '
16748 ' >>$CONFIG_STATUS || ac_write_fail=1
16749 rm -f conf$$subs.awk
16750 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16752 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
16753 for (key in S) S_is_set[key] = 1
16759 nfields = split(line, field, "@
")
16761 len = length(field[1])
16762 for (i = 2; i < nfields; i++) {
16764 keylen = length(key)
16765 if (S_is_set[key]) {
16767 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16768 len += length(value) + length(field[++i])
16779 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16780 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16781 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
16784 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
16785 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
16788 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16789 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
16790 # trailing colons and then remove the whole line if VPATH becomes empty
16791 # (actually we leave an empty line to preserve line numbers).
16792 if test "x
$srcdir" = x.; then
16793 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16811 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16812 fi # test -n "$CONFIG_FILES"
16814 # Set up the scripts for CONFIG_HEADERS section.
16815 # No need to generate them if there are no CONFIG_HEADERS.
16816 # This happens for instance with `./config.status Makefile'.
16817 if test -n "$CONFIG_HEADERS"; then
16818 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
16822 # Transform confdefs.h into an awk script `defines.awk', embedded as
16823 # here-document in config.status, that substitutes the proper values into
16824 # config.h.in to produce config.h.
16826 # Create a delimiter string that does not exist in confdefs.h, to ease
16827 # handling of long lines.
16829 for ac_last_try in false false :; do
16830 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
16831 if test -z "$ac_tt"; then
16833 elif $ac_last_try; then
16834 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
16836 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
16840 # For the awk script, D is an array of macro values keyed by name,
16841 # likewise P contains macro parameters if any. Preserve backslash
16842 # newline sequences.
16844 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16846 s/.\{148\}/&'"$ac_delim"'/g
16849 s/^[ ]*#[ ]*define[ ][ ]*/ /
16856 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
16858 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
16862 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
16863 D["\
1"]=" \
3\\\\\\n
"\\/p
16865 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
16870 s/.\{148\}/&'"$ac_delim"'/g
16875 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
16878 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
16880 ' <confdefs.h | sed '
16881 s/'"$ac_delim"'/"\\\
16882 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16884 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16885 for (key in D) D_is_set[key] = 1
16888 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16890 split(line, arg, " ")
16891 if (arg[1] == "#") {
16895 defundef
= substr
(arg
[1], 2)
16898 split(mac1
, mac2
, "(") #)
16900 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
16901 if (D_is_set
[macro
]) {
16902 # Preserve the white space surrounding the "#".
16903 print prefix
"define", macro P
[macro
] D
[macro
]
16906 # Replace #undef with comments. This is necessary, for example,
16907 # in the case of _POSIX_SOURCE, which is predefined and required
16908 # on some systems where configure will not decide to define it.
16909 if (defundef
== "undef") {
16910 print
"/*", prefix defundef
, macro
, "*/"
16918 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
16919 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
16920 fi # test -n "$CONFIG_HEADERS"
16923 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16928 :[FHLC
]) ac_mode
=$ac_tag; continue;;
16930 case $ac_mode$ac_tag in
16932 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
16933 :[FH
]-) ac_tag
=-:-;;
16934 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
16951 -) ac_f
="$ac_tmp/stdin";;
16952 *) # Look for the file first in the build tree, then in the source tree
16953 # (if the path is not absolute). The absolute path cannot be DOS-style,
16954 # because $ac_f cannot contain `:'.
16958 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
16960 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16962 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16963 as_fn_append ac_file_inputs
" '$ac_f'"
16966 # Let's still pretend it is `configure' which instantiates (i.e., don't
16967 # use $as_me), people would be surprised to read:
16968 # /* config.h. Generated by config.status. */
16969 configure_input
='Generated from '`
16970 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16972 if test x
"$ac_file" != x-
; then
16973 configure_input
="$ac_file. $configure_input"
16974 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16975 $as_echo "$as_me: creating $ac_file" >&6;}
16977 # Neutralize special characters interpreted by sed in replacement strings.
16978 case $configure_input in #(
16979 *\
&* |
*\|
* |
*\\* )
16980 ac_sed_conf_input
=`$as_echo "$configure_input" |
16981 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16982 *) ac_sed_conf_input
=$configure_input;;
16986 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
16987 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
16992 ac_dir
=`$as_dirname -- "$ac_file" ||
16993 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16994 X"$ac_file" : 'X\(//\)[^/]' \| \
16995 X"$ac_file" : 'X\(//\)$' \| \
16996 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16997 $as_echo X"$ac_file" |
16998 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17002 /^X\(\/\/\)[^/].*/{
17015 as_dir
="$ac_dir"; as_fn_mkdir_p
17019 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
17021 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17022 # A ".." for each directory in $ac_dir_suffix.
17023 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17024 case $ac_top_builddir_sub in
17025 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
17026 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
17029 ac_abs_top_builddir
=$ac_pwd
17030 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
17031 # for backward compatibility:
17032 ac_top_builddir
=$ac_top_build_prefix
17035 .
) # We are building in place.
17037 ac_top_srcdir
=$ac_top_builddir_sub
17038 ac_abs_top_srcdir
=$ac_pwd ;;
17039 [\\/]* | ?
:[\\/]* ) # Absolute name.
17040 ac_srcdir
=$srcdir$ac_dir_suffix;
17041 ac_top_srcdir
=$srcdir
17042 ac_abs_top_srcdir
=$srcdir ;;
17043 *) # Relative name.
17044 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
17045 ac_top_srcdir
=$ac_top_build_prefix$srcdir
17046 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
17048 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
17058 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
17059 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
17061 ac_MKDIR_P
=$MKDIR_P
17063 [\\/$
]* | ?
:[\\/]* ) ;;
17064 */*) ac_MKDIR_P
=$ac_top_build_prefix$MKDIR_P ;;
17068 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17069 # If the template does not know about datarootdir, expand it.
17070 # FIXME: This hack should be removed a few years after 2.60.
17071 ac_datarootdir_hack
=; ac_datarootdir_seen
=
17082 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17083 *datarootdir
*) ac_datarootdir_seen
=yes;;
17084 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
17085 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17086 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17088 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17089 ac_datarootdir_hack='
17090 s&@datadir@&$datadir&g
17091 s&@docdir@&$docdir&g
17092 s&@infodir@&$infodir&g
17093 s&@localedir@&$localedir&g
17094 s&@mandir@&$mandir&g
17095 s&\\\${datarootdir}&$datarootdir&g' ;;
17099 # Neutralize VPATH when `$srcdir' = `.'.
17100 # Shell code in configure.ac might set extrasub.
17101 # FIXME: do we really want to maintain this feature?
17102 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17103 ac_sed_extra="$ac_vpsub
17106 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
17108 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
17109 s|@configure_input@|
$ac_sed_conf_input|
;t t
17110 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
17111 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
17112 s
&@srcdir@
&$ac_srcdir&;t t
17113 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
17114 s
&@top_srcdir@
&$ac_top_srcdir&;t t
17115 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
17116 s
&@builddir@
&$ac_builddir&;t t
17117 s
&@abs_builddir@
&$ac_abs_builddir&;t t
17118 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
17119 s
&@INSTALL@
&$ac_INSTALL&;t t
17120 s
&@MKDIR_P@
&$ac_MKDIR_P&;t t
17121 $ac_datarootdir_hack
17123 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
17124 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
17126 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17127 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
17128 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
17129 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
17130 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
17131 which seems to be undefined. Please make sure it is defined" >&5
17132 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
17133 which seems to be undefined. Please make sure it is defined" >&2;}
17135 rm -f "$ac_tmp/stdin"
17137 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
17138 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
17140 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17146 if test x"$ac_file" != x-; then
17148 $as_echo "/* $configure_input */" \
17149 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
17150 } >"$ac_tmp/config.h" \
17151 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17152 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
17153 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17154 $as_echo "$as_me: $ac_file is unchanged" >&6;}
17157 mv "$ac_tmp/config.h" "$ac_file" \
17158 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17161 $as_echo "/* $configure_input */" \
17162 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
17163 || as_fn_error $? "could not create -" "$LINENO" 5
17165 # Compute "$ac_file"'s index
in $config_headers.
17168 for _am_header
in $config_headers :; do
17169 case $_am_header in
17170 $_am_arg |
$_am_arg:* )
17173 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
17176 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
17177 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17178 X"$_am_arg" : 'X\(//\)[^/]' \| \
17179 X"$_am_arg" : 'X\(//\)$' \| \
17180 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
17181 $as_echo X"$_am_arg" |
17182 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17186 /^X\(\/\/\)[^/].*/{
17198 s/.*/./; q'`/stamp-h
$_am_stamp_count
17201 :C
) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17202 $as_echo "$as_me: executing $ac_file commands" >&6;}
17207 case $ac_file$ac_mode in
17208 "depfiles":C
) test x
"$AMDEP_TRUE" != x
"" ||
{
17209 # Older Autoconf quotes --file arguments for eval, but not when files
17210 # are listed without --file. Let's play safe and only enable the eval
17211 # if we detect the quoting.
17212 case $CONFIG_FILES in
17213 *\'*) eval set x
"$CONFIG_FILES" ;;
17214 *) set x
$CONFIG_FILES ;;
17219 # Strip MF so we end up with the name of the file.
17220 mf
=`echo "$mf" | sed -e 's/:.*$//'`
17221 # Check whether this is an Automake generated Makefile or not.
17222 # We used to match only the files named 'Makefile.in', but
17223 # some people rename them; so instead we look at the file content.
17224 # Grep'ing the first line is not enough: some people post-process
17225 # each Makefile.in and add a new line on top of each file to say so.
17226 # Grep'ing the whole file is not good either: AIX grep has a line
17227 # limit of 2048, but all sed's we know have understand at least 4000.
17228 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" |
grep X
>/dev
/null
2>&1; then
17229 dirpart
=`$as_dirname -- "$mf" ||
17230 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17231 X"$mf" : 'X\(//\)[^/]' \| \
17232 X"$mf" : 'X\(//\)$' \| \
17233 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
17235 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17239 /^X\(\/\/\)[^/].*/{
17255 # Extract the definition of DEPDIR, am__include, and am__quote
17256 # from the Makefile without running 'make'.
17257 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
17258 test -z "$DEPDIR" && continue
17259 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
17260 test -z "$am__include" && continue
17261 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
17262 # Find all dependency output files, they are included files with
17263 # $(DEPDIR) in their names. We invoke sed twice because it is the
17264 # simplest approach to changing $(DEPDIR) to its actual value in the
17266 for file in `sed -n "
17267 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17268 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
17269 # Make sure the directory exists.
17270 test -f "$dirpart/$file" && continue
17271 fdir
=`$as_dirname -- "$file" ||
17272 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17273 X"$file" : 'X\(//\)[^/]' \| \
17274 X"$file" : 'X\(//\)$' \| \
17275 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
17276 $as_echo X"$file" |
17277 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17281 /^X\(\/\/\)[^/].*/{
17294 as_dir
=$dirpart/$fdir; as_fn_mkdir_p
17295 # echo "creating $dirpart/$file"
17296 echo '# dummy' > "$dirpart/$file"
17303 # See if we are running on zsh, and set the options which allow our
17304 # commands through without removal of \ escapes.
17305 if test -n "${ZSH_VERSION+set}" ; then
17306 setopt NO_GLOB_SUBST
17309 cfgfile
="${ofile}T"
17310 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
17313 cat <<_LT_EOF >> "$cfgfile"
17316 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
17317 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
17318 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17319 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
17321 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
17322 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
17323 # Written by Gordon Matzigkeit, 1996
17325 # This file is part of GNU Libtool.
17327 # GNU Libtool is free software; you can redistribute it and/or
17328 # modify it under the terms of the GNU General Public License as
17329 # published by the Free Software Foundation; either version 2 of
17330 # the License, or (at your option) any later version.
17332 # As a special exception to the GNU General Public License,
17333 # if you distribute this file as part of a program or library that
17334 # is built using GNU Libtool, you may include this file under the
17335 # same distribution terms that you use for the rest of that program.
17337 # GNU Libtool is distributed in the hope that it will be useful,
17338 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17339 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17340 # GNU General Public License for more details.
17342 # You should have received a copy of the GNU General Public License
17343 # along with GNU Libtool; see the file COPYING. If not, a copy
17344 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
17345 # obtained by writing to the Free Software Foundation, Inc.,
17346 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17349 # The names of the tagged configurations supported by this script.
17352 # ### BEGIN LIBTOOL CONFIG
17354 # Which release of libtool.m4 was used?
17355 macro_version=$macro_version
17356 macro_revision=$macro_revision
17358 # Whether or not to build shared libraries.
17359 build_libtool_libs=$enable_shared
17361 # Whether or not to build static libraries.
17362 build_old_libs=$enable_static
17364 # What type of objects to build.
17367 # Whether or not to optimize for fast installation.
17368 fast_install=$enable_fast_install
17370 # Shell to use when invoking shell scripts.
17373 # An echo program that protects backslashes.
17377 host_alias=$host_alias
17381 # The build system.
17382 build_alias=$build_alias
17386 # A sed program that does not truncate output.
17389 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
17390 Xsed="\$SED -e 1s/^X//"
17392 # A grep program that handles long lines.
17398 # A literal string matcher.
17401 # A BSD- or MS-compatible name lister.
17404 # Whether we need soft or hard links.
17407 # What is the maximum length of a command?
17408 max_cmd_len=$max_cmd_len
17410 # Object file suffix (normally "o").
17413 # Executable file suffix (normally "").
17416 # whether the shell understands "unset".
17419 # turn spaces into newlines.
17422 # turn newlines into spaces.
17425 # An object symbol dumper.
17426 OBJDUMP=$lt_OBJDUMP
17428 # Method to check whether dependent libraries are shared objects.
17429 deplibs_check_method=$lt_deplibs_check_method
17431 # Command to use when deplibs_check_method == "file_magic".
17432 file_magic_cmd=$lt_file_magic_cmd
17436 AR_FLAGS=$lt_AR_FLAGS
17438 # A symbol stripping program.
17441 # Commands used to install an old-style archive.
17443 old_postinstall_cmds=$lt_old_postinstall_cmds
17444 old_postuninstall_cmds=$lt_old_postuninstall_cmds
17446 # Whether to use a lock for old archive extraction.
17447 lock_old_archive_extraction=$lock_old_archive_extraction
17452 # LTCC compiler flags.
17453 LTCFLAGS=$lt_CFLAGS
17455 # Take the output of nm and produce a listing of raw symbols and C names.
17456 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17458 # Transform the output of nm in a proper C declaration.
17459 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17461 # Transform the output of nm in a C name address pair.
17462 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17464 # Transform the output of nm in a C name address pair when lib prefix is needed.
17465 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17467 # The name of the directory that contains temporary libtool files.
17470 # Used to examine libraries when file_magic_cmd begins with "file".
17471 MAGIC_CMD=$MAGIC_CMD
17473 # Must we lock files when doing compilation?
17474 need_locks=$lt_need_locks
17476 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17477 DSYMUTIL=$lt_DSYMUTIL
17479 # Tool to change global to local symbols on Mac OS X.
17482 # Tool to manipulate fat objects and archives on Mac OS X.
17485 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
17488 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17489 OTOOL64=$lt_OTOOL64
17491 # Old archive suffix (normally "a").
17494 # Shared library suffix (normally ".so").
17495 shrext_cmds=$lt_shrext_cmds
17497 # The commands to extract the exported symbol list from a shared archive.
17498 extract_expsyms_cmds=$lt_extract_expsyms_cmds
17500 # Variables whose values should be saved in libtool wrapper scripts and
17501 # restored at link time.
17502 variables_saved_for_relink=$lt_variables_saved_for_relink
17504 # Do we need the "lib" prefix for modules?
17505 need_lib_prefix=$need_lib_prefix
17507 # Do we need a version for libraries?
17508 need_version=$need_version
17510 # Library versioning type.
17511 version_type=$version_type
17513 # Shared library runtime path variable.
17514 runpath_var=$runpath_var
17516 # Shared library path variable.
17517 shlibpath_var=$shlibpath_var
17519 # Is shlibpath searched before the hard-coded library search path?
17520 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17522 # Format of library name prefix.
17523 libname_spec=$lt_libname_spec
17525 # List of archive names. First name is the real one, the rest are links.
17526 # The last name is the one that the linker finds with -lNAME
17527 library_names_spec=$lt_library_names_spec
17529 # The coded name of the library, if different from the real name.
17530 soname_spec=$lt_soname_spec
17532 # Permission mode override for installation of shared libraries.
17533 install_override_mode=$lt_install_override_mode
17535 # Command to use after installation of a shared archive.
17536 postinstall_cmds=$lt_postinstall_cmds
17538 # Command to use after uninstallation of a shared archive.
17539 postuninstall_cmds=$lt_postuninstall_cmds
17541 # Commands used to finish a libtool library installation in a directory.
17542 finish_cmds=$lt_finish_cmds
17544 # As "finish_cmds", except a single script fragment to be evaled but
17546 finish_eval=$lt_finish_eval
17548 # Whether we should hardcode library paths into libraries.
17549 hardcode_into_libs=$hardcode_into_libs
17551 # Compile-time system search path for libraries.
17552 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17554 # Run-time system search path for libraries.
17555 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17557 # Whether dlopen is supported.
17558 dlopen_support=$enable_dlopen
17560 # Whether dlopen of programs is supported.
17561 dlopen_self=$enable_dlopen_self
17563 # Whether dlopen of statically linked programs is supported.
17564 dlopen_self_static=$enable_dlopen_self_static
17566 # Commands to strip libraries.
17567 old_striplib=$lt_old_striplib
17568 striplib=$lt_striplib
17571 # The linker used to build libraries.
17574 # How to create reloadable object files.
17575 reload_flag=$lt_reload_flag
17576 reload_cmds=$lt_reload_cmds
17578 # Commands used to build an old-style archive.
17579 old_archive_cmds=$lt_old_archive_cmds
17581 # A language specific compiler.
17584 # Is the compiler the GNU compiler?
17587 # Compiler flag to turn off builtin functions.
17588 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17590 # How to pass a linker flag through the compiler.
17591 wl=$lt_lt_prog_compiler_wl
17593 # Additional compiler flags for building library objects.
17594 pic_flag=$lt_lt_prog_compiler_pic
17596 # Compiler flag to prevent dynamic linking.
17597 link_static_flag=$lt_lt_prog_compiler_static
17599 # Does compiler simultaneously support -c and -o options?
17600 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17602 # Whether or not to add -lc for building shared libraries.
17603 build_libtool_need_lc=$archive_cmds_need_lc
17605 # Whether or not to disallow shared libs when runtime libs are static.
17606 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17608 # Compiler flag to allow reflexive dlopens.
17609 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17611 # Compiler flag to generate shared objects directly from archives.
17612 whole_archive_flag_spec=$lt_whole_archive_flag_spec
17614 # Whether the compiler copes with passing no objects directly.
17615 compiler_needs_object=$lt_compiler_needs_object
17617 # Create an old-style archive from a shared archive.
17618 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17620 # Create a temporary old-style archive to link instead of a shared archive.
17621 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17623 # Commands used to build a shared archive.
17624 archive_cmds=$lt_archive_cmds
17625 archive_expsym_cmds=$lt_archive_expsym_cmds
17627 # Commands used to build a loadable module if different from building
17628 # a shared archive.
17629 module_cmds=$lt_module_cmds
17630 module_expsym_cmds=$lt_module_expsym_cmds
17632 # Whether we are building with GNU ld or not.
17633 with_gnu_ld=$lt_with_gnu_ld
17635 # Flag that allows shared libraries with undefined symbols to be built.
17636 allow_undefined_flag=$lt_allow_undefined_flag
17638 # Flag that enforces no undefined symbols.
17639 no_undefined_flag=$lt_no_undefined_flag
17641 # Flag to hardcode \$libdir into a binary during linking.
17642 # This must work even if \$libdir does not exist
17643 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17645 # If ld is used when linking, flag to hardcode \$libdir into a binary
17646 # during linking. This must work even if \$libdir does not exist.
17647 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17649 # Whether we need a single "-rpath" flag with a separated argument.
17650 hardcode_libdir_separator=$lt_hardcode_libdir_separator
17652 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17653 # DIR into the resulting binary.
17654 hardcode_direct=$hardcode_direct
17656 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17657 # DIR into the resulting binary and the resulting library dependency is
17658 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17659 # library is relocated.
17660 hardcode_direct_absolute=$hardcode_direct_absolute
17662 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17663 # into the resulting binary.
17664 hardcode_minus_L=$hardcode_minus_L
17666 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17667 # into the resulting binary.
17668 hardcode_shlibpath_var=$hardcode_shlibpath_var
17670 # Set to "yes" if building a shared library automatically hardcodes DIR
17671 # into the library and all subsequent libraries and executables linked
17673 hardcode_automatic=$hardcode_automatic
17675 # Set to yes if linker adds runtime paths of dependent libraries
17676 # to runtime path list.
17677 inherit_rpath=$inherit_rpath
17679 # Whether libtool must link a program against all its dependency libraries.
17680 link_all_deplibs=$link_all_deplibs
17682 # Fix the shell variable \$srcfile for the compiler.
17683 fix_srcfile_path=$lt_fix_srcfile_path
17685 # Set to "yes" if exported symbols are required.
17686 always_export_symbols=$always_export_symbols
17688 # The commands to list exported symbols.
17689 export_symbols_cmds=$lt_export_symbols_cmds
17691 # Symbols that should not be listed in the preloaded symbols.
17692 exclude_expsyms=$lt_exclude_expsyms
17694 # Symbols that must always be exported.
17695 include_expsyms=$lt_include_expsyms
17697 # Commands necessary for linking programs (against libraries) with templates.
17698 prelink_cmds=$lt_prelink_cmds
17700 # Specify filename containing input files.
17701 file_list_spec=$lt_file_list_spec
17703 # How to hardcode a shared library path into an executable.
17704 hardcode_action=$hardcode_action
17706 # ### END LIBTOOL CONFIG
17712 cat <<\_LT_EOF
>> "$cfgfile"
17713 # AIX sometimes has problems with the GCC collect2 program. For some
17714 # reason, if we set the COLLECT_NAMES environment variable, the problems
17715 # vanish in a puff of smoke.
17716 if test "X${COLLECT_NAMES+set}" != Xset
; then
17718 export COLLECT_NAMES
17725 ltmain
="$ac_aux_dir/ltmain.sh"
17728 # We use sed instead of cat because bash on DJGPP gets confused if
17729 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17730 # text mode, it properly converts lines to CR/LF. This bash problem
17731 # is reportedly fixed, but why not run on old versions too?
17732 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17733 ||
(rm -f "$cfgfile"; exit 1)
17737 cat << \_LT_EOF
>> "$cfgfile"
17739 # func_dirname file append nondir_replacement
17740 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17741 # otherwise set result to NONDIR_REPLACEMENT.
17745 */*) func_dirname_result
="${1%/*}${2}" ;;
17746 * ) func_dirname_result
="${3}" ;;
17750 # func_basename file
17753 func_basename_result
="${1##*/}"
17756 # func_dirname_and_basename file append nondir_replacement
17757 # perform func_basename and func_dirname in a single function
17759 # dirname: Compute the dirname of FILE. If nonempty,
17760 # add APPEND to the result, otherwise set result
17761 # to NONDIR_REPLACEMENT.
17762 # value returned in "$func_dirname_result"
17763 # basename: Compute filename of FILE.
17764 # value retuned in "$func_basename_result"
17765 # Implementation must be kept synchronized with func_dirname
17766 # and func_basename. For efficiency, we do not delegate to
17767 # those functions but instead duplicate the functionality here.
17768 func_dirname_and_basename
()
17771 */*) func_dirname_result
="${1%/*}${2}" ;;
17772 * ) func_dirname_result
="${3}" ;;
17774 func_basename_result
="${1##*/}"
17777 # func_stripname prefix suffix name
17778 # strip PREFIX and SUFFIX off of NAME.
17779 # PREFIX and SUFFIX must not contain globbing or regex special
17780 # characters, hashes, percent signs, but SUFFIX may contain a leading
17781 # dot (in which case that matches only a dot).
17784 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17785 # positional parameters, so assign one to ordinary parameter first.
17786 func_stripname_result
=${3}
17787 func_stripname_result
=${func_stripname_result#"${1}"}
17788 func_stripname_result
=${func_stripname_result%"${2}"}
17794 func_opt_split_opt
=${1%%=*}
17795 func_opt_split_arg
=${1#*=}
17802 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
17803 *) func_lo2o_result
=${1} ;;
17807 # func_xform libobj-or-source
17810 func_xform_result
=${1%.*}.lo
17813 # func_arith arithmetic-term...
17816 func_arith_result
=$
(( $
* ))
17820 # STRING may not start with a hyphen.
17823 func_len_result
=${#1}
17828 *) # Bourne compatible functions.
17829 cat << \_LT_EOF
>> "$cfgfile"
17831 # func_dirname file append nondir_replacement
17832 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17833 # otherwise set result to NONDIR_REPLACEMENT.
17836 # Extract subdirectory from the argument.
17837 func_dirname_result
=`$ECHO "${1}" | $SED "$dirname"`
17838 if test "X$func_dirname_result" = "X${1}"; then
17839 func_dirname_result
="${3}"
17841 func_dirname_result
="$func_dirname_result${2}"
17845 # func_basename file
17848 func_basename_result
=`$ECHO "${1}" | $SED "$basename"`
17852 # func_stripname prefix suffix name
17853 # strip PREFIX and SUFFIX off of NAME.
17854 # PREFIX and SUFFIX must not contain globbing or regex special
17855 # characters, hashes, percent signs, but SUFFIX may contain a leading
17856 # dot (in which case that matches only a dot).
17857 # func_strip_suffix prefix name
17861 .
*) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17862 *) func_stripname_result
=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
17867 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
17868 my_sed_long_arg
='1s/^-[^=]*=//'
17873 func_opt_split_opt
=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17874 func_opt_split_arg
=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
17880 func_lo2o_result
=`$ECHO "${1}" | $SED "$lo2o"`
17883 # func_xform libobj-or-source
17886 func_xform_result
=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
17889 # func_arith arithmetic-term...
17892 func_arith_result
=`expr "$@"`
17896 # STRING may not start with a hyphen.
17899 func_len_result
=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17905 case $lt_shell_append in
17907 cat << \_LT_EOF
>> "$cfgfile"
17909 # func_append var value
17910 # Append VALUE to the end of shell variable VAR.
17918 cat << \_LT_EOF
>> "$cfgfile"
17920 # func_append var value
17921 # Append VALUE to the end of shell variable VAR.
17932 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17933 ||
(rm -f "$cfgfile"; exit 1)
17935 mv -f "$cfgfile" "$ofile" ||
17936 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17941 for ac_file
in $CONFIG_FILES; do
17942 # Support "outfile[:infile[:infile...]]"
17944 *:*) ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
17946 # PO directories have a Makefile.in generated from Makefile.in.in.
17947 case "$ac_file" in */Makefile.
in)
17948 # Adjust a relative srcdir.
17949 ac_dir
=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17950 ac_dir_suffix
=/`echo "$ac_dir"|sed 's%^\./%%'`
17951 ac_dots
=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17952 # In autoconf-2.13 it is called $ac_given_srcdir.
17953 # In autoconf-2.50 it is called $srcdir.
17954 test -n "$ac_given_srcdir" || ac_given_srcdir
="$srcdir"
17955 case "$ac_given_srcdir" in
17956 .
) top_srcdir
=`echo $ac_dots|sed 's%/$%%'` ;;
17957 /*) top_srcdir
="$ac_given_srcdir" ;;
17958 *) top_srcdir
="$ac_dots$ac_given_srcdir" ;;
17960 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17961 rm -f "$ac_dir/POTFILES"
17962 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" ||
echo "creating $ac_dir/POTFILES"
17963 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" |
sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," |
sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17964 POMAKEFILEDEPS
="POTFILES.in"
17965 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17966 # on $ac_dir but don't depend on user-specified configuration
17968 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17969 # The LINGUAS file contains the set of available languages.
17970 if test -n "$OBSOLETE_ALL_LINGUAS"; then
17971 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" ||
echo "setting ALL_LINGUAS in configure.ac is obsolete"
17973 ALL_LINGUAS_
=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17974 # Hide the ALL_LINGUAS assigment from automake.
17975 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17976 POMAKEFILEDEPS
="$POMAKEFILEDEPS LINGUAS"
17978 # The set of available languages was given in configure.ac.
17979 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17981 case "$ac_given_srcdir" in
17983 *) srcdirpre
='$(srcdir)/' ;;
17989 for lang
in $ALL_LINGUAS; do
17990 POFILES
="$POFILES $srcdirpre$lang.po"
17991 GMOFILES
="$GMOFILES $srcdirpre$lang.gmo"
17992 UPDATEPOFILES
="$UPDATEPOFILES $lang.po-update"
17993 DUMMYPOFILES
="$DUMMYPOFILES $lang.nop"
17995 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17996 # environment variable.
17998 if test -n "$ALL_LINGUAS"; then
17999 for presentlang
in $ALL_LINGUAS; do
18001 if test "%UNSET%" != "$LINGUAS"; then
18002 desiredlanguages
="$LINGUAS"
18004 desiredlanguages
="$ALL_LINGUAS"
18006 for desiredlang
in $desiredlanguages; do
18007 # Use the presentlang catalog if desiredlang is
18008 # a. equal to presentlang, or
18009 # b. a variant of presentlang (because in this case,
18010 # presentlang can be used as a fallback for messages
18011 # which are not translated in the desiredlang catalog).
18012 case "$desiredlang" in
18013 "$presentlang"*) useit
=yes;;
18016 if test $useit = yes; then
18017 INST_LINGUAS
="$INST_LINGUAS $presentlang"
18022 if test -n "$INST_LINGUAS"; then
18023 for lang
in $INST_LINGUAS; do
18024 CATALOGS
="$CATALOGS $lang.gmo"
18027 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" ||
echo "creating $ac_dir/Makefile"
18028 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
18029 for f
in "$ac_given_srcdir/$ac_dir"/Rules-
*; do
18030 if test -f "$f"; then
18032 *.orig |
*.bak |
*~
) ;;
18033 *) cat "$f" >> "$ac_dir/Makefile" ;;
18048 ac_clean_files
=$ac_clean_files_save
18050 test $ac_write_fail = 0 ||
18051 as_fn_error $?
"write failure creating $CONFIG_STATUS" "$LINENO" 5
18054 # configure is writing to config.log, and then calls config.status.
18055 # config.status does its own redirection, appending to config.log.
18056 # Unfortunately, on DOS this fails, as config.log is still kept open
18057 # by configure, so config.status won't be able to write to it; its
18058 # output is simply discarded. So we exec the FD to /dev/null,
18059 # effectively closing config.log, so it can be properly (re)opened and
18060 # appended to by config.status. When coming back to configure, we
18061 # need to make the FD available again.
18062 if test "$no_create" != yes; then
18064 ac_config_status_args
=
18065 test "$silent" = yes &&
18066 ac_config_status_args
="$ac_config_status_args --quiet"
18068 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
18070 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18071 # would make configure fail if this is the last instruction.
18072 $ac_cs_success || as_fn_exit
1
18074 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
18075 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18076 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
18081 touch config.status.tmp
18082 if touch --reference=config.status config.status.tmp
> /dev
/null
2>&1; then
18083 sed '/as_fn_exit 0/i \
18084 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
18085 touch --reference=Makefile Makefile.tmp \
18086 mv Makefile.tmp Makefile \
18087 ' config.status
> config.status.tmp
18088 touch --reference=config.status config.status.tmp
18089 mv config.status.tmp config.status
18090 chmod +x config.status
18091 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile
> Makefile.tmp
18092 touch --reference=Makefile Makefile.tmp
18093 mv Makefile.tmp Makefile
18095 rm -f config.status.tmp