2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for opcodes 2.31.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.31.51'
591 PACKAGE_STRING='opcodes 2.31.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
674 NO_WMISSING_FIELD_INITIALIZERS
677 WARN_CFLAGS_FOR_BUILD
720 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 includedir='${prefix}/include'
859 oldincludedir='/usr/include'
860 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
861 infodir='${datarootdir}/info'
866 libdir='${exec_prefix}/lib'
867 localedir='${datarootdir}/locale'
868 mandir='${datarootdir}/man'
874 # If the previous option needs an argument, assign it.
875 if test -n "$ac_prev"; then
876 eval $ac_prev=\$ac_option
882 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
887 # Accept the important Cygnus configure options, so we can diagnose typos.
889 case $ac_dashdash$ac_option in
893 -bindir | --bindir | --bindi | --bind | --bin | --bi)
895 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
898 -build | --build | --buil | --bui | --bu)
899 ac_prev=build_alias ;;
900 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
901 build_alias=$ac_optarg ;;
903 -cache-file | --cache-file | --cache-fil | --cache-fi \
904 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
905 ac_prev=cache_file ;;
906 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
907 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
908 cache_file=$ac_optarg ;;
911 cache_file=config.cache ;;
913 -datadir | --datadir | --datadi | --datad)
915 -datadir=* | --datadir=* | --datadi=* | --datad=*)
916 datadir=$ac_optarg ;;
918 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
919 | --dataroo | --dataro | --datar)
920 ac_prev=datarootdir ;;
921 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
922 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
923 datarootdir=$ac_optarg ;;
925 -disable-* | --disable-*)
926 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
927 # Reject names that are not valid shell variable names.
928 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
929 as_fn_error $? "invalid feature name: $ac_useropt"
930 ac_useropt_orig=$ac_useropt
931 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
932 case $ac_user_opts in
936 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
937 ac_unrecognized_sep=', ';;
939 eval enable_$ac_useropt=no ;;
941 -docdir | --docdir | --docdi | --doc | --do)
943 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
946 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
948 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
951 -enable-* | --enable-*)
952 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
953 # Reject names that are not valid shell variable names.
954 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
955 as_fn_error $? "invalid feature name: $ac_useropt"
956 ac_useropt_orig=$ac_useropt
957 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
958 case $ac_user_opts in
962 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
963 ac_unrecognized_sep=', ';;
965 eval enable_$ac_useropt=\$ac_optarg ;;
967 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
968 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
969 | --exec | --exe | --ex)
970 ac_prev=exec_prefix ;;
971 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
972 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
973 | --exec=* | --exe=* | --ex=*)
974 exec_prefix=$ac_optarg ;;
976 -gas | --gas | --ga | --g)
977 # Obsolete; use --with-gas.
980 -help | --help | --hel | --he | -h)
982 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
983 ac_init_help=recursive ;;
984 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
985 ac_init_help=short ;;
987 -host | --host | --hos | --ho)
988 ac_prev=host_alias ;;
989 -host=* | --host=* | --hos=* | --ho=*)
990 host_alias=$ac_optarg ;;
992 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
994 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
996 htmldir=$ac_optarg ;;
998 -includedir | --includedir | --includedi | --included | --include \
999 | --includ | --inclu | --incl | --inc)
1000 ac_prev=includedir ;;
1001 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1002 | --includ=* | --inclu=* | --incl=* | --inc=*)
1003 includedir=$ac_optarg ;;
1005 -infodir | --infodir | --infodi | --infod | --info | --inf)
1007 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1008 infodir=$ac_optarg ;;
1010 -libdir | --libdir | --libdi | --libd)
1012 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1013 libdir=$ac_optarg ;;
1015 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1016 | --libexe | --libex | --libe)
1017 ac_prev=libexecdir ;;
1018 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1019 | --libexe=* | --libex=* | --libe=*)
1020 libexecdir=$ac_optarg ;;
1022 -localedir | --localedir | --localedi | --localed | --locale)
1023 ac_prev=localedir ;;
1024 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1025 localedir=$ac_optarg ;;
1027 -localstatedir | --localstatedir | --localstatedi | --localstated \
1028 | --localstate | --localstat | --localsta | --localst | --locals)
1029 ac_prev=localstatedir ;;
1030 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1031 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1032 localstatedir=$ac_optarg ;;
1034 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1036 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1037 mandir=$ac_optarg ;;
1039 -nfp | --nfp | --nf)
1040 # Obsolete; use --without-fp.
1043 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1044 | --no-cr | --no-c | -n)
1047 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1048 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1051 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1052 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1053 | --oldin | --oldi | --old | --ol | --o)
1054 ac_prev=oldincludedir ;;
1055 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1056 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1057 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1058 oldincludedir=$ac_optarg ;;
1060 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1062 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1063 prefix=$ac_optarg ;;
1065 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1066 | --program-pre | --program-pr | --program-p)
1067 ac_prev=program_prefix ;;
1068 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1069 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1070 program_prefix=$ac_optarg ;;
1072 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1073 | --program-suf | --program-su | --program-s)
1074 ac_prev=program_suffix ;;
1075 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1076 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1077 program_suffix=$ac_optarg ;;
1079 -program-transform-name | --program-transform-name \
1080 | --program-transform-nam | --program-transform-na \
1081 | --program-transform-n | --program-transform- \
1082 | --program-transform | --program-transfor \
1083 | --program-transfo | --program-transf \
1084 | --program-trans | --program-tran \
1085 | --progr-tra | --program-tr | --program-t)
1086 ac_prev=program_transform_name ;;
1087 -program-transform-name=* | --program-transform-name=* \
1088 | --program-transform-nam=* | --program-transform-na=* \
1089 | --program-transform-n=* | --program-transform-=* \
1090 | --program-transform=* | --program-transfor=* \
1091 | --program-transfo=* | --program-transf=* \
1092 | --program-trans=* | --program-tran=* \
1093 | --progr-tra=* | --program-tr=* | --program-t=*)
1094 program_transform_name=$ac_optarg ;;
1096 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1098 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1099 pdfdir=$ac_optarg ;;
1101 -psdir | --psdir | --psdi | --psd | --ps)
1103 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1106 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1107 | -silent | --silent | --silen | --sile | --sil)
1110 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1112 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1114 sbindir=$ac_optarg ;;
1116 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1117 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1118 | --sharedst | --shareds | --shared | --share | --shar \
1120 ac_prev=sharedstatedir ;;
1121 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1122 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1123 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1125 sharedstatedir=$ac_optarg ;;
1127 -site | --site | --sit)
1129 -site=* | --site=* | --sit=*)
1132 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1134 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1135 srcdir=$ac_optarg ;;
1137 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1138 | --syscon | --sysco | --sysc | --sys | --sy)
1139 ac_prev=sysconfdir ;;
1140 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1141 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1142 sysconfdir=$ac_optarg ;;
1144 -target | --target | --targe | --targ | --tar | --ta | --t)
1145 ac_prev=target_alias ;;
1146 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1147 target_alias=$ac_optarg ;;
1149 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1152 -version | --version | --versio | --versi | --vers | -V)
1153 ac_init_version=: ;;
1156 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1157 # Reject names that are not valid shell variable names.
1158 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1159 as_fn_error $? "invalid package name: $ac_useropt"
1160 ac_useropt_orig=$ac_useropt
1161 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1162 case $ac_user_opts in
1166 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1167 ac_unrecognized_sep=', ';;
1169 eval with_$ac_useropt=\$ac_optarg ;;
1171 -without-* | --without-*)
1172 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1173 # Reject names that are not valid shell variable names.
1174 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1175 as_fn_error $? "invalid package name: $ac_useropt"
1176 ac_useropt_orig=$ac_useropt
1177 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1178 case $ac_user_opts in
1182 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1183 ac_unrecognized_sep=', ';;
1185 eval with_$ac_useropt=no ;;
1188 # Obsolete; use --with-x.
1191 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1192 | --x-incl | --x-inc | --x-in | --x-i)
1193 ac_prev=x_includes ;;
1194 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1195 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1196 x_includes=$ac_optarg ;;
1198 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1199 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1200 ac_prev=x_libraries ;;
1201 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1202 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1203 x_libraries=$ac_optarg ;;
1205 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1206 Try \`$0 --help' for more information"
1210 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1211 # Reject names that are not valid shell variable names.
1212 case $ac_envvar in #(
1213 '' | [0-9]* | *[!_$as_cr_alnum]* )
1214 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1216 eval $ac_envvar=\$ac_optarg
1217 export $ac_envvar ;;
1220 # FIXME: should be removed in autoconf 3.0.
1221 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1222 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1223 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1224 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1230 if test -n "$ac_prev"; then
1231 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1232 as_fn_error $? "missing argument to $ac_option"
1235 if test -n "$ac_unrecognized_opts"; then
1236 case $enable_option_checking in
1238 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1239 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1243 # Check all directory arguments for consistency.
1244 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1245 datadir sysconfdir sharedstatedir localstatedir includedir \
1246 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1247 libdir localedir mandir
1249 eval ac_val=\$$ac_var
1250 # Remove trailing slashes.
1253 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1254 eval $ac_var=\$ac_val;;
1256 # Be sure to have absolute directory names.
1258 [\\/$]* | ?:[\\/]* ) continue;;
1259 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1261 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1264 # There might be people who depend on the old broken behavior: `$host'
1265 # used to hold the argument of --host etc.
1266 # FIXME: To remove some day.
1269 target=$target_alias
1271 # FIXME: To remove some day.
1272 if test "x$host_alias" != x; then
1273 if test "x$build_alias" = x; then
1274 cross_compiling=maybe
1275 elif test "x$build_alias" != "x$host_alias"; then
1281 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1283 test "$silent" = yes && exec 6>/dev/null
1286 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1287 ac_ls_di=`ls -di .` &&
1288 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1289 as_fn_error $? "working directory cannot be determined"
1290 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1291 as_fn_error $? "pwd does not report name of working directory"
1294 # Find the source files, if location was not specified.
1295 if test -z "$srcdir"; then
1296 ac_srcdir_defaulted=yes
1297 # Try the directory containing this script, then the parent directory.
1298 ac_confdir=`$as_dirname -- "$as_myself" ||
1299 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1300 X"$as_myself" : 'X\(//\)[^/]' \| \
1301 X"$as_myself" : 'X\(//\)$' \| \
1302 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1303 $as_echo X"$as_myself" |
1304 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1322 if test ! -r "$srcdir/$ac_unique_file"; then
1326 ac_srcdir_defaulted=no
1328 if test ! -r "$srcdir/$ac_unique_file"; then
1329 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1330 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1332 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1334 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1336 # When building in place, set srcdir=.
1337 if test "$ac_abs_confdir" = "$ac_pwd"; then
1340 # Remove unnecessary trailing slashes from srcdir.
1341 # Double slashes in file names in object file debugging info
1342 # mess up M-x gdb in Emacs.
1344 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1346 for ac_var in $ac_precious_vars; do
1347 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1348 eval ac_env_${ac_var}_value=\$${ac_var}
1349 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1350 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1354 # Report the --help message.
1356 if test "$ac_init_help" = "long"; then
1357 # Omit some internal or obsolete options to make the list less imposing.
1358 # This message is too long to be a string in the A/UX 3.1 sh.
1360 \`configure' configures opcodes 2.31.51 to adapt to many kinds of systems.
1362 Usage: $0 [OPTION]... [VAR=VALUE]...
1364 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1365 VAR=VALUE. See below for descriptions of some of the useful variables.
1367 Defaults for the options are specified in brackets.
1370 -h, --help display this help and exit
1371 --help=short display options specific to this package
1372 --help=recursive display the short help of all the included packages
1373 -V, --version display version information and exit
1374 -q, --quiet, --silent do not print \`checking ...' messages
1375 --cache-file=FILE cache test results in FILE [disabled]
1376 -C, --config-cache alias for \`--cache-file=config.cache'
1377 -n, --no-create do not create output files
1378 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1380 Installation directories:
1381 --prefix=PREFIX install architecture-independent files in PREFIX
1382 [$ac_default_prefix]
1383 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1386 By default, \`make install' will install all the files in
1387 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1388 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1389 for instance \`--prefix=\$HOME'.
1391 For better control, use the options below.
1393 Fine tuning of the installation directories:
1394 --bindir=DIR user executables [EPREFIX/bin]
1395 --sbindir=DIR system admin executables [EPREFIX/sbin]
1396 --libexecdir=DIR program executables [EPREFIX/libexec]
1397 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1398 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1399 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1400 --libdir=DIR object code libraries [EPREFIX/lib]
1401 --includedir=DIR C header files [PREFIX/include]
1402 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1403 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1404 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1405 --infodir=DIR info documentation [DATAROOTDIR/info]
1406 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1407 --mandir=DIR man documentation [DATAROOTDIR/man]
1408 --docdir=DIR documentation root [DATAROOTDIR/doc/opcodes]
1409 --htmldir=DIR html documentation [DOCDIR]
1410 --dvidir=DIR dvi documentation [DOCDIR]
1411 --pdfdir=DIR pdf documentation [DOCDIR]
1412 --psdir=DIR ps documentation [DOCDIR]
1418 --program-prefix=PREFIX prepend PREFIX to installed program names
1419 --program-suffix=SUFFIX append SUFFIX to installed program names
1420 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1423 --build=BUILD configure for building on BUILD [guessed]
1424 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1425 --target=TARGET configure for building compilers for TARGET [HOST]
1429 if test -n "$ac_init_help"; then
1430 case $ac_init_help in
1431 short | recursive ) echo "Configuration of opcodes 2.31.51:";;
1436 --disable-option-checking ignore unrecognized --enable/--with options
1437 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1438 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1439 --enable-dependency-tracking
1440 do not reject slow dependency extractors
1441 --disable-dependency-tracking
1442 speeds up one-time build
1443 --enable-silent-rules less verbose build output (undo: "make V=1")
1444 --disable-silent-rules verbose build output (undo: "make V=0")
1445 --enable-shared[=PKGS] build shared libraries [default=no]
1446 --enable-static[=PKGS] build static libraries [default=yes]
1447 --enable-fast-install[=PKGS]
1448 optimize for fast installation [default=yes]
1449 --disable-libtool-lock avoid locking (might break parallel builds)
1450 --enable-targets alternative target configurations
1451 --enable-werror treat compile warnings as errors
1452 --enable-build-warnings enable build-time compiler warnings
1453 --enable-maintainer-mode
1454 enable make rules and dependencies not useful (and
1455 sometimes confusing) to the casual installer
1456 --enable-install-libbfd controls installation of libbfd and related headers
1457 --disable-nls do not use Native Language Support
1458 --enable-cgen-maint=dir build cgen generated files
1461 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1462 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1463 --with-pic try to use only PIC/non-PIC objects [default=use
1465 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1467 Some influential environment variables:
1468 CC C compiler command
1469 CFLAGS C compiler flags
1470 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1471 nonstandard directory <lib dir>
1472 LIBS libraries to pass to the linker, e.g. -l<library>
1473 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1474 you have headers in a nonstandard directory <include dir>
1477 Use these variables to override the choices made by `configure' or to help
1478 it to find libraries and programs with nonstandard names/locations.
1480 Report bugs to the package provider.
1485 if test "$ac_init_help" = "recursive"; then
1486 # If there are subdirs, report their specific --help.
1487 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1488 test -d "$ac_dir" ||
1489 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1494 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1496 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1497 # A ".." for each directory in $ac_dir_suffix.
1498 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1499 case $ac_top_builddir_sub in
1500 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1501 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1504 ac_abs_top_builddir=$ac_pwd
1505 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1506 # for backward compatibility:
1507 ac_top_builddir=$ac_top_build_prefix
1510 .) # We are building in place.
1512 ac_top_srcdir=$ac_top_builddir_sub
1513 ac_abs_top_srcdir=$ac_pwd ;;
1514 [\\/]* | ?:[\\/]* ) # Absolute name.
1515 ac_srcdir=$srcdir$ac_dir_suffix;
1516 ac_top_srcdir=$srcdir
1517 ac_abs_top_srcdir=$srcdir ;;
1519 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1520 ac_top_srcdir=$ac_top_build_prefix$srcdir
1521 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1523 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1525 cd "$ac_dir" || { ac_status=$?; continue; }
1526 # Check for guested configure.
1527 if test -f "$ac_srcdir/configure.gnu"; then
1529 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1530 elif test -f "$ac_srcdir/configure"; then
1532 $SHELL "$ac_srcdir/configure" --help=recursive
1534 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1536 cd "$ac_pwd" || { ac_status=$?; break; }
1540 test -n "$ac_init_help" && exit $ac_status
1541 if $ac_init_version; then
1543 opcodes configure 2.31.51
1544 generated by GNU Autoconf 2.69
1546 Copyright (C) 2012 Free Software Foundation, Inc.
1547 This configure script is free software; the Free Software Foundation
1548 gives unlimited permission to copy, distribute and modify it.
1553 ## ------------------------ ##
1554 ## Autoconf initialization. ##
1555 ## ------------------------ ##
1557 # ac_fn_c_try_compile LINENO
1558 # --------------------------
1559 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1560 ac_fn_c_try_compile ()
1562 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1563 rm -f conftest.$ac_objext
1564 if { { ac_try="$ac_compile"
1566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1567 *) ac_try_echo=$ac_try;;
1569 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1570 $as_echo "$ac_try_echo"; } >&5
1571 (eval "$ac_compile") 2>conftest.err
1573 if test -s conftest.err; then
1574 grep -v '^ *+' conftest.err >conftest.er1
1575 cat conftest.er1 >&5
1576 mv -f conftest.er1 conftest.err
1578 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1579 test $ac_status = 0; } && {
1580 test -z "$ac_c_werror_flag" ||
1581 test ! -s conftest.err
1582 } && test -s conftest.$ac_objext; then :
1585 $as_echo "$as_me: failed program was:" >&5
1586 sed 's/^/| /' conftest.$ac_ext >&5
1590 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1591 as_fn_set_status $ac_retval
1593 } # ac_fn_c_try_compile
1595 # ac_fn_c_try_link LINENO
1596 # -----------------------
1597 # Try to link conftest.$ac_ext, and return whether this succeeded.
1600 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1601 rm -f conftest.$ac_objext conftest$ac_exeext
1602 if { { ac_try="$ac_link"
1604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1605 *) ac_try_echo=$ac_try;;
1607 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1608 $as_echo "$ac_try_echo"; } >&5
1609 (eval "$ac_link") 2>conftest.err
1611 if test -s conftest.err; then
1612 grep -v '^ *+' conftest.err >conftest.er1
1613 cat conftest.er1 >&5
1614 mv -f conftest.er1 conftest.err
1616 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1617 test $ac_status = 0; } && {
1618 test -z "$ac_c_werror_flag" ||
1619 test ! -s conftest.err
1620 } && test -s conftest$ac_exeext && {
1621 test "$cross_compiling" = yes ||
1622 test -x conftest$ac_exeext
1626 $as_echo "$as_me: failed program was:" >&5
1627 sed 's/^/| /' conftest.$ac_ext >&5
1631 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1632 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1633 # interfere with the next link command; also delete a directory that is
1634 # left behind by Apple's compiler. We do this before executing the actions.
1635 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1636 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1637 as_fn_set_status $ac_retval
1639 } # ac_fn_c_try_link
1641 # ac_fn_c_try_cpp LINENO
1642 # ----------------------
1643 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1646 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1647 if { { ac_try="$ac_cpp conftest.$ac_ext"
1649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1650 *) ac_try_echo=$ac_try;;
1652 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1653 $as_echo "$ac_try_echo"; } >&5
1654 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1656 if test -s conftest.err; then
1657 grep -v '^ *+' conftest.err >conftest.er1
1658 cat conftest.er1 >&5
1659 mv -f conftest.er1 conftest.err
1661 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1662 test $ac_status = 0; } > conftest.i && {
1663 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1664 test ! -s conftest.err
1668 $as_echo "$as_me: failed program was:" >&5
1669 sed 's/^/| /' conftest.$ac_ext >&5
1673 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1674 as_fn_set_status $ac_retval
1678 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1679 # -------------------------------------------------------
1680 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1681 # the include files in INCLUDES and setting the cache variable VAR
1683 ac_fn_c_check_header_mongrel ()
1685 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1686 if eval \${$3+:} false; then :
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1688 $as_echo_n "checking for $2... " >&6; }
1689 if eval \${$3+:} false; then :
1690 $as_echo_n "(cached) " >&6
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1694 $as_echo "$ac_res" >&6; }
1696 # Is the header compilable?
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1698 $as_echo_n "checking $2 usability... " >&6; }
1699 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1700 /* end confdefs.h. */
1704 if ac_fn_c_try_compile "$LINENO"; then :
1705 ac_header_compiler=yes
1707 ac_header_compiler=no
1709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1711 $as_echo "$ac_header_compiler" >&6; }
1713 # Is the header present?
1714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1715 $as_echo_n "checking $2 presence... " >&6; }
1716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1717 /* end confdefs.h. */
1720 if ac_fn_c_try_cpp "$LINENO"; then :
1721 ac_header_preproc=yes
1723 ac_header_preproc=no
1725 rm -f conftest.err conftest.i conftest.$ac_ext
1726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1727 $as_echo "$ac_header_preproc" >&6; }
1729 # So? What about this header?
1730 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1732 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1733 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1734 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1735 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1738 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1739 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1740 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1741 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1742 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1743 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1744 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1745 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1747 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1751 $as_echo_n "checking for $2... " >&6; }
1752 if eval \${$3+:} false; then :
1753 $as_echo_n "(cached) " >&6
1755 eval "$3=\$ac_header_compiler"
1758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1759 $as_echo "$ac_res" >&6; }
1761 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1763 } # ac_fn_c_check_header_mongrel
1765 # ac_fn_c_try_run LINENO
1766 # ----------------------
1767 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1768 # that executables *can* be run.
1771 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1772 if { { ac_try="$ac_link"
1774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1775 *) ac_try_echo=$ac_try;;
1777 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1778 $as_echo "$ac_try_echo"; } >&5
1779 (eval "$ac_link") 2>&5
1781 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1782 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1783 { { case "(($ac_try" in
1784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1785 *) ac_try_echo=$ac_try;;
1787 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1788 $as_echo "$ac_try_echo"; } >&5
1789 (eval "$ac_try") 2>&5
1791 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1792 test $ac_status = 0; }; }; then :
1795 $as_echo "$as_me: program exited with status $ac_status" >&5
1796 $as_echo "$as_me: failed program was:" >&5
1797 sed 's/^/| /' conftest.$ac_ext >&5
1799 ac_retval=$ac_status
1801 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1802 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1803 as_fn_set_status $ac_retval
1807 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1808 # -------------------------------------------------------
1809 # Tests whether HEADER exists and can be compiled using the include files in
1810 # INCLUDES, setting the cache variable VAR accordingly.
1811 ac_fn_c_check_header_compile ()
1813 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1815 $as_echo_n "checking for $2... " >&6; }
1816 if eval \${$3+:} false; then :
1817 $as_echo_n "(cached) " >&6
1819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1820 /* end confdefs.h. */
1824 if ac_fn_c_try_compile "$LINENO"; then :
1829 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1833 $as_echo "$ac_res" >&6; }
1834 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1836 } # ac_fn_c_check_header_compile
1838 # ac_fn_c_check_func LINENO FUNC VAR
1839 # ----------------------------------
1840 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1841 ac_fn_c_check_func ()
1843 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1845 $as_echo_n "checking for $2... " >&6; }
1846 if eval \${$3+:} false; then :
1847 $as_echo_n "(cached) " >&6
1849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1850 /* end confdefs.h. */
1851 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1852 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1853 #define $2 innocuous_$2
1855 /* System header to define __stub macros and hopefully few prototypes,
1856 which can conflict with char $2 (); below.
1857 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1858 <limits.h> exists even on freestanding compilers. */
1861 # include <limits.h>
1863 # include <assert.h>
1868 /* Override any GCC internal prototype to avoid an error.
1869 Use char because int might match the return type of a GCC
1870 builtin and then its argument prototype would still apply. */
1875 /* The GNU C library defines this for functions which it implements
1876 to always fail with ENOSYS. Some functions are actually named
1877 something starting with __ and the normal name is an alias. */
1878 #if defined __stub_$2 || defined __stub___$2
1890 if ac_fn_c_try_link "$LINENO"; then :
1895 rm -f core conftest.err conftest.$ac_objext \
1896 conftest$ac_exeext conftest.$ac_ext
1899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1900 $as_echo "$ac_res" >&6; }
1901 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1903 } # ac_fn_c_check_func
1905 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1906 # ---------------------------------------------
1907 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1909 ac_fn_c_check_decl ()
1911 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1912 as_decl_name=`echo $2|sed 's/ *(.*//'`
1913 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1915 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1916 if eval \${$3+:} false; then :
1917 $as_echo_n "(cached) " >&6
1919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1920 /* end confdefs.h. */
1925 #ifndef $as_decl_name
1927 (void) $as_decl_use;
1929 (void) $as_decl_name;
1937 if ac_fn_c_try_compile "$LINENO"; then :
1942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1946 $as_echo "$ac_res" >&6; }
1947 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1949 } # ac_fn_c_check_decl
1950 cat >config.log <<_ACEOF
1951 This file contains any messages produced by compilers while
1952 running configure, to aid debugging if configure makes a mistake.
1954 It was created by opcodes $as_me 2.31.51, which was
1955 generated by GNU Autoconf 2.69. Invocation command line was
1967 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1968 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1969 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1970 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1971 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1973 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1974 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1976 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1977 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1978 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1979 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1980 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1981 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1982 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1986 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1990 test -z "$as_dir" && as_dir=.
1991 $as_echo "PATH: $as_dir"
2007 # Keep a trace of the command line.
2008 # Strip out --no-create and --no-recursion so they do not pile up.
2009 # Strip out --silent because we don't want to record it for future runs.
2010 # Also quote any args containing shell meta-characters.
2011 # Make two passes to allow for proper duplicate-argument suppression.
2015 ac_must_keep_next=false
2021 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2022 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2023 | -silent | --silent | --silen | --sile | --sil)
2026 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2029 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2031 as_fn_append ac_configure_args1 " '$ac_arg'"
2032 if test $ac_must_keep_next = true; then
2033 ac_must_keep_next=false # Got value, back to normal.
2036 *=* | --config-cache | -C | -disable-* | --disable-* \
2037 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2038 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2039 | -with-* | --with-* | -without-* | --without-* | --x)
2040 case "$ac_configure_args0 " in
2041 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2044 -* ) ac_must_keep_next=true ;;
2047 as_fn_append ac_configure_args " '$ac_arg'"
2052 { ac_configure_args0=; unset ac_configure_args0;}
2053 { ac_configure_args1=; unset ac_configure_args1;}
2055 # When interrupted or exit'd, cleanup temporary files, and complete
2056 # config.log. We remove comments because anyway the quotes in there
2057 # would cause problems or look ugly.
2058 # WARNING: Use '\'' to represent an apostrophe within the trap.
2059 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2060 trap 'exit_status=$?
2061 # Save into config.log some information that might help in debugging.
2065 $as_echo "## ---------------- ##
2066 ## Cache variables. ##
2067 ## ---------------- ##"
2069 # The following way of writing the cache mishandles newlines in values,
2071 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2072 eval ac_val=\$$ac_var
2076 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2077 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2080 _ | IFS | as_nl) ;; #(
2081 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2082 *) { eval $ac_var=; unset $ac_var;} ;;
2087 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2088 *${as_nl}ac_space=\ *)
2090 "s/'\''/'\''\\\\'\'''\''/g;
2091 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2094 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2101 $as_echo "## ----------------- ##
2102 ## Output variables. ##
2103 ## ----------------- ##"
2105 for ac_var in $ac_subst_vars
2107 eval ac_val=\$$ac_var
2109 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2111 $as_echo "$ac_var='\''$ac_val'\''"
2115 if test -n "$ac_subst_files"; then
2116 $as_echo "## ------------------- ##
2117 ## File substitutions. ##
2118 ## ------------------- ##"
2120 for ac_var in $ac_subst_files
2122 eval ac_val=\$$ac_var
2124 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2126 $as_echo "$ac_var='\''$ac_val'\''"
2131 if test -s confdefs.h; then
2132 $as_echo "## ----------- ##
2139 test "$ac_signal" != 0 &&
2140 $as_echo "$as_me: caught signal $ac_signal"
2141 $as_echo "$as_me: exit $exit_status"
2143 rm -f core *.core core.conftest.* &&
2144 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2147 for ac_signal in 1 2 13 15; do
2148 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2152 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2153 rm -f -r conftest* confdefs.h
2155 $as_echo "/* confdefs.h */" > confdefs.h
2157 # Predefined preprocessor variables.
2159 cat >>confdefs.h <<_ACEOF
2160 #define PACKAGE_NAME "$PACKAGE_NAME"
2163 cat >>confdefs.h <<_ACEOF
2164 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2167 cat >>confdefs.h <<_ACEOF
2168 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2171 cat >>confdefs.h <<_ACEOF
2172 #define PACKAGE_STRING "$PACKAGE_STRING"
2175 cat >>confdefs.h <<_ACEOF
2176 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2179 cat >>confdefs.h <<_ACEOF
2180 #define PACKAGE_URL "$PACKAGE_URL"
2184 # Let the site file select an alternate cache file if it wants to.
2185 # Prefer an explicitly selected file to automatically selected ones.
2188 if test -n "$CONFIG_SITE"; then
2189 # We do not want a PATH search for config.site.
2190 case $CONFIG_SITE in #((
2191 -*) ac_site_file1=./$CONFIG_SITE;;
2192 */*) ac_site_file1=$CONFIG_SITE;;
2193 *) ac_site_file1=./$CONFIG_SITE;;
2195 elif test "x$prefix" != xNONE; then
2196 ac_site_file1=$prefix/share/config.site
2197 ac_site_file2=$prefix/etc/config.site
2199 ac_site_file1=$ac_default_prefix/share/config.site
2200 ac_site_file2=$ac_default_prefix/etc/config.site
2202 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2204 test "x$ac_site_file" = xNONE && continue
2205 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2206 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2207 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2208 sed 's/^/| /' "$ac_site_file" >&5
2210 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2211 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2212 as_fn_error $? "failed to load site script $ac_site_file
2213 See \`config.log' for more details" "$LINENO" 5; }
2217 if test -r "$cache_file"; then
2218 # Some versions of bash will fail to source /dev/null (special files
2219 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2220 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2221 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2222 $as_echo "$as_me: loading cache $cache_file" >&6;}
2224 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2225 *) . "./$cache_file";;
2229 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2230 $as_echo "$as_me: creating cache $cache_file" >&6;}
2234 # Check that the precious variables saved in the cache have kept the same
2236 ac_cache_corrupted=false
2237 for ac_var in $ac_precious_vars; do
2238 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2239 eval ac_new_set=\$ac_env_${ac_var}_set
2240 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2241 eval ac_new_val=\$ac_env_${ac_var}_value
2242 case $ac_old_set,$ac_new_set in
2244 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2245 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2246 ac_cache_corrupted=: ;;
2248 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2249 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2250 ac_cache_corrupted=: ;;
2253 if test "x$ac_old_val" != "x$ac_new_val"; then
2254 # differences in whitespace do not lead to failure.
2255 ac_old_val_w=`echo x $ac_old_val`
2256 ac_new_val_w=`echo x $ac_new_val`
2257 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2258 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2259 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2260 ac_cache_corrupted=:
2262 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2263 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2264 eval $ac_var=\$ac_old_val
2266 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2267 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2268 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2269 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2272 # Pass precious variables to config.status.
2273 if test "$ac_new_set" = set; then
2275 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2276 *) ac_arg=$ac_var=$ac_new_val ;;
2278 case " $ac_configure_args " in
2279 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2280 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2284 if $ac_cache_corrupted; then
2285 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2286 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2287 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2288 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2289 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2291 ## -------------------- ##
2292 ## Main body of script. ##
2293 ## -------------------- ##
2296 ac_cpp='$CPP $CPPFLAGS'
2297 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2298 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2299 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2308 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2309 if test -f "$ac_dir/install-sh"; then
2311 ac_install_sh="$ac_aux_dir/install-sh -c"
2313 elif test -f "$ac_dir/install.sh"; then
2315 ac_install_sh="$ac_aux_dir/install.sh -c"
2317 elif test -f "$ac_dir/shtool"; then
2319 ac_install_sh="$ac_aux_dir/shtool install -c"
2323 if test -z "$ac_aux_dir"; then
2324 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2327 # These three variables are undocumented and unsupported,
2328 # and are intended to be withdrawn in a future Autoconf release.
2329 # They can cause serious problems if a builder's source tree is in a directory
2330 # whose full name contains unusual characters.
2331 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2332 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2333 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2336 # Make sure we can run config.sub.
2337 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2338 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2341 $as_echo_n "checking build system type... " >&6; }
2342 if ${ac_cv_build+:} false; then :
2343 $as_echo_n "(cached) " >&6
2345 ac_build_alias=$build_alias
2346 test "x$ac_build_alias" = x &&
2347 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2348 test "x$ac_build_alias" = x &&
2349 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2350 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2351 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2355 $as_echo "$ac_cv_build" >&6; }
2356 case $ac_cv_build in
2358 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2361 ac_save_IFS=$IFS; IFS='-'
2367 # Remember, the first character of IFS is used to create $*,
2368 # except with old shells:
2371 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2375 $as_echo_n "checking host system type... " >&6; }
2376 if ${ac_cv_host+:} false; then :
2377 $as_echo_n "(cached) " >&6
2379 if test "x$host_alias" = x; then
2380 ac_cv_host=$ac_cv_build
2382 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2383 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2388 $as_echo "$ac_cv_host" >&6; }
2391 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2394 ac_save_IFS=$IFS; IFS='-'
2400 # Remember, the first character of IFS is used to create $*,
2401 # except with old shells:
2404 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2408 $as_echo_n "checking target system type... " >&6; }
2409 if ${ac_cv_target+:} false; then :
2410 $as_echo_n "(cached) " >&6
2412 if test "x$target_alias" = x; then
2413 ac_cv_target=$ac_cv_host
2415 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2416 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2421 $as_echo "$ac_cv_target" >&6; }
2422 case $ac_cv_target in
2424 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2426 target=$ac_cv_target
2427 ac_save_IFS=$IFS; IFS='-'
2433 # Remember, the first character of IFS is used to create $*,
2434 # except with old shells:
2437 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2440 # The aliases save the names the user supplied, while $host etc.
2441 # will get canonicalized.
2442 test -n "$target_alias" &&
2443 test "$program_prefix$program_suffix$program_transform_name" = \
2445 program_prefix=${target_alias}-
2446 # Expand $ac_aux_dir to an absolute path.
2447 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2450 ac_cpp='$CPP $CPPFLAGS'
2451 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2452 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2453 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2454 if test -n "$ac_tool_prefix"; then
2455 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2456 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2458 $as_echo_n "checking for $ac_word... " >&6; }
2459 if ${ac_cv_prog_CC+:} false; then :
2460 $as_echo_n "(cached) " >&6
2462 if test -n "$CC"; then
2463 ac_cv_prog_CC="$CC" # Let the user override the test.
2465 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2469 test -z "$as_dir" && as_dir=.
2470 for ac_exec_ext in '' $ac_executable_extensions; do
2471 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2472 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2473 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2483 if test -n "$CC"; then
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2485 $as_echo "$CC" >&6; }
2487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2488 $as_echo "no" >&6; }
2493 if test -z "$ac_cv_prog_CC"; then
2495 # Extract the first word of "gcc", so it can be a program name with args.
2496 set dummy gcc; ac_word=$2
2497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2498 $as_echo_n "checking for $ac_word... " >&6; }
2499 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2500 $as_echo_n "(cached) " >&6
2502 if test -n "$ac_ct_CC"; then
2503 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2505 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2509 test -z "$as_dir" && as_dir=.
2510 for ac_exec_ext in '' $ac_executable_extensions; do
2511 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2512 ac_cv_prog_ac_ct_CC="gcc"
2513 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2522 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2523 if test -n "$ac_ct_CC"; then
2524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2525 $as_echo "$ac_ct_CC" >&6; }
2527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2528 $as_echo "no" >&6; }
2531 if test "x$ac_ct_CC" = x; then
2534 case $cross_compiling:$ac_tool_warned in
2536 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2537 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2538 ac_tool_warned=yes ;;
2546 if test -z "$CC"; then
2547 if test -n "$ac_tool_prefix"; then
2548 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2549 set dummy ${ac_tool_prefix}cc; ac_word=$2
2550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2551 $as_echo_n "checking for $ac_word... " >&6; }
2552 if ${ac_cv_prog_CC+:} false; then :
2553 $as_echo_n "(cached) " >&6
2555 if test -n "$CC"; then
2556 ac_cv_prog_CC="$CC" # Let the user override the test.
2558 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2562 test -z "$as_dir" && as_dir=.
2563 for ac_exec_ext in '' $ac_executable_extensions; do
2564 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2565 ac_cv_prog_CC="${ac_tool_prefix}cc"
2566 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2576 if test -n "$CC"; then
2577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2578 $as_echo "$CC" >&6; }
2580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2581 $as_echo "no" >&6; }
2587 if test -z "$CC"; then
2588 # Extract the first word of "cc", so it can be a program name with args.
2589 set dummy cc; ac_word=$2
2590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2591 $as_echo_n "checking for $ac_word... " >&6; }
2592 if ${ac_cv_prog_CC+:} false; then :
2593 $as_echo_n "(cached) " >&6
2595 if test -n "$CC"; then
2596 ac_cv_prog_CC="$CC" # Let the user override the test.
2599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2603 test -z "$as_dir" && as_dir=.
2604 for ac_exec_ext in '' $ac_executable_extensions; do
2605 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2606 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2607 ac_prog_rejected=yes
2611 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2618 if test $ac_prog_rejected = yes; then
2619 # We found a bogon in the path, so make sure we never use it.
2620 set dummy $ac_cv_prog_CC
2622 if test $# != 0; then
2623 # We chose a different compiler from the bogus one.
2624 # However, it has the same basename, so the bogon will be chosen
2625 # first if we set CC to just the basename; use the full file name.
2627 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2633 if test -n "$CC"; then
2634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2635 $as_echo "$CC" >&6; }
2637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2638 $as_echo "no" >&6; }
2643 if test -z "$CC"; then
2644 if test -n "$ac_tool_prefix"; then
2645 for ac_prog in cl.exe
2647 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2648 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2650 $as_echo_n "checking for $ac_word... " >&6; }
2651 if ${ac_cv_prog_CC+:} false; then :
2652 $as_echo_n "(cached) " >&6
2654 if test -n "$CC"; then
2655 ac_cv_prog_CC="$CC" # Let the user override the test.
2657 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2661 test -z "$as_dir" && as_dir=.
2662 for ac_exec_ext in '' $ac_executable_extensions; do
2663 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2664 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2665 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2675 if test -n "$CC"; then
2676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2677 $as_echo "$CC" >&6; }
2679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2680 $as_echo "no" >&6; }
2684 test -n "$CC" && break
2687 if test -z "$CC"; then
2689 for ac_prog in cl.exe
2691 # Extract the first word of "$ac_prog", so it can be a program name with args.
2692 set dummy $ac_prog; ac_word=$2
2693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2694 $as_echo_n "checking for $ac_word... " >&6; }
2695 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2696 $as_echo_n "(cached) " >&6
2698 if test -n "$ac_ct_CC"; then
2699 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2701 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2705 test -z "$as_dir" && as_dir=.
2706 for ac_exec_ext in '' $ac_executable_extensions; do
2707 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2708 ac_cv_prog_ac_ct_CC="$ac_prog"
2709 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2718 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2719 if test -n "$ac_ct_CC"; then
2720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2721 $as_echo "$ac_ct_CC" >&6; }
2723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2724 $as_echo "no" >&6; }
2728 test -n "$ac_ct_CC" && break
2731 if test "x$ac_ct_CC" = x; then
2734 case $cross_compiling:$ac_tool_warned in
2736 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2737 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2738 ac_tool_warned=yes ;;
2747 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2748 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2749 as_fn_error $? "no acceptable C compiler found in \$PATH
2750 See \`config.log' for more details" "$LINENO" 5; }
2752 # Provide some information about the compiler.
2753 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2756 for ac_option in --version -v -V -qversion; do
2757 { { ac_try="$ac_compiler $ac_option >&5"
2759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2760 *) ac_try_echo=$ac_try;;
2762 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2763 $as_echo "$ac_try_echo"; } >&5
2764 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2766 if test -s conftest.err; then
2768 ... rest of stderr output deleted ...
2769 10q' conftest.err >conftest.er1
2770 cat conftest.er1 >&5
2772 rm -f conftest.er1 conftest.err
2773 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2774 test $ac_status = 0; }
2777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2778 /* end confdefs.h. */
2788 ac_clean_files_save=$ac_clean_files
2789 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2790 # Try to create an executable without -o first, disregard a.out.
2791 # It will help us diagnose broken compilers, and finding out an intuition
2793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2794 $as_echo_n "checking whether the C compiler works... " >&6; }
2795 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2797 # The possible output files:
2798 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2801 for ac_file in $ac_files
2804 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2805 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2810 if { { ac_try="$ac_link_default"
2812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2813 *) ac_try_echo=$ac_try;;
2815 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2816 $as_echo "$ac_try_echo"; } >&5
2817 (eval "$ac_link_default") 2>&5
2819 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2820 test $ac_status = 0; }; then :
2821 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2822 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2823 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2824 # so that the user can short-circuit this test for compilers unknown to
2826 for ac_file in $ac_files ''
2828 test -f "$ac_file" || continue
2830 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2833 # We found the default executable, but exeext='' is most
2837 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2839 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2841 # We set ac_cv_exeext here because the later test for it is not
2842 # safe: cross compilers may not add the suffix if given an `-o'
2843 # argument, so we may need to know it at that point already.
2844 # Even if this section looks crufty: it has the advantage of
2851 test "$ac_cv_exeext" = no && ac_cv_exeext=
2856 if test -z "$ac_file"; then :
2857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2858 $as_echo "no" >&6; }
2859 $as_echo "$as_me: failed program was:" >&5
2860 sed 's/^/| /' conftest.$ac_ext >&5
2862 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2863 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2864 as_fn_error 77 "C compiler cannot create executables
2865 See \`config.log' for more details" "$LINENO" 5; }
2867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2868 $as_echo "yes" >&6; }
2870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2871 $as_echo_n "checking for C compiler default output file name... " >&6; }
2872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2873 $as_echo "$ac_file" >&6; }
2874 ac_exeext=$ac_cv_exeext
2876 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2877 ac_clean_files=$ac_clean_files_save
2878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2879 $as_echo_n "checking for suffix of executables... " >&6; }
2880 if { { ac_try="$ac_link"
2882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2883 *) ac_try_echo=$ac_try;;
2885 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2886 $as_echo "$ac_try_echo"; } >&5
2887 (eval "$ac_link") 2>&5
2889 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2890 test $ac_status = 0; }; then :
2891 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2892 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2893 # work properly (i.e., refer to `conftest.exe'), while it won't with
2895 for ac_file in conftest.exe conftest conftest.*; do
2896 test -f "$ac_file" || continue
2898 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2899 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2905 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2906 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2907 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2908 See \`config.log' for more details" "$LINENO" 5; }
2910 rm -f conftest conftest$ac_cv_exeext
2911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2912 $as_echo "$ac_cv_exeext" >&6; }
2914 rm -f conftest.$ac_ext
2915 EXEEXT=$ac_cv_exeext
2917 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2918 /* end confdefs.h. */
2923 FILE *f = fopen ("conftest.out", "w");
2924 return ferror (f) || fclose (f) != 0;
2930 ac_clean_files="$ac_clean_files conftest.out"
2931 # Check that the compiler produces executables we can run. If not, either
2932 # the compiler is broken, or we cross compile.
2933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2934 $as_echo_n "checking whether we are cross compiling... " >&6; }
2935 if test "$cross_compiling" != yes; then
2936 { { ac_try="$ac_link"
2938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2939 *) ac_try_echo=$ac_try;;
2941 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2942 $as_echo "$ac_try_echo"; } >&5
2943 (eval "$ac_link") 2>&5
2945 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2946 test $ac_status = 0; }
2947 if { ac_try='./conftest$ac_cv_exeext'
2948 { { case "(($ac_try" in
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_try") 2>&5
2956 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2957 test $ac_status = 0; }; }; then
2960 if test "$cross_compiling" = maybe; then
2963 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2964 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2965 as_fn_error $? "cannot run C compiled programs.
2966 If you meant to cross compile, use \`--host'.
2967 See \`config.log' for more details" "$LINENO" 5; }
2971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2972 $as_echo "$cross_compiling" >&6; }
2974 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2975 ac_clean_files=$ac_clean_files_save
2976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2977 $as_echo_n "checking for suffix of object files... " >&6; }
2978 if ${ac_cv_objext+:} false; then :
2979 $as_echo_n "(cached) " >&6
2981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2982 /* end confdefs.h. */
2992 rm -f conftest.o conftest.obj
2993 if { { ac_try="$ac_compile"
2995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2996 *) ac_try_echo=$ac_try;;
2998 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2999 $as_echo "$ac_try_echo"; } >&5
3000 (eval "$ac_compile") 2>&5
3002 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3003 test $ac_status = 0; }; then :
3004 for ac_file in conftest.o conftest.obj conftest.*; do
3005 test -f "$ac_file" || continue;
3007 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3008 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3013 $as_echo "$as_me: failed program was:" >&5
3014 sed 's/^/| /' conftest.$ac_ext >&5
3016 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3017 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3018 as_fn_error $? "cannot compute suffix of object files: cannot compile
3019 See \`config.log' for more details" "$LINENO" 5; }
3021 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3024 $as_echo "$ac_cv_objext" >&6; }
3025 OBJEXT=$ac_cv_objext
3027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3028 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3029 if ${ac_cv_c_compiler_gnu+:} false; then :
3030 $as_echo_n "(cached) " >&6
3032 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3033 /* end confdefs.h. */
3046 if ac_fn_c_try_compile "$LINENO"; then :
3051 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3052 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3056 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3057 if test $ac_compiler_gnu = yes; then
3062 ac_test_CFLAGS=${CFLAGS+set}
3063 ac_save_CFLAGS=$CFLAGS
3064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3065 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3066 if ${ac_cv_prog_cc_g+:} false; then :
3067 $as_echo_n "(cached) " >&6
3069 ac_save_c_werror_flag=$ac_c_werror_flag
3070 ac_c_werror_flag=yes
3073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3074 /* end confdefs.h. */
3084 if ac_fn_c_try_compile "$LINENO"; then :
3088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3089 /* end confdefs.h. */
3099 if ac_fn_c_try_compile "$LINENO"; then :
3102 ac_c_werror_flag=$ac_save_c_werror_flag
3104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3105 /* end confdefs.h. */
3115 if ac_fn_c_try_compile "$LINENO"; then :
3118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3120 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3122 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3123 ac_c_werror_flag=$ac_save_c_werror_flag
3125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3126 $as_echo "$ac_cv_prog_cc_g" >&6; }
3127 if test "$ac_test_CFLAGS" = set; then
3128 CFLAGS=$ac_save_CFLAGS
3129 elif test $ac_cv_prog_cc_g = yes; then
3130 if test "$GCC" = yes; then
3136 if test "$GCC" = yes; then
3142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3143 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3144 if ${ac_cv_prog_cc_c89+:} false; then :
3145 $as_echo_n "(cached) " >&6
3147 ac_cv_prog_cc_c89=no
3149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3150 /* end confdefs.h. */
3154 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3155 struct buf { int x; };
3156 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3157 static char *e (p, i)
3163 static char *f (char * (*g) (char **, int), char **p, ...)
3168 s = g (p, va_arg (v,int));
3173 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3174 function prototypes and stuff, but not '\xHH' hex character constants.
3175 These don't provoke an error unfortunately, instead are silently treated
3176 as 'x'. The following induces an error, until -std is added to get
3177 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3178 array size at least. It's necessary to write '\x00'==0 to get something
3179 that's true only with -std. */
3180 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3182 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3183 inside strings and character constants. */
3185 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3187 int test (int i, double x);
3188 struct s1 {int (*f) (int a);};
3189 struct s2 {int (*f) (double a);};
3190 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3196 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3201 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3202 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3204 CC="$ac_save_CC $ac_arg"
3205 if ac_fn_c_try_compile "$LINENO"; then :
3206 ac_cv_prog_cc_c89=$ac_arg
3208 rm -f core conftest.err conftest.$ac_objext
3209 test "x$ac_cv_prog_cc_c89" != "xno" && break
3211 rm -f conftest.$ac_ext
3216 case "x$ac_cv_prog_cc_c89" in
3218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3219 $as_echo "none needed" >&6; } ;;
3221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3222 $as_echo "unsupported" >&6; } ;;
3224 CC="$CC $ac_cv_prog_cc_c89"
3225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3226 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3228 if test "x$ac_cv_prog_cc_c89" != xno; then :
3233 ac_cpp='$CPP $CPPFLAGS'
3234 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3235 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3236 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3239 ac_cpp='$CPP $CPPFLAGS'
3240 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3241 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3242 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3244 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3245 if ${am_cv_prog_cc_c_o+:} false; then :
3246 $as_echo_n "(cached) " >&6
3248 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3249 /* end confdefs.h. */
3259 # Make sure it works both with $CC and with simple cc.
3260 # Following AC_PROG_CC_C_O, we do the test twice because some
3261 # compilers refuse to overwrite an existing .o file with -o,
3262 # though they will create one.
3263 am_cv_prog_cc_c_o=yes
3265 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3266 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3269 (exit $ac_status); } \
3270 && test -f conftest2.$ac_objext; then
3273 am_cv_prog_cc_c_o=no
3277 rm -f core conftest*
3280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3281 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3282 if test "$am_cv_prog_cc_c_o" != yes; then
3283 # Losing compiler, so override with the script.
3284 # FIXME: It is wrong to rewrite CC.
3285 # But if we don't then we get into trouble of one sort or another.
3286 # A longer-term fix would be to have automake use am__CC in this case,
3287 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3288 CC="$am_aux_dir/compile $CC"
3291 ac_cpp='$CPP $CPPFLAGS'
3292 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3293 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3294 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3299 $as_echo_n "checking for library containing strerror... " >&6; }
3300 if ${ac_cv_search_strerror+:} false; then :
3301 $as_echo_n "(cached) " >&6
3303 ac_func_search_save_LIBS=$LIBS
3304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3305 /* end confdefs.h. */
3307 /* Override any GCC internal prototype to avoid an error.
3308 Use char because int might match the return type of a GCC
3309 builtin and then its argument prototype would still apply. */
3322 for ac_lib in '' cposix; do
3323 if test -z "$ac_lib"; then
3324 ac_res="none required"
3327 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3329 if ac_fn_c_try_link "$LINENO"; then :
3330 ac_cv_search_strerror=$ac_res
3332 rm -f core conftest.err conftest.$ac_objext \
3334 if ${ac_cv_search_strerror+:} false; then :
3338 if ${ac_cv_search_strerror+:} false; then :
3341 ac_cv_search_strerror=no
3344 LIBS=$ac_func_search_save_LIBS
3346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3347 $as_echo "$ac_cv_search_strerror" >&6; }
3348 ac_res=$ac_cv_search_strerror
3349 if test "$ac_res" != no; then :
3350 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3355 am__api_version='1.15'
3357 # Find a good install program. We prefer a C program (faster),
3358 # so one script is as good as another. But avoid the broken or
3359 # incompatible versions:
3360 # SysV /etc/install, /usr/sbin/install
3361 # SunOS /usr/etc/install
3362 # IRIX /sbin/install
3364 # AmigaOS /C/install, which installs bootblocks on floppy discs
3365 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3366 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3367 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3368 # OS/2's system install, which has a completely different semantic
3369 # ./install, which can be erroneously created by make from ./install.sh.
3370 # Reject install programs that cannot install multiple files.
3371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3372 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3373 if test -z "$INSTALL"; then
3374 if ${ac_cv_path_install+:} false; then :
3375 $as_echo_n "(cached) " >&6
3377 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3381 test -z "$as_dir" && as_dir=.
3382 # Account for people who put trailing slashes in PATH elements.
3383 case $as_dir/ in #((
3384 ./ | .// | /[cC]/* | \
3385 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3386 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3389 # OSF1 and SCO ODT 3.0 have their own names for install.
3390 # Don't use installbsd from OSF since it installs stuff as root
3392 for ac_prog in ginstall scoinst install; do
3393 for ac_exec_ext in '' $ac_executable_extensions; do
3394 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3395 if test $ac_prog = install &&
3396 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3397 # AIX install. It has an incompatible calling convention.
3399 elif test $ac_prog = install &&
3400 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3401 # program-specific install script used by HP pwplus--don't use.
3404 rm -rf conftest.one conftest.two conftest.dir
3405 echo one > conftest.one
3406 echo two > conftest.two
3408 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3409 test -s conftest.one && test -s conftest.two &&
3410 test -s conftest.dir/conftest.one &&
3411 test -s conftest.dir/conftest.two
3413 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3426 rm -rf conftest.one conftest.two conftest.dir
3429 if test "${ac_cv_path_install+set}" = set; then
3430 INSTALL=$ac_cv_path_install
3432 # As a last resort, use the slow shell script. Don't cache a
3433 # value for INSTALL within a source directory, because that will
3434 # break other packages using the cache if that directory is
3435 # removed, or if the value is a relative name.
3436 INSTALL=$ac_install_sh
3439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3440 $as_echo "$INSTALL" >&6; }
3442 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3443 # It thinks the first close brace ends the variable substitution.
3444 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3446 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3448 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3451 $as_echo_n "checking whether build environment is sane... " >&6; }
3452 # Reject unsafe characters in $srcdir or the absolute working directory
3453 # name. Accept space and tab only in the latter.
3457 *[\\\"\#\$\&\'\`$am_lf]*)
3458 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
3461 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3462 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3465 # Do 'set' in a subshell so we don't clobber the current shell's
3466 # arguments. Must try -L first in case configure is actually a
3467 # symlink; some systems play weird games with the mod time of symlinks
3468 # (eg FreeBSD returns the mod time of the symlink's containing
3472 for am_try in 1 2; do
3473 echo "timestamp, slept: $am_has_slept" > conftest.file
3474 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3475 if test "$*" = "X"; then
3477 set X `ls -t "$srcdir/configure" conftest.file`
3479 if test "$*" != "X $srcdir/configure conftest.file" \
3480 && test "$*" != "X conftest.file $srcdir/configure"; then
3482 # If neither matched, then we have a broken ls. This can happen
3483 # if, for instance, CONFIG_SHELL is bash and it inherits a
3484 # broken ls alias from the environment. This has actually
3485 # happened. Such a system could not be considered "sane".
3486 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3487 alias in your environment" "$LINENO" 5
3489 if test "$2" = conftest.file || test $am_try -eq 2; then
3496 test "$2" = conftest.file
3502 as_fn_error $? "newly created file is older than distributed files!
3503 Check your system clock" "$LINENO" 5
3505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3506 $as_echo "yes" >&6; }
3507 # If we didn't sleep, we still need to ensure time stamps of config.status and
3508 # generated files are strictly newer.
3510 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3517 test "$program_prefix" != NONE &&
3518 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3519 # Use a double $ so make ignores it.
3520 test "$program_suffix" != NONE &&
3521 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3522 # Double any \ or $.
3523 # By default was `s,x,x', remove it if useless.
3524 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3525 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3527 if test x"${MISSING+set}" != xset; then
3530 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3532 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3535 # Use eval to expand $SHELL
3536 if eval "$MISSING --is-lightweight"; then
3537 am_missing_run="$MISSING "
3540 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3541 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3544 if test x"${install_sh+set}" != xset; then
3547 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3549 install_sh="\${SHELL} $am_aux_dir/install-sh"
3553 # Installed binaries are usually stripped using 'strip' when the user
3554 # run "make install-strip". However 'strip' might not be the right
3555 # tool to use in cross-compilation environments, therefore Automake
3556 # will honor the 'STRIP' environment variable to overrule this program.
3557 if test "$cross_compiling" != no; then
3558 if test -n "$ac_tool_prefix"; then
3559 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3560 set dummy ${ac_tool_prefix}strip; ac_word=$2
3561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3562 $as_echo_n "checking for $ac_word... " >&6; }
3563 if ${ac_cv_prog_STRIP+:} false; then :
3564 $as_echo_n "(cached) " >&6
3566 if test -n "$STRIP"; then
3567 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3569 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3573 test -z "$as_dir" && as_dir=.
3574 for ac_exec_ext in '' $ac_executable_extensions; do
3575 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3576 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3577 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3586 STRIP=$ac_cv_prog_STRIP
3587 if test -n "$STRIP"; then
3588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3589 $as_echo "$STRIP" >&6; }
3591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3592 $as_echo "no" >&6; }
3597 if test -z "$ac_cv_prog_STRIP"; then
3599 # Extract the first word of "strip", so it can be a program name with args.
3600 set dummy strip; ac_word=$2
3601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3602 $as_echo_n "checking for $ac_word... " >&6; }
3603 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3604 $as_echo_n "(cached) " >&6
3606 if test -n "$ac_ct_STRIP"; then
3607 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3609 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3613 test -z "$as_dir" && as_dir=.
3614 for ac_exec_ext in '' $ac_executable_extensions; do
3615 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3616 ac_cv_prog_ac_ct_STRIP="strip"
3617 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3626 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3627 if test -n "$ac_ct_STRIP"; then
3628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3629 $as_echo "$ac_ct_STRIP" >&6; }
3631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3632 $as_echo "no" >&6; }
3635 if test "x$ac_ct_STRIP" = x; then
3638 case $cross_compiling:$ac_tool_warned in
3640 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3641 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3642 ac_tool_warned=yes ;;
3647 STRIP="$ac_cv_prog_STRIP"
3651 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3654 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3655 if test -z "$MKDIR_P"; then
3656 if ${ac_cv_path_mkdir+:} false; then :
3657 $as_echo_n "(cached) " >&6
3659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3660 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3663 test -z "$as_dir" && as_dir=.
3664 for ac_prog in mkdir gmkdir; do
3665 for ac_exec_ext in '' $ac_executable_extensions; do
3666 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3667 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3668 'mkdir (GNU coreutils) '* | \
3669 'mkdir (coreutils) '* | \
3670 'mkdir (fileutils) '4.1*)
3671 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3681 test -d ./--version && rmdir ./--version
3682 if test "${ac_cv_path_mkdir+set}" = set; then
3683 MKDIR_P="$ac_cv_path_mkdir -p"
3685 # As a last resort, use the slow shell script. Don't cache a
3686 # value for MKDIR_P within a source directory, because that will
3687 # break other packages using the cache if that directory is
3688 # removed, or if the value is a relative name.
3689 MKDIR_P="$ac_install_sh -d"
3692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3693 $as_echo "$MKDIR_P" >&6; }
3695 for ac_prog in gawk mawk nawk awk
3697 # Extract the first word of "$ac_prog", so it can be a program name with args.
3698 set dummy $ac_prog; ac_word=$2
3699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3700 $as_echo_n "checking for $ac_word... " >&6; }
3701 if ${ac_cv_prog_AWK+:} false; then :
3702 $as_echo_n "(cached) " >&6
3704 if test -n "$AWK"; then
3705 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3707 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3711 test -z "$as_dir" && as_dir=.
3712 for ac_exec_ext in '' $ac_executable_extensions; do
3713 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3714 ac_cv_prog_AWK="$ac_prog"
3715 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3725 if test -n "$AWK"; then
3726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3727 $as_echo "$AWK" >&6; }
3729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3730 $as_echo "no" >&6; }
3734 test -n "$AWK" && break
3737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3738 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3740 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3741 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3742 $as_echo_n "(cached) " >&6
3744 cat >conftest.make <<\_ACEOF
3747 @echo '@@@%%%=$(MAKE)=@@@%%%'
3749 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3750 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3752 eval ac_cv_prog_make_${ac_make}_set=yes;;
3754 eval ac_cv_prog_make_${ac_make}_set=no;;
3758 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3760 $as_echo "yes" >&6; }
3763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3764 $as_echo "no" >&6; }
3765 SET_MAKE="MAKE=${MAKE-make}"
3768 rm -rf .tst 2>/dev/null
3769 mkdir .tst 2>/dev/null
3770 if test -d .tst; then
3775 rmdir .tst 2>/dev/null
3777 DEPDIR="${am__leading_dot}deps"
3779 ac_config_commands="$ac_config_commands depfiles"
3782 am_make=${MAKE-make}
3783 cat > confinc << 'END'
3785 @echo this is the am__doit target
3788 # If we don't find an include directive, just comment out the code.
3789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3790 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3794 # First try GNU make style include.
3795 echo "include confinc" > confmf
3796 # Ignore all kinds of additional output from 'make'.
3797 case `$am_make -s -f confmf 2> /dev/null` in #(
3798 *the\ am__doit\ target*)
3804 # Now try BSD make style include.
3805 if test "$am__include" = "#"; then
3806 echo '.include "confinc"' > confmf
3807 case `$am_make -s -f confmf 2> /dev/null` in #(
3808 *the\ am__doit\ target*)
3809 am__include=.include
3817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3818 $as_echo "$_am_result" >&6; }
3819 rm -f confinc confmf
3821 # Check whether --enable-dependency-tracking was given.
3822 if test "${enable_dependency_tracking+set}" = set; then :
3823 enableval=$enable_dependency_tracking;
3826 if test "x$enable_dependency_tracking" != xno; then
3827 am_depcomp="$ac_aux_dir/depcomp"
3831 if test "x$enable_dependency_tracking" != xno; then
3840 # Check whether --enable-silent-rules was given.
3841 if test "${enable_silent_rules+set}" = set; then :
3842 enableval=$enable_silent_rules;
3845 case $enable_silent_rules in # (((
3846 yes) AM_DEFAULT_VERBOSITY=0;;
3847 no) AM_DEFAULT_VERBOSITY=1;;
3848 *) AM_DEFAULT_VERBOSITY=1;;
3850 am_make=${MAKE-make}
3851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3852 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3853 if ${am_cv_make_support_nested_variables+:} false; then :
3854 $as_echo_n "(cached) " >&6
3856 if $as_echo 'TRUE=$(BAR$(V))
3862 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3863 am_cv_make_support_nested_variables=yes
3865 am_cv_make_support_nested_variables=no
3868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3869 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3870 if test $am_cv_make_support_nested_variables = yes; then
3872 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3874 AM_V=$AM_DEFAULT_VERBOSITY
3875 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3879 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3880 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3881 # is not polluted with repeated "-I."
3882 am__isrc=' -I$(srcdir)'
3883 # test to see if srcdir already configured
3884 if test -f $srcdir/config.status; then
3885 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3889 # test whether we have cygpath
3890 if test -z "$CYGPATH_W"; then
3891 if (cygpath --version) >/dev/null 2>/dev/null; then
3892 CYGPATH_W='cygpath -w'
3899 # Define the identity of the package.
3904 cat >>confdefs.h <<_ACEOF
3905 #define PACKAGE "$PACKAGE"
3909 cat >>confdefs.h <<_ACEOF
3910 #define VERSION "$VERSION"
3913 # Some tools Automake needs.
3915 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3918 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3921 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3924 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3927 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3929 # For better backward compatibility. To be removed once Automake 1.9.x
3930 # dies out for good. For more background, see:
3931 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3932 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3933 mkdir_p='$(MKDIR_P)'
3935 # We need awk for the "check" target (and possibly the TAP driver). The
3936 # system "awk" is bad on some platforms.
3937 # Always define AMTAR for backward compatibility. Yes, it's still used
3938 # in the wild :-( We should find a proper way to deprecate it ...
3942 # We'll loop over all known methods to create a tar archive until one works.
3943 _am_tools='gnutar pax cpio none'
3945 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3951 depcc="$CC" am_compiler_list=
3953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3954 $as_echo_n "checking dependency style of $depcc... " >&6; }
3955 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3956 $as_echo_n "(cached) " >&6
3958 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3959 # We make a subdir and do the tests there. Otherwise we can end up
3960 # making bogus files that we don't know about and never remove. For
3961 # instance it was reported that on HP-UX the gcc test will end up
3962 # making a dummy file named 'D' -- because '-MD' means "put the output
3966 # Copy depcomp to subdir because otherwise we won't find it if we're
3967 # using a relative directory.
3968 cp "$am_depcomp" conftest.dir
3970 # We will build objects and dependencies in a subdirectory because
3971 # it helps to detect inapplicable dependency modes. For instance
3972 # both Tru64's cc and ICC support -MD to output dependencies as a
3973 # side effect of compilation, but ICC will put the dependencies in
3974 # the current directory while Tru64 will put them in the object
3978 am_cv_CC_dependencies_compiler_type=none
3979 if test "$am_compiler_list" = ""; then
3980 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3983 case " $depcc " in #(
3984 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3987 for depmode in $am_compiler_list; do
3988 # Setup a source with many dependencies, because some compilers
3989 # like to wrap large dependency lists on column 80 (with \), and
3990 # we should not choose a depcomp mode which is confused by this.
3992 # We need to recreate these files for each test, as the compiler may
3993 # overwrite some of them when testing with obscure command lines.
3994 # This happens at least with the AIX C compiler.
3996 for i in 1 2 3 4 5 6; do
3997 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3998 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3999 # Solaris 10 /bin/sh.
4000 echo '/* dummy */' > sub/conftst$i.h
4002 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4004 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4005 # mode. It turns out that the SunPro C++ compiler does not properly
4006 # handle '-M -o', and we need to detect this. Also, some Intel
4007 # versions had trouble with output in subdirs.
4008 am__obj=sub/conftest.${OBJEXT-o}
4009 am__minus_obj="-o $am__obj"
4012 # This depmode causes a compiler race in universal mode.
4013 test "$am__universal" = false || continue
4016 # After this tag, mechanisms are not by side-effect, so they'll
4017 # only be used when explicitly requested.
4018 if test "x$enable_dependency_tracking" = xyes; then
4024 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4025 # This compiler won't grok '-c -o', but also, the minuso test has
4026 # not run yet. These depmodes are late enough in the game, and
4027 # so weak that their functioning should not be impacted.
4028 am__obj=conftest.${OBJEXT-o}
4033 if depmode=$depmode \
4034 source=sub/conftest.c object=$am__obj \
4035 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4036 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4037 >/dev/null 2>conftest.err &&
4038 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4039 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4040 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4041 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4042 # icc doesn't choke on unknown options, it will just issue warnings
4043 # or remarks (even with -Werror). So we grep stderr for any message
4044 # that says an option was ignored or not supported.
4045 # When given -MP, icc 7.0 and 7.1 complain thusly:
4046 # icc: Command line warning: ignoring option '-M'; no argument required
4047 # The diagnosis changed in icc 8.0:
4048 # icc: Command line remark: option '-MP' not supported
4049 if (grep 'ignoring option' conftest.err ||
4050 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4051 am_cv_CC_dependencies_compiler_type=$depmode
4060 am_cv_CC_dependencies_compiler_type=none
4064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4065 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4066 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4069 test "x$enable_dependency_tracking" != xno \
4070 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4072 am__fastdepCC_FALSE='#'
4074 am__fastdepCC_TRUE='#'
4075 am__fastdepCC_FALSE=
4080 # POSIX will say in a future version that running "rm -f" with no argument
4081 # is OK; and we want to be able to make that assumption in our Makefile
4082 # recipes. So use an aggressive probe to check that the usage we want is
4083 # actually supported "in the wild" to an acceptable degree.
4084 # See automake bug#10828.
4085 # To make any issue more visible, cause the running configure to be aborted
4086 # by default if the 'rm' program in use doesn't match our expectations; the
4087 # user can still override this though.
4088 if rm -f && rm -fr && rm -rf; then : OK; else
4092 Your 'rm' program seems unable to run without file operands specified
4093 on the command line, even when the '-f' option is present. This is contrary
4094 to the behaviour of most rm programs out there, and not conforming with
4095 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4097 Please tell bug-automake@gnu.org about your system, including the value
4098 of your $PATH and any error possibly output before this message. This
4099 can help us improve future automake versions.
4102 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
4103 echo 'Configuration will proceed anyway, since you have set the' >&2
4104 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4108 Aborting the configuration process, to ensure you take notice of the issue.
4110 You can download and install GNU coreutils to get an 'rm' implementation
4111 that behaves properly: <http://www.gnu.org/software/coreutils/>.
4113 If you want to complete the configuration process using your problematic
4114 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4115 to "yes", and re-run configure.
4118 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
4124 ac_cpp='$CPP $CPPFLAGS'
4125 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4126 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4127 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4128 if test -n "$ac_tool_prefix"; then
4129 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4130 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4132 $as_echo_n "checking for $ac_word... " >&6; }
4133 if ${ac_cv_prog_CC+:} false; then :
4134 $as_echo_n "(cached) " >&6
4136 if test -n "$CC"; then
4137 ac_cv_prog_CC="$CC" # Let the user override the test.
4139 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4143 test -z "$as_dir" && as_dir=.
4144 for ac_exec_ext in '' $ac_executable_extensions; do
4145 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4146 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4147 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4157 if test -n "$CC"; then
4158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4159 $as_echo "$CC" >&6; }
4161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4162 $as_echo "no" >&6; }
4167 if test -z "$ac_cv_prog_CC"; then
4169 # Extract the first word of "gcc", so it can be a program name with args.
4170 set dummy gcc; ac_word=$2
4171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4172 $as_echo_n "checking for $ac_word... " >&6; }
4173 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4174 $as_echo_n "(cached) " >&6
4176 if test -n "$ac_ct_CC"; then
4177 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4179 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4183 test -z "$as_dir" && as_dir=.
4184 for ac_exec_ext in '' $ac_executable_extensions; do
4185 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4186 ac_cv_prog_ac_ct_CC="gcc"
4187 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4196 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4197 if test -n "$ac_ct_CC"; then
4198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4199 $as_echo "$ac_ct_CC" >&6; }
4201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4202 $as_echo "no" >&6; }
4205 if test "x$ac_ct_CC" = x; then
4208 case $cross_compiling:$ac_tool_warned in
4210 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4211 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4212 ac_tool_warned=yes ;;
4220 if test -z "$CC"; then
4221 if test -n "$ac_tool_prefix"; then
4222 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4223 set dummy ${ac_tool_prefix}cc; ac_word=$2
4224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4225 $as_echo_n "checking for $ac_word... " >&6; }
4226 if ${ac_cv_prog_CC+:} false; then :
4227 $as_echo_n "(cached) " >&6
4229 if test -n "$CC"; then
4230 ac_cv_prog_CC="$CC" # Let the user override the test.
4232 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4236 test -z "$as_dir" && as_dir=.
4237 for ac_exec_ext in '' $ac_executable_extensions; do
4238 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4239 ac_cv_prog_CC="${ac_tool_prefix}cc"
4240 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4250 if test -n "$CC"; then
4251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4252 $as_echo "$CC" >&6; }
4254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4255 $as_echo "no" >&6; }
4261 if test -z "$CC"; then
4262 # Extract the first word of "cc", so it can be a program name with args.
4263 set dummy cc; ac_word=$2
4264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4265 $as_echo_n "checking for $ac_word... " >&6; }
4266 if ${ac_cv_prog_CC+:} false; then :
4267 $as_echo_n "(cached) " >&6
4269 if test -n "$CC"; then
4270 ac_cv_prog_CC="$CC" # Let the user override the test.
4273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4277 test -z "$as_dir" && as_dir=.
4278 for ac_exec_ext in '' $ac_executable_extensions; do
4279 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4280 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4281 ac_prog_rejected=yes
4285 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4292 if test $ac_prog_rejected = yes; then
4293 # We found a bogon in the path, so make sure we never use it.
4294 set dummy $ac_cv_prog_CC
4296 if test $# != 0; then
4297 # We chose a different compiler from the bogus one.
4298 # However, it has the same basename, so the bogon will be chosen
4299 # first if we set CC to just the basename; use the full file name.
4301 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4307 if test -n "$CC"; then
4308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4309 $as_echo "$CC" >&6; }
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4312 $as_echo "no" >&6; }
4317 if test -z "$CC"; then
4318 if test -n "$ac_tool_prefix"; then
4319 for ac_prog in cl.exe
4321 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4322 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4324 $as_echo_n "checking for $ac_word... " >&6; }
4325 if ${ac_cv_prog_CC+:} false; then :
4326 $as_echo_n "(cached) " >&6
4328 if test -n "$CC"; then
4329 ac_cv_prog_CC="$CC" # Let the user override the test.
4331 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4335 test -z "$as_dir" && as_dir=.
4336 for ac_exec_ext in '' $ac_executable_extensions; do
4337 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4338 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4339 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4349 if test -n "$CC"; then
4350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4351 $as_echo "$CC" >&6; }
4353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4354 $as_echo "no" >&6; }
4358 test -n "$CC" && break
4361 if test -z "$CC"; then
4363 for ac_prog in cl.exe
4365 # Extract the first word of "$ac_prog", so it can be a program name with args.
4366 set dummy $ac_prog; ac_word=$2
4367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4368 $as_echo_n "checking for $ac_word... " >&6; }
4369 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4370 $as_echo_n "(cached) " >&6
4372 if test -n "$ac_ct_CC"; then
4373 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4375 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4379 test -z "$as_dir" && as_dir=.
4380 for ac_exec_ext in '' $ac_executable_extensions; do
4381 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4382 ac_cv_prog_ac_ct_CC="$ac_prog"
4383 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4392 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4393 if test -n "$ac_ct_CC"; then
4394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4395 $as_echo "$ac_ct_CC" >&6; }
4397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4398 $as_echo "no" >&6; }
4402 test -n "$ac_ct_CC" && break
4405 if test "x$ac_ct_CC" = x; then
4408 case $cross_compiling:$ac_tool_warned in
4410 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4411 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4412 ac_tool_warned=yes ;;
4421 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4422 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4423 as_fn_error $? "no acceptable C compiler found in \$PATH
4424 See \`config.log' for more details" "$LINENO" 5; }
4426 # Provide some information about the compiler.
4427 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4430 for ac_option in --version -v -V -qversion; do
4431 { { ac_try="$ac_compiler $ac_option >&5"
4433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4434 *) ac_try_echo=$ac_try;;
4436 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4437 $as_echo "$ac_try_echo"; } >&5
4438 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4440 if test -s conftest.err; then
4442 ... rest of stderr output deleted ...
4443 10q' conftest.err >conftest.er1
4444 cat conftest.er1 >&5
4446 rm -f conftest.er1 conftest.err
4447 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4448 test $ac_status = 0; }
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4452 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4453 if ${ac_cv_c_compiler_gnu+:} false; then :
4454 $as_echo_n "(cached) " >&6
4456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4457 /* end confdefs.h. */
4470 if ac_fn_c_try_compile "$LINENO"; then :
4475 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4476 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4480 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4481 if test $ac_compiler_gnu = yes; then
4486 ac_test_CFLAGS=${CFLAGS+set}
4487 ac_save_CFLAGS=$CFLAGS
4488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4489 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4490 if ${ac_cv_prog_cc_g+:} false; then :
4491 $as_echo_n "(cached) " >&6
4493 ac_save_c_werror_flag=$ac_c_werror_flag
4494 ac_c_werror_flag=yes
4497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4498 /* end confdefs.h. */
4508 if ac_fn_c_try_compile "$LINENO"; then :
4512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4513 /* end confdefs.h. */
4523 if ac_fn_c_try_compile "$LINENO"; then :
4526 ac_c_werror_flag=$ac_save_c_werror_flag
4528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4529 /* end confdefs.h. */
4539 if ac_fn_c_try_compile "$LINENO"; then :
4542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4547 ac_c_werror_flag=$ac_save_c_werror_flag
4549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4550 $as_echo "$ac_cv_prog_cc_g" >&6; }
4551 if test "$ac_test_CFLAGS" = set; then
4552 CFLAGS=$ac_save_CFLAGS
4553 elif test $ac_cv_prog_cc_g = yes; then
4554 if test "$GCC" = yes; then
4560 if test "$GCC" = yes; then
4566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4567 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4568 if ${ac_cv_prog_cc_c89+:} false; then :
4569 $as_echo_n "(cached) " >&6
4571 ac_cv_prog_cc_c89=no
4573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4574 /* end confdefs.h. */
4578 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4579 struct buf { int x; };
4580 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4581 static char *e (p, i)
4587 static char *f (char * (*g) (char **, int), char **p, ...)
4592 s = g (p, va_arg (v,int));
4597 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4598 function prototypes and stuff, but not '\xHH' hex character constants.
4599 These don't provoke an error unfortunately, instead are silently treated
4600 as 'x'. The following induces an error, until -std is added to get
4601 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4602 array size at least. It's necessary to write '\x00'==0 to get something
4603 that's true only with -std. */
4604 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4606 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4607 inside strings and character constants. */
4609 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4611 int test (int i, double x);
4612 struct s1 {int (*f) (int a);};
4613 struct s2 {int (*f) (double a);};
4614 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4620 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4625 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4626 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4628 CC="$ac_save_CC $ac_arg"
4629 if ac_fn_c_try_compile "$LINENO"; then :
4630 ac_cv_prog_cc_c89=$ac_arg
4632 rm -f core conftest.err conftest.$ac_objext
4633 test "x$ac_cv_prog_cc_c89" != "xno" && break
4635 rm -f conftest.$ac_ext
4640 case "x$ac_cv_prog_cc_c89" in
4642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4643 $as_echo "none needed" >&6; } ;;
4645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4646 $as_echo "unsupported" >&6; } ;;
4648 CC="$CC $ac_cv_prog_cc_c89"
4649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4650 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4652 if test "x$ac_cv_prog_cc_c89" != xno; then :
4657 ac_cpp='$CPP $CPPFLAGS'
4658 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4659 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4660 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4663 ac_cpp='$CPP $CPPFLAGS'
4664 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4665 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4666 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4668 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4669 if ${am_cv_prog_cc_c_o+:} false; then :
4670 $as_echo_n "(cached) " >&6
4672 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4673 /* end confdefs.h. */
4683 # Make sure it works both with $CC and with simple cc.
4684 # Following AC_PROG_CC_C_O, we do the test twice because some
4685 # compilers refuse to overwrite an existing .o file with -o,
4686 # though they will create one.
4687 am_cv_prog_cc_c_o=yes
4689 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4690 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4693 (exit $ac_status); } \
4694 && test -f conftest2.$ac_objext; then
4697 am_cv_prog_cc_c_o=no
4701 rm -f core conftest*
4704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4705 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4706 if test "$am_cv_prog_cc_c_o" != yes; then
4707 # Losing compiler, so override with the script.
4708 # FIXME: It is wrong to rewrite CC.
4709 # But if we don't then we get into trouble of one sort or another.
4710 # A longer-term fix would be to have automake use am__CC in this case,
4711 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4712 CC="$am_aux_dir/compile $CC"
4715 ac_cpp='$CPP $CPPFLAGS'
4716 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4717 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4718 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4722 ac_cpp='$CPP $CPPFLAGS'
4723 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4724 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4725 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4727 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4728 # On Suns, sometimes $CPP names a directory.
4729 if test -n "$CPP" && test -d "$CPP"; then
4732 if test -z "$CPP"; then
4733 if ${ac_cv_prog_CPP+:} false; then :
4734 $as_echo_n "(cached) " >&6
4736 # Double quotes because CPP needs to be expanded
4737 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4740 for ac_c_preproc_warn_flag in '' yes
4742 # Use a header file that comes with gcc, so configuring glibc
4743 # with a fresh cross-compiler works.
4744 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4745 # <limits.h> exists even on freestanding compilers.
4746 # On the NeXT, cc -E runs the code through the compiler's parser,
4747 # not just through cpp. "Syntax error" is here to catch this case.
4748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4749 /* end confdefs.h. */
4751 # include <limits.h>
4753 # include <assert.h>
4757 if ac_fn_c_try_cpp "$LINENO"; then :
4760 # Broken: fails on valid input.
4763 rm -f conftest.err conftest.i conftest.$ac_ext
4765 # OK, works on sane cases. Now check whether nonexistent headers
4766 # can be detected and how.
4767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4768 /* end confdefs.h. */
4769 #include <ac_nonexistent.h>
4771 if ac_fn_c_try_cpp "$LINENO"; then :
4772 # Broken: success on invalid input.
4775 # Passes both tests.
4779 rm -f conftest.err conftest.i conftest.$ac_ext
4782 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4783 rm -f conftest.i conftest.err conftest.$ac_ext
4784 if $ac_preproc_ok; then :
4796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4797 $as_echo "$CPP" >&6; }
4799 for ac_c_preproc_warn_flag in '' yes
4801 # Use a header file that comes with gcc, so configuring glibc
4802 # with a fresh cross-compiler works.
4803 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4804 # <limits.h> exists even on freestanding compilers.
4805 # On the NeXT, cc -E runs the code through the compiler's parser,
4806 # not just through cpp. "Syntax error" is here to catch this case.
4807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4808 /* end confdefs.h. */
4810 # include <limits.h>
4812 # include <assert.h>
4816 if ac_fn_c_try_cpp "$LINENO"; then :
4819 # Broken: fails on valid input.
4822 rm -f conftest.err conftest.i conftest.$ac_ext
4824 # OK, works on sane cases. Now check whether nonexistent headers
4825 # can be detected and how.
4826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4827 /* end confdefs.h. */
4828 #include <ac_nonexistent.h>
4830 if ac_fn_c_try_cpp "$LINENO"; then :
4831 # Broken: success on invalid input.
4834 # Passes both tests.
4838 rm -f conftest.err conftest.i conftest.$ac_ext
4841 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4842 rm -f conftest.i conftest.err conftest.$ac_ext
4843 if $ac_preproc_ok; then :
4846 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4847 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4848 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4849 See \`config.log' for more details" "$LINENO" 5; }
4853 ac_cpp='$CPP $CPPFLAGS'
4854 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4855 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4856 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4860 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4861 if ${ac_cv_path_GREP+:} false; then :
4862 $as_echo_n "(cached) " >&6
4864 if test -z "$GREP"; then
4865 ac_path_GREP_found=false
4866 # Loop through the user's path and test for each of PROGNAME-LIST
4867 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4868 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4871 test -z "$as_dir" && as_dir=.
4872 for ac_prog in grep ggrep; do
4873 for ac_exec_ext in '' $ac_executable_extensions; do
4874 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4875 as_fn_executable_p "$ac_path_GREP" || continue
4876 # Check for GNU ac_path_GREP and select it if it is found.
4877 # Check for GNU $ac_path_GREP
4878 case `"$ac_path_GREP" --version 2>&1` in
4880 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4883 $as_echo_n 0123456789 >"conftest.in"
4886 cat "conftest.in" "conftest.in" >"conftest.tmp"
4887 mv "conftest.tmp" "conftest.in"
4888 cp "conftest.in" "conftest.nl"
4889 $as_echo 'GREP' >> "conftest.nl"
4890 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4891 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4892 as_fn_arith $ac_count + 1 && ac_count=$as_val
4893 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4894 # Best one so far, save it but keep looking for a better one
4895 ac_cv_path_GREP="$ac_path_GREP"
4896 ac_path_GREP_max=$ac_count
4898 # 10*(2^10) chars as input seems more than enough
4899 test $ac_count -gt 10 && break
4901 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4904 $ac_path_GREP_found && break 3
4909 if test -z "$ac_cv_path_GREP"; then
4910 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4913 ac_cv_path_GREP=$GREP
4917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4918 $as_echo "$ac_cv_path_GREP" >&6; }
4919 GREP="$ac_cv_path_GREP"
4922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4923 $as_echo_n "checking for egrep... " >&6; }
4924 if ${ac_cv_path_EGREP+:} false; then :
4925 $as_echo_n "(cached) " >&6
4927 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4928 then ac_cv_path_EGREP="$GREP -E"
4930 if test -z "$EGREP"; then
4931 ac_path_EGREP_found=false
4932 # Loop through the user's path and test for each of PROGNAME-LIST
4933 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4934 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4937 test -z "$as_dir" && as_dir=.
4938 for ac_prog in egrep; do
4939 for ac_exec_ext in '' $ac_executable_extensions; do
4940 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4941 as_fn_executable_p "$ac_path_EGREP" || continue
4942 # Check for GNU ac_path_EGREP and select it if it is found.
4943 # Check for GNU $ac_path_EGREP
4944 case `"$ac_path_EGREP" --version 2>&1` in
4946 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4949 $as_echo_n 0123456789 >"conftest.in"
4952 cat "conftest.in" "conftest.in" >"conftest.tmp"
4953 mv "conftest.tmp" "conftest.in"
4954 cp "conftest.in" "conftest.nl"
4955 $as_echo 'EGREP' >> "conftest.nl"
4956 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4957 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4958 as_fn_arith $ac_count + 1 && ac_count=$as_val
4959 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4960 # Best one so far, save it but keep looking for a better one
4961 ac_cv_path_EGREP="$ac_path_EGREP"
4962 ac_path_EGREP_max=$ac_count
4964 # 10*(2^10) chars as input seems more than enough
4965 test $ac_count -gt 10 && break
4967 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4970 $ac_path_EGREP_found && break 3
4975 if test -z "$ac_cv_path_EGREP"; then
4976 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4979 ac_cv_path_EGREP=$EGREP
4984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4985 $as_echo "$ac_cv_path_EGREP" >&6; }
4986 EGREP="$ac_cv_path_EGREP"
4989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4990 $as_echo_n "checking for ANSI C header files... " >&6; }
4991 if ${ac_cv_header_stdc+:} false; then :
4992 $as_echo_n "(cached) " >&6
4994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4995 /* end confdefs.h. */
5009 if ac_fn_c_try_compile "$LINENO"; then :
5010 ac_cv_header_stdc=yes
5012 ac_cv_header_stdc=no
5014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5016 if test $ac_cv_header_stdc = yes; then
5017 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5019 /* end confdefs.h. */
5023 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5024 $EGREP "memchr" >/dev/null 2>&1; then :
5027 ac_cv_header_stdc=no
5033 if test $ac_cv_header_stdc = yes; then
5034 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5035 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5036 /* end confdefs.h. */
5040 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5041 $EGREP "free" >/dev/null 2>&1; then :
5044 ac_cv_header_stdc=no
5050 if test $ac_cv_header_stdc = yes; then
5051 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5052 if test "$cross_compiling" = yes; then :
5055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5056 /* end confdefs.h. */
5059 #if ((' ' & 0x0FF) == 0x020)
5060 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5061 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5063 # define ISLOWER(c) \
5064 (('a' <= (c) && (c) <= 'i') \
5065 || ('j' <= (c) && (c) <= 'r') \
5066 || ('s' <= (c) && (c) <= 'z'))
5067 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5070 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5075 for (i = 0; i < 256; i++)
5076 if (XOR (islower (i), ISLOWER (i))
5077 || toupper (i) != TOUPPER (i))
5082 if ac_fn_c_try_run "$LINENO"; then :
5085 ac_cv_header_stdc=no
5087 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5088 conftest.$ac_objext conftest.beam conftest.$ac_ext
5093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5094 $as_echo "$ac_cv_header_stdc" >&6; }
5095 if test $ac_cv_header_stdc = yes; then
5097 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5101 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5102 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5103 inttypes.h stdint.h unistd.h
5105 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5106 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5108 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5109 cat >>confdefs.h <<_ACEOF
5110 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5119 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5120 if test "x$ac_cv_header_minix_config_h" = xyes; then :
5127 if test "$MINIX" = yes; then
5129 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5132 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5135 $as_echo "#define _MINIX 1" >>confdefs.h
5140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5141 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5142 if ${ac_cv_safe_to_define___extensions__+:} false; then :
5143 $as_echo_n "(cached) " >&6
5145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5146 /* end confdefs.h. */
5148 # define __EXTENSIONS__ 1
5149 $ac_includes_default
5158 if ac_fn_c_try_compile "$LINENO"; then :
5159 ac_cv_safe_to_define___extensions__=yes
5161 ac_cv_safe_to_define___extensions__=no
5163 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5166 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5167 test $ac_cv_safe_to_define___extensions__ = yes &&
5168 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5170 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5172 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5174 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5176 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5182 if test -n "$ac_tool_prefix"; then
5183 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5184 set dummy ${ac_tool_prefix}ar; ac_word=$2
5185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5186 $as_echo_n "checking for $ac_word... " >&6; }
5187 if ${ac_cv_prog_AR+:} false; then :
5188 $as_echo_n "(cached) " >&6
5190 if test -n "$AR"; then
5191 ac_cv_prog_AR="$AR" # Let the user override the test.
5193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5197 test -z "$as_dir" && as_dir=.
5198 for ac_exec_ext in '' $ac_executable_extensions; do
5199 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5200 ac_cv_prog_AR="${ac_tool_prefix}ar"
5201 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5211 if test -n "$AR"; then
5212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5213 $as_echo "$AR" >&6; }
5215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5216 $as_echo "no" >&6; }
5221 if test -z "$ac_cv_prog_AR"; then
5223 # Extract the first word of "ar", so it can be a program name with args.
5224 set dummy ar; ac_word=$2
5225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5226 $as_echo_n "checking for $ac_word... " >&6; }
5227 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5228 $as_echo_n "(cached) " >&6
5230 if test -n "$ac_ct_AR"; then
5231 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5233 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5237 test -z "$as_dir" && as_dir=.
5238 for ac_exec_ext in '' $ac_executable_extensions; do
5239 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5240 ac_cv_prog_ac_ct_AR="ar"
5241 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5250 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5251 if test -n "$ac_ct_AR"; then
5252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5253 $as_echo "$ac_ct_AR" >&6; }
5255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5256 $as_echo "no" >&6; }
5259 if test "x$ac_ct_AR" = x; then
5262 case $cross_compiling:$ac_tool_warned in
5264 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5265 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5266 ac_tool_warned=yes ;;
5274 if test -n "$ac_tool_prefix"; then
5275 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5276 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5278 $as_echo_n "checking for $ac_word... " >&6; }
5279 if ${ac_cv_prog_RANLIB+:} false; then :
5280 $as_echo_n "(cached) " >&6
5282 if test -n "$RANLIB"; then
5283 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5285 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5289 test -z "$as_dir" && as_dir=.
5290 for ac_exec_ext in '' $ac_executable_extensions; do
5291 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5292 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5293 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5302 RANLIB=$ac_cv_prog_RANLIB
5303 if test -n "$RANLIB"; then
5304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5305 $as_echo "$RANLIB" >&6; }
5307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5308 $as_echo "no" >&6; }
5313 if test -z "$ac_cv_prog_RANLIB"; then
5314 ac_ct_RANLIB=$RANLIB
5315 # Extract the first word of "ranlib", so it can be a program name with args.
5316 set dummy ranlib; ac_word=$2
5317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5318 $as_echo_n "checking for $ac_word... " >&6; }
5319 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5320 $as_echo_n "(cached) " >&6
5322 if test -n "$ac_ct_RANLIB"; then
5323 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5325 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5329 test -z "$as_dir" && as_dir=.
5330 for ac_exec_ext in '' $ac_executable_extensions; do
5331 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5332 ac_cv_prog_ac_ct_RANLIB="ranlib"
5333 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5342 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5343 if test -n "$ac_ct_RANLIB"; then
5344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5345 $as_echo "$ac_ct_RANLIB" >&6; }
5347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5348 $as_echo "no" >&6; }
5351 if test "x$ac_ct_RANLIB" = x; then
5354 case $cross_compiling:$ac_tool_warned in
5356 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5357 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5358 ac_tool_warned=yes ;;
5360 RANLIB=$ac_ct_RANLIB
5363 RANLIB="$ac_cv_prog_RANLIB"
5367 # Check whether --enable-shared was given.
5368 if test "${enable_shared+set}" = set; then :
5369 enableval=$enable_shared; p=${PACKAGE-default}
5371 yes) enable_shared=yes ;;
5372 no) enable_shared=no ;;
5375 # Look at the argument we got. We use all the common list separators.
5376 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
5377 for pkg in $enableval; do
5379 if test "X$pkg" = "X$p"; then
5401 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5402 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5407 macro_version='2.2.7a'
5408 macro_revision='1.3134'
5422 ltmain="$ac_aux_dir/ltmain.sh"
5424 # Backslashify metacharacters that are still active within
5425 # double-quoted strings.
5426 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5428 # Same as above, but do not quote variable references.
5429 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5431 # Sed substitution to delay expansion of an escaped shell variable in a
5432 # double_quote_subst'ed string.
5433 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5435 # Sed substitution to delay expansion of an escaped single quote.
5436 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5438 # Sed substitution to avoid accidental globbing in evaled expressions
5439 no_glob_subst='s/\*/\\\*/g'
5441 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5442 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5443 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5446 $as_echo_n "checking how to print strings... " >&6; }
5447 # Test print first, because it will be a builtin if present.
5448 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5449 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5451 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5454 # Use this function as a fallback that always works.
5455 func_fallback_echo ()
5457 eval 'cat <<_LTECHO_EOF
5461 ECHO='func_fallback_echo'
5464 # func_echo_all arg...
5465 # Invoke $ECHO with all args, space-separated.
5472 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5473 $as_echo "printf" >&6; } ;;
5474 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5475 $as_echo "print -r" >&6; } ;;
5476 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5477 $as_echo "cat" >&6; } ;;
5493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5494 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5495 if ${ac_cv_path_SED+:} false; then :
5496 $as_echo_n "(cached) " >&6
5498 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5499 for ac_i in 1 2 3 4 5 6 7; do
5500 ac_script="$ac_script$as_nl$ac_script"
5502 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5503 { ac_script=; unset ac_script;}
5504 if test -z "$SED"; then
5505 ac_path_SED_found=false
5506 # Loop through the user's path and test for each of PROGNAME-LIST
5507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5511 test -z "$as_dir" && as_dir=.
5512 for ac_prog in sed gsed; do
5513 for ac_exec_ext in '' $ac_executable_extensions; do
5514 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5515 as_fn_executable_p "$ac_path_SED" || continue
5516 # Check for GNU ac_path_SED and select it if it is found.
5517 # Check for GNU $ac_path_SED
5518 case `"$ac_path_SED" --version 2>&1` in
5520 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5523 $as_echo_n 0123456789 >"conftest.in"
5526 cat "conftest.in" "conftest.in" >"conftest.tmp"
5527 mv "conftest.tmp" "conftest.in"
5528 cp "conftest.in" "conftest.nl"
5529 $as_echo '' >> "conftest.nl"
5530 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5531 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5532 as_fn_arith $ac_count + 1 && ac_count=$as_val
5533 if test $ac_count -gt ${ac_path_SED_max-0}; then
5534 # Best one so far, save it but keep looking for a better one
5535 ac_cv_path_SED="$ac_path_SED"
5536 ac_path_SED_max=$ac_count
5538 # 10*(2^10) chars as input seems more than enough
5539 test $ac_count -gt 10 && break
5541 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5544 $ac_path_SED_found && break 3
5549 if test -z "$ac_cv_path_SED"; then
5550 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5558 $as_echo "$ac_cv_path_SED" >&6; }
5559 SED="$ac_cv_path_SED"
5562 test -z "$SED" && SED=sed
5563 Xsed="$SED -e 1s/^X//"
5575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5576 $as_echo_n "checking for fgrep... " >&6; }
5577 if ${ac_cv_path_FGREP+:} false; then :
5578 $as_echo_n "(cached) " >&6
5580 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5581 then ac_cv_path_FGREP="$GREP -F"
5583 if test -z "$FGREP"; then
5584 ac_path_FGREP_found=false
5585 # Loop through the user's path and test for each of PROGNAME-LIST
5586 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5587 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5590 test -z "$as_dir" && as_dir=.
5591 for ac_prog in fgrep; do
5592 for ac_exec_ext in '' $ac_executable_extensions; do
5593 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5594 as_fn_executable_p "$ac_path_FGREP" || continue
5595 # Check for GNU ac_path_FGREP and select it if it is found.
5596 # Check for GNU $ac_path_FGREP
5597 case `"$ac_path_FGREP" --version 2>&1` in
5599 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5602 $as_echo_n 0123456789 >"conftest.in"
5605 cat "conftest.in" "conftest.in" >"conftest.tmp"
5606 mv "conftest.tmp" "conftest.in"
5607 cp "conftest.in" "conftest.nl"
5608 $as_echo 'FGREP' >> "conftest.nl"
5609 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5610 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5611 as_fn_arith $ac_count + 1 && ac_count=$as_val
5612 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5613 # Best one so far, save it but keep looking for a better one
5614 ac_cv_path_FGREP="$ac_path_FGREP"
5615 ac_path_FGREP_max=$ac_count
5617 # 10*(2^10) chars as input seems more than enough
5618 test $ac_count -gt 10 && break
5620 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5623 $ac_path_FGREP_found && break 3
5628 if test -z "$ac_cv_path_FGREP"; then
5629 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5632 ac_cv_path_FGREP=$FGREP
5637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5638 $as_echo "$ac_cv_path_FGREP" >&6; }
5639 FGREP="$ac_cv_path_FGREP"
5642 test -z "$GREP" && GREP=grep
5662 # Check whether --with-gnu-ld was given.
5663 if test "${with_gnu_ld+set}" = set; then :
5664 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5670 if test "$GCC" = yes; then
5671 # Check if gcc -print-prog-name=ld gives a path.
5672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5673 $as_echo_n "checking for ld used by $CC... " >&6; }
5676 # gcc leaves a trailing carriage return which upsets mingw
5677 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5679 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5682 # Accept absolute paths.
5684 re_direlt='/[^/][^/]*/\.\./'
5685 # Canonicalize the pathname of ld
5686 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5687 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5688 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5690 test -z "$LD" && LD="$ac_prog"
5693 # If it fails, then pretend we aren't using GCC.
5697 # If it is relative, then search for the first ld in PATH.
5701 elif test "$with_gnu_ld" = yes; then
5702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5703 $as_echo_n "checking for GNU ld... " >&6; }
5705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5706 $as_echo_n "checking for non-GNU ld... " >&6; }
5708 if ${lt_cv_path_LD+:} false; then :
5709 $as_echo_n "(cached) " >&6
5711 if test -z "$LD"; then
5712 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5713 for ac_dir in $PATH; do
5715 test -z "$ac_dir" && ac_dir=.
5716 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5717 lt_cv_path_LD="$ac_dir/$ac_prog"
5718 # Check to see if the program is GNU ld. I'd rather use --version,
5719 # but apparently some variants of GNU ld only accept -v.
5720 # Break only if it was the GNU/non-GNU ld that we prefer.
5721 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5722 *GNU* | *'with BFD'*)
5723 test "$with_gnu_ld" != no && break
5726 test "$with_gnu_ld" != yes && break
5733 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5738 if test -n "$LD"; then
5739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5740 $as_echo "$LD" >&6; }
5742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5743 $as_echo "no" >&6; }
5745 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5747 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5748 if ${lt_cv_prog_gnu_ld+:} false; then :
5749 $as_echo_n "(cached) " >&6
5751 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5752 case `$LD -v 2>&1 </dev/null` in
5753 *GNU* | *'with BFD'*)
5754 lt_cv_prog_gnu_ld=yes
5757 lt_cv_prog_gnu_ld=no
5761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5762 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5763 with_gnu_ld=$lt_cv_prog_gnu_ld
5773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5774 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5775 if ${lt_cv_path_NM+:} false; then :
5776 $as_echo_n "(cached) " >&6
5778 if test -n "$NM"; then
5779 # Let the user override the test.
5782 lt_nm_to_check="${ac_tool_prefix}nm"
5783 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5784 lt_nm_to_check="$lt_nm_to_check nm"
5786 for lt_tmp_nm in $lt_nm_to_check; do
5787 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5788 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5790 test -z "$ac_dir" && ac_dir=.
5791 tmp_nm="$ac_dir/$lt_tmp_nm"
5792 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5793 # Check to see if the nm accepts a BSD-compat flag.
5794 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5795 # nm: unknown option "B" ignored
5796 # Tru64's nm complains that /dev/null is an invalid object file
5797 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5798 */dev/null* | *'Invalid file or object type'*)
5799 lt_cv_path_NM="$tmp_nm -B"
5803 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5805 lt_cv_path_NM="$tmp_nm -p"
5809 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5810 continue # so that we can try to find one that supports BSD flags
5819 : ${lt_cv_path_NM=no}
5822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5823 $as_echo "$lt_cv_path_NM" >&6; }
5824 if test "$lt_cv_path_NM" != "no"; then
5827 # Didn't find any BSD compatible name lister, look for dumpbin.
5828 if test -n "$DUMPBIN"; then :
5829 # Let the user override the test.
5831 if test -n "$ac_tool_prefix"; then
5832 for ac_prog in dumpbin "link -dump"
5834 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5835 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5837 $as_echo_n "checking for $ac_word... " >&6; }
5838 if ${ac_cv_prog_DUMPBIN+:} false; then :
5839 $as_echo_n "(cached) " >&6
5841 if test -n "$DUMPBIN"; then
5842 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5844 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5848 test -z "$as_dir" && as_dir=.
5849 for ac_exec_ext in '' $ac_executable_extensions; do
5850 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5851 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5852 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5861 DUMPBIN=$ac_cv_prog_DUMPBIN
5862 if test -n "$DUMPBIN"; then
5863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5864 $as_echo "$DUMPBIN" >&6; }
5866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5867 $as_echo "no" >&6; }
5871 test -n "$DUMPBIN" && break
5874 if test -z "$DUMPBIN"; then
5875 ac_ct_DUMPBIN=$DUMPBIN
5876 for ac_prog in dumpbin "link -dump"
5878 # Extract the first word of "$ac_prog", so it can be a program name with args.
5879 set dummy $ac_prog; ac_word=$2
5880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5881 $as_echo_n "checking for $ac_word... " >&6; }
5882 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5883 $as_echo_n "(cached) " >&6
5885 if test -n "$ac_ct_DUMPBIN"; then
5886 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5888 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5892 test -z "$as_dir" && as_dir=.
5893 for ac_exec_ext in '' $ac_executable_extensions; do
5894 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5895 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5896 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5905 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5906 if test -n "$ac_ct_DUMPBIN"; then
5907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5908 $as_echo "$ac_ct_DUMPBIN" >&6; }
5910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5911 $as_echo "no" >&6; }
5915 test -n "$ac_ct_DUMPBIN" && break
5918 if test "x$ac_ct_DUMPBIN" = x; then
5921 case $cross_compiling:$ac_tool_warned in
5923 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5924 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5925 ac_tool_warned=yes ;;
5927 DUMPBIN=$ac_ct_DUMPBIN
5931 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5933 DUMPBIN="$DUMPBIN -symbols"
5941 if test "$DUMPBIN" != ":"; then
5945 test -z "$NM" && NM=nm
5952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5953 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5954 if ${lt_cv_nm_interface+:} false; then :
5955 $as_echo_n "(cached) " >&6
5957 lt_cv_nm_interface="BSD nm"
5958 echo "int some_variable = 0;" > conftest.$ac_ext
5959 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5960 (eval "$ac_compile" 2>conftest.err)
5961 cat conftest.err >&5
5962 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5963 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5964 cat conftest.err >&5
5965 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5966 cat conftest.out >&5
5967 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5968 lt_cv_nm_interface="MS dumpbin"
5972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5973 $as_echo "$lt_cv_nm_interface" >&6; }
5975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5976 $as_echo_n "checking whether ln -s works... " >&6; }
5978 if test "$LN_S" = "ln -s"; then
5979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5980 $as_echo "yes" >&6; }
5982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5983 $as_echo "no, using $LN_S" >&6; }
5986 # find the maximum length of command line arguments
5987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5988 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5989 if ${lt_cv_sys_max_cmd_len+:} false; then :
5990 $as_echo_n "(cached) " >&6
5997 # On DJGPP, this test can blow up pretty badly due to problems in libc
5998 # (any single argument exceeding 2000 bytes causes a buffer overrun
5999 # during glob expansion). Even if it were fixed, the result of this
6000 # check would be larger than it should be.
6001 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6005 # Under GNU Hurd, this test is not required because there is
6006 # no limit to the length of command line arguments.
6007 # Libtool will interpret -1 as no limit whatsoever
6008 lt_cv_sys_max_cmd_len=-1;
6011 cygwin* | mingw* | cegcc*)
6012 # On Win9x/ME, this test blows up -- it succeeds, but takes
6013 # about 5 minutes as the teststring grows exponentially.
6014 # Worse, since 9x/ME are not pre-emptively multitasking,
6015 # you end up with a "frozen" computer, even though with patience
6016 # the test eventually succeeds (with a max line length of 256k).
6017 # Instead, let's just punt: use the minimum linelength reported by
6018 # all of the supported platforms: 8192 (on NT/2K/XP).
6019 lt_cv_sys_max_cmd_len=8192;
6023 # On MiNT this can take a long time and run out of memory.
6024 lt_cv_sys_max_cmd_len=8192;
6028 # On AmigaOS with pdksh, this test takes hours, literally.
6029 # So we just punt and use a minimum line length of 8192.
6030 lt_cv_sys_max_cmd_len=8192;
6033 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6034 # This has been around since 386BSD, at least. Likely further.
6035 if test -x /sbin/sysctl; then
6036 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6037 elif test -x /usr/sbin/sysctl; then
6038 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6040 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6042 # And add a safety zone
6043 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6044 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6048 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6049 lt_cv_sys_max_cmd_len=196608
6053 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6054 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6055 # nice to cause kernel panics so lets avoid the loop below.
6056 # First set a reasonable default.
6057 lt_cv_sys_max_cmd_len=16384
6059 if test -x /sbin/sysconfig; then
6060 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6061 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6066 lt_cv_sys_max_cmd_len=102400
6068 sysv5* | sco5v6* | sysv4.2uw2*)
6069 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6070 if test -n "$kargmax"; then
6071 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6073 lt_cv_sys_max_cmd_len=32768
6077 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6078 if test -n "$lt_cv_sys_max_cmd_len"; then
6079 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6080 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6082 # Make teststring a little bigger before we do anything with it.
6083 # a 1K string should be a reasonable start.
6084 for i in 1 2 3 4 5 6 7 8 ; do
6085 teststring=$teststring$teststring
6087 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6088 # If test is not a shell built-in, we'll probably end up computing a
6089 # maximum length that is only half of the actual maximum length, but
6091 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6092 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6093 test $i != 17 # 1/2 MB should be enough
6096 teststring=$teststring$teststring
6098 # Only check the string length outside the loop.
6099 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6101 # Add a significant safety factor because C++ compilers can tack on
6102 # massive amounts of additional arguments before passing them to the
6103 # linker. It appears as though 1/2 is a usable value.
6104 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6111 if test -n $lt_cv_sys_max_cmd_len ; then
6112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6113 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6116 $as_echo "none" >&6; }
6118 max_cmd_len=$lt_cv_sys_max_cmd_len
6129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6130 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6131 # Try some XSI features
6134 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6136 && eval 'test $(( 1 + 1 )) -eq 2 \
6137 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6140 $as_echo "$xsi_shell" >&6; }
6143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6144 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6146 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6148 && lt_shell_append=yes
6149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6150 $as_echo "$lt_shell_append" >&6; }
6153 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6163 # test EBCDIC or ASCII
6164 case `echo X|tr X '\101'` in
6165 A) # ASCII based system
6166 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6167 lt_SP2NL='tr \040 \012'
6168 lt_NL2SP='tr \015\012 \040\040'
6170 *) # EBCDIC based system
6171 lt_SP2NL='tr \100 \n'
6172 lt_NL2SP='tr \r\n \100\100'
6184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6185 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6186 if ${lt_cv_ld_reload_flag+:} false; then :
6187 $as_echo_n "(cached) " >&6
6189 lt_cv_ld_reload_flag='-r'
6191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6192 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6193 reload_flag=$lt_cv_ld_reload_flag
6194 case $reload_flag in
6196 *) reload_flag=" $reload_flag" ;;
6198 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6201 if test "$GCC" = yes; then
6202 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6204 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6217 if test -n "$ac_tool_prefix"; then
6218 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6219 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6221 $as_echo_n "checking for $ac_word... " >&6; }
6222 if ${ac_cv_prog_OBJDUMP+:} false; then :
6223 $as_echo_n "(cached) " >&6
6225 if test -n "$OBJDUMP"; then
6226 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6228 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6232 test -z "$as_dir" && as_dir=.
6233 for ac_exec_ext in '' $ac_executable_extensions; do
6234 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6235 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6236 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6245 OBJDUMP=$ac_cv_prog_OBJDUMP
6246 if test -n "$OBJDUMP"; then
6247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6248 $as_echo "$OBJDUMP" >&6; }
6250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6251 $as_echo "no" >&6; }
6256 if test -z "$ac_cv_prog_OBJDUMP"; then
6257 ac_ct_OBJDUMP=$OBJDUMP
6258 # Extract the first word of "objdump", so it can be a program name with args.
6259 set dummy objdump; ac_word=$2
6260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6261 $as_echo_n "checking for $ac_word... " >&6; }
6262 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6263 $as_echo_n "(cached) " >&6
6265 if test -n "$ac_ct_OBJDUMP"; then
6266 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6268 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6272 test -z "$as_dir" && as_dir=.
6273 for ac_exec_ext in '' $ac_executable_extensions; do
6274 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6275 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6276 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6285 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6286 if test -n "$ac_ct_OBJDUMP"; then
6287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6288 $as_echo "$ac_ct_OBJDUMP" >&6; }
6290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6291 $as_echo "no" >&6; }
6294 if test "x$ac_ct_OBJDUMP" = x; then
6297 case $cross_compiling:$ac_tool_warned in
6299 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6300 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6301 ac_tool_warned=yes ;;
6303 OBJDUMP=$ac_ct_OBJDUMP
6306 OBJDUMP="$ac_cv_prog_OBJDUMP"
6309 test -z "$OBJDUMP" && OBJDUMP=objdump
6319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6320 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6321 if ${lt_cv_deplibs_check_method+:} false; then :
6322 $as_echo_n "(cached) " >&6
6324 lt_cv_file_magic_cmd='$MAGIC_CMD'
6325 lt_cv_file_magic_test_file=
6326 lt_cv_deplibs_check_method='unknown'
6327 # Need to set the preceding variable on all platforms that support
6328 # interlibrary dependencies.
6329 # 'none' -- dependencies not supported.
6330 # `unknown' -- same as none, but documents that we really don't know.
6331 # 'pass_all' -- all dependencies passed with no checks.
6332 # 'test_compile' -- check by making test program.
6333 # 'file_magic [[regex]]' -- check by looking for files in library path
6334 # which responds to the $file_magic_cmd with a given extended regex.
6335 # If you have `file' or equivalent on your system and you're not sure
6336 # whether `pass_all' will *always* work, you probably want this one.
6340 lt_cv_deplibs_check_method=pass_all
6344 lt_cv_deplibs_check_method=pass_all
6348 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6349 lt_cv_file_magic_cmd='/usr/bin/file -L'
6350 lt_cv_file_magic_test_file=/shlib/libc.so
6354 # func_win32_libid is a shell function defined in ltmain.sh
6355 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6356 lt_cv_file_magic_cmd='func_win32_libid'
6360 # Base MSYS/MinGW do not provide the 'file' command needed by
6361 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6362 # unless we find 'file', for example because we are cross-compiling.
6363 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6364 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6365 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6366 lt_cv_file_magic_cmd='func_win32_libid'
6368 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6369 lt_cv_file_magic_cmd='$OBJDUMP -f'
6374 # use the weaker test based on 'objdump'. See mingw*.
6375 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6376 lt_cv_file_magic_cmd='$OBJDUMP -f'
6379 darwin* | rhapsody*)
6380 lt_cv_deplibs_check_method=pass_all
6383 freebsd* | dragonfly*)
6384 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6387 # Not sure whether the presence of OpenBSD here was a mistake.
6388 # Let's accept both of them until this is cleared up.
6389 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6390 lt_cv_file_magic_cmd=/usr/bin/file
6391 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6395 lt_cv_deplibs_check_method=pass_all
6400 lt_cv_deplibs_check_method=pass_all
6404 lt_cv_deplibs_check_method=pass_all
6407 hpux10.20* | hpux11*)
6408 lt_cv_file_magic_cmd=/usr/bin/file
6411 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6412 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6415 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]'
6416 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6419 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6420 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6426 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6427 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6430 irix5* | irix6* | nonstopux*)
6432 *-32|*"-32 ") libmagic=32-bit;;
6433 *-n32|*"-n32 ") libmagic=N32;;
6434 *-64|*"-64 ") libmagic=64-bit;;
6435 *) libmagic=never-match;;
6437 lt_cv_deplibs_check_method=pass_all
6440 # This must be Linux ELF.
6441 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6442 lt_cv_deplibs_check_method=pass_all
6446 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6447 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6449 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6454 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6455 lt_cv_file_magic_cmd=/usr/bin/file
6456 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6460 lt_cv_deplibs_check_method=pass_all
6464 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6465 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6467 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6471 osf3* | osf4* | osf5*)
6472 lt_cv_deplibs_check_method=pass_all
6476 lt_cv_deplibs_check_method=pass_all
6480 lt_cv_deplibs_check_method=pass_all
6483 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6484 lt_cv_deplibs_check_method=pass_all
6488 case $host_vendor in
6490 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]'
6491 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6494 lt_cv_deplibs_check_method=pass_all
6497 lt_cv_file_magic_cmd='/bin/file'
6498 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6501 lt_cv_file_magic_cmd='/bin/file'
6502 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6503 lt_cv_file_magic_test_file=/lib/libc.so
6506 lt_cv_deplibs_check_method=pass_all
6509 lt_cv_deplibs_check_method=pass_all
6515 lt_cv_deplibs_check_method=pass_all
6520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6521 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6522 file_magic_cmd=$lt_cv_file_magic_cmd
6523 deplibs_check_method=$lt_cv_deplibs_check_method
6524 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6537 if test -n "$ac_tool_prefix"; then
6538 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6539 set dummy ${ac_tool_prefix}ar; ac_word=$2
6540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6541 $as_echo_n "checking for $ac_word... " >&6; }
6542 if ${ac_cv_prog_AR+:} false; then :
6543 $as_echo_n "(cached) " >&6
6545 if test -n "$AR"; then
6546 ac_cv_prog_AR="$AR" # Let the user override the test.
6548 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6552 test -z "$as_dir" && as_dir=.
6553 for ac_exec_ext in '' $ac_executable_extensions; do
6554 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6555 ac_cv_prog_AR="${ac_tool_prefix}ar"
6556 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6566 if test -n "$AR"; then
6567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6568 $as_echo "$AR" >&6; }
6570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6571 $as_echo "no" >&6; }
6576 if test -z "$ac_cv_prog_AR"; then
6578 # Extract the first word of "ar", so it can be a program name with args.
6579 set dummy ar; ac_word=$2
6580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6581 $as_echo_n "checking for $ac_word... " >&6; }
6582 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6583 $as_echo_n "(cached) " >&6
6585 if test -n "$ac_ct_AR"; then
6586 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6592 test -z "$as_dir" && as_dir=.
6593 for ac_exec_ext in '' $ac_executable_extensions; do
6594 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6595 ac_cv_prog_ac_ct_AR="ar"
6596 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6605 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6606 if test -n "$ac_ct_AR"; then
6607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6608 $as_echo "$ac_ct_AR" >&6; }
6610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6611 $as_echo "no" >&6; }
6614 if test "x$ac_ct_AR" = x; then
6617 case $cross_compiling:$ac_tool_warned in
6619 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6620 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6621 ac_tool_warned=yes ;;
6629 test -z "$AR" && AR=ar
6630 test -z "$AR_FLAGS" && AR_FLAGS=cru
6642 if test -n "$ac_tool_prefix"; then
6643 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6644 set dummy ${ac_tool_prefix}strip; ac_word=$2
6645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6646 $as_echo_n "checking for $ac_word... " >&6; }
6647 if ${ac_cv_prog_STRIP+:} false; then :
6648 $as_echo_n "(cached) " >&6
6650 if test -n "$STRIP"; then
6651 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6653 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6657 test -z "$as_dir" && as_dir=.
6658 for ac_exec_ext in '' $ac_executable_extensions; do
6659 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6660 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6661 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6670 STRIP=$ac_cv_prog_STRIP
6671 if test -n "$STRIP"; then
6672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6673 $as_echo "$STRIP" >&6; }
6675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6676 $as_echo "no" >&6; }
6681 if test -z "$ac_cv_prog_STRIP"; then
6683 # Extract the first word of "strip", so it can be a program name with args.
6684 set dummy strip; ac_word=$2
6685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6686 $as_echo_n "checking for $ac_word... " >&6; }
6687 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6688 $as_echo_n "(cached) " >&6
6690 if test -n "$ac_ct_STRIP"; then
6691 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6693 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6697 test -z "$as_dir" && as_dir=.
6698 for ac_exec_ext in '' $ac_executable_extensions; do
6699 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6700 ac_cv_prog_ac_ct_STRIP="strip"
6701 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6710 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6711 if test -n "$ac_ct_STRIP"; then
6712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6713 $as_echo "$ac_ct_STRIP" >&6; }
6715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6716 $as_echo "no" >&6; }
6719 if test "x$ac_ct_STRIP" = x; then
6722 case $cross_compiling:$ac_tool_warned in
6724 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6725 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6726 ac_tool_warned=yes ;;
6731 STRIP="$ac_cv_prog_STRIP"
6734 test -z "$STRIP" && STRIP=:
6741 if test -n "$ac_tool_prefix"; then
6742 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6743 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6745 $as_echo_n "checking for $ac_word... " >&6; }
6746 if ${ac_cv_prog_RANLIB+:} false; then :
6747 $as_echo_n "(cached) " >&6
6749 if test -n "$RANLIB"; then
6750 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6752 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6756 test -z "$as_dir" && as_dir=.
6757 for ac_exec_ext in '' $ac_executable_extensions; do
6758 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6759 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6760 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6769 RANLIB=$ac_cv_prog_RANLIB
6770 if test -n "$RANLIB"; then
6771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6772 $as_echo "$RANLIB" >&6; }
6774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6775 $as_echo "no" >&6; }
6780 if test -z "$ac_cv_prog_RANLIB"; then
6781 ac_ct_RANLIB=$RANLIB
6782 # Extract the first word of "ranlib", so it can be a program name with args.
6783 set dummy ranlib; ac_word=$2
6784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6785 $as_echo_n "checking for $ac_word... " >&6; }
6786 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6787 $as_echo_n "(cached) " >&6
6789 if test -n "$ac_ct_RANLIB"; then
6790 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6792 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6796 test -z "$as_dir" && as_dir=.
6797 for ac_exec_ext in '' $ac_executable_extensions; do
6798 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6799 ac_cv_prog_ac_ct_RANLIB="ranlib"
6800 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6809 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6810 if test -n "$ac_ct_RANLIB"; then
6811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6812 $as_echo "$ac_ct_RANLIB" >&6; }
6814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6815 $as_echo "no" >&6; }
6818 if test "x$ac_ct_RANLIB" = x; then
6821 case $cross_compiling:$ac_tool_warned in
6823 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6824 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6825 ac_tool_warned=yes ;;
6827 RANLIB=$ac_ct_RANLIB
6830 RANLIB="$ac_cv_prog_RANLIB"
6833 test -z "$RANLIB" && RANLIB=:
6840 # Determine commands to create old-style static archives.
6841 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6842 old_postinstall_cmds='chmod 644 $oldlib'
6843 old_postuninstall_cmds=
6845 if test -n "$RANLIB"; then
6848 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6851 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6854 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6859 lock_old_archive_extraction=yes ;;
6861 lock_old_archive_extraction=no ;;
6902 # If no C compiler was specified, use CC.
6905 # If no C compiler flags were specified, use CFLAGS.
6906 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6908 # Allow CC to be a program name with arguments.
6912 # Check for command to grab the raw symbol name followed by C symbol from nm.
6913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6914 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6915 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6916 $as_echo_n "(cached) " >&6
6919 # These are sane defaults that work on at least a few old systems.
6920 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6922 # Character class describing NM global symbol codes.
6923 symcode='[BCDEGRST]'
6925 # Regexp to match symbols that can be accessed directly from C.
6926 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6928 # Define system-specific variables.
6933 cygwin* | mingw* | pw32* | cegcc*)
6934 symcode='[ABCDGISTW]'
6937 if test "$host_cpu" = ia64; then
6938 symcode='[ABCDEGRST]'
6942 symcode='[BCDEGRST]'
6945 symcode='[BCDEGQRST]'
6956 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6964 # If we're using GNU nm, then use its standard symbol codes.
6965 case `$NM -V 2>&1` in
6966 *GNU* | *'with BFD'*)
6967 symcode='[ABCDGIRSTW]' ;;
6970 # Transform an extracted symbol line into a proper C declaration.
6971 # Some systems (esp. on ia64) link data and code symbols differently,
6972 # so use this general approach.
6973 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6975 # Transform an extracted symbol line into symbol name and symbol address
6976 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6977 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'"
6979 # Handle CRLF in mingw tool chain
6983 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6987 # Try without a prefix underscore, then with it.
6988 for ac_symprfx in "" "_"; do
6990 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6991 symxfrm="\\1 $ac_symprfx\\2 \\2"
6993 # Write the raw and C identifiers.
6994 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6995 # Fake it for dumpbin and say T for any non-static function
6996 # and D for any global variable.
6997 # Also find C++ and __fastcall symbols from MSVC++,
6998 # which start with @ or ?.
6999 lt_cv_sys_global_symbol_pipe="$AWK '"\
7000 " {last_section=section; section=\$ 3};"\
7001 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7002 " \$ 0!~/External *\|/{next};"\
7003 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7004 " {if(hide[section]) next};"\
7005 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7006 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7007 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7008 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7009 " ' prfx=^$ac_symprfx"
7011 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7014 # Check to see that the pipe works correctly.
7018 cat > conftest.$ac_ext <<_LT_EOF
7023 void nm_test_func(void);
7024 void nm_test_func(void){}
7028 int main(){nm_test_var='a';nm_test_func();return(0);}
7031 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7032 (eval $ac_compile) 2>&5
7034 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7035 test $ac_status = 0; }; then
7036 # Now try to grab the symbols.
7038 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7039 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7041 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7042 test $ac_status = 0; } && test -s "$nlist"; then
7043 # Try sorting and uniquifying the output.
7044 if sort "$nlist" | uniq > "$nlist"T; then
7045 mv -f "$nlist"T "$nlist"
7050 # Make sure that we snagged all the symbols we need.
7051 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7052 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7053 cat <<_LT_EOF > conftest.$ac_ext
7059 # Now generate the symbol file.
7060 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7062 cat <<_LT_EOF >> conftest.$ac_ext
7064 /* The mapping between symbol names and symbols. */
7069 lt__PROGRAM__LTX_preloaded_symbols[] =
7071 { "@PROGRAM@", (void *) 0 },
7073 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7074 cat <<\_LT_EOF >> conftest.$ac_ext
7078 /* This works around a problem in FreeBSD linker */
7079 #ifdef FREEBSD_WORKAROUND
7080 static const void *lt_preloaded_setup() {
7081 return lt__PROGRAM__LTX_preloaded_symbols;
7089 # Now try linking the two files.
7090 mv conftest.$ac_objext conftstm.$ac_objext
7091 lt_save_LIBS="$LIBS"
7092 lt_save_CFLAGS="$CFLAGS"
7093 LIBS="conftstm.$ac_objext"
7094 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7095 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7096 (eval $ac_link) 2>&5
7098 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7099 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7102 LIBS="$lt_save_LIBS"
7103 CFLAGS="$lt_save_CFLAGS"
7105 echo "cannot find nm_test_func in $nlist" >&5
7108 echo "cannot find nm_test_var in $nlist" >&5
7111 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7114 echo "$progname: failed program was:" >&5
7115 cat conftest.$ac_ext >&5
7117 rm -rf conftest* conftst*
7119 # Do not use the global_symbol_pipe unless it works.
7120 if test "$pipe_works" = yes; then
7123 lt_cv_sys_global_symbol_pipe=
7129 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7130 lt_cv_sys_global_symbol_to_cdecl=
7132 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7134 $as_echo "failed" >&6; }
7136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7137 $as_echo "ok" >&6; }
7161 # Check whether --enable-libtool-lock was given.
7162 if test "${enable_libtool_lock+set}" = set; then :
7163 enableval=$enable_libtool_lock;
7166 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7168 # Some flags need to be propagated to the compiler or linker for good
7172 # Find out which ABI we are using.
7173 echo 'int i;' > conftest.$ac_ext
7174 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7175 (eval $ac_compile) 2>&5
7177 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7178 test $ac_status = 0; }; then
7179 case `/usr/bin/file conftest.$ac_objext` in
7191 # Find out which ABI we are using.
7192 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7193 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7194 (eval $ac_compile) 2>&5
7196 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7197 test $ac_status = 0; }; then
7198 if test "$lt_cv_prog_gnu_ld" = yes; then
7199 case `/usr/bin/file conftest.$ac_objext` in
7201 LD="${LD-ld} -melf32bsmip"
7204 LD="${LD-ld} -melf32bmipn32"
7207 LD="${LD-ld} -melf64bmip"
7211 case `/usr/bin/file conftest.$ac_objext` in
7227 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7228 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7229 # Find out which ABI we are using.
7230 echo 'int i;' > conftest.$ac_ext
7231 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7232 (eval $ac_compile) 2>&5
7234 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7235 test $ac_status = 0; }; then
7236 case `/usr/bin/file conftest.o` in
7239 x86_64-*kfreebsd*-gnu)
7240 LD="${LD-ld} -m elf_i386_fbsd"
7243 case `/usr/bin/file conftest.o` in
7245 LD="${LD-ld} -m elf32_x86_64"
7248 LD="${LD-ld} -m elf_i386"
7252 powerpc64le-*linux*)
7253 LD="${LD-ld} -m elf32lppclinux"
7256 LD="${LD-ld} -m elf32ppclinux"
7259 LD="${LD-ld} -m elf_s390"
7262 LD="${LD-ld} -m elf32_sparc"
7268 x86_64-*kfreebsd*-gnu)
7269 LD="${LD-ld} -m elf_x86_64_fbsd"
7272 LD="${LD-ld} -m elf_x86_64"
7275 LD="${LD-ld} -m elf64lppc"
7278 LD="${LD-ld} -m elf64ppc"
7280 s390*-*linux*|s390*-*tpf*)
7281 LD="${LD-ld} -m elf64_s390"
7284 LD="${LD-ld} -m elf64_sparc"
7294 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7295 SAVE_CFLAGS="$CFLAGS"
7296 CFLAGS="$CFLAGS -belf"
7297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7298 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7299 if ${lt_cv_cc_needs_belf+:} false; then :
7300 $as_echo_n "(cached) " >&6
7303 ac_cpp='$CPP $CPPFLAGS'
7304 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7305 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7306 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7309 /* end confdefs.h. */
7319 if ac_fn_c_try_link "$LINENO"; then :
7320 lt_cv_cc_needs_belf=yes
7322 lt_cv_cc_needs_belf=no
7324 rm -f core conftest.err conftest.$ac_objext \
7325 conftest$ac_exeext conftest.$ac_ext
7327 ac_cpp='$CPP $CPPFLAGS'
7328 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7329 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7330 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7334 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7335 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7336 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7337 CFLAGS="$SAVE_CFLAGS"
7341 # Find out which ABI we are using.
7342 echo 'int i;' > conftest.$ac_ext
7343 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7344 (eval $ac_compile) 2>&5
7346 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7347 test $ac_status = 0; }; then
7348 case `/usr/bin/file conftest.o` in
7350 case $lt_cv_prog_gnu_ld in
7351 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7353 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7365 need_locks="$enable_libtool_lock"
7369 rhapsody* | darwin*)
7370 if test -n "$ac_tool_prefix"; then
7371 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7372 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7374 $as_echo_n "checking for $ac_word... " >&6; }
7375 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7376 $as_echo_n "(cached) " >&6
7378 if test -n "$DSYMUTIL"; then
7379 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7381 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7385 test -z "$as_dir" && as_dir=.
7386 for ac_exec_ext in '' $ac_executable_extensions; do
7387 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7388 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7389 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7398 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7399 if test -n "$DSYMUTIL"; then
7400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7401 $as_echo "$DSYMUTIL" >&6; }
7403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7404 $as_echo "no" >&6; }
7409 if test -z "$ac_cv_prog_DSYMUTIL"; then
7410 ac_ct_DSYMUTIL=$DSYMUTIL
7411 # Extract the first word of "dsymutil", so it can be a program name with args.
7412 set dummy dsymutil; ac_word=$2
7413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7414 $as_echo_n "checking for $ac_word... " >&6; }
7415 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7416 $as_echo_n "(cached) " >&6
7418 if test -n "$ac_ct_DSYMUTIL"; then
7419 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7421 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7425 test -z "$as_dir" && as_dir=.
7426 for ac_exec_ext in '' $ac_executable_extensions; do
7427 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7428 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7429 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7438 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7439 if test -n "$ac_ct_DSYMUTIL"; then
7440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7441 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7444 $as_echo "no" >&6; }
7447 if test "x$ac_ct_DSYMUTIL" = x; then
7450 case $cross_compiling:$ac_tool_warned in
7452 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7453 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7454 ac_tool_warned=yes ;;
7456 DSYMUTIL=$ac_ct_DSYMUTIL
7459 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7462 if test -n "$ac_tool_prefix"; then
7463 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7464 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7466 $as_echo_n "checking for $ac_word... " >&6; }
7467 if ${ac_cv_prog_NMEDIT+:} false; then :
7468 $as_echo_n "(cached) " >&6
7470 if test -n "$NMEDIT"; then
7471 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7473 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7477 test -z "$as_dir" && as_dir=.
7478 for ac_exec_ext in '' $ac_executable_extensions; do
7479 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7480 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7481 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7490 NMEDIT=$ac_cv_prog_NMEDIT
7491 if test -n "$NMEDIT"; then
7492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7493 $as_echo "$NMEDIT" >&6; }
7495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7496 $as_echo "no" >&6; }
7501 if test -z "$ac_cv_prog_NMEDIT"; then
7502 ac_ct_NMEDIT=$NMEDIT
7503 # Extract the first word of "nmedit", so it can be a program name with args.
7504 set dummy nmedit; ac_word=$2
7505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7506 $as_echo_n "checking for $ac_word... " >&6; }
7507 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7508 $as_echo_n "(cached) " >&6
7510 if test -n "$ac_ct_NMEDIT"; then
7511 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7517 test -z "$as_dir" && as_dir=.
7518 for ac_exec_ext in '' $ac_executable_extensions; do
7519 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7520 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7521 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7530 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7531 if test -n "$ac_ct_NMEDIT"; then
7532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7533 $as_echo "$ac_ct_NMEDIT" >&6; }
7535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7536 $as_echo "no" >&6; }
7539 if test "x$ac_ct_NMEDIT" = x; then
7542 case $cross_compiling:$ac_tool_warned in
7544 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7545 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7546 ac_tool_warned=yes ;;
7548 NMEDIT=$ac_ct_NMEDIT
7551 NMEDIT="$ac_cv_prog_NMEDIT"
7554 if test -n "$ac_tool_prefix"; then
7555 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7556 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7558 $as_echo_n "checking for $ac_word... " >&6; }
7559 if ${ac_cv_prog_LIPO+:} false; then :
7560 $as_echo_n "(cached) " >&6
7562 if test -n "$LIPO"; then
7563 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7569 test -z "$as_dir" && as_dir=.
7570 for ac_exec_ext in '' $ac_executable_extensions; do
7571 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7572 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7573 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7582 LIPO=$ac_cv_prog_LIPO
7583 if test -n "$LIPO"; then
7584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7585 $as_echo "$LIPO" >&6; }
7587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7588 $as_echo "no" >&6; }
7593 if test -z "$ac_cv_prog_LIPO"; then
7595 # Extract the first word of "lipo", so it can be a program name with args.
7596 set dummy lipo; ac_word=$2
7597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7598 $as_echo_n "checking for $ac_word... " >&6; }
7599 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7600 $as_echo_n "(cached) " >&6
7602 if test -n "$ac_ct_LIPO"; then
7603 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7605 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7609 test -z "$as_dir" && as_dir=.
7610 for ac_exec_ext in '' $ac_executable_extensions; do
7611 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7612 ac_cv_prog_ac_ct_LIPO="lipo"
7613 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7622 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7623 if test -n "$ac_ct_LIPO"; then
7624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7625 $as_echo "$ac_ct_LIPO" >&6; }
7627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7628 $as_echo "no" >&6; }
7631 if test "x$ac_ct_LIPO" = x; then
7634 case $cross_compiling:$ac_tool_warned in
7636 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7637 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7638 ac_tool_warned=yes ;;
7643 LIPO="$ac_cv_prog_LIPO"
7646 if test -n "$ac_tool_prefix"; then
7647 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7648 set dummy ${ac_tool_prefix}otool; ac_word=$2
7649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7650 $as_echo_n "checking for $ac_word... " >&6; }
7651 if ${ac_cv_prog_OTOOL+:} false; then :
7652 $as_echo_n "(cached) " >&6
7654 if test -n "$OTOOL"; then
7655 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7657 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7661 test -z "$as_dir" && as_dir=.
7662 for ac_exec_ext in '' $ac_executable_extensions; do
7663 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7664 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7665 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7674 OTOOL=$ac_cv_prog_OTOOL
7675 if test -n "$OTOOL"; then
7676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7677 $as_echo "$OTOOL" >&6; }
7679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7680 $as_echo "no" >&6; }
7685 if test -z "$ac_cv_prog_OTOOL"; then
7687 # Extract the first word of "otool", so it can be a program name with args.
7688 set dummy otool; ac_word=$2
7689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7690 $as_echo_n "checking for $ac_word... " >&6; }
7691 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7692 $as_echo_n "(cached) " >&6
7694 if test -n "$ac_ct_OTOOL"; then
7695 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7697 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7701 test -z "$as_dir" && as_dir=.
7702 for ac_exec_ext in '' $ac_executable_extensions; do
7703 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7704 ac_cv_prog_ac_ct_OTOOL="otool"
7705 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7714 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7715 if test -n "$ac_ct_OTOOL"; then
7716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7717 $as_echo "$ac_ct_OTOOL" >&6; }
7719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7720 $as_echo "no" >&6; }
7723 if test "x$ac_ct_OTOOL" = x; then
7726 case $cross_compiling:$ac_tool_warned in
7728 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7729 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7730 ac_tool_warned=yes ;;
7735 OTOOL="$ac_cv_prog_OTOOL"
7738 if test -n "$ac_tool_prefix"; then
7739 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7740 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7742 $as_echo_n "checking for $ac_word... " >&6; }
7743 if ${ac_cv_prog_OTOOL64+:} false; then :
7744 $as_echo_n "(cached) " >&6
7746 if test -n "$OTOOL64"; then
7747 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7749 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7753 test -z "$as_dir" && as_dir=.
7754 for ac_exec_ext in '' $ac_executable_extensions; do
7755 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7756 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7757 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7766 OTOOL64=$ac_cv_prog_OTOOL64
7767 if test -n "$OTOOL64"; then
7768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7769 $as_echo "$OTOOL64" >&6; }
7771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7772 $as_echo "no" >&6; }
7777 if test -z "$ac_cv_prog_OTOOL64"; then
7778 ac_ct_OTOOL64=$OTOOL64
7779 # Extract the first word of "otool64", so it can be a program name with args.
7780 set dummy otool64; ac_word=$2
7781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7782 $as_echo_n "checking for $ac_word... " >&6; }
7783 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7784 $as_echo_n "(cached) " >&6
7786 if test -n "$ac_ct_OTOOL64"; then
7787 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7789 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7793 test -z "$as_dir" && as_dir=.
7794 for ac_exec_ext in '' $ac_executable_extensions; do
7795 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7796 ac_cv_prog_ac_ct_OTOOL64="otool64"
7797 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7806 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7807 if test -n "$ac_ct_OTOOL64"; then
7808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7809 $as_echo "$ac_ct_OTOOL64" >&6; }
7811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7812 $as_echo "no" >&6; }
7815 if test "x$ac_ct_OTOOL64" = x; then
7818 case $cross_compiling:$ac_tool_warned in
7820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7821 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7822 ac_tool_warned=yes ;;
7824 OTOOL64=$ac_ct_OTOOL64
7827 OTOOL64="$ac_cv_prog_OTOOL64"
7856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7857 $as_echo_n "checking for -single_module linker flag... " >&6; }
7858 if ${lt_cv_apple_cc_single_mod+:} false; then :
7859 $as_echo_n "(cached) " >&6
7861 lt_cv_apple_cc_single_mod=no
7862 if test -z "${LT_MULTI_MODULE}"; then
7863 # By default we will add the -single_module flag. You can override
7864 # by either setting the environment variable LT_MULTI_MODULE
7865 # non-empty at configure time, or by adding -multi_module to the
7867 rm -rf libconftest.dylib*
7868 echo "int foo(void){return 1;}" > conftest.c
7869 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7870 -dynamiclib -Wl,-single_module conftest.c" >&5
7871 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7872 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7874 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7875 lt_cv_apple_cc_single_mod=yes
7877 cat conftest.err >&5
7879 rm -rf libconftest.dylib*
7883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7884 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7886 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7887 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7888 $as_echo_n "(cached) " >&6
7890 lt_cv_ld_exported_symbols_list=no
7891 save_LDFLAGS=$LDFLAGS
7892 echo "_main" > conftest.sym
7893 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7895 /* end confdefs.h. */
7905 if ac_fn_c_try_link "$LINENO"; then :
7906 lt_cv_ld_exported_symbols_list=yes
7908 lt_cv_ld_exported_symbols_list=no
7910 rm -f core conftest.err conftest.$ac_objext \
7911 conftest$ac_exeext conftest.$ac_ext
7912 LDFLAGS="$save_LDFLAGS"
7915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7916 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7918 $as_echo_n "checking for -force_load linker flag... " >&6; }
7919 if ${lt_cv_ld_force_load+:} false; then :
7920 $as_echo_n "(cached) " >&6
7922 lt_cv_ld_force_load=no
7923 cat > conftest.c << _LT_EOF
7924 int forced_loaded() { return 2;}
7926 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7927 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7928 echo "$AR cru libconftest.a conftest.o" >&5
7929 $AR cru libconftest.a conftest.o 2>&5
7930 cat > conftest.c << _LT_EOF
7931 int main() { return 0;}
7933 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7934 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7936 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7937 lt_cv_ld_force_load=yes
7939 cat conftest.err >&5
7941 rm -f conftest.err libconftest.a conftest conftest.c
7942 rm -rf conftest.dSYM
7945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7946 $as_echo "$lt_cv_ld_force_load" >&6; }
7948 rhapsody* | darwin1.[012])
7949 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7951 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7952 darwin*) # darwin 5.x on
7953 # if running on 10.5 or later, the deployment target defaults
7954 # to the OS version, if on x86, and 10.4, the deployment
7955 # target defaults to 10.4. Don't you love it?
7956 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7957 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7958 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7960 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7962 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7966 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7967 _lt_dar_single_mod='$single_module'
7969 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7970 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7972 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7974 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7975 _lt_dsymutil='~$DSYMUTIL $lib || :'
7982 for ac_header in dlfcn.h
7984 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7986 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7987 cat >>confdefs.h <<_ACEOF
7988 #define HAVE_DLFCN_H 1
8010 # Check whether --enable-static was given.
8011 if test "${enable_static+set}" = set; then :
8012 enableval=$enable_static; p=${PACKAGE-default}
8014 yes) enable_static=yes ;;
8015 no) enable_static=no ;;
8018 # Look at the argument we got. We use all the common list separators.
8019 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8020 for pkg in $enableval; do
8022 if test "X$pkg" = "X$p"; then
8042 # Check whether --with-pic was given.
8043 if test "${with_pic+set}" = set; then :
8044 withval=$with_pic; pic_mode="$withval"
8050 test -z "$pic_mode" && pic_mode=default
8058 # Check whether --enable-fast-install was given.
8059 if test "${enable_fast_install+set}" = set; then :
8060 enableval=$enable_fast_install; p=${PACKAGE-default}
8062 yes) enable_fast_install=yes ;;
8063 no) enable_fast_install=no ;;
8065 enable_fast_install=no
8066 # Look at the argument we got. We use all the common list separators.
8067 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8068 for pkg in $enableval; do
8070 if test "X$pkg" = "X$p"; then
8071 enable_fast_install=yes
8078 enable_fast_install=yes
8091 # This can be used to rebuild libtool when needed
8092 LIBTOOL_DEPS="$ltmain"
8094 # Always use our own libtool.
8095 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8122 test -z "$LN_S" && LN_S="ln -s"
8137 if test -n "${ZSH_VERSION+set}" ; then
8138 setopt NO_GLOB_SUBST
8141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8142 $as_echo_n "checking for objdir... " >&6; }
8143 if ${lt_cv_objdir+:} false; then :
8144 $as_echo_n "(cached) " >&6
8146 rm -f .libs 2>/dev/null
8147 mkdir .libs 2>/dev/null
8148 if test -d .libs; then
8151 # MS-DOS does not allow filenames that begin with a dot.
8154 rmdir .libs 2>/dev/null
8156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8157 $as_echo "$lt_cv_objdir" >&6; }
8158 objdir=$lt_cv_objdir
8164 cat >>confdefs.h <<_ACEOF
8165 #define LT_OBJDIR "$lt_cv_objdir/"
8173 # AIX sometimes has problems with the GCC collect2 program. For some
8174 # reason, if we set the COLLECT_NAMES environment variable, the problems
8175 # vanish in a puff of smoke.
8176 if test "X${COLLECT_NAMES+set}" != Xset; then
8178 export COLLECT_NAMES
8185 can_build_shared=yes
8187 # All known linkers require a `.a' archive for static linking (except MSVC,
8188 # which needs '.lib').
8191 with_gnu_ld="$lt_cv_prog_gnu_ld"
8194 old_CFLAGS="$CFLAGS"
8196 # Set sane defaults for various variables
8197 test -z "$CC" && CC=cc
8198 test -z "$LTCC" && LTCC=$CC
8199 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8200 test -z "$LD" && LD=ld
8201 test -z "$ac_objext" && ac_objext=o
8203 for cc_temp in $compiler""; do
8205 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8206 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8211 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8214 # Only perform the check for file, if the check method requires it
8215 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8216 case $deplibs_check_method in
8218 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8220 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8221 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8222 $as_echo_n "(cached) " >&6
8226 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8229 lt_save_MAGIC_CMD="$MAGIC_CMD"
8230 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8231 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8232 for ac_dir in $ac_dummy; do
8234 test -z "$ac_dir" && ac_dir=.
8235 if test -f $ac_dir/${ac_tool_prefix}file; then
8236 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8237 if test -n "$file_magic_test_file"; then
8238 case $deplibs_check_method in
8240 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8241 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8242 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8243 $EGREP "$file_magic_regex" > /dev/null; then
8248 *** Warning: the command libtool uses to detect shared libraries,
8249 *** $file_magic_cmd, produces output that libtool cannot recognize.
8250 *** The result is that libtool may fail to recognize shared libraries
8251 *** as such. This will affect the creation of libtool libraries that
8252 *** depend on shared libraries, but programs linked with such libtool
8253 *** libraries will work regardless of this problem. Nevertheless, you
8254 *** may want to report the problem to your system manager and/or to
8255 *** bug-libtool@gnu.org
8265 MAGIC_CMD="$lt_save_MAGIC_CMD"
8270 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8271 if test -n "$MAGIC_CMD"; then
8272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8273 $as_echo "$MAGIC_CMD" >&6; }
8275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8276 $as_echo "no" >&6; }
8283 if test -z "$lt_cv_path_MAGIC_CMD"; then
8284 if test -n "$ac_tool_prefix"; then
8285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8286 $as_echo_n "checking for file... " >&6; }
8287 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8288 $as_echo_n "(cached) " >&6
8292 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8295 lt_save_MAGIC_CMD="$MAGIC_CMD"
8296 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8297 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8298 for ac_dir in $ac_dummy; do
8300 test -z "$ac_dir" && ac_dir=.
8301 if test -f $ac_dir/file; then
8302 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8303 if test -n "$file_magic_test_file"; then
8304 case $deplibs_check_method in
8306 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8307 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8308 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8309 $EGREP "$file_magic_regex" > /dev/null; then
8314 *** Warning: the command libtool uses to detect shared libraries,
8315 *** $file_magic_cmd, produces output that libtool cannot recognize.
8316 *** The result is that libtool may fail to recognize shared libraries
8317 *** as such. This will affect the creation of libtool libraries that
8318 *** depend on shared libraries, but programs linked with such libtool
8319 *** libraries will work regardless of this problem. Nevertheless, you
8320 *** may want to report the problem to your system manager and/or to
8321 *** bug-libtool@gnu.org
8331 MAGIC_CMD="$lt_save_MAGIC_CMD"
8336 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8337 if test -n "$MAGIC_CMD"; then
8338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8339 $as_echo "$MAGIC_CMD" >&6; }
8341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8342 $as_echo "no" >&6; }
8355 # Use C for the default configuration in the libtool script
8359 ac_cpp='$CPP $CPPFLAGS'
8360 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8361 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8362 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8365 # Source file extension for C test sources.
8368 # Object file extension for compiled C test sources.
8372 # Code to be used in simple compile tests
8373 lt_simple_compile_test_code="int some_variable = 0;"
8375 # Code to be used in simple link tests
8376 lt_simple_link_test_code='int main(){return(0);}'
8384 # If no C compiler was specified, use CC.
8387 # If no C compiler flags were specified, use CFLAGS.
8388 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8390 # Allow CC to be a program name with arguments.
8393 # Save the default compiler, since it gets overwritten when the other
8394 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8395 compiler_DEFAULT=$CC
8397 # save warnings/boilerplate of simple test code
8398 ac_outfile=conftest.$ac_objext
8399 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8400 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8401 _lt_compiler_boilerplate=`cat conftest.err`
8404 ac_outfile=conftest.$ac_objext
8405 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8406 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8407 _lt_linker_boilerplate=`cat conftest.err`
8412 ## There is no encapsulation within the following macros, do not change
8413 ## the running order or otherwise move them around unless you know exactly
8414 ## what you are doing...
8415 if test -n "$compiler"; then
8417 lt_prog_compiler_no_builtin_flag=
8419 if test "$GCC" = yes; then
8420 case $cc_basename in
8422 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8424 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8428 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8429 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8430 $as_echo_n "(cached) " >&6
8432 lt_cv_prog_compiler_rtti_exceptions=no
8433 ac_outfile=conftest.$ac_objext
8434 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8435 lt_compiler_flag="-fno-rtti -fno-exceptions"
8436 # Insert the option either (1) after the last *FLAGS variable, or
8437 # (2) before a word containing "conftest.", or (3) at the end.
8438 # Note that $ac_compile itself does not contain backslashes and begins
8439 # with a dollar sign (not a hyphen), so the echo should work correctly.
8440 # The option is referenced via a variable to avoid confusing sed.
8441 lt_compile=`echo "$ac_compile" | $SED \
8442 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8443 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8444 -e 's:$: $lt_compiler_flag:'`
8445 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8446 (eval "$lt_compile" 2>conftest.err)
8448 cat conftest.err >&5
8449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8450 if (exit $ac_status) && test -s "$ac_outfile"; then
8451 # The compiler can only warn and ignore the option if not recognized
8452 # So say no if there are warnings other than the usual output.
8453 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8454 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8455 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8456 lt_cv_prog_compiler_rtti_exceptions=yes
8462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8463 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8465 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8466 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8478 lt_prog_compiler_wl=
8479 lt_prog_compiler_pic=
8480 lt_prog_compiler_static=
8482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8483 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8485 if test "$GCC" = yes; then
8486 lt_prog_compiler_wl='-Wl,'
8487 lt_prog_compiler_static='-static'
8491 # All AIX code is PIC.
8492 if test "$host_cpu" = ia64; then
8493 # AIX 5 now supports IA64 processor
8494 lt_prog_compiler_static='-Bstatic'
8496 lt_prog_compiler_pic='-fPIC'
8502 # see comment about AmigaOS4 .so support
8503 lt_prog_compiler_pic='-fPIC'
8506 # FIXME: we need at least 68020 code to build shared libraries, but
8507 # adding the `-m68020' flag to GCC prevents building anything better,
8509 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8514 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8515 # PIC is the default for these OSes.
8518 mingw* | cygwin* | pw32* | os2* | cegcc*)
8519 # This hack is so that the source file can tell whether it is being
8520 # built for inclusion in a dll (and should export symbols for example).
8521 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8522 # (--disable-auto-import) libraries
8523 lt_prog_compiler_pic='-DDLL_EXPORT'
8526 darwin* | rhapsody*)
8527 # PIC is the default on this platform
8528 # Common symbols not allowed in MH_DYLIB files
8529 lt_prog_compiler_pic='-fno-common'
8533 # PIC is the default for Haiku.
8534 # The "-static" flag exists, but is broken.
8535 lt_prog_compiler_static=
8539 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8540 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8541 # sets the default TLS model and affects inlining.
8547 lt_prog_compiler_pic='-fPIC'
8553 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8554 # Instead, we relocate shared libraries at runtime.
8558 # Just because we use GCC doesn't mean we suddenly get shared libraries
8559 # on systems that don't support them.
8560 lt_prog_compiler_can_build_shared=no
8565 # QNX uses GNU C++, but need to define -shared option too, otherwise
8567 lt_prog_compiler_pic='-fPIC -shared'
8571 if test -d /usr/nec; then
8572 lt_prog_compiler_pic=-Kconform_pic
8577 lt_prog_compiler_pic='-fPIC'
8581 case $cc_basename in
8582 nvcc*) # Cuda Compiler Driver 2.2
8583 lt_prog_compiler_wl='-Xlinker '
8584 lt_prog_compiler_pic='-Xcompiler -fPIC'
8588 # PORTME Check for flag to pass linker flags through the system compiler.
8591 lt_prog_compiler_wl='-Wl,'
8592 if test "$host_cpu" = ia64; then
8593 # AIX 5 now supports IA64 processor
8594 lt_prog_compiler_static='-Bstatic'
8596 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8600 mingw* | cygwin* | pw32* | os2* | cegcc*)
8601 # This hack is so that the source file can tell whether it is being
8602 # built for inclusion in a dll (and should export symbols for example).
8603 lt_prog_compiler_pic='-DDLL_EXPORT'
8606 hpux9* | hpux10* | hpux11*)
8607 lt_prog_compiler_wl='-Wl,'
8608 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8615 lt_prog_compiler_pic='+Z'
8618 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8619 lt_prog_compiler_static='${wl}-a ${wl}archive'
8622 irix5* | irix6* | nonstopux*)
8623 lt_prog_compiler_wl='-Wl,'
8624 # PIC (with -KPIC) is the default.
8625 lt_prog_compiler_static='-non_shared'
8628 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8629 case $cc_basename in
8630 # old Intel for x86_64 which still supported -KPIC.
8632 lt_prog_compiler_wl='-Wl,'
8633 lt_prog_compiler_pic='-KPIC'
8634 lt_prog_compiler_static='-static'
8636 # icc used to be incompatible with GCC.
8637 # ICC 10 doesn't accept -KPIC any more.
8639 lt_prog_compiler_wl='-Wl,'
8640 lt_prog_compiler_pic='-fPIC'
8641 lt_prog_compiler_static='-static'
8643 # Lahey Fortran 8.1.
8645 lt_prog_compiler_wl='-Wl,'
8646 lt_prog_compiler_pic='--shared'
8647 lt_prog_compiler_static='--static'
8649 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8650 # Portland Group compilers (*not* the Pentium gcc compiler,
8651 # which looks to be a dead project)
8652 lt_prog_compiler_wl='-Wl,'
8653 lt_prog_compiler_pic='-fpic'
8654 lt_prog_compiler_static='-Bstatic'
8657 lt_prog_compiler_wl='-Wl,'
8658 # All Alpha code is PIC.
8659 lt_prog_compiler_static='-non_shared'
8661 xl* | bgxl* | bgf* | mpixl*)
8662 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8663 lt_prog_compiler_wl='-Wl,'
8664 lt_prog_compiler_pic='-qpic'
8665 lt_prog_compiler_static='-qstaticlink'
8668 case `$CC -V 2>&1 | sed 5q` in
8669 *Sun\ F* | *Sun*Fortran*)
8670 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8671 lt_prog_compiler_pic='-KPIC'
8672 lt_prog_compiler_static='-Bstatic'
8673 lt_prog_compiler_wl=''
8677 lt_prog_compiler_pic='-KPIC'
8678 lt_prog_compiler_static='-Bstatic'
8679 lt_prog_compiler_wl='-Wl,'
8687 lt_prog_compiler_pic='-KPIC'
8688 lt_prog_compiler_static='-Bstatic'
8692 # QNX uses GNU C++, but need to define -shared option too, otherwise
8694 lt_prog_compiler_pic='-fPIC -shared'
8697 osf3* | osf4* | osf5*)
8698 lt_prog_compiler_wl='-Wl,'
8699 # All OSF/1 code is PIC.
8700 lt_prog_compiler_static='-non_shared'
8704 lt_prog_compiler_static='-non_shared'
8708 lt_prog_compiler_pic='-KPIC'
8709 lt_prog_compiler_static='-Bstatic'
8710 case $cc_basename in
8712 lt_prog_compiler_wl='-Qoption ld ';;
8714 lt_prog_compiler_wl='-Wl,';;
8719 lt_prog_compiler_wl='-Qoption ld '
8720 lt_prog_compiler_pic='-PIC'
8721 lt_prog_compiler_static='-Bstatic'
8724 sysv4 | sysv4.2uw2* | sysv4.3*)
8725 lt_prog_compiler_wl='-Wl,'
8726 lt_prog_compiler_pic='-KPIC'
8727 lt_prog_compiler_static='-Bstatic'
8731 if test -d /usr/nec ;then
8732 lt_prog_compiler_pic='-Kconform_pic'
8733 lt_prog_compiler_static='-Bstatic'
8737 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8738 lt_prog_compiler_wl='-Wl,'
8739 lt_prog_compiler_pic='-KPIC'
8740 lt_prog_compiler_static='-Bstatic'
8744 lt_prog_compiler_wl='-Wl,'
8745 lt_prog_compiler_can_build_shared=no
8749 lt_prog_compiler_pic='-pic'
8750 lt_prog_compiler_static='-Bstatic'
8754 lt_prog_compiler_can_build_shared=no
8760 # For platforms which do not support PIC, -DPIC is meaningless:
8762 lt_prog_compiler_pic=
8765 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8769 $as_echo "$lt_prog_compiler_pic" >&6; }
8777 # Check to make sure the PIC flag actually works.
8779 if test -n "$lt_prog_compiler_pic"; then
8780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8781 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8782 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8783 $as_echo_n "(cached) " >&6
8785 lt_cv_prog_compiler_pic_works=no
8786 ac_outfile=conftest.$ac_objext
8787 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8788 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8789 # Insert the option either (1) after the last *FLAGS variable, or
8790 # (2) before a word containing "conftest.", or (3) at the end.
8791 # Note that $ac_compile itself does not contain backslashes and begins
8792 # with a dollar sign (not a hyphen), so the echo should work correctly.
8793 # The option is referenced via a variable to avoid confusing sed.
8794 lt_compile=`echo "$ac_compile" | $SED \
8795 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8796 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8797 -e 's:$: $lt_compiler_flag:'`
8798 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8799 (eval "$lt_compile" 2>conftest.err)
8801 cat conftest.err >&5
8802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8803 if (exit $ac_status) && test -s "$ac_outfile"; then
8804 # The compiler can only warn and ignore the option if not recognized
8805 # So say no if there are warnings other than the usual output.
8806 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8807 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8808 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8809 lt_cv_prog_compiler_pic_works=yes
8815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8816 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8818 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8819 case $lt_prog_compiler_pic in
8821 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8824 lt_prog_compiler_pic=
8825 lt_prog_compiler_can_build_shared=no
8836 # Check to make sure the static flag actually works.
8838 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8840 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8841 if ${lt_cv_prog_compiler_static_works+:} false; then :
8842 $as_echo_n "(cached) " >&6
8844 lt_cv_prog_compiler_static_works=no
8845 save_LDFLAGS="$LDFLAGS"
8846 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8847 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8848 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8849 # The linker can only warn and ignore the option if not recognized
8850 # So say no if there are warnings
8851 if test -s conftest.err; then
8852 # Append any errors to the config.log.
8853 cat conftest.err 1>&5
8854 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8855 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8856 if diff conftest.exp conftest.er2 >/dev/null; then
8857 lt_cv_prog_compiler_static_works=yes
8860 lt_cv_prog_compiler_static_works=yes
8864 LDFLAGS="$save_LDFLAGS"
8867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8868 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8870 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8873 lt_prog_compiler_static=
8882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8883 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8884 if ${lt_cv_prog_compiler_c_o+:} false; then :
8885 $as_echo_n "(cached) " >&6
8887 lt_cv_prog_compiler_c_o=no
8888 $RM -r conftest 2>/dev/null
8892 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8894 lt_compiler_flag="-o out/conftest2.$ac_objext"
8895 # Insert the option either (1) after the last *FLAGS variable, or
8896 # (2) before a word containing "conftest.", or (3) at the end.
8897 # Note that $ac_compile itself does not contain backslashes and begins
8898 # with a dollar sign (not a hyphen), so the echo should work correctly.
8899 lt_compile=`echo "$ac_compile" | $SED \
8900 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8901 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8902 -e 's:$: $lt_compiler_flag:'`
8903 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8904 (eval "$lt_compile" 2>out/conftest.err)
8906 cat out/conftest.err >&5
8907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8908 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8910 # The compiler can only warn and ignore the option if not recognized
8911 # So say no if there are warnings
8912 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8913 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8914 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8915 lt_cv_prog_compiler_c_o=yes
8920 # SGI C++ compiler will create directory out/ii_files/ for
8921 # template instantiation
8922 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8923 $RM out/* && rmdir out
8929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8930 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8938 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8939 if ${lt_cv_prog_compiler_c_o+:} false; then :
8940 $as_echo_n "(cached) " >&6
8942 lt_cv_prog_compiler_c_o=no
8943 $RM -r conftest 2>/dev/null
8947 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8949 lt_compiler_flag="-o out/conftest2.$ac_objext"
8950 # Insert the option either (1) after the last *FLAGS variable, or
8951 # (2) before a word containing "conftest.", or (3) at the end.
8952 # Note that $ac_compile itself does not contain backslashes and begins
8953 # with a dollar sign (not a hyphen), so the echo should work correctly.
8954 lt_compile=`echo "$ac_compile" | $SED \
8955 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8956 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8957 -e 's:$: $lt_compiler_flag:'`
8958 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8959 (eval "$lt_compile" 2>out/conftest.err)
8961 cat out/conftest.err >&5
8962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8963 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8965 # The compiler can only warn and ignore the option if not recognized
8966 # So say no if there are warnings
8967 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8968 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8969 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8970 lt_cv_prog_compiler_c_o=yes
8975 # SGI C++ compiler will create directory out/ii_files/ for
8976 # template instantiation
8977 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8978 $RM out/* && rmdir out
8984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8985 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8990 hard_links="nottested"
8991 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8992 # do not overwrite the value of need_locks provided by the user
8993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8994 $as_echo_n "checking if we can lock with hard links... " >&6; }
8997 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8999 ln conftest.a conftest.b 2>&5 || hard_links=no
9000 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9002 $as_echo "$hard_links" >&6; }
9003 if test "$hard_links" = no; then
9004 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9005 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9018 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9021 allow_undefined_flag=
9022 always_export_symbols=no
9024 archive_expsym_cmds=
9025 compiler_needs_object=no
9026 enable_shared_with_static_runtimes=no
9027 export_dynamic_flag_spec=
9028 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9029 hardcode_automatic=no
9031 hardcode_direct_absolute=no
9032 hardcode_libdir_flag_spec=
9033 hardcode_libdir_flag_spec_ld=
9034 hardcode_libdir_separator=
9036 hardcode_shlibpath_var=unsupported
9038 link_all_deplibs=unknown
9041 old_archive_from_new_cmds=
9042 old_archive_from_expsyms_cmds=
9043 thread_safe_flag_spec=
9044 whole_archive_flag_spec=
9045 # include_expsyms should be a list of space-separated symbols to be *always*
9046 # included in the symbol list
9048 # exclude_expsyms can be an extended regexp of symbols to exclude
9049 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9050 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9051 # as well as any symbol that contains `d'.
9052 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9053 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9054 # platforms (ab)use it in PIC code, but their linkers get confused if
9055 # the symbol is explicitly referenced. Since portable code cannot
9056 # rely on this symbol name, it's probably fine to never include it in
9057 # preloaded symbol tables.
9058 # Exclude shared library initialization/finalization symbols.
9059 extract_expsyms_cmds=
9062 cygwin* | mingw* | pw32* | cegcc*)
9063 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9064 # When not using gcc, we currently assume that we are using
9065 # Microsoft Visual C++.
9066 if test "$GCC" != yes; then
9071 # we just hope/assume this is gcc and not c89 (= MSVC++)
9081 # On some targets, GNU ld is compatible enough with the native linker
9082 # that we're better off using the native interface for both.
9083 lt_use_gnu_ld_interface=no
9084 if test "$with_gnu_ld" = yes; then
9087 # The AIX port of GNU ld has always aspired to compatibility
9088 # with the native linker. However, as the warning in the GNU ld
9089 # block says, versions before 2.19.5* couldn't really create working
9090 # shared libraries, regardless of the interface used.
9091 case `$LD -v 2>&1` in
9092 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9093 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9094 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9096 lt_use_gnu_ld_interface=yes
9101 lt_use_gnu_ld_interface=yes
9106 if test "$lt_use_gnu_ld_interface" = yes; then
9107 # If archive_cmds runs LD, not CC, wlarc should be empty
9110 # Set some defaults for GNU ld with shared library support. These
9111 # are reset later if shared libraries are not supported. Putting them
9112 # here allows them to be overridden if necessary.
9113 runpath_var=LD_RUN_PATH
9114 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9115 export_dynamic_flag_spec='${wl}--export-dynamic'
9116 # ancient GNU ld didn't support --whole-archive et. al.
9117 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9118 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9120 whole_archive_flag_spec=
9122 supports_anon_versioning=no
9123 case `$LD -v 2>&1` in
9124 *GNU\ gold*) supports_anon_versioning=yes ;;
9125 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9126 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9127 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9128 *\ 2.11.*) ;; # other 2.11 versions
9129 *) supports_anon_versioning=yes ;;
9132 # See if GNU ld supports shared libraries.
9135 # On AIX/PPC, the GNU linker is very broken
9136 if test "$host_cpu" != ia64; then
9140 *** Warning: the GNU linker, at least up to release 2.19, is reported
9141 *** to be unable to reliably create shared libraries on AIX.
9142 *** Therefore, libtool is disabling shared libraries support. If you
9143 *** really care for shared libraries, you may want to install binutils
9144 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9145 *** You will then need to restart the configuration process.
9154 # see comment about AmigaOS4 .so support
9155 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9156 archive_expsym_cmds=''
9159 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)'
9160 hardcode_libdir_flag_spec='-L$libdir'
9161 hardcode_minus_L=yes
9167 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9168 allow_undefined_flag=unsupported
9169 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9170 # support --undefined. This deserves some investigation. FIXME
9171 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9177 cygwin* | mingw* | pw32* | cegcc*)
9178 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9179 # as there is no search path for DLLs.
9180 hardcode_libdir_flag_spec='-L$libdir'
9181 export_dynamic_flag_spec='${wl}--export-all-symbols'
9182 allow_undefined_flag=unsupported
9183 always_export_symbols=no
9184 enable_shared_with_static_runtimes=yes
9185 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9187 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9188 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9189 # If the export-symbols file already is a .def file (1st line
9190 # is EXPORTS), use it as is; otherwise, prepend...
9191 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9192 cp $export_symbols $output_objdir/$soname.def;
9194 echo EXPORTS > $output_objdir/$soname.def;
9195 cat $export_symbols >> $output_objdir/$soname.def;
9197 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9204 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9205 link_all_deplibs=yes
9210 hardcode_shlibpath_var=no
9211 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9212 export_dynamic_flag_spec='${wl}-E'
9213 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9214 # Instead, shared libraries are loaded at an image base (0x10000000 by
9215 # default) and relocated if they conflict, which is a slow very memory
9216 # consuming and fragmenting process. To avoid this, we pick a random,
9217 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9218 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9219 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9220 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'
9223 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9225 if test "$host_os" = linux-dietlibc; then
9226 case $cc_basename in
9227 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9230 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9231 && test "$tmp_diet" = no
9233 tmp_addflag=' $pic_flag'
9234 tmp_sharedflag='-shared'
9235 case $cc_basename,$host_cpu in
9236 pgcc*) # Portland Group C compiler
9237 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'
9238 tmp_addflag=' $pic_flag'
9240 pgf77* | pgf90* | pgf95* | pgfortran*)
9241 # Portland Group f77 and f90 compilers
9242 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'
9243 tmp_addflag=' $pic_flag -Mnomain' ;;
9244 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9245 tmp_addflag=' -i_dynamic' ;;
9246 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9247 tmp_addflag=' -i_dynamic -nofor_main' ;;
9248 ifc* | ifort*) # Intel Fortran compiler
9249 tmp_addflag=' -nofor_main' ;;
9250 lf95*) # Lahey Fortran 8.1
9251 whole_archive_flag_spec=
9252 tmp_sharedflag='--shared' ;;
9253 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9254 tmp_sharedflag='-qmkshrobj'
9256 nvcc*) # Cuda Compiler Driver 2.2
9257 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'
9258 compiler_needs_object=yes
9261 case `$CC -V 2>&1 | sed 5q` in
9262 *Sun\ C*) # Sun C 5.9
9263 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'
9264 compiler_needs_object=yes
9265 tmp_sharedflag='-G' ;;
9266 *Sun\ F*) # Sun Fortran 8.3
9267 tmp_sharedflag='-G' ;;
9269 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9271 if test "x$supports_anon_versioning" = xyes; then
9272 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9273 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9274 echo "local: *; };" >> $output_objdir/$libname.ver~
9275 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9278 case $cc_basename in
9279 xlf* | bgf* | bgxlf* | mpixlf*)
9280 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9281 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9282 hardcode_libdir_flag_spec=
9283 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9284 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9285 if test "x$supports_anon_versioning" = xyes; then
9286 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9287 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9288 echo "local: *; };" >> $output_objdir/$libname.ver~
9289 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9299 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9300 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9303 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9304 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9309 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9313 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9314 *** create shared libraries on Solaris systems. Therefore, libtool
9315 *** is disabling shared libraries support. We urge you to upgrade GNU
9316 *** binutils to release 2.9.1 or newer. Another option is to modify
9317 *** your PATH or compiler configuration so that the native linker is
9318 *** used, and then restart.
9321 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9322 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9323 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9329 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9330 case `$LD -v 2>&1` in
9331 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9335 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9336 *** reliably create shared libraries on SCO systems. Therefore, libtool
9337 *** is disabling shared libraries support. We urge you to upgrade GNU
9338 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9339 *** your PATH or compiler configuration so that the native linker is
9340 *** used, and then restart.
9345 # For security reasons, it is highly recommended that you always
9346 # use absolute paths for naming shared libraries, and exclude the
9347 # DT_RUNPATH tag from executables and libraries. But doing so
9348 # requires that you compile everything twice, which is a pain.
9349 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9350 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9351 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9352 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9361 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9364 hardcode_shlibpath_var=no
9368 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9369 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9370 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9377 if test "$ld_shlibs" = no; then
9379 hardcode_libdir_flag_spec=
9380 export_dynamic_flag_spec=
9381 whole_archive_flag_spec=
9384 # PORTME fill in a description of your system's linker (not GNU ld)
9387 allow_undefined_flag=unsupported
9388 always_export_symbols=yes
9389 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'
9390 # Note: this linker hardcodes the directories in LIBPATH if there
9391 # are no directories specified by -L.
9392 hardcode_minus_L=yes
9393 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9394 # Neither direct hardcoding nor static linking is supported with a
9396 hardcode_direct=unsupported
9401 if test "$host_cpu" = ia64; then
9402 # On IA64, the linker does run time linking by default, so we don't
9403 # have to do anything special.
9404 aix_use_runtimelinking=no
9405 exp_sym_flag='-Bexport'
9408 # If we're using GNU nm, then we don't want the "-C" option.
9409 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9410 # Also, AIX nm treats weak defined symbols like other global
9411 # defined symbols, whereas GNU nm marks them as "W".
9412 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9413 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'
9415 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'
9417 aix_use_runtimelinking=no
9419 # Test if we are trying to use run time linking or normal
9420 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9421 # need to do runtime linking.
9422 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9423 for ld_flag in $LDFLAGS; do
9424 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9425 aix_use_runtimelinking=yes
9432 exp_sym_flag='-bexport'
9433 no_entry_flag='-bnoentry'
9436 # When large executables or shared objects are built, AIX ld can
9437 # have problems creating the table of contents. If linking a library
9438 # or program results in "error TOC overflow" add -mminimal-toc to
9439 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9440 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9444 hardcode_direct_absolute=yes
9445 hardcode_libdir_separator=':'
9446 link_all_deplibs=yes
9447 file_list_spec='${wl}-f,'
9449 if test "$GCC" = yes; then
9450 case $host_os in aix4.[012]|aix4.[012].*)
9451 # We only want to do this on AIX 4.2 and lower, the check
9452 # below for broken collect2 doesn't work under 4.3+
9453 collect2name=`${CC} -print-prog-name=collect2`
9454 if test -f "$collect2name" &&
9455 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9457 # We have reworked collect2
9460 # We have old collect2
9461 hardcode_direct=unsupported
9462 # It fails to find uninstalled libraries when the uninstalled
9463 # path is not listed in the libpath. Setting hardcode_minus_L
9464 # to unsupported forces relinking
9465 hardcode_minus_L=yes
9466 hardcode_libdir_flag_spec='-L$libdir'
9467 hardcode_libdir_separator=
9471 shared_flag='-shared'
9472 if test "$aix_use_runtimelinking" = yes; then
9473 shared_flag="$shared_flag "'${wl}-G'
9477 if test "$host_cpu" = ia64; then
9478 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9479 # chokes on -Wl,-G. The following line is correct:
9482 if test "$aix_use_runtimelinking" = yes; then
9483 shared_flag='${wl}-G'
9485 shared_flag='${wl}-bM:SRE'
9490 export_dynamic_flag_spec='${wl}-bexpall'
9491 # It seems that -bexpall does not export symbols beginning with
9492 # underscore (_), so it is better to generate a list of symbols to export.
9493 always_export_symbols=yes
9494 if test "$aix_use_runtimelinking" = yes; then
9495 # Warning - without using the other runtime loading flags (-brtl),
9496 # -berok will link without error, but may produce a broken library.
9497 allow_undefined_flag='-berok'
9498 # Determine the default libpath from the value encoded in an
9500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9501 /* end confdefs.h. */
9511 if ac_fn_c_try_link "$LINENO"; then :
9513 lt_aix_libpath_sed='
9514 /Import File Strings/,/^$/ {
9520 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9521 # Check for a 64-bit object if we didn't find anything.
9522 if test -z "$aix_libpath"; then
9523 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9526 rm -f core conftest.err conftest.$ac_objext \
9527 conftest$ac_exeext conftest.$ac_ext
9528 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9530 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9531 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"
9533 if test "$host_cpu" = ia64; then
9534 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9535 allow_undefined_flag="-z nodefs"
9536 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"
9538 # Determine the default libpath from the value encoded in an
9540 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9541 /* end confdefs.h. */
9551 if ac_fn_c_try_link "$LINENO"; then :
9553 lt_aix_libpath_sed='
9554 /Import File Strings/,/^$/ {
9560 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9561 # Check for a 64-bit object if we didn't find anything.
9562 if test -z "$aix_libpath"; then
9563 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9566 rm -f core conftest.err conftest.$ac_objext \
9567 conftest$ac_exeext conftest.$ac_ext
9568 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9570 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9571 # Warning - without using the other run time loading flags,
9572 # -berok will link without error, but may produce a broken library.
9573 no_undefined_flag=' ${wl}-bernotok'
9574 allow_undefined_flag=' ${wl}-berok'
9575 if test "$with_gnu_ld" = yes; then
9576 # We only use this code for GNU lds that support --whole-archive.
9577 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9579 # Exported symbols can be pulled into shared objects from archives
9580 whole_archive_flag_spec='$convenience'
9582 archive_cmds_need_lc=yes
9583 # This is similar to how AIX traditionally builds its shared libraries.
9584 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'
9592 # see comment about AmigaOS4 .so support
9593 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9594 archive_expsym_cmds=''
9597 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)'
9598 hardcode_libdir_flag_spec='-L$libdir'
9599 hardcode_minus_L=yes
9605 export_dynamic_flag_spec=-rdynamic
9608 cygwin* | mingw* | pw32* | cegcc*)
9609 # When not using gcc, we currently assume that we are using
9610 # Microsoft Visual C++.
9611 # hardcode_libdir_flag_spec is actually meaningless, as there is
9612 # no search path for DLLs.
9613 hardcode_libdir_flag_spec=' '
9614 allow_undefined_flag=unsupported
9615 # Tell ltmain to make .lib files, not .a files.
9617 # Tell ltmain to make .dll files, not .so files.
9619 # FIXME: Setting linknames here is a bad hack.
9620 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9621 # The linker will automatically build a .lib file if we build a DLL.
9622 old_archive_from_new_cmds='true'
9623 # FIXME: Should let the user specify the lib program.
9624 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9625 fix_srcfile_path='`cygpath -w "$srcfile"`'
9626 enable_shared_with_static_runtimes=yes
9629 darwin* | rhapsody*)
9632 archive_cmds_need_lc=no
9634 hardcode_automatic=yes
9635 hardcode_shlibpath_var=unsupported
9636 if test "$lt_cv_ld_force_load" = "yes"; then
9637 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\"`'
9639 whole_archive_flag_spec=''
9641 link_all_deplibs=yes
9642 allow_undefined_flag="$_lt_dar_allow_undefined"
9643 case $cc_basename in
9644 ifort*) _lt_dar_can_shared=yes ;;
9645 *) _lt_dar_can_shared=$GCC ;;
9647 if test "$_lt_dar_can_shared" = "yes"; then
9648 output_verbose_link_cmd=func_echo_all
9649 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9650 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9651 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}"
9652 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}"
9661 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9662 hardcode_libdir_flag_spec='-L$libdir'
9663 hardcode_shlibpath_var=no
9666 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9667 # support. Future versions do this automatically, but an explicit c++rt0.o
9668 # does not break anything, and helps significantly (at the cost of a little
9671 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9672 hardcode_libdir_flag_spec='-R$libdir'
9674 hardcode_shlibpath_var=no
9677 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9679 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9681 hardcode_minus_L=yes
9682 hardcode_shlibpath_var=no
9685 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9686 freebsd* | dragonfly*)
9687 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9688 hardcode_libdir_flag_spec='-R$libdir'
9690 hardcode_shlibpath_var=no
9694 if test "$GCC" = yes; then
9695 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'
9697 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'
9699 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9700 hardcode_libdir_separator=:
9703 # hardcode_minus_L: Not really in the search PATH,
9704 # but as the default location of the library.
9705 hardcode_minus_L=yes
9706 export_dynamic_flag_spec='${wl}-E'
9710 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9711 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9713 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9715 if test "$with_gnu_ld" = no; then
9716 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9717 hardcode_libdir_flag_spec_ld='+b $libdir'
9718 hardcode_libdir_separator=:
9720 hardcode_direct_absolute=yes
9721 export_dynamic_flag_spec='${wl}-E'
9722 # hardcode_minus_L: Not really in the search PATH,
9723 # but as the default location of the library.
9724 hardcode_minus_L=yes
9729 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9732 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9735 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9738 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9744 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9747 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9751 # Older versions of the 11.00 compiler do not understand -b yet
9752 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9754 $as_echo_n "checking if $CC understands -b... " >&6; }
9755 if ${lt_cv_prog_compiler__b+:} false; then :
9756 $as_echo_n "(cached) " >&6
9758 lt_cv_prog_compiler__b=no
9759 save_LDFLAGS="$LDFLAGS"
9760 LDFLAGS="$LDFLAGS -b"
9761 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9762 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9763 # The linker can only warn and ignore the option if not recognized
9764 # So say no if there are warnings
9765 if test -s conftest.err; then
9766 # Append any errors to the config.log.
9767 cat conftest.err 1>&5
9768 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9769 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9770 if diff conftest.exp conftest.er2 >/dev/null; then
9771 lt_cv_prog_compiler__b=yes
9774 lt_cv_prog_compiler__b=yes
9778 LDFLAGS="$save_LDFLAGS"
9781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9782 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9784 if test x"$lt_cv_prog_compiler__b" = xyes; then
9785 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9787 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9793 if test "$with_gnu_ld" = no; then
9794 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9795 hardcode_libdir_separator=:
9800 hardcode_shlibpath_var=no
9804 hardcode_direct_absolute=yes
9805 export_dynamic_flag_spec='${wl}-E'
9807 # hardcode_minus_L: Not really in the search PATH,
9808 # but as the default location of the library.
9809 hardcode_minus_L=yes
9815 irix5* | irix6* | nonstopux*)
9816 if test "$GCC" = yes; then
9817 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'
9818 # Try to use the -exported_symbol ld option, if it does not
9819 # work, assume that -exports_file does not work either and
9820 # implicitly export all symbols.
9821 save_LDFLAGS="$LDFLAGS"
9822 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9824 /* end confdefs.h. */
9827 if ac_fn_c_try_link "$LINENO"; then :
9828 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'
9831 rm -f core conftest.err conftest.$ac_objext \
9832 conftest$ac_exeext conftest.$ac_ext
9833 LDFLAGS="$save_LDFLAGS"
9835 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'
9836 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'
9838 archive_cmds_need_lc='no'
9839 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9840 hardcode_libdir_separator=:
9842 link_all_deplibs=yes
9846 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9847 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9849 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9851 hardcode_libdir_flag_spec='-R$libdir'
9853 hardcode_shlibpath_var=no
9857 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9859 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9860 hardcode_libdir_separator=:
9861 hardcode_shlibpath_var=no
9868 if test -f /usr/libexec/ld.so; then
9870 hardcode_shlibpath_var=no
9871 hardcode_direct_absolute=yes
9872 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9873 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9874 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9875 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9876 export_dynamic_flag_spec='${wl}-E'
9879 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9880 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9881 hardcode_libdir_flag_spec='-R$libdir'
9884 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9885 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9895 hardcode_libdir_flag_spec='-L$libdir'
9896 hardcode_minus_L=yes
9897 allow_undefined_flag=unsupported
9898 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'
9899 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9903 if test "$GCC" = yes; then
9904 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9905 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'
9907 allow_undefined_flag=' -expect_unresolved \*'
9908 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'
9910 archive_cmds_need_lc='no'
9911 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9912 hardcode_libdir_separator=:
9915 osf4* | osf5*) # as osf3* with the addition of -msym flag
9916 if test "$GCC" = yes; then
9917 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9918 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'
9919 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9921 allow_undefined_flag=' -expect_unresolved \*'
9922 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'
9923 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~
9924 $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'
9926 # Both c and cxx compiler support -rpath directly
9927 hardcode_libdir_flag_spec='-rpath $libdir'
9929 archive_cmds_need_lc='no'
9930 hardcode_libdir_separator=:
9934 no_undefined_flag=' -z defs'
9935 if test "$GCC" = yes; then
9937 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9938 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9939 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9941 case `$CC -V 2>&1` in
9944 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9945 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9946 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9950 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9951 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9952 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9956 hardcode_libdir_flag_spec='-R$libdir'
9957 hardcode_shlibpath_var=no
9959 solaris2.[0-5] | solaris2.[0-5].*) ;;
9961 # The compiler driver will combine and reorder linker options,
9962 # but understands `-z linker_flag'. GCC discards it without `$wl',
9963 # but is careful enough not to reorder.
9964 # Supported since Solaris 2.6 (maybe 2.5.1?)
9965 if test "$GCC" = yes; then
9966 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9968 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9972 link_all_deplibs=yes
9976 if test "x$host_vendor" = xsequent; then
9977 # Use $CC to link under sequent, because it throws in some extra .o
9978 # files that make .init and .fini sections work.
9979 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9981 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9983 hardcode_libdir_flag_spec='-L$libdir'
9985 hardcode_minus_L=yes
9986 hardcode_shlibpath_var=no
9990 case $host_vendor in
9992 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9993 hardcode_direct=yes # is this really true???
9996 ## LD is ld it makes a PLAMLIB
9997 ## CC just makes a GrossModule.
9998 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9999 reload_cmds='$CC -r -o $output$reload_objs'
10003 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10004 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10007 runpath_var='LD_RUN_PATH'
10008 hardcode_shlibpath_var=no
10012 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10013 hardcode_shlibpath_var=no
10014 export_dynamic_flag_spec='-Bexport'
10018 if test -d /usr/nec; then
10019 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10020 hardcode_shlibpath_var=no
10021 runpath_var=LD_RUN_PATH
10022 hardcode_runpath_var=yes
10027 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10028 no_undefined_flag='${wl}-z,text'
10029 archive_cmds_need_lc=no
10030 hardcode_shlibpath_var=no
10031 runpath_var='LD_RUN_PATH'
10033 if test "$GCC" = yes; then
10034 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10035 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10037 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10038 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10042 sysv5* | sco3.2v5* | sco5v6*)
10043 # Note: We can NOT use -z defs as we might desire, because we do not
10044 # link with -lc, and that would cause any symbols used from libc to
10045 # always be unresolved, which means just about no library would
10046 # ever link correctly. If we're not using GNU ld we use -z text
10047 # though, which does catch some bad symbols but isn't as heavy-handed
10049 no_undefined_flag='${wl}-z,text'
10050 allow_undefined_flag='${wl}-z,nodefs'
10051 archive_cmds_need_lc=no
10052 hardcode_shlibpath_var=no
10053 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10054 hardcode_libdir_separator=':'
10055 link_all_deplibs=yes
10056 export_dynamic_flag_spec='${wl}-Bexport'
10057 runpath_var='LD_RUN_PATH'
10059 if test "$GCC" = yes; then
10060 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10061 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10063 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10064 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10069 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10070 hardcode_libdir_flag_spec='-L$libdir'
10071 hardcode_shlibpath_var=no
10079 if test x$host_vendor = xsni; then
10081 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10082 export_dynamic_flag_spec='${wl}-Blargedynsym'
10088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10089 $as_echo "$ld_shlibs" >&6; }
10090 test "$ld_shlibs" = no && can_build_shared=no
10092 with_gnu_ld=$with_gnu_ld
10109 # Do we need to explicitly link libc?
10111 case "x$archive_cmds_need_lc" in
10113 # Assume -lc should be added
10114 archive_cmds_need_lc=yes
10116 if test "$enable_shared" = yes && test "$GCC" = yes; then
10117 case $archive_cmds in
10119 # FIXME: we may have to deal with multi-command sequences.
10122 # Test whether the compiler implicitly links with -lc since on some
10123 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10124 # to ld, don't add -lc before -lgcc.
10125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10126 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10127 if ${lt_cv_archive_cmds_need_lc+:} false; then :
10128 $as_echo_n "(cached) " >&6
10131 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10133 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10134 (eval $ac_compile) 2>&5
10136 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10137 test $ac_status = 0; } 2>conftest.err; then
10140 libobjs=conftest.$ac_objext
10142 wl=$lt_prog_compiler_wl
10143 pic_flag=$lt_prog_compiler_pic
10149 lt_save_allow_undefined_flag=$allow_undefined_flag
10150 allow_undefined_flag=
10151 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10152 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10154 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10155 test $ac_status = 0; }
10157 lt_cv_archive_cmds_need_lc=no
10159 lt_cv_archive_cmds_need_lc=yes
10161 allow_undefined_flag=$lt_save_allow_undefined_flag
10163 cat conftest.err 1>&5
10168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10169 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10170 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10334 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10336 if test "$GCC" = yes; then
10338 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10339 *) lt_awk_arg="/^libraries:/" ;;
10342 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10343 *) lt_sed_strip_eq="s,=/,/,g" ;;
10345 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10346 case $lt_search_path_spec in
10348 # if the path contains ";" then we assume it to be the separator
10349 # otherwise default to the standard path separator (i.e. ":") - it is
10350 # assumed that no part of a normal pathname contains ";" but that should
10351 # okay in the real world where ";" in dirpaths is itself problematic.
10352 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10355 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10358 # Ok, now we have the path, separated by spaces, we can step through it
10359 # and add multilib dir if necessary.
10360 lt_tmp_lt_search_path_spec=
10361 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10362 for lt_sys_path in $lt_search_path_spec; do
10363 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10364 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10366 test -d "$lt_sys_path" && \
10367 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10370 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10371 BEGIN {RS=" "; FS="/|\n";} {
10374 for (lt_i = NF; lt_i > 0; lt_i--) {
10375 if ($lt_i != "" && $lt_i != ".") {
10376 if ($lt_i == "..") {
10379 if (lt_count == 0) {
10380 lt_foo="/" $lt_i lt_foo;
10387 if (lt_foo != "") { lt_freq[lt_foo]++; }
10388 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10390 # AWK program above erroneously prepends '/' to C:/dos/paths
10393 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10394 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10396 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10398 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10400 library_names_spec=
10401 libname_spec='lib$name'
10405 postuninstall_cmds=
10409 shlibpath_overrides_runpath=unknown
10411 dynamic_linker="$host_os ld.so"
10412 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10413 need_lib_prefix=unknown
10414 hardcode_into_libs=no
10416 # when you set need_version to no, make sure it does not cause -set_version
10417 # flags to be left without arguments
10418 need_version=unknown
10423 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10424 shlibpath_var=LIBPATH
10426 # AIX 3 has no versioning support, so we append a major version to the name.
10427 soname_spec='${libname}${release}${shared_ext}$major'
10434 hardcode_into_libs=yes
10435 if test "$host_cpu" = ia64; then
10436 # AIX 5 supports IA64
10437 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10438 shlibpath_var=LD_LIBRARY_PATH
10440 # With GCC up to 2.95.x, collect2 would create an import file
10441 # for dependence libraries. The import file would start with
10442 # the line `#! .'. This would cause the generated library to
10443 # depend on `.', always an invalid library. This was fixed in
10444 # development snapshots of GCC prior to 3.0.
10446 aix4 | aix4.[01] | aix4.[01].*)
10447 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10449 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10452 can_build_shared=no
10456 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10457 # soname into executable. Probably we can add versioning support to
10458 # collect2, so additional links can be useful in future.
10459 if test "$aix_use_runtimelinking" = yes; then
10460 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10461 # instead of lib<name>.a to let people know that these are not
10462 # typical AIX shared libraries.
10463 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10465 # We preserve .a as extension for shared libraries through AIX4.2
10466 # and later when we are not doing run time linking.
10467 library_names_spec='${libname}${release}.a $libname.a'
10468 soname_spec='${libname}${release}${shared_ext}$major'
10470 shlibpath_var=LIBPATH
10477 # Since July 2007 AmigaOS4 officially supports .so libraries.
10478 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10479 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10482 library_names_spec='$libname.ixlibrary $libname.a'
10483 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10484 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'
10490 library_names_spec='${libname}${shared_ext}'
10491 dynamic_linker="$host_os ld.so"
10492 shlibpath_var=LIBRARY_PATH
10498 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10499 soname_spec='${libname}${release}${shared_ext}$major'
10500 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10501 shlibpath_var=LD_LIBRARY_PATH
10502 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10503 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10504 # the default ld.so.conf also contains /usr/contrib/lib and
10505 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10506 # libtool to hard-code these into programs
10509 cygwin* | mingw* | pw32* | cegcc*)
10510 version_type=windows
10515 case $GCC,$host_os in
10516 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10517 library_names_spec='$libname.dll.a'
10518 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10519 postinstall_cmds='base_file=`basename \${file}`~
10520 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10521 dldir=$destdir/`dirname \$dlpath`~
10522 test -d \$dldir || mkdir -p \$dldir~
10523 $install_prog $dir/$dlname \$dldir/$dlname~
10524 chmod a+x \$dldir/$dlname~
10525 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10526 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10528 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10529 dlpath=$dir/\$dldll~
10531 shlibpath_overrides_runpath=yes
10535 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10536 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10538 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10541 # MinGW DLLs use traditional 'lib' prefix
10542 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10545 # pw32 DLLs use 'pw' prefix rather than 'lib'
10546 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10552 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10555 dynamic_linker='Win32 ld.exe'
10556 # FIXME: first we should search . and the directory the executable is in
10560 darwin* | rhapsody*)
10561 dynamic_linker="$host_os dyld"
10562 version_type=darwin
10565 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10566 soname_spec='${libname}${release}${major}$shared_ext'
10567 shlibpath_overrides_runpath=yes
10568 shlibpath_var=DYLD_LIBRARY_PATH
10569 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10571 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10572 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10579 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10580 soname_spec='${libname}${release}${shared_ext}$major'
10581 shlibpath_var=LD_LIBRARY_PATH
10584 freebsd* | dragonfly*)
10585 # DragonFly does not have aout. When/if they implement a new
10586 # versioning mechanism, adjust this.
10587 if test -x /usr/bin/objformat; then
10588 objformat=`/usr/bin/objformat`
10591 freebsd[23].*) objformat=aout ;;
10592 *) objformat=elf ;;
10595 version_type=freebsd-$objformat
10596 case $version_type in
10598 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10603 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10607 shlibpath_var=LD_LIBRARY_PATH
10610 shlibpath_overrides_runpath=yes
10612 freebsd3.[01]* | freebsdelf3.[01]*)
10613 shlibpath_overrides_runpath=yes
10614 hardcode_into_libs=yes
10616 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10617 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10618 shlibpath_overrides_runpath=no
10619 hardcode_into_libs=yes
10621 *) # from 4.6 on, and DragonFly
10622 shlibpath_overrides_runpath=yes
10623 hardcode_into_libs=yes
10632 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10633 soname_spec='${libname}${release}${shared_ext}$major'
10634 shlibpath_var=LD_LIBRARY_PATH
10635 hardcode_into_libs=yes
10642 dynamic_linker="$host_os runtime_loader"
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=LIBRARY_PATH
10646 shlibpath_overrides_runpath=yes
10647 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10648 hardcode_into_libs=yes
10651 hpux9* | hpux10* | hpux11*)
10652 # Give a soname corresponding to the major version so that dld.sl refuses to
10653 # link against other versions.
10660 hardcode_into_libs=yes
10661 dynamic_linker="$host_os dld.so"
10662 shlibpath_var=LD_LIBRARY_PATH
10663 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10664 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10665 soname_spec='${libname}${release}${shared_ext}$major'
10666 if test "X$HPUX_IA64_MODE" = X32; then
10667 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10669 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10671 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10675 hardcode_into_libs=yes
10676 dynamic_linker="$host_os dld.sl"
10677 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10678 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10679 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10680 soname_spec='${libname}${release}${shared_ext}$major'
10681 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10682 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10686 dynamic_linker="$host_os dld.sl"
10687 shlibpath_var=SHLIB_PATH
10688 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10689 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10690 soname_spec='${libname}${release}${shared_ext}$major'
10693 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10694 postinstall_cmds='chmod 555 $lib'
10695 # or fails outright, so override atomically:
10696 install_override_mode=555
10703 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10704 soname_spec='${libname}${release}${shared_ext}$major'
10705 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10706 shlibpath_var=LD_LIBRARY_PATH
10707 shlibpath_overrides_runpath=no
10708 hardcode_into_libs=yes
10711 irix5* | irix6* | nonstopux*)
10713 nonstopux*) version_type=nonstopux ;;
10715 if test "$lt_cv_prog_gnu_ld" = yes; then
10723 soname_spec='${libname}${release}${shared_ext}$major'
10724 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10726 irix5* | nonstopux*)
10727 libsuff= shlibsuff=
10730 case $LD in # libtool.m4 will add one of these switches to LD
10731 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10732 libsuff= shlibsuff= libmagic=32-bit;;
10733 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10734 libsuff=32 shlibsuff=N32 libmagic=N32;;
10735 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10736 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10737 *) libsuff= shlibsuff= libmagic=never-match;;
10741 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10742 shlibpath_overrides_runpath=no
10743 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10744 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10745 hardcode_into_libs=yes
10748 # No shared lib support for Linux oldld, aout, or coff.
10749 linux*oldld* | linux*aout* | linux*coff*)
10753 # This must be Linux ELF.
10754 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10758 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10759 soname_spec='${libname}${release}${shared_ext}$major'
10760 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10761 shlibpath_var=LD_LIBRARY_PATH
10762 shlibpath_overrides_runpath=no
10764 # Some binutils ld are patched to set DT_RUNPATH
10765 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10766 $as_echo_n "(cached) " >&6
10768 lt_cv_shlibpath_overrides_runpath=no
10769 save_LDFLAGS=$LDFLAGS
10770 save_libdir=$libdir
10771 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10772 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10774 /* end confdefs.h. */
10784 if ac_fn_c_try_link "$LINENO"; then :
10785 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10786 lt_cv_shlibpath_overrides_runpath=yes
10789 rm -f core conftest.err conftest.$ac_objext \
10790 conftest$ac_exeext conftest.$ac_ext
10791 LDFLAGS=$save_LDFLAGS
10792 libdir=$save_libdir
10796 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10798 # This implies no fast_install, which is unacceptable.
10799 # Some rework will be needed to allow for fast_install
10800 # before this can be enabled.
10801 hardcode_into_libs=yes
10803 # Append ld.so.conf contents to the search path
10804 if test -f /etc/ld.so.conf; then
10805 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' ' '`
10806 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10809 # We used to test for /lib/ld.so.1 and disable shared libraries on
10810 # powerpc, because MkLinux only supported shared libraries with the
10811 # GNU dynamic linker. Since this was broken with cross compilers,
10812 # most powerpc-linux boxes support dynamic linking these days and
10813 # people can always --disable-shared, the test was removed, and we
10814 # assume the GNU/Linux dynamic linker is in use.
10815 dynamic_linker='GNU/Linux ld.so'
10822 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10823 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10824 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10825 dynamic_linker='NetBSD (a.out) ld.so'
10827 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10828 soname_spec='${libname}${release}${shared_ext}$major'
10829 dynamic_linker='NetBSD ld.elf_so'
10831 shlibpath_var=LD_LIBRARY_PATH
10832 shlibpath_overrides_runpath=yes
10833 hardcode_into_libs=yes
10838 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10839 shlibpath_var=LD_LIBRARY_PATH
10840 shlibpath_overrides_runpath=yes
10847 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10848 soname_spec='${libname}${release}${shared_ext}$major'
10849 shlibpath_var=LD_LIBRARY_PATH
10850 shlibpath_overrides_runpath=no
10851 hardcode_into_libs=yes
10852 dynamic_linker='ldqnx.so'
10857 sys_lib_dlsearch_path_spec="/usr/lib"
10859 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10861 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10862 *) need_version=no ;;
10864 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10865 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10866 shlibpath_var=LD_LIBRARY_PATH
10867 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10869 openbsd2.[89] | openbsd2.[89].*)
10870 shlibpath_overrides_runpath=no
10873 shlibpath_overrides_runpath=yes
10877 shlibpath_overrides_runpath=yes
10882 libname_spec='$name'
10885 library_names_spec='$libname${shared_ext} $libname.a'
10886 dynamic_linker='OS/2 ld.exe'
10887 shlibpath_var=LIBPATH
10890 osf3* | osf4* | osf5*)
10894 soname_spec='${libname}${release}${shared_ext}$major'
10895 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10896 shlibpath_var=LD_LIBRARY_PATH
10897 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10898 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10909 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10910 soname_spec='${libname}${release}${shared_ext}$major'
10911 shlibpath_var=LD_LIBRARY_PATH
10912 shlibpath_overrides_runpath=yes
10913 hardcode_into_libs=yes
10914 # ldd complains unless libraries are executable
10915 postinstall_cmds='chmod +x $lib'
10920 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10921 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10922 shlibpath_var=LD_LIBRARY_PATH
10923 shlibpath_overrides_runpath=yes
10924 if test "$with_gnu_ld" = yes; then
10932 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10933 soname_spec='${libname}${release}${shared_ext}$major'
10934 shlibpath_var=LD_LIBRARY_PATH
10935 case $host_vendor in
10937 shlibpath_overrides_runpath=no
10939 runpath_var=LD_RUN_PATH
10947 shlibpath_overrides_runpath=no
10948 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10954 if test -d /usr/nec ;then
10956 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10957 soname_spec='$libname${shared_ext}.$major'
10958 shlibpath_var=LD_LIBRARY_PATH
10962 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10963 version_type=freebsd-elf
10966 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10967 soname_spec='${libname}${release}${shared_ext}$major'
10968 shlibpath_var=LD_LIBRARY_PATH
10969 shlibpath_overrides_runpath=yes
10970 hardcode_into_libs=yes
10971 if test "$with_gnu_ld" = yes; then
10972 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10974 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10977 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10981 sys_lib_dlsearch_path_spec='/usr/lib'
10985 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10989 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10990 shlibpath_var=LD_LIBRARY_PATH
10991 shlibpath_overrides_runpath=no
10992 hardcode_into_libs=yes
10997 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10998 soname_spec='${libname}${release}${shared_ext}$major'
10999 shlibpath_var=LD_LIBRARY_PATH
11006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11007 $as_echo "$dynamic_linker" >&6; }
11008 test "$dynamic_linker" = no && can_build_shared=no
11010 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11011 if test "$GCC" = yes; then
11012 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11015 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11016 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11018 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11019 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11114 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11116 if test -n "$hardcode_libdir_flag_spec" ||
11117 test -n "$runpath_var" ||
11118 test "X$hardcode_automatic" = "Xyes" ; then
11120 # We can hardcode non-existent directories.
11121 if test "$hardcode_direct" != no &&
11122 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11123 # have to relink, otherwise we might link with an installed library
11124 # when we should be linking with a yet-to-be-installed one
11125 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11126 test "$hardcode_minus_L" != no; then
11127 # Linking always hardcodes the temporary library directory.
11128 hardcode_action=relink
11130 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11131 hardcode_action=immediate
11134 # We cannot hardcode anything, or else we can only hardcode existing
11136 hardcode_action=unsupported
11138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11139 $as_echo "$hardcode_action" >&6; }
11141 if test "$hardcode_action" = relink ||
11142 test "$inherit_rpath" = yes; then
11143 # Fast installation is not supported
11144 enable_fast_install=no
11145 elif test "$shlibpath_overrides_runpath" = yes ||
11146 test "$enable_shared" = no; then
11147 # Fast installation is not necessary
11148 enable_fast_install=needless
11156 if test "x$enable_dlopen" != xyes; then
11157 enable_dlopen=unknown
11158 enable_dlopen_self=unknown
11159 enable_dlopen_self_static=unknown
11166 lt_cv_dlopen="load_add_on"
11168 lt_cv_dlopen_self=yes
11171 mingw* | pw32* | cegcc*)
11172 lt_cv_dlopen="LoadLibrary"
11177 lt_cv_dlopen="dlopen"
11182 # if libdl is installed we need to link against it
11183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11184 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11185 if ${ac_cv_lib_dl_dlopen+:} false; then :
11186 $as_echo_n "(cached) " >&6
11188 ac_check_lib_save_LIBS=$LIBS
11190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11191 /* end confdefs.h. */
11193 /* Override any GCC internal prototype to avoid an error.
11194 Use char because int might match the return type of a GCC
11195 builtin and then its argument prototype would still apply. */
11208 if ac_fn_c_try_link "$LINENO"; then :
11209 ac_cv_lib_dl_dlopen=yes
11211 ac_cv_lib_dl_dlopen=no
11213 rm -f core conftest.err conftest.$ac_objext \
11214 conftest$ac_exeext conftest.$ac_ext
11215 LIBS=$ac_check_lib_save_LIBS
11217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11218 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11219 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11220 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11223 lt_cv_dlopen="dyld"
11225 lt_cv_dlopen_self=yes
11232 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11233 if test "x$ac_cv_func_shl_load" = xyes; then :
11234 lt_cv_dlopen="shl_load"
11236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11237 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11238 if ${ac_cv_lib_dld_shl_load+:} false; then :
11239 $as_echo_n "(cached) " >&6
11241 ac_check_lib_save_LIBS=$LIBS
11243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11244 /* end confdefs.h. */
11246 /* Override any GCC internal prototype to avoid an error.
11247 Use char because int might match the return type of a GCC
11248 builtin and then its argument prototype would still apply. */
11256 return shl_load ();
11261 if ac_fn_c_try_link "$LINENO"; then :
11262 ac_cv_lib_dld_shl_load=yes
11264 ac_cv_lib_dld_shl_load=no
11266 rm -f core conftest.err conftest.$ac_objext \
11267 conftest$ac_exeext conftest.$ac_ext
11268 LIBS=$ac_check_lib_save_LIBS
11270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11271 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11272 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11273 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11275 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11276 if test "x$ac_cv_func_dlopen" = xyes; then :
11277 lt_cv_dlopen="dlopen"
11279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11280 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11281 if ${ac_cv_lib_dl_dlopen+:} false; then :
11282 $as_echo_n "(cached) " >&6
11284 ac_check_lib_save_LIBS=$LIBS
11286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11287 /* end confdefs.h. */
11289 /* Override any GCC internal prototype to avoid an error.
11290 Use char because int might match the return type of a GCC
11291 builtin and then its argument prototype would still apply. */
11304 if ac_fn_c_try_link "$LINENO"; then :
11305 ac_cv_lib_dl_dlopen=yes
11307 ac_cv_lib_dl_dlopen=no
11309 rm -f core conftest.err conftest.$ac_objext \
11310 conftest$ac_exeext conftest.$ac_ext
11311 LIBS=$ac_check_lib_save_LIBS
11313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11314 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11315 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11316 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11319 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11320 if ${ac_cv_lib_svld_dlopen+:} false; then :
11321 $as_echo_n "(cached) " >&6
11323 ac_check_lib_save_LIBS=$LIBS
11324 LIBS="-lsvld $LIBS"
11325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11326 /* end confdefs.h. */
11328 /* Override any GCC internal prototype to avoid an error.
11329 Use char because int might match the return type of a GCC
11330 builtin and then its argument prototype would still apply. */
11343 if ac_fn_c_try_link "$LINENO"; then :
11344 ac_cv_lib_svld_dlopen=yes
11346 ac_cv_lib_svld_dlopen=no
11348 rm -f core conftest.err conftest.$ac_objext \
11349 conftest$ac_exeext conftest.$ac_ext
11350 LIBS=$ac_check_lib_save_LIBS
11352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11353 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11354 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11355 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11358 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11359 if ${ac_cv_lib_dld_dld_link+:} false; then :
11360 $as_echo_n "(cached) " >&6
11362 ac_check_lib_save_LIBS=$LIBS
11364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11365 /* end confdefs.h. */
11367 /* Override any GCC internal prototype to avoid an error.
11368 Use char because int might match the return type of a GCC
11369 builtin and then its argument prototype would still apply. */
11377 return dld_link ();
11382 if ac_fn_c_try_link "$LINENO"; then :
11383 ac_cv_lib_dld_dld_link=yes
11385 ac_cv_lib_dld_dld_link=no
11387 rm -f core conftest.err conftest.$ac_objext \
11388 conftest$ac_exeext conftest.$ac_ext
11389 LIBS=$ac_check_lib_save_LIBS
11391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11392 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11393 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11394 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11415 if test "x$lt_cv_dlopen" != xno; then
11421 case $lt_cv_dlopen in
11423 save_CPPFLAGS="$CPPFLAGS"
11424 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11426 save_LDFLAGS="$LDFLAGS"
11427 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11430 LIBS="$lt_cv_dlopen_libs $LIBS"
11432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11433 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11434 if ${lt_cv_dlopen_self+:} false; then :
11435 $as_echo_n "(cached) " >&6
11437 if test "$cross_compiling" = yes; then :
11438 lt_cv_dlopen_self=cross
11440 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11441 lt_status=$lt_dlunknown
11442 cat > conftest.$ac_ext <<_LT_EOF
11443 #line 11443 "configure"
11444 #include "confdefs.h"
11453 # define LT_DLGLOBAL RTLD_GLOBAL
11456 # define LT_DLGLOBAL DL_GLOBAL
11458 # define LT_DLGLOBAL 0
11462 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11463 find out it does not work in some platform. */
11464 #ifndef LT_DLLAZY_OR_NOW
11466 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11469 # define LT_DLLAZY_OR_NOW DL_LAZY
11472 # define LT_DLLAZY_OR_NOW RTLD_NOW
11475 # define LT_DLLAZY_OR_NOW DL_NOW
11477 # define LT_DLLAZY_OR_NOW 0
11484 /* When -fvisbility=hidden is used, assume the code has been annotated
11485 correspondingly for the symbols needed. */
11486 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11487 void fnord () __attribute__((visibility("default")));
11490 void fnord () { int i=42; }
11493 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11494 int status = $lt_dlunknown;
11498 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11501 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11502 else puts (dlerror ());
11504 /* dlclose (self); */
11512 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11513 (eval $ac_link) 2>&5
11515 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11516 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11517 (./conftest; exit; ) >&5 2>/dev/null
11519 case x$lt_status in
11520 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11521 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11522 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11525 # compilation failed
11526 lt_cv_dlopen_self=no
11533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11534 $as_echo "$lt_cv_dlopen_self" >&6; }
11536 if test "x$lt_cv_dlopen_self" = xyes; then
11537 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11539 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11540 if ${lt_cv_dlopen_self_static+:} false; then :
11541 $as_echo_n "(cached) " >&6
11543 if test "$cross_compiling" = yes; then :
11544 lt_cv_dlopen_self_static=cross
11546 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11547 lt_status=$lt_dlunknown
11548 cat > conftest.$ac_ext <<_LT_EOF
11549 #line 11549 "configure"
11550 #include "confdefs.h"
11559 # define LT_DLGLOBAL RTLD_GLOBAL
11562 # define LT_DLGLOBAL DL_GLOBAL
11564 # define LT_DLGLOBAL 0
11568 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11569 find out it does not work in some platform. */
11570 #ifndef LT_DLLAZY_OR_NOW
11572 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11575 # define LT_DLLAZY_OR_NOW DL_LAZY
11578 # define LT_DLLAZY_OR_NOW RTLD_NOW
11581 # define LT_DLLAZY_OR_NOW DL_NOW
11583 # define LT_DLLAZY_OR_NOW 0
11590 /* When -fvisbility=hidden is used, assume the code has been annotated
11591 correspondingly for the symbols needed. */
11592 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11593 void fnord () __attribute__((visibility("default")));
11596 void fnord () { int i=42; }
11599 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11600 int status = $lt_dlunknown;
11604 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11607 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11608 else puts (dlerror ());
11610 /* dlclose (self); */
11618 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11619 (eval $ac_link) 2>&5
11621 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11622 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11623 (./conftest; exit; ) >&5 2>/dev/null
11625 case x$lt_status in
11626 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11627 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11628 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11631 # compilation failed
11632 lt_cv_dlopen_self_static=no
11639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11640 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11643 CPPFLAGS="$save_CPPFLAGS"
11644 LDFLAGS="$save_LDFLAGS"
11649 case $lt_cv_dlopen_self in
11650 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11651 *) enable_dlopen_self=unknown ;;
11654 case $lt_cv_dlopen_self_static in
11655 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11656 *) enable_dlopen_self_static=unknown ;;
11678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11679 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11680 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11681 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11682 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11684 $as_echo "yes" >&6; }
11686 # FIXME - insert some real tests, host_os isn't really good enough
11689 if test -n "$STRIP" ; then
11690 striplib="$STRIP -x"
11691 old_striplib="$STRIP -S"
11692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11693 $as_echo "yes" >&6; }
11695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11696 $as_echo "no" >&6; }
11700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11701 $as_echo "no" >&6; }
11717 # Report which library types will actually be built
11718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11719 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11721 $as_echo "$can_build_shared" >&6; }
11723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11724 $as_echo_n "checking whether to build shared libraries... " >&6; }
11725 test "$can_build_shared" = "no" && enable_shared=no
11727 # On AIX, shared libraries and static libraries use the same namespace, and
11728 # are all built from PIC.
11731 test "$enable_shared" = yes && enable_static=no
11732 if test -n "$RANLIB"; then
11733 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11734 postinstall_cmds='$RANLIB $lib'
11739 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11740 test "$enable_shared" = yes && enable_static=no
11744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11745 $as_echo "$enable_shared" >&6; }
11747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11748 $as_echo_n "checking whether to build static libraries... " >&6; }
11749 # Make sure either enable_shared or enable_static is yes.
11750 test "$enable_shared" = yes || enable_static=yes
11751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11752 $as_echo "$enable_static" >&6; }
11759 ac_cpp='$CPP $CPPFLAGS'
11760 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11761 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11762 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11778 ac_config_commands="$ac_config_commands libtool"
11783 # Only expand once:
11787 # Check whether --enable-targets was given.
11788 if test "${enable_targets+set}" = set; then :
11789 enableval=$enable_targets; case "${enableval}" in
11790 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
11792 no) enable_targets= ;;
11793 *) enable_targets=$enableval ;;
11798 # Set the 'development' global.
11799 . $srcdir/../bfd/development.sh
11801 # Set acp_cpp_for_build variable
11802 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11804 # Default set of GCC warnings to enable.
11805 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11806 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11808 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11809 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11810 /* end confdefs.h. */
11813 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11814 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11817 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11822 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11824 /* end confdefs.h. */
11827 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11828 $EGREP "^[0-4]$" >/dev/null 2>&1; then :
11831 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11836 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11837 WARN_WRITE_STRINGS=""
11838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11839 /* end confdefs.h. */
11842 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11843 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11846 WARN_WRITE_STRINGS="-Wwrite-strings"
11851 # Verify CC_FOR_BUILD to be compatible with warning flags
11853 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11855 /* end confdefs.h. */
11858 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11859 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11862 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
11867 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11868 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11869 /* end confdefs.h. */
11872 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11873 $EGREP "^[0-4]$" >/dev/null 2>&1; then :
11876 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
11881 # Check whether --enable-werror was given.
11882 if test "${enable_werror+set}" = set; then :
11883 enableval=$enable_werror; case "${enableval}" in
11884 yes | y) ERROR_ON_WARNING="yes" ;;
11885 no | n) ERROR_ON_WARNING="no" ;;
11886 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11891 # Disable -Wformat by default when using gcc on mingw
11894 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11895 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11896 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
11902 # Enable -Werror by default when using gcc. Turn it off for releases.
11903 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
11904 ERROR_ON_WARNING=yes
11908 if test "${ERROR_ON_WARNING}" = yes ; then
11909 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11910 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
11911 NO_WERROR="-Wno-error"
11914 if test "${GCC}" = yes ; then
11915 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11916 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
11919 # Check whether --enable-build-warnings was given.
11920 if test "${enable_build_warnings+set}" = set; then :
11921 enableval=$enable_build_warnings; case "${enableval}" in
11922 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11923 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
11924 no) if test "${GCC}" = yes ; then
11926 WARN_CFLAGS_FOR_BUILD="-w"
11928 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11929 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
11930 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
11931 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11932 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
11933 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
11934 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
11935 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11940 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11941 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11950 ac_cpp='$CPP $CPPFLAGS'
11951 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11952 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11953 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11955 NO_WMISSING_FIELD_INITIALIZERS=
11956 save_CFLAGS="$CFLAGS"
11957 for real_option in -Wno-missing-field-initializers; do
11958 # Do the check with the no- prefix removed since gcc silently
11959 # accepts any -Wno-* option on purpose
11960 case $real_option in
11961 -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
11962 *) option=$real_option ;;
11964 as_acx_Woption=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
11966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
11967 $as_echo_n "checking whether $CC supports $option... " >&6; }
11968 if eval \${$as_acx_Woption+:} false; then :
11969 $as_echo_n "(cached) " >&6
11972 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11973 /* end confdefs.h. */
11983 if ac_fn_c_try_compile "$LINENO"; then :
11984 eval "$as_acx_Woption=yes"
11986 eval "$as_acx_Woption=no"
11988 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11991 eval ac_res=\$$as_acx_Woption
11992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11993 $as_echo "$ac_res" >&6; }
11994 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
11995 NO_WMISSING_FIELD_INITIALIZERS="$NO_WMISSING_FIELD_INITIALIZERS${NO_WMISSING_FIELD_INITIALIZERS:+ }$real_option"
11998 CFLAGS="$save_CFLAGS"
12000 ac_cpp='$CPP $CPPFLAGS'
12001 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12002 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12003 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12007 ac_config_headers="$ac_config_headers config.h:config.in"
12013 if test -z "$target" ; then
12014 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
12018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12019 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12020 # Check whether --enable-maintainer-mode was given.
12021 if test "${enable_maintainer_mode+set}" = set; then :
12022 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12024 USE_MAINTAINER_MODE=no
12027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12028 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12029 if test $USE_MAINTAINER_MODE = yes; then
12030 MAINTAINER_MODE_TRUE=
12031 MAINTAINER_MODE_FALSE='#'
12033 MAINTAINER_MODE_TRUE='#'
12034 MAINTAINER_MODE_FALSE=
12037 MAINT=$MAINTAINER_MODE_TRUE
12040 case ${build_alias} in
12041 "") build_noncanonical=${build} ;;
12042 *) build_noncanonical=${build_alias} ;;
12045 case ${host_alias} in
12046 "") host_noncanonical=${build_noncanonical} ;;
12047 *) host_noncanonical=${host_alias} ;;
12050 case ${target_alias} in
12051 "") target_noncanonical=${host_noncanonical} ;;
12052 *) target_noncanonical=${target_alias} ;;
12055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12056 $as_echo_n "checking whether to install libbfd... " >&6; }
12057 # Check whether --enable-install-libbfd was given.
12058 if test "${enable_install_libbfd+set}" = set; then :
12059 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
12061 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12062 install_libbfd_p=yes
12064 install_libbfd_p=no
12068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12069 $as_echo "$install_libbfd_p" >&6; }
12070 if test $install_libbfd_p = yes; then
12071 INSTALL_LIBBFD_TRUE=
12072 INSTALL_LIBBFD_FALSE='#'
12074 INSTALL_LIBBFD_TRUE='#'
12075 INSTALL_LIBBFD_FALSE=
12078 # Need _noncanonical variables for this.
12083 # libbfd.a is a host library containing target dependent code
12084 bfdlibdir='$(libdir)'
12085 bfdincludedir='$(includedir)'
12086 if test "${host}" != "${target}"; then
12087 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12088 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
12098 # host-specific stuff:
12100 ALL_LINGUAS="da de es fi fr ga id it nl pt_BR ro sr sv tr uk vi zh_CN"
12101 # If we haven't got the data from the intl directory,
12102 # assume NLS is disabled.
12111 if test -f ../intl/config.intl; then
12112 . ../intl/config.intl
12114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12115 $as_echo_n "checking whether NLS is requested... " >&6; }
12116 if test x"$USE_NLS" != xyes; then
12117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12118 $as_echo "no" >&6; }
12120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12121 $as_echo "yes" >&6; }
12123 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12127 $as_echo_n "checking for catalogs to be installed... " >&6; }
12128 # Look for .po and .gmo files in the source directory.
12131 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12132 # If there aren't any .gmo files the shell will give us the
12133 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12135 case "$cat" in *\**)
12138 # The quadruple backslash is collapsed to a double backslash
12139 # by the backticks, then collapsed again by the double quotes,
12140 # leaving us with one backslash in the sed expression (right
12141 # before the dot that mustn't act as a wildcard).
12142 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12143 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12144 # The user is allowed to set LINGUAS to a list of languages to
12145 # install catalogs for. If it's empty that means "all of them."
12146 if test "x$LINGUAS" = x; then
12147 CATALOGS="$CATALOGS $cat"
12148 XLINGUAS="$XLINGUAS $lang"
12150 case "$LINGUAS" in *$lang*)
12151 CATALOGS="$CATALOGS $cat"
12152 XLINGUAS="$XLINGUAS $lang"
12157 LINGUAS="$XLINGUAS"
12158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12159 $as_echo "$LINGUAS" >&6; }
12173 if test -n "$ac_aux_dir"; then
12174 case "$ac_aux_dir" in
12175 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12176 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12179 if test -z "$MKINSTALLDIRS"; then
12180 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12186 $as_echo_n "checking whether NLS is requested... " >&6; }
12187 # Check whether --enable-nls was given.
12188 if test "${enable_nls+set}" = set; then :
12189 enableval=$enable_nls; USE_NLS=$enableval
12194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12195 $as_echo "$USE_NLS" >&6; }
12202 # Prepare PATH_SEPARATOR.
12203 # The user is always right.
12204 if test "${PATH_SEPARATOR+set}" != set; then
12205 echo "#! /bin/sh" >conf$$.sh
12206 echo "exit 0" >>conf$$.sh
12208 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12216 # Find out how to test for executable files. Don't use a zero-byte file,
12217 # as systems may use methods other than mode bits to determine executability.
12218 cat >conf$$.file <<_ASEOF
12222 chmod +x conf$$.file
12223 if test -x conf$$.file >/dev/null 2>&1; then
12224 ac_executable_p="test -x"
12226 ac_executable_p="test -f"
12230 # Extract the first word of "msgfmt", so it can be a program name with args.
12231 set dummy msgfmt; ac_word=$2
12232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12233 $as_echo_n "checking for $ac_word... " >&6; }
12234 if ${ac_cv_path_MSGFMT+:} false; then :
12235 $as_echo_n "(cached) " >&6
12239 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12242 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12243 for ac_dir in $PATH; do
12245 test -z "$ac_dir" && ac_dir=.
12246 for ac_exec_ext in '' $ac_executable_extensions; do
12247 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12248 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12249 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12250 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12257 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12261 MSGFMT="$ac_cv_path_MSGFMT"
12262 if test "$MSGFMT" != ":"; then
12263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12264 $as_echo "$MSGFMT" >&6; }
12266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12267 $as_echo "no" >&6; }
12270 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12271 set dummy gmsgfmt; ac_word=$2
12272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12273 $as_echo_n "checking for $ac_word... " >&6; }
12274 if ${ac_cv_path_GMSGFMT+:} false; then :
12275 $as_echo_n "(cached) " >&6
12279 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12282 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12283 for as_dir in $PATH
12286 test -z "$as_dir" && as_dir=.
12287 for ac_exec_ext in '' $ac_executable_extensions; do
12288 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12289 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12290 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12297 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12301 GMSGFMT=$ac_cv_path_GMSGFMT
12302 if test -n "$GMSGFMT"; then
12303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12304 $as_echo "$GMSGFMT" >&6; }
12306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12307 $as_echo "no" >&6; }
12313 # Prepare PATH_SEPARATOR.
12314 # The user is always right.
12315 if test "${PATH_SEPARATOR+set}" != set; then
12316 echo "#! /bin/sh" >conf$$.sh
12317 echo "exit 0" >>conf$$.sh
12319 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12327 # Find out how to test for executable files. Don't use a zero-byte file,
12328 # as systems may use methods other than mode bits to determine executability.
12329 cat >conf$$.file <<_ASEOF
12333 chmod +x conf$$.file
12334 if test -x conf$$.file >/dev/null 2>&1; then
12335 ac_executable_p="test -x"
12337 ac_executable_p="test -f"
12341 # Extract the first word of "xgettext", so it can be a program name with args.
12342 set dummy xgettext; ac_word=$2
12343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12344 $as_echo_n "checking for $ac_word... " >&6; }
12345 if ${ac_cv_path_XGETTEXT+:} false; then :
12346 $as_echo_n "(cached) " >&6
12348 case "$XGETTEXT" in
12350 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12353 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12354 for ac_dir in $PATH; do
12356 test -z "$ac_dir" && ac_dir=.
12357 for ac_exec_ext in '' $ac_executable_extensions; do
12358 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12359 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12360 (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
12361 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12368 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12372 XGETTEXT="$ac_cv_path_XGETTEXT"
12373 if test "$XGETTEXT" != ":"; then
12374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12375 $as_echo "$XGETTEXT" >&6; }
12377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12378 $as_echo "no" >&6; }
12384 # Prepare PATH_SEPARATOR.
12385 # The user is always right.
12386 if test "${PATH_SEPARATOR+set}" != set; then
12387 echo "#! /bin/sh" >conf$$.sh
12388 echo "exit 0" >>conf$$.sh
12390 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12398 # Find out how to test for executable files. Don't use a zero-byte file,
12399 # as systems may use methods other than mode bits to determine executability.
12400 cat >conf$$.file <<_ASEOF
12404 chmod +x conf$$.file
12405 if test -x conf$$.file >/dev/null 2>&1; then
12406 ac_executable_p="test -x"
12408 ac_executable_p="test -f"
12412 # Extract the first word of "msgmerge", so it can be a program name with args.
12413 set dummy msgmerge; ac_word=$2
12414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12415 $as_echo_n "checking for $ac_word... " >&6; }
12416 if ${ac_cv_path_MSGMERGE+:} false; then :
12417 $as_echo_n "(cached) " >&6
12419 case "$MSGMERGE" in
12421 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12424 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12425 for ac_dir in $PATH; do
12427 test -z "$ac_dir" && ac_dir=.
12428 for ac_exec_ext in '' $ac_executable_extensions; do
12429 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12430 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12431 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12438 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12442 MSGMERGE="$ac_cv_path_MSGMERGE"
12443 if test "$MSGMERGE" != ":"; then
12444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12445 $as_echo "$MSGMERGE" >&6; }
12447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12448 $as_echo "no" >&6; }
12452 if test "$GMSGFMT" != ":"; then
12453 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12454 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12457 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12459 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12464 if test "$XGETTEXT" != ":"; then
12465 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12466 (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
12469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12470 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12476 ac_config_commands="$ac_config_commands default-1"
12480 . ${srcdir}/../bfd/configure.host
12482 # Put a plausible default for CC_FOR_BUILD in Makefile.
12483 if test -z "$CC_FOR_BUILD"; then
12484 if test "x$cross_compiling" = "xno"; then
12485 CC_FOR_BUILD='$(CC)'
12491 # Also set EXEEXT_FOR_BUILD.
12492 if test "x$cross_compiling" = "xno"; then
12493 EXEEXT_FOR_BUILD='$(EXEEXT)'
12495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12496 $as_echo_n "checking for build system executable suffix... " >&6; }
12497 if ${bfd_cv_build_exeext+:} false; then :
12498 $as_echo_n "(cached) " >&6
12501 echo 'int main () { return 0; }' > conftest.c
12502 bfd_cv_build_exeext=
12503 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12504 for file in conftest.*; do
12506 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12507 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12511 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12514 $as_echo "$bfd_cv_build_exeext" >&6; }
12515 EXEEXT_FOR_BUILD=""
12516 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12523 for ac_header in string.h strings.h stdlib.h limits.h
12525 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12526 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12527 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12528 cat >>confdefs.h <<_ACEOF
12529 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
12537 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
12538 if ${gcc_cv_header_string+:} false; then :
12539 $as_echo_n "(cached) " >&6
12541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12542 /* end confdefs.h. */
12543 #include <string.h>
12544 #include <strings.h>
12553 if ac_fn_c_try_compile "$LINENO"; then :
12554 gcc_cv_header_string=yes
12556 gcc_cv_header_string=no
12558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
12561 $as_echo "$gcc_cv_header_string" >&6; }
12562 if test $gcc_cv_header_string = yes; then
12564 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
12569 ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
12570 if test "x$ac_cv_have_decl_basename" = xyes; then :
12576 cat >>confdefs.h <<_ACEOF
12577 #define HAVE_DECL_BASENAME $ac_have_decl
12579 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
12580 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
12586 cat >>confdefs.h <<_ACEOF
12587 #define HAVE_DECL_STPCPY $ac_have_decl
12591 # Check if sigsetjmp is available. Using AC_CHECK_FUNCS won't do
12592 # since sigsetjmp might only be defined as a macro.
12593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5
12594 $as_echo_n "checking for sigsetjmp... " >&6; }
12595 if ${gdb_cv_func_sigsetjmp+:} false; then :
12596 $as_echo_n "(cached) " >&6
12598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12599 /* end confdefs.h. */
12601 #include <setjmp.h>
12606 sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);
12611 if ac_fn_c_try_compile "$LINENO"; then :
12612 bfd_cv_func_sigsetjmp=yes
12614 bfd_cv_func_sigsetjmp=no
12616 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_sigsetjmp" >&5
12619 $as_echo "$gdb_cv_func_sigsetjmp" >&6; }
12620 if test $bfd_cv_func_sigsetjmp = yes; then
12622 $as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h
12627 cgendir='$(srcdir)/../cgen'
12629 # Check whether --enable-cgen-maint was given.
12630 if test "${enable_cgen_maint+set}" = set; then :
12631 enableval=$enable_cgen_maint; case "${enableval}" in
12632 yes) cgen_maint=yes ;;
12633 no) cgen_maint=no ;;
12635 # argument is cgen install directory (not implemented yet).
12636 # Having a `share' directory might be more appropriate for the .scm,
12637 # .cpu, etc. files.
12639 cgendir=${cgen_maint}/lib/cgen
12643 if test x${cgen_maint} = xyes; then
12645 CGEN_MAINT_FALSE='#'
12647 CGEN_MAINT_TRUE='#'
12655 # Check if linker supports --as-needed and --no-as-needed options
12656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
12657 $as_echo_n "checking linker --as-needed support... " >&6; }
12658 if ${bfd_cv_ld_as_needed+:} false; then :
12659 $as_echo_n "(cached) " >&6
12661 bfd_cv_ld_as_needed=no
12662 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
12663 bfd_cv_ld_as_needed=yes
12667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
12668 $as_echo "$bfd_cv_ld_as_needed" >&6; }
12672 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
12673 # These system don't have libm, or don't need it
12676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
12677 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
12678 if ${ac_cv_lib_mw__mwvalidcheckl+:} 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. */
12692 char _mwvalidcheckl ();
12696 return _mwvalidcheckl ();
12701 if ac_fn_c_try_link "$LINENO"; then :
12702 ac_cv_lib_mw__mwvalidcheckl=yes
12704 ac_cv_lib_mw__mwvalidcheckl=no
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_mw__mwvalidcheckl" >&5
12711 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
12712 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
12716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12717 $as_echo_n "checking for cos in -lm... " >&6; }
12718 if ${ac_cv_lib_m_cos+:} false; then :
12719 $as_echo_n "(cached) " >&6
12721 ac_check_lib_save_LIBS=$LIBS
12723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12724 /* end confdefs.h. */
12726 /* Override any GCC internal prototype to avoid an error.
12727 Use char because int might match the return type of a GCC
12728 builtin and then its argument prototype would still apply. */
12741 if ac_fn_c_try_link "$LINENO"; then :
12742 ac_cv_lib_m_cos=yes
12746 rm -f core conftest.err conftest.$ac_objext \
12747 conftest$ac_exeext conftest.$ac_ext
12748 LIBS=$ac_check_lib_save_LIBS
12750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12751 $as_echo "$ac_cv_lib_m_cos" >&6; }
12752 if test "x$ac_cv_lib_m_cos" = xyes; then :
12758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12759 $as_echo_n "checking for cos in -lm... " >&6; }
12760 if ${ac_cv_lib_m_cos+:} false; then :
12761 $as_echo_n "(cached) " >&6
12763 ac_check_lib_save_LIBS=$LIBS
12765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12766 /* end confdefs.h. */
12768 /* Override any GCC internal prototype to avoid an error.
12769 Use char because int might match the return type of a GCC
12770 builtin and then its argument prototype would still apply. */
12783 if ac_fn_c_try_link "$LINENO"; then :
12784 ac_cv_lib_m_cos=yes
12788 rm -f core conftest.err conftest.$ac_objext \
12789 conftest$ac_exeext conftest.$ac_ext
12790 LIBS=$ac_check_lib_save_LIBS
12792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12793 $as_echo "$ac_cv_lib_m_cos" >&6; }
12794 if test "x$ac_cv_lib_m_cos" = xyes; then :
12803 #Libs for generator progs
12804 if test "x$cross_compiling" = "xno"; then
12805 BUILD_LIBS=../libiberty/libiberty.a
12806 BUILD_LIB_DEPS=$BUILD_LIBS
12808 # if cross-compiling, assume that the system provides -liberty
12809 # and that the version is compatible with new headers.
12810 BUILD_LIBS=-liberty
12813 BUILD_LIBS="$BUILD_LIBS $LIBINTL"
12814 BUILD_LIB_DEPS="$BUILD_LIB_DEPS $LIBINTL_DEP"
12819 # Horrible hacks to build DLLs on Windows and a shared library elsewhere.
12822 SHARED_DEPENDENCIES=
12823 if test "$enable_shared" = "yes"; then
12824 # When building a shared libopcodes, link against the pic version of libiberty
12825 # so that apps that use libopcodes won't need libiberty just to satisfy any
12826 # libopcodes references.
12827 # We can't do that if a pic libiberty is unavailable since including non-pic
12828 # code would insert text relocations into libopcodes.
12829 # Note that linking against libbfd as we do here, which is itself linked
12830 # against libiberty, may not satisfy all the libopcodes libiberty references
12831 # since libbfd may not pull in the entirety of libiberty.
12832 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
12833 if test -n "$x"; then
12834 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
12839 SHARED_LDFLAGS="-no-undefined"
12840 SHARED_LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin"
12843 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.dylib ${SHARED_LIBADD}"
12844 SHARED_DEPENDENCIES="../bfd/libbfd.la"
12847 case "$host_vendor" in
12849 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.sl ${SHARED_LIBADD}"
12852 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.so ${SHARED_LIBADD}"
12855 SHARED_DEPENDENCIES="../bfd/libbfd.la"
12859 if test -n "$SHARED_LIBADD"; then
12860 if test -n "$LIBM"; then
12861 if test x"$bfd_cv_ld_as_needed" = xyes; then
12862 # Link against libm only when needed. Put -lc, -lm inside -Wl
12863 # to stop libtool reordering these options.
12864 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
12866 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
12875 # target-specific stuff:
12877 # Canonicalize the secondary target names.
12878 if test -n "$enable_targets" ; then
12879 for targ in `echo $enable_targets | sed 's/,/ /g'`
12881 result=`$ac_config_sub $targ 2>/dev/null`
12882 if test -n "$result" ; then
12883 canon_targets="$canon_targets $result"
12885 # Allow targets that config.sub doesn't recognize, like "all".
12886 canon_targets="$canon_targets $targ"
12893 for targ in $target $canon_targets
12895 if test "x$targ" = "xall" ; then
12898 . $srcdir/../bfd/config.bfd
12899 selarchs="$selarchs $targ_archs"
12903 # Utility var, documents generic cgen support files.
12905 cgen_files="cgen-opc.lo cgen-asm.lo cgen-dis.lo cgen-bitset.lo"
12907 # We don't do any links based on the target system, just makefile config.
12909 if test x${all_targets} = xfalse ; then
12911 # Target architecture .o files.
12914 for arch in $selarchs
12916 ad=`echo $arch | sed -e s/bfd_//g -e s/_arch//g`
12917 archdefs="$archdefs -DARCH_$ad"
12919 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" ;;
12920 bfd_alpha_arch) ta="$ta alpha-dis.lo alpha-opc.lo" ;;
12921 bfd_arc_arch) ta="$ta arc-dis.lo arc-opc.lo arc-ext.lo" ;;
12922 bfd_arm_arch) ta="$ta arm-dis.lo" ;;
12923 bfd_avr_arch) ta="$ta avr-dis.lo" ;;
12924 bfd_bfin_arch) ta="$ta bfin-dis.lo" ;;
12925 bfd_cr16_arch) ta="$ta cr16-dis.lo cr16-opc.lo" ;;
12926 bfd_cris_arch) ta="$ta cris-dis.lo cris-opc.lo cgen-bitset.lo" ;;
12927 bfd_crx_arch) ta="$ta crx-dis.lo crx-opc.lo" ;;
12928 bfd_csky_arch) ta="$ta csky-dis.lo" ;;
12929 bfd_d10v_arch) ta="$ta d10v-dis.lo d10v-opc.lo" ;;
12930 bfd_d30v_arch) ta="$ta d30v-dis.lo d30v-opc.lo" ;;
12931 bfd_dlx_arch) ta="$ta dlx-dis.lo" ;;
12932 bfd_fr30_arch) ta="$ta fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo" using_cgen=yes ;;
12933 bfd_frv_arch) ta="$ta frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo" using_cgen=yes ;;
12934 bfd_ft32_arch) ta="$ta ft32-opc.lo ft32-dis.lo" ;;
12935 bfd_moxie_arch) ta="$ta moxie-dis.lo moxie-opc.lo" ;;
12936 bfd_h8300_arch) ta="$ta h8300-dis.lo" ;;
12937 bfd_hppa_arch) ta="$ta hppa-dis.lo" ;;
12938 bfd_i386_arch|bfd_iamcu_arch|bfd_l1om_arch|bfd_k1om_arch)
12939 ta="$ta i386-dis.lo i386-opc.lo" ;;
12940 bfd_ia64_arch) ta="$ta ia64-dis.lo ia64-opc.lo" ;;
12941 bfd_ip2k_arch) ta="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo" using_cgen=yes ;;
12942 bfd_epiphany_arch) ta="$ta epiphany-asm.lo epiphany-desc.lo epiphany-dis.lo epiphany-ibld.lo epiphany-opc.lo" using_cgen=yes ;;
12943 bfd_iq2000_arch) ta="$ta iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo" using_cgen=yes ;;
12944 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 ;;
12945 bfd_m32c_arch) ta="$ta m32c-asm.lo m32c-desc.lo m32c-dis.lo m32c-ibld.lo m32c-opc.lo" using_cgen=yes ;;
12946 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 ;;
12947 bfd_m68hc11_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12948 bfd_m68hc12_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12949 bfd_m9s12x_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12950 bfd_m9s12xg_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12951 bfd_s12z_arch) ta="$ta s12z-dis.lo m68hc11-opc.lo" ;;
12952 bfd_m68k_arch) ta="$ta m68k-dis.lo m68k-opc.lo" ;;
12953 bfd_mcore_arch) ta="$ta mcore-dis.lo" ;;
12954 bfd_mep_arch) ta="$ta mep-asm.lo mep-desc.lo mep-dis.lo mep-ibld.lo mep-opc.lo" using_cgen=yes ;;
12955 bfd_metag_arch) ta="$ta metag-dis.lo" ;;
12956 bfd_microblaze_arch) ta="$ta microblaze-dis.lo" ;;
12957 bfd_mips_arch) ta="$ta mips-dis.lo mips-opc.lo mips16-opc.lo micromips-opc.lo" ;;
12958 bfd_mmix_arch) ta="$ta mmix-dis.lo mmix-opc.lo" ;;
12959 bfd_mn10200_arch) ta="$ta m10200-dis.lo m10200-opc.lo" ;;
12960 bfd_mn10300_arch) ta="$ta m10300-dis.lo m10300-opc.lo" ;;
12961 bfd_mt_arch) ta="$ta mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.lo mt-opc.lo" using_cgen=yes ;;
12962 bfd_msp430_arch) ta="$ta msp430-dis.lo msp430-decode.lo" ;;
12963 bfd_nds32_arch) ta="$ta nds32-asm.lo nds32-dis.lo" ;;
12964 bfd_nfp_arch) ta="$ta nfp-dis.lo" ;;
12965 bfd_nios2_arch) ta="$ta nios2-dis.lo nios2-opc.lo" ;;
12966 bfd_ns32k_arch) ta="$ta ns32k-dis.lo" ;;
12967 bfd_or1k_arch) ta="$ta or1k-asm.lo or1k-desc.lo or1k-dis.lo or1k-ibld.lo or1k-opc.lo" using_cgen=yes ;;
12968 bfd_pdp11_arch) ta="$ta pdp11-dis.lo pdp11-opc.lo" ;;
12969 bfd_pj_arch) ta="$ta pj-dis.lo pj-opc.lo" ;;
12970 bfd_powerpc_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12971 bfd_powerpc_64_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12972 bfd_pru_arch) ta="$ta pru-dis.lo pru-opc.lo" ;;
12973 bfd_pyramid_arch) ;;
12975 bfd_riscv_arch) ta="$ta riscv-dis.lo riscv-opc.lo" ;;
12976 bfd_rs6000_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12977 bfd_rl78_arch) ta="$ta rl78-dis.lo rl78-decode.lo";;
12978 bfd_rx_arch) ta="$ta rx-dis.lo rx-decode.lo";;
12979 bfd_s390_arch) ta="$ta s390-dis.lo s390-opc.lo" ;;
12980 bfd_score_arch) ta="$ta score-dis.lo score7-dis.lo" ;;
12981 bfd_sh_arch) ta="$ta sh-dis.lo cgen-bitset.lo" ;;
12982 bfd_sparc_arch) ta="$ta sparc-dis.lo sparc-opc.lo" ;;
12983 bfd_spu_arch) ta="$ta spu-dis.lo spu-opc.lo" ;;
12984 bfd_tic30_arch) ta="$ta tic30-dis.lo" ;;
12985 bfd_tic4x_arch) ta="$ta tic4x-dis.lo" ;;
12986 bfd_tic54x_arch) ta="$ta tic54x-dis.lo tic54x-opc.lo" ;;
12987 bfd_tic6x_arch) ta="$ta tic6x-dis.lo" ;;
12988 bfd_tic80_arch) ta="$ta tic80-dis.lo tic80-opc.lo" ;;
12989 bfd_tilegx_arch) ta="$ta tilegx-dis.lo tilegx-opc.lo" ;;
12990 bfd_tilepro_arch) ta="$ta tilepro-dis.lo tilepro-opc.lo" ;;
12991 bfd_v850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12992 bfd_v850e_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12993 bfd_v850ea_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12994 bfd_v850_rh850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12995 bfd_vax_arch) ta="$ta vax-dis.lo" ;;
12996 bfd_visium_arch) ta="$ta visium-dis.lo visium-opc.lo" ;;
12997 bfd_wasm32_arch) ta="$ta wasm32-dis.lo" ;;
12998 bfd_xc16x_arch) ta="$ta xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo" using_cgen=yes ;;
12999 bfd_xgate_arch) ta="$ta xgate-dis.lo xgate-opc.lo" ;;
13000 bfd_xstormy16_arch) ta="$ta xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo" using_cgen=yes ;;
13001 bfd_xtensa_arch) ta="$ta xtensa-dis.lo" ;;
13002 bfd_z80_arch) ta="$ta z80-dis.lo" ;;
13003 bfd_z8k_arch) ta="$ta z8k-dis.lo" ;;
13006 *) as_fn_error $? "*** unknown target architecture $arch" "$LINENO" 5 ;;
13010 if test $using_cgen = yes ; then
13011 ta="$ta $cgen_files"
13014 # Weed out duplicate .o files.
13024 # And duplicate -D flags.
13026 for i in $archdefs ; do
13036 else # all_targets is true
13037 archdefs=-DARCH_all
13038 BFD_MACHINES='$(ALL_MACHINES)'
13044 ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
13046 cat >confcache <<\_ACEOF
13047 # This file is a shell script that caches the results of configure
13048 # tests run on this system so they can be shared between configure
13049 # scripts and configure runs, see configure's option --config-cache.
13050 # It is not useful on other systems. If it contains results you don't
13051 # want to keep, you may remove or edit it.
13053 # config.status only pays attention to the cache file if you give it
13054 # the --recheck option to rerun configure.
13056 # `ac_cv_env_foo' variables (set or unset) will be overridden when
13057 # loading this file, other *unset* `ac_cv_foo' will be assigned the
13058 # following values.
13062 # The following way of writing the cache mishandles newlines in values,
13063 # but we know of no workaround that is simple, portable, and efficient.
13064 # So, we kill variables containing newlines.
13065 # Ultrix sh set writes to stderr and can't be redirected directly,
13066 # and sets the high bit in the cache file unless we assign to the vars.
13068 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13069 eval ac_val=\$$ac_var
13073 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13074 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13077 _ | IFS | as_nl) ;; #(
13078 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13079 *) { eval $ac_var=; unset $ac_var;} ;;
13085 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13086 *${as_nl}ac_space=\ *)
13087 # `set' does not quote correctly, so add quotes: double-quote
13088 # substitution turns \\\\ into \\, and sed turns \\ into \.
13091 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13094 # `set' quotes correctly as required by POSIX, so do not add quotes.
13095 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13104 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13106 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13108 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13109 if test -w "$cache_file"; then
13110 if test "x$cache_file" != "x/dev/null"; then
13111 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13112 $as_echo "$as_me: updating cache $cache_file" >&6;}
13113 if test ! -f "$cache_file" || test -h "$cache_file"; then
13114 cat confcache >"$cache_file"
13116 case $cache_file in #(
13118 mv -f confcache "$cache_file"$$ &&
13119 mv -f "$cache_file"$$ "$cache_file" ;; #(
13121 mv -f confcache "$cache_file" ;;
13126 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13127 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13132 test "x$prefix" = xNONE && prefix=$ac_default_prefix
13133 # Let make expand exec_prefix.
13134 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13136 DEFS=-DHAVE_CONFIG_H
13141 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13142 # 1. Remove the extension, and $U if already installed.
13143 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13144 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13145 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13146 # will be set to the directory where LIBOBJS objects are built.
13147 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13148 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13150 LIBOBJS=$ac_libobjs
13152 LTLIBOBJS=$ac_ltlibobjs
13155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
13156 $as_echo_n "checking that generated files are newer than configure... " >&6; }
13157 if test -n "$am_sleep_pid"; then
13158 # Hide warnings about reused PIDs.
13159 wait $am_sleep_pid 2>/dev/null
13161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
13162 $as_echo "done" >&6; }
13163 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
13164 as_fn_error $? "conditional \"AMDEP\" was never defined.
13165 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13167 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
13168 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
13169 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13171 if test -n "$EXEEXT"; then
13173 am__EXEEXT_FALSE='#'
13175 am__EXEEXT_TRUE='#'
13179 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13180 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
13181 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13183 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
13184 as_fn_error $? "conditional \"INSTALL_LIBBFD\" was never defined.
13185 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13187 if test -z "${CGEN_MAINT_TRUE}" && test -z "${CGEN_MAINT_FALSE}"; then
13188 as_fn_error $? "conditional \"CGEN_MAINT\" was never defined.
13189 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13192 : "${CONFIG_STATUS=./config.status}"
13194 ac_clean_files_save=$ac_clean_files
13195 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13196 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13197 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13199 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13201 # Generated by $as_me.
13202 # Run this file to recreate the current configuration.
13203 # Compiler output produced by configure, useful for debugging
13204 # configure, is in config.log if it exists.
13207 ac_cs_recheck=false
13210 SHELL=\${CONFIG_SHELL-$SHELL}
13213 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13214 ## -------------------- ##
13215 ## M4sh Initialization. ##
13216 ## -------------------- ##
13218 # Be more Bourne compatible
13219 DUALCASE=1; export DUALCASE # for MKS sh
13220 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13223 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13224 # is contrary to our usage. Disable this feature.
13225 alias -g '${1+"$@"}'='"$@"'
13226 setopt NO_GLOB_SUBST
13228 case `(set -o) 2>/dev/null` in #(
13240 # Printing a long string crashes Solaris 7 /usr/bin/printf.
13241 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13242 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13243 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13244 # Prefer a ksh shell builtin over an external printf program on Solaris,
13245 # but without wasting forks for bash or zsh.
13246 if test -z "$BASH_VERSION$ZSH_VERSION" \
13247 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13248 as_echo='print -r --'
13249 as_echo_n='print -rn --'
13250 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13251 as_echo='printf %s\n'
13252 as_echo_n='printf %s'
13254 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13255 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13256 as_echo_n='/usr/ucb/echo -n'
13258 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13259 as_echo_n_body='eval
13263 expr "X$arg" : "X\\(.*\\)$as_nl";
13264 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13266 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13268 export as_echo_n_body
13269 as_echo_n='sh -c $as_echo_n_body as_echo'
13271 export as_echo_body
13272 as_echo='sh -c $as_echo_body as_echo'
13275 # The user is always right.
13276 if test "${PATH_SEPARATOR+set}" != set; then
13278 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13279 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13286 # We need space, tab and new line, in precisely that order. Quoting is
13287 # there to prevent editors from complaining about space-tab.
13288 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
13289 # splitting by setting IFS to empty value.)
13292 # Find who we are. Look in the path if we contain no directory separator.
13295 *[\\/]* ) as_myself=$0 ;;
13296 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13297 for as_dir in $PATH
13300 test -z "$as_dir" && as_dir=.
13301 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13307 # We did not find ourselves, most probably we were run as `sh COMMAND'
13308 # in which case we are not to be found in the path.
13309 if test "x$as_myself" = x; then
13312 if test ! -f "$as_myself"; then
13313 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13317 # Unset variables that we do not need and which cause bugs (e.g. in
13318 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13319 # suppresses any "Segmentation fault" message there. '((' could
13320 # trigger a bug in pdksh 5.2.14.
13321 for as_var in BASH_ENV ENV MAIL MAILPATH
13322 do eval test x\${$as_var+set} = xset \
13323 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13336 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13339 # as_fn_error STATUS ERROR [LINENO LOG_FD]
13340 # ----------------------------------------
13341 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13342 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13343 # script with STATUS, using 1 if that was 0.
13346 as_status=$1; test $as_status -eq 0 && as_status=1
13348 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13349 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
13351 $as_echo "$as_me: error: $2" >&2
13352 as_fn_exit $as_status
13356 # as_fn_set_status STATUS
13357 # -----------------------
13358 # Set $? to STATUS, without forking.
13359 as_fn_set_status ()
13362 } # as_fn_set_status
13364 # as_fn_exit STATUS
13365 # -----------------
13366 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13370 as_fn_set_status $1
13376 # Portably unset VAR.
13379 { eval $1=; unset $1;}
13381 as_unset=as_fn_unset
13382 # as_fn_append VAR VALUE
13383 # ----------------------
13384 # Append the text in VALUE to the end of the definition contained in VAR. Take
13385 # advantage of any shell optimizations that allow amortized linear growth over
13386 # repeated appends, instead of the typical quadratic growth present in naive
13388 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13389 eval 'as_fn_append ()
13400 # as_fn_arith ARG...
13401 # ------------------
13402 # Perform arithmetic evaluation on the ARGs, and store the result in the
13403 # global $as_val. Take advantage of shells that can avoid forks. The arguments
13404 # must be portable across $(()) and expr.
13405 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13406 eval 'as_fn_arith ()
13413 as_val=`expr "$@" || test $? -eq 1`
13418 if expr a : '\(a\)' >/dev/null 2>&1 &&
13419 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13425 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13426 as_basename=basename
13431 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13437 as_me=`$as_basename -- "$0" ||
13438 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13439 X"$0" : 'X\(//\)$' \| \
13440 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13442 sed '/^.*\/\([^/][^/]*\)\/*$/{
13456 # Avoid depending upon Character Ranges.
13457 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13458 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13459 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13460 as_cr_digits='0123456789'
13461 as_cr_alnum=$as_cr_Letters$as_cr_digits
13463 ECHO_C= ECHO_N= ECHO_T=
13464 case `echo -n x` in #(((((
13466 case `echo 'xy\c'` in
13467 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13469 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13476 rm -f conf$$ conf$$.exe conf$$.file
13477 if test -d conf$$.dir; then
13478 rm -f conf$$.dir/conf$$.file
13481 mkdir conf$$.dir 2>/dev/null
13483 if (echo >conf$$.file) 2>/dev/null; then
13484 if ln -s conf$$.file conf$$ 2>/dev/null; then
13486 # ... but there are two gotchas:
13487 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13488 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13489 # In both cases, we have to default to `cp -pR'.
13490 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13492 elif ln conf$$.file conf$$ 2>/dev/null; then
13500 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13501 rmdir conf$$.dir 2>/dev/null
13506 # Create "$as_dir" as a directory, including parents if necessary.
13511 -*) as_dir=./$as_dir;;
13513 test -d "$as_dir" || eval $as_mkdir_p || {
13517 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13518 *) as_qdir=$as_dir;;
13520 as_dirs="'$as_qdir' $as_dirs"
13521 as_dir=`$as_dirname -- "$as_dir" ||
13522 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13523 X"$as_dir" : 'X\(//\)[^/]' \| \
13524 X"$as_dir" : 'X\(//\)$' \| \
13525 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13526 $as_echo X"$as_dir" |
13527 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13531 /^X\(\/\/\)[^/].*/{
13544 test -d "$as_dir" && break
13546 test -z "$as_dirs" || eval "mkdir $as_dirs"
13547 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
13551 if mkdir -p . 2>/dev/null; then
13552 as_mkdir_p='mkdir -p "$as_dir"'
13554 test -d ./-p && rmdir ./-p
13559 # as_fn_executable_p FILE
13560 # -----------------------
13561 # Test if FILE is an executable regular file.
13562 as_fn_executable_p ()
13564 test -f "$1" && test -x "$1"
13565 } # as_fn_executable_p
13566 as_test_x='test -x'
13567 as_executable_p=as_fn_executable_p
13569 # Sed expression to map a string onto a valid CPP name.
13570 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13572 # Sed expression to map a string onto a valid variable name.
13573 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13577 ## ----------------------------------- ##
13578 ## Main body of $CONFIG_STATUS script. ##
13579 ## ----------------------------------- ##
13581 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13583 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13584 # Save the log message, to keep $0 and so on meaningful, and to
13585 # report actual input values of CONFIG_FILES etc. instead of their
13586 # values after options handling.
13588 This file was extended by opcodes $as_me 2.31.51, which was
13589 generated by GNU Autoconf 2.69. Invocation command line was
13591 CONFIG_FILES = $CONFIG_FILES
13592 CONFIG_HEADERS = $CONFIG_HEADERS
13593 CONFIG_LINKS = $CONFIG_LINKS
13594 CONFIG_COMMANDS = $CONFIG_COMMANDS
13597 on `(hostname || uname -n) 2>/dev/null | sed 1q`
13602 case $ac_config_files in *"
13603 "*) set x $ac_config_files; shift; ac_config_files=$*;;
13606 case $ac_config_headers in *"
13607 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13611 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13612 # Files that config.status was made for.
13613 config_files="$ac_config_files"
13614 config_headers="$ac_config_headers"
13615 config_commands="$ac_config_commands"
13619 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13621 \`$as_me' instantiates files and other configuration actions
13622 from templates according to the current configuration. Unless the files
13623 and actions are specified as TAGs, all are instantiated by default.
13625 Usage: $0 [OPTION]... [TAG]...
13627 -h, --help print this help, then exit
13628 -V, --version print version number and configuration settings, then exit
13629 --config print configuration, then exit
13630 -q, --quiet, --silent
13631 do not print progress messages
13632 -d, --debug don't remove temporary files
13633 --recheck update $as_me by reconfiguring in the same conditions
13634 --file=FILE[:TEMPLATE]
13635 instantiate the configuration file FILE
13636 --header=FILE[:TEMPLATE]
13637 instantiate the configuration header FILE
13639 Configuration files:
13642 Configuration headers:
13645 Configuration commands:
13648 Report bugs to the package provider."
13651 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13652 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13654 opcodes config.status 2.31.51
13655 configured by $0, generated by GNU Autoconf 2.69,
13656 with options \\"\$ac_cs_config\\"
13658 Copyright (C) 2012 Free Software Foundation, Inc.
13659 This config.status script is free software; the Free Software Foundation
13660 gives unlimited permission to copy, distribute and modify it."
13667 test -n "\$AWK" || AWK=awk
13670 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13671 # The default lists apply if the user does not specify any file.
13677 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13678 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
13682 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13694 # Handling of the options.
13695 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13697 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13698 $as_echo "$ac_cs_version"; exit ;;
13699 --config | --confi | --conf | --con | --co | --c )
13700 $as_echo "$ac_cs_config"; exit ;;
13701 --debug | --debu | --deb | --de | --d | -d )
13703 --file | --fil | --fi | --f )
13706 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13707 '') as_fn_error $? "missing file argument" ;;
13709 as_fn_append CONFIG_FILES " '$ac_optarg'"
13710 ac_need_defaults=false;;
13711 --header | --heade | --head | --hea )
13714 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13716 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
13717 ac_need_defaults=false;;
13719 # Conflict between --help and --header
13720 as_fn_error $? "ambiguous option: \`$1'
13721 Try \`$0 --help' for more information.";;
13722 --help | --hel | -h )
13723 $as_echo "$ac_cs_usage"; exit ;;
13724 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13725 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13728 # This is an error.
13729 -*) as_fn_error $? "unrecognized option: \`$1'
13730 Try \`$0 --help' for more information." ;;
13732 *) as_fn_append ac_config_targets " $1"
13733 ac_need_defaults=false ;;
13739 ac_configure_extra_args=
13741 if $ac_cs_silent; then
13743 ac_configure_extra_args="$ac_configure_extra_args --silent"
13747 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13748 if \$ac_cs_recheck; then
13749 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13751 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13752 CONFIG_SHELL='$SHELL'
13753 export CONFIG_SHELL
13758 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13762 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13763 ## Running $as_me. ##
13769 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13773 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
13776 # The HP-UX ksh and POSIX shell print the target directory to stdout
13777 # if CDPATH is set.
13778 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13780 sed_quote_subst='$sed_quote_subst'
13781 double_quote_subst='$double_quote_subst'
13782 delay_variable_subst='$delay_variable_subst'
13783 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13784 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13785 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13786 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13787 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13788 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13789 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13790 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13791 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13792 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13793 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13794 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13795 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13796 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13797 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13798 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13799 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13800 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13801 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13802 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13803 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13804 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13805 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13806 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13807 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13808 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13809 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13810 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13811 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13812 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13813 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13814 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13815 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13816 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13817 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13818 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13819 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13820 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13821 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13822 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13823 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13824 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13825 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13826 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13827 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13828 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13829 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13830 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13831 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"`'
13832 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13833 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13834 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13835 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13836 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13837 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13838 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13839 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13840 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13841 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13842 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13843 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13844 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13845 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13846 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13847 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13848 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13849 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13850 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13851 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13852 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13853 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13854 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13855 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13856 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13857 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13858 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13859 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13860 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13861 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13862 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13863 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13864 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13865 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13866 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13867 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13868 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13869 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13870 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13871 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13872 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13873 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13874 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13875 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13876 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13877 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13878 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13879 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13880 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13881 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13882 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13883 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13884 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13885 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13886 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13887 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13888 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13889 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13890 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13891 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13892 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13893 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13894 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13895 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13896 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13897 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13898 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13899 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13900 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13901 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13902 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13905 LTCFLAGS='$LTCFLAGS'
13906 compiler='$compiler_DEFAULT'
13908 # A function that is used when there is no print builtin or printf.
13909 func_fallback_echo ()
13911 eval 'cat <<_LTECHO_EOF
13916 # Quote evaled strings.
13930 deplibs_check_method \
13939 lt_cv_sys_global_symbol_pipe \
13940 lt_cv_sys_global_symbol_to_cdecl \
13941 lt_cv_sys_global_symbol_to_c_name_address \
13942 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13943 lt_prog_compiler_no_builtin_flag \
13944 lt_prog_compiler_wl \
13945 lt_prog_compiler_pic \
13946 lt_prog_compiler_static \
13947 lt_cv_prog_compiler_c_o \
13955 export_dynamic_flag_spec \
13956 whole_archive_flag_spec \
13957 compiler_needs_object \
13959 allow_undefined_flag \
13960 no_undefined_flag \
13961 hardcode_libdir_flag_spec \
13962 hardcode_libdir_flag_spec_ld \
13963 hardcode_libdir_separator \
13968 variables_saved_for_relink \
13970 library_names_spec \
13972 install_override_mode \
13976 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13977 *[\\\\\\\`\\"\\\$]*)
13978 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13981 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13986 # Double-quote double-evaled strings.
13987 for var in reload_cmds \
13988 old_postinstall_cmds \
13989 old_postuninstall_cmds \
13991 extract_expsyms_cmds \
13992 old_archive_from_new_cmds \
13993 old_archive_from_expsyms_cmds \
13995 archive_expsym_cmds \
13997 module_expsym_cmds \
13998 export_symbols_cmds \
14001 postuninstall_cmds \
14003 sys_lib_search_path_spec \
14004 sys_lib_dlsearch_path_spec; do
14005 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14006 *[\\\\\\\`\\"\\\$]*)
14007 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14010 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14015 ac_aux_dir='$ac_aux_dir'
14016 xsi_shell='$xsi_shell'
14017 lt_shell_append='$lt_shell_append'
14019 # See if we are running on zsh, and set the options which allow our
14020 # commands through without removal of \ escapes INIT.
14021 if test -n "\${ZSH_VERSION+set}" ; then
14022 setopt NO_GLOB_SUBST
14028 TIMESTAMP='$TIMESTAMP'
14034 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
14035 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
14037 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
14038 # Capture the value of LINGUAS because we need it to compute CATALOGS.
14039 LINGUAS="${LINGUAS-%UNSET%}"
14044 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14046 # Handling of arguments.
14047 for ac_config_target in $ac_config_targets
14049 case $ac_config_target in
14050 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
14051 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14052 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14053 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
14054 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14055 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
14057 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14062 # If the user did not use the arguments to specify the items to instantiate,
14063 # then the envvar interface is used. Set only those that are not.
14064 # We use the long form for the default assignment because of an extremely
14065 # bizarre bug on SunOS 4.1.3.
14066 if $ac_need_defaults; then
14067 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14068 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14069 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14072 # Have a temporary directory for convenience. Make it in the build tree
14073 # simply because there is no reason against having it here, and in addition,
14074 # creating and moving files from /tmp can sometimes cause problems.
14075 # Hook for its removal unless debugging.
14076 # Note that there is a small window in which the directory will not be cleaned:
14077 # after its creation but before its name has been assigned to `$tmp'.
14081 trap 'exit_status=$?
14082 : "${ac_tmp:=$tmp}"
14083 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
14085 trap 'as_fn_exit 1' 1 2 13 15
14087 # Create a (secure) tmp directory for tmp files.
14090 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14094 tmp=./conf$$-$RANDOM
14095 (umask 077 && mkdir "$tmp")
14096 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
14099 # Set up the scripts for CONFIG_FILES section.
14100 # No need to generate them if there are no CONFIG_FILES.
14101 # This happens for instance with `./config.status config.h'.
14102 if test -n "$CONFIG_FILES"; then
14105 ac_cr=`echo X | tr X '\015'`
14106 # On cygwin, bash can eat \r inside `` if the user requested igncr.
14107 # But we know of no other shell where ac_cr would be empty at this
14108 # point, so we can use a bashism as a fallback.
14109 if test "x$ac_cr" = x; then
14110 eval ac_cr=\$\'\\r\'
14112 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14113 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14116 ac_cs_awk_cr=$ac_cr
14119 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
14124 echo "cat >conf$$subs.awk <<_ACEOF" &&
14125 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14127 } >conf$$subs.sh ||
14128 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14129 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
14131 for ac_last_try in false false false false false :; do
14132 . ./conf$$subs.sh ||
14133 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14135 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14136 if test $ac_delim_n = $ac_delim_num; then
14138 elif $ac_last_try; then
14139 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14141 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14144 rm -f conf$$subs.sh
14146 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14147 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
14151 s/^/S["/; s/!.*/"]=/
14161 s/\(.\{148\}\)..*/\1/
14163 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14168 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14175 s/\(.\{148\}\)..*/\1/
14177 s/["\\]/\\&/g; s/^/"/; s/$/"/
14181 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14186 ' <conf$$subs.awk | sed '
14191 ' >>$CONFIG_STATUS || ac_write_fail=1
14192 rm -f conf$$subs.awk
14193 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14195 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
14196 for (key in S) S_is_set[key] = 1
14202 nfields = split(line, field, "@")
14204 len = length(field[1])
14205 for (i = 2; i < nfields; i++) {
14207 keylen = length(key)
14208 if (S_is_set[key]) {
14210 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14211 len += length(value) + length(field[++i])
14222 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14223 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14224 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14227 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
14228 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
14231 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
14232 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
14233 # trailing colons and then remove the whole line if VPATH becomes empty
14234 # (actually we leave an empty line to preserve line numbers).
14235 if test "x$srcdir" = x.; then
14236 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
14254 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14255 fi # test -n "$CONFIG_FILES"
14257 # Set up the scripts for CONFIG_HEADERS section.
14258 # No need to generate them if there are no CONFIG_HEADERS.
14259 # This happens for instance with `./config.status Makefile'.
14260 if test -n "$CONFIG_HEADERS"; then
14261 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
14265 # Transform confdefs.h into an awk script `defines.awk', embedded as
14266 # here-document in config.status, that substitutes the proper values into
14267 # config.h.in to produce config.h.
14269 # Create a delimiter string that does not exist in confdefs.h, to ease
14270 # handling of long lines.
14272 for ac_last_try in false false :; do
14273 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
14274 if test -z "$ac_tt"; then
14276 elif $ac_last_try; then
14277 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
14279 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14283 # For the awk script, D is an array of macro values keyed by name,
14284 # likewise P contains macro parameters if any. Preserve backslash
14285 # newline sequences.
14287 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14289 s/.\{148\}/&'"$ac_delim"'/g
14292 s/^[ ]*#[ ]*define[ ][ ]*/ /
14299 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14301 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14305 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14306 D["\1"]=" \3\\\\\\n"\\/p
14308 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14313 s/.\{148\}/&'"$ac_delim"'/g
14318 s/["\\]/\\&/g; s/^/"/; s/$/"/p
14321 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14323 ' <confdefs.h | sed '
14324 s/'"$ac_delim"'/"\\\
14325 "/g' >>$CONFIG_STATUS || ac_write_fail=1
14327 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14328 for (key in D) D_is_set[key] = 1
14331 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14333 split(line, arg, " ")
14334 if (arg[1] == "#") {
14338 defundef = substr(arg[1], 2)
14341 split(mac1, mac2, "(") #)
14343 prefix = substr(line, 1, index(line, defundef) - 1)
14344 if (D_is_set[macro]) {
14345 # Preserve the white space surrounding the "#".
14346 print prefix "define", macro P[macro] D[macro]
14349 # Replace #undef with comments. This is necessary, for example,
14350 # in the case of _POSIX_SOURCE, which is predefined and required
14351 # on some systems where configure will not decide to define it.
14352 if (defundef == "undef") {
14353 print "/*", prefix defundef, macro, "*/"
14361 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14362 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
14363 fi # test -n "$CONFIG_HEADERS"
14366 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
14371 :[FHLC]) ac_mode=$ac_tag; continue;;
14373 case $ac_mode$ac_tag in
14375 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
14376 :[FH]-) ac_tag=-:-;;
14377 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14394 -) ac_f="$ac_tmp/stdin";;
14395 *) # Look for the file first in the build tree, then in the source tree
14396 # (if the path is not absolute). The absolute path cannot be DOS-style,
14397 # because $ac_f cannot contain `:'.
14401 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14403 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14405 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14406 as_fn_append ac_file_inputs " '$ac_f'"
14409 # Let's still pretend it is `configure' which instantiates (i.e., don't
14410 # use $as_me), people would be surprised to read:
14411 # /* config.h. Generated by config.status. */
14412 configure_input='Generated from '`
14413 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14415 if test x"$ac_file" != x-; then
14416 configure_input="$ac_file. $configure_input"
14417 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14418 $as_echo "$as_me: creating $ac_file" >&6;}
14420 # Neutralize special characters interpreted by sed in replacement strings.
14421 case $configure_input in #(
14422 *\&* | *\|* | *\\* )
14423 ac_sed_conf_input=`$as_echo "$configure_input" |
14424 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14425 *) ac_sed_conf_input=$configure_input;;
14429 *:-:* | *:-) cat >"$ac_tmp/stdin" \
14430 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
14435 ac_dir=`$as_dirname -- "$ac_file" ||
14436 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14437 X"$ac_file" : 'X\(//\)[^/]' \| \
14438 X"$ac_file" : 'X\(//\)$' \| \
14439 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14440 $as_echo X"$ac_file" |
14441 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14445 /^X\(\/\/\)[^/].*/{
14458 as_dir="$ac_dir"; as_fn_mkdir_p
14462 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14464 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14465 # A ".." for each directory in $ac_dir_suffix.
14466 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14467 case $ac_top_builddir_sub in
14468 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14469 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14472 ac_abs_top_builddir=$ac_pwd
14473 ac_abs_builddir=$ac_pwd$ac_dir_suffix
14474 # for backward compatibility:
14475 ac_top_builddir=$ac_top_build_prefix
14478 .) # We are building in place.
14480 ac_top_srcdir=$ac_top_builddir_sub
14481 ac_abs_top_srcdir=$ac_pwd ;;
14482 [\\/]* | ?:[\\/]* ) # Absolute name.
14483 ac_srcdir=$srcdir$ac_dir_suffix;
14484 ac_top_srcdir=$srcdir
14485 ac_abs_top_srcdir=$srcdir ;;
14486 *) # Relative name.
14487 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14488 ac_top_srcdir=$ac_top_build_prefix$srcdir
14489 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14491 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14501 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14502 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14504 ac_MKDIR_P=$MKDIR_P
14506 [\\/$]* | ?:[\\/]* ) ;;
14507 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
14511 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14512 # If the template does not know about datarootdir, expand it.
14513 # FIXME: This hack should be removed a few years after 2.60.
14514 ac_datarootdir_hack=; ac_datarootdir_seen=
14525 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14526 *datarootdir*) ac_datarootdir_seen=yes;;
14527 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14528 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14529 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14531 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14532 ac_datarootdir_hack='
14533 s&@datadir@&$datadir&g
14534 s&@docdir@&$docdir&g
14535 s&@infodir@&$infodir&g
14536 s&@localedir@&$localedir&g
14537 s&@mandir@&$mandir&g
14538 s&\\\${datarootdir}&$datarootdir&g' ;;
14542 # Neutralize VPATH when `$srcdir' = `.'.
14543 # Shell code in configure.ac might set extrasub.
14544 # FIXME: do we really want to maintain this feature?
14545 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14546 ac_sed_extra="$ac_vpsub
14549 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14551 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14552 s|@configure_input@|$ac_sed_conf_input|;t t
14553 s&@top_builddir@&$ac_top_builddir_sub&;t t
14554 s&@top_build_prefix@&$ac_top_build_prefix&;t t
14555 s&@srcdir@&$ac_srcdir&;t t
14556 s&@abs_srcdir@&$ac_abs_srcdir&;t t
14557 s&@top_srcdir@&$ac_top_srcdir&;t t
14558 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14559 s&@builddir@&$ac_builddir&;t t
14560 s&@abs_builddir@&$ac_abs_builddir&;t t
14561 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14562 s&@INSTALL@&$ac_INSTALL&;t t
14563 s&@MKDIR_P@&$ac_MKDIR_P&;t t
14564 $ac_datarootdir_hack
14566 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
14567 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14569 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14570 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
14571 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
14572 "$ac_tmp/out"`; test -z "$ac_out"; } &&
14573 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14574 which seems to be undefined. Please make sure it is defined" >&5
14575 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14576 which seems to be undefined. Please make sure it is defined" >&2;}
14578 rm -f "$ac_tmp/stdin"
14580 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
14581 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
14583 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14589 if test x"$ac_file" != x-; then
14591 $as_echo "/* $configure_input */" \
14592 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
14593 } >"$ac_tmp/config.h" \
14594 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14595 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
14596 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14597 $as_echo "$as_me: $ac_file is unchanged" >&6;}
14600 mv "$ac_tmp/config.h" "$ac_file" \
14601 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14604 $as_echo "/* $configure_input */" \
14605 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
14606 || as_fn_error $? "could not create -" "$LINENO" 5
14608 # Compute "$ac_file"'s index in $config_headers.
14611 for _am_header in $config_headers :; do
14612 case $_am_header in
14613 $_am_arg | $_am_arg:* )
14616 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
14619 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
14620 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14621 X"$_am_arg" : 'X\(//\)[^/]' \| \
14622 X"$_am_arg" : 'X\(//\)$' \| \
14623 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
14624 $as_echo X"$_am_arg" |
14625 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14629 /^X\(\/\/\)[^/].*/{
14641 s/.*/./; q'`/stamp-h$_am_stamp_count
14644 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14645 $as_echo "$as_me: executing $ac_file commands" >&6;}
14650 case $ac_file$ac_mode in
14651 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
14652 # Older Autoconf quotes --file arguments for eval, but not when files
14653 # are listed without --file. Let's play safe and only enable the eval
14654 # if we detect the quoting.
14655 case $CONFIG_FILES in
14656 *\'*) eval set x "$CONFIG_FILES" ;;
14657 *) set x $CONFIG_FILES ;;
14662 # Strip MF so we end up with the name of the file.
14663 mf=`echo "$mf" | sed -e 's/:.*$//'`
14664 # Check whether this is an Automake generated Makefile or not.
14665 # We used to match only the files named 'Makefile.in', but
14666 # some people rename them; so instead we look at the file content.
14667 # Grep'ing the first line is not enough: some people post-process
14668 # each Makefile.in and add a new line on top of each file to say so.
14669 # Grep'ing the whole file is not good either: AIX grep has a line
14670 # limit of 2048, but all sed's we know have understand at least 4000.
14671 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
14672 dirpart=`$as_dirname -- "$mf" ||
14673 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14674 X"$mf" : 'X\(//\)[^/]' \| \
14675 X"$mf" : 'X\(//\)$' \| \
14676 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
14678 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14682 /^X\(\/\/\)[^/].*/{
14698 # Extract the definition of DEPDIR, am__include, and am__quote
14699 # from the Makefile without running 'make'.
14700 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
14701 test -z "$DEPDIR" && continue
14702 am__include=`sed -n 's/^am__include = //p' < "$mf"`
14703 test -z "$am__include" && continue
14704 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
14705 # Find all dependency output files, they are included files with
14706 # $(DEPDIR) in their names. We invoke sed twice because it is the
14707 # simplest approach to changing $(DEPDIR) to its actual value in the
14709 for file in `sed -n "
14710 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
14711 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
14712 # Make sure the directory exists.
14713 test -f "$dirpart/$file" && continue
14714 fdir=`$as_dirname -- "$file" ||
14715 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14716 X"$file" : 'X\(//\)[^/]' \| \
14717 X"$file" : 'X\(//\)$' \| \
14718 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
14719 $as_echo X"$file" |
14720 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14724 /^X\(\/\/\)[^/].*/{
14737 as_dir=$dirpart/$fdir; as_fn_mkdir_p
14738 # echo "creating $dirpart/$file"
14739 echo '# dummy' > "$dirpart/$file"
14746 # See if we are running on zsh, and set the options which allow our
14747 # commands through without removal of \ escapes.
14748 if test -n "${ZSH_VERSION+set}" ; then
14749 setopt NO_GLOB_SUBST
14752 cfgfile="${ofile}T"
14753 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14756 cat <<_LT_EOF >> "$cfgfile"
14759 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14760 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
14761 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14762 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
14764 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14765 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14766 # Written by Gordon Matzigkeit, 1996
14768 # This file is part of GNU Libtool.
14770 # GNU Libtool is free software; you can redistribute it and/or
14771 # modify it under the terms of the GNU General Public License as
14772 # published by the Free Software Foundation; either version 2 of
14773 # the License, or (at your option) any later version.
14775 # As a special exception to the GNU General Public License,
14776 # if you distribute this file as part of a program or library that
14777 # is built using GNU Libtool, you may include this file under the
14778 # same distribution terms that you use for the rest of that program.
14780 # GNU Libtool is distributed in the hope that it will be useful,
14781 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14782 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14783 # GNU General Public License for more details.
14785 # You should have received a copy of the GNU General Public License
14786 # along with GNU Libtool; see the file COPYING. If not, a copy
14787 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14788 # obtained by writing to the Free Software Foundation, Inc.,
14789 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14792 # The names of the tagged configurations supported by this script.
14795 # ### BEGIN LIBTOOL CONFIG
14797 # Whether or not to build shared libraries.
14798 build_libtool_libs=$enable_shared
14800 # Which release of libtool.m4 was used?
14801 macro_version=$macro_version
14802 macro_revision=$macro_revision
14804 # Whether or not to build static libraries.
14805 build_old_libs=$enable_static
14807 # What type of objects to build.
14810 # Whether or not to optimize for fast installation.
14811 fast_install=$enable_fast_install
14813 # Shell to use when invoking shell scripts.
14816 # An echo program that protects backslashes.
14820 host_alias=$host_alias
14824 # The build system.
14825 build_alias=$build_alias
14829 # A sed program that does not truncate output.
14832 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
14833 Xsed="\$SED -e 1s/^X//"
14835 # A grep program that handles long lines.
14841 # A literal string matcher.
14844 # A BSD- or MS-compatible name lister.
14847 # Whether we need soft or hard links.
14850 # What is the maximum length of a command?
14851 max_cmd_len=$max_cmd_len
14853 # Object file suffix (normally "o").
14856 # Executable file suffix (normally "").
14859 # whether the shell understands "unset".
14862 # turn spaces into newlines.
14865 # turn newlines into spaces.
14868 # An object symbol dumper.
14869 OBJDUMP=$lt_OBJDUMP
14871 # Method to check whether dependent libraries are shared objects.
14872 deplibs_check_method=$lt_deplibs_check_method
14874 # Command to use when deplibs_check_method == "file_magic".
14875 file_magic_cmd=$lt_file_magic_cmd
14879 AR_FLAGS=$lt_AR_FLAGS
14881 # A symbol stripping program.
14884 # Commands used to install an old-style archive.
14886 old_postinstall_cmds=$lt_old_postinstall_cmds
14887 old_postuninstall_cmds=$lt_old_postuninstall_cmds
14889 # Whether to use a lock for old archive extraction.
14890 lock_old_archive_extraction=$lock_old_archive_extraction
14895 # LTCC compiler flags.
14896 LTCFLAGS=$lt_CFLAGS
14898 # Take the output of nm and produce a listing of raw symbols and C names.
14899 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14901 # Transform the output of nm in a proper C declaration.
14902 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14904 # Transform the output of nm in a C name address pair.
14905 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14907 # Transform the output of nm in a C name address pair when lib prefix is needed.
14908 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14910 # The name of the directory that contains temporary libtool files.
14913 # Used to examine libraries when file_magic_cmd begins with "file".
14914 MAGIC_CMD=$MAGIC_CMD
14916 # Must we lock files when doing compilation?
14917 need_locks=$lt_need_locks
14919 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14920 DSYMUTIL=$lt_DSYMUTIL
14922 # Tool to change global to local symbols on Mac OS X.
14925 # Tool to manipulate fat objects and archives on Mac OS X.
14928 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
14931 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14932 OTOOL64=$lt_OTOOL64
14934 # Old archive suffix (normally "a").
14937 # Shared library suffix (normally ".so").
14938 shrext_cmds=$lt_shrext_cmds
14940 # The commands to extract the exported symbol list from a shared archive.
14941 extract_expsyms_cmds=$lt_extract_expsyms_cmds
14943 # Variables whose values should be saved in libtool wrapper scripts and
14944 # restored at link time.
14945 variables_saved_for_relink=$lt_variables_saved_for_relink
14947 # Do we need the "lib" prefix for modules?
14948 need_lib_prefix=$need_lib_prefix
14950 # Do we need a version for libraries?
14951 need_version=$need_version
14953 # Library versioning type.
14954 version_type=$version_type
14956 # Shared library runtime path variable.
14957 runpath_var=$runpath_var
14959 # Shared library path variable.
14960 shlibpath_var=$shlibpath_var
14962 # Is shlibpath searched before the hard-coded library search path?
14963 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14965 # Format of library name prefix.
14966 libname_spec=$lt_libname_spec
14968 # List of archive names. First name is the real one, the rest are links.
14969 # The last name is the one that the linker finds with -lNAME
14970 library_names_spec=$lt_library_names_spec
14972 # The coded name of the library, if different from the real name.
14973 soname_spec=$lt_soname_spec
14975 # Permission mode override for installation of shared libraries.
14976 install_override_mode=$lt_install_override_mode
14978 # Command to use after installation of a shared archive.
14979 postinstall_cmds=$lt_postinstall_cmds
14981 # Command to use after uninstallation of a shared archive.
14982 postuninstall_cmds=$lt_postuninstall_cmds
14984 # Commands used to finish a libtool library installation in a directory.
14985 finish_cmds=$lt_finish_cmds
14987 # As "finish_cmds", except a single script fragment to be evaled but
14989 finish_eval=$lt_finish_eval
14991 # Whether we should hardcode library paths into libraries.
14992 hardcode_into_libs=$hardcode_into_libs
14994 # Compile-time system search path for libraries.
14995 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14997 # Run-time system search path for libraries.
14998 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15000 # Whether dlopen is supported.
15001 dlopen_support=$enable_dlopen
15003 # Whether dlopen of programs is supported.
15004 dlopen_self=$enable_dlopen_self
15006 # Whether dlopen of statically linked programs is supported.
15007 dlopen_self_static=$enable_dlopen_self_static
15009 # Commands to strip libraries.
15010 old_striplib=$lt_old_striplib
15011 striplib=$lt_striplib
15014 # The linker used to build libraries.
15017 # How to create reloadable object files.
15018 reload_flag=$lt_reload_flag
15019 reload_cmds=$lt_reload_cmds
15021 # Commands used to build an old-style archive.
15022 old_archive_cmds=$lt_old_archive_cmds
15024 # A language specific compiler.
15027 # Is the compiler the GNU compiler?
15030 # Compiler flag to turn off builtin functions.
15031 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15033 # How to pass a linker flag through the compiler.
15034 wl=$lt_lt_prog_compiler_wl
15036 # Additional compiler flags for building library objects.
15037 pic_flag=$lt_lt_prog_compiler_pic
15039 # Compiler flag to prevent dynamic linking.
15040 link_static_flag=$lt_lt_prog_compiler_static
15042 # Does compiler simultaneously support -c and -o options?
15043 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15045 # Whether or not to add -lc for building shared libraries.
15046 build_libtool_need_lc=$archive_cmds_need_lc
15048 # Whether or not to disallow shared libs when runtime libs are static.
15049 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15051 # Compiler flag to allow reflexive dlopens.
15052 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15054 # Compiler flag to generate shared objects directly from archives.
15055 whole_archive_flag_spec=$lt_whole_archive_flag_spec
15057 # Whether the compiler copes with passing no objects directly.
15058 compiler_needs_object=$lt_compiler_needs_object
15060 # Create an old-style archive from a shared archive.
15061 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15063 # Create a temporary old-style archive to link instead of a shared archive.
15064 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15066 # Commands used to build a shared archive.
15067 archive_cmds=$lt_archive_cmds
15068 archive_expsym_cmds=$lt_archive_expsym_cmds
15070 # Commands used to build a loadable module if different from building
15071 # a shared archive.
15072 module_cmds=$lt_module_cmds
15073 module_expsym_cmds=$lt_module_expsym_cmds
15075 # Whether we are building with GNU ld or not.
15076 with_gnu_ld=$lt_with_gnu_ld
15078 # Flag that allows shared libraries with undefined symbols to be built.
15079 allow_undefined_flag=$lt_allow_undefined_flag
15081 # Flag that enforces no undefined symbols.
15082 no_undefined_flag=$lt_no_undefined_flag
15084 # Flag to hardcode \$libdir into a binary during linking.
15085 # This must work even if \$libdir does not exist
15086 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15088 # If ld is used when linking, flag to hardcode \$libdir into a binary
15089 # during linking. This must work even if \$libdir does not exist.
15090 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15092 # Whether we need a single "-rpath" flag with a separated argument.
15093 hardcode_libdir_separator=$lt_hardcode_libdir_separator
15095 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15096 # DIR into the resulting binary.
15097 hardcode_direct=$hardcode_direct
15099 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15100 # DIR into the resulting binary and the resulting library dependency is
15101 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15102 # library is relocated.
15103 hardcode_direct_absolute=$hardcode_direct_absolute
15105 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15106 # into the resulting binary.
15107 hardcode_minus_L=$hardcode_minus_L
15109 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15110 # into the resulting binary.
15111 hardcode_shlibpath_var=$hardcode_shlibpath_var
15113 # Set to "yes" if building a shared library automatically hardcodes DIR
15114 # into the library and all subsequent libraries and executables linked
15116 hardcode_automatic=$hardcode_automatic
15118 # Set to yes if linker adds runtime paths of dependent libraries
15119 # to runtime path list.
15120 inherit_rpath=$inherit_rpath
15122 # Whether libtool must link a program against all its dependency libraries.
15123 link_all_deplibs=$link_all_deplibs
15125 # Fix the shell variable \$srcfile for the compiler.
15126 fix_srcfile_path=$lt_fix_srcfile_path
15128 # Set to "yes" if exported symbols are required.
15129 always_export_symbols=$always_export_symbols
15131 # The commands to list exported symbols.
15132 export_symbols_cmds=$lt_export_symbols_cmds
15134 # Symbols that should not be listed in the preloaded symbols.
15135 exclude_expsyms=$lt_exclude_expsyms
15137 # Symbols that must always be exported.
15138 include_expsyms=$lt_include_expsyms
15140 # Commands necessary for linking programs (against libraries) with templates.
15141 prelink_cmds=$lt_prelink_cmds
15143 # Specify filename containing input files.
15144 file_list_spec=$lt_file_list_spec
15146 # How to hardcode a shared library path into an executable.
15147 hardcode_action=$hardcode_action
15149 # ### END LIBTOOL CONFIG
15155 cat <<\_LT_EOF >> "$cfgfile"
15156 # AIX sometimes has problems with the GCC collect2 program. For some
15157 # reason, if we set the COLLECT_NAMES environment variable, the problems
15158 # vanish in a puff of smoke.
15159 if test "X${COLLECT_NAMES+set}" != Xset; then
15161 export COLLECT_NAMES
15168 ltmain="$ac_aux_dir/ltmain.sh"
15171 # We use sed instead of cat because bash on DJGPP gets confused if
15172 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15173 # text mode, it properly converts lines to CR/LF. This bash problem
15174 # is reportedly fixed, but why not run on old versions too?
15175 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15176 || (rm -f "$cfgfile"; exit 1)
15180 cat << \_LT_EOF >> "$cfgfile"
15182 # func_dirname file append nondir_replacement
15183 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15184 # otherwise set result to NONDIR_REPLACEMENT.
15188 */*) func_dirname_result="${1%/*}${2}" ;;
15189 * ) func_dirname_result="${3}" ;;
15193 # func_basename file
15196 func_basename_result="${1##*/}"
15199 # func_dirname_and_basename file append nondir_replacement
15200 # perform func_basename and func_dirname in a single function
15202 # dirname: Compute the dirname of FILE. If nonempty,
15203 # add APPEND to the result, otherwise set result
15204 # to NONDIR_REPLACEMENT.
15205 # value returned in "$func_dirname_result"
15206 # basename: Compute filename of FILE.
15207 # value retuned in "$func_basename_result"
15208 # Implementation must be kept synchronized with func_dirname
15209 # and func_basename. For efficiency, we do not delegate to
15210 # those functions but instead duplicate the functionality here.
15211 func_dirname_and_basename ()
15214 */*) func_dirname_result="${1%/*}${2}" ;;
15215 * ) func_dirname_result="${3}" ;;
15217 func_basename_result="${1##*/}"
15220 # func_stripname prefix suffix name
15221 # strip PREFIX and SUFFIX off of NAME.
15222 # PREFIX and SUFFIX must not contain globbing or regex special
15223 # characters, hashes, percent signs, but SUFFIX may contain a leading
15224 # dot (in which case that matches only a dot).
15227 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15228 # positional parameters, so assign one to ordinary parameter first.
15229 func_stripname_result=${3}
15230 func_stripname_result=${func_stripname_result#"${1}"}
15231 func_stripname_result=${func_stripname_result%"${2}"}
15237 func_opt_split_opt=${1%%=*}
15238 func_opt_split_arg=${1#*=}
15245 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15246 *) func_lo2o_result=${1} ;;
15250 # func_xform libobj-or-source
15253 func_xform_result=${1%.*}.lo
15256 # func_arith arithmetic-term...
15259 func_arith_result=$(( $* ))
15263 # STRING may not start with a hyphen.
15266 func_len_result=${#1}
15271 *) # Bourne compatible functions.
15272 cat << \_LT_EOF >> "$cfgfile"
15274 # func_dirname file append nondir_replacement
15275 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15276 # otherwise set result to NONDIR_REPLACEMENT.
15279 # Extract subdirectory from the argument.
15280 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15281 if test "X$func_dirname_result" = "X${1}"; then
15282 func_dirname_result="${3}"
15284 func_dirname_result="$func_dirname_result${2}"
15288 # func_basename file
15291 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15295 # func_stripname prefix suffix name
15296 # strip PREFIX and SUFFIX off of NAME.
15297 # PREFIX and SUFFIX must not contain globbing or regex special
15298 # characters, hashes, percent signs, but SUFFIX may contain a leading
15299 # dot (in which case that matches only a dot).
15300 # func_strip_suffix prefix name
15304 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15305 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15310 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15311 my_sed_long_arg='1s/^-[^=]*=//'
15316 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15317 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15323 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15326 # func_xform libobj-or-source
15329 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15332 # func_arith arithmetic-term...
15335 func_arith_result=`expr "$@"`
15339 # STRING may not start with a hyphen.
15342 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15348 case $lt_shell_append in
15350 cat << \_LT_EOF >> "$cfgfile"
15352 # func_append var value
15353 # Append VALUE to the end of shell variable VAR.
15361 cat << \_LT_EOF >> "$cfgfile"
15363 # func_append var value
15364 # Append VALUE to the end of shell variable VAR.
15375 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15376 || (rm -f "$cfgfile"; exit 1)
15378 mv -f "$cfgfile" "$ofile" ||
15379 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15384 for ac_file in $CONFIG_FILES; do
15385 # Support "outfile[:infile[:infile...]]"
15387 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
15389 # PO directories have a Makefile.in generated from Makefile.in.in.
15390 case "$ac_file" in */Makefile.in)
15391 # Adjust a relative srcdir.
15392 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
15393 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
15394 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
15395 # In autoconf-2.13 it is called $ac_given_srcdir.
15396 # In autoconf-2.50 it is called $srcdir.
15397 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
15398 case "$ac_given_srcdir" in
15399 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
15400 /*) top_srcdir="$ac_given_srcdir" ;;
15401 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
15403 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
15404 rm -f "$ac_dir/POTFILES"
15405 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
15406 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
15407 POMAKEFILEDEPS="POTFILES.in"
15408 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
15409 # on $ac_dir but don't depend on user-specified configuration
15411 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
15412 # The LINGUAS file contains the set of available languages.
15413 if test -n "$OBSOLETE_ALL_LINGUAS"; then
15414 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
15416 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
15417 # Hide the ALL_LINGUAS assigment from automake.
15418 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
15419 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
15421 # The set of available languages was given in configure.ac.
15422 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
15424 case "$ac_given_srcdir" in
15426 *) srcdirpre='$(srcdir)/' ;;
15432 for lang in $ALL_LINGUAS; do
15433 POFILES="$POFILES $srcdirpre$lang.po"
15434 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
15435 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
15436 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
15438 # CATALOGS depends on both $ac_dir and the user's LINGUAS
15439 # environment variable.
15441 if test -n "$ALL_LINGUAS"; then
15442 for presentlang in $ALL_LINGUAS; do
15444 if test "%UNSET%" != "$LINGUAS"; then
15445 desiredlanguages="$LINGUAS"
15447 desiredlanguages="$ALL_LINGUAS"
15449 for desiredlang in $desiredlanguages; do
15450 # Use the presentlang catalog if desiredlang is
15451 # a. equal to presentlang, or
15452 # b. a variant of presentlang (because in this case,
15453 # presentlang can be used as a fallback for messages
15454 # which are not translated in the desiredlang catalog).
15455 case "$desiredlang" in
15456 "$presentlang"*) useit=yes;;
15459 if test $useit = yes; then
15460 INST_LINGUAS="$INST_LINGUAS $presentlang"
15465 if test -n "$INST_LINGUAS"; then
15466 for lang in $INST_LINGUAS; do
15467 CATALOGS="$CATALOGS $lang.gmo"
15470 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
15471 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"
15472 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
15473 if test -f "$f"; then
15475 *.orig | *.bak | *~) ;;
15476 *) cat "$f" >> "$ac_dir/Makefile" ;;
15491 ac_clean_files=$ac_clean_files_save
15493 test $ac_write_fail = 0 ||
15494 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
15497 # configure is writing to config.log, and then calls config.status.
15498 # config.status does its own redirection, appending to config.log.
15499 # Unfortunately, on DOS this fails, as config.log is still kept open
15500 # by configure, so config.status won't be able to write to it; its
15501 # output is simply discarded. So we exec the FD to /dev/null,
15502 # effectively closing config.log, so it can be properly (re)opened and
15503 # appended to by config.status. When coming back to configure, we
15504 # need to make the FD available again.
15505 if test "$no_create" != yes; then
15507 ac_config_status_args=
15508 test "$silent" = yes &&
15509 ac_config_status_args="$ac_config_status_args --quiet"
15511 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15513 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15514 # would make configure fail if this is the last instruction.
15515 $ac_cs_success || as_fn_exit 1
15517 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15518 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15519 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}