2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for opcodes 2.32.51.
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='opcodes'
589 PACKAGE_TARNAME='opcodes'
590 PACKAGE_VERSION='2.32.51'
591 PACKAGE_STRING='opcodes 2.32.51'
595 ac_unique_file="z8k-dis.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>
632 ac_subst_vars='am__EXEEXT_FALSE
672 MAINTAINER_MODE_FALSE
676 WARN_CFLAGS_FOR_BUILD
719 INSTALL_STRIP_PROGRAM
781 program_transform_name
794 enable_option_checking
795 enable_dependency_tracking
805 enable_build_warnings
806 enable_maintainer_mode
807 enable_install_libbfd
811 ac_precious_vars='build_alias
822 # Initialize some variables set by options.
824 ac_init_version=false
825 ac_unrecognized_opts=
827 # The variables have the same names as the options, with
828 # dashes changed to underlines.
836 program_transform_name=s,x,x,
844 # Installation directory options.
845 # These are left unexpanded so users can "make install exec_prefix=/foo"
846 # and all the variables that are supposed to be based on exec_prefix
847 # by default will actually change.
848 # Use braces instead of parens because sh, perl, etc. also accept them.
849 # (The list follows the same order as the GNU Coding Standards.)
850 bindir='${exec_prefix}/bin'
851 sbindir='${exec_prefix}/sbin'
852 libexecdir='${exec_prefix}/libexec'
853 datarootdir='${prefix}/share'
854 datadir='${datarootdir}'
855 sysconfdir='${prefix}/etc'
856 sharedstatedir='${prefix}/com'
857 localstatedir='${prefix}/var'
858 runstatedir='${localstatedir}/run'
859 includedir='${prefix}/include'
860 oldincludedir='/usr/include'
861 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
862 infodir='${datarootdir}/info'
867 libdir='${exec_prefix}/lib'
868 localedir='${datarootdir}/locale'
869 mandir='${datarootdir}/man'
875 # If the previous option needs an argument, assign it.
876 if test -n "$ac_prev"; then
877 eval $ac_prev=\$ac_option
883 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
888 # Accept the important Cygnus configure options, so we can diagnose typos.
890 case $ac_dashdash$ac_option in
894 -bindir | --bindir | --bindi | --bind | --bin | --bi)
896 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
899 -build | --build | --buil | --bui | --bu)
900 ac_prev=build_alias ;;
901 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
902 build_alias=$ac_optarg ;;
904 -cache-file | --cache-file | --cache-fil | --cache-fi \
905 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
906 ac_prev=cache_file ;;
907 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
908 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
909 cache_file=$ac_optarg ;;
912 cache_file=config.cache ;;
914 -datadir | --datadir | --datadi | --datad)
916 -datadir=* | --datadir=* | --datadi=* | --datad=*)
917 datadir=$ac_optarg ;;
919 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
920 | --dataroo | --dataro | --datar)
921 ac_prev=datarootdir ;;
922 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
923 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
924 datarootdir=$ac_optarg ;;
926 -disable-* | --disable-*)
927 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
928 # Reject names that are not valid shell variable names.
929 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
930 as_fn_error $? "invalid feature name: $ac_useropt"
931 ac_useropt_orig=$ac_useropt
932 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
933 case $ac_user_opts in
937 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
938 ac_unrecognized_sep=', ';;
940 eval enable_$ac_useropt=no ;;
942 -docdir | --docdir | --docdi | --doc | --do)
944 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
947 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
949 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
952 -enable-* | --enable-*)
953 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
954 # Reject names that are not valid shell variable names.
955 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
956 as_fn_error $? "invalid feature name: $ac_useropt"
957 ac_useropt_orig=$ac_useropt
958 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
959 case $ac_user_opts in
963 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
964 ac_unrecognized_sep=', ';;
966 eval enable_$ac_useropt=\$ac_optarg ;;
968 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
969 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
970 | --exec | --exe | --ex)
971 ac_prev=exec_prefix ;;
972 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
973 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
974 | --exec=* | --exe=* | --ex=*)
975 exec_prefix=$ac_optarg ;;
977 -gas | --gas | --ga | --g)
978 # Obsolete; use --with-gas.
981 -help | --help | --hel | --he | -h)
983 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
984 ac_init_help=recursive ;;
985 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
986 ac_init_help=short ;;
988 -host | --host | --hos | --ho)
989 ac_prev=host_alias ;;
990 -host=* | --host=* | --hos=* | --ho=*)
991 host_alias=$ac_optarg ;;
993 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
995 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
997 htmldir=$ac_optarg ;;
999 -includedir | --includedir | --includedi | --included | --include \
1000 | --includ | --inclu | --incl | --inc)
1001 ac_prev=includedir ;;
1002 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1003 | --includ=* | --inclu=* | --incl=* | --inc=*)
1004 includedir=$ac_optarg ;;
1006 -infodir | --infodir | --infodi | --infod | --info | --inf)
1008 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1009 infodir=$ac_optarg ;;
1011 -libdir | --libdir | --libdi | --libd)
1013 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1014 libdir=$ac_optarg ;;
1016 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1017 | --libexe | --libex | --libe)
1018 ac_prev=libexecdir ;;
1019 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1020 | --libexe=* | --libex=* | --libe=*)
1021 libexecdir=$ac_optarg ;;
1023 -localedir | --localedir | --localedi | --localed | --locale)
1024 ac_prev=localedir ;;
1025 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1026 localedir=$ac_optarg ;;
1028 -localstatedir | --localstatedir | --localstatedi | --localstated \
1029 | --localstate | --localstat | --localsta | --localst | --locals)
1030 ac_prev=localstatedir ;;
1031 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1032 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1033 localstatedir=$ac_optarg ;;
1035 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1037 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1038 mandir=$ac_optarg ;;
1040 -nfp | --nfp | --nf)
1041 # Obsolete; use --without-fp.
1044 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1045 | --no-cr | --no-c | -n)
1048 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1049 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1052 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1053 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1054 | --oldin | --oldi | --old | --ol | --o)
1055 ac_prev=oldincludedir ;;
1056 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1057 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1058 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1059 oldincludedir=$ac_optarg ;;
1061 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1063 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1064 prefix=$ac_optarg ;;
1066 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1067 | --program-pre | --program-pr | --program-p)
1068 ac_prev=program_prefix ;;
1069 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1070 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1071 program_prefix=$ac_optarg ;;
1073 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1074 | --program-suf | --program-su | --program-s)
1075 ac_prev=program_suffix ;;
1076 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1077 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1078 program_suffix=$ac_optarg ;;
1080 -program-transform-name | --program-transform-name \
1081 | --program-transform-nam | --program-transform-na \
1082 | --program-transform-n | --program-transform- \
1083 | --program-transform | --program-transfor \
1084 | --program-transfo | --program-transf \
1085 | --program-trans | --program-tran \
1086 | --progr-tra | --program-tr | --program-t)
1087 ac_prev=program_transform_name ;;
1088 -program-transform-name=* | --program-transform-name=* \
1089 | --program-transform-nam=* | --program-transform-na=* \
1090 | --program-transform-n=* | --program-transform-=* \
1091 | --program-transform=* | --program-transfor=* \
1092 | --program-transfo=* | --program-transf=* \
1093 | --program-trans=* | --program-tran=* \
1094 | --progr-tra=* | --program-tr=* | --program-t=*)
1095 program_transform_name=$ac_optarg ;;
1097 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1099 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1100 pdfdir=$ac_optarg ;;
1102 -psdir | --psdir | --psdi | --psd | --ps)
1104 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1107 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1108 | -silent | --silent | --silen | --sile | --sil)
1111 -runstatedir | --runstatedir | --runstatedi | --runstated \
1112 | --runstate | --runstat | --runsta | --runst | --runs \
1113 | --run | --ru | --r)
1114 ac_prev=runstatedir ;;
1115 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1116 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1117 | --run=* | --ru=* | --r=*)
1118 runstatedir=$ac_optarg ;;
1120 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1122 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1124 sbindir=$ac_optarg ;;
1126 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1127 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1128 | --sharedst | --shareds | --shared | --share | --shar \
1130 ac_prev=sharedstatedir ;;
1131 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1132 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1133 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1135 sharedstatedir=$ac_optarg ;;
1137 -site | --site | --sit)
1139 -site=* | --site=* | --sit=*)
1142 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1144 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1145 srcdir=$ac_optarg ;;
1147 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1148 | --syscon | --sysco | --sysc | --sys | --sy)
1149 ac_prev=sysconfdir ;;
1150 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1151 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1152 sysconfdir=$ac_optarg ;;
1154 -target | --target | --targe | --targ | --tar | --ta | --t)
1155 ac_prev=target_alias ;;
1156 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1157 target_alias=$ac_optarg ;;
1159 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1162 -version | --version | --versio | --versi | --vers | -V)
1163 ac_init_version=: ;;
1166 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1167 # Reject names that are not valid shell variable names.
1168 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1169 as_fn_error $? "invalid package name: $ac_useropt"
1170 ac_useropt_orig=$ac_useropt
1171 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1172 case $ac_user_opts in
1176 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1177 ac_unrecognized_sep=', ';;
1179 eval with_$ac_useropt=\$ac_optarg ;;
1181 -without-* | --without-*)
1182 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1183 # Reject names that are not valid shell variable names.
1184 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1185 as_fn_error $? "invalid package name: $ac_useropt"
1186 ac_useropt_orig=$ac_useropt
1187 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1188 case $ac_user_opts in
1192 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1193 ac_unrecognized_sep=', ';;
1195 eval with_$ac_useropt=no ;;
1198 # Obsolete; use --with-x.
1201 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1202 | --x-incl | --x-inc | --x-in | --x-i)
1203 ac_prev=x_includes ;;
1204 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1205 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1206 x_includes=$ac_optarg ;;
1208 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1209 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1210 ac_prev=x_libraries ;;
1211 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1212 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1213 x_libraries=$ac_optarg ;;
1215 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1216 Try \`$0 --help' for more information"
1220 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1221 # Reject names that are not valid shell variable names.
1222 case $ac_envvar in #(
1223 '' | [0-9]* | *[!_$as_cr_alnum]* )
1224 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1226 eval $ac_envvar=\$ac_optarg
1227 export $ac_envvar ;;
1230 # FIXME: should be removed in autoconf 3.0.
1231 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1232 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1233 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1234 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1240 if test -n "$ac_prev"; then
1241 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1242 as_fn_error $? "missing argument to $ac_option"
1245 if test -n "$ac_unrecognized_opts"; then
1246 case $enable_option_checking in
1248 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1249 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1253 # Check all directory arguments for consistency.
1254 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1255 datadir sysconfdir sharedstatedir localstatedir includedir \
1256 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1257 libdir localedir mandir runstatedir
1259 eval ac_val=\$$ac_var
1260 # Remove trailing slashes.
1263 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1264 eval $ac_var=\$ac_val;;
1266 # Be sure to have absolute directory names.
1268 [\\/$]* | ?:[\\/]* ) continue;;
1269 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1271 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1274 # There might be people who depend on the old broken behavior: `$host'
1275 # used to hold the argument of --host etc.
1276 # FIXME: To remove some day.
1279 target=$target_alias
1281 # FIXME: To remove some day.
1282 if test "x$host_alias" != x; then
1283 if test "x$build_alias" = x; then
1284 cross_compiling=maybe
1285 elif test "x$build_alias" != "x$host_alias"; then
1291 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1293 test "$silent" = yes && exec 6>/dev/null
1296 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1297 ac_ls_di=`ls -di .` &&
1298 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1299 as_fn_error $? "working directory cannot be determined"
1300 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1301 as_fn_error $? "pwd does not report name of working directory"
1304 # Find the source files, if location was not specified.
1305 if test -z "$srcdir"; then
1306 ac_srcdir_defaulted=yes
1307 # Try the directory containing this script, then the parent directory.
1308 ac_confdir=`$as_dirname -- "$as_myself" ||
1309 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1310 X"$as_myself" : 'X\(//\)[^/]' \| \
1311 X"$as_myself" : 'X\(//\)$' \| \
1312 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1313 $as_echo X"$as_myself" |
1314 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1332 if test ! -r "$srcdir/$ac_unique_file"; then
1336 ac_srcdir_defaulted=no
1338 if test ! -r "$srcdir/$ac_unique_file"; then
1339 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1340 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1342 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1344 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1346 # When building in place, set srcdir=.
1347 if test "$ac_abs_confdir" = "$ac_pwd"; then
1350 # Remove unnecessary trailing slashes from srcdir.
1351 # Double slashes in file names in object file debugging info
1352 # mess up M-x gdb in Emacs.
1354 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1356 for ac_var in $ac_precious_vars; do
1357 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1358 eval ac_env_${ac_var}_value=\$${ac_var}
1359 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1360 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1364 # Report the --help message.
1366 if test "$ac_init_help" = "long"; then
1367 # Omit some internal or obsolete options to make the list less imposing.
1368 # This message is too long to be a string in the A/UX 3.1 sh.
1370 \`configure' configures opcodes 2.32.51 to adapt to many kinds of systems.
1372 Usage: $0 [OPTION]... [VAR=VALUE]...
1374 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1375 VAR=VALUE. See below for descriptions of some of the useful variables.
1377 Defaults for the options are specified in brackets.
1380 -h, --help display this help and exit
1381 --help=short display options specific to this package
1382 --help=recursive display the short help of all the included packages
1383 -V, --version display version information and exit
1384 -q, --quiet, --silent do not print \`checking ...' messages
1385 --cache-file=FILE cache test results in FILE [disabled]
1386 -C, --config-cache alias for \`--cache-file=config.cache'
1387 -n, --no-create do not create output files
1388 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1390 Installation directories:
1391 --prefix=PREFIX install architecture-independent files in PREFIX
1392 [$ac_default_prefix]
1393 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1396 By default, \`make install' will install all the files in
1397 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1398 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1399 for instance \`--prefix=\$HOME'.
1401 For better control, use the options below.
1403 Fine tuning of the installation directories:
1404 --bindir=DIR user executables [EPREFIX/bin]
1405 --sbindir=DIR system admin executables [EPREFIX/sbin]
1406 --libexecdir=DIR program executables [EPREFIX/libexec]
1407 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1408 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1409 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1410 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
1411 --libdir=DIR object code libraries [EPREFIX/lib]
1412 --includedir=DIR C header files [PREFIX/include]
1413 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1414 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1415 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1416 --infodir=DIR info documentation [DATAROOTDIR/info]
1417 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1418 --mandir=DIR man documentation [DATAROOTDIR/man]
1419 --docdir=DIR documentation root [DATAROOTDIR/doc/opcodes]
1420 --htmldir=DIR html documentation [DOCDIR]
1421 --dvidir=DIR dvi documentation [DOCDIR]
1422 --pdfdir=DIR pdf documentation [DOCDIR]
1423 --psdir=DIR ps documentation [DOCDIR]
1429 --program-prefix=PREFIX prepend PREFIX to installed program names
1430 --program-suffix=SUFFIX append SUFFIX to installed program names
1431 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1434 --build=BUILD configure for building on BUILD [guessed]
1435 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1436 --target=TARGET configure for building compilers for TARGET [HOST]
1440 if test -n "$ac_init_help"; then
1441 case $ac_init_help in
1442 short | recursive ) echo "Configuration of opcodes 2.32.51:";;
1447 --disable-option-checking ignore unrecognized --enable/--with options
1448 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1449 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1450 --enable-dependency-tracking
1451 do not reject slow dependency extractors
1452 --disable-dependency-tracking
1453 speeds up one-time build
1454 --enable-silent-rules less verbose build output (undo: "make V=1")
1455 --disable-silent-rules verbose build output (undo: "make V=0")
1456 --enable-shared[=PKGS] build shared libraries [default=no]
1457 --enable-static[=PKGS] build static libraries [default=yes]
1458 --enable-fast-install[=PKGS]
1459 optimize for fast installation [default=yes]
1460 --disable-libtool-lock avoid locking (might break parallel builds)
1461 --enable-targets alternative target configurations
1462 --enable-werror treat compile warnings as errors
1463 --enable-build-warnings enable build-time compiler warnings
1464 --enable-maintainer-mode
1465 enable make rules and dependencies not useful (and
1466 sometimes confusing) to the casual installer
1467 --enable-install-libbfd controls installation of libbfd and related headers
1468 --disable-nls do not use Native Language Support
1469 --enable-cgen-maint=dir build cgen generated files
1472 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1473 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1474 --with-pic try to use only PIC/non-PIC objects [default=use
1476 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1478 Some influential environment variables:
1479 CC C compiler command
1480 CFLAGS C compiler flags
1481 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1482 nonstandard directory <lib dir>
1483 LIBS libraries to pass to the linker, e.g. -l<library>
1484 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1485 you have headers in a nonstandard directory <include dir>
1488 Use these variables to override the choices made by `configure' or to help
1489 it to find libraries and programs with nonstandard names/locations.
1491 Report bugs to the package provider.
1496 if test "$ac_init_help" = "recursive"; then
1497 # If there are subdirs, report their specific --help.
1498 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1499 test -d "$ac_dir" ||
1500 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1505 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1507 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1508 # A ".." for each directory in $ac_dir_suffix.
1509 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1510 case $ac_top_builddir_sub in
1511 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1512 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1515 ac_abs_top_builddir=$ac_pwd
1516 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1517 # for backward compatibility:
1518 ac_top_builddir=$ac_top_build_prefix
1521 .) # We are building in place.
1523 ac_top_srcdir=$ac_top_builddir_sub
1524 ac_abs_top_srcdir=$ac_pwd ;;
1525 [\\/]* | ?:[\\/]* ) # Absolute name.
1526 ac_srcdir=$srcdir$ac_dir_suffix;
1527 ac_top_srcdir=$srcdir
1528 ac_abs_top_srcdir=$srcdir ;;
1530 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1531 ac_top_srcdir=$ac_top_build_prefix$srcdir
1532 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1534 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1536 cd "$ac_dir" || { ac_status=$?; continue; }
1537 # Check for guested configure.
1538 if test -f "$ac_srcdir/configure.gnu"; then
1540 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1541 elif test -f "$ac_srcdir/configure"; then
1543 $SHELL "$ac_srcdir/configure" --help=recursive
1545 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1547 cd "$ac_pwd" || { ac_status=$?; break; }
1551 test -n "$ac_init_help" && exit $ac_status
1552 if $ac_init_version; then
1554 opcodes configure 2.32.51
1555 generated by GNU Autoconf 2.69
1557 Copyright (C) 2012 Free Software Foundation, Inc.
1558 This configure script is free software; the Free Software Foundation
1559 gives unlimited permission to copy, distribute and modify it.
1564 ## ------------------------ ##
1565 ## Autoconf initialization. ##
1566 ## ------------------------ ##
1568 # ac_fn_c_try_compile LINENO
1569 # --------------------------
1570 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1571 ac_fn_c_try_compile ()
1573 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1574 rm -f conftest.$ac_objext
1575 if { { ac_try="$ac_compile"
1577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1578 *) ac_try_echo=$ac_try;;
1580 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1581 $as_echo "$ac_try_echo"; } >&5
1582 (eval "$ac_compile") 2>conftest.err
1584 if test -s conftest.err; then
1585 grep -v '^ *+' conftest.err >conftest.er1
1586 cat conftest.er1 >&5
1587 mv -f conftest.er1 conftest.err
1589 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1590 test $ac_status = 0; } && {
1591 test -z "$ac_c_werror_flag" ||
1592 test ! -s conftest.err
1593 } && test -s conftest.$ac_objext; then :
1596 $as_echo "$as_me: failed program was:" >&5
1597 sed 's/^/| /' conftest.$ac_ext >&5
1601 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1602 as_fn_set_status $ac_retval
1604 } # ac_fn_c_try_compile
1606 # ac_fn_c_try_link LINENO
1607 # -----------------------
1608 # Try to link conftest.$ac_ext, and return whether this succeeded.
1611 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1612 rm -f conftest.$ac_objext conftest$ac_exeext
1613 if { { ac_try="$ac_link"
1615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1616 *) ac_try_echo=$ac_try;;
1618 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1619 $as_echo "$ac_try_echo"; } >&5
1620 (eval "$ac_link") 2>conftest.err
1622 if test -s conftest.err; then
1623 grep -v '^ *+' conftest.err >conftest.er1
1624 cat conftest.er1 >&5
1625 mv -f conftest.er1 conftest.err
1627 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1628 test $ac_status = 0; } && {
1629 test -z "$ac_c_werror_flag" ||
1630 test ! -s conftest.err
1631 } && test -s conftest$ac_exeext && {
1632 test "$cross_compiling" = yes ||
1633 test -x conftest$ac_exeext
1637 $as_echo "$as_me: failed program was:" >&5
1638 sed 's/^/| /' conftest.$ac_ext >&5
1642 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1643 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1644 # interfere with the next link command; also delete a directory that is
1645 # left behind by Apple's compiler. We do this before executing the actions.
1646 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1647 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1648 as_fn_set_status $ac_retval
1650 } # ac_fn_c_try_link
1652 # ac_fn_c_try_cpp LINENO
1653 # ----------------------
1654 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1657 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1658 if { { ac_try="$ac_cpp conftest.$ac_ext"
1660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1661 *) ac_try_echo=$ac_try;;
1663 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1664 $as_echo "$ac_try_echo"; } >&5
1665 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1667 if test -s conftest.err; then
1668 grep -v '^ *+' conftest.err >conftest.er1
1669 cat conftest.er1 >&5
1670 mv -f conftest.er1 conftest.err
1672 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1673 test $ac_status = 0; } > conftest.i && {
1674 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1675 test ! -s conftest.err
1679 $as_echo "$as_me: failed program was:" >&5
1680 sed 's/^/| /' conftest.$ac_ext >&5
1684 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1685 as_fn_set_status $ac_retval
1689 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1690 # -------------------------------------------------------
1691 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1692 # the include files in INCLUDES and setting the cache variable VAR
1694 ac_fn_c_check_header_mongrel ()
1696 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1697 if eval \${$3+:} false; then :
1698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1699 $as_echo_n "checking for $2... " >&6; }
1700 if eval \${$3+:} false; then :
1701 $as_echo_n "(cached) " >&6
1704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1705 $as_echo "$ac_res" >&6; }
1707 # Is the header compilable?
1708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1709 $as_echo_n "checking $2 usability... " >&6; }
1710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1711 /* end confdefs.h. */
1715 if ac_fn_c_try_compile "$LINENO"; then :
1716 ac_header_compiler=yes
1718 ac_header_compiler=no
1720 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1722 $as_echo "$ac_header_compiler" >&6; }
1724 # Is the header present?
1725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1726 $as_echo_n "checking $2 presence... " >&6; }
1727 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1728 /* end confdefs.h. */
1731 if ac_fn_c_try_cpp "$LINENO"; then :
1732 ac_header_preproc=yes
1734 ac_header_preproc=no
1736 rm -f conftest.err conftest.i conftest.$ac_ext
1737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1738 $as_echo "$ac_header_preproc" >&6; }
1740 # So? What about this header?
1741 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1743 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1744 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1745 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1746 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1749 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1750 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1751 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1752 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1753 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1754 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1755 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1756 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1757 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1758 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1762 $as_echo_n "checking for $2... " >&6; }
1763 if eval \${$3+:} false; then :
1764 $as_echo_n "(cached) " >&6
1766 eval "$3=\$ac_header_compiler"
1769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1770 $as_echo "$ac_res" >&6; }
1772 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1774 } # ac_fn_c_check_header_mongrel
1776 # ac_fn_c_try_run LINENO
1777 # ----------------------
1778 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1779 # that executables *can* be run.
1782 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1783 if { { ac_try="$ac_link"
1785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1786 *) ac_try_echo=$ac_try;;
1788 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1789 $as_echo "$ac_try_echo"; } >&5
1790 (eval "$ac_link") 2>&5
1792 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1793 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1794 { { case "(($ac_try" in
1795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1796 *) ac_try_echo=$ac_try;;
1798 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1799 $as_echo "$ac_try_echo"; } >&5
1800 (eval "$ac_try") 2>&5
1802 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1803 test $ac_status = 0; }; }; then :
1806 $as_echo "$as_me: program exited with status $ac_status" >&5
1807 $as_echo "$as_me: failed program was:" >&5
1808 sed 's/^/| /' conftest.$ac_ext >&5
1810 ac_retval=$ac_status
1812 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1813 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1814 as_fn_set_status $ac_retval
1818 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1819 # -------------------------------------------------------
1820 # Tests whether HEADER exists and can be compiled using the include files in
1821 # INCLUDES, setting the cache variable VAR accordingly.
1822 ac_fn_c_check_header_compile ()
1824 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1826 $as_echo_n "checking for $2... " >&6; }
1827 if eval \${$3+:} false; then :
1828 $as_echo_n "(cached) " >&6
1830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1831 /* end confdefs.h. */
1835 if ac_fn_c_try_compile "$LINENO"; then :
1840 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1844 $as_echo "$ac_res" >&6; }
1845 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1847 } # ac_fn_c_check_header_compile
1849 # ac_fn_c_check_func LINENO FUNC VAR
1850 # ----------------------------------
1851 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1852 ac_fn_c_check_func ()
1854 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1856 $as_echo_n "checking for $2... " >&6; }
1857 if eval \${$3+:} false; then :
1858 $as_echo_n "(cached) " >&6
1860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1861 /* end confdefs.h. */
1862 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1863 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1864 #define $2 innocuous_$2
1866 /* System header to define __stub macros and hopefully few prototypes,
1867 which can conflict with char $2 (); below.
1868 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1869 <limits.h> exists even on freestanding compilers. */
1872 # include <limits.h>
1874 # include <assert.h>
1879 /* Override any GCC internal prototype to avoid an error.
1880 Use char because int might match the return type of a GCC
1881 builtin and then its argument prototype would still apply. */
1886 /* The GNU C library defines this for functions which it implements
1887 to always fail with ENOSYS. Some functions are actually named
1888 something starting with __ and the normal name is an alias. */
1889 #if defined __stub_$2 || defined __stub___$2
1901 if ac_fn_c_try_link "$LINENO"; then :
1906 rm -f core conftest.err conftest.$ac_objext \
1907 conftest$ac_exeext conftest.$ac_ext
1910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1911 $as_echo "$ac_res" >&6; }
1912 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1914 } # ac_fn_c_check_func
1916 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1917 # ---------------------------------------------
1918 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1920 ac_fn_c_check_decl ()
1922 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1923 as_decl_name=`echo $2|sed 's/ *(.*//'`
1924 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1926 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1927 if eval \${$3+:} false; then :
1928 $as_echo_n "(cached) " >&6
1930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1931 /* end confdefs.h. */
1936 #ifndef $as_decl_name
1938 (void) $as_decl_use;
1940 (void) $as_decl_name;
1948 if ac_fn_c_try_compile "$LINENO"; then :
1953 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1957 $as_echo "$ac_res" >&6; }
1958 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1960 } # ac_fn_c_check_decl
1961 cat >config.log <<_ACEOF
1962 This file contains any messages produced by compilers while
1963 running configure, to aid debugging if configure makes a mistake.
1965 It was created by opcodes $as_me 2.32.51, which was
1966 generated by GNU Autoconf 2.69. Invocation command line was
1978 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1979 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1980 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1981 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1982 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1984 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1985 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1987 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1988 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1989 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1990 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1991 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1992 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1993 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1997 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2001 test -z "$as_dir" && as_dir=.
2002 $as_echo "PATH: $as_dir"
2018 # Keep a trace of the command line.
2019 # Strip out --no-create and --no-recursion so they do not pile up.
2020 # Strip out --silent because we don't want to record it for future runs.
2021 # Also quote any args containing shell meta-characters.
2022 # Make two passes to allow for proper duplicate-argument suppression.
2026 ac_must_keep_next=false
2032 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2033 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2034 | -silent | --silent | --silen | --sile | --sil)
2037 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2040 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2042 as_fn_append ac_configure_args1 " '$ac_arg'"
2043 if test $ac_must_keep_next = true; then
2044 ac_must_keep_next=false # Got value, back to normal.
2047 *=* | --config-cache | -C | -disable-* | --disable-* \
2048 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2049 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2050 | -with-* | --with-* | -without-* | --without-* | --x)
2051 case "$ac_configure_args0 " in
2052 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2055 -* ) ac_must_keep_next=true ;;
2058 as_fn_append ac_configure_args " '$ac_arg'"
2063 { ac_configure_args0=; unset ac_configure_args0;}
2064 { ac_configure_args1=; unset ac_configure_args1;}
2066 # When interrupted or exit'd, cleanup temporary files, and complete
2067 # config.log. We remove comments because anyway the quotes in there
2068 # would cause problems or look ugly.
2069 # WARNING: Use '\'' to represent an apostrophe within the trap.
2070 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2071 trap 'exit_status=$?
2072 # Save into config.log some information that might help in debugging.
2076 $as_echo "## ---------------- ##
2077 ## Cache variables. ##
2078 ## ---------------- ##"
2080 # The following way of writing the cache mishandles newlines in values,
2082 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2083 eval ac_val=\$$ac_var
2087 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2088 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2091 _ | IFS | as_nl) ;; #(
2092 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2093 *) { eval $ac_var=; unset $ac_var;} ;;
2098 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2099 *${as_nl}ac_space=\ *)
2101 "s/'\''/'\''\\\\'\'''\''/g;
2102 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2105 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2112 $as_echo "## ----------------- ##
2113 ## Output variables. ##
2114 ## ----------------- ##"
2116 for ac_var in $ac_subst_vars
2118 eval ac_val=\$$ac_var
2120 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2122 $as_echo "$ac_var='\''$ac_val'\''"
2126 if test -n "$ac_subst_files"; then
2127 $as_echo "## ------------------- ##
2128 ## File substitutions. ##
2129 ## ------------------- ##"
2131 for ac_var in $ac_subst_files
2133 eval ac_val=\$$ac_var
2135 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2137 $as_echo "$ac_var='\''$ac_val'\''"
2142 if test -s confdefs.h; then
2143 $as_echo "## ----------- ##
2150 test "$ac_signal" != 0 &&
2151 $as_echo "$as_me: caught signal $ac_signal"
2152 $as_echo "$as_me: exit $exit_status"
2154 rm -f core *.core core.conftest.* &&
2155 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2158 for ac_signal in 1 2 13 15; do
2159 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2163 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2164 rm -f -r conftest* confdefs.h
2166 $as_echo "/* confdefs.h */" > confdefs.h
2168 # Predefined preprocessor variables.
2170 cat >>confdefs.h <<_ACEOF
2171 #define PACKAGE_NAME "$PACKAGE_NAME"
2174 cat >>confdefs.h <<_ACEOF
2175 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2178 cat >>confdefs.h <<_ACEOF
2179 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2182 cat >>confdefs.h <<_ACEOF
2183 #define PACKAGE_STRING "$PACKAGE_STRING"
2186 cat >>confdefs.h <<_ACEOF
2187 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2190 cat >>confdefs.h <<_ACEOF
2191 #define PACKAGE_URL "$PACKAGE_URL"
2195 # Let the site file select an alternate cache file if it wants to.
2196 # Prefer an explicitly selected file to automatically selected ones.
2199 if test -n "$CONFIG_SITE"; then
2200 # We do not want a PATH search for config.site.
2201 case $CONFIG_SITE in #((
2202 -*) ac_site_file1=./$CONFIG_SITE;;
2203 */*) ac_site_file1=$CONFIG_SITE;;
2204 *) ac_site_file1=./$CONFIG_SITE;;
2206 elif test "x$prefix" != xNONE; then
2207 ac_site_file1=$prefix/share/config.site
2208 ac_site_file2=$prefix/etc/config.site
2210 ac_site_file1=$ac_default_prefix/share/config.site
2211 ac_site_file2=$ac_default_prefix/etc/config.site
2213 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2215 test "x$ac_site_file" = xNONE && continue
2216 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2217 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2218 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2219 sed 's/^/| /' "$ac_site_file" >&5
2221 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2222 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2223 as_fn_error $? "failed to load site script $ac_site_file
2224 See \`config.log' for more details" "$LINENO" 5; }
2228 if test -r "$cache_file"; then
2229 # Some versions of bash will fail to source /dev/null (special files
2230 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2231 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2232 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2233 $as_echo "$as_me: loading cache $cache_file" >&6;}
2235 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2236 *) . "./$cache_file";;
2240 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2241 $as_echo "$as_me: creating cache $cache_file" >&6;}
2245 # Check that the precious variables saved in the cache have kept the same
2247 ac_cache_corrupted=false
2248 for ac_var in $ac_precious_vars; do
2249 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2250 eval ac_new_set=\$ac_env_${ac_var}_set
2251 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2252 eval ac_new_val=\$ac_env_${ac_var}_value
2253 case $ac_old_set,$ac_new_set in
2255 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2256 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2257 ac_cache_corrupted=: ;;
2259 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2260 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2261 ac_cache_corrupted=: ;;
2264 if test "x$ac_old_val" != "x$ac_new_val"; then
2265 # differences in whitespace do not lead to failure.
2266 ac_old_val_w=`echo x $ac_old_val`
2267 ac_new_val_w=`echo x $ac_new_val`
2268 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2269 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2270 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2271 ac_cache_corrupted=:
2273 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2274 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2275 eval $ac_var=\$ac_old_val
2277 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2278 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2279 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2280 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2283 # Pass precious variables to config.status.
2284 if test "$ac_new_set" = set; then
2286 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2287 *) ac_arg=$ac_var=$ac_new_val ;;
2289 case " $ac_configure_args " in
2290 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2291 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2295 if $ac_cache_corrupted; then
2296 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2297 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2298 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2299 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2300 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2302 ## -------------------- ##
2303 ## Main body of script. ##
2304 ## -------------------- ##
2307 ac_cpp='$CPP $CPPFLAGS'
2308 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2309 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2310 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2319 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2320 if test -f "$ac_dir/install-sh"; then
2322 ac_install_sh="$ac_aux_dir/install-sh -c"
2324 elif test -f "$ac_dir/install.sh"; then
2326 ac_install_sh="$ac_aux_dir/install.sh -c"
2328 elif test -f "$ac_dir/shtool"; then
2330 ac_install_sh="$ac_aux_dir/shtool install -c"
2334 if test -z "$ac_aux_dir"; then
2335 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2338 # These three variables are undocumented and unsupported,
2339 # and are intended to be withdrawn in a future Autoconf release.
2340 # They can cause serious problems if a builder's source tree is in a directory
2341 # whose full name contains unusual characters.
2342 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2343 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2344 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2347 # Make sure we can run config.sub.
2348 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2349 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2352 $as_echo_n "checking build system type... " >&6; }
2353 if ${ac_cv_build+:} false; then :
2354 $as_echo_n "(cached) " >&6
2356 ac_build_alias=$build_alias
2357 test "x$ac_build_alias" = x &&
2358 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2359 test "x$ac_build_alias" = x &&
2360 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2361 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2362 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2366 $as_echo "$ac_cv_build" >&6; }
2367 case $ac_cv_build in
2369 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2372 ac_save_IFS=$IFS; IFS='-'
2378 # Remember, the first character of IFS is used to create $*,
2379 # except with old shells:
2382 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2386 $as_echo_n "checking host system type... " >&6; }
2387 if ${ac_cv_host+:} false; then :
2388 $as_echo_n "(cached) " >&6
2390 if test "x$host_alias" = x; then
2391 ac_cv_host=$ac_cv_build
2393 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2394 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2399 $as_echo "$ac_cv_host" >&6; }
2402 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2405 ac_save_IFS=$IFS; IFS='-'
2411 # Remember, the first character of IFS is used to create $*,
2412 # except with old shells:
2415 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2419 $as_echo_n "checking target system type... " >&6; }
2420 if ${ac_cv_target+:} false; then :
2421 $as_echo_n "(cached) " >&6
2423 if test "x$target_alias" = x; then
2424 ac_cv_target=$ac_cv_host
2426 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2427 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2432 $as_echo "$ac_cv_target" >&6; }
2433 case $ac_cv_target in
2435 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2437 target=$ac_cv_target
2438 ac_save_IFS=$IFS; IFS='-'
2444 # Remember, the first character of IFS is used to create $*,
2445 # except with old shells:
2448 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2451 # The aliases save the names the user supplied, while $host etc.
2452 # will get canonicalized.
2453 test -n "$target_alias" &&
2454 test "$program_prefix$program_suffix$program_transform_name" = \
2456 program_prefix=${target_alias}-
2457 # Expand $ac_aux_dir to an absolute path.
2458 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2461 ac_cpp='$CPP $CPPFLAGS'
2462 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2463 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2464 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2465 if test -n "$ac_tool_prefix"; then
2466 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2467 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2469 $as_echo_n "checking for $ac_word... " >&6; }
2470 if ${ac_cv_prog_CC+:} false; then :
2471 $as_echo_n "(cached) " >&6
2473 if test -n "$CC"; then
2474 ac_cv_prog_CC="$CC" # Let the user override the test.
2476 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2480 test -z "$as_dir" && as_dir=.
2481 for ac_exec_ext in '' $ac_executable_extensions; do
2482 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2483 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2484 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2494 if test -n "$CC"; then
2495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2496 $as_echo "$CC" >&6; }
2498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2499 $as_echo "no" >&6; }
2504 if test -z "$ac_cv_prog_CC"; then
2506 # Extract the first word of "gcc", so it can be a program name with args.
2507 set dummy gcc; ac_word=$2
2508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2509 $as_echo_n "checking for $ac_word... " >&6; }
2510 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2511 $as_echo_n "(cached) " >&6
2513 if test -n "$ac_ct_CC"; then
2514 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2520 test -z "$as_dir" && as_dir=.
2521 for ac_exec_ext in '' $ac_executable_extensions; do
2522 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2523 ac_cv_prog_ac_ct_CC="gcc"
2524 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2533 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2534 if test -n "$ac_ct_CC"; then
2535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2536 $as_echo "$ac_ct_CC" >&6; }
2538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2539 $as_echo "no" >&6; }
2542 if test "x$ac_ct_CC" = x; then
2545 case $cross_compiling:$ac_tool_warned in
2547 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2548 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2549 ac_tool_warned=yes ;;
2557 if test -z "$CC"; then
2558 if test -n "$ac_tool_prefix"; then
2559 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2560 set dummy ${ac_tool_prefix}cc; ac_word=$2
2561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2562 $as_echo_n "checking for $ac_word... " >&6; }
2563 if ${ac_cv_prog_CC+:} false; then :
2564 $as_echo_n "(cached) " >&6
2566 if test -n "$CC"; then
2567 ac_cv_prog_CC="$CC" # Let the user override the test.
2569 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2573 test -z "$as_dir" && as_dir=.
2574 for ac_exec_ext in '' $ac_executable_extensions; do
2575 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2576 ac_cv_prog_CC="${ac_tool_prefix}cc"
2577 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2587 if test -n "$CC"; then
2588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2589 $as_echo "$CC" >&6; }
2591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2592 $as_echo "no" >&6; }
2598 if test -z "$CC"; then
2599 # Extract the first word of "cc", so it can be a program name with args.
2600 set dummy cc; ac_word=$2
2601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2602 $as_echo_n "checking for $ac_word... " >&6; }
2603 if ${ac_cv_prog_CC+:} false; then :
2604 $as_echo_n "(cached) " >&6
2606 if test -n "$CC"; then
2607 ac_cv_prog_CC="$CC" # Let the user override the test.
2610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2614 test -z "$as_dir" && as_dir=.
2615 for ac_exec_ext in '' $ac_executable_extensions; do
2616 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2617 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2618 ac_prog_rejected=yes
2622 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2629 if test $ac_prog_rejected = yes; then
2630 # We found a bogon in the path, so make sure we never use it.
2631 set dummy $ac_cv_prog_CC
2633 if test $# != 0; then
2634 # We chose a different compiler from the bogus one.
2635 # However, it has the same basename, so the bogon will be chosen
2636 # first if we set CC to just the basename; use the full file name.
2638 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2644 if test -n "$CC"; then
2645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2646 $as_echo "$CC" >&6; }
2648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2649 $as_echo "no" >&6; }
2654 if test -z "$CC"; then
2655 if test -n "$ac_tool_prefix"; then
2656 for ac_prog in cl.exe
2658 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2659 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2661 $as_echo_n "checking for $ac_word... " >&6; }
2662 if ${ac_cv_prog_CC+:} false; then :
2663 $as_echo_n "(cached) " >&6
2665 if test -n "$CC"; then
2666 ac_cv_prog_CC="$CC" # Let the user override the test.
2668 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2672 test -z "$as_dir" && as_dir=.
2673 for ac_exec_ext in '' $ac_executable_extensions; do
2674 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2675 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2676 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2686 if test -n "$CC"; then
2687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2688 $as_echo "$CC" >&6; }
2690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2691 $as_echo "no" >&6; }
2695 test -n "$CC" && break
2698 if test -z "$CC"; then
2700 for ac_prog in cl.exe
2702 # Extract the first word of "$ac_prog", so it can be a program name with args.
2703 set dummy $ac_prog; ac_word=$2
2704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2705 $as_echo_n "checking for $ac_word... " >&6; }
2706 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2707 $as_echo_n "(cached) " >&6
2709 if test -n "$ac_ct_CC"; then
2710 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2712 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2716 test -z "$as_dir" && as_dir=.
2717 for ac_exec_ext in '' $ac_executable_extensions; do
2718 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2719 ac_cv_prog_ac_ct_CC="$ac_prog"
2720 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2729 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2730 if test -n "$ac_ct_CC"; then
2731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2732 $as_echo "$ac_ct_CC" >&6; }
2734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2735 $as_echo "no" >&6; }
2739 test -n "$ac_ct_CC" && break
2742 if test "x$ac_ct_CC" = x; then
2745 case $cross_compiling:$ac_tool_warned in
2747 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2748 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2749 ac_tool_warned=yes ;;
2758 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2759 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2760 as_fn_error $? "no acceptable C compiler found in \$PATH
2761 See \`config.log' for more details" "$LINENO" 5; }
2763 # Provide some information about the compiler.
2764 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2767 for ac_option in --version -v -V -qversion; do
2768 { { ac_try="$ac_compiler $ac_option >&5"
2770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2771 *) ac_try_echo=$ac_try;;
2773 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2774 $as_echo "$ac_try_echo"; } >&5
2775 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2777 if test -s conftest.err; then
2779 ... rest of stderr output deleted ...
2780 10q' conftest.err >conftest.er1
2781 cat conftest.er1 >&5
2783 rm -f conftest.er1 conftest.err
2784 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2785 test $ac_status = 0; }
2788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2789 /* end confdefs.h. */
2799 ac_clean_files_save=$ac_clean_files
2800 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2801 # Try to create an executable without -o first, disregard a.out.
2802 # It will help us diagnose broken compilers, and finding out an intuition
2804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2805 $as_echo_n "checking whether the C compiler works... " >&6; }
2806 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2808 # The possible output files:
2809 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2812 for ac_file in $ac_files
2815 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2816 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2821 if { { ac_try="$ac_link_default"
2823 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2824 *) ac_try_echo=$ac_try;;
2826 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2827 $as_echo "$ac_try_echo"; } >&5
2828 (eval "$ac_link_default") 2>&5
2830 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2831 test $ac_status = 0; }; then :
2832 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2833 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2834 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2835 # so that the user can short-circuit this test for compilers unknown to
2837 for ac_file in $ac_files ''
2839 test -f "$ac_file" || continue
2841 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2844 # We found the default executable, but exeext='' is most
2848 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2850 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2852 # We set ac_cv_exeext here because the later test for it is not
2853 # safe: cross compilers may not add the suffix if given an `-o'
2854 # argument, so we may need to know it at that point already.
2855 # Even if this section looks crufty: it has the advantage of
2862 test "$ac_cv_exeext" = no && ac_cv_exeext=
2867 if test -z "$ac_file"; then :
2868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2869 $as_echo "no" >&6; }
2870 $as_echo "$as_me: failed program was:" >&5
2871 sed 's/^/| /' conftest.$ac_ext >&5
2873 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2874 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2875 as_fn_error 77 "C compiler cannot create executables
2876 See \`config.log' for more details" "$LINENO" 5; }
2878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2879 $as_echo "yes" >&6; }
2881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2882 $as_echo_n "checking for C compiler default output file name... " >&6; }
2883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2884 $as_echo "$ac_file" >&6; }
2885 ac_exeext=$ac_cv_exeext
2887 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2888 ac_clean_files=$ac_clean_files_save
2889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2890 $as_echo_n "checking for suffix of executables... " >&6; }
2891 if { { ac_try="$ac_link"
2893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2894 *) ac_try_echo=$ac_try;;
2896 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2897 $as_echo "$ac_try_echo"; } >&5
2898 (eval "$ac_link") 2>&5
2900 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2901 test $ac_status = 0; }; then :
2902 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2903 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2904 # work properly (i.e., refer to `conftest.exe'), while it won't with
2906 for ac_file in conftest.exe conftest conftest.*; do
2907 test -f "$ac_file" || continue
2909 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2910 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2916 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2917 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2918 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2919 See \`config.log' for more details" "$LINENO" 5; }
2921 rm -f conftest conftest$ac_cv_exeext
2922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2923 $as_echo "$ac_cv_exeext" >&6; }
2925 rm -f conftest.$ac_ext
2926 EXEEXT=$ac_cv_exeext
2928 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2929 /* end confdefs.h. */
2934 FILE *f = fopen ("conftest.out", "w");
2935 return ferror (f) || fclose (f) != 0;
2941 ac_clean_files="$ac_clean_files conftest.out"
2942 # Check that the compiler produces executables we can run. If not, either
2943 # the compiler is broken, or we cross compile.
2944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2945 $as_echo_n "checking whether we are cross compiling... " >&6; }
2946 if test "$cross_compiling" != yes; then
2947 { { ac_try="$ac_link"
2949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2950 *) ac_try_echo=$ac_try;;
2952 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2953 $as_echo "$ac_try_echo"; } >&5
2954 (eval "$ac_link") 2>&5
2956 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2957 test $ac_status = 0; }
2958 if { ac_try='./conftest$ac_cv_exeext'
2959 { { case "(($ac_try" in
2960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2961 *) ac_try_echo=$ac_try;;
2963 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2964 $as_echo "$ac_try_echo"; } >&5
2965 (eval "$ac_try") 2>&5
2967 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2968 test $ac_status = 0; }; }; then
2971 if test "$cross_compiling" = maybe; then
2974 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2975 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2976 as_fn_error $? "cannot run C compiled programs.
2977 If you meant to cross compile, use \`--host'.
2978 See \`config.log' for more details" "$LINENO" 5; }
2982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2983 $as_echo "$cross_compiling" >&6; }
2985 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2986 ac_clean_files=$ac_clean_files_save
2987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2988 $as_echo_n "checking for suffix of object files... " >&6; }
2989 if ${ac_cv_objext+:} false; then :
2990 $as_echo_n "(cached) " >&6
2992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2993 /* end confdefs.h. */
3003 rm -f conftest.o conftest.obj
3004 if { { ac_try="$ac_compile"
3006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3007 *) ac_try_echo=$ac_try;;
3009 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3010 $as_echo "$ac_try_echo"; } >&5
3011 (eval "$ac_compile") 2>&5
3013 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3014 test $ac_status = 0; }; then :
3015 for ac_file in conftest.o conftest.obj conftest.*; do
3016 test -f "$ac_file" || continue;
3018 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3019 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3024 $as_echo "$as_me: failed program was:" >&5
3025 sed 's/^/| /' conftest.$ac_ext >&5
3027 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3028 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3029 as_fn_error $? "cannot compute suffix of object files: cannot compile
3030 See \`config.log' for more details" "$LINENO" 5; }
3032 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3035 $as_echo "$ac_cv_objext" >&6; }
3036 OBJEXT=$ac_cv_objext
3038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3039 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3040 if ${ac_cv_c_compiler_gnu+:} false; then :
3041 $as_echo_n "(cached) " >&6
3043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3044 /* end confdefs.h. */
3057 if ac_fn_c_try_compile "$LINENO"; then :
3062 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3063 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3067 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3068 if test $ac_compiler_gnu = yes; then
3073 ac_test_CFLAGS=${CFLAGS+set}
3074 ac_save_CFLAGS=$CFLAGS
3075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3076 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3077 if ${ac_cv_prog_cc_g+:} false; then :
3078 $as_echo_n "(cached) " >&6
3080 ac_save_c_werror_flag=$ac_c_werror_flag
3081 ac_c_werror_flag=yes
3084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3085 /* end confdefs.h. */
3095 if ac_fn_c_try_compile "$LINENO"; then :
3099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3100 /* end confdefs.h. */
3110 if ac_fn_c_try_compile "$LINENO"; then :
3113 ac_c_werror_flag=$ac_save_c_werror_flag
3115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3116 /* end confdefs.h. */
3126 if ac_fn_c_try_compile "$LINENO"; then :
3129 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3133 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3134 ac_c_werror_flag=$ac_save_c_werror_flag
3136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3137 $as_echo "$ac_cv_prog_cc_g" >&6; }
3138 if test "$ac_test_CFLAGS" = set; then
3139 CFLAGS=$ac_save_CFLAGS
3140 elif test $ac_cv_prog_cc_g = yes; then
3141 if test "$GCC" = yes; then
3147 if test "$GCC" = yes; then
3153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3154 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3155 if ${ac_cv_prog_cc_c89+:} false; then :
3156 $as_echo_n "(cached) " >&6
3158 ac_cv_prog_cc_c89=no
3160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3161 /* end confdefs.h. */
3165 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3166 struct buf { int x; };
3167 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3168 static char *e (p, i)
3174 static char *f (char * (*g) (char **, int), char **p, ...)
3179 s = g (p, va_arg (v,int));
3184 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3185 function prototypes and stuff, but not '\xHH' hex character constants.
3186 These don't provoke an error unfortunately, instead are silently treated
3187 as 'x'. The following induces an error, until -std is added to get
3188 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3189 array size at least. It's necessary to write '\x00'==0 to get something
3190 that's true only with -std. */
3191 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3193 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3194 inside strings and character constants. */
3196 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3198 int test (int i, double x);
3199 struct s1 {int (*f) (int a);};
3200 struct s2 {int (*f) (double a);};
3201 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3207 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3212 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3213 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3215 CC="$ac_save_CC $ac_arg"
3216 if ac_fn_c_try_compile "$LINENO"; then :
3217 ac_cv_prog_cc_c89=$ac_arg
3219 rm -f core conftest.err conftest.$ac_objext
3220 test "x$ac_cv_prog_cc_c89" != "xno" && break
3222 rm -f conftest.$ac_ext
3227 case "x$ac_cv_prog_cc_c89" in
3229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3230 $as_echo "none needed" >&6; } ;;
3232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3233 $as_echo "unsupported" >&6; } ;;
3235 CC="$CC $ac_cv_prog_cc_c89"
3236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3237 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3239 if test "x$ac_cv_prog_cc_c89" != xno; then :
3244 ac_cpp='$CPP $CPPFLAGS'
3245 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3246 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3247 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3250 ac_cpp='$CPP $CPPFLAGS'
3251 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3252 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3253 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3255 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3256 if ${am_cv_prog_cc_c_o+:} false; then :
3257 $as_echo_n "(cached) " >&6
3259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3260 /* end confdefs.h. */
3270 # Make sure it works both with $CC and with simple cc.
3271 # Following AC_PROG_CC_C_O, we do the test twice because some
3272 # compilers refuse to overwrite an existing .o file with -o,
3273 # though they will create one.
3274 am_cv_prog_cc_c_o=yes
3276 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3277 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3280 (exit $ac_status); } \
3281 && test -f conftest2.$ac_objext; then
3284 am_cv_prog_cc_c_o=no
3288 rm -f core conftest*
3291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3292 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3293 if test "$am_cv_prog_cc_c_o" != yes; then
3294 # Losing compiler, so override with the script.
3295 # FIXME: It is wrong to rewrite CC.
3296 # But if we don't then we get into trouble of one sort or another.
3297 # A longer-term fix would be to have automake use am__CC in this case,
3298 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3299 CC="$am_aux_dir/compile $CC"
3302 ac_cpp='$CPP $CPPFLAGS'
3303 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3304 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3305 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3310 $as_echo_n "checking for library containing strerror... " >&6; }
3311 if ${ac_cv_search_strerror+:} false; then :
3312 $as_echo_n "(cached) " >&6
3314 ac_func_search_save_LIBS=$LIBS
3315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3316 /* end confdefs.h. */
3318 /* Override any GCC internal prototype to avoid an error.
3319 Use char because int might match the return type of a GCC
3320 builtin and then its argument prototype would still apply. */
3333 for ac_lib in '' cposix; do
3334 if test -z "$ac_lib"; then
3335 ac_res="none required"
3338 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3340 if ac_fn_c_try_link "$LINENO"; then :
3341 ac_cv_search_strerror=$ac_res
3343 rm -f core conftest.err conftest.$ac_objext \
3345 if ${ac_cv_search_strerror+:} false; then :
3349 if ${ac_cv_search_strerror+:} false; then :
3352 ac_cv_search_strerror=no
3355 LIBS=$ac_func_search_save_LIBS
3357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3358 $as_echo "$ac_cv_search_strerror" >&6; }
3359 ac_res=$ac_cv_search_strerror
3360 if test "$ac_res" != no; then :
3361 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3366 am__api_version='1.15'
3368 # Find a good install program. We prefer a C program (faster),
3369 # so one script is as good as another. But avoid the broken or
3370 # incompatible versions:
3371 # SysV /etc/install, /usr/sbin/install
3372 # SunOS /usr/etc/install
3373 # IRIX /sbin/install
3375 # AmigaOS /C/install, which installs bootblocks on floppy discs
3376 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3377 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3378 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3379 # OS/2's system install, which has a completely different semantic
3380 # ./install, which can be erroneously created by make from ./install.sh.
3381 # Reject install programs that cannot install multiple files.
3382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3383 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3384 if test -z "$INSTALL"; then
3385 if ${ac_cv_path_install+:} false; then :
3386 $as_echo_n "(cached) " >&6
3388 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3392 test -z "$as_dir" && as_dir=.
3393 # Account for people who put trailing slashes in PATH elements.
3394 case $as_dir/ in #((
3395 ./ | .// | /[cC]/* | \
3396 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3397 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3400 # OSF1 and SCO ODT 3.0 have their own names for install.
3401 # Don't use installbsd from OSF since it installs stuff as root
3403 for ac_prog in ginstall scoinst install; do
3404 for ac_exec_ext in '' $ac_executable_extensions; do
3405 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3406 if test $ac_prog = install &&
3407 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3408 # AIX install. It has an incompatible calling convention.
3410 elif test $ac_prog = install &&
3411 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3412 # program-specific install script used by HP pwplus--don't use.
3415 rm -rf conftest.one conftest.two conftest.dir
3416 echo one > conftest.one
3417 echo two > conftest.two
3419 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3420 test -s conftest.one && test -s conftest.two &&
3421 test -s conftest.dir/conftest.one &&
3422 test -s conftest.dir/conftest.two
3424 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3437 rm -rf conftest.one conftest.two conftest.dir
3440 if test "${ac_cv_path_install+set}" = set; then
3441 INSTALL=$ac_cv_path_install
3443 # As a last resort, use the slow shell script. Don't cache a
3444 # value for INSTALL within a source directory, because that will
3445 # break other packages using the cache if that directory is
3446 # removed, or if the value is a relative name.
3447 INSTALL=$ac_install_sh
3450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3451 $as_echo "$INSTALL" >&6; }
3453 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3454 # It thinks the first close brace ends the variable substitution.
3455 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3457 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3459 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3462 $as_echo_n "checking whether build environment is sane... " >&6; }
3463 # Reject unsafe characters in $srcdir or the absolute working directory
3464 # name. Accept space and tab only in the latter.
3468 *[\\\"\#\$\&\'\`$am_lf]*)
3469 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
3472 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3473 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3476 # Do 'set' in a subshell so we don't clobber the current shell's
3477 # arguments. Must try -L first in case configure is actually a
3478 # symlink; some systems play weird games with the mod time of symlinks
3479 # (eg FreeBSD returns the mod time of the symlink's containing
3483 for am_try in 1 2; do
3484 echo "timestamp, slept: $am_has_slept" > conftest.file
3485 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3486 if test "$*" = "X"; then
3488 set X `ls -t "$srcdir/configure" conftest.file`
3490 if test "$*" != "X $srcdir/configure conftest.file" \
3491 && test "$*" != "X conftest.file $srcdir/configure"; then
3493 # If neither matched, then we have a broken ls. This can happen
3494 # if, for instance, CONFIG_SHELL is bash and it inherits a
3495 # broken ls alias from the environment. This has actually
3496 # happened. Such a system could not be considered "sane".
3497 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3498 alias in your environment" "$LINENO" 5
3500 if test "$2" = conftest.file || test $am_try -eq 2; then
3507 test "$2" = conftest.file
3513 as_fn_error $? "newly created file is older than distributed files!
3514 Check your system clock" "$LINENO" 5
3516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3517 $as_echo "yes" >&6; }
3518 # If we didn't sleep, we still need to ensure time stamps of config.status and
3519 # generated files are strictly newer.
3521 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3528 test "$program_prefix" != NONE &&
3529 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3530 # Use a double $ so make ignores it.
3531 test "$program_suffix" != NONE &&
3532 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3533 # Double any \ or $.
3534 # By default was `s,x,x', remove it if useless.
3535 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3536 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3538 if test x"${MISSING+set}" != xset; then
3541 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3543 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3546 # Use eval to expand $SHELL
3547 if eval "$MISSING --is-lightweight"; then
3548 am_missing_run="$MISSING "
3551 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3552 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3555 if test x"${install_sh+set}" != xset; then
3558 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3560 install_sh="\${SHELL} $am_aux_dir/install-sh"
3564 # Installed binaries are usually stripped using 'strip' when the user
3565 # run "make install-strip". However 'strip' might not be the right
3566 # tool to use in cross-compilation environments, therefore Automake
3567 # will honor the 'STRIP' environment variable to overrule this program.
3568 if test "$cross_compiling" != no; then
3569 if test -n "$ac_tool_prefix"; then
3570 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3571 set dummy ${ac_tool_prefix}strip; ac_word=$2
3572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3573 $as_echo_n "checking for $ac_word... " >&6; }
3574 if ${ac_cv_prog_STRIP+:} false; then :
3575 $as_echo_n "(cached) " >&6
3577 if test -n "$STRIP"; then
3578 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3580 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3584 test -z "$as_dir" && as_dir=.
3585 for ac_exec_ext in '' $ac_executable_extensions; do
3586 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3587 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3588 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3597 STRIP=$ac_cv_prog_STRIP
3598 if test -n "$STRIP"; then
3599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3600 $as_echo "$STRIP" >&6; }
3602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3603 $as_echo "no" >&6; }
3608 if test -z "$ac_cv_prog_STRIP"; then
3610 # Extract the first word of "strip", so it can be a program name with args.
3611 set dummy strip; ac_word=$2
3612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3613 $as_echo_n "checking for $ac_word... " >&6; }
3614 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3615 $as_echo_n "(cached) " >&6
3617 if test -n "$ac_ct_STRIP"; then
3618 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3620 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3624 test -z "$as_dir" && as_dir=.
3625 for ac_exec_ext in '' $ac_executable_extensions; do
3626 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3627 ac_cv_prog_ac_ct_STRIP="strip"
3628 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3637 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3638 if test -n "$ac_ct_STRIP"; then
3639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3640 $as_echo "$ac_ct_STRIP" >&6; }
3642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3643 $as_echo "no" >&6; }
3646 if test "x$ac_ct_STRIP" = x; then
3649 case $cross_compiling:$ac_tool_warned in
3651 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3652 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3653 ac_tool_warned=yes ;;
3658 STRIP="$ac_cv_prog_STRIP"
3662 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3665 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3666 if test -z "$MKDIR_P"; then
3667 if ${ac_cv_path_mkdir+:} false; then :
3668 $as_echo_n "(cached) " >&6
3670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3671 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3674 test -z "$as_dir" && as_dir=.
3675 for ac_prog in mkdir gmkdir; do
3676 for ac_exec_ext in '' $ac_executable_extensions; do
3677 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3678 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3679 'mkdir (GNU coreutils) '* | \
3680 'mkdir (coreutils) '* | \
3681 'mkdir (fileutils) '4.1*)
3682 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3692 test -d ./--version && rmdir ./--version
3693 if test "${ac_cv_path_mkdir+set}" = set; then
3694 MKDIR_P="$ac_cv_path_mkdir -p"
3696 # As a last resort, use the slow shell script. Don't cache a
3697 # value for MKDIR_P within a source directory, because that will
3698 # break other packages using the cache if that directory is
3699 # removed, or if the value is a relative name.
3700 MKDIR_P="$ac_install_sh -d"
3703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3704 $as_echo "$MKDIR_P" >&6; }
3706 for ac_prog in gawk mawk nawk awk
3708 # Extract the first word of "$ac_prog", so it can be a program name with args.
3709 set dummy $ac_prog; ac_word=$2
3710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3711 $as_echo_n "checking for $ac_word... " >&6; }
3712 if ${ac_cv_prog_AWK+:} false; then :
3713 $as_echo_n "(cached) " >&6
3715 if test -n "$AWK"; then
3716 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3722 test -z "$as_dir" && as_dir=.
3723 for ac_exec_ext in '' $ac_executable_extensions; do
3724 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3725 ac_cv_prog_AWK="$ac_prog"
3726 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3736 if test -n "$AWK"; then
3737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3738 $as_echo "$AWK" >&6; }
3740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3741 $as_echo "no" >&6; }
3745 test -n "$AWK" && break
3748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3749 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3751 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3752 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3753 $as_echo_n "(cached) " >&6
3755 cat >conftest.make <<\_ACEOF
3758 @echo '@@@%%%=$(MAKE)=@@@%%%'
3760 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3761 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3763 eval ac_cv_prog_make_${ac_make}_set=yes;;
3765 eval ac_cv_prog_make_${ac_make}_set=no;;
3769 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3771 $as_echo "yes" >&6; }
3774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3775 $as_echo "no" >&6; }
3776 SET_MAKE="MAKE=${MAKE-make}"
3779 rm -rf .tst 2>/dev/null
3780 mkdir .tst 2>/dev/null
3781 if test -d .tst; then
3786 rmdir .tst 2>/dev/null
3788 DEPDIR="${am__leading_dot}deps"
3790 ac_config_commands="$ac_config_commands depfiles"
3793 am_make=${MAKE-make}
3794 cat > confinc << 'END'
3796 @echo this is the am__doit target
3799 # If we don't find an include directive, just comment out the code.
3800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3801 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3805 # First try GNU make style include.
3806 echo "include confinc" > confmf
3807 # Ignore all kinds of additional output from 'make'.
3808 case `$am_make -s -f confmf 2> /dev/null` in #(
3809 *the\ am__doit\ target*)
3815 # Now try BSD make style include.
3816 if test "$am__include" = "#"; then
3817 echo '.include "confinc"' > confmf
3818 case `$am_make -s -f confmf 2> /dev/null` in #(
3819 *the\ am__doit\ target*)
3820 am__include=.include
3828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3829 $as_echo "$_am_result" >&6; }
3830 rm -f confinc confmf
3832 # Check whether --enable-dependency-tracking was given.
3833 if test "${enable_dependency_tracking+set}" = set; then :
3834 enableval=$enable_dependency_tracking;
3837 if test "x$enable_dependency_tracking" != xno; then
3838 am_depcomp="$ac_aux_dir/depcomp"
3842 if test "x$enable_dependency_tracking" != xno; then
3851 # Check whether --enable-silent-rules was given.
3852 if test "${enable_silent_rules+set}" = set; then :
3853 enableval=$enable_silent_rules;
3856 case $enable_silent_rules in # (((
3857 yes) AM_DEFAULT_VERBOSITY=0;;
3858 no) AM_DEFAULT_VERBOSITY=1;;
3859 *) AM_DEFAULT_VERBOSITY=1;;
3861 am_make=${MAKE-make}
3862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3863 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3864 if ${am_cv_make_support_nested_variables+:} false; then :
3865 $as_echo_n "(cached) " >&6
3867 if $as_echo 'TRUE=$(BAR$(V))
3873 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3874 am_cv_make_support_nested_variables=yes
3876 am_cv_make_support_nested_variables=no
3879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3880 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3881 if test $am_cv_make_support_nested_variables = yes; then
3883 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3885 AM_V=$AM_DEFAULT_VERBOSITY
3886 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3890 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3891 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3892 # is not polluted with repeated "-I."
3893 am__isrc=' -I$(srcdir)'
3894 # test to see if srcdir already configured
3895 if test -f $srcdir/config.status; then
3896 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3900 # test whether we have cygpath
3901 if test -z "$CYGPATH_W"; then
3902 if (cygpath --version) >/dev/null 2>/dev/null; then
3903 CYGPATH_W='cygpath -w'
3910 # Define the identity of the package.
3915 cat >>confdefs.h <<_ACEOF
3916 #define PACKAGE "$PACKAGE"
3920 cat >>confdefs.h <<_ACEOF
3921 #define VERSION "$VERSION"
3924 # Some tools Automake needs.
3926 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3929 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3932 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3935 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3938 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3940 # For better backward compatibility. To be removed once Automake 1.9.x
3941 # dies out for good. For more background, see:
3942 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3943 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3944 mkdir_p='$(MKDIR_P)'
3946 # We need awk for the "check" target (and possibly the TAP driver). The
3947 # system "awk" is bad on some platforms.
3948 # Always define AMTAR for backward compatibility. Yes, it's still used
3949 # in the wild :-( We should find a proper way to deprecate it ...
3953 # We'll loop over all known methods to create a tar archive until one works.
3954 _am_tools='gnutar pax cpio none'
3956 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3962 depcc="$CC" am_compiler_list=
3964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3965 $as_echo_n "checking dependency style of $depcc... " >&6; }
3966 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3967 $as_echo_n "(cached) " >&6
3969 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3970 # We make a subdir and do the tests there. Otherwise we can end up
3971 # making bogus files that we don't know about and never remove. For
3972 # instance it was reported that on HP-UX the gcc test will end up
3973 # making a dummy file named 'D' -- because '-MD' means "put the output
3977 # Copy depcomp to subdir because otherwise we won't find it if we're
3978 # using a relative directory.
3979 cp "$am_depcomp" conftest.dir
3981 # We will build objects and dependencies in a subdirectory because
3982 # it helps to detect inapplicable dependency modes. For instance
3983 # both Tru64's cc and ICC support -MD to output dependencies as a
3984 # side effect of compilation, but ICC will put the dependencies in
3985 # the current directory while Tru64 will put them in the object
3989 am_cv_CC_dependencies_compiler_type=none
3990 if test "$am_compiler_list" = ""; then
3991 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3994 case " $depcc " in #(
3995 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3998 for depmode in $am_compiler_list; do
3999 # Setup a source with many dependencies, because some compilers
4000 # like to wrap large dependency lists on column 80 (with \), and
4001 # we should not choose a depcomp mode which is confused by this.
4003 # We need to recreate these files for each test, as the compiler may
4004 # overwrite some of them when testing with obscure command lines.
4005 # This happens at least with the AIX C compiler.
4007 for i in 1 2 3 4 5 6; do
4008 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4009 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4010 # Solaris 10 /bin/sh.
4011 echo '/* dummy */' > sub/conftst$i.h
4013 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4015 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4016 # mode. It turns out that the SunPro C++ compiler does not properly
4017 # handle '-M -o', and we need to detect this. Also, some Intel
4018 # versions had trouble with output in subdirs.
4019 am__obj=sub/conftest.${OBJEXT-o}
4020 am__minus_obj="-o $am__obj"
4023 # This depmode causes a compiler race in universal mode.
4024 test "$am__universal" = false || continue
4027 # After this tag, mechanisms are not by side-effect, so they'll
4028 # only be used when explicitly requested.
4029 if test "x$enable_dependency_tracking" = xyes; then
4035 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4036 # This compiler won't grok '-c -o', but also, the minuso test has
4037 # not run yet. These depmodes are late enough in the game, and
4038 # so weak that their functioning should not be impacted.
4039 am__obj=conftest.${OBJEXT-o}
4044 if depmode=$depmode \
4045 source=sub/conftest.c object=$am__obj \
4046 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4047 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4048 >/dev/null 2>conftest.err &&
4049 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4050 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4051 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4052 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4053 # icc doesn't choke on unknown options, it will just issue warnings
4054 # or remarks (even with -Werror). So we grep stderr for any message
4055 # that says an option was ignored or not supported.
4056 # When given -MP, icc 7.0 and 7.1 complain thusly:
4057 # icc: Command line warning: ignoring option '-M'; no argument required
4058 # The diagnosis changed in icc 8.0:
4059 # icc: Command line remark: option '-MP' not supported
4060 if (grep 'ignoring option' conftest.err ||
4061 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4062 am_cv_CC_dependencies_compiler_type=$depmode
4071 am_cv_CC_dependencies_compiler_type=none
4075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4076 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4077 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4080 test "x$enable_dependency_tracking" != xno \
4081 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4083 am__fastdepCC_FALSE='#'
4085 am__fastdepCC_TRUE='#'
4086 am__fastdepCC_FALSE=
4091 # POSIX will say in a future version that running "rm -f" with no argument
4092 # is OK; and we want to be able to make that assumption in our Makefile
4093 # recipes. So use an aggressive probe to check that the usage we want is
4094 # actually supported "in the wild" to an acceptable degree.
4095 # See automake bug#10828.
4096 # To make any issue more visible, cause the running configure to be aborted
4097 # by default if the 'rm' program in use doesn't match our expectations; the
4098 # user can still override this though.
4099 if rm -f && rm -fr && rm -rf; then : OK; else
4103 Your 'rm' program seems unable to run without file operands specified
4104 on the command line, even when the '-f' option is present. This is contrary
4105 to the behaviour of most rm programs out there, and not conforming with
4106 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4108 Please tell bug-automake@gnu.org about your system, including the value
4109 of your $PATH and any error possibly output before this message. This
4110 can help us improve future automake versions.
4113 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
4114 echo 'Configuration will proceed anyway, since you have set the' >&2
4115 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4119 Aborting the configuration process, to ensure you take notice of the issue.
4121 You can download and install GNU coreutils to get an 'rm' implementation
4122 that behaves properly: <http://www.gnu.org/software/coreutils/>.
4124 If you want to complete the configuration process using your problematic
4125 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4126 to "yes", and re-run configure.
4129 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
4135 ac_cpp='$CPP $CPPFLAGS'
4136 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4137 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4138 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4139 if test -n "$ac_tool_prefix"; then
4140 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4141 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4143 $as_echo_n "checking for $ac_word... " >&6; }
4144 if ${ac_cv_prog_CC+:} false; then :
4145 $as_echo_n "(cached) " >&6
4147 if test -n "$CC"; then
4148 ac_cv_prog_CC="$CC" # Let the user override the test.
4150 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4154 test -z "$as_dir" && as_dir=.
4155 for ac_exec_ext in '' $ac_executable_extensions; do
4156 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4157 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4158 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4168 if test -n "$CC"; then
4169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4170 $as_echo "$CC" >&6; }
4172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4173 $as_echo "no" >&6; }
4178 if test -z "$ac_cv_prog_CC"; then
4180 # Extract the first word of "gcc", so it can be a program name with args.
4181 set dummy gcc; ac_word=$2
4182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4183 $as_echo_n "checking for $ac_word... " >&6; }
4184 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4185 $as_echo_n "(cached) " >&6
4187 if test -n "$ac_ct_CC"; then
4188 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4190 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4194 test -z "$as_dir" && as_dir=.
4195 for ac_exec_ext in '' $ac_executable_extensions; do
4196 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4197 ac_cv_prog_ac_ct_CC="gcc"
4198 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4207 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4208 if test -n "$ac_ct_CC"; then
4209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4210 $as_echo "$ac_ct_CC" >&6; }
4212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4213 $as_echo "no" >&6; }
4216 if test "x$ac_ct_CC" = x; then
4219 case $cross_compiling:$ac_tool_warned in
4221 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4222 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4223 ac_tool_warned=yes ;;
4231 if test -z "$CC"; then
4232 if test -n "$ac_tool_prefix"; then
4233 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4234 set dummy ${ac_tool_prefix}cc; ac_word=$2
4235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4236 $as_echo_n "checking for $ac_word... " >&6; }
4237 if ${ac_cv_prog_CC+:} false; then :
4238 $as_echo_n "(cached) " >&6
4240 if test -n "$CC"; then
4241 ac_cv_prog_CC="$CC" # Let the user override the test.
4243 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4247 test -z "$as_dir" && as_dir=.
4248 for ac_exec_ext in '' $ac_executable_extensions; do
4249 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4250 ac_cv_prog_CC="${ac_tool_prefix}cc"
4251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4261 if test -n "$CC"; then
4262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4263 $as_echo "$CC" >&6; }
4265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4266 $as_echo "no" >&6; }
4272 if test -z "$CC"; then
4273 # Extract the first word of "cc", so it can be a program name with args.
4274 set dummy cc; ac_word=$2
4275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4276 $as_echo_n "checking for $ac_word... " >&6; }
4277 if ${ac_cv_prog_CC+:} false; then :
4278 $as_echo_n "(cached) " >&6
4280 if test -n "$CC"; then
4281 ac_cv_prog_CC="$CC" # Let the user override the test.
4284 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4288 test -z "$as_dir" && as_dir=.
4289 for ac_exec_ext in '' $ac_executable_extensions; do
4290 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4291 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4292 ac_prog_rejected=yes
4296 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4303 if test $ac_prog_rejected = yes; then
4304 # We found a bogon in the path, so make sure we never use it.
4305 set dummy $ac_cv_prog_CC
4307 if test $# != 0; then
4308 # We chose a different compiler from the bogus one.
4309 # However, it has the same basename, so the bogon will be chosen
4310 # first if we set CC to just the basename; use the full file name.
4312 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4318 if test -n "$CC"; then
4319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4320 $as_echo "$CC" >&6; }
4322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4323 $as_echo "no" >&6; }
4328 if test -z "$CC"; then
4329 if test -n "$ac_tool_prefix"; then
4330 for ac_prog in cl.exe
4332 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4333 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4335 $as_echo_n "checking for $ac_word... " >&6; }
4336 if ${ac_cv_prog_CC+:} false; then :
4337 $as_echo_n "(cached) " >&6
4339 if test -n "$CC"; then
4340 ac_cv_prog_CC="$CC" # Let the user override the test.
4342 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4346 test -z "$as_dir" && as_dir=.
4347 for ac_exec_ext in '' $ac_executable_extensions; do
4348 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4349 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4350 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4360 if test -n "$CC"; then
4361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4362 $as_echo "$CC" >&6; }
4364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4365 $as_echo "no" >&6; }
4369 test -n "$CC" && break
4372 if test -z "$CC"; then
4374 for ac_prog in cl.exe
4376 # Extract the first word of "$ac_prog", so it can be a program name with args.
4377 set dummy $ac_prog; ac_word=$2
4378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4379 $as_echo_n "checking for $ac_word... " >&6; }
4380 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4381 $as_echo_n "(cached) " >&6
4383 if test -n "$ac_ct_CC"; then
4384 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4386 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4390 test -z "$as_dir" && as_dir=.
4391 for ac_exec_ext in '' $ac_executable_extensions; do
4392 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4393 ac_cv_prog_ac_ct_CC="$ac_prog"
4394 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4403 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4404 if test -n "$ac_ct_CC"; then
4405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4406 $as_echo "$ac_ct_CC" >&6; }
4408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4409 $as_echo "no" >&6; }
4413 test -n "$ac_ct_CC" && break
4416 if test "x$ac_ct_CC" = x; then
4419 case $cross_compiling:$ac_tool_warned in
4421 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4422 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4423 ac_tool_warned=yes ;;
4432 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4433 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4434 as_fn_error $? "no acceptable C compiler found in \$PATH
4435 See \`config.log' for more details" "$LINENO" 5; }
4437 # Provide some information about the compiler.
4438 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4441 for ac_option in --version -v -V -qversion; do
4442 { { ac_try="$ac_compiler $ac_option >&5"
4444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4445 *) ac_try_echo=$ac_try;;
4447 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4448 $as_echo "$ac_try_echo"; } >&5
4449 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4451 if test -s conftest.err; then
4453 ... rest of stderr output deleted ...
4454 10q' conftest.err >conftest.er1
4455 cat conftest.er1 >&5
4457 rm -f conftest.er1 conftest.err
4458 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4459 test $ac_status = 0; }
4462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4463 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4464 if ${ac_cv_c_compiler_gnu+:} false; then :
4465 $as_echo_n "(cached) " >&6
4467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4468 /* end confdefs.h. */
4481 if ac_fn_c_try_compile "$LINENO"; then :
4486 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4487 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4491 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4492 if test $ac_compiler_gnu = yes; then
4497 ac_test_CFLAGS=${CFLAGS+set}
4498 ac_save_CFLAGS=$CFLAGS
4499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4500 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4501 if ${ac_cv_prog_cc_g+:} false; then :
4502 $as_echo_n "(cached) " >&6
4504 ac_save_c_werror_flag=$ac_c_werror_flag
4505 ac_c_werror_flag=yes
4508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4509 /* end confdefs.h. */
4519 if ac_fn_c_try_compile "$LINENO"; then :
4523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4524 /* end confdefs.h. */
4534 if ac_fn_c_try_compile "$LINENO"; then :
4537 ac_c_werror_flag=$ac_save_c_werror_flag
4539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4540 /* end confdefs.h. */
4550 if ac_fn_c_try_compile "$LINENO"; then :
4553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4558 ac_c_werror_flag=$ac_save_c_werror_flag
4560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4561 $as_echo "$ac_cv_prog_cc_g" >&6; }
4562 if test "$ac_test_CFLAGS" = set; then
4563 CFLAGS=$ac_save_CFLAGS
4564 elif test $ac_cv_prog_cc_g = yes; then
4565 if test "$GCC" = yes; then
4571 if test "$GCC" = yes; then
4577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4578 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4579 if ${ac_cv_prog_cc_c89+:} false; then :
4580 $as_echo_n "(cached) " >&6
4582 ac_cv_prog_cc_c89=no
4584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4585 /* end confdefs.h. */
4589 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4590 struct buf { int x; };
4591 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4592 static char *e (p, i)
4598 static char *f (char * (*g) (char **, int), char **p, ...)
4603 s = g (p, va_arg (v,int));
4608 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4609 function prototypes and stuff, but not '\xHH' hex character constants.
4610 These don't provoke an error unfortunately, instead are silently treated
4611 as 'x'. The following induces an error, until -std is added to get
4612 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4613 array size at least. It's necessary to write '\x00'==0 to get something
4614 that's true only with -std. */
4615 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4617 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4618 inside strings and character constants. */
4620 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4622 int test (int i, double x);
4623 struct s1 {int (*f) (int a);};
4624 struct s2 {int (*f) (double a);};
4625 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4631 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4636 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4637 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4639 CC="$ac_save_CC $ac_arg"
4640 if ac_fn_c_try_compile "$LINENO"; then :
4641 ac_cv_prog_cc_c89=$ac_arg
4643 rm -f core conftest.err conftest.$ac_objext
4644 test "x$ac_cv_prog_cc_c89" != "xno" && break
4646 rm -f conftest.$ac_ext
4651 case "x$ac_cv_prog_cc_c89" in
4653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4654 $as_echo "none needed" >&6; } ;;
4656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4657 $as_echo "unsupported" >&6; } ;;
4659 CC="$CC $ac_cv_prog_cc_c89"
4660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4661 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4663 if test "x$ac_cv_prog_cc_c89" != xno; then :
4668 ac_cpp='$CPP $CPPFLAGS'
4669 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4670 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4671 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4674 ac_cpp='$CPP $CPPFLAGS'
4675 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4676 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4677 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4679 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4680 if ${am_cv_prog_cc_c_o+:} false; then :
4681 $as_echo_n "(cached) " >&6
4683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4684 /* end confdefs.h. */
4694 # Make sure it works both with $CC and with simple cc.
4695 # Following AC_PROG_CC_C_O, we do the test twice because some
4696 # compilers refuse to overwrite an existing .o file with -o,
4697 # though they will create one.
4698 am_cv_prog_cc_c_o=yes
4700 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4701 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4704 (exit $ac_status); } \
4705 && test -f conftest2.$ac_objext; then
4708 am_cv_prog_cc_c_o=no
4712 rm -f core conftest*
4715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4716 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4717 if test "$am_cv_prog_cc_c_o" != yes; then
4718 # Losing compiler, so override with the script.
4719 # FIXME: It is wrong to rewrite CC.
4720 # But if we don't then we get into trouble of one sort or another.
4721 # A longer-term fix would be to have automake use am__CC in this case,
4722 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4723 CC="$am_aux_dir/compile $CC"
4726 ac_cpp='$CPP $CPPFLAGS'
4727 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4728 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4729 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4733 ac_cpp='$CPP $CPPFLAGS'
4734 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4735 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4736 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4738 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4739 # On Suns, sometimes $CPP names a directory.
4740 if test -n "$CPP" && test -d "$CPP"; then
4743 if test -z "$CPP"; then
4744 if ${ac_cv_prog_CPP+:} false; then :
4745 $as_echo_n "(cached) " >&6
4747 # Double quotes because CPP needs to be expanded
4748 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4751 for ac_c_preproc_warn_flag in '' yes
4753 # Use a header file that comes with gcc, so configuring glibc
4754 # with a fresh cross-compiler works.
4755 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4756 # <limits.h> exists even on freestanding compilers.
4757 # On the NeXT, cc -E runs the code through the compiler's parser,
4758 # not just through cpp. "Syntax error" is here to catch this case.
4759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4760 /* end confdefs.h. */
4762 # include <limits.h>
4764 # include <assert.h>
4768 if ac_fn_c_try_cpp "$LINENO"; then :
4771 # Broken: fails on valid input.
4774 rm -f conftest.err conftest.i conftest.$ac_ext
4776 # OK, works on sane cases. Now check whether nonexistent headers
4777 # can be detected and how.
4778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4779 /* end confdefs.h. */
4780 #include <ac_nonexistent.h>
4782 if ac_fn_c_try_cpp "$LINENO"; then :
4783 # Broken: success on invalid input.
4786 # Passes both tests.
4790 rm -f conftest.err conftest.i conftest.$ac_ext
4793 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4794 rm -f conftest.i conftest.err conftest.$ac_ext
4795 if $ac_preproc_ok; then :
4807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4808 $as_echo "$CPP" >&6; }
4810 for ac_c_preproc_warn_flag in '' yes
4812 # Use a header file that comes with gcc, so configuring glibc
4813 # with a fresh cross-compiler works.
4814 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4815 # <limits.h> exists even on freestanding compilers.
4816 # On the NeXT, cc -E runs the code through the compiler's parser,
4817 # not just through cpp. "Syntax error" is here to catch this case.
4818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4819 /* end confdefs.h. */
4821 # include <limits.h>
4823 # include <assert.h>
4827 if ac_fn_c_try_cpp "$LINENO"; then :
4830 # Broken: fails on valid input.
4833 rm -f conftest.err conftest.i conftest.$ac_ext
4835 # OK, works on sane cases. Now check whether nonexistent headers
4836 # can be detected and how.
4837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4838 /* end confdefs.h. */
4839 #include <ac_nonexistent.h>
4841 if ac_fn_c_try_cpp "$LINENO"; then :
4842 # Broken: success on invalid input.
4845 # Passes both tests.
4849 rm -f conftest.err conftest.i conftest.$ac_ext
4852 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4853 rm -f conftest.i conftest.err conftest.$ac_ext
4854 if $ac_preproc_ok; then :
4857 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4858 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4859 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4860 See \`config.log' for more details" "$LINENO" 5; }
4864 ac_cpp='$CPP $CPPFLAGS'
4865 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4866 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4867 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4871 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4872 if ${ac_cv_path_GREP+:} false; then :
4873 $as_echo_n "(cached) " >&6
4875 if test -z "$GREP"; then
4876 ac_path_GREP_found=false
4877 # Loop through the user's path and test for each of PROGNAME-LIST
4878 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4879 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4882 test -z "$as_dir" && as_dir=.
4883 for ac_prog in grep ggrep; do
4884 for ac_exec_ext in '' $ac_executable_extensions; do
4885 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4886 as_fn_executable_p "$ac_path_GREP" || continue
4887 # Check for GNU ac_path_GREP and select it if it is found.
4888 # Check for GNU $ac_path_GREP
4889 case `"$ac_path_GREP" --version 2>&1` in
4891 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4894 $as_echo_n 0123456789 >"conftest.in"
4897 cat "conftest.in" "conftest.in" >"conftest.tmp"
4898 mv "conftest.tmp" "conftest.in"
4899 cp "conftest.in" "conftest.nl"
4900 $as_echo 'GREP' >> "conftest.nl"
4901 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4902 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4903 as_fn_arith $ac_count + 1 && ac_count=$as_val
4904 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4905 # Best one so far, save it but keep looking for a better one
4906 ac_cv_path_GREP="$ac_path_GREP"
4907 ac_path_GREP_max=$ac_count
4909 # 10*(2^10) chars as input seems more than enough
4910 test $ac_count -gt 10 && break
4912 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4915 $ac_path_GREP_found && break 3
4920 if test -z "$ac_cv_path_GREP"; then
4921 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4924 ac_cv_path_GREP=$GREP
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4929 $as_echo "$ac_cv_path_GREP" >&6; }
4930 GREP="$ac_cv_path_GREP"
4933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4934 $as_echo_n "checking for egrep... " >&6; }
4935 if ${ac_cv_path_EGREP+:} false; then :
4936 $as_echo_n "(cached) " >&6
4938 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4939 then ac_cv_path_EGREP="$GREP -E"
4941 if test -z "$EGREP"; then
4942 ac_path_EGREP_found=false
4943 # Loop through the user's path and test for each of PROGNAME-LIST
4944 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4945 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4948 test -z "$as_dir" && as_dir=.
4949 for ac_prog in egrep; do
4950 for ac_exec_ext in '' $ac_executable_extensions; do
4951 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4952 as_fn_executable_p "$ac_path_EGREP" || continue
4953 # Check for GNU ac_path_EGREP and select it if it is found.
4954 # Check for GNU $ac_path_EGREP
4955 case `"$ac_path_EGREP" --version 2>&1` in
4957 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4960 $as_echo_n 0123456789 >"conftest.in"
4963 cat "conftest.in" "conftest.in" >"conftest.tmp"
4964 mv "conftest.tmp" "conftest.in"
4965 cp "conftest.in" "conftest.nl"
4966 $as_echo 'EGREP' >> "conftest.nl"
4967 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4968 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4969 as_fn_arith $ac_count + 1 && ac_count=$as_val
4970 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4971 # Best one so far, save it but keep looking for a better one
4972 ac_cv_path_EGREP="$ac_path_EGREP"
4973 ac_path_EGREP_max=$ac_count
4975 # 10*(2^10) chars as input seems more than enough
4976 test $ac_count -gt 10 && break
4978 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4981 $ac_path_EGREP_found && break 3
4986 if test -z "$ac_cv_path_EGREP"; then
4987 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4990 ac_cv_path_EGREP=$EGREP
4995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4996 $as_echo "$ac_cv_path_EGREP" >&6; }
4997 EGREP="$ac_cv_path_EGREP"
5000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5001 $as_echo_n "checking for ANSI C header files... " >&6; }
5002 if ${ac_cv_header_stdc+:} false; then :
5003 $as_echo_n "(cached) " >&6
5005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5006 /* end confdefs.h. */
5020 if ac_fn_c_try_compile "$LINENO"; then :
5021 ac_cv_header_stdc=yes
5023 ac_cv_header_stdc=no
5025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5027 if test $ac_cv_header_stdc = yes; then
5028 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5029 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5030 /* end confdefs.h. */
5034 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5035 $EGREP "memchr" >/dev/null 2>&1; then :
5038 ac_cv_header_stdc=no
5044 if test $ac_cv_header_stdc = yes; then
5045 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5047 /* end confdefs.h. */
5051 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5052 $EGREP "free" >/dev/null 2>&1; then :
5055 ac_cv_header_stdc=no
5061 if test $ac_cv_header_stdc = yes; then
5062 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5063 if test "$cross_compiling" = yes; then :
5066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5067 /* end confdefs.h. */
5070 #if ((' ' & 0x0FF) == 0x020)
5071 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5072 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5074 # define ISLOWER(c) \
5075 (('a' <= (c) && (c) <= 'i') \
5076 || ('j' <= (c) && (c) <= 'r') \
5077 || ('s' <= (c) && (c) <= 'z'))
5078 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5081 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5086 for (i = 0; i < 256; i++)
5087 if (XOR (islower (i), ISLOWER (i))
5088 || toupper (i) != TOUPPER (i))
5093 if ac_fn_c_try_run "$LINENO"; then :
5096 ac_cv_header_stdc=no
5098 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5099 conftest.$ac_objext conftest.beam conftest.$ac_ext
5104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5105 $as_echo "$ac_cv_header_stdc" >&6; }
5106 if test $ac_cv_header_stdc = yes; then
5108 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5112 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5113 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5114 inttypes.h stdint.h unistd.h
5116 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5117 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5119 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5120 cat >>confdefs.h <<_ACEOF
5121 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5130 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5131 if test "x$ac_cv_header_minix_config_h" = xyes; then :
5138 if test "$MINIX" = yes; then
5140 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5143 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5146 $as_echo "#define _MINIX 1" >>confdefs.h
5151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5152 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5153 if ${ac_cv_safe_to_define___extensions__+:} false; then :
5154 $as_echo_n "(cached) " >&6
5156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5157 /* end confdefs.h. */
5159 # define __EXTENSIONS__ 1
5160 $ac_includes_default
5169 if ac_fn_c_try_compile "$LINENO"; then :
5170 ac_cv_safe_to_define___extensions__=yes
5172 ac_cv_safe_to_define___extensions__=no
5174 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5177 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5178 test $ac_cv_safe_to_define___extensions__ = yes &&
5179 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5181 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5183 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5185 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5187 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5193 if test -n "$ac_tool_prefix"; then
5194 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5195 set dummy ${ac_tool_prefix}ar; ac_word=$2
5196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5197 $as_echo_n "checking for $ac_word... " >&6; }
5198 if ${ac_cv_prog_AR+:} false; then :
5199 $as_echo_n "(cached) " >&6
5201 if test -n "$AR"; then
5202 ac_cv_prog_AR="$AR" # Let the user override the test.
5204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5208 test -z "$as_dir" && as_dir=.
5209 for ac_exec_ext in '' $ac_executable_extensions; do
5210 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5211 ac_cv_prog_AR="${ac_tool_prefix}ar"
5212 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5222 if test -n "$AR"; then
5223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5224 $as_echo "$AR" >&6; }
5226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5227 $as_echo "no" >&6; }
5232 if test -z "$ac_cv_prog_AR"; then
5234 # Extract the first word of "ar", so it can be a program name with args.
5235 set dummy ar; ac_word=$2
5236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5237 $as_echo_n "checking for $ac_word... " >&6; }
5238 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5239 $as_echo_n "(cached) " >&6
5241 if test -n "$ac_ct_AR"; then
5242 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5244 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5248 test -z "$as_dir" && as_dir=.
5249 for ac_exec_ext in '' $ac_executable_extensions; do
5250 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5251 ac_cv_prog_ac_ct_AR="ar"
5252 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5261 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5262 if test -n "$ac_ct_AR"; then
5263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5264 $as_echo "$ac_ct_AR" >&6; }
5266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5267 $as_echo "no" >&6; }
5270 if test "x$ac_ct_AR" = x; then
5273 case $cross_compiling:$ac_tool_warned in
5275 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5276 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5277 ac_tool_warned=yes ;;
5285 if test -n "$ac_tool_prefix"; then
5286 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5287 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5289 $as_echo_n "checking for $ac_word... " >&6; }
5290 if ${ac_cv_prog_RANLIB+:} false; then :
5291 $as_echo_n "(cached) " >&6
5293 if test -n "$RANLIB"; then
5294 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5296 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5300 test -z "$as_dir" && as_dir=.
5301 for ac_exec_ext in '' $ac_executable_extensions; do
5302 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5303 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5313 RANLIB=$ac_cv_prog_RANLIB
5314 if test -n "$RANLIB"; then
5315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5316 $as_echo "$RANLIB" >&6; }
5318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5319 $as_echo "no" >&6; }
5324 if test -z "$ac_cv_prog_RANLIB"; then
5325 ac_ct_RANLIB=$RANLIB
5326 # Extract the first word of "ranlib", so it can be a program name with args.
5327 set dummy ranlib; ac_word=$2
5328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5329 $as_echo_n "checking for $ac_word... " >&6; }
5330 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5331 $as_echo_n "(cached) " >&6
5333 if test -n "$ac_ct_RANLIB"; then
5334 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5336 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5340 test -z "$as_dir" && as_dir=.
5341 for ac_exec_ext in '' $ac_executable_extensions; do
5342 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5343 ac_cv_prog_ac_ct_RANLIB="ranlib"
5344 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5353 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5354 if test -n "$ac_ct_RANLIB"; then
5355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5356 $as_echo "$ac_ct_RANLIB" >&6; }
5358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5359 $as_echo "no" >&6; }
5362 if test "x$ac_ct_RANLIB" = x; then
5365 case $cross_compiling:$ac_tool_warned in
5367 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5368 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5369 ac_tool_warned=yes ;;
5371 RANLIB=$ac_ct_RANLIB
5374 RANLIB="$ac_cv_prog_RANLIB"
5378 # Check whether --enable-shared was given.
5379 if test "${enable_shared+set}" = set; then :
5380 enableval=$enable_shared; p=${PACKAGE-default}
5382 yes) enable_shared=yes ;;
5383 no) enable_shared=no ;;
5386 # Look at the argument we got. We use all the common list separators.
5387 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
5388 for pkg in $enableval; do
5390 if test "X$pkg" = "X$p"; then
5412 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5413 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5418 macro_version='2.2.7a'
5419 macro_revision='1.3134'
5433 ltmain="$ac_aux_dir/ltmain.sh"
5435 # Backslashify metacharacters that are still active within
5436 # double-quoted strings.
5437 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5439 # Same as above, but do not quote variable references.
5440 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5442 # Sed substitution to delay expansion of an escaped shell variable in a
5443 # double_quote_subst'ed string.
5444 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5446 # Sed substitution to delay expansion of an escaped single quote.
5447 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5449 # Sed substitution to avoid accidental globbing in evaled expressions
5450 no_glob_subst='s/\*/\\\*/g'
5452 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5453 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5454 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5457 $as_echo_n "checking how to print strings... " >&6; }
5458 # Test print first, because it will be a builtin if present.
5459 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5460 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5462 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5465 # Use this function as a fallback that always works.
5466 func_fallback_echo ()
5468 eval 'cat <<_LTECHO_EOF
5472 ECHO='func_fallback_echo'
5475 # func_echo_all arg...
5476 # Invoke $ECHO with all args, space-separated.
5483 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5484 $as_echo "printf" >&6; } ;;
5485 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5486 $as_echo "print -r" >&6; } ;;
5487 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5488 $as_echo "cat" >&6; } ;;
5504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5505 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5506 if ${ac_cv_path_SED+:} false; then :
5507 $as_echo_n "(cached) " >&6
5509 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5510 for ac_i in 1 2 3 4 5 6 7; do
5511 ac_script="$ac_script$as_nl$ac_script"
5513 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5514 { ac_script=; unset ac_script;}
5515 if test -z "$SED"; then
5516 ac_path_SED_found=false
5517 # Loop through the user's path and test for each of PROGNAME-LIST
5518 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5522 test -z "$as_dir" && as_dir=.
5523 for ac_prog in sed gsed; do
5524 for ac_exec_ext in '' $ac_executable_extensions; do
5525 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5526 as_fn_executable_p "$ac_path_SED" || continue
5527 # Check for GNU ac_path_SED and select it if it is found.
5528 # Check for GNU $ac_path_SED
5529 case `"$ac_path_SED" --version 2>&1` in
5531 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5534 $as_echo_n 0123456789 >"conftest.in"
5537 cat "conftest.in" "conftest.in" >"conftest.tmp"
5538 mv "conftest.tmp" "conftest.in"
5539 cp "conftest.in" "conftest.nl"
5540 $as_echo '' >> "conftest.nl"
5541 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5542 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5543 as_fn_arith $ac_count + 1 && ac_count=$as_val
5544 if test $ac_count -gt ${ac_path_SED_max-0}; then
5545 # Best one so far, save it but keep looking for a better one
5546 ac_cv_path_SED="$ac_path_SED"
5547 ac_path_SED_max=$ac_count
5549 # 10*(2^10) chars as input seems more than enough
5550 test $ac_count -gt 10 && break
5552 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5555 $ac_path_SED_found && break 3
5560 if test -z "$ac_cv_path_SED"; then
5561 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5569 $as_echo "$ac_cv_path_SED" >&6; }
5570 SED="$ac_cv_path_SED"
5573 test -z "$SED" && SED=sed
5574 Xsed="$SED -e 1s/^X//"
5586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5587 $as_echo_n "checking for fgrep... " >&6; }
5588 if ${ac_cv_path_FGREP+:} false; then :
5589 $as_echo_n "(cached) " >&6
5591 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5592 then ac_cv_path_FGREP="$GREP -F"
5594 if test -z "$FGREP"; then
5595 ac_path_FGREP_found=false
5596 # Loop through the user's path and test for each of PROGNAME-LIST
5597 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5598 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5601 test -z "$as_dir" && as_dir=.
5602 for ac_prog in fgrep; do
5603 for ac_exec_ext in '' $ac_executable_extensions; do
5604 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5605 as_fn_executable_p "$ac_path_FGREP" || continue
5606 # Check for GNU ac_path_FGREP and select it if it is found.
5607 # Check for GNU $ac_path_FGREP
5608 case `"$ac_path_FGREP" --version 2>&1` in
5610 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_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 'FGREP' >> "conftest.nl"
5620 "$ac_path_FGREP" FGREP < "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_FGREP_max-0}; then
5624 # Best one so far, save it but keep looking for a better one
5625 ac_cv_path_FGREP="$ac_path_FGREP"
5626 ac_path_FGREP_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_FGREP_found && break 3
5639 if test -z "$ac_cv_path_FGREP"; then
5640 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5643 ac_cv_path_FGREP=$FGREP
5648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5649 $as_echo "$ac_cv_path_FGREP" >&6; }
5650 FGREP="$ac_cv_path_FGREP"
5653 test -z "$GREP" && GREP=grep
5673 # Check whether --with-gnu-ld was given.
5674 if test "${with_gnu_ld+set}" = set; then :
5675 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5681 if test "$GCC" = yes; then
5682 # Check if gcc -print-prog-name=ld gives a path.
5683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5684 $as_echo_n "checking for ld used by $CC... " >&6; }
5687 # gcc leaves a trailing carriage return which upsets mingw
5688 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5690 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5693 # Accept absolute paths.
5695 re_direlt='/[^/][^/]*/\.\./'
5696 # Canonicalize the pathname of ld
5697 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5698 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5699 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5701 test -z "$LD" && LD="$ac_prog"
5704 # If it fails, then pretend we aren't using GCC.
5708 # If it is relative, then search for the first ld in PATH.
5712 elif test "$with_gnu_ld" = yes; then
5713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5714 $as_echo_n "checking for GNU ld... " >&6; }
5716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5717 $as_echo_n "checking for non-GNU ld... " >&6; }
5719 if ${lt_cv_path_LD+:} false; then :
5720 $as_echo_n "(cached) " >&6
5722 if test -z "$LD"; then
5723 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5724 for ac_dir in $PATH; do
5726 test -z "$ac_dir" && ac_dir=.
5727 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5728 lt_cv_path_LD="$ac_dir/$ac_prog"
5729 # Check to see if the program is GNU ld. I'd rather use --version,
5730 # but apparently some variants of GNU ld only accept -v.
5731 # Break only if it was the GNU/non-GNU ld that we prefer.
5732 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5733 *GNU* | *'with BFD'*)
5734 test "$with_gnu_ld" != no && break
5737 test "$with_gnu_ld" != yes && break
5744 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5749 if test -n "$LD"; then
5750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5751 $as_echo "$LD" >&6; }
5753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5754 $as_echo "no" >&6; }
5756 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5758 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5759 if ${lt_cv_prog_gnu_ld+:} false; then :
5760 $as_echo_n "(cached) " >&6
5762 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5763 case `$LD -v 2>&1 </dev/null` in
5764 *GNU* | *'with BFD'*)
5765 lt_cv_prog_gnu_ld=yes
5768 lt_cv_prog_gnu_ld=no
5772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5773 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5774 with_gnu_ld=$lt_cv_prog_gnu_ld
5784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5785 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5786 if ${lt_cv_path_NM+:} false; then :
5787 $as_echo_n "(cached) " >&6
5789 if test -n "$NM"; then
5790 # Let the user override the test.
5793 lt_nm_to_check="${ac_tool_prefix}nm"
5794 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5795 lt_nm_to_check="$lt_nm_to_check nm"
5797 for lt_tmp_nm in $lt_nm_to_check; do
5798 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5799 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5801 test -z "$ac_dir" && ac_dir=.
5802 tmp_nm="$ac_dir/$lt_tmp_nm"
5803 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5804 # Check to see if the nm accepts a BSD-compat flag.
5805 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5806 # nm: unknown option "B" ignored
5807 # Tru64's nm complains that /dev/null is an invalid object file
5808 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5809 */dev/null* | *'Invalid file or object type'*)
5810 lt_cv_path_NM="$tmp_nm -B"
5814 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5816 lt_cv_path_NM="$tmp_nm -p"
5820 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5821 continue # so that we can try to find one that supports BSD flags
5830 : ${lt_cv_path_NM=no}
5833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5834 $as_echo "$lt_cv_path_NM" >&6; }
5835 if test "$lt_cv_path_NM" != "no"; then
5838 # Didn't find any BSD compatible name lister, look for dumpbin.
5839 if test -n "$DUMPBIN"; then :
5840 # Let the user override the test.
5842 if test -n "$ac_tool_prefix"; then
5843 for ac_prog in dumpbin "link -dump"
5845 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5846 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5848 $as_echo_n "checking for $ac_word... " >&6; }
5849 if ${ac_cv_prog_DUMPBIN+:} false; then :
5850 $as_echo_n "(cached) " >&6
5852 if test -n "$DUMPBIN"; then
5853 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5855 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5859 test -z "$as_dir" && as_dir=.
5860 for ac_exec_ext in '' $ac_executable_extensions; do
5861 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5862 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5872 DUMPBIN=$ac_cv_prog_DUMPBIN
5873 if test -n "$DUMPBIN"; then
5874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5875 $as_echo "$DUMPBIN" >&6; }
5877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5878 $as_echo "no" >&6; }
5882 test -n "$DUMPBIN" && break
5885 if test -z "$DUMPBIN"; then
5886 ac_ct_DUMPBIN=$DUMPBIN
5887 for ac_prog in dumpbin "link -dump"
5889 # Extract the first word of "$ac_prog", so it can be a program name with args.
5890 set dummy $ac_prog; ac_word=$2
5891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5892 $as_echo_n "checking for $ac_word... " >&6; }
5893 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5894 $as_echo_n "(cached) " >&6
5896 if test -n "$ac_ct_DUMPBIN"; then
5897 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5899 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5903 test -z "$as_dir" && as_dir=.
5904 for ac_exec_ext in '' $ac_executable_extensions; do
5905 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5906 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5907 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5916 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5917 if test -n "$ac_ct_DUMPBIN"; then
5918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5919 $as_echo "$ac_ct_DUMPBIN" >&6; }
5921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5922 $as_echo "no" >&6; }
5926 test -n "$ac_ct_DUMPBIN" && break
5929 if test "x$ac_ct_DUMPBIN" = x; then
5932 case $cross_compiling:$ac_tool_warned in
5934 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5935 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5936 ac_tool_warned=yes ;;
5938 DUMPBIN=$ac_ct_DUMPBIN
5942 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5944 DUMPBIN="$DUMPBIN -symbols"
5952 if test "$DUMPBIN" != ":"; then
5956 test -z "$NM" && NM=nm
5963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5964 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5965 if ${lt_cv_nm_interface+:} false; then :
5966 $as_echo_n "(cached) " >&6
5968 lt_cv_nm_interface="BSD nm"
5969 echo "int some_variable = 0;" > conftest.$ac_ext
5970 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5971 (eval "$ac_compile" 2>conftest.err)
5972 cat conftest.err >&5
5973 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5974 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5975 cat conftest.err >&5
5976 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5977 cat conftest.out >&5
5978 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5979 lt_cv_nm_interface="MS dumpbin"
5983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5984 $as_echo "$lt_cv_nm_interface" >&6; }
5986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5987 $as_echo_n "checking whether ln -s works... " >&6; }
5989 if test "$LN_S" = "ln -s"; then
5990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5991 $as_echo "yes" >&6; }
5993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5994 $as_echo "no, using $LN_S" >&6; }
5997 # find the maximum length of command line arguments
5998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5999 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6000 if ${lt_cv_sys_max_cmd_len+:} false; then :
6001 $as_echo_n "(cached) " >&6
6008 # On DJGPP, this test can blow up pretty badly due to problems in libc
6009 # (any single argument exceeding 2000 bytes causes a buffer overrun
6010 # during glob expansion). Even if it were fixed, the result of this
6011 # check would be larger than it should be.
6012 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6016 # Under GNU Hurd, this test is not required because there is
6017 # no limit to the length of command line arguments.
6018 # Libtool will interpret -1 as no limit whatsoever
6019 lt_cv_sys_max_cmd_len=-1;
6022 cygwin* | mingw* | cegcc*)
6023 # On Win9x/ME, this test blows up -- it succeeds, but takes
6024 # about 5 minutes as the teststring grows exponentially.
6025 # Worse, since 9x/ME are not pre-emptively multitasking,
6026 # you end up with a "frozen" computer, even though with patience
6027 # the test eventually succeeds (with a max line length of 256k).
6028 # Instead, let's just punt: use the minimum linelength reported by
6029 # all of the supported platforms: 8192 (on NT/2K/XP).
6030 lt_cv_sys_max_cmd_len=8192;
6034 # On MiNT this can take a long time and run out of memory.
6035 lt_cv_sys_max_cmd_len=8192;
6039 # On AmigaOS with pdksh, this test takes hours, literally.
6040 # So we just punt and use a minimum line length of 8192.
6041 lt_cv_sys_max_cmd_len=8192;
6044 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6045 # This has been around since 386BSD, at least. Likely further.
6046 if test -x /sbin/sysctl; then
6047 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6048 elif test -x /usr/sbin/sysctl; then
6049 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6051 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6053 # And add a safety zone
6054 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6055 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6059 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6060 lt_cv_sys_max_cmd_len=196608
6064 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6065 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6066 # nice to cause kernel panics so lets avoid the loop below.
6067 # First set a reasonable default.
6068 lt_cv_sys_max_cmd_len=16384
6070 if test -x /sbin/sysconfig; then
6071 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6072 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6077 lt_cv_sys_max_cmd_len=102400
6079 sysv5* | sco5v6* | sysv4.2uw2*)
6080 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6081 if test -n "$kargmax"; then
6082 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6084 lt_cv_sys_max_cmd_len=32768
6088 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6089 if test -n "$lt_cv_sys_max_cmd_len"; then
6090 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6091 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6093 # Make teststring a little bigger before we do anything with it.
6094 # a 1K string should be a reasonable start.
6095 for i in 1 2 3 4 5 6 7 8 ; do
6096 teststring=$teststring$teststring
6098 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6099 # If test is not a shell built-in, we'll probably end up computing a
6100 # maximum length that is only half of the actual maximum length, but
6102 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6103 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6104 test $i != 17 # 1/2 MB should be enough
6107 teststring=$teststring$teststring
6109 # Only check the string length outside the loop.
6110 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6112 # Add a significant safety factor because C++ compilers can tack on
6113 # massive amounts of additional arguments before passing them to the
6114 # linker. It appears as though 1/2 is a usable value.
6115 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6122 if test -n $lt_cv_sys_max_cmd_len ; then
6123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6124 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6127 $as_echo "none" >&6; }
6129 max_cmd_len=$lt_cv_sys_max_cmd_len
6140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6141 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6142 # Try some XSI features
6145 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6147 && eval 'test $(( 1 + 1 )) -eq 2 \
6148 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6151 $as_echo "$xsi_shell" >&6; }
6154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6155 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6157 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6159 && lt_shell_append=yes
6160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6161 $as_echo "$lt_shell_append" >&6; }
6164 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6174 # test EBCDIC or ASCII
6175 case `echo X|tr X '\101'` in
6176 A) # ASCII based system
6177 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6178 lt_SP2NL='tr \040 \012'
6179 lt_NL2SP='tr \015\012 \040\040'
6181 *) # EBCDIC based system
6182 lt_SP2NL='tr \100 \n'
6183 lt_NL2SP='tr \r\n \100\100'
6195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6196 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6197 if ${lt_cv_ld_reload_flag+:} false; then :
6198 $as_echo_n "(cached) " >&6
6200 lt_cv_ld_reload_flag='-r'
6202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6203 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6204 reload_flag=$lt_cv_ld_reload_flag
6205 case $reload_flag in
6207 *) reload_flag=" $reload_flag" ;;
6209 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6212 if test "$GCC" = yes; then
6213 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6215 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6228 if test -n "$ac_tool_prefix"; then
6229 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6230 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6232 $as_echo_n "checking for $ac_word... " >&6; }
6233 if ${ac_cv_prog_OBJDUMP+:} false; then :
6234 $as_echo_n "(cached) " >&6
6236 if test -n "$OBJDUMP"; then
6237 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6239 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6243 test -z "$as_dir" && as_dir=.
6244 for ac_exec_ext in '' $ac_executable_extensions; do
6245 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6246 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6247 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6256 OBJDUMP=$ac_cv_prog_OBJDUMP
6257 if test -n "$OBJDUMP"; then
6258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6259 $as_echo "$OBJDUMP" >&6; }
6261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6262 $as_echo "no" >&6; }
6267 if test -z "$ac_cv_prog_OBJDUMP"; then
6268 ac_ct_OBJDUMP=$OBJDUMP
6269 # Extract the first word of "objdump", so it can be a program name with args.
6270 set dummy objdump; ac_word=$2
6271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6272 $as_echo_n "checking for $ac_word... " >&6; }
6273 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6274 $as_echo_n "(cached) " >&6
6276 if test -n "$ac_ct_OBJDUMP"; then
6277 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6279 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6283 test -z "$as_dir" && as_dir=.
6284 for ac_exec_ext in '' $ac_executable_extensions; do
6285 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6286 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6287 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6296 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6297 if test -n "$ac_ct_OBJDUMP"; then
6298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6299 $as_echo "$ac_ct_OBJDUMP" >&6; }
6301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6302 $as_echo "no" >&6; }
6305 if test "x$ac_ct_OBJDUMP" = x; then
6308 case $cross_compiling:$ac_tool_warned in
6310 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6311 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6312 ac_tool_warned=yes ;;
6314 OBJDUMP=$ac_ct_OBJDUMP
6317 OBJDUMP="$ac_cv_prog_OBJDUMP"
6320 test -z "$OBJDUMP" && OBJDUMP=objdump
6330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6331 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6332 if ${lt_cv_deplibs_check_method+:} false; then :
6333 $as_echo_n "(cached) " >&6
6335 lt_cv_file_magic_cmd='$MAGIC_CMD'
6336 lt_cv_file_magic_test_file=
6337 lt_cv_deplibs_check_method='unknown'
6338 # Need to set the preceding variable on all platforms that support
6339 # interlibrary dependencies.
6340 # 'none' -- dependencies not supported.
6341 # `unknown' -- same as none, but documents that we really don't know.
6342 # 'pass_all' -- all dependencies passed with no checks.
6343 # 'test_compile' -- check by making test program.
6344 # 'file_magic [[regex]]' -- check by looking for files in library path
6345 # which responds to the $file_magic_cmd with a given extended regex.
6346 # If you have `file' or equivalent on your system and you're not sure
6347 # whether `pass_all' will *always* work, you probably want this one.
6351 lt_cv_deplibs_check_method=pass_all
6355 lt_cv_deplibs_check_method=pass_all
6359 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6360 lt_cv_file_magic_cmd='/usr/bin/file -L'
6361 lt_cv_file_magic_test_file=/shlib/libc.so
6365 # func_win32_libid is a shell function defined in ltmain.sh
6366 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6367 lt_cv_file_magic_cmd='func_win32_libid'
6371 # Base MSYS/MinGW do not provide the 'file' command needed by
6372 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6373 # unless we find 'file', for example because we are cross-compiling.
6374 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6375 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6376 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6377 lt_cv_file_magic_cmd='func_win32_libid'
6379 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6380 lt_cv_file_magic_cmd='$OBJDUMP -f'
6385 # use the weaker test based on 'objdump'. See mingw*.
6386 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6387 lt_cv_file_magic_cmd='$OBJDUMP -f'
6390 darwin* | rhapsody*)
6391 lt_cv_deplibs_check_method=pass_all
6394 freebsd* | dragonfly*)
6395 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6398 # Not sure whether the presence of OpenBSD here was a mistake.
6399 # Let's accept both of them until this is cleared up.
6400 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6401 lt_cv_file_magic_cmd=/usr/bin/file
6402 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6406 lt_cv_deplibs_check_method=pass_all
6411 lt_cv_deplibs_check_method=pass_all
6415 lt_cv_deplibs_check_method=pass_all
6418 hpux10.20* | hpux11*)
6419 lt_cv_file_magic_cmd=/usr/bin/file
6422 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6423 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6426 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]'
6427 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6430 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6431 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6437 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6438 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6441 irix5* | irix6* | nonstopux*)
6443 *-32|*"-32 ") libmagic=32-bit;;
6444 *-n32|*"-n32 ") libmagic=N32;;
6445 *-64|*"-64 ") libmagic=64-bit;;
6446 *) libmagic=never-match;;
6448 lt_cv_deplibs_check_method=pass_all
6451 # This must be Linux ELF.
6452 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6453 lt_cv_deplibs_check_method=pass_all
6457 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6458 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6460 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6465 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6466 lt_cv_file_magic_cmd=/usr/bin/file
6467 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6471 lt_cv_deplibs_check_method=pass_all
6475 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6476 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6478 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6482 osf3* | osf4* | osf5*)
6483 lt_cv_deplibs_check_method=pass_all
6487 lt_cv_deplibs_check_method=pass_all
6491 lt_cv_deplibs_check_method=pass_all
6494 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6495 lt_cv_deplibs_check_method=pass_all
6499 case $host_vendor in
6501 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]'
6502 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6505 lt_cv_deplibs_check_method=pass_all
6508 lt_cv_file_magic_cmd='/bin/file'
6509 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6512 lt_cv_file_magic_cmd='/bin/file'
6513 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6514 lt_cv_file_magic_test_file=/lib/libc.so
6517 lt_cv_deplibs_check_method=pass_all
6520 lt_cv_deplibs_check_method=pass_all
6526 lt_cv_deplibs_check_method=pass_all
6531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6532 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6533 file_magic_cmd=$lt_cv_file_magic_cmd
6534 deplibs_check_method=$lt_cv_deplibs_check_method
6535 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6548 if test -n "$ac_tool_prefix"; then
6549 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6550 set dummy ${ac_tool_prefix}ar; ac_word=$2
6551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6552 $as_echo_n "checking for $ac_word... " >&6; }
6553 if ${ac_cv_prog_AR+:} false; then :
6554 $as_echo_n "(cached) " >&6
6556 if test -n "$AR"; then
6557 ac_cv_prog_AR="$AR" # Let the user override the test.
6559 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6563 test -z "$as_dir" && as_dir=.
6564 for ac_exec_ext in '' $ac_executable_extensions; do
6565 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6566 ac_cv_prog_AR="${ac_tool_prefix}ar"
6567 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6577 if test -n "$AR"; then
6578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6579 $as_echo "$AR" >&6; }
6581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6582 $as_echo "no" >&6; }
6587 if test -z "$ac_cv_prog_AR"; then
6589 # Extract the first word of "ar", so it can be a program name with args.
6590 set dummy ar; ac_word=$2
6591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6592 $as_echo_n "checking for $ac_word... " >&6; }
6593 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6594 $as_echo_n "(cached) " >&6
6596 if test -n "$ac_ct_AR"; then
6597 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6603 test -z "$as_dir" && as_dir=.
6604 for ac_exec_ext in '' $ac_executable_extensions; do
6605 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6606 ac_cv_prog_ac_ct_AR="ar"
6607 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6616 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6617 if test -n "$ac_ct_AR"; then
6618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6619 $as_echo "$ac_ct_AR" >&6; }
6621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6622 $as_echo "no" >&6; }
6625 if test "x$ac_ct_AR" = x; then
6628 case $cross_compiling:$ac_tool_warned in
6630 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6631 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6632 ac_tool_warned=yes ;;
6640 test -z "$AR" && AR=ar
6641 test -z "$AR_FLAGS" && AR_FLAGS=cru
6653 if test -n "$ac_tool_prefix"; then
6654 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6655 set dummy ${ac_tool_prefix}strip; ac_word=$2
6656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6657 $as_echo_n "checking for $ac_word... " >&6; }
6658 if ${ac_cv_prog_STRIP+:} false; then :
6659 $as_echo_n "(cached) " >&6
6661 if test -n "$STRIP"; then
6662 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6664 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6668 test -z "$as_dir" && as_dir=.
6669 for ac_exec_ext in '' $ac_executable_extensions; do
6670 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6671 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6672 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6681 STRIP=$ac_cv_prog_STRIP
6682 if test -n "$STRIP"; then
6683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6684 $as_echo "$STRIP" >&6; }
6686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6687 $as_echo "no" >&6; }
6692 if test -z "$ac_cv_prog_STRIP"; then
6694 # Extract the first word of "strip", so it can be a program name with args.
6695 set dummy strip; ac_word=$2
6696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6697 $as_echo_n "checking for $ac_word... " >&6; }
6698 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6699 $as_echo_n "(cached) " >&6
6701 if test -n "$ac_ct_STRIP"; then
6702 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6704 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6708 test -z "$as_dir" && as_dir=.
6709 for ac_exec_ext in '' $ac_executable_extensions; do
6710 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6711 ac_cv_prog_ac_ct_STRIP="strip"
6712 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6721 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6722 if test -n "$ac_ct_STRIP"; then
6723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6724 $as_echo "$ac_ct_STRIP" >&6; }
6726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6727 $as_echo "no" >&6; }
6730 if test "x$ac_ct_STRIP" = x; then
6733 case $cross_compiling:$ac_tool_warned in
6735 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6736 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6737 ac_tool_warned=yes ;;
6742 STRIP="$ac_cv_prog_STRIP"
6745 test -z "$STRIP" && STRIP=:
6752 if test -n "$ac_tool_prefix"; then
6753 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6754 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6756 $as_echo_n "checking for $ac_word... " >&6; }
6757 if ${ac_cv_prog_RANLIB+:} false; then :
6758 $as_echo_n "(cached) " >&6
6760 if test -n "$RANLIB"; then
6761 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6767 test -z "$as_dir" && as_dir=.
6768 for ac_exec_ext in '' $ac_executable_extensions; do
6769 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6770 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6780 RANLIB=$ac_cv_prog_RANLIB
6781 if test -n "$RANLIB"; then
6782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6783 $as_echo "$RANLIB" >&6; }
6785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6786 $as_echo "no" >&6; }
6791 if test -z "$ac_cv_prog_RANLIB"; then
6792 ac_ct_RANLIB=$RANLIB
6793 # Extract the first word of "ranlib", so it can be a program name with args.
6794 set dummy ranlib; ac_word=$2
6795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6796 $as_echo_n "checking for $ac_word... " >&6; }
6797 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6798 $as_echo_n "(cached) " >&6
6800 if test -n "$ac_ct_RANLIB"; then
6801 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6803 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6807 test -z "$as_dir" && as_dir=.
6808 for ac_exec_ext in '' $ac_executable_extensions; do
6809 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6810 ac_cv_prog_ac_ct_RANLIB="ranlib"
6811 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6820 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6821 if test -n "$ac_ct_RANLIB"; then
6822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6823 $as_echo "$ac_ct_RANLIB" >&6; }
6825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6826 $as_echo "no" >&6; }
6829 if test "x$ac_ct_RANLIB" = x; then
6832 case $cross_compiling:$ac_tool_warned in
6834 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6835 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6836 ac_tool_warned=yes ;;
6838 RANLIB=$ac_ct_RANLIB
6841 RANLIB="$ac_cv_prog_RANLIB"
6844 test -z "$RANLIB" && RANLIB=:
6851 # Determine commands to create old-style static archives.
6852 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6853 old_postinstall_cmds='chmod 644 $oldlib'
6854 old_postuninstall_cmds=
6856 if test -n "$RANLIB"; then
6859 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6862 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6865 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6870 lock_old_archive_extraction=yes ;;
6872 lock_old_archive_extraction=no ;;
6913 # If no C compiler was specified, use CC.
6916 # If no C compiler flags were specified, use CFLAGS.
6917 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6919 # Allow CC to be a program name with arguments.
6923 # Check for command to grab the raw symbol name followed by C symbol from nm.
6924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6925 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6926 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6927 $as_echo_n "(cached) " >&6
6930 # These are sane defaults that work on at least a few old systems.
6931 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6933 # Character class describing NM global symbol codes.
6934 symcode='[BCDEGRST]'
6936 # Regexp to match symbols that can be accessed directly from C.
6937 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6939 # Define system-specific variables.
6944 cygwin* | mingw* | pw32* | cegcc*)
6945 symcode='[ABCDGISTW]'
6948 if test "$host_cpu" = ia64; then
6949 symcode='[ABCDEGRST]'
6953 symcode='[BCDEGRST]'
6956 symcode='[BCDEGQRST]'
6967 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6975 # If we're using GNU nm, then use its standard symbol codes.
6976 case `$NM -V 2>&1` in
6977 *GNU* | *'with BFD'*)
6978 symcode='[ABCDGIRSTW]' ;;
6981 # Transform an extracted symbol line into a proper C declaration.
6982 # Some systems (esp. on ia64) link data and code symbols differently,
6983 # so use this general approach.
6984 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6986 # Transform an extracted symbol line into symbol name and symbol address
6987 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6988 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'"
6990 # Handle CRLF in mingw tool chain
6994 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6998 # Try without a prefix underscore, then with it.
6999 for ac_symprfx in "" "_"; do
7001 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7002 symxfrm="\\1 $ac_symprfx\\2 \\2"
7004 # Write the raw and C identifiers.
7005 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7006 # Fake it for dumpbin and say T for any non-static function
7007 # and D for any global variable.
7008 # Also find C++ and __fastcall symbols from MSVC++,
7009 # which start with @ or ?.
7010 lt_cv_sys_global_symbol_pipe="$AWK '"\
7011 " {last_section=section; section=\$ 3};"\
7012 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7013 " \$ 0!~/External *\|/{next};"\
7014 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7015 " {if(hide[section]) next};"\
7016 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7017 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7018 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7019 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7020 " ' prfx=^$ac_symprfx"
7022 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7025 # Check to see that the pipe works correctly.
7029 cat > conftest.$ac_ext <<_LT_EOF
7034 void nm_test_func(void);
7035 void nm_test_func(void){}
7039 int main(){nm_test_var='a';nm_test_func();return(0);}
7042 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7043 (eval $ac_compile) 2>&5
7045 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7046 test $ac_status = 0; }; then
7047 # Now try to grab the symbols.
7049 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7050 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7052 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7053 test $ac_status = 0; } && test -s "$nlist"; then
7054 # Try sorting and uniquifying the output.
7055 if sort "$nlist" | uniq > "$nlist"T; then
7056 mv -f "$nlist"T "$nlist"
7061 # Make sure that we snagged all the symbols we need.
7062 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7063 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7064 cat <<_LT_EOF > conftest.$ac_ext
7070 # Now generate the symbol file.
7071 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7073 cat <<_LT_EOF >> conftest.$ac_ext
7075 /* The mapping between symbol names and symbols. */
7080 lt__PROGRAM__LTX_preloaded_symbols[] =
7082 { "@PROGRAM@", (void *) 0 },
7084 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7085 cat <<\_LT_EOF >> conftest.$ac_ext
7089 /* This works around a problem in FreeBSD linker */
7090 #ifdef FREEBSD_WORKAROUND
7091 static const void *lt_preloaded_setup() {
7092 return lt__PROGRAM__LTX_preloaded_symbols;
7100 # Now try linking the two files.
7101 mv conftest.$ac_objext conftstm.$ac_objext
7102 lt_save_LIBS="$LIBS"
7103 lt_save_CFLAGS="$CFLAGS"
7104 LIBS="conftstm.$ac_objext"
7105 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7106 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7107 (eval $ac_link) 2>&5
7109 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7110 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7113 LIBS="$lt_save_LIBS"
7114 CFLAGS="$lt_save_CFLAGS"
7116 echo "cannot find nm_test_func in $nlist" >&5
7119 echo "cannot find nm_test_var in $nlist" >&5
7122 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7125 echo "$progname: failed program was:" >&5
7126 cat conftest.$ac_ext >&5
7128 rm -rf conftest* conftst*
7130 # Do not use the global_symbol_pipe unless it works.
7131 if test "$pipe_works" = yes; then
7134 lt_cv_sys_global_symbol_pipe=
7140 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7141 lt_cv_sys_global_symbol_to_cdecl=
7143 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7145 $as_echo "failed" >&6; }
7147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7148 $as_echo "ok" >&6; }
7172 # Check whether --enable-libtool-lock was given.
7173 if test "${enable_libtool_lock+set}" = set; then :
7174 enableval=$enable_libtool_lock;
7177 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7179 # Some flags need to be propagated to the compiler or linker for good
7183 # Find out which ABI we are using.
7184 echo 'int i;' > conftest.$ac_ext
7185 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7186 (eval $ac_compile) 2>&5
7188 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7189 test $ac_status = 0; }; then
7190 case `/usr/bin/file conftest.$ac_objext` in
7202 # Find out which ABI we are using.
7203 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7204 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7205 (eval $ac_compile) 2>&5
7207 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7208 test $ac_status = 0; }; then
7209 if test "$lt_cv_prog_gnu_ld" = yes; then
7210 case `/usr/bin/file conftest.$ac_objext` in
7212 LD="${LD-ld} -melf32bsmip"
7215 LD="${LD-ld} -melf32bmipn32"
7218 LD="${LD-ld} -melf64bmip"
7222 case `/usr/bin/file conftest.$ac_objext` in
7238 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7239 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7240 # Find out which ABI we are using.
7241 echo 'int i;' > conftest.$ac_ext
7242 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7243 (eval $ac_compile) 2>&5
7245 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7246 test $ac_status = 0; }; then
7247 case `/usr/bin/file conftest.o` in
7250 x86_64-*kfreebsd*-gnu)
7251 LD="${LD-ld} -m elf_i386_fbsd"
7254 case `/usr/bin/file conftest.o` in
7256 LD="${LD-ld} -m elf32_x86_64"
7259 LD="${LD-ld} -m elf_i386"
7263 powerpc64le-*linux*)
7264 LD="${LD-ld} -m elf32lppclinux"
7267 LD="${LD-ld} -m elf32ppclinux"
7270 LD="${LD-ld} -m elf_s390"
7273 LD="${LD-ld} -m elf32_sparc"
7279 x86_64-*kfreebsd*-gnu)
7280 LD="${LD-ld} -m elf_x86_64_fbsd"
7283 LD="${LD-ld} -m elf_x86_64"
7286 LD="${LD-ld} -m elf64lppc"
7289 LD="${LD-ld} -m elf64ppc"
7291 s390*-*linux*|s390*-*tpf*)
7292 LD="${LD-ld} -m elf64_s390"
7295 LD="${LD-ld} -m elf64_sparc"
7305 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7306 SAVE_CFLAGS="$CFLAGS"
7307 CFLAGS="$CFLAGS -belf"
7308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7309 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7310 if ${lt_cv_cc_needs_belf+:} false; then :
7311 $as_echo_n "(cached) " >&6
7314 ac_cpp='$CPP $CPPFLAGS'
7315 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7316 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7317 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7320 /* end confdefs.h. */
7330 if ac_fn_c_try_link "$LINENO"; then :
7331 lt_cv_cc_needs_belf=yes
7333 lt_cv_cc_needs_belf=no
7335 rm -f core conftest.err conftest.$ac_objext \
7336 conftest$ac_exeext conftest.$ac_ext
7338 ac_cpp='$CPP $CPPFLAGS'
7339 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7340 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7341 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7345 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7346 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7347 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7348 CFLAGS="$SAVE_CFLAGS"
7352 # Find out which ABI we are using.
7353 echo 'int i;' > conftest.$ac_ext
7354 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7355 (eval $ac_compile) 2>&5
7357 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7358 test $ac_status = 0; }; then
7359 case `/usr/bin/file conftest.o` in
7361 case $lt_cv_prog_gnu_ld in
7362 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7364 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7376 need_locks="$enable_libtool_lock"
7380 rhapsody* | darwin*)
7381 if test -n "$ac_tool_prefix"; then
7382 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7383 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7385 $as_echo_n "checking for $ac_word... " >&6; }
7386 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7387 $as_echo_n "(cached) " >&6
7389 if test -n "$DSYMUTIL"; then
7390 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7392 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7396 test -z "$as_dir" && as_dir=.
7397 for ac_exec_ext in '' $ac_executable_extensions; do
7398 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7399 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7400 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7409 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7410 if test -n "$DSYMUTIL"; then
7411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7412 $as_echo "$DSYMUTIL" >&6; }
7414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7415 $as_echo "no" >&6; }
7420 if test -z "$ac_cv_prog_DSYMUTIL"; then
7421 ac_ct_DSYMUTIL=$DSYMUTIL
7422 # Extract the first word of "dsymutil", so it can be a program name with args.
7423 set dummy dsymutil; ac_word=$2
7424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7425 $as_echo_n "checking for $ac_word... " >&6; }
7426 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7427 $as_echo_n "(cached) " >&6
7429 if test -n "$ac_ct_DSYMUTIL"; then
7430 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7436 test -z "$as_dir" && as_dir=.
7437 for ac_exec_ext in '' $ac_executable_extensions; do
7438 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7439 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7440 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7449 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7450 if test -n "$ac_ct_DSYMUTIL"; then
7451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7452 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7455 $as_echo "no" >&6; }
7458 if test "x$ac_ct_DSYMUTIL" = x; then
7461 case $cross_compiling:$ac_tool_warned in
7463 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7464 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7465 ac_tool_warned=yes ;;
7467 DSYMUTIL=$ac_ct_DSYMUTIL
7470 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7473 if test -n "$ac_tool_prefix"; then
7474 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7475 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7477 $as_echo_n "checking for $ac_word... " >&6; }
7478 if ${ac_cv_prog_NMEDIT+:} false; then :
7479 $as_echo_n "(cached) " >&6
7481 if test -n "$NMEDIT"; then
7482 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7484 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7488 test -z "$as_dir" && as_dir=.
7489 for ac_exec_ext in '' $ac_executable_extensions; do
7490 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7491 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7492 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7501 NMEDIT=$ac_cv_prog_NMEDIT
7502 if test -n "$NMEDIT"; then
7503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7504 $as_echo "$NMEDIT" >&6; }
7506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7507 $as_echo "no" >&6; }
7512 if test -z "$ac_cv_prog_NMEDIT"; then
7513 ac_ct_NMEDIT=$NMEDIT
7514 # Extract the first word of "nmedit", so it can be a program name with args.
7515 set dummy nmedit; ac_word=$2
7516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7517 $as_echo_n "checking for $ac_word... " >&6; }
7518 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7519 $as_echo_n "(cached) " >&6
7521 if test -n "$ac_ct_NMEDIT"; then
7522 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7528 test -z "$as_dir" && as_dir=.
7529 for ac_exec_ext in '' $ac_executable_extensions; do
7530 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7531 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7532 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7541 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7542 if test -n "$ac_ct_NMEDIT"; then
7543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7544 $as_echo "$ac_ct_NMEDIT" >&6; }
7546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7547 $as_echo "no" >&6; }
7550 if test "x$ac_ct_NMEDIT" = x; then
7553 case $cross_compiling:$ac_tool_warned in
7555 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7556 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7557 ac_tool_warned=yes ;;
7559 NMEDIT=$ac_ct_NMEDIT
7562 NMEDIT="$ac_cv_prog_NMEDIT"
7565 if test -n "$ac_tool_prefix"; then
7566 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7567 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7569 $as_echo_n "checking for $ac_word... " >&6; }
7570 if ${ac_cv_prog_LIPO+:} false; then :
7571 $as_echo_n "(cached) " >&6
7573 if test -n "$LIPO"; then
7574 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7576 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7580 test -z "$as_dir" && as_dir=.
7581 for ac_exec_ext in '' $ac_executable_extensions; do
7582 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7583 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7584 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7593 LIPO=$ac_cv_prog_LIPO
7594 if test -n "$LIPO"; then
7595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7596 $as_echo "$LIPO" >&6; }
7598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7599 $as_echo "no" >&6; }
7604 if test -z "$ac_cv_prog_LIPO"; then
7606 # Extract the first word of "lipo", so it can be a program name with args.
7607 set dummy lipo; ac_word=$2
7608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7609 $as_echo_n "checking for $ac_word... " >&6; }
7610 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7611 $as_echo_n "(cached) " >&6
7613 if test -n "$ac_ct_LIPO"; then
7614 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7616 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7620 test -z "$as_dir" && as_dir=.
7621 for ac_exec_ext in '' $ac_executable_extensions; do
7622 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7623 ac_cv_prog_ac_ct_LIPO="lipo"
7624 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7633 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7634 if test -n "$ac_ct_LIPO"; then
7635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7636 $as_echo "$ac_ct_LIPO" >&6; }
7638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7639 $as_echo "no" >&6; }
7642 if test "x$ac_ct_LIPO" = x; then
7645 case $cross_compiling:$ac_tool_warned in
7647 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7648 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7649 ac_tool_warned=yes ;;
7654 LIPO="$ac_cv_prog_LIPO"
7657 if test -n "$ac_tool_prefix"; then
7658 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7659 set dummy ${ac_tool_prefix}otool; ac_word=$2
7660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7661 $as_echo_n "checking for $ac_word... " >&6; }
7662 if ${ac_cv_prog_OTOOL+:} false; then :
7663 $as_echo_n "(cached) " >&6
7665 if test -n "$OTOOL"; then
7666 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7668 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7672 test -z "$as_dir" && as_dir=.
7673 for ac_exec_ext in '' $ac_executable_extensions; do
7674 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7675 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7676 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7685 OTOOL=$ac_cv_prog_OTOOL
7686 if test -n "$OTOOL"; then
7687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7688 $as_echo "$OTOOL" >&6; }
7690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7691 $as_echo "no" >&6; }
7696 if test -z "$ac_cv_prog_OTOOL"; then
7698 # Extract the first word of "otool", so it can be a program name with args.
7699 set dummy otool; ac_word=$2
7700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7701 $as_echo_n "checking for $ac_word... " >&6; }
7702 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7703 $as_echo_n "(cached) " >&6
7705 if test -n "$ac_ct_OTOOL"; then
7706 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7708 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7712 test -z "$as_dir" && as_dir=.
7713 for ac_exec_ext in '' $ac_executable_extensions; do
7714 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7715 ac_cv_prog_ac_ct_OTOOL="otool"
7716 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7725 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7726 if test -n "$ac_ct_OTOOL"; then
7727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7728 $as_echo "$ac_ct_OTOOL" >&6; }
7730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7731 $as_echo "no" >&6; }
7734 if test "x$ac_ct_OTOOL" = x; then
7737 case $cross_compiling:$ac_tool_warned in
7739 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7740 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7741 ac_tool_warned=yes ;;
7746 OTOOL="$ac_cv_prog_OTOOL"
7749 if test -n "$ac_tool_prefix"; then
7750 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7751 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7753 $as_echo_n "checking for $ac_word... " >&6; }
7754 if ${ac_cv_prog_OTOOL64+:} false; then :
7755 $as_echo_n "(cached) " >&6
7757 if test -n "$OTOOL64"; then
7758 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7760 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7764 test -z "$as_dir" && as_dir=.
7765 for ac_exec_ext in '' $ac_executable_extensions; do
7766 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7767 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7768 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7777 OTOOL64=$ac_cv_prog_OTOOL64
7778 if test -n "$OTOOL64"; then
7779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7780 $as_echo "$OTOOL64" >&6; }
7782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7783 $as_echo "no" >&6; }
7788 if test -z "$ac_cv_prog_OTOOL64"; then
7789 ac_ct_OTOOL64=$OTOOL64
7790 # Extract the first word of "otool64", so it can be a program name with args.
7791 set dummy otool64; ac_word=$2
7792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7793 $as_echo_n "checking for $ac_word... " >&6; }
7794 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7795 $as_echo_n "(cached) " >&6
7797 if test -n "$ac_ct_OTOOL64"; then
7798 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7800 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7804 test -z "$as_dir" && as_dir=.
7805 for ac_exec_ext in '' $ac_executable_extensions; do
7806 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7807 ac_cv_prog_ac_ct_OTOOL64="otool64"
7808 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7817 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7818 if test -n "$ac_ct_OTOOL64"; then
7819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7820 $as_echo "$ac_ct_OTOOL64" >&6; }
7822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7823 $as_echo "no" >&6; }
7826 if test "x$ac_ct_OTOOL64" = x; then
7829 case $cross_compiling:$ac_tool_warned in
7831 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7832 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7833 ac_tool_warned=yes ;;
7835 OTOOL64=$ac_ct_OTOOL64
7838 OTOOL64="$ac_cv_prog_OTOOL64"
7867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7868 $as_echo_n "checking for -single_module linker flag... " >&6; }
7869 if ${lt_cv_apple_cc_single_mod+:} false; then :
7870 $as_echo_n "(cached) " >&6
7872 lt_cv_apple_cc_single_mod=no
7873 if test -z "${LT_MULTI_MODULE}"; then
7874 # By default we will add the -single_module flag. You can override
7875 # by either setting the environment variable LT_MULTI_MODULE
7876 # non-empty at configure time, or by adding -multi_module to the
7878 rm -rf libconftest.dylib*
7879 echo "int foo(void){return 1;}" > conftest.c
7880 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7881 -dynamiclib -Wl,-single_module conftest.c" >&5
7882 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7883 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7885 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7886 lt_cv_apple_cc_single_mod=yes
7888 cat conftest.err >&5
7890 rm -rf libconftest.dylib*
7894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7895 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7897 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7898 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7899 $as_echo_n "(cached) " >&6
7901 lt_cv_ld_exported_symbols_list=no
7902 save_LDFLAGS=$LDFLAGS
7903 echo "_main" > conftest.sym
7904 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7906 /* end confdefs.h. */
7916 if ac_fn_c_try_link "$LINENO"; then :
7917 lt_cv_ld_exported_symbols_list=yes
7919 lt_cv_ld_exported_symbols_list=no
7921 rm -f core conftest.err conftest.$ac_objext \
7922 conftest$ac_exeext conftest.$ac_ext
7923 LDFLAGS="$save_LDFLAGS"
7926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7927 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7929 $as_echo_n "checking for -force_load linker flag... " >&6; }
7930 if ${lt_cv_ld_force_load+:} false; then :
7931 $as_echo_n "(cached) " >&6
7933 lt_cv_ld_force_load=no
7934 cat > conftest.c << _LT_EOF
7935 int forced_loaded() { return 2;}
7937 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7938 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7939 echo "$AR cru libconftest.a conftest.o" >&5
7940 $AR cru libconftest.a conftest.o 2>&5
7941 cat > conftest.c << _LT_EOF
7942 int main() { return 0;}
7944 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7945 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7947 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7948 lt_cv_ld_force_load=yes
7950 cat conftest.err >&5
7952 rm -f conftest.err libconftest.a conftest conftest.c
7953 rm -rf conftest.dSYM
7956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7957 $as_echo "$lt_cv_ld_force_load" >&6; }
7959 rhapsody* | darwin1.[012])
7960 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7962 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7963 darwin*) # darwin 5.x on
7964 # if running on 10.5 or later, the deployment target defaults
7965 # to the OS version, if on x86, and 10.4, the deployment
7966 # target defaults to 10.4. Don't you love it?
7967 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7968 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7969 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7971 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7973 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7977 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7978 _lt_dar_single_mod='$single_module'
7980 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7981 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7983 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7985 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7986 _lt_dsymutil='~$DSYMUTIL $lib || :'
7993 for ac_header in dlfcn.h
7995 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7997 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7998 cat >>confdefs.h <<_ACEOF
7999 #define HAVE_DLFCN_H 1
8021 # Check whether --enable-static was given.
8022 if test "${enable_static+set}" = set; then :
8023 enableval=$enable_static; p=${PACKAGE-default}
8025 yes) enable_static=yes ;;
8026 no) enable_static=no ;;
8029 # Look at the argument we got. We use all the common list separators.
8030 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8031 for pkg in $enableval; do
8033 if test "X$pkg" = "X$p"; then
8053 # Check whether --with-pic was given.
8054 if test "${with_pic+set}" = set; then :
8055 withval=$with_pic; pic_mode="$withval"
8061 test -z "$pic_mode" && pic_mode=default
8069 # Check whether --enable-fast-install was given.
8070 if test "${enable_fast_install+set}" = set; then :
8071 enableval=$enable_fast_install; p=${PACKAGE-default}
8073 yes) enable_fast_install=yes ;;
8074 no) enable_fast_install=no ;;
8076 enable_fast_install=no
8077 # Look at the argument we got. We use all the common list separators.
8078 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8079 for pkg in $enableval; do
8081 if test "X$pkg" = "X$p"; then
8082 enable_fast_install=yes
8089 enable_fast_install=yes
8102 # This can be used to rebuild libtool when needed
8103 LIBTOOL_DEPS="$ltmain"
8105 # Always use our own libtool.
8106 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8133 test -z "$LN_S" && LN_S="ln -s"
8148 if test -n "${ZSH_VERSION+set}" ; then
8149 setopt NO_GLOB_SUBST
8152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8153 $as_echo_n "checking for objdir... " >&6; }
8154 if ${lt_cv_objdir+:} false; then :
8155 $as_echo_n "(cached) " >&6
8157 rm -f .libs 2>/dev/null
8158 mkdir .libs 2>/dev/null
8159 if test -d .libs; then
8162 # MS-DOS does not allow filenames that begin with a dot.
8165 rmdir .libs 2>/dev/null
8167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8168 $as_echo "$lt_cv_objdir" >&6; }
8169 objdir=$lt_cv_objdir
8175 cat >>confdefs.h <<_ACEOF
8176 #define LT_OBJDIR "$lt_cv_objdir/"
8184 # AIX sometimes has problems with the GCC collect2 program. For some
8185 # reason, if we set the COLLECT_NAMES environment variable, the problems
8186 # vanish in a puff of smoke.
8187 if test "X${COLLECT_NAMES+set}" != Xset; then
8189 export COLLECT_NAMES
8196 can_build_shared=yes
8198 # All known linkers require a `.a' archive for static linking (except MSVC,
8199 # which needs '.lib').
8202 with_gnu_ld="$lt_cv_prog_gnu_ld"
8205 old_CFLAGS="$CFLAGS"
8207 # Set sane defaults for various variables
8208 test -z "$CC" && CC=cc
8209 test -z "$LTCC" && LTCC=$CC
8210 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8211 test -z "$LD" && LD=ld
8212 test -z "$ac_objext" && ac_objext=o
8214 for cc_temp in $compiler""; do
8216 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8217 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8222 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8225 # Only perform the check for file, if the check method requires it
8226 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8227 case $deplibs_check_method in
8229 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8231 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8232 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8233 $as_echo_n "(cached) " >&6
8237 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8240 lt_save_MAGIC_CMD="$MAGIC_CMD"
8241 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8242 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8243 for ac_dir in $ac_dummy; do
8245 test -z "$ac_dir" && ac_dir=.
8246 if test -f $ac_dir/${ac_tool_prefix}file; then
8247 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8248 if test -n "$file_magic_test_file"; then
8249 case $deplibs_check_method in
8251 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8252 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8253 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8254 $EGREP "$file_magic_regex" > /dev/null; then
8259 *** Warning: the command libtool uses to detect shared libraries,
8260 *** $file_magic_cmd, produces output that libtool cannot recognize.
8261 *** The result is that libtool may fail to recognize shared libraries
8262 *** as such. This will affect the creation of libtool libraries that
8263 *** depend on shared libraries, but programs linked with such libtool
8264 *** libraries will work regardless of this problem. Nevertheless, you
8265 *** may want to report the problem to your system manager and/or to
8266 *** bug-libtool@gnu.org
8276 MAGIC_CMD="$lt_save_MAGIC_CMD"
8281 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8282 if test -n "$MAGIC_CMD"; then
8283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8284 $as_echo "$MAGIC_CMD" >&6; }
8286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8287 $as_echo "no" >&6; }
8294 if test -z "$lt_cv_path_MAGIC_CMD"; then
8295 if test -n "$ac_tool_prefix"; then
8296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8297 $as_echo_n "checking for file... " >&6; }
8298 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8299 $as_echo_n "(cached) " >&6
8303 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8306 lt_save_MAGIC_CMD="$MAGIC_CMD"
8307 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8308 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8309 for ac_dir in $ac_dummy; do
8311 test -z "$ac_dir" && ac_dir=.
8312 if test -f $ac_dir/file; then
8313 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8314 if test -n "$file_magic_test_file"; then
8315 case $deplibs_check_method in
8317 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8318 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8319 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8320 $EGREP "$file_magic_regex" > /dev/null; then
8325 *** Warning: the command libtool uses to detect shared libraries,
8326 *** $file_magic_cmd, produces output that libtool cannot recognize.
8327 *** The result is that libtool may fail to recognize shared libraries
8328 *** as such. This will affect the creation of libtool libraries that
8329 *** depend on shared libraries, but programs linked with such libtool
8330 *** libraries will work regardless of this problem. Nevertheless, you
8331 *** may want to report the problem to your system manager and/or to
8332 *** bug-libtool@gnu.org
8342 MAGIC_CMD="$lt_save_MAGIC_CMD"
8347 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8348 if test -n "$MAGIC_CMD"; then
8349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8350 $as_echo "$MAGIC_CMD" >&6; }
8352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8353 $as_echo "no" >&6; }
8366 # Use C for the default configuration in the libtool script
8370 ac_cpp='$CPP $CPPFLAGS'
8371 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8372 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8373 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8376 # Source file extension for C test sources.
8379 # Object file extension for compiled C test sources.
8383 # Code to be used in simple compile tests
8384 lt_simple_compile_test_code="int some_variable = 0;"
8386 # Code to be used in simple link tests
8387 lt_simple_link_test_code='int main(){return(0);}'
8395 # If no C compiler was specified, use CC.
8398 # If no C compiler flags were specified, use CFLAGS.
8399 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8401 # Allow CC to be a program name with arguments.
8404 # Save the default compiler, since it gets overwritten when the other
8405 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8406 compiler_DEFAULT=$CC
8408 # save warnings/boilerplate of simple test code
8409 ac_outfile=conftest.$ac_objext
8410 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8411 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8412 _lt_compiler_boilerplate=`cat conftest.err`
8415 ac_outfile=conftest.$ac_objext
8416 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8417 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8418 _lt_linker_boilerplate=`cat conftest.err`
8423 ## There is no encapsulation within the following macros, do not change
8424 ## the running order or otherwise move them around unless you know exactly
8425 ## what you are doing...
8426 if test -n "$compiler"; then
8428 lt_prog_compiler_no_builtin_flag=
8430 if test "$GCC" = yes; then
8431 case $cc_basename in
8433 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8435 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8439 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8440 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8441 $as_echo_n "(cached) " >&6
8443 lt_cv_prog_compiler_rtti_exceptions=no
8444 ac_outfile=conftest.$ac_objext
8445 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8446 lt_compiler_flag="-fno-rtti -fno-exceptions"
8447 # Insert the option either (1) after the last *FLAGS variable, or
8448 # (2) before a word containing "conftest.", or (3) at the end.
8449 # Note that $ac_compile itself does not contain backslashes and begins
8450 # with a dollar sign (not a hyphen), so the echo should work correctly.
8451 # The option is referenced via a variable to avoid confusing sed.
8452 lt_compile=`echo "$ac_compile" | $SED \
8453 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8454 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8455 -e 's:$: $lt_compiler_flag:'`
8456 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8457 (eval "$lt_compile" 2>conftest.err)
8459 cat conftest.err >&5
8460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8461 if (exit $ac_status) && test -s "$ac_outfile"; then
8462 # The compiler can only warn and ignore the option if not recognized
8463 # So say no if there are warnings other than the usual output.
8464 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8465 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8466 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8467 lt_cv_prog_compiler_rtti_exceptions=yes
8473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8474 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8476 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8477 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8489 lt_prog_compiler_wl=
8490 lt_prog_compiler_pic=
8491 lt_prog_compiler_static=
8493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8494 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8496 if test "$GCC" = yes; then
8497 lt_prog_compiler_wl='-Wl,'
8498 lt_prog_compiler_static='-static'
8502 # All AIX code is PIC.
8503 if test "$host_cpu" = ia64; then
8504 # AIX 5 now supports IA64 processor
8505 lt_prog_compiler_static='-Bstatic'
8507 lt_prog_compiler_pic='-fPIC'
8513 # see comment about AmigaOS4 .so support
8514 lt_prog_compiler_pic='-fPIC'
8517 # FIXME: we need at least 68020 code to build shared libraries, but
8518 # adding the `-m68020' flag to GCC prevents building anything better,
8520 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8525 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8526 # PIC is the default for these OSes.
8529 mingw* | cygwin* | pw32* | os2* | cegcc*)
8530 # This hack is so that the source file can tell whether it is being
8531 # built for inclusion in a dll (and should export symbols for example).
8532 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8533 # (--disable-auto-import) libraries
8534 lt_prog_compiler_pic='-DDLL_EXPORT'
8537 darwin* | rhapsody*)
8538 # PIC is the default on this platform
8539 # Common symbols not allowed in MH_DYLIB files
8540 lt_prog_compiler_pic='-fno-common'
8544 # PIC is the default for Haiku.
8545 # The "-static" flag exists, but is broken.
8546 lt_prog_compiler_static=
8550 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8551 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8552 # sets the default TLS model and affects inlining.
8558 lt_prog_compiler_pic='-fPIC'
8564 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8565 # Instead, we relocate shared libraries at runtime.
8569 # Just because we use GCC doesn't mean we suddenly get shared libraries
8570 # on systems that don't support them.
8571 lt_prog_compiler_can_build_shared=no
8576 # QNX uses GNU C++, but need to define -shared option too, otherwise
8578 lt_prog_compiler_pic='-fPIC -shared'
8582 if test -d /usr/nec; then
8583 lt_prog_compiler_pic=-Kconform_pic
8588 lt_prog_compiler_pic='-fPIC'
8592 case $cc_basename in
8593 nvcc*) # Cuda Compiler Driver 2.2
8594 lt_prog_compiler_wl='-Xlinker '
8595 lt_prog_compiler_pic='-Xcompiler -fPIC'
8599 # PORTME Check for flag to pass linker flags through the system compiler.
8602 lt_prog_compiler_wl='-Wl,'
8603 if test "$host_cpu" = ia64; then
8604 # AIX 5 now supports IA64 processor
8605 lt_prog_compiler_static='-Bstatic'
8607 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8611 mingw* | cygwin* | pw32* | os2* | cegcc*)
8612 # This hack is so that the source file can tell whether it is being
8613 # built for inclusion in a dll (and should export symbols for example).
8614 lt_prog_compiler_pic='-DDLL_EXPORT'
8617 hpux9* | hpux10* | hpux11*)
8618 lt_prog_compiler_wl='-Wl,'
8619 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8626 lt_prog_compiler_pic='+Z'
8629 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8630 lt_prog_compiler_static='${wl}-a ${wl}archive'
8633 irix5* | irix6* | nonstopux*)
8634 lt_prog_compiler_wl='-Wl,'
8635 # PIC (with -KPIC) is the default.
8636 lt_prog_compiler_static='-non_shared'
8639 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8640 case $cc_basename in
8641 # old Intel for x86_64 which still supported -KPIC.
8643 lt_prog_compiler_wl='-Wl,'
8644 lt_prog_compiler_pic='-KPIC'
8645 lt_prog_compiler_static='-static'
8647 # icc used to be incompatible with GCC.
8648 # ICC 10 doesn't accept -KPIC any more.
8650 lt_prog_compiler_wl='-Wl,'
8651 lt_prog_compiler_pic='-fPIC'
8652 lt_prog_compiler_static='-static'
8654 # Lahey Fortran 8.1.
8656 lt_prog_compiler_wl='-Wl,'
8657 lt_prog_compiler_pic='--shared'
8658 lt_prog_compiler_static='--static'
8660 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8661 # Portland Group compilers (*not* the Pentium gcc compiler,
8662 # which looks to be a dead project)
8663 lt_prog_compiler_wl='-Wl,'
8664 lt_prog_compiler_pic='-fpic'
8665 lt_prog_compiler_static='-Bstatic'
8668 lt_prog_compiler_wl='-Wl,'
8669 # All Alpha code is PIC.
8670 lt_prog_compiler_static='-non_shared'
8672 xl* | bgxl* | bgf* | mpixl*)
8673 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8674 lt_prog_compiler_wl='-Wl,'
8675 lt_prog_compiler_pic='-qpic'
8676 lt_prog_compiler_static='-qstaticlink'
8679 case `$CC -V 2>&1 | sed 5q` in
8680 *Sun\ F* | *Sun*Fortran*)
8681 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8682 lt_prog_compiler_pic='-KPIC'
8683 lt_prog_compiler_static='-Bstatic'
8684 lt_prog_compiler_wl=''
8688 lt_prog_compiler_pic='-KPIC'
8689 lt_prog_compiler_static='-Bstatic'
8690 lt_prog_compiler_wl='-Wl,'
8698 lt_prog_compiler_pic='-KPIC'
8699 lt_prog_compiler_static='-Bstatic'
8703 # QNX uses GNU C++, but need to define -shared option too, otherwise
8705 lt_prog_compiler_pic='-fPIC -shared'
8708 osf3* | osf4* | osf5*)
8709 lt_prog_compiler_wl='-Wl,'
8710 # All OSF/1 code is PIC.
8711 lt_prog_compiler_static='-non_shared'
8715 lt_prog_compiler_static='-non_shared'
8719 lt_prog_compiler_pic='-KPIC'
8720 lt_prog_compiler_static='-Bstatic'
8721 case $cc_basename in
8723 lt_prog_compiler_wl='-Qoption ld ';;
8725 lt_prog_compiler_wl='-Wl,';;
8730 lt_prog_compiler_wl='-Qoption ld '
8731 lt_prog_compiler_pic='-PIC'
8732 lt_prog_compiler_static='-Bstatic'
8735 sysv4 | sysv4.2uw2* | sysv4.3*)
8736 lt_prog_compiler_wl='-Wl,'
8737 lt_prog_compiler_pic='-KPIC'
8738 lt_prog_compiler_static='-Bstatic'
8742 if test -d /usr/nec ;then
8743 lt_prog_compiler_pic='-Kconform_pic'
8744 lt_prog_compiler_static='-Bstatic'
8748 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8749 lt_prog_compiler_wl='-Wl,'
8750 lt_prog_compiler_pic='-KPIC'
8751 lt_prog_compiler_static='-Bstatic'
8755 lt_prog_compiler_wl='-Wl,'
8756 lt_prog_compiler_can_build_shared=no
8760 lt_prog_compiler_pic='-pic'
8761 lt_prog_compiler_static='-Bstatic'
8765 lt_prog_compiler_can_build_shared=no
8771 # For platforms which do not support PIC, -DPIC is meaningless:
8773 lt_prog_compiler_pic=
8776 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8780 $as_echo "$lt_prog_compiler_pic" >&6; }
8788 # Check to make sure the PIC flag actually works.
8790 if test -n "$lt_prog_compiler_pic"; then
8791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8792 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8793 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8794 $as_echo_n "(cached) " >&6
8796 lt_cv_prog_compiler_pic_works=no
8797 ac_outfile=conftest.$ac_objext
8798 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8799 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8800 # Insert the option either (1) after the last *FLAGS variable, or
8801 # (2) before a word containing "conftest.", or (3) at the end.
8802 # Note that $ac_compile itself does not contain backslashes and begins
8803 # with a dollar sign (not a hyphen), so the echo should work correctly.
8804 # The option is referenced via a variable to avoid confusing sed.
8805 lt_compile=`echo "$ac_compile" | $SED \
8806 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8807 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8808 -e 's:$: $lt_compiler_flag:'`
8809 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8810 (eval "$lt_compile" 2>conftest.err)
8812 cat conftest.err >&5
8813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8814 if (exit $ac_status) && test -s "$ac_outfile"; then
8815 # The compiler can only warn and ignore the option if not recognized
8816 # So say no if there are warnings other than the usual output.
8817 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8818 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8819 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8820 lt_cv_prog_compiler_pic_works=yes
8826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8827 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8829 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8830 case $lt_prog_compiler_pic in
8832 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8835 lt_prog_compiler_pic=
8836 lt_prog_compiler_can_build_shared=no
8847 # Check to make sure the static flag actually works.
8849 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8851 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8852 if ${lt_cv_prog_compiler_static_works+:} false; then :
8853 $as_echo_n "(cached) " >&6
8855 lt_cv_prog_compiler_static_works=no
8856 save_LDFLAGS="$LDFLAGS"
8857 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8858 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8859 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8860 # The linker can only warn and ignore the option if not recognized
8861 # So say no if there are warnings
8862 if test -s conftest.err; then
8863 # Append any errors to the config.log.
8864 cat conftest.err 1>&5
8865 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8866 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8867 if diff conftest.exp conftest.er2 >/dev/null; then
8868 lt_cv_prog_compiler_static_works=yes
8871 lt_cv_prog_compiler_static_works=yes
8875 LDFLAGS="$save_LDFLAGS"
8878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8879 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8881 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8884 lt_prog_compiler_static=
8893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8894 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8895 if ${lt_cv_prog_compiler_c_o+:} false; then :
8896 $as_echo_n "(cached) " >&6
8898 lt_cv_prog_compiler_c_o=no
8899 $RM -r conftest 2>/dev/null
8903 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8905 lt_compiler_flag="-o out/conftest2.$ac_objext"
8906 # Insert the option either (1) after the last *FLAGS variable, or
8907 # (2) before a word containing "conftest.", or (3) at the end.
8908 # Note that $ac_compile itself does not contain backslashes and begins
8909 # with a dollar sign (not a hyphen), so the echo should work correctly.
8910 lt_compile=`echo "$ac_compile" | $SED \
8911 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8912 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8913 -e 's:$: $lt_compiler_flag:'`
8914 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8915 (eval "$lt_compile" 2>out/conftest.err)
8917 cat out/conftest.err >&5
8918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8919 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8921 # The compiler can only warn and ignore the option if not recognized
8922 # So say no if there are warnings
8923 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8924 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8925 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8926 lt_cv_prog_compiler_c_o=yes
8931 # SGI C++ compiler will create directory out/ii_files/ for
8932 # template instantiation
8933 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8934 $RM out/* && rmdir out
8940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8941 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8949 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8950 if ${lt_cv_prog_compiler_c_o+:} false; then :
8951 $as_echo_n "(cached) " >&6
8953 lt_cv_prog_compiler_c_o=no
8954 $RM -r conftest 2>/dev/null
8958 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8960 lt_compiler_flag="-o out/conftest2.$ac_objext"
8961 # Insert the option either (1) after the last *FLAGS variable, or
8962 # (2) before a word containing "conftest.", or (3) at the end.
8963 # Note that $ac_compile itself does not contain backslashes and begins
8964 # with a dollar sign (not a hyphen), so the echo should work correctly.
8965 lt_compile=`echo "$ac_compile" | $SED \
8966 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8967 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8968 -e 's:$: $lt_compiler_flag:'`
8969 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8970 (eval "$lt_compile" 2>out/conftest.err)
8972 cat out/conftest.err >&5
8973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8974 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8976 # The compiler can only warn and ignore the option if not recognized
8977 # So say no if there are warnings
8978 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8979 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8980 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8981 lt_cv_prog_compiler_c_o=yes
8986 # SGI C++ compiler will create directory out/ii_files/ for
8987 # template instantiation
8988 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8989 $RM out/* && rmdir out
8995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8996 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9001 hard_links="nottested"
9002 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9003 # do not overwrite the value of need_locks provided by the user
9004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9005 $as_echo_n "checking if we can lock with hard links... " >&6; }
9008 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9010 ln conftest.a conftest.b 2>&5 || hard_links=no
9011 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9013 $as_echo "$hard_links" >&6; }
9014 if test "$hard_links" = no; then
9015 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9016 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9029 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9032 allow_undefined_flag=
9033 always_export_symbols=no
9035 archive_expsym_cmds=
9036 compiler_needs_object=no
9037 enable_shared_with_static_runtimes=no
9038 export_dynamic_flag_spec=
9039 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9040 hardcode_automatic=no
9042 hardcode_direct_absolute=no
9043 hardcode_libdir_flag_spec=
9044 hardcode_libdir_flag_spec_ld=
9045 hardcode_libdir_separator=
9047 hardcode_shlibpath_var=unsupported
9049 link_all_deplibs=unknown
9052 old_archive_from_new_cmds=
9053 old_archive_from_expsyms_cmds=
9054 thread_safe_flag_spec=
9055 whole_archive_flag_spec=
9056 # include_expsyms should be a list of space-separated symbols to be *always*
9057 # included in the symbol list
9059 # exclude_expsyms can be an extended regexp of symbols to exclude
9060 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9061 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9062 # as well as any symbol that contains `d'.
9063 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9064 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9065 # platforms (ab)use it in PIC code, but their linkers get confused if
9066 # the symbol is explicitly referenced. Since portable code cannot
9067 # rely on this symbol name, it's probably fine to never include it in
9068 # preloaded symbol tables.
9069 # Exclude shared library initialization/finalization symbols.
9070 extract_expsyms_cmds=
9073 cygwin* | mingw* | pw32* | cegcc*)
9074 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9075 # When not using gcc, we currently assume that we are using
9076 # Microsoft Visual C++.
9077 if test "$GCC" != yes; then
9082 # we just hope/assume this is gcc and not c89 (= MSVC++)
9092 # On some targets, GNU ld is compatible enough with the native linker
9093 # that we're better off using the native interface for both.
9094 lt_use_gnu_ld_interface=no
9095 if test "$with_gnu_ld" = yes; then
9098 # The AIX port of GNU ld has always aspired to compatibility
9099 # with the native linker. However, as the warning in the GNU ld
9100 # block says, versions before 2.19.5* couldn't really create working
9101 # shared libraries, regardless of the interface used.
9102 case `$LD -v 2>&1` in
9103 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9104 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9105 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9107 lt_use_gnu_ld_interface=yes
9112 lt_use_gnu_ld_interface=yes
9117 if test "$lt_use_gnu_ld_interface" = yes; then
9118 # If archive_cmds runs LD, not CC, wlarc should be empty
9121 # Set some defaults for GNU ld with shared library support. These
9122 # are reset later if shared libraries are not supported. Putting them
9123 # here allows them to be overridden if necessary.
9124 runpath_var=LD_RUN_PATH
9125 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9126 export_dynamic_flag_spec='${wl}--export-dynamic'
9127 # ancient GNU ld didn't support --whole-archive et. al.
9128 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9129 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9131 whole_archive_flag_spec=
9133 supports_anon_versioning=no
9134 case `$LD -v 2>&1` in
9135 *GNU\ gold*) supports_anon_versioning=yes ;;
9136 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9137 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9138 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9139 *\ 2.11.*) ;; # other 2.11 versions
9140 *) supports_anon_versioning=yes ;;
9143 # See if GNU ld supports shared libraries.
9146 # On AIX/PPC, the GNU linker is very broken
9147 if test "$host_cpu" != ia64; then
9151 *** Warning: the GNU linker, at least up to release 2.19, is reported
9152 *** to be unable to reliably create shared libraries on AIX.
9153 *** Therefore, libtool is disabling shared libraries support. If you
9154 *** really care for shared libraries, you may want to install binutils
9155 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9156 *** You will then need to restart the configuration process.
9165 # see comment about AmigaOS4 .so support
9166 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9167 archive_expsym_cmds=''
9170 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)'
9171 hardcode_libdir_flag_spec='-L$libdir'
9172 hardcode_minus_L=yes
9178 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9179 allow_undefined_flag=unsupported
9180 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9181 # support --undefined. This deserves some investigation. FIXME
9182 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9188 cygwin* | mingw* | pw32* | cegcc*)
9189 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9190 # as there is no search path for DLLs.
9191 hardcode_libdir_flag_spec='-L$libdir'
9192 export_dynamic_flag_spec='${wl}--export-all-symbols'
9193 allow_undefined_flag=unsupported
9194 always_export_symbols=no
9195 enable_shared_with_static_runtimes=yes
9196 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9198 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9199 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9200 # If the export-symbols file already is a .def file (1st line
9201 # is EXPORTS), use it as is; otherwise, prepend...
9202 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9203 cp $export_symbols $output_objdir/$soname.def;
9205 echo EXPORTS > $output_objdir/$soname.def;
9206 cat $export_symbols >> $output_objdir/$soname.def;
9208 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9215 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9216 link_all_deplibs=yes
9221 hardcode_shlibpath_var=no
9222 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9223 export_dynamic_flag_spec='${wl}-E'
9224 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9225 # Instead, shared libraries are loaded at an image base (0x10000000 by
9226 # default) and relocated if they conflict, which is a slow very memory
9227 # consuming and fragmenting process. To avoid this, we pick a random,
9228 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9229 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9230 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9231 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'
9234 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9236 if test "$host_os" = linux-dietlibc; then
9237 case $cc_basename in
9238 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9241 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9242 && test "$tmp_diet" = no
9244 tmp_addflag=' $pic_flag'
9245 tmp_sharedflag='-shared'
9246 case $cc_basename,$host_cpu in
9247 pgcc*) # Portland Group C compiler
9248 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'
9249 tmp_addflag=' $pic_flag'
9251 pgf77* | pgf90* | pgf95* | pgfortran*)
9252 # Portland Group f77 and f90 compilers
9253 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'
9254 tmp_addflag=' $pic_flag -Mnomain' ;;
9255 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9256 tmp_addflag=' -i_dynamic' ;;
9257 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9258 tmp_addflag=' -i_dynamic -nofor_main' ;;
9259 ifc* | ifort*) # Intel Fortran compiler
9260 tmp_addflag=' -nofor_main' ;;
9261 lf95*) # Lahey Fortran 8.1
9262 whole_archive_flag_spec=
9263 tmp_sharedflag='--shared' ;;
9264 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9265 tmp_sharedflag='-qmkshrobj'
9267 nvcc*) # Cuda Compiler Driver 2.2
9268 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'
9269 compiler_needs_object=yes
9272 case `$CC -V 2>&1 | sed 5q` in
9273 *Sun\ C*) # Sun C 5.9
9274 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'
9275 compiler_needs_object=yes
9276 tmp_sharedflag='-G' ;;
9277 *Sun\ F*) # Sun Fortran 8.3
9278 tmp_sharedflag='-G' ;;
9280 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9282 if test "x$supports_anon_versioning" = xyes; then
9283 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9284 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9285 echo "local: *; };" >> $output_objdir/$libname.ver~
9286 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9289 case $cc_basename in
9290 xlf* | bgf* | bgxlf* | mpixlf*)
9291 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9292 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9293 hardcode_libdir_flag_spec=
9294 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9295 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9296 if test "x$supports_anon_versioning" = xyes; then
9297 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9298 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9299 echo "local: *; };" >> $output_objdir/$libname.ver~
9300 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9310 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9311 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9314 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9315 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9320 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9324 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9325 *** create shared libraries on Solaris systems. Therefore, libtool
9326 *** is disabling shared libraries support. We urge you to upgrade GNU
9327 *** binutils to release 2.9.1 or newer. Another option is to modify
9328 *** your PATH or compiler configuration so that the native linker is
9329 *** used, and then restart.
9332 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9333 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9334 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9340 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9341 case `$LD -v 2>&1` in
9342 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9346 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9347 *** reliably create shared libraries on SCO systems. Therefore, libtool
9348 *** is disabling shared libraries support. We urge you to upgrade GNU
9349 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9350 *** your PATH or compiler configuration so that the native linker is
9351 *** used, and then restart.
9356 # For security reasons, it is highly recommended that you always
9357 # use absolute paths for naming shared libraries, and exclude the
9358 # DT_RUNPATH tag from executables and libraries. But doing so
9359 # requires that you compile everything twice, which is a pain.
9360 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9361 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9362 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9363 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9372 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9375 hardcode_shlibpath_var=no
9379 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9380 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9381 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9388 if test "$ld_shlibs" = no; then
9390 hardcode_libdir_flag_spec=
9391 export_dynamic_flag_spec=
9392 whole_archive_flag_spec=
9395 # PORTME fill in a description of your system's linker (not GNU ld)
9398 allow_undefined_flag=unsupported
9399 always_export_symbols=yes
9400 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'
9401 # Note: this linker hardcodes the directories in LIBPATH if there
9402 # are no directories specified by -L.
9403 hardcode_minus_L=yes
9404 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9405 # Neither direct hardcoding nor static linking is supported with a
9407 hardcode_direct=unsupported
9412 if test "$host_cpu" = ia64; then
9413 # On IA64, the linker does run time linking by default, so we don't
9414 # have to do anything special.
9415 aix_use_runtimelinking=no
9416 exp_sym_flag='-Bexport'
9419 # If we're using GNU nm, then we don't want the "-C" option.
9420 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9421 # Also, AIX nm treats weak defined symbols like other global
9422 # defined symbols, whereas GNU nm marks them as "W".
9423 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9424 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'
9426 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'
9428 aix_use_runtimelinking=no
9430 # Test if we are trying to use run time linking or normal
9431 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9432 # need to do runtime linking.
9433 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9434 for ld_flag in $LDFLAGS; do
9435 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9436 aix_use_runtimelinking=yes
9443 exp_sym_flag='-bexport'
9444 no_entry_flag='-bnoentry'
9447 # When large executables or shared objects are built, AIX ld can
9448 # have problems creating the table of contents. If linking a library
9449 # or program results in "error TOC overflow" add -mminimal-toc to
9450 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9451 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9455 hardcode_direct_absolute=yes
9456 hardcode_libdir_separator=':'
9457 link_all_deplibs=yes
9458 file_list_spec='${wl}-f,'
9460 if test "$GCC" = yes; then
9461 case $host_os in aix4.[012]|aix4.[012].*)
9462 # We only want to do this on AIX 4.2 and lower, the check
9463 # below for broken collect2 doesn't work under 4.3+
9464 collect2name=`${CC} -print-prog-name=collect2`
9465 if test -f "$collect2name" &&
9466 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9468 # We have reworked collect2
9471 # We have old collect2
9472 hardcode_direct=unsupported
9473 # It fails to find uninstalled libraries when the uninstalled
9474 # path is not listed in the libpath. Setting hardcode_minus_L
9475 # to unsupported forces relinking
9476 hardcode_minus_L=yes
9477 hardcode_libdir_flag_spec='-L$libdir'
9478 hardcode_libdir_separator=
9482 shared_flag='-shared'
9483 if test "$aix_use_runtimelinking" = yes; then
9484 shared_flag="$shared_flag "'${wl}-G'
9488 if test "$host_cpu" = ia64; then
9489 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9490 # chokes on -Wl,-G. The following line is correct:
9493 if test "$aix_use_runtimelinking" = yes; then
9494 shared_flag='${wl}-G'
9496 shared_flag='${wl}-bM:SRE'
9501 export_dynamic_flag_spec='${wl}-bexpall'
9502 # It seems that -bexpall does not export symbols beginning with
9503 # underscore (_), so it is better to generate a list of symbols to export.
9504 always_export_symbols=yes
9505 if test "$aix_use_runtimelinking" = yes; then
9506 # Warning - without using the other runtime loading flags (-brtl),
9507 # -berok will link without error, but may produce a broken library.
9508 allow_undefined_flag='-berok'
9509 # Determine the default libpath from the value encoded in an
9511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9512 /* end confdefs.h. */
9522 if ac_fn_c_try_link "$LINENO"; then :
9524 lt_aix_libpath_sed='
9525 /Import File Strings/,/^$/ {
9531 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9532 # Check for a 64-bit object if we didn't find anything.
9533 if test -z "$aix_libpath"; then
9534 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9537 rm -f core conftest.err conftest.$ac_objext \
9538 conftest$ac_exeext conftest.$ac_ext
9539 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9541 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9542 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"
9544 if test "$host_cpu" = ia64; then
9545 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9546 allow_undefined_flag="-z nodefs"
9547 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"
9549 # Determine the default libpath from the value encoded in an
9551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9552 /* end confdefs.h. */
9562 if ac_fn_c_try_link "$LINENO"; then :
9564 lt_aix_libpath_sed='
9565 /Import File Strings/,/^$/ {
9571 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9572 # Check for a 64-bit object if we didn't find anything.
9573 if test -z "$aix_libpath"; then
9574 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9577 rm -f core conftest.err conftest.$ac_objext \
9578 conftest$ac_exeext conftest.$ac_ext
9579 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9581 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9582 # Warning - without using the other run time loading flags,
9583 # -berok will link without error, but may produce a broken library.
9584 no_undefined_flag=' ${wl}-bernotok'
9585 allow_undefined_flag=' ${wl}-berok'
9586 if test "$with_gnu_ld" = yes; then
9587 # We only use this code for GNU lds that support --whole-archive.
9588 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9590 # Exported symbols can be pulled into shared objects from archives
9591 whole_archive_flag_spec='$convenience'
9593 archive_cmds_need_lc=yes
9594 # This is similar to how AIX traditionally builds its shared libraries.
9595 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'
9603 # see comment about AmigaOS4 .so support
9604 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9605 archive_expsym_cmds=''
9608 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)'
9609 hardcode_libdir_flag_spec='-L$libdir'
9610 hardcode_minus_L=yes
9616 export_dynamic_flag_spec=-rdynamic
9619 cygwin* | mingw* | pw32* | cegcc*)
9620 # When not using gcc, we currently assume that we are using
9621 # Microsoft Visual C++.
9622 # hardcode_libdir_flag_spec is actually meaningless, as there is
9623 # no search path for DLLs.
9624 hardcode_libdir_flag_spec=' '
9625 allow_undefined_flag=unsupported
9626 # Tell ltmain to make .lib files, not .a files.
9628 # Tell ltmain to make .dll files, not .so files.
9630 # FIXME: Setting linknames here is a bad hack.
9631 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9632 # The linker will automatically build a .lib file if we build a DLL.
9633 old_archive_from_new_cmds='true'
9634 # FIXME: Should let the user specify the lib program.
9635 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9636 fix_srcfile_path='`cygpath -w "$srcfile"`'
9637 enable_shared_with_static_runtimes=yes
9640 darwin* | rhapsody*)
9643 archive_cmds_need_lc=no
9645 hardcode_automatic=yes
9646 hardcode_shlibpath_var=unsupported
9647 if test "$lt_cv_ld_force_load" = "yes"; then
9648 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\"`'
9650 whole_archive_flag_spec=''
9652 link_all_deplibs=yes
9653 allow_undefined_flag="$_lt_dar_allow_undefined"
9654 case $cc_basename in
9655 ifort*) _lt_dar_can_shared=yes ;;
9656 *) _lt_dar_can_shared=$GCC ;;
9658 if test "$_lt_dar_can_shared" = "yes"; then
9659 output_verbose_link_cmd=func_echo_all
9660 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9661 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9662 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}"
9663 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}"
9672 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9673 hardcode_libdir_flag_spec='-L$libdir'
9674 hardcode_shlibpath_var=no
9677 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9678 # support. Future versions do this automatically, but an explicit c++rt0.o
9679 # does not break anything, and helps significantly (at the cost of a little
9682 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9683 hardcode_libdir_flag_spec='-R$libdir'
9685 hardcode_shlibpath_var=no
9688 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9690 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9692 hardcode_minus_L=yes
9693 hardcode_shlibpath_var=no
9696 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9697 freebsd* | dragonfly*)
9698 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9699 hardcode_libdir_flag_spec='-R$libdir'
9701 hardcode_shlibpath_var=no
9705 if test "$GCC" = yes; then
9706 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'
9708 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'
9710 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9711 hardcode_libdir_separator=:
9714 # hardcode_minus_L: Not really in the search PATH,
9715 # but as the default location of the library.
9716 hardcode_minus_L=yes
9717 export_dynamic_flag_spec='${wl}-E'
9721 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9722 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9724 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9726 if test "$with_gnu_ld" = no; then
9727 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9728 hardcode_libdir_flag_spec_ld='+b $libdir'
9729 hardcode_libdir_separator=:
9731 hardcode_direct_absolute=yes
9732 export_dynamic_flag_spec='${wl}-E'
9733 # hardcode_minus_L: Not really in the search PATH,
9734 # but as the default location of the library.
9735 hardcode_minus_L=yes
9740 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9743 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9746 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9749 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9755 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9758 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9762 # Older versions of the 11.00 compiler do not understand -b yet
9763 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9765 $as_echo_n "checking if $CC understands -b... " >&6; }
9766 if ${lt_cv_prog_compiler__b+:} false; then :
9767 $as_echo_n "(cached) " >&6
9769 lt_cv_prog_compiler__b=no
9770 save_LDFLAGS="$LDFLAGS"
9771 LDFLAGS="$LDFLAGS -b"
9772 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9773 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9774 # The linker can only warn and ignore the option if not recognized
9775 # So say no if there are warnings
9776 if test -s conftest.err; then
9777 # Append any errors to the config.log.
9778 cat conftest.err 1>&5
9779 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9780 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9781 if diff conftest.exp conftest.er2 >/dev/null; then
9782 lt_cv_prog_compiler__b=yes
9785 lt_cv_prog_compiler__b=yes
9789 LDFLAGS="$save_LDFLAGS"
9792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9793 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9795 if test x"$lt_cv_prog_compiler__b" = xyes; then
9796 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9798 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9804 if test "$with_gnu_ld" = no; then
9805 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9806 hardcode_libdir_separator=:
9811 hardcode_shlibpath_var=no
9815 hardcode_direct_absolute=yes
9816 export_dynamic_flag_spec='${wl}-E'
9818 # hardcode_minus_L: Not really in the search PATH,
9819 # but as the default location of the library.
9820 hardcode_minus_L=yes
9826 irix5* | irix6* | nonstopux*)
9827 if test "$GCC" = yes; then
9828 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'
9829 # Try to use the -exported_symbol ld option, if it does not
9830 # work, assume that -exports_file does not work either and
9831 # implicitly export all symbols.
9832 save_LDFLAGS="$LDFLAGS"
9833 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9835 /* end confdefs.h. */
9838 if ac_fn_c_try_link "$LINENO"; then :
9839 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'
9842 rm -f core conftest.err conftest.$ac_objext \
9843 conftest$ac_exeext conftest.$ac_ext
9844 LDFLAGS="$save_LDFLAGS"
9846 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'
9847 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'
9849 archive_cmds_need_lc='no'
9850 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9851 hardcode_libdir_separator=:
9853 link_all_deplibs=yes
9857 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9858 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9860 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9862 hardcode_libdir_flag_spec='-R$libdir'
9864 hardcode_shlibpath_var=no
9868 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9870 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9871 hardcode_libdir_separator=:
9872 hardcode_shlibpath_var=no
9879 if test -f /usr/libexec/ld.so; then
9881 hardcode_shlibpath_var=no
9882 hardcode_direct_absolute=yes
9883 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9884 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9885 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9886 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9887 export_dynamic_flag_spec='${wl}-E'
9890 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9891 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9892 hardcode_libdir_flag_spec='-R$libdir'
9895 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9896 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9906 hardcode_libdir_flag_spec='-L$libdir'
9907 hardcode_minus_L=yes
9908 allow_undefined_flag=unsupported
9909 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'
9910 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9914 if test "$GCC" = yes; then
9915 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9916 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'
9918 allow_undefined_flag=' -expect_unresolved \*'
9919 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'
9921 archive_cmds_need_lc='no'
9922 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9923 hardcode_libdir_separator=:
9926 osf4* | osf5*) # as osf3* with the addition of -msym flag
9927 if test "$GCC" = yes; then
9928 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9929 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'
9930 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9932 allow_undefined_flag=' -expect_unresolved \*'
9933 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'
9934 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~
9935 $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'
9937 # Both c and cxx compiler support -rpath directly
9938 hardcode_libdir_flag_spec='-rpath $libdir'
9940 archive_cmds_need_lc='no'
9941 hardcode_libdir_separator=:
9945 no_undefined_flag=' -z defs'
9946 if test "$GCC" = yes; then
9948 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9949 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9950 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9952 case `$CC -V 2>&1` in
9955 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9956 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9957 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9961 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9962 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9963 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9967 hardcode_libdir_flag_spec='-R$libdir'
9968 hardcode_shlibpath_var=no
9970 solaris2.[0-5] | solaris2.[0-5].*) ;;
9972 # The compiler driver will combine and reorder linker options,
9973 # but understands `-z linker_flag'. GCC discards it without `$wl',
9974 # but is careful enough not to reorder.
9975 # Supported since Solaris 2.6 (maybe 2.5.1?)
9976 if test "$GCC" = yes; then
9977 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9979 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9983 link_all_deplibs=yes
9987 if test "x$host_vendor" = xsequent; then
9988 # Use $CC to link under sequent, because it throws in some extra .o
9989 # files that make .init and .fini sections work.
9990 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9992 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9994 hardcode_libdir_flag_spec='-L$libdir'
9996 hardcode_minus_L=yes
9997 hardcode_shlibpath_var=no
10001 case $host_vendor in
10003 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10004 hardcode_direct=yes # is this really true???
10007 ## LD is ld it makes a PLAMLIB
10008 ## CC just makes a GrossModule.
10009 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10010 reload_cmds='$CC -r -o $output$reload_objs'
10014 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10015 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10018 runpath_var='LD_RUN_PATH'
10019 hardcode_shlibpath_var=no
10023 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10024 hardcode_shlibpath_var=no
10025 export_dynamic_flag_spec='-Bexport'
10029 if test -d /usr/nec; then
10030 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10031 hardcode_shlibpath_var=no
10032 runpath_var=LD_RUN_PATH
10033 hardcode_runpath_var=yes
10038 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10039 no_undefined_flag='${wl}-z,text'
10040 archive_cmds_need_lc=no
10041 hardcode_shlibpath_var=no
10042 runpath_var='LD_RUN_PATH'
10044 if test "$GCC" = yes; then
10045 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10046 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10048 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10049 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10053 sysv5* | sco3.2v5* | sco5v6*)
10054 # Note: We can NOT use -z defs as we might desire, because we do not
10055 # link with -lc, and that would cause any symbols used from libc to
10056 # always be unresolved, which means just about no library would
10057 # ever link correctly. If we're not using GNU ld we use -z text
10058 # though, which does catch some bad symbols but isn't as heavy-handed
10060 no_undefined_flag='${wl}-z,text'
10061 allow_undefined_flag='${wl}-z,nodefs'
10062 archive_cmds_need_lc=no
10063 hardcode_shlibpath_var=no
10064 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10065 hardcode_libdir_separator=':'
10066 link_all_deplibs=yes
10067 export_dynamic_flag_spec='${wl}-Bexport'
10068 runpath_var='LD_RUN_PATH'
10070 if test "$GCC" = yes; then
10071 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10072 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10074 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10075 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10080 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10081 hardcode_libdir_flag_spec='-L$libdir'
10082 hardcode_shlibpath_var=no
10090 if test x$host_vendor = xsni; then
10092 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10093 export_dynamic_flag_spec='${wl}-Blargedynsym'
10099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10100 $as_echo "$ld_shlibs" >&6; }
10101 test "$ld_shlibs" = no && can_build_shared=no
10103 with_gnu_ld=$with_gnu_ld
10120 # Do we need to explicitly link libc?
10122 case "x$archive_cmds_need_lc" in
10124 # Assume -lc should be added
10125 archive_cmds_need_lc=yes
10127 if test "$enable_shared" = yes && test "$GCC" = yes; then
10128 case $archive_cmds in
10130 # FIXME: we may have to deal with multi-command sequences.
10133 # Test whether the compiler implicitly links with -lc since on some
10134 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10135 # to ld, don't add -lc before -lgcc.
10136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10137 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10138 if ${lt_cv_archive_cmds_need_lc+:} false; then :
10139 $as_echo_n "(cached) " >&6
10142 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10144 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10145 (eval $ac_compile) 2>&5
10147 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10148 test $ac_status = 0; } 2>conftest.err; then
10151 libobjs=conftest.$ac_objext
10153 wl=$lt_prog_compiler_wl
10154 pic_flag=$lt_prog_compiler_pic
10160 lt_save_allow_undefined_flag=$allow_undefined_flag
10161 allow_undefined_flag=
10162 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10163 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10165 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10166 test $ac_status = 0; }
10168 lt_cv_archive_cmds_need_lc=no
10170 lt_cv_archive_cmds_need_lc=yes
10172 allow_undefined_flag=$lt_save_allow_undefined_flag
10174 cat conftest.err 1>&5
10179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10180 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10181 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10345 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10347 if test "$GCC" = yes; then
10349 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10350 *) lt_awk_arg="/^libraries:/" ;;
10353 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10354 *) lt_sed_strip_eq="s,=/,/,g" ;;
10356 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10357 case $lt_search_path_spec in
10359 # if the path contains ";" then we assume it to be the separator
10360 # otherwise default to the standard path separator (i.e. ":") - it is
10361 # assumed that no part of a normal pathname contains ";" but that should
10362 # okay in the real world where ";" in dirpaths is itself problematic.
10363 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10366 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10369 # Ok, now we have the path, separated by spaces, we can step through it
10370 # and add multilib dir if necessary.
10371 lt_tmp_lt_search_path_spec=
10372 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10373 for lt_sys_path in $lt_search_path_spec; do
10374 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10375 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10377 test -d "$lt_sys_path" && \
10378 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10381 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10382 BEGIN {RS=" "; FS="/|\n";} {
10385 for (lt_i = NF; lt_i > 0; lt_i--) {
10386 if ($lt_i != "" && $lt_i != ".") {
10387 if ($lt_i == "..") {
10390 if (lt_count == 0) {
10391 lt_foo="/" $lt_i lt_foo;
10398 if (lt_foo != "") { lt_freq[lt_foo]++; }
10399 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10401 # AWK program above erroneously prepends '/' to C:/dos/paths
10404 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10405 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10407 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10409 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10411 library_names_spec=
10412 libname_spec='lib$name'
10416 postuninstall_cmds=
10420 shlibpath_overrides_runpath=unknown
10422 dynamic_linker="$host_os ld.so"
10423 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10424 need_lib_prefix=unknown
10425 hardcode_into_libs=no
10427 # when you set need_version to no, make sure it does not cause -set_version
10428 # flags to be left without arguments
10429 need_version=unknown
10434 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10435 shlibpath_var=LIBPATH
10437 # AIX 3 has no versioning support, so we append a major version to the name.
10438 soname_spec='${libname}${release}${shared_ext}$major'
10445 hardcode_into_libs=yes
10446 if test "$host_cpu" = ia64; then
10447 # AIX 5 supports IA64
10448 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10449 shlibpath_var=LD_LIBRARY_PATH
10451 # With GCC up to 2.95.x, collect2 would create an import file
10452 # for dependence libraries. The import file would start with
10453 # the line `#! .'. This would cause the generated library to
10454 # depend on `.', always an invalid library. This was fixed in
10455 # development snapshots of GCC prior to 3.0.
10457 aix4 | aix4.[01] | aix4.[01].*)
10458 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10460 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10463 can_build_shared=no
10467 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10468 # soname into executable. Probably we can add versioning support to
10469 # collect2, so additional links can be useful in future.
10470 if test "$aix_use_runtimelinking" = yes; then
10471 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10472 # instead of lib<name>.a to let people know that these are not
10473 # typical AIX shared libraries.
10474 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10476 # We preserve .a as extension for shared libraries through AIX4.2
10477 # and later when we are not doing run time linking.
10478 library_names_spec='${libname}${release}.a $libname.a'
10479 soname_spec='${libname}${release}${shared_ext}$major'
10481 shlibpath_var=LIBPATH
10488 # Since July 2007 AmigaOS4 officially supports .so libraries.
10489 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10490 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10493 library_names_spec='$libname.ixlibrary $libname.a'
10494 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10495 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'
10501 library_names_spec='${libname}${shared_ext}'
10502 dynamic_linker="$host_os ld.so"
10503 shlibpath_var=LIBRARY_PATH
10509 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10510 soname_spec='${libname}${release}${shared_ext}$major'
10511 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10512 shlibpath_var=LD_LIBRARY_PATH
10513 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10514 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10515 # the default ld.so.conf also contains /usr/contrib/lib and
10516 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10517 # libtool to hard-code these into programs
10520 cygwin* | mingw* | pw32* | cegcc*)
10521 version_type=windows
10526 case $GCC,$host_os in
10527 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10528 library_names_spec='$libname.dll.a'
10529 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10530 postinstall_cmds='base_file=`basename \${file}`~
10531 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10532 dldir=$destdir/`dirname \$dlpath`~
10533 test -d \$dldir || mkdir -p \$dldir~
10534 $install_prog $dir/$dlname \$dldir/$dlname~
10535 chmod a+x \$dldir/$dlname~
10536 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10537 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10539 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10540 dlpath=$dir/\$dldll~
10542 shlibpath_overrides_runpath=yes
10546 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10547 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10549 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10552 # MinGW DLLs use traditional 'lib' prefix
10553 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10556 # pw32 DLLs use 'pw' prefix rather than 'lib'
10557 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10563 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10566 dynamic_linker='Win32 ld.exe'
10567 # FIXME: first we should search . and the directory the executable is in
10571 darwin* | rhapsody*)
10572 dynamic_linker="$host_os dyld"
10573 version_type=darwin
10576 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10577 soname_spec='${libname}${release}${major}$shared_ext'
10578 shlibpath_overrides_runpath=yes
10579 shlibpath_var=DYLD_LIBRARY_PATH
10580 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10582 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10583 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10590 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10591 soname_spec='${libname}${release}${shared_ext}$major'
10592 shlibpath_var=LD_LIBRARY_PATH
10595 freebsd* | dragonfly*)
10596 # DragonFly does not have aout. When/if they implement a new
10597 # versioning mechanism, adjust this.
10598 if test -x /usr/bin/objformat; then
10599 objformat=`/usr/bin/objformat`
10602 freebsd[23].*) objformat=aout ;;
10603 *) objformat=elf ;;
10606 version_type=freebsd-$objformat
10607 case $version_type in
10609 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10614 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10618 shlibpath_var=LD_LIBRARY_PATH
10621 shlibpath_overrides_runpath=yes
10623 freebsd3.[01]* | freebsdelf3.[01]*)
10624 shlibpath_overrides_runpath=yes
10625 hardcode_into_libs=yes
10627 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10628 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10629 shlibpath_overrides_runpath=no
10630 hardcode_into_libs=yes
10632 *) # from 4.6 on, and DragonFly
10633 shlibpath_overrides_runpath=yes
10634 hardcode_into_libs=yes
10643 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10644 soname_spec='${libname}${release}${shared_ext}$major'
10645 shlibpath_var=LD_LIBRARY_PATH
10646 hardcode_into_libs=yes
10653 dynamic_linker="$host_os runtime_loader"
10654 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10655 soname_spec='${libname}${release}${shared_ext}$major'
10656 shlibpath_var=LIBRARY_PATH
10657 shlibpath_overrides_runpath=yes
10658 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10659 hardcode_into_libs=yes
10662 hpux9* | hpux10* | hpux11*)
10663 # Give a soname corresponding to the major version so that dld.sl refuses to
10664 # link against other versions.
10671 hardcode_into_libs=yes
10672 dynamic_linker="$host_os dld.so"
10673 shlibpath_var=LD_LIBRARY_PATH
10674 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10675 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10676 soname_spec='${libname}${release}${shared_ext}$major'
10677 if test "X$HPUX_IA64_MODE" = X32; then
10678 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10680 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10682 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10686 hardcode_into_libs=yes
10687 dynamic_linker="$host_os dld.sl"
10688 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10689 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10690 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10691 soname_spec='${libname}${release}${shared_ext}$major'
10692 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10693 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10697 dynamic_linker="$host_os dld.sl"
10698 shlibpath_var=SHLIB_PATH
10699 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10700 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10701 soname_spec='${libname}${release}${shared_ext}$major'
10704 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10705 postinstall_cmds='chmod 555 $lib'
10706 # or fails outright, so override atomically:
10707 install_override_mode=555
10714 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10715 soname_spec='${libname}${release}${shared_ext}$major'
10716 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10717 shlibpath_var=LD_LIBRARY_PATH
10718 shlibpath_overrides_runpath=no
10719 hardcode_into_libs=yes
10722 irix5* | irix6* | nonstopux*)
10724 nonstopux*) version_type=nonstopux ;;
10726 if test "$lt_cv_prog_gnu_ld" = yes; then
10734 soname_spec='${libname}${release}${shared_ext}$major'
10735 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10737 irix5* | nonstopux*)
10738 libsuff= shlibsuff=
10741 case $LD in # libtool.m4 will add one of these switches to LD
10742 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10743 libsuff= shlibsuff= libmagic=32-bit;;
10744 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10745 libsuff=32 shlibsuff=N32 libmagic=N32;;
10746 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10747 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10748 *) libsuff= shlibsuff= libmagic=never-match;;
10752 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10753 shlibpath_overrides_runpath=no
10754 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10755 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10756 hardcode_into_libs=yes
10759 # No shared lib support for Linux oldld, aout, or coff.
10760 linux*oldld* | linux*aout* | linux*coff*)
10764 # This must be Linux ELF.
10765 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10769 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10770 soname_spec='${libname}${release}${shared_ext}$major'
10771 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10772 shlibpath_var=LD_LIBRARY_PATH
10773 shlibpath_overrides_runpath=no
10775 # Some binutils ld are patched to set DT_RUNPATH
10776 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10777 $as_echo_n "(cached) " >&6
10779 lt_cv_shlibpath_overrides_runpath=no
10780 save_LDFLAGS=$LDFLAGS
10781 save_libdir=$libdir
10782 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10783 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10785 /* end confdefs.h. */
10795 if ac_fn_c_try_link "$LINENO"; then :
10796 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10797 lt_cv_shlibpath_overrides_runpath=yes
10800 rm -f core conftest.err conftest.$ac_objext \
10801 conftest$ac_exeext conftest.$ac_ext
10802 LDFLAGS=$save_LDFLAGS
10803 libdir=$save_libdir
10807 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10809 # This implies no fast_install, which is unacceptable.
10810 # Some rework will be needed to allow for fast_install
10811 # before this can be enabled.
10812 hardcode_into_libs=yes
10814 # Append ld.so.conf contents to the search path
10815 if test -f /etc/ld.so.conf; then
10816 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' ' '`
10817 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10820 # We used to test for /lib/ld.so.1 and disable shared libraries on
10821 # powerpc, because MkLinux only supported shared libraries with the
10822 # GNU dynamic linker. Since this was broken with cross compilers,
10823 # most powerpc-linux boxes support dynamic linking these days and
10824 # people can always --disable-shared, the test was removed, and we
10825 # assume the GNU/Linux dynamic linker is in use.
10826 dynamic_linker='GNU/Linux ld.so'
10833 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10834 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10835 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10836 dynamic_linker='NetBSD (a.out) ld.so'
10838 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10839 soname_spec='${libname}${release}${shared_ext}$major'
10840 dynamic_linker='NetBSD ld.elf_so'
10842 shlibpath_var=LD_LIBRARY_PATH
10843 shlibpath_overrides_runpath=yes
10844 hardcode_into_libs=yes
10849 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10850 shlibpath_var=LD_LIBRARY_PATH
10851 shlibpath_overrides_runpath=yes
10858 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10859 soname_spec='${libname}${release}${shared_ext}$major'
10860 shlibpath_var=LD_LIBRARY_PATH
10861 shlibpath_overrides_runpath=no
10862 hardcode_into_libs=yes
10863 dynamic_linker='ldqnx.so'
10868 sys_lib_dlsearch_path_spec="/usr/lib"
10870 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10872 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10873 *) need_version=no ;;
10875 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10876 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10877 shlibpath_var=LD_LIBRARY_PATH
10878 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10880 openbsd2.[89] | openbsd2.[89].*)
10881 shlibpath_overrides_runpath=no
10884 shlibpath_overrides_runpath=yes
10888 shlibpath_overrides_runpath=yes
10893 libname_spec='$name'
10896 library_names_spec='$libname${shared_ext} $libname.a'
10897 dynamic_linker='OS/2 ld.exe'
10898 shlibpath_var=LIBPATH
10901 osf3* | osf4* | osf5*)
10905 soname_spec='${libname}${release}${shared_ext}$major'
10906 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10907 shlibpath_var=LD_LIBRARY_PATH
10908 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10909 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10920 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10921 soname_spec='${libname}${release}${shared_ext}$major'
10922 shlibpath_var=LD_LIBRARY_PATH
10923 shlibpath_overrides_runpath=yes
10924 hardcode_into_libs=yes
10925 # ldd complains unless libraries are executable
10926 postinstall_cmds='chmod +x $lib'
10931 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10932 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10933 shlibpath_var=LD_LIBRARY_PATH
10934 shlibpath_overrides_runpath=yes
10935 if test "$with_gnu_ld" = yes; then
10943 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10944 soname_spec='${libname}${release}${shared_ext}$major'
10945 shlibpath_var=LD_LIBRARY_PATH
10946 case $host_vendor in
10948 shlibpath_overrides_runpath=no
10950 runpath_var=LD_RUN_PATH
10958 shlibpath_overrides_runpath=no
10959 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10965 if test -d /usr/nec ;then
10967 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10968 soname_spec='$libname${shared_ext}.$major'
10969 shlibpath_var=LD_LIBRARY_PATH
10973 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10974 version_type=freebsd-elf
10977 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10978 soname_spec='${libname}${release}${shared_ext}$major'
10979 shlibpath_var=LD_LIBRARY_PATH
10980 shlibpath_overrides_runpath=yes
10981 hardcode_into_libs=yes
10982 if test "$with_gnu_ld" = yes; then
10983 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10985 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10988 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10992 sys_lib_dlsearch_path_spec='/usr/lib'
10996 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11000 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11001 shlibpath_var=LD_LIBRARY_PATH
11002 shlibpath_overrides_runpath=no
11003 hardcode_into_libs=yes
11008 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11009 soname_spec='${libname}${release}${shared_ext}$major'
11010 shlibpath_var=LD_LIBRARY_PATH
11017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11018 $as_echo "$dynamic_linker" >&6; }
11019 test "$dynamic_linker" = no && can_build_shared=no
11021 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11022 if test "$GCC" = yes; then
11023 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11026 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11027 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11029 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11030 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11125 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11127 if test -n "$hardcode_libdir_flag_spec" ||
11128 test -n "$runpath_var" ||
11129 test "X$hardcode_automatic" = "Xyes" ; then
11131 # We can hardcode non-existent directories.
11132 if test "$hardcode_direct" != no &&
11133 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11134 # have to relink, otherwise we might link with an installed library
11135 # when we should be linking with a yet-to-be-installed one
11136 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11137 test "$hardcode_minus_L" != no; then
11138 # Linking always hardcodes the temporary library directory.
11139 hardcode_action=relink
11141 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11142 hardcode_action=immediate
11145 # We cannot hardcode anything, or else we can only hardcode existing
11147 hardcode_action=unsupported
11149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11150 $as_echo "$hardcode_action" >&6; }
11152 if test "$hardcode_action" = relink ||
11153 test "$inherit_rpath" = yes; then
11154 # Fast installation is not supported
11155 enable_fast_install=no
11156 elif test "$shlibpath_overrides_runpath" = yes ||
11157 test "$enable_shared" = no; then
11158 # Fast installation is not necessary
11159 enable_fast_install=needless
11167 if test "x$enable_dlopen" != xyes; then
11168 enable_dlopen=unknown
11169 enable_dlopen_self=unknown
11170 enable_dlopen_self_static=unknown
11177 lt_cv_dlopen="load_add_on"
11179 lt_cv_dlopen_self=yes
11182 mingw* | pw32* | cegcc*)
11183 lt_cv_dlopen="LoadLibrary"
11188 lt_cv_dlopen="dlopen"
11193 # if libdl is installed we need to link against it
11194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11195 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11196 if ${ac_cv_lib_dl_dlopen+:} false; then :
11197 $as_echo_n "(cached) " >&6
11199 ac_check_lib_save_LIBS=$LIBS
11201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11202 /* end confdefs.h. */
11204 /* Override any GCC internal prototype to avoid an error.
11205 Use char because int might match the return type of a GCC
11206 builtin and then its argument prototype would still apply. */
11219 if ac_fn_c_try_link "$LINENO"; then :
11220 ac_cv_lib_dl_dlopen=yes
11222 ac_cv_lib_dl_dlopen=no
11224 rm -f core conftest.err conftest.$ac_objext \
11225 conftest$ac_exeext conftest.$ac_ext
11226 LIBS=$ac_check_lib_save_LIBS
11228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11229 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11230 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11231 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11234 lt_cv_dlopen="dyld"
11236 lt_cv_dlopen_self=yes
11243 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11244 if test "x$ac_cv_func_shl_load" = xyes; then :
11245 lt_cv_dlopen="shl_load"
11247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11248 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11249 if ${ac_cv_lib_dld_shl_load+:} false; then :
11250 $as_echo_n "(cached) " >&6
11252 ac_check_lib_save_LIBS=$LIBS
11254 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11255 /* end confdefs.h. */
11257 /* Override any GCC internal prototype to avoid an error.
11258 Use char because int might match the return type of a GCC
11259 builtin and then its argument prototype would still apply. */
11267 return shl_load ();
11272 if ac_fn_c_try_link "$LINENO"; then :
11273 ac_cv_lib_dld_shl_load=yes
11275 ac_cv_lib_dld_shl_load=no
11277 rm -f core conftest.err conftest.$ac_objext \
11278 conftest$ac_exeext conftest.$ac_ext
11279 LIBS=$ac_check_lib_save_LIBS
11281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11282 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11283 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11284 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11286 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11287 if test "x$ac_cv_func_dlopen" = xyes; then :
11288 lt_cv_dlopen="dlopen"
11290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11291 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11292 if ${ac_cv_lib_dl_dlopen+:} false; then :
11293 $as_echo_n "(cached) " >&6
11295 ac_check_lib_save_LIBS=$LIBS
11297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11298 /* end confdefs.h. */
11300 /* Override any GCC internal prototype to avoid an error.
11301 Use char because int might match the return type of a GCC
11302 builtin and then its argument prototype would still apply. */
11315 if ac_fn_c_try_link "$LINENO"; then :
11316 ac_cv_lib_dl_dlopen=yes
11318 ac_cv_lib_dl_dlopen=no
11320 rm -f core conftest.err conftest.$ac_objext \
11321 conftest$ac_exeext conftest.$ac_ext
11322 LIBS=$ac_check_lib_save_LIBS
11324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11325 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11326 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11327 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11330 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11331 if ${ac_cv_lib_svld_dlopen+:} false; then :
11332 $as_echo_n "(cached) " >&6
11334 ac_check_lib_save_LIBS=$LIBS
11335 LIBS="-lsvld $LIBS"
11336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11337 /* end confdefs.h. */
11339 /* Override any GCC internal prototype to avoid an error.
11340 Use char because int might match the return type of a GCC
11341 builtin and then its argument prototype would still apply. */
11354 if ac_fn_c_try_link "$LINENO"; then :
11355 ac_cv_lib_svld_dlopen=yes
11357 ac_cv_lib_svld_dlopen=no
11359 rm -f core conftest.err conftest.$ac_objext \
11360 conftest$ac_exeext conftest.$ac_ext
11361 LIBS=$ac_check_lib_save_LIBS
11363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11364 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11365 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11366 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11369 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11370 if ${ac_cv_lib_dld_dld_link+:} false; then :
11371 $as_echo_n "(cached) " >&6
11373 ac_check_lib_save_LIBS=$LIBS
11375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11376 /* end confdefs.h. */
11378 /* Override any GCC internal prototype to avoid an error.
11379 Use char because int might match the return type of a GCC
11380 builtin and then its argument prototype would still apply. */
11388 return dld_link ();
11393 if ac_fn_c_try_link "$LINENO"; then :
11394 ac_cv_lib_dld_dld_link=yes
11396 ac_cv_lib_dld_dld_link=no
11398 rm -f core conftest.err conftest.$ac_objext \
11399 conftest$ac_exeext conftest.$ac_ext
11400 LIBS=$ac_check_lib_save_LIBS
11402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11403 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11404 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11405 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11426 if test "x$lt_cv_dlopen" != xno; then
11432 case $lt_cv_dlopen in
11434 save_CPPFLAGS="$CPPFLAGS"
11435 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11437 save_LDFLAGS="$LDFLAGS"
11438 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11441 LIBS="$lt_cv_dlopen_libs $LIBS"
11443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11444 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11445 if ${lt_cv_dlopen_self+:} false; then :
11446 $as_echo_n "(cached) " >&6
11448 if test "$cross_compiling" = yes; then :
11449 lt_cv_dlopen_self=cross
11451 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11452 lt_status=$lt_dlunknown
11453 cat > conftest.$ac_ext <<_LT_EOF
11454 #line 11454 "configure"
11455 #include "confdefs.h"
11464 # define LT_DLGLOBAL RTLD_GLOBAL
11467 # define LT_DLGLOBAL DL_GLOBAL
11469 # define LT_DLGLOBAL 0
11473 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11474 find out it does not work in some platform. */
11475 #ifndef LT_DLLAZY_OR_NOW
11477 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11480 # define LT_DLLAZY_OR_NOW DL_LAZY
11483 # define LT_DLLAZY_OR_NOW RTLD_NOW
11486 # define LT_DLLAZY_OR_NOW DL_NOW
11488 # define LT_DLLAZY_OR_NOW 0
11495 /* When -fvisbility=hidden is used, assume the code has been annotated
11496 correspondingly for the symbols needed. */
11497 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11498 void fnord () __attribute__((visibility("default")));
11501 void fnord () { int i=42; }
11504 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11505 int status = $lt_dlunknown;
11509 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11512 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11513 else puts (dlerror ());
11515 /* dlclose (self); */
11523 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11524 (eval $ac_link) 2>&5
11526 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11527 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11528 (./conftest; exit; ) >&5 2>/dev/null
11530 case x$lt_status in
11531 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11532 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11533 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11536 # compilation failed
11537 lt_cv_dlopen_self=no
11544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11545 $as_echo "$lt_cv_dlopen_self" >&6; }
11547 if test "x$lt_cv_dlopen_self" = xyes; then
11548 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11550 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11551 if ${lt_cv_dlopen_self_static+:} false; then :
11552 $as_echo_n "(cached) " >&6
11554 if test "$cross_compiling" = yes; then :
11555 lt_cv_dlopen_self_static=cross
11557 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11558 lt_status=$lt_dlunknown
11559 cat > conftest.$ac_ext <<_LT_EOF
11560 #line 11560 "configure"
11561 #include "confdefs.h"
11570 # define LT_DLGLOBAL RTLD_GLOBAL
11573 # define LT_DLGLOBAL DL_GLOBAL
11575 # define LT_DLGLOBAL 0
11579 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11580 find out it does not work in some platform. */
11581 #ifndef LT_DLLAZY_OR_NOW
11583 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11586 # define LT_DLLAZY_OR_NOW DL_LAZY
11589 # define LT_DLLAZY_OR_NOW RTLD_NOW
11592 # define LT_DLLAZY_OR_NOW DL_NOW
11594 # define LT_DLLAZY_OR_NOW 0
11601 /* When -fvisbility=hidden is used, assume the code has been annotated
11602 correspondingly for the symbols needed. */
11603 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11604 void fnord () __attribute__((visibility("default")));
11607 void fnord () { int i=42; }
11610 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11611 int status = $lt_dlunknown;
11615 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11618 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11619 else puts (dlerror ());
11621 /* dlclose (self); */
11629 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11630 (eval $ac_link) 2>&5
11632 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11633 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11634 (./conftest; exit; ) >&5 2>/dev/null
11636 case x$lt_status in
11637 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11638 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11639 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11642 # compilation failed
11643 lt_cv_dlopen_self_static=no
11650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11651 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11654 CPPFLAGS="$save_CPPFLAGS"
11655 LDFLAGS="$save_LDFLAGS"
11660 case $lt_cv_dlopen_self in
11661 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11662 *) enable_dlopen_self=unknown ;;
11665 case $lt_cv_dlopen_self_static in
11666 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11667 *) enable_dlopen_self_static=unknown ;;
11689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11690 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11691 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11692 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11693 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11695 $as_echo "yes" >&6; }
11697 # FIXME - insert some real tests, host_os isn't really good enough
11700 if test -n "$STRIP" ; then
11701 striplib="$STRIP -x"
11702 old_striplib="$STRIP -S"
11703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11704 $as_echo "yes" >&6; }
11706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11707 $as_echo "no" >&6; }
11711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11712 $as_echo "no" >&6; }
11728 # Report which library types will actually be built
11729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11730 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11732 $as_echo "$can_build_shared" >&6; }
11734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11735 $as_echo_n "checking whether to build shared libraries... " >&6; }
11736 test "$can_build_shared" = "no" && enable_shared=no
11738 # On AIX, shared libraries and static libraries use the same namespace, and
11739 # are all built from PIC.
11742 test "$enable_shared" = yes && enable_static=no
11743 if test -n "$RANLIB"; then
11744 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11745 postinstall_cmds='$RANLIB $lib'
11750 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11751 test "$enable_shared" = yes && enable_static=no
11755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11756 $as_echo "$enable_shared" >&6; }
11758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11759 $as_echo_n "checking whether to build static libraries... " >&6; }
11760 # Make sure either enable_shared or enable_static is yes.
11761 test "$enable_shared" = yes || enable_static=yes
11762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11763 $as_echo "$enable_static" >&6; }
11770 ac_cpp='$CPP $CPPFLAGS'
11771 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11772 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11773 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11789 ac_config_commands="$ac_config_commands libtool"
11794 # Only expand once:
11798 # Check whether --enable-targets was given.
11799 if test "${enable_targets+set}" = set; then :
11800 enableval=$enable_targets; case "${enableval}" in
11801 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
11803 no) enable_targets= ;;
11804 *) enable_targets=$enableval ;;
11809 # Set the 'development' global.
11810 . $srcdir/../bfd/development.sh
11812 # Set acp_cpp_for_build variable
11813 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11815 # Default set of GCC warnings to enable.
11816 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11817 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11819 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11821 /* end confdefs.h. */
11824 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11825 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11828 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11833 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11835 /* end confdefs.h. */
11838 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11839 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11842 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11847 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11848 WARN_WRITE_STRINGS=""
11849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11850 /* end confdefs.h. */
11853 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11854 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11857 WARN_WRITE_STRINGS="-Wwrite-strings"
11862 # Verify CC_FOR_BUILD to be compatible with warning flags
11864 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11865 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11866 /* end confdefs.h. */
11869 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11870 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11873 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
11878 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11880 /* end confdefs.h. */
11883 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11884 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11887 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
11892 # Check whether --enable-werror was given.
11893 if test "${enable_werror+set}" = set; then :
11894 enableval=$enable_werror; case "${enableval}" in
11895 yes | y) ERROR_ON_WARNING="yes" ;;
11896 no | n) ERROR_ON_WARNING="no" ;;
11897 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11902 # Disable -Wformat by default when using gcc on mingw
11905 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11906 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11907 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
11913 # Enable -Werror by default when using gcc. Turn it off for releases.
11914 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
11915 ERROR_ON_WARNING=yes
11919 if test "${ERROR_ON_WARNING}" = yes ; then
11920 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11921 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
11922 NO_WERROR="-Wno-error"
11925 if test "${GCC}" = yes ; then
11926 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11927 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
11930 # Check whether --enable-build-warnings was given.
11931 if test "${enable_build_warnings+set}" = set; then :
11932 enableval=$enable_build_warnings; case "${enableval}" in
11933 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11934 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
11935 no) if test "${GCC}" = yes ; then
11937 WARN_CFLAGS_FOR_BUILD="-w"
11939 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11940 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
11941 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
11942 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11943 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
11944 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
11945 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
11946 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11951 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11952 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11961 ac_config_headers="$ac_config_headers config.h:config.in"
11967 if test -z "$target" ; then
11968 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
11972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11973 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11974 # Check whether --enable-maintainer-mode was given.
11975 if test "${enable_maintainer_mode+set}" = set; then :
11976 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11978 USE_MAINTAINER_MODE=no
11981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11982 $as_echo "$USE_MAINTAINER_MODE" >&6; }
11983 if test $USE_MAINTAINER_MODE = yes; then
11984 MAINTAINER_MODE_TRUE=
11985 MAINTAINER_MODE_FALSE='#'
11987 MAINTAINER_MODE_TRUE='#'
11988 MAINTAINER_MODE_FALSE=
11991 MAINT=$MAINTAINER_MODE_TRUE
11994 case ${build_alias} in
11995 "") build_noncanonical=${build} ;;
11996 *) build_noncanonical=${build_alias} ;;
11999 case ${host_alias} in
12000 "") host_noncanonical=${build_noncanonical} ;;
12001 *) host_noncanonical=${host_alias} ;;
12004 case ${target_alias} in
12005 "") target_noncanonical=${host_noncanonical} ;;
12006 *) target_noncanonical=${target_alias} ;;
12009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12010 $as_echo_n "checking whether to install libbfd... " >&6; }
12011 # Check whether --enable-install-libbfd was given.
12012 if test "${enable_install_libbfd+set}" = set; then :
12013 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
12015 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12016 install_libbfd_p=yes
12018 install_libbfd_p=no
12022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12023 $as_echo "$install_libbfd_p" >&6; }
12024 if test $install_libbfd_p = yes; then
12025 INSTALL_LIBBFD_TRUE=
12026 INSTALL_LIBBFD_FALSE='#'
12028 INSTALL_LIBBFD_TRUE='#'
12029 INSTALL_LIBBFD_FALSE=
12032 # Need _noncanonical variables for this.
12037 # libbfd.a is a host library containing target dependent code
12038 bfdlibdir='$(libdir)'
12039 bfdincludedir='$(includedir)'
12040 if test "${host}" != "${target}"; then
12041 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12042 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
12052 # host-specific stuff:
12054 ALL_LINGUAS="da de es fi fr ga id it nl pt_BR ro sr sv tr uk vi zh_CN"
12055 # If we haven't got the data from the intl directory,
12056 # assume NLS is disabled.
12065 if test -f ../intl/config.intl; then
12066 . ../intl/config.intl
12068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12069 $as_echo_n "checking whether NLS is requested... " >&6; }
12070 if test x"$USE_NLS" != xyes; then
12071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12072 $as_echo "no" >&6; }
12074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12075 $as_echo "yes" >&6; }
12077 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12081 $as_echo_n "checking for catalogs to be installed... " >&6; }
12082 # Look for .po and .gmo files in the source directory.
12085 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12086 # If there aren't any .gmo files the shell will give us the
12087 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12089 case "$cat" in *\**)
12092 # The quadruple backslash is collapsed to a double backslash
12093 # by the backticks, then collapsed again by the double quotes,
12094 # leaving us with one backslash in the sed expression (right
12095 # before the dot that mustn't act as a wildcard).
12096 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12097 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12098 # The user is allowed to set LINGUAS to a list of languages to
12099 # install catalogs for. If it's empty that means "all of them."
12100 if test "x$LINGUAS" = x; then
12101 CATALOGS="$CATALOGS $cat"
12102 XLINGUAS="$XLINGUAS $lang"
12104 case "$LINGUAS" in *$lang*)
12105 CATALOGS="$CATALOGS $cat"
12106 XLINGUAS="$XLINGUAS $lang"
12111 LINGUAS="$XLINGUAS"
12112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12113 $as_echo "$LINGUAS" >&6; }
12127 if test -n "$ac_aux_dir"; then
12128 case "$ac_aux_dir" in
12129 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12130 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12133 if test -z "$MKINSTALLDIRS"; then
12134 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12140 $as_echo_n "checking whether NLS is requested... " >&6; }
12141 # Check whether --enable-nls was given.
12142 if test "${enable_nls+set}" = set; then :
12143 enableval=$enable_nls; USE_NLS=$enableval
12148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12149 $as_echo "$USE_NLS" >&6; }
12156 # Prepare PATH_SEPARATOR.
12157 # The user is always right.
12158 if test "${PATH_SEPARATOR+set}" != set; then
12159 echo "#! /bin/sh" >conf$$.sh
12160 echo "exit 0" >>conf$$.sh
12162 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12170 # Find out how to test for executable files. Don't use a zero-byte file,
12171 # as systems may use methods other than mode bits to determine executability.
12172 cat >conf$$.file <<_ASEOF
12176 chmod +x conf$$.file
12177 if test -x conf$$.file >/dev/null 2>&1; then
12178 ac_executable_p="test -x"
12180 ac_executable_p="test -f"
12184 # Extract the first word of "msgfmt", so it can be a program name with args.
12185 set dummy msgfmt; ac_word=$2
12186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12187 $as_echo_n "checking for $ac_word... " >&6; }
12188 if ${ac_cv_path_MSGFMT+:} false; then :
12189 $as_echo_n "(cached) " >&6
12193 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12196 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12197 for ac_dir in $PATH; do
12199 test -z "$ac_dir" && ac_dir=.
12200 for ac_exec_ext in '' $ac_executable_extensions; do
12201 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12202 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12203 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12204 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12211 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12215 MSGFMT="$ac_cv_path_MSGFMT"
12216 if test "$MSGFMT" != ":"; then
12217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12218 $as_echo "$MSGFMT" >&6; }
12220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12221 $as_echo "no" >&6; }
12224 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12225 set dummy gmsgfmt; ac_word=$2
12226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12227 $as_echo_n "checking for $ac_word... " >&6; }
12228 if ${ac_cv_path_GMSGFMT+:} false; then :
12229 $as_echo_n "(cached) " >&6
12233 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12236 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12237 for as_dir in $PATH
12240 test -z "$as_dir" && as_dir=.
12241 for ac_exec_ext in '' $ac_executable_extensions; do
12242 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12243 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12244 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12251 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12255 GMSGFMT=$ac_cv_path_GMSGFMT
12256 if test -n "$GMSGFMT"; then
12257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12258 $as_echo "$GMSGFMT" >&6; }
12260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12261 $as_echo "no" >&6; }
12267 # Prepare PATH_SEPARATOR.
12268 # The user is always right.
12269 if test "${PATH_SEPARATOR+set}" != set; then
12270 echo "#! /bin/sh" >conf$$.sh
12271 echo "exit 0" >>conf$$.sh
12273 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12281 # Find out how to test for executable files. Don't use a zero-byte file,
12282 # as systems may use methods other than mode bits to determine executability.
12283 cat >conf$$.file <<_ASEOF
12287 chmod +x conf$$.file
12288 if test -x conf$$.file >/dev/null 2>&1; then
12289 ac_executable_p="test -x"
12291 ac_executable_p="test -f"
12295 # Extract the first word of "xgettext", so it can be a program name with args.
12296 set dummy xgettext; ac_word=$2
12297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12298 $as_echo_n "checking for $ac_word... " >&6; }
12299 if ${ac_cv_path_XGETTEXT+:} false; then :
12300 $as_echo_n "(cached) " >&6
12302 case "$XGETTEXT" in
12304 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12307 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12308 for ac_dir in $PATH; do
12310 test -z "$ac_dir" && ac_dir=.
12311 for ac_exec_ext in '' $ac_executable_extensions; do
12312 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12313 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12314 (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
12315 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12322 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12326 XGETTEXT="$ac_cv_path_XGETTEXT"
12327 if test "$XGETTEXT" != ":"; then
12328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12329 $as_echo "$XGETTEXT" >&6; }
12331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12332 $as_echo "no" >&6; }
12338 # Prepare PATH_SEPARATOR.
12339 # The user is always right.
12340 if test "${PATH_SEPARATOR+set}" != set; then
12341 echo "#! /bin/sh" >conf$$.sh
12342 echo "exit 0" >>conf$$.sh
12344 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12352 # Find out how to test for executable files. Don't use a zero-byte file,
12353 # as systems may use methods other than mode bits to determine executability.
12354 cat >conf$$.file <<_ASEOF
12358 chmod +x conf$$.file
12359 if test -x conf$$.file >/dev/null 2>&1; then
12360 ac_executable_p="test -x"
12362 ac_executable_p="test -f"
12366 # Extract the first word of "msgmerge", so it can be a program name with args.
12367 set dummy msgmerge; ac_word=$2
12368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12369 $as_echo_n "checking for $ac_word... " >&6; }
12370 if ${ac_cv_path_MSGMERGE+:} false; then :
12371 $as_echo_n "(cached) " >&6
12373 case "$MSGMERGE" in
12375 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12378 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12379 for ac_dir in $PATH; do
12381 test -z "$ac_dir" && ac_dir=.
12382 for ac_exec_ext in '' $ac_executable_extensions; do
12383 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12384 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12385 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12392 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12396 MSGMERGE="$ac_cv_path_MSGMERGE"
12397 if test "$MSGMERGE" != ":"; then
12398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12399 $as_echo "$MSGMERGE" >&6; }
12401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12402 $as_echo "no" >&6; }
12406 if test "$GMSGFMT" != ":"; then
12407 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12408 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12411 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12413 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12418 if test "$XGETTEXT" != ":"; then
12419 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12420 (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
12423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12424 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12430 ac_config_commands="$ac_config_commands default-1"
12434 . ${srcdir}/../bfd/configure.host
12436 # Put a plausible default for CC_FOR_BUILD in Makefile.
12437 if test -z "$CC_FOR_BUILD"; then
12438 if test "x$cross_compiling" = "xno"; then
12439 CC_FOR_BUILD='$(CC)'
12445 # Also set EXEEXT_FOR_BUILD.
12446 if test "x$cross_compiling" = "xno"; then
12447 EXEEXT_FOR_BUILD='$(EXEEXT)'
12449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12450 $as_echo_n "checking for build system executable suffix... " >&6; }
12451 if ${bfd_cv_build_exeext+:} false; then :
12452 $as_echo_n "(cached) " >&6
12455 echo 'int main () { return 0; }' > conftest.c
12456 bfd_cv_build_exeext=
12457 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12458 for file in conftest.*; do
12460 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12461 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12465 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12468 $as_echo "$bfd_cv_build_exeext" >&6; }
12469 EXEEXT_FOR_BUILD=""
12470 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12477 for ac_header in string.h strings.h stdlib.h limits.h
12479 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12480 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12481 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12482 cat >>confdefs.h <<_ACEOF
12483 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
12491 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
12492 if ${gcc_cv_header_string+:} false; then :
12493 $as_echo_n "(cached) " >&6
12495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12496 /* end confdefs.h. */
12497 #include <string.h>
12498 #include <strings.h>
12507 if ac_fn_c_try_compile "$LINENO"; then :
12508 gcc_cv_header_string=yes
12510 gcc_cv_header_string=no
12512 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
12515 $as_echo "$gcc_cv_header_string" >&6; }
12516 if test $gcc_cv_header_string = yes; then
12518 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
12523 ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
12524 if test "x$ac_cv_have_decl_basename" = xyes; then :
12530 cat >>confdefs.h <<_ACEOF
12531 #define HAVE_DECL_BASENAME $ac_have_decl
12533 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
12534 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
12540 cat >>confdefs.h <<_ACEOF
12541 #define HAVE_DECL_STPCPY $ac_have_decl
12545 # Check if sigsetjmp is available. Using AC_CHECK_FUNCS won't do
12546 # since sigsetjmp might only be defined as a macro.
12547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5
12548 $as_echo_n "checking for sigsetjmp... " >&6; }
12549 if ${gdb_cv_func_sigsetjmp+:} false; then :
12550 $as_echo_n "(cached) " >&6
12552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12553 /* end confdefs.h. */
12555 #include <setjmp.h>
12560 sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);
12565 if ac_fn_c_try_compile "$LINENO"; then :
12566 bfd_cv_func_sigsetjmp=yes
12568 bfd_cv_func_sigsetjmp=no
12570 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_sigsetjmp" >&5
12573 $as_echo "$gdb_cv_func_sigsetjmp" >&6; }
12574 if test $bfd_cv_func_sigsetjmp = yes; then
12576 $as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h
12581 cgendir='$(srcdir)/../cgen'
12583 # Check whether --enable-cgen-maint was given.
12584 if test "${enable_cgen_maint+set}" = set; then :
12585 enableval=$enable_cgen_maint; case "${enableval}" in
12586 yes) cgen_maint=yes ;;
12587 no) cgen_maint=no ;;
12589 # Argument is a directory where cgen can be found. In some
12590 # future world cgen could be installable, but right now this
12591 # is not the case. Instead we assume the directory is a path
12592 # to the cgen source tree.
12594 if test -r ${enableval}/iformat.scm; then
12595 # This looks like a cgen source tree.
12596 cgendir=${enableval}
12598 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
12603 if test x${cgen_maint} = xyes; then
12605 CGEN_MAINT_FALSE='#'
12607 CGEN_MAINT_TRUE='#'
12615 # Check if linker supports --as-needed and --no-as-needed options
12616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
12617 $as_echo_n "checking linker --as-needed support... " >&6; }
12618 if ${bfd_cv_ld_as_needed+:} false; then :
12619 $as_echo_n "(cached) " >&6
12621 bfd_cv_ld_as_needed=no
12622 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
12623 bfd_cv_ld_as_needed=yes
12627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
12628 $as_echo "$bfd_cv_ld_as_needed" >&6; }
12632 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
12633 # These system don't have libm, or don't need it
12636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
12637 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
12638 if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
12639 $as_echo_n "(cached) " >&6
12641 ac_check_lib_save_LIBS=$LIBS
12643 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12644 /* end confdefs.h. */
12646 /* Override any GCC internal prototype to avoid an error.
12647 Use char because int might match the return type of a GCC
12648 builtin and then its argument prototype would still apply. */
12652 char _mwvalidcheckl ();
12656 return _mwvalidcheckl ();
12661 if ac_fn_c_try_link "$LINENO"; then :
12662 ac_cv_lib_mw__mwvalidcheckl=yes
12664 ac_cv_lib_mw__mwvalidcheckl=no
12666 rm -f core conftest.err conftest.$ac_objext \
12667 conftest$ac_exeext conftest.$ac_ext
12668 LIBS=$ac_check_lib_save_LIBS
12670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
12671 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
12672 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
12676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12677 $as_echo_n "checking for cos in -lm... " >&6; }
12678 if ${ac_cv_lib_m_cos+:} false; then :
12679 $as_echo_n "(cached) " >&6
12681 ac_check_lib_save_LIBS=$LIBS
12683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12684 /* end confdefs.h. */
12686 /* Override any GCC internal prototype to avoid an error.
12687 Use char because int might match the return type of a GCC
12688 builtin and then its argument prototype would still apply. */
12701 if ac_fn_c_try_link "$LINENO"; then :
12702 ac_cv_lib_m_cos=yes
12706 rm -f core conftest.err conftest.$ac_objext \
12707 conftest$ac_exeext conftest.$ac_ext
12708 LIBS=$ac_check_lib_save_LIBS
12710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12711 $as_echo "$ac_cv_lib_m_cos" >&6; }
12712 if test "x$ac_cv_lib_m_cos" = xyes; then :
12718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12719 $as_echo_n "checking for cos in -lm... " >&6; }
12720 if ${ac_cv_lib_m_cos+:} false; then :
12721 $as_echo_n "(cached) " >&6
12723 ac_check_lib_save_LIBS=$LIBS
12725 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12726 /* end confdefs.h. */
12728 /* Override any GCC internal prototype to avoid an error.
12729 Use char because int might match the return type of a GCC
12730 builtin and then its argument prototype would still apply. */
12743 if ac_fn_c_try_link "$LINENO"; then :
12744 ac_cv_lib_m_cos=yes
12748 rm -f core conftest.err conftest.$ac_objext \
12749 conftest$ac_exeext conftest.$ac_ext
12750 LIBS=$ac_check_lib_save_LIBS
12752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12753 $as_echo "$ac_cv_lib_m_cos" >&6; }
12754 if test "x$ac_cv_lib_m_cos" = xyes; then :
12763 #Libs for generator progs
12764 if test "x$cross_compiling" = "xno"; then
12765 BUILD_LIBS=../libiberty/libiberty.a
12766 BUILD_LIB_DEPS=$BUILD_LIBS
12768 # if cross-compiling, assume that the system provides -liberty
12769 # and that the version is compatible with new headers.
12770 BUILD_LIBS=-liberty
12773 BUILD_LIBS="$BUILD_LIBS $LIBINTL"
12774 BUILD_LIB_DEPS="$BUILD_LIB_DEPS $LIBINTL_DEP"
12779 # Horrible hacks to build DLLs on Windows and a shared library elsewhere.
12782 SHARED_DEPENDENCIES=
12783 if test "$enable_shared" = "yes"; then
12784 # When building a shared libopcodes, link against the pic version of libiberty
12785 # so that apps that use libopcodes won't need libiberty just to satisfy any
12786 # libopcodes references.
12787 # We can't do that if a pic libiberty is unavailable since including non-pic
12788 # code would insert text relocations into libopcodes.
12789 # Note that linking against libbfd as we do here, which is itself linked
12790 # against libiberty, may not satisfy all the libopcodes libiberty references
12791 # since libbfd may not pull in the entirety of libiberty.
12792 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
12793 if test -n "$x"; then
12794 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
12799 SHARED_LDFLAGS="-no-undefined"
12800 SHARED_LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin"
12803 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.dylib ${SHARED_LIBADD}"
12804 SHARED_DEPENDENCIES="../bfd/libbfd.la"
12807 case "$host_vendor" in
12809 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.sl ${SHARED_LIBADD}"
12812 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.so ${SHARED_LIBADD}"
12815 SHARED_DEPENDENCIES="../bfd/libbfd.la"
12819 if test -n "$SHARED_LIBADD"; then
12820 if test -n "$LIBM"; then
12821 if test x"$bfd_cv_ld_as_needed" = xyes; then
12822 # Link against libm only when needed. Put -lc, -lm inside -Wl
12823 # to stop libtool reordering these options.
12824 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
12826 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
12835 # target-specific stuff:
12837 # Canonicalize the secondary target names.
12838 if test -n "$enable_targets" ; then
12839 for targ in `echo $enable_targets | sed 's/,/ /g'`
12841 result=`$ac_config_sub $targ 2>/dev/null`
12842 if test -n "$result" ; then
12843 canon_targets="$canon_targets $result"
12845 # Allow targets that config.sub doesn't recognize, like "all".
12846 canon_targets="$canon_targets $targ"
12853 for targ in $target $canon_targets
12855 if test "x$targ" = "xall" ; then
12858 . $srcdir/../bfd/config.bfd
12859 selarchs="$selarchs $targ_archs"
12863 # Utility var, documents generic cgen support files.
12865 cgen_files="cgen-opc.lo cgen-asm.lo cgen-dis.lo cgen-bitset.lo"
12867 # We don't do any links based on the target system, just makefile config.
12869 if test x${all_targets} = xfalse ; then
12871 # Target architecture .o files.
12874 for arch in $selarchs
12876 ad=`echo $arch | sed -e s/bfd_//g -e s/_arch//g`
12877 archdefs="$archdefs -DARCH_$ad"
12879 bfd_aarch64_arch) ta="$ta aarch64-asm.lo aarch64-dis.lo aarch64-opc.lo aarch64-asm-2.lo aarch64-dis-2.lo aarch64-opc-2.lo" ;;
12880 bfd_alpha_arch) ta="$ta alpha-dis.lo alpha-opc.lo" ;;
12881 bfd_arc_arch) ta="$ta arc-dis.lo arc-opc.lo arc-ext.lo" ;;
12882 bfd_arm_arch) ta="$ta arm-dis.lo" ;;
12883 bfd_avr_arch) ta="$ta avr-dis.lo" ;;
12884 bfd_bfin_arch) ta="$ta bfin-dis.lo" ;;
12885 bfd_cr16_arch) ta="$ta cr16-dis.lo cr16-opc.lo" ;;
12886 bfd_cris_arch) ta="$ta cris-dis.lo cris-opc.lo cgen-bitset.lo" ;;
12887 bfd_crx_arch) ta="$ta crx-dis.lo crx-opc.lo" ;;
12888 bfd_csky_arch) ta="$ta csky-dis.lo" ;;
12889 bfd_d10v_arch) ta="$ta d10v-dis.lo d10v-opc.lo" ;;
12890 bfd_d30v_arch) ta="$ta d30v-dis.lo d30v-opc.lo" ;;
12891 bfd_dlx_arch) ta="$ta dlx-dis.lo" ;;
12892 bfd_fr30_arch) ta="$ta fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo" using_cgen=yes ;;
12893 bfd_frv_arch) ta="$ta frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo" using_cgen=yes ;;
12894 bfd_ft32_arch) ta="$ta ft32-opc.lo ft32-dis.lo" ;;
12895 bfd_moxie_arch) ta="$ta moxie-dis.lo moxie-opc.lo" ;;
12896 bfd_h8300_arch) ta="$ta h8300-dis.lo" ;;
12897 bfd_hppa_arch) ta="$ta hppa-dis.lo" ;;
12898 bfd_i386_arch|bfd_iamcu_arch|bfd_l1om_arch|bfd_k1om_arch)
12899 ta="$ta i386-dis.lo i386-opc.lo" ;;
12900 bfd_ia64_arch) ta="$ta ia64-dis.lo ia64-opc.lo" ;;
12901 bfd_ip2k_arch) ta="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo" using_cgen=yes ;;
12902 bfd_epiphany_arch) ta="$ta epiphany-asm.lo epiphany-desc.lo epiphany-dis.lo epiphany-ibld.lo epiphany-opc.lo" using_cgen=yes ;;
12903 bfd_iq2000_arch) ta="$ta iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo" using_cgen=yes ;;
12904 bfd_lm32_arch) ta="$ta lm32-asm.lo lm32-desc.lo lm32-dis.lo lm32-ibld.lo lm32-opc.lo lm32-opinst.lo" using_cgen=yes ;;
12905 bfd_m32c_arch) ta="$ta m32c-asm.lo m32c-desc.lo m32c-dis.lo m32c-ibld.lo m32c-opc.lo" using_cgen=yes ;;
12906 bfd_m32r_arch) ta="$ta m32r-asm.lo m32r-desc.lo m32r-dis.lo m32r-ibld.lo m32r-opc.lo m32r-opinst.lo" using_cgen=yes ;;
12907 bfd_m68hc11_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12908 bfd_m68hc12_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12909 bfd_m9s12x_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12910 bfd_m9s12xg_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12911 bfd_s12z_arch) ta="$ta s12z-dis.lo s12z-opc.lo" ;;
12912 bfd_m68k_arch) ta="$ta m68k-dis.lo m68k-opc.lo" ;;
12913 bfd_mcore_arch) ta="$ta mcore-dis.lo" ;;
12914 bfd_mep_arch) ta="$ta mep-asm.lo mep-desc.lo mep-dis.lo mep-ibld.lo mep-opc.lo" using_cgen=yes ;;
12915 bfd_metag_arch) ta="$ta metag-dis.lo" ;;
12916 bfd_microblaze_arch) ta="$ta microblaze-dis.lo" ;;
12917 bfd_mips_arch) ta="$ta mips-dis.lo mips-opc.lo mips16-opc.lo micromips-opc.lo" ;;
12918 bfd_mmix_arch) ta="$ta mmix-dis.lo mmix-opc.lo" ;;
12919 bfd_mn10200_arch) ta="$ta m10200-dis.lo m10200-opc.lo" ;;
12920 bfd_mn10300_arch) ta="$ta m10300-dis.lo m10300-opc.lo" ;;
12921 bfd_mt_arch) ta="$ta mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.lo mt-opc.lo" using_cgen=yes ;;
12922 bfd_msp430_arch) ta="$ta msp430-dis.lo msp430-decode.lo" ;;
12923 bfd_nds32_arch) ta="$ta nds32-asm.lo nds32-dis.lo" ;;
12924 bfd_nfp_arch) ta="$ta nfp-dis.lo" ;;
12925 bfd_nios2_arch) ta="$ta nios2-dis.lo nios2-opc.lo" ;;
12926 bfd_ns32k_arch) ta="$ta ns32k-dis.lo" ;;
12927 bfd_or1k_arch) ta="$ta or1k-asm.lo or1k-desc.lo or1k-dis.lo or1k-ibld.lo or1k-opc.lo" using_cgen=yes ;;
12928 bfd_pdp11_arch) ta="$ta pdp11-dis.lo pdp11-opc.lo" ;;
12929 bfd_pj_arch) ta="$ta pj-dis.lo pj-opc.lo" ;;
12930 bfd_powerpc_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12931 bfd_powerpc_64_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12932 bfd_pru_arch) ta="$ta pru-dis.lo pru-opc.lo" ;;
12933 bfd_pyramid_arch) ;;
12935 bfd_riscv_arch) ta="$ta riscv-dis.lo riscv-opc.lo" ;;
12936 bfd_rs6000_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12937 bfd_rl78_arch) ta="$ta rl78-dis.lo rl78-decode.lo";;
12938 bfd_rx_arch) ta="$ta rx-dis.lo rx-decode.lo";;
12939 bfd_s390_arch) ta="$ta s390-dis.lo s390-opc.lo" ;;
12940 bfd_score_arch) ta="$ta score-dis.lo score7-dis.lo" ;;
12941 bfd_sh_arch) ta="$ta sh-dis.lo cgen-bitset.lo" ;;
12942 bfd_sparc_arch) ta="$ta sparc-dis.lo sparc-opc.lo" ;;
12943 bfd_spu_arch) ta="$ta spu-dis.lo spu-opc.lo" ;;
12944 bfd_tic30_arch) ta="$ta tic30-dis.lo" ;;
12945 bfd_tic4x_arch) ta="$ta tic4x-dis.lo" ;;
12946 bfd_tic54x_arch) ta="$ta tic54x-dis.lo tic54x-opc.lo" ;;
12947 bfd_tic6x_arch) ta="$ta tic6x-dis.lo" ;;
12948 bfd_tic80_arch) ta="$ta tic80-dis.lo tic80-opc.lo" ;;
12949 bfd_tilegx_arch) ta="$ta tilegx-dis.lo tilegx-opc.lo" ;;
12950 bfd_tilepro_arch) ta="$ta tilepro-dis.lo tilepro-opc.lo" ;;
12951 bfd_v850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12952 bfd_v850e_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12953 bfd_v850ea_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12954 bfd_v850_rh850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12955 bfd_vax_arch) ta="$ta vax-dis.lo" ;;
12956 bfd_visium_arch) ta="$ta visium-dis.lo visium-opc.lo" ;;
12957 bfd_wasm32_arch) ta="$ta wasm32-dis.lo" ;;
12958 bfd_xc16x_arch) ta="$ta xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo" using_cgen=yes ;;
12959 bfd_xgate_arch) ta="$ta xgate-dis.lo xgate-opc.lo" ;;
12960 bfd_xstormy16_arch) ta="$ta xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo" using_cgen=yes ;;
12961 bfd_xtensa_arch) ta="$ta xtensa-dis.lo" ;;
12962 bfd_z80_arch) ta="$ta z80-dis.lo" ;;
12963 bfd_z8k_arch) ta="$ta z8k-dis.lo" ;;
12964 bfd_bpf_arch) ta="$ta bpf-asm.lo bpf-desc.lo bpf-dis.lo bpf-ibld.lo bpf-opc.lo" using_cgen=yes ;;
12967 *) as_fn_error $? "*** unknown target architecture $arch" "$LINENO" 5 ;;
12971 if test $using_cgen = yes ; then
12972 ta="$ta $cgen_files"
12975 # Weed out duplicate .o files.
12985 # And duplicate -D flags.
12987 for i in $archdefs ; do
12997 else # all_targets is true
12998 archdefs=-DARCH_all
12999 BFD_MACHINES='$(ALL_MACHINES)'
13005 ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
13007 cat >confcache <<\_ACEOF
13008 # This file is a shell script that caches the results of configure
13009 # tests run on this system so they can be shared between configure
13010 # scripts and configure runs, see configure's option --config-cache.
13011 # It is not useful on other systems. If it contains results you don't
13012 # want to keep, you may remove or edit it.
13014 # config.status only pays attention to the cache file if you give it
13015 # the --recheck option to rerun configure.
13017 # `ac_cv_env_foo' variables (set or unset) will be overridden when
13018 # loading this file, other *unset* `ac_cv_foo' will be assigned the
13019 # following values.
13023 # The following way of writing the cache mishandles newlines in values,
13024 # but we know of no workaround that is simple, portable, and efficient.
13025 # So, we kill variables containing newlines.
13026 # Ultrix sh set writes to stderr and can't be redirected directly,
13027 # and sets the high bit in the cache file unless we assign to the vars.
13029 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13030 eval ac_val=\$$ac_var
13034 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13035 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13038 _ | IFS | as_nl) ;; #(
13039 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13040 *) { eval $ac_var=; unset $ac_var;} ;;
13046 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13047 *${as_nl}ac_space=\ *)
13048 # `set' does not quote correctly, so add quotes: double-quote
13049 # substitution turns \\\\ into \\, and sed turns \\ into \.
13052 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13055 # `set' quotes correctly as required by POSIX, so do not add quotes.
13056 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13065 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13067 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13069 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13070 if test -w "$cache_file"; then
13071 if test "x$cache_file" != "x/dev/null"; then
13072 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13073 $as_echo "$as_me: updating cache $cache_file" >&6;}
13074 if test ! -f "$cache_file" || test -h "$cache_file"; then
13075 cat confcache >"$cache_file"
13077 case $cache_file in #(
13079 mv -f confcache "$cache_file"$$ &&
13080 mv -f "$cache_file"$$ "$cache_file" ;; #(
13082 mv -f confcache "$cache_file" ;;
13087 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13088 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13093 test "x$prefix" = xNONE && prefix=$ac_default_prefix
13094 # Let make expand exec_prefix.
13095 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13097 DEFS=-DHAVE_CONFIG_H
13102 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13103 # 1. Remove the extension, and $U if already installed.
13104 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13105 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13106 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13107 # will be set to the directory where LIBOBJS objects are built.
13108 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13109 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13111 LIBOBJS=$ac_libobjs
13113 LTLIBOBJS=$ac_ltlibobjs
13116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
13117 $as_echo_n "checking that generated files are newer than configure... " >&6; }
13118 if test -n "$am_sleep_pid"; then
13119 # Hide warnings about reused PIDs.
13120 wait $am_sleep_pid 2>/dev/null
13122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
13123 $as_echo "done" >&6; }
13124 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
13125 as_fn_error $? "conditional \"AMDEP\" was never defined.
13126 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13128 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
13129 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
13130 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13132 if test -n "$EXEEXT"; then
13134 am__EXEEXT_FALSE='#'
13136 am__EXEEXT_TRUE='#'
13140 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13141 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
13142 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13144 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
13145 as_fn_error $? "conditional \"INSTALL_LIBBFD\" was never defined.
13146 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13148 if test -z "${CGEN_MAINT_TRUE}" && test -z "${CGEN_MAINT_FALSE}"; then
13149 as_fn_error $? "conditional \"CGEN_MAINT\" was never defined.
13150 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13153 : "${CONFIG_STATUS=./config.status}"
13155 ac_clean_files_save=$ac_clean_files
13156 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13157 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13158 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13160 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13162 # Generated by $as_me.
13163 # Run this file to recreate the current configuration.
13164 # Compiler output produced by configure, useful for debugging
13165 # configure, is in config.log if it exists.
13168 ac_cs_recheck=false
13171 SHELL=\${CONFIG_SHELL-$SHELL}
13174 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13175 ## -------------------- ##
13176 ## M4sh Initialization. ##
13177 ## -------------------- ##
13179 # Be more Bourne compatible
13180 DUALCASE=1; export DUALCASE # for MKS sh
13181 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13184 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13185 # is contrary to our usage. Disable this feature.
13186 alias -g '${1+"$@"}'='"$@"'
13187 setopt NO_GLOB_SUBST
13189 case `(set -o) 2>/dev/null` in #(
13201 # Printing a long string crashes Solaris 7 /usr/bin/printf.
13202 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13203 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13204 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13205 # Prefer a ksh shell builtin over an external printf program on Solaris,
13206 # but without wasting forks for bash or zsh.
13207 if test -z "$BASH_VERSION$ZSH_VERSION" \
13208 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13209 as_echo='print -r --'
13210 as_echo_n='print -rn --'
13211 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13212 as_echo='printf %s\n'
13213 as_echo_n='printf %s'
13215 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13216 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13217 as_echo_n='/usr/ucb/echo -n'
13219 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13220 as_echo_n_body='eval
13224 expr "X$arg" : "X\\(.*\\)$as_nl";
13225 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13227 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13229 export as_echo_n_body
13230 as_echo_n='sh -c $as_echo_n_body as_echo'
13232 export as_echo_body
13233 as_echo='sh -c $as_echo_body as_echo'
13236 # The user is always right.
13237 if test "${PATH_SEPARATOR+set}" != set; then
13239 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13240 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13247 # We need space, tab and new line, in precisely that order. Quoting is
13248 # there to prevent editors from complaining about space-tab.
13249 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
13250 # splitting by setting IFS to empty value.)
13253 # Find who we are. Look in the path if we contain no directory separator.
13256 *[\\/]* ) as_myself=$0 ;;
13257 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13258 for as_dir in $PATH
13261 test -z "$as_dir" && as_dir=.
13262 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13268 # We did not find ourselves, most probably we were run as `sh COMMAND'
13269 # in which case we are not to be found in the path.
13270 if test "x$as_myself" = x; then
13273 if test ! -f "$as_myself"; then
13274 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13278 # Unset variables that we do not need and which cause bugs (e.g. in
13279 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13280 # suppresses any "Segmentation fault" message there. '((' could
13281 # trigger a bug in pdksh 5.2.14.
13282 for as_var in BASH_ENV ENV MAIL MAILPATH
13283 do eval test x\${$as_var+set} = xset \
13284 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13297 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13300 # as_fn_error STATUS ERROR [LINENO LOG_FD]
13301 # ----------------------------------------
13302 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13303 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13304 # script with STATUS, using 1 if that was 0.
13307 as_status=$1; test $as_status -eq 0 && as_status=1
13309 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13310 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
13312 $as_echo "$as_me: error: $2" >&2
13313 as_fn_exit $as_status
13317 # as_fn_set_status STATUS
13318 # -----------------------
13319 # Set $? to STATUS, without forking.
13320 as_fn_set_status ()
13323 } # as_fn_set_status
13325 # as_fn_exit STATUS
13326 # -----------------
13327 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13331 as_fn_set_status $1
13337 # Portably unset VAR.
13340 { eval $1=; unset $1;}
13342 as_unset=as_fn_unset
13343 # as_fn_append VAR VALUE
13344 # ----------------------
13345 # Append the text in VALUE to the end of the definition contained in VAR. Take
13346 # advantage of any shell optimizations that allow amortized linear growth over
13347 # repeated appends, instead of the typical quadratic growth present in naive
13349 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13350 eval 'as_fn_append ()
13361 # as_fn_arith ARG...
13362 # ------------------
13363 # Perform arithmetic evaluation on the ARGs, and store the result in the
13364 # global $as_val. Take advantage of shells that can avoid forks. The arguments
13365 # must be portable across $(()) and expr.
13366 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13367 eval 'as_fn_arith ()
13374 as_val=`expr "$@" || test $? -eq 1`
13379 if expr a : '\(a\)' >/dev/null 2>&1 &&
13380 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13386 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13387 as_basename=basename
13392 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13398 as_me=`$as_basename -- "$0" ||
13399 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13400 X"$0" : 'X\(//\)$' \| \
13401 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13403 sed '/^.*\/\([^/][^/]*\)\/*$/{
13417 # Avoid depending upon Character Ranges.
13418 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13419 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13420 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13421 as_cr_digits='0123456789'
13422 as_cr_alnum=$as_cr_Letters$as_cr_digits
13424 ECHO_C= ECHO_N= ECHO_T=
13425 case `echo -n x` in #(((((
13427 case `echo 'xy\c'` in
13428 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13430 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13437 rm -f conf$$ conf$$.exe conf$$.file
13438 if test -d conf$$.dir; then
13439 rm -f conf$$.dir/conf$$.file
13442 mkdir conf$$.dir 2>/dev/null
13444 if (echo >conf$$.file) 2>/dev/null; then
13445 if ln -s conf$$.file conf$$ 2>/dev/null; then
13447 # ... but there are two gotchas:
13448 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13449 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13450 # In both cases, we have to default to `cp -pR'.
13451 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13453 elif ln conf$$.file conf$$ 2>/dev/null; then
13461 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13462 rmdir conf$$.dir 2>/dev/null
13467 # Create "$as_dir" as a directory, including parents if necessary.
13472 -*) as_dir=./$as_dir;;
13474 test -d "$as_dir" || eval $as_mkdir_p || {
13478 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13479 *) as_qdir=$as_dir;;
13481 as_dirs="'$as_qdir' $as_dirs"
13482 as_dir=`$as_dirname -- "$as_dir" ||
13483 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13484 X"$as_dir" : 'X\(//\)[^/]' \| \
13485 X"$as_dir" : 'X\(//\)$' \| \
13486 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13487 $as_echo X"$as_dir" |
13488 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13492 /^X\(\/\/\)[^/].*/{
13505 test -d "$as_dir" && break
13507 test -z "$as_dirs" || eval "mkdir $as_dirs"
13508 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
13512 if mkdir -p . 2>/dev/null; then
13513 as_mkdir_p='mkdir -p "$as_dir"'
13515 test -d ./-p && rmdir ./-p
13520 # as_fn_executable_p FILE
13521 # -----------------------
13522 # Test if FILE is an executable regular file.
13523 as_fn_executable_p ()
13525 test -f "$1" && test -x "$1"
13526 } # as_fn_executable_p
13527 as_test_x='test -x'
13528 as_executable_p=as_fn_executable_p
13530 # Sed expression to map a string onto a valid CPP name.
13531 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13533 # Sed expression to map a string onto a valid variable name.
13534 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13538 ## ----------------------------------- ##
13539 ## Main body of $CONFIG_STATUS script. ##
13540 ## ----------------------------------- ##
13542 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13544 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13545 # Save the log message, to keep $0 and so on meaningful, and to
13546 # report actual input values of CONFIG_FILES etc. instead of their
13547 # values after options handling.
13549 This file was extended by opcodes $as_me 2.32.51, which was
13550 generated by GNU Autoconf 2.69. Invocation command line was
13552 CONFIG_FILES = $CONFIG_FILES
13553 CONFIG_HEADERS = $CONFIG_HEADERS
13554 CONFIG_LINKS = $CONFIG_LINKS
13555 CONFIG_COMMANDS = $CONFIG_COMMANDS
13558 on `(hostname || uname -n) 2>/dev/null | sed 1q`
13563 case $ac_config_files in *"
13564 "*) set x $ac_config_files; shift; ac_config_files=$*;;
13567 case $ac_config_headers in *"
13568 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13572 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13573 # Files that config.status was made for.
13574 config_files="$ac_config_files"
13575 config_headers="$ac_config_headers"
13576 config_commands="$ac_config_commands"
13580 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13582 \`$as_me' instantiates files and other configuration actions
13583 from templates according to the current configuration. Unless the files
13584 and actions are specified as TAGs, all are instantiated by default.
13586 Usage: $0 [OPTION]... [TAG]...
13588 -h, --help print this help, then exit
13589 -V, --version print version number and configuration settings, then exit
13590 --config print configuration, then exit
13591 -q, --quiet, --silent
13592 do not print progress messages
13593 -d, --debug don't remove temporary files
13594 --recheck update $as_me by reconfiguring in the same conditions
13595 --file=FILE[:TEMPLATE]
13596 instantiate the configuration file FILE
13597 --header=FILE[:TEMPLATE]
13598 instantiate the configuration header FILE
13600 Configuration files:
13603 Configuration headers:
13606 Configuration commands:
13609 Report bugs to the package provider."
13612 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13613 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13615 opcodes config.status 2.32.51
13616 configured by $0, generated by GNU Autoconf 2.69,
13617 with options \\"\$ac_cs_config\\"
13619 Copyright (C) 2012 Free Software Foundation, Inc.
13620 This config.status script is free software; the Free Software Foundation
13621 gives unlimited permission to copy, distribute and modify it."
13628 test -n "\$AWK" || AWK=awk
13631 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13632 # The default lists apply if the user does not specify any file.
13638 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13639 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
13643 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13655 # Handling of the options.
13656 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13658 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13659 $as_echo "$ac_cs_version"; exit ;;
13660 --config | --confi | --conf | --con | --co | --c )
13661 $as_echo "$ac_cs_config"; exit ;;
13662 --debug | --debu | --deb | --de | --d | -d )
13664 --file | --fil | --fi | --f )
13667 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13668 '') as_fn_error $? "missing file argument" ;;
13670 as_fn_append CONFIG_FILES " '$ac_optarg'"
13671 ac_need_defaults=false;;
13672 --header | --heade | --head | --hea )
13675 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13677 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
13678 ac_need_defaults=false;;
13680 # Conflict between --help and --header
13681 as_fn_error $? "ambiguous option: \`$1'
13682 Try \`$0 --help' for more information.";;
13683 --help | --hel | -h )
13684 $as_echo "$ac_cs_usage"; exit ;;
13685 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13686 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13689 # This is an error.
13690 -*) as_fn_error $? "unrecognized option: \`$1'
13691 Try \`$0 --help' for more information." ;;
13693 *) as_fn_append ac_config_targets " $1"
13694 ac_need_defaults=false ;;
13700 ac_configure_extra_args=
13702 if $ac_cs_silent; then
13704 ac_configure_extra_args="$ac_configure_extra_args --silent"
13708 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13709 if \$ac_cs_recheck; then
13710 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13712 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13713 CONFIG_SHELL='$SHELL'
13714 export CONFIG_SHELL
13719 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13723 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13724 ## Running $as_me. ##
13730 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13734 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
13737 # The HP-UX ksh and POSIX shell print the target directory to stdout
13738 # if CDPATH is set.
13739 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13741 sed_quote_subst='$sed_quote_subst'
13742 double_quote_subst='$double_quote_subst'
13743 delay_variable_subst='$delay_variable_subst'
13744 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13745 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13746 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13747 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13748 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13749 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13750 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13751 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13752 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13753 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13754 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13755 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13756 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13757 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13758 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13759 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13760 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13761 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13762 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13763 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13764 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13765 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13766 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13767 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13768 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13769 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13770 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13771 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13772 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13773 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13774 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13775 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13776 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13777 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13778 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13779 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13780 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13781 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13782 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13783 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13784 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13785 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13786 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13787 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13788 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13789 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13790 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13791 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13792 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"`'
13793 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13794 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13795 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13796 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13797 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13798 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13799 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13800 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13801 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13802 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13803 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13804 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13805 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13806 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13807 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13808 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13809 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13810 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13811 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13812 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13813 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13814 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13815 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13816 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13817 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13818 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13819 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13820 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13821 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13822 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13823 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13824 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13825 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13826 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13827 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13828 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13829 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13830 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13831 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13832 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13833 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13834 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13835 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13836 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13837 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13838 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13839 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13840 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13841 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13842 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13843 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13844 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13845 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13846 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13847 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13848 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13849 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13850 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13851 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13852 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13853 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13854 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13855 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13856 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13857 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13858 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13859 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13860 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13861 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13862 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13863 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13866 LTCFLAGS='$LTCFLAGS'
13867 compiler='$compiler_DEFAULT'
13869 # A function that is used when there is no print builtin or printf.
13870 func_fallback_echo ()
13872 eval 'cat <<_LTECHO_EOF
13877 # Quote evaled strings.
13891 deplibs_check_method \
13900 lt_cv_sys_global_symbol_pipe \
13901 lt_cv_sys_global_symbol_to_cdecl \
13902 lt_cv_sys_global_symbol_to_c_name_address \
13903 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13904 lt_prog_compiler_no_builtin_flag \
13905 lt_prog_compiler_wl \
13906 lt_prog_compiler_pic \
13907 lt_prog_compiler_static \
13908 lt_cv_prog_compiler_c_o \
13916 export_dynamic_flag_spec \
13917 whole_archive_flag_spec \
13918 compiler_needs_object \
13920 allow_undefined_flag \
13921 no_undefined_flag \
13922 hardcode_libdir_flag_spec \
13923 hardcode_libdir_flag_spec_ld \
13924 hardcode_libdir_separator \
13929 variables_saved_for_relink \
13931 library_names_spec \
13933 install_override_mode \
13937 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13938 *[\\\\\\\`\\"\\\$]*)
13939 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13942 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13947 # Double-quote double-evaled strings.
13948 for var in reload_cmds \
13949 old_postinstall_cmds \
13950 old_postuninstall_cmds \
13952 extract_expsyms_cmds \
13953 old_archive_from_new_cmds \
13954 old_archive_from_expsyms_cmds \
13956 archive_expsym_cmds \
13958 module_expsym_cmds \
13959 export_symbols_cmds \
13962 postuninstall_cmds \
13964 sys_lib_search_path_spec \
13965 sys_lib_dlsearch_path_spec; do
13966 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13967 *[\\\\\\\`\\"\\\$]*)
13968 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13971 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13976 ac_aux_dir='$ac_aux_dir'
13977 xsi_shell='$xsi_shell'
13978 lt_shell_append='$lt_shell_append'
13980 # See if we are running on zsh, and set the options which allow our
13981 # commands through without removal of \ escapes INIT.
13982 if test -n "\${ZSH_VERSION+set}" ; then
13983 setopt NO_GLOB_SUBST
13989 TIMESTAMP='$TIMESTAMP'
13995 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
13996 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
13998 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
13999 # Capture the value of LINGUAS because we need it to compute CATALOGS.
14000 LINGUAS="${LINGUAS-%UNSET%}"
14005 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14007 # Handling of arguments.
14008 for ac_config_target in $ac_config_targets
14010 case $ac_config_target in
14011 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
14012 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14013 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14014 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
14015 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14016 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
14018 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14023 # If the user did not use the arguments to specify the items to instantiate,
14024 # then the envvar interface is used. Set only those that are not.
14025 # We use the long form for the default assignment because of an extremely
14026 # bizarre bug on SunOS 4.1.3.
14027 if $ac_need_defaults; then
14028 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14029 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14030 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14033 # Have a temporary directory for convenience. Make it in the build tree
14034 # simply because there is no reason against having it here, and in addition,
14035 # creating and moving files from /tmp can sometimes cause problems.
14036 # Hook for its removal unless debugging.
14037 # Note that there is a small window in which the directory will not be cleaned:
14038 # after its creation but before its name has been assigned to `$tmp'.
14042 trap 'exit_status=$?
14043 : "${ac_tmp:=$tmp}"
14044 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
14046 trap 'as_fn_exit 1' 1 2 13 15
14048 # Create a (secure) tmp directory for tmp files.
14051 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14055 tmp=./conf$$-$RANDOM
14056 (umask 077 && mkdir "$tmp")
14057 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
14060 # Set up the scripts for CONFIG_FILES section.
14061 # No need to generate them if there are no CONFIG_FILES.
14062 # This happens for instance with `./config.status config.h'.
14063 if test -n "$CONFIG_FILES"; then
14066 ac_cr=`echo X | tr X '\015'`
14067 # On cygwin, bash can eat \r inside `` if the user requested igncr.
14068 # But we know of no other shell where ac_cr would be empty at this
14069 # point, so we can use a bashism as a fallback.
14070 if test "x$ac_cr" = x; then
14071 eval ac_cr=\$\'\\r\'
14073 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14074 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14077 ac_cs_awk_cr=$ac_cr
14080 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
14085 echo "cat >conf$$subs.awk <<_ACEOF" &&
14086 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14088 } >conf$$subs.sh ||
14089 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14090 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
14092 for ac_last_try in false false false false false :; do
14093 . ./conf$$subs.sh ||
14094 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14096 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14097 if test $ac_delim_n = $ac_delim_num; then
14099 elif $ac_last_try; then
14100 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14102 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14105 rm -f conf$$subs.sh
14107 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14108 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
14112 s/^/S["/; s/!.*/"]=/
14122 s/\(.\{148\}\)..*/\1/
14124 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14129 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14136 s/\(.\{148\}\)..*/\1/
14138 s/["\\]/\\&/g; s/^/"/; s/$/"/
14142 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14147 ' <conf$$subs.awk | sed '
14152 ' >>$CONFIG_STATUS || ac_write_fail=1
14153 rm -f conf$$subs.awk
14154 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14156 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
14157 for (key in S) S_is_set[key] = 1
14163 nfields = split(line, field, "@")
14165 len = length(field[1])
14166 for (i = 2; i < nfields; i++) {
14168 keylen = length(key)
14169 if (S_is_set[key]) {
14171 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14172 len += length(value) + length(field[++i])
14183 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14184 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14185 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14188 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
14189 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
14192 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
14193 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
14194 # trailing colons and then remove the whole line if VPATH becomes empty
14195 # (actually we leave an empty line to preserve line numbers).
14196 if test "x$srcdir" = x.; then
14197 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
14215 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14216 fi # test -n "$CONFIG_FILES"
14218 # Set up the scripts for CONFIG_HEADERS section.
14219 # No need to generate them if there are no CONFIG_HEADERS.
14220 # This happens for instance with `./config.status Makefile'.
14221 if test -n "$CONFIG_HEADERS"; then
14222 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
14226 # Transform confdefs.h into an awk script `defines.awk', embedded as
14227 # here-document in config.status, that substitutes the proper values into
14228 # config.h.in to produce config.h.
14230 # Create a delimiter string that does not exist in confdefs.h, to ease
14231 # handling of long lines.
14233 for ac_last_try in false false :; do
14234 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
14235 if test -z "$ac_tt"; then
14237 elif $ac_last_try; then
14238 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
14240 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14244 # For the awk script, D is an array of macro values keyed by name,
14245 # likewise P contains macro parameters if any. Preserve backslash
14246 # newline sequences.
14248 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14250 s/.\{148\}/&'"$ac_delim"'/g
14253 s/^[ ]*#[ ]*define[ ][ ]*/ /
14260 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14262 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14266 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14267 D["\1"]=" \3\\\\\\n"\\/p
14269 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14274 s/.\{148\}/&'"$ac_delim"'/g
14279 s/["\\]/\\&/g; s/^/"/; s/$/"/p
14282 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14284 ' <confdefs.h | sed '
14285 s/'"$ac_delim"'/"\\\
14286 "/g' >>$CONFIG_STATUS || ac_write_fail=1
14288 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14289 for (key in D) D_is_set[key] = 1
14292 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14294 split(line, arg, " ")
14295 if (arg[1] == "#") {
14299 defundef = substr(arg[1], 2)
14302 split(mac1, mac2, "(") #)
14304 prefix = substr(line, 1, index(line, defundef) - 1)
14305 if (D_is_set[macro]) {
14306 # Preserve the white space surrounding the "#".
14307 print prefix "define", macro P[macro] D[macro]
14310 # Replace #undef with comments. This is necessary, for example,
14311 # in the case of _POSIX_SOURCE, which is predefined and required
14312 # on some systems where configure will not decide to define it.
14313 if (defundef == "undef") {
14314 print "/*", prefix defundef, macro, "*/"
14322 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14323 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
14324 fi # test -n "$CONFIG_HEADERS"
14327 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
14332 :[FHLC]) ac_mode=$ac_tag; continue;;
14334 case $ac_mode$ac_tag in
14336 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
14337 :[FH]-) ac_tag=-:-;;
14338 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14355 -) ac_f="$ac_tmp/stdin";;
14356 *) # Look for the file first in the build tree, then in the source tree
14357 # (if the path is not absolute). The absolute path cannot be DOS-style,
14358 # because $ac_f cannot contain `:'.
14362 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14364 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14366 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14367 as_fn_append ac_file_inputs " '$ac_f'"
14370 # Let's still pretend it is `configure' which instantiates (i.e., don't
14371 # use $as_me), people would be surprised to read:
14372 # /* config.h. Generated by config.status. */
14373 configure_input='Generated from '`
14374 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14376 if test x"$ac_file" != x-; then
14377 configure_input="$ac_file. $configure_input"
14378 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14379 $as_echo "$as_me: creating $ac_file" >&6;}
14381 # Neutralize special characters interpreted by sed in replacement strings.
14382 case $configure_input in #(
14383 *\&* | *\|* | *\\* )
14384 ac_sed_conf_input=`$as_echo "$configure_input" |
14385 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14386 *) ac_sed_conf_input=$configure_input;;
14390 *:-:* | *:-) cat >"$ac_tmp/stdin" \
14391 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
14396 ac_dir=`$as_dirname -- "$ac_file" ||
14397 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14398 X"$ac_file" : 'X\(//\)[^/]' \| \
14399 X"$ac_file" : 'X\(//\)$' \| \
14400 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14401 $as_echo X"$ac_file" |
14402 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14406 /^X\(\/\/\)[^/].*/{
14419 as_dir="$ac_dir"; as_fn_mkdir_p
14423 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14425 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14426 # A ".." for each directory in $ac_dir_suffix.
14427 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14428 case $ac_top_builddir_sub in
14429 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14430 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14433 ac_abs_top_builddir=$ac_pwd
14434 ac_abs_builddir=$ac_pwd$ac_dir_suffix
14435 # for backward compatibility:
14436 ac_top_builddir=$ac_top_build_prefix
14439 .) # We are building in place.
14441 ac_top_srcdir=$ac_top_builddir_sub
14442 ac_abs_top_srcdir=$ac_pwd ;;
14443 [\\/]* | ?:[\\/]* ) # Absolute name.
14444 ac_srcdir=$srcdir$ac_dir_suffix;
14445 ac_top_srcdir=$srcdir
14446 ac_abs_top_srcdir=$srcdir ;;
14447 *) # Relative name.
14448 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14449 ac_top_srcdir=$ac_top_build_prefix$srcdir
14450 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14452 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14462 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14463 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14465 ac_MKDIR_P=$MKDIR_P
14467 [\\/$]* | ?:[\\/]* ) ;;
14468 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
14472 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14473 # If the template does not know about datarootdir, expand it.
14474 # FIXME: This hack should be removed a few years after 2.60.
14475 ac_datarootdir_hack=; ac_datarootdir_seen=
14486 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14487 *datarootdir*) ac_datarootdir_seen=yes;;
14488 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14489 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14490 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14492 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14493 ac_datarootdir_hack='
14494 s&@datadir@&$datadir&g
14495 s&@docdir@&$docdir&g
14496 s&@infodir@&$infodir&g
14497 s&@localedir@&$localedir&g
14498 s&@mandir@&$mandir&g
14499 s&\\\${datarootdir}&$datarootdir&g' ;;
14503 # Neutralize VPATH when `$srcdir' = `.'.
14504 # Shell code in configure.ac might set extrasub.
14505 # FIXME: do we really want to maintain this feature?
14506 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14507 ac_sed_extra="$ac_vpsub
14510 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14512 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14513 s|@configure_input@|$ac_sed_conf_input|;t t
14514 s&@top_builddir@&$ac_top_builddir_sub&;t t
14515 s&@top_build_prefix@&$ac_top_build_prefix&;t t
14516 s&@srcdir@&$ac_srcdir&;t t
14517 s&@abs_srcdir@&$ac_abs_srcdir&;t t
14518 s&@top_srcdir@&$ac_top_srcdir&;t t
14519 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14520 s&@builddir@&$ac_builddir&;t t
14521 s&@abs_builddir@&$ac_abs_builddir&;t t
14522 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14523 s&@INSTALL@&$ac_INSTALL&;t t
14524 s&@MKDIR_P@&$ac_MKDIR_P&;t t
14525 $ac_datarootdir_hack
14527 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
14528 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14530 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14531 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
14532 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
14533 "$ac_tmp/out"`; test -z "$ac_out"; } &&
14534 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14535 which seems to be undefined. Please make sure it is defined" >&5
14536 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14537 which seems to be undefined. Please make sure it is defined" >&2;}
14539 rm -f "$ac_tmp/stdin"
14541 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
14542 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
14544 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14550 if test x"$ac_file" != x-; then
14552 $as_echo "/* $configure_input */" \
14553 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
14554 } >"$ac_tmp/config.h" \
14555 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14556 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
14557 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14558 $as_echo "$as_me: $ac_file is unchanged" >&6;}
14561 mv "$ac_tmp/config.h" "$ac_file" \
14562 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14565 $as_echo "/* $configure_input */" \
14566 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
14567 || as_fn_error $? "could not create -" "$LINENO" 5
14569 # Compute "$ac_file"'s index in $config_headers.
14572 for _am_header in $config_headers :; do
14573 case $_am_header in
14574 $_am_arg | $_am_arg:* )
14577 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
14580 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
14581 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14582 X"$_am_arg" : 'X\(//\)[^/]' \| \
14583 X"$_am_arg" : 'X\(//\)$' \| \
14584 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
14585 $as_echo X"$_am_arg" |
14586 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14590 /^X\(\/\/\)[^/].*/{
14602 s/.*/./; q'`/stamp-h$_am_stamp_count
14605 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14606 $as_echo "$as_me: executing $ac_file commands" >&6;}
14611 case $ac_file$ac_mode in
14612 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
14613 # Older Autoconf quotes --file arguments for eval, but not when files
14614 # are listed without --file. Let's play safe and only enable the eval
14615 # if we detect the quoting.
14616 case $CONFIG_FILES in
14617 *\'*) eval set x "$CONFIG_FILES" ;;
14618 *) set x $CONFIG_FILES ;;
14623 # Strip MF so we end up with the name of the file.
14624 mf=`echo "$mf" | sed -e 's/:.*$//'`
14625 # Check whether this is an Automake generated Makefile or not.
14626 # We used to match only the files named 'Makefile.in', but
14627 # some people rename them; so instead we look at the file content.
14628 # Grep'ing the first line is not enough: some people post-process
14629 # each Makefile.in and add a new line on top of each file to say so.
14630 # Grep'ing the whole file is not good either: AIX grep has a line
14631 # limit of 2048, but all sed's we know have understand at least 4000.
14632 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
14633 dirpart=`$as_dirname -- "$mf" ||
14634 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14635 X"$mf" : 'X\(//\)[^/]' \| \
14636 X"$mf" : 'X\(//\)$' \| \
14637 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
14639 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14643 /^X\(\/\/\)[^/].*/{
14659 # Extract the definition of DEPDIR, am__include, and am__quote
14660 # from the Makefile without running 'make'.
14661 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
14662 test -z "$DEPDIR" && continue
14663 am__include=`sed -n 's/^am__include = //p' < "$mf"`
14664 test -z "$am__include" && continue
14665 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
14666 # Find all dependency output files, they are included files with
14667 # $(DEPDIR) in their names. We invoke sed twice because it is the
14668 # simplest approach to changing $(DEPDIR) to its actual value in the
14670 for file in `sed -n "
14671 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
14672 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
14673 # Make sure the directory exists.
14674 test -f "$dirpart/$file" && continue
14675 fdir=`$as_dirname -- "$file" ||
14676 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14677 X"$file" : 'X\(//\)[^/]' \| \
14678 X"$file" : 'X\(//\)$' \| \
14679 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
14680 $as_echo X"$file" |
14681 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14685 /^X\(\/\/\)[^/].*/{
14698 as_dir=$dirpart/$fdir; as_fn_mkdir_p
14699 # echo "creating $dirpart/$file"
14700 echo '# dummy' > "$dirpart/$file"
14707 # See if we are running on zsh, and set the options which allow our
14708 # commands through without removal of \ escapes.
14709 if test -n "${ZSH_VERSION+set}" ; then
14710 setopt NO_GLOB_SUBST
14713 cfgfile="${ofile}T"
14714 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14717 cat <<_LT_EOF >> "$cfgfile"
14720 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14721 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
14722 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14723 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
14725 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14726 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14727 # Written by Gordon Matzigkeit, 1996
14729 # This file is part of GNU Libtool.
14731 # GNU Libtool is free software; you can redistribute it and/or
14732 # modify it under the terms of the GNU General Public License as
14733 # published by the Free Software Foundation; either version 2 of
14734 # the License, or (at your option) any later version.
14736 # As a special exception to the GNU General Public License,
14737 # if you distribute this file as part of a program or library that
14738 # is built using GNU Libtool, you may include this file under the
14739 # same distribution terms that you use for the rest of that program.
14741 # GNU Libtool is distributed in the hope that it will be useful,
14742 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14743 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14744 # GNU General Public License for more details.
14746 # You should have received a copy of the GNU General Public License
14747 # along with GNU Libtool; see the file COPYING. If not, a copy
14748 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14749 # obtained by writing to the Free Software Foundation, Inc.,
14750 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14753 # The names of the tagged configurations supported by this script.
14756 # ### BEGIN LIBTOOL CONFIG
14758 # Whether or not to build shared libraries.
14759 build_libtool_libs=$enable_shared
14761 # Which release of libtool.m4 was used?
14762 macro_version=$macro_version
14763 macro_revision=$macro_revision
14765 # Whether or not to build static libraries.
14766 build_old_libs=$enable_static
14768 # What type of objects to build.
14771 # Whether or not to optimize for fast installation.
14772 fast_install=$enable_fast_install
14774 # Shell to use when invoking shell scripts.
14777 # An echo program that protects backslashes.
14781 host_alias=$host_alias
14785 # The build system.
14786 build_alias=$build_alias
14790 # A sed program that does not truncate output.
14793 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
14794 Xsed="\$SED -e 1s/^X//"
14796 # A grep program that handles long lines.
14802 # A literal string matcher.
14805 # A BSD- or MS-compatible name lister.
14808 # Whether we need soft or hard links.
14811 # What is the maximum length of a command?
14812 max_cmd_len=$max_cmd_len
14814 # Object file suffix (normally "o").
14817 # Executable file suffix (normally "").
14820 # whether the shell understands "unset".
14823 # turn spaces into newlines.
14826 # turn newlines into spaces.
14829 # An object symbol dumper.
14830 OBJDUMP=$lt_OBJDUMP
14832 # Method to check whether dependent libraries are shared objects.
14833 deplibs_check_method=$lt_deplibs_check_method
14835 # Command to use when deplibs_check_method == "file_magic".
14836 file_magic_cmd=$lt_file_magic_cmd
14840 AR_FLAGS=$lt_AR_FLAGS
14842 # A symbol stripping program.
14845 # Commands used to install an old-style archive.
14847 old_postinstall_cmds=$lt_old_postinstall_cmds
14848 old_postuninstall_cmds=$lt_old_postuninstall_cmds
14850 # Whether to use a lock for old archive extraction.
14851 lock_old_archive_extraction=$lock_old_archive_extraction
14856 # LTCC compiler flags.
14857 LTCFLAGS=$lt_CFLAGS
14859 # Take the output of nm and produce a listing of raw symbols and C names.
14860 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14862 # Transform the output of nm in a proper C declaration.
14863 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14865 # Transform the output of nm in a C name address pair.
14866 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14868 # Transform the output of nm in a C name address pair when lib prefix is needed.
14869 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14871 # The name of the directory that contains temporary libtool files.
14874 # Used to examine libraries when file_magic_cmd begins with "file".
14875 MAGIC_CMD=$MAGIC_CMD
14877 # Must we lock files when doing compilation?
14878 need_locks=$lt_need_locks
14880 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14881 DSYMUTIL=$lt_DSYMUTIL
14883 # Tool to change global to local symbols on Mac OS X.
14886 # Tool to manipulate fat objects and archives on Mac OS X.
14889 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
14892 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14893 OTOOL64=$lt_OTOOL64
14895 # Old archive suffix (normally "a").
14898 # Shared library suffix (normally ".so").
14899 shrext_cmds=$lt_shrext_cmds
14901 # The commands to extract the exported symbol list from a shared archive.
14902 extract_expsyms_cmds=$lt_extract_expsyms_cmds
14904 # Variables whose values should be saved in libtool wrapper scripts and
14905 # restored at link time.
14906 variables_saved_for_relink=$lt_variables_saved_for_relink
14908 # Do we need the "lib" prefix for modules?
14909 need_lib_prefix=$need_lib_prefix
14911 # Do we need a version for libraries?
14912 need_version=$need_version
14914 # Library versioning type.
14915 version_type=$version_type
14917 # Shared library runtime path variable.
14918 runpath_var=$runpath_var
14920 # Shared library path variable.
14921 shlibpath_var=$shlibpath_var
14923 # Is shlibpath searched before the hard-coded library search path?
14924 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14926 # Format of library name prefix.
14927 libname_spec=$lt_libname_spec
14929 # List of archive names. First name is the real one, the rest are links.
14930 # The last name is the one that the linker finds with -lNAME
14931 library_names_spec=$lt_library_names_spec
14933 # The coded name of the library, if different from the real name.
14934 soname_spec=$lt_soname_spec
14936 # Permission mode override for installation of shared libraries.
14937 install_override_mode=$lt_install_override_mode
14939 # Command to use after installation of a shared archive.
14940 postinstall_cmds=$lt_postinstall_cmds
14942 # Command to use after uninstallation of a shared archive.
14943 postuninstall_cmds=$lt_postuninstall_cmds
14945 # Commands used to finish a libtool library installation in a directory.
14946 finish_cmds=$lt_finish_cmds
14948 # As "finish_cmds", except a single script fragment to be evaled but
14950 finish_eval=$lt_finish_eval
14952 # Whether we should hardcode library paths into libraries.
14953 hardcode_into_libs=$hardcode_into_libs
14955 # Compile-time system search path for libraries.
14956 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14958 # Run-time system search path for libraries.
14959 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14961 # Whether dlopen is supported.
14962 dlopen_support=$enable_dlopen
14964 # Whether dlopen of programs is supported.
14965 dlopen_self=$enable_dlopen_self
14967 # Whether dlopen of statically linked programs is supported.
14968 dlopen_self_static=$enable_dlopen_self_static
14970 # Commands to strip libraries.
14971 old_striplib=$lt_old_striplib
14972 striplib=$lt_striplib
14975 # The linker used to build libraries.
14978 # How to create reloadable object files.
14979 reload_flag=$lt_reload_flag
14980 reload_cmds=$lt_reload_cmds
14982 # Commands used to build an old-style archive.
14983 old_archive_cmds=$lt_old_archive_cmds
14985 # A language specific compiler.
14988 # Is the compiler the GNU compiler?
14991 # Compiler flag to turn off builtin functions.
14992 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14994 # How to pass a linker flag through the compiler.
14995 wl=$lt_lt_prog_compiler_wl
14997 # Additional compiler flags for building library objects.
14998 pic_flag=$lt_lt_prog_compiler_pic
15000 # Compiler flag to prevent dynamic linking.
15001 link_static_flag=$lt_lt_prog_compiler_static
15003 # Does compiler simultaneously support -c and -o options?
15004 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15006 # Whether or not to add -lc for building shared libraries.
15007 build_libtool_need_lc=$archive_cmds_need_lc
15009 # Whether or not to disallow shared libs when runtime libs are static.
15010 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15012 # Compiler flag to allow reflexive dlopens.
15013 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15015 # Compiler flag to generate shared objects directly from archives.
15016 whole_archive_flag_spec=$lt_whole_archive_flag_spec
15018 # Whether the compiler copes with passing no objects directly.
15019 compiler_needs_object=$lt_compiler_needs_object
15021 # Create an old-style archive from a shared archive.
15022 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15024 # Create a temporary old-style archive to link instead of a shared archive.
15025 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15027 # Commands used to build a shared archive.
15028 archive_cmds=$lt_archive_cmds
15029 archive_expsym_cmds=$lt_archive_expsym_cmds
15031 # Commands used to build a loadable module if different from building
15032 # a shared archive.
15033 module_cmds=$lt_module_cmds
15034 module_expsym_cmds=$lt_module_expsym_cmds
15036 # Whether we are building with GNU ld or not.
15037 with_gnu_ld=$lt_with_gnu_ld
15039 # Flag that allows shared libraries with undefined symbols to be built.
15040 allow_undefined_flag=$lt_allow_undefined_flag
15042 # Flag that enforces no undefined symbols.
15043 no_undefined_flag=$lt_no_undefined_flag
15045 # Flag to hardcode \$libdir into a binary during linking.
15046 # This must work even if \$libdir does not exist
15047 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15049 # If ld is used when linking, flag to hardcode \$libdir into a binary
15050 # during linking. This must work even if \$libdir does not exist.
15051 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15053 # Whether we need a single "-rpath" flag with a separated argument.
15054 hardcode_libdir_separator=$lt_hardcode_libdir_separator
15056 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15057 # DIR into the resulting binary.
15058 hardcode_direct=$hardcode_direct
15060 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15061 # DIR into the resulting binary and the resulting library dependency is
15062 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15063 # library is relocated.
15064 hardcode_direct_absolute=$hardcode_direct_absolute
15066 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15067 # into the resulting binary.
15068 hardcode_minus_L=$hardcode_minus_L
15070 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15071 # into the resulting binary.
15072 hardcode_shlibpath_var=$hardcode_shlibpath_var
15074 # Set to "yes" if building a shared library automatically hardcodes DIR
15075 # into the library and all subsequent libraries and executables linked
15077 hardcode_automatic=$hardcode_automatic
15079 # Set to yes if linker adds runtime paths of dependent libraries
15080 # to runtime path list.
15081 inherit_rpath=$inherit_rpath
15083 # Whether libtool must link a program against all its dependency libraries.
15084 link_all_deplibs=$link_all_deplibs
15086 # Fix the shell variable \$srcfile for the compiler.
15087 fix_srcfile_path=$lt_fix_srcfile_path
15089 # Set to "yes" if exported symbols are required.
15090 always_export_symbols=$always_export_symbols
15092 # The commands to list exported symbols.
15093 export_symbols_cmds=$lt_export_symbols_cmds
15095 # Symbols that should not be listed in the preloaded symbols.
15096 exclude_expsyms=$lt_exclude_expsyms
15098 # Symbols that must always be exported.
15099 include_expsyms=$lt_include_expsyms
15101 # Commands necessary for linking programs (against libraries) with templates.
15102 prelink_cmds=$lt_prelink_cmds
15104 # Specify filename containing input files.
15105 file_list_spec=$lt_file_list_spec
15107 # How to hardcode a shared library path into an executable.
15108 hardcode_action=$hardcode_action
15110 # ### END LIBTOOL CONFIG
15116 cat <<\_LT_EOF >> "$cfgfile"
15117 # AIX sometimes has problems with the GCC collect2 program. For some
15118 # reason, if we set the COLLECT_NAMES environment variable, the problems
15119 # vanish in a puff of smoke.
15120 if test "X${COLLECT_NAMES+set}" != Xset; then
15122 export COLLECT_NAMES
15129 ltmain="$ac_aux_dir/ltmain.sh"
15132 # We use sed instead of cat because bash on DJGPP gets confused if
15133 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15134 # text mode, it properly converts lines to CR/LF. This bash problem
15135 # is reportedly fixed, but why not run on old versions too?
15136 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15137 || (rm -f "$cfgfile"; exit 1)
15141 cat << \_LT_EOF >> "$cfgfile"
15143 # func_dirname file append nondir_replacement
15144 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15145 # otherwise set result to NONDIR_REPLACEMENT.
15149 */*) func_dirname_result="${1%/*}${2}" ;;
15150 * ) func_dirname_result="${3}" ;;
15154 # func_basename file
15157 func_basename_result="${1##*/}"
15160 # func_dirname_and_basename file append nondir_replacement
15161 # perform func_basename and func_dirname in a single function
15163 # dirname: Compute the dirname of FILE. If nonempty,
15164 # add APPEND to the result, otherwise set result
15165 # to NONDIR_REPLACEMENT.
15166 # value returned in "$func_dirname_result"
15167 # basename: Compute filename of FILE.
15168 # value retuned in "$func_basename_result"
15169 # Implementation must be kept synchronized with func_dirname
15170 # and func_basename. For efficiency, we do not delegate to
15171 # those functions but instead duplicate the functionality here.
15172 func_dirname_and_basename ()
15175 */*) func_dirname_result="${1%/*}${2}" ;;
15176 * ) func_dirname_result="${3}" ;;
15178 func_basename_result="${1##*/}"
15181 # func_stripname prefix suffix name
15182 # strip PREFIX and SUFFIX off of NAME.
15183 # PREFIX and SUFFIX must not contain globbing or regex special
15184 # characters, hashes, percent signs, but SUFFIX may contain a leading
15185 # dot (in which case that matches only a dot).
15188 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15189 # positional parameters, so assign one to ordinary parameter first.
15190 func_stripname_result=${3}
15191 func_stripname_result=${func_stripname_result#"${1}"}
15192 func_stripname_result=${func_stripname_result%"${2}"}
15198 func_opt_split_opt=${1%%=*}
15199 func_opt_split_arg=${1#*=}
15206 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15207 *) func_lo2o_result=${1} ;;
15211 # func_xform libobj-or-source
15214 func_xform_result=${1%.*}.lo
15217 # func_arith arithmetic-term...
15220 func_arith_result=$(( $* ))
15224 # STRING may not start with a hyphen.
15227 func_len_result=${#1}
15232 *) # Bourne compatible functions.
15233 cat << \_LT_EOF >> "$cfgfile"
15235 # func_dirname file append nondir_replacement
15236 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15237 # otherwise set result to NONDIR_REPLACEMENT.
15240 # Extract subdirectory from the argument.
15241 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15242 if test "X$func_dirname_result" = "X${1}"; then
15243 func_dirname_result="${3}"
15245 func_dirname_result="$func_dirname_result${2}"
15249 # func_basename file
15252 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15256 # func_stripname prefix suffix name
15257 # strip PREFIX and SUFFIX off of NAME.
15258 # PREFIX and SUFFIX must not contain globbing or regex special
15259 # characters, hashes, percent signs, but SUFFIX may contain a leading
15260 # dot (in which case that matches only a dot).
15261 # func_strip_suffix prefix name
15265 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15266 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15271 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15272 my_sed_long_arg='1s/^-[^=]*=//'
15277 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15278 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15284 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15287 # func_xform libobj-or-source
15290 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15293 # func_arith arithmetic-term...
15296 func_arith_result=`expr "$@"`
15300 # STRING may not start with a hyphen.
15303 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15309 case $lt_shell_append in
15311 cat << \_LT_EOF >> "$cfgfile"
15313 # func_append var value
15314 # Append VALUE to the end of shell variable VAR.
15322 cat << \_LT_EOF >> "$cfgfile"
15324 # func_append var value
15325 # Append VALUE to the end of shell variable VAR.
15336 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15337 || (rm -f "$cfgfile"; exit 1)
15339 mv -f "$cfgfile" "$ofile" ||
15340 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15345 for ac_file in $CONFIG_FILES; do
15346 # Support "outfile[:infile[:infile...]]"
15348 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
15350 # PO directories have a Makefile.in generated from Makefile.in.in.
15351 case "$ac_file" in */Makefile.in)
15352 # Adjust a relative srcdir.
15353 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
15354 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
15355 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
15356 # In autoconf-2.13 it is called $ac_given_srcdir.
15357 # In autoconf-2.50 it is called $srcdir.
15358 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
15359 case "$ac_given_srcdir" in
15360 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
15361 /*) top_srcdir="$ac_given_srcdir" ;;
15362 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
15364 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
15365 rm -f "$ac_dir/POTFILES"
15366 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
15367 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
15368 POMAKEFILEDEPS="POTFILES.in"
15369 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
15370 # on $ac_dir but don't depend on user-specified configuration
15372 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
15373 # The LINGUAS file contains the set of available languages.
15374 if test -n "$OBSOLETE_ALL_LINGUAS"; then
15375 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
15377 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
15378 # Hide the ALL_LINGUAS assigment from automake.
15379 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
15380 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
15382 # The set of available languages was given in configure.ac.
15383 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
15385 case "$ac_given_srcdir" in
15387 *) srcdirpre='$(srcdir)/' ;;
15393 for lang in $ALL_LINGUAS; do
15394 POFILES="$POFILES $srcdirpre$lang.po"
15395 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
15396 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
15397 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
15399 # CATALOGS depends on both $ac_dir and the user's LINGUAS
15400 # environment variable.
15402 if test -n "$ALL_LINGUAS"; then
15403 for presentlang in $ALL_LINGUAS; do
15405 if test "%UNSET%" != "$LINGUAS"; then
15406 desiredlanguages="$LINGUAS"
15408 desiredlanguages="$ALL_LINGUAS"
15410 for desiredlang in $desiredlanguages; do
15411 # Use the presentlang catalog if desiredlang is
15412 # a. equal to presentlang, or
15413 # b. a variant of presentlang (because in this case,
15414 # presentlang can be used as a fallback for messages
15415 # which are not translated in the desiredlang catalog).
15416 case "$desiredlang" in
15417 "$presentlang"*) useit=yes;;
15420 if test $useit = yes; then
15421 INST_LINGUAS="$INST_LINGUAS $presentlang"
15426 if test -n "$INST_LINGUAS"; then
15427 for lang in $INST_LINGUAS; do
15428 CATALOGS="$CATALOGS $lang.gmo"
15431 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
15432 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"
15433 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
15434 if test -f "$f"; then
15436 *.orig | *.bak | *~) ;;
15437 *) cat "$f" >> "$ac_dir/Makefile" ;;
15452 ac_clean_files=$ac_clean_files_save
15454 test $ac_write_fail = 0 ||
15455 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
15458 # configure is writing to config.log, and then calls config.status.
15459 # config.status does its own redirection, appending to config.log.
15460 # Unfortunately, on DOS this fails, as config.log is still kept open
15461 # by configure, so config.status won't be able to write to it; its
15462 # output is simply discarded. So we exec the FD to /dev/null,
15463 # effectively closing config.log, so it can be properly (re)opened and
15464 # appended to by config.status. When coming back to configure, we
15465 # need to make the FD available again.
15466 if test "$no_create" != yes; then
15468 ac_config_status_args=
15469 test "$silent" = yes &&
15470 ac_config_status_args="$ac_config_status_args --quiet"
15472 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15474 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15475 # would make configure fail if this is the last instruction.
15476 $ac_cs_success || as_fn_exit 1
15478 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15479 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15480 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}