Fix wrong assertion for LIPO
[official-gcc.git] / gcc-4_6_3-mobile / lto-plugin / configure
blob179ed90c2eb6ab6fc0009444714c29a8066cc4dc
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64 for LTO plugin for ld 0.1.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7 # 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 :
18 emulate sh
19 NULLCMD=:
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+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
30 esac
34 as_nl='
36 export as_nl
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
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
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'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
82 # IFS
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.)
87 IFS=" "" $as_nl"
89 # Find who we are. Look in the path if we contain no directory separator.
90 case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93 for as_dir in $PATH
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99 IFS=$as_save_IFS
102 esac
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
106 as_myself=$0
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120 done
121 PS1='$ '
122 PS2='> '
123 PS4='+ '
125 # NLS nuisances.
126 LC_ALL=C
127 export LC_ALL
128 LANGUAGE=C
129 export LANGUAGE
131 # CDPATH.
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142 else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
148 esac
151 as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
157 exitcode=0
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
164 else
165 exitcode=1; echo positional parameters were not saved.
167 test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
173 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
174 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
175 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 PATH=/empty FPATH=/empty; export PATH FPATH
178 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
179 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
180 test \$(( 1 + 1 )) = 2 || exit 1"
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183 else
184 as_have_required=no
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
188 else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190 as_found=false
191 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
193 IFS=$as_save_IFS
194 test -z "$as_dir" && as_dir=.
195 as_found=:
196 case $as_dir in #(
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 break 2
208 done;;
209 esac
210 as_found=false
211 done
212 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
215 fi; }
216 IFS=$as_save_IFS
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
223 BASH_ENV=/dev/null
224 ENV=/dev/null
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226 export CONFIG_SHELL
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
236 else
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238 $0: including any error possibly output before this
239 $0: message. Then install a modern shell, or manually run
240 $0: the script under such a shell if you do have one."
242 exit 1
246 SHELL=${CONFIG_SHELL-/bin/sh}
247 export SHELL
248 # Unset more variables known to interfere with behavior of common tools.
249 CLICOLOR_FORCE= GREP_OPTIONS=
250 unset CLICOLOR_FORCE GREP_OPTIONS
252 ## --------------------- ##
253 ## M4sh Shell Functions. ##
254 ## --------------------- ##
255 # as_fn_unset VAR
256 # ---------------
257 # Portably unset VAR.
258 as_fn_unset ()
260 { eval $1=; unset $1;}
262 as_unset=as_fn_unset
264 # as_fn_set_status STATUS
265 # -----------------------
266 # Set $? to STATUS, without forking.
267 as_fn_set_status ()
269 return $1
270 } # as_fn_set_status
272 # as_fn_exit STATUS
273 # -----------------
274 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275 as_fn_exit ()
277 set +e
278 as_fn_set_status $1
279 exit $1
280 } # as_fn_exit
282 # as_fn_mkdir_p
283 # -------------
284 # Create "$as_dir" as a directory, including parents if necessary.
285 as_fn_mkdir_p ()
288 case $as_dir in #(
289 -*) as_dir=./$as_dir;;
290 esac
291 test -d "$as_dir" || eval $as_mkdir_p || {
292 as_dirs=
293 while :; do
294 case $as_dir in #(
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296 *) as_qdir=$as_dir;;
297 esac
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304 $as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306 s//\1/
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
313 /^X\(\/\/\)$/{
314 s//\1/
317 /^X\(\/\).*/{
318 s//\1/
321 s/.*/./; q'`
322 test -d "$as_dir" && break
323 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
328 } # as_fn_mkdir_p
329 # as_fn_append VAR VALUE
330 # ----------------------
331 # Append the text in VALUE to the end of the definition contained in VAR. Take
332 # advantage of any shell optimizations that allow amortized linear growth over
333 # repeated appends, instead of the typical quadratic growth present in naive
334 # implementations.
335 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
338 eval $1+=\$2
340 else
341 as_fn_append ()
343 eval $1=\$$1\$2
345 fi # as_fn_append
347 # as_fn_arith ARG...
348 # ------------------
349 # Perform arithmetic evaluation on the ARGs, and store the result in the
350 # global $as_val. Take advantage of shells that can avoid forks. The arguments
351 # must be portable across $(()) and expr.
352 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353 eval 'as_fn_arith ()
355 as_val=$(( $* ))
357 else
358 as_fn_arith ()
360 as_val=`expr "$@" || test $? -eq 1`
362 fi # as_fn_arith
365 # as_fn_error ERROR [LINENO LOG_FD]
366 # ---------------------------------
367 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369 # script with status $?, using 1 if that was 0.
370 as_fn_error ()
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379 } # as_fn_error
381 if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
383 as_expr=expr
384 else
385 as_expr=false
388 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
389 as_basename=basename
390 else
391 as_basename=false
394 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396 else
397 as_dirname=false
400 as_me=`$as_basename -- "$0" ||
401 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404 $as_echo X/"$0" |
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
406 s//\1/
409 /^X\/\(\/\/\)$/{
410 s//\1/
413 /^X\/\(\/\).*/{
414 s//\1/
417 s/.*/./; q'`
419 # Avoid depending upon Character Ranges.
420 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423 as_cr_digits='0123456789'
424 as_cr_alnum=$as_cr_Letters$as_cr_digits
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
432 sed -n '
434 /[$]LINENO/=
435 ' <$as_myself |
436 sed '
437 s/[$]LINENO.*/&-/
438 t lineno
440 :lineno
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
444 t loop
445 s/-\n.*//
446 ' >$as_me.lineno &&
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
454 # Exit status is that of the last command.
455 exit
458 ECHO_C= ECHO_N= ECHO_T=
459 case `echo -n x` in #(((((
460 -n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
468 ECHO_N='-n';;
469 esac
471 rm -f conf$$ conf$$.exe conf$$.file
472 if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
474 else
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
478 if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s='ln -s'
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486 as_ln_s='cp -p'
487 elif ln conf$$.file conf$$ 2>/dev/null; then
488 as_ln_s=ln
489 else
490 as_ln_s='cp -p'
492 else
493 as_ln_s='cp -p'
495 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496 rmdir conf$$.dir 2>/dev/null
498 if mkdir -p . 2>/dev/null; then
499 as_mkdir_p='mkdir -p "$as_dir"'
500 else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
505 if test -x / >/dev/null 2>&1; then
506 as_test_x='test -x'
507 else
508 if ls -dL / >/dev/null 2>&1; then
509 as_ls_L_option=L
510 else
511 as_ls_L_option=
513 as_test_x='
514 eval sh -c '\''
515 if test -d "$1"; then
516 test -d "$1/.";
517 else
518 case $1 in #(
519 -*)set "./$1";;
520 esac;
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
523 '\'' sh
526 as_executable_p=$as_test_x
528 # Sed expression to map a string onto a valid CPP name.
529 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
531 # Sed expression to map a string onto a valid variable name.
532 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
534 SHELL=${CONFIG_SHELL-/bin/sh}
537 exec 7<&0 </dev/null 6>&1
539 # Name of the host.
540 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541 # so uname gets run too.
542 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
545 # Initializations.
547 ac_default_prefix=/usr/local
548 ac_clean_files=
549 ac_config_libobj_dir=.
550 LIBOBJS=
551 cross_compiling=no
552 subdirs=
553 MFLAGS=
554 MAKEFLAGS=
556 # Identity of this package.
557 PACKAGE_NAME='LTO plugin for ld'
558 PACKAGE_TARNAME='lto-plugin'
559 PACKAGE_VERSION='0.1'
560 PACKAGE_STRING='LTO plugin for ld 0.1'
561 PACKAGE_BUGREPORT=''
562 PACKAGE_URL=''
564 # Factoring default headers for most tests.
565 ac_includes_default="\
566 #include <stdio.h>
567 #ifdef HAVE_SYS_TYPES_H
568 # include <sys/types.h>
569 #endif
570 #ifdef HAVE_SYS_STAT_H
571 # include <sys/stat.h>
572 #endif
573 #ifdef STDC_HEADERS
574 # include <stdlib.h>
575 # include <stddef.h>
576 #else
577 # ifdef HAVE_STDLIB_H
578 # include <stdlib.h>
579 # endif
580 #endif
581 #ifdef HAVE_STRING_H
582 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
583 # include <memory.h>
584 # endif
585 # include <string.h>
586 #endif
587 #ifdef HAVE_STRINGS_H
588 # include <strings.h>
589 #endif
590 #ifdef HAVE_INTTYPES_H
591 # include <inttypes.h>
592 #endif
593 #ifdef HAVE_STDINT_H
594 # include <stdint.h>
595 #endif
596 #ifdef HAVE_UNISTD_H
597 # include <unistd.h>
598 #endif"
600 ac_subst_vars='am__EXEEXT_FALSE
601 am__EXEEXT_TRUE
602 LTLIBOBJS
603 LIBOBJS
604 target_noncanonical
605 lt_host_flags
607 OTOOL64
608 OTOOL
609 LIPO
610 NMEDIT
611 DSYMUTIL
612 RANLIB
614 OBJDUMP
615 LN_S
617 ac_ct_DUMPBIN
618 DUMPBIN
620 FGREP
621 EGREP
622 GREP
624 LIBTOOL
625 ac_lto_plugin_warn_cflags
626 am__fastdepCC_FALSE
627 am__fastdepCC_TRUE
628 CCDEPMODE
629 AMDEPBACKSLASH
630 AMDEP_FALSE
631 AMDEP_TRUE
632 am__quote
633 am__include
634 DEPDIR
635 OBJEXT
636 EXEEXT
637 ac_ct_CC
638 CPPFLAGS
639 LDFLAGS
640 CFLAGS
642 MAINT
643 MAINTAINER_MODE_FALSE
644 MAINTAINER_MODE_TRUE
645 am__untar
646 am__tar
647 AMTAR
648 am__leading_dot
649 SET_MAKE
651 mkdir_p
652 MKDIR_P
653 INSTALL_STRIP_PROGRAM
654 STRIP
655 install_sh
656 MAKEINFO
657 AUTOHEADER
658 AUTOMAKE
659 AUTOCONF
660 ACLOCAL
661 VERSION
662 PACKAGE
663 CYGPATH_W
664 am__isrc
665 INSTALL_DATA
666 INSTALL_SCRIPT
667 INSTALL_PROGRAM
668 target_subdir
669 host_subdir
670 build_subdir
671 build_libsubdir
672 target_os
673 target_vendor
674 target_cpu
675 target
676 host_os
677 host_vendor
678 host_cpu
679 host
680 build_os
681 build_vendor
682 build_cpu
683 build
684 target_alias
685 host_alias
686 build_alias
687 LIBS
688 ECHO_T
689 ECHO_N
690 ECHO_C
691 DEFS
692 mandir
693 localedir
694 libdir
695 psdir
696 pdfdir
697 dvidir
698 htmldir
699 infodir
700 docdir
701 oldincludedir
702 includedir
703 localstatedir
704 sharedstatedir
705 sysconfdir
706 datadir
707 datarootdir
708 libexecdir
709 sbindir
710 bindir
711 program_transform_name
712 prefix
713 exec_prefix
714 PACKAGE_URL
715 PACKAGE_BUGREPORT
716 PACKAGE_STRING
717 PACKAGE_VERSION
718 PACKAGE_TARNAME
719 PACKAGE_NAME
720 PATH_SEPARATOR
721 SHELL'
722 ac_subst_files=''
723 ac_user_opts='
724 enable_option_checking
725 with_build_libsubdir
726 enable_maintainer_mode
727 enable_dependency_tracking
728 enable_largefile
729 enable_shared
730 enable_static
731 with_pic
732 enable_fast_install
733 with_gnu_ld
734 enable_libtool_lock
736 ac_precious_vars='build_alias
737 host_alias
738 target_alias
740 CFLAGS
741 LDFLAGS
742 LIBS
743 CPPFLAGS
744 CPP'
747 # Initialize some variables set by options.
748 ac_init_help=
749 ac_init_version=false
750 ac_unrecognized_opts=
751 ac_unrecognized_sep=
752 # The variables have the same names as the options, with
753 # dashes changed to underlines.
754 cache_file=/dev/null
755 exec_prefix=NONE
756 no_create=
757 no_recursion=
758 prefix=NONE
759 program_prefix=NONE
760 program_suffix=NONE
761 program_transform_name=s,x,x,
762 silent=
763 site=
764 srcdir=
765 verbose=
766 x_includes=NONE
767 x_libraries=NONE
769 # Installation directory options.
770 # These are left unexpanded so users can "make install exec_prefix=/foo"
771 # and all the variables that are supposed to be based on exec_prefix
772 # by default will actually change.
773 # Use braces instead of parens because sh, perl, etc. also accept them.
774 # (The list follows the same order as the GNU Coding Standards.)
775 bindir='${exec_prefix}/bin'
776 sbindir='${exec_prefix}/sbin'
777 libexecdir='${exec_prefix}/libexec'
778 datarootdir='${prefix}/share'
779 datadir='${datarootdir}'
780 sysconfdir='${prefix}/etc'
781 sharedstatedir='${prefix}/com'
782 localstatedir='${prefix}/var'
783 includedir='${prefix}/include'
784 oldincludedir='/usr/include'
785 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
786 infodir='${datarootdir}/info'
787 htmldir='${docdir}'
788 dvidir='${docdir}'
789 pdfdir='${docdir}'
790 psdir='${docdir}'
791 libdir='${exec_prefix}/lib'
792 localedir='${datarootdir}/locale'
793 mandir='${datarootdir}/man'
795 ac_prev=
796 ac_dashdash=
797 for ac_option
799 # If the previous option needs an argument, assign it.
800 if test -n "$ac_prev"; then
801 eval $ac_prev=\$ac_option
802 ac_prev=
803 continue
806 case $ac_option in
807 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
808 *) ac_optarg=yes ;;
809 esac
811 # Accept the important Cygnus configure options, so we can diagnose typos.
813 case $ac_dashdash$ac_option in
815 ac_dashdash=yes ;;
817 -bindir | --bindir | --bindi | --bind | --bin | --bi)
818 ac_prev=bindir ;;
819 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
820 bindir=$ac_optarg ;;
822 -build | --build | --buil | --bui | --bu)
823 ac_prev=build_alias ;;
824 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
825 build_alias=$ac_optarg ;;
827 -cache-file | --cache-file | --cache-fil | --cache-fi \
828 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
829 ac_prev=cache_file ;;
830 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
831 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
832 cache_file=$ac_optarg ;;
834 --config-cache | -C)
835 cache_file=config.cache ;;
837 -datadir | --datadir | --datadi | --datad)
838 ac_prev=datadir ;;
839 -datadir=* | --datadir=* | --datadi=* | --datad=*)
840 datadir=$ac_optarg ;;
842 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
843 | --dataroo | --dataro | --datar)
844 ac_prev=datarootdir ;;
845 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
846 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
847 datarootdir=$ac_optarg ;;
849 -disable-* | --disable-*)
850 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
851 # Reject names that are not valid shell variable names.
852 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
853 as_fn_error "invalid feature name: $ac_useropt"
854 ac_useropt_orig=$ac_useropt
855 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
856 case $ac_user_opts in
858 "enable_$ac_useropt"
859 "*) ;;
860 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
861 ac_unrecognized_sep=', ';;
862 esac
863 eval enable_$ac_useropt=no ;;
865 -docdir | --docdir | --docdi | --doc | --do)
866 ac_prev=docdir ;;
867 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
868 docdir=$ac_optarg ;;
870 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
871 ac_prev=dvidir ;;
872 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
873 dvidir=$ac_optarg ;;
875 -enable-* | --enable-*)
876 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
877 # Reject names that are not valid shell variable names.
878 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
879 as_fn_error "invalid feature name: $ac_useropt"
880 ac_useropt_orig=$ac_useropt
881 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
882 case $ac_user_opts in
884 "enable_$ac_useropt"
885 "*) ;;
886 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
887 ac_unrecognized_sep=', ';;
888 esac
889 eval enable_$ac_useropt=\$ac_optarg ;;
891 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
892 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
893 | --exec | --exe | --ex)
894 ac_prev=exec_prefix ;;
895 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
896 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
897 | --exec=* | --exe=* | --ex=*)
898 exec_prefix=$ac_optarg ;;
900 -gas | --gas | --ga | --g)
901 # Obsolete; use --with-gas.
902 with_gas=yes ;;
904 -help | --help | --hel | --he | -h)
905 ac_init_help=long ;;
906 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
907 ac_init_help=recursive ;;
908 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
909 ac_init_help=short ;;
911 -host | --host | --hos | --ho)
912 ac_prev=host_alias ;;
913 -host=* | --host=* | --hos=* | --ho=*)
914 host_alias=$ac_optarg ;;
916 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
917 ac_prev=htmldir ;;
918 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
919 | --ht=*)
920 htmldir=$ac_optarg ;;
922 -includedir | --includedir | --includedi | --included | --include \
923 | --includ | --inclu | --incl | --inc)
924 ac_prev=includedir ;;
925 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
926 | --includ=* | --inclu=* | --incl=* | --inc=*)
927 includedir=$ac_optarg ;;
929 -infodir | --infodir | --infodi | --infod | --info | --inf)
930 ac_prev=infodir ;;
931 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
932 infodir=$ac_optarg ;;
934 -libdir | --libdir | --libdi | --libd)
935 ac_prev=libdir ;;
936 -libdir=* | --libdir=* | --libdi=* | --libd=*)
937 libdir=$ac_optarg ;;
939 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
940 | --libexe | --libex | --libe)
941 ac_prev=libexecdir ;;
942 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
943 | --libexe=* | --libex=* | --libe=*)
944 libexecdir=$ac_optarg ;;
946 -localedir | --localedir | --localedi | --localed | --locale)
947 ac_prev=localedir ;;
948 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
949 localedir=$ac_optarg ;;
951 -localstatedir | --localstatedir | --localstatedi | --localstated \
952 | --localstate | --localstat | --localsta | --localst | --locals)
953 ac_prev=localstatedir ;;
954 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
955 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
956 localstatedir=$ac_optarg ;;
958 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
959 ac_prev=mandir ;;
960 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
961 mandir=$ac_optarg ;;
963 -nfp | --nfp | --nf)
964 # Obsolete; use --without-fp.
965 with_fp=no ;;
967 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
968 | --no-cr | --no-c | -n)
969 no_create=yes ;;
971 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
972 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
973 no_recursion=yes ;;
975 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
976 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
977 | --oldin | --oldi | --old | --ol | --o)
978 ac_prev=oldincludedir ;;
979 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
980 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
981 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
982 oldincludedir=$ac_optarg ;;
984 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
985 ac_prev=prefix ;;
986 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
987 prefix=$ac_optarg ;;
989 -program-prefix | --program-prefix | --program-prefi | --program-pref \
990 | --program-pre | --program-pr | --program-p)
991 ac_prev=program_prefix ;;
992 -program-prefix=* | --program-prefix=* | --program-prefi=* \
993 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
994 program_prefix=$ac_optarg ;;
996 -program-suffix | --program-suffix | --program-suffi | --program-suff \
997 | --program-suf | --program-su | --program-s)
998 ac_prev=program_suffix ;;
999 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1000 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1001 program_suffix=$ac_optarg ;;
1003 -program-transform-name | --program-transform-name \
1004 | --program-transform-nam | --program-transform-na \
1005 | --program-transform-n | --program-transform- \
1006 | --program-transform | --program-transfor \
1007 | --program-transfo | --program-transf \
1008 | --program-trans | --program-tran \
1009 | --progr-tra | --program-tr | --program-t)
1010 ac_prev=program_transform_name ;;
1011 -program-transform-name=* | --program-transform-name=* \
1012 | --program-transform-nam=* | --program-transform-na=* \
1013 | --program-transform-n=* | --program-transform-=* \
1014 | --program-transform=* | --program-transfor=* \
1015 | --program-transfo=* | --program-transf=* \
1016 | --program-trans=* | --program-tran=* \
1017 | --progr-tra=* | --program-tr=* | --program-t=*)
1018 program_transform_name=$ac_optarg ;;
1020 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1021 ac_prev=pdfdir ;;
1022 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1023 pdfdir=$ac_optarg ;;
1025 -psdir | --psdir | --psdi | --psd | --ps)
1026 ac_prev=psdir ;;
1027 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1028 psdir=$ac_optarg ;;
1030 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1031 | -silent | --silent | --silen | --sile | --sil)
1032 silent=yes ;;
1034 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1035 ac_prev=sbindir ;;
1036 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1037 | --sbi=* | --sb=*)
1038 sbindir=$ac_optarg ;;
1040 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1041 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1042 | --sharedst | --shareds | --shared | --share | --shar \
1043 | --sha | --sh)
1044 ac_prev=sharedstatedir ;;
1045 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1046 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1047 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1048 | --sha=* | --sh=*)
1049 sharedstatedir=$ac_optarg ;;
1051 -site | --site | --sit)
1052 ac_prev=site ;;
1053 -site=* | --site=* | --sit=*)
1054 site=$ac_optarg ;;
1056 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1057 ac_prev=srcdir ;;
1058 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1059 srcdir=$ac_optarg ;;
1061 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1062 | --syscon | --sysco | --sysc | --sys | --sy)
1063 ac_prev=sysconfdir ;;
1064 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1065 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1066 sysconfdir=$ac_optarg ;;
1068 -target | --target | --targe | --targ | --tar | --ta | --t)
1069 ac_prev=target_alias ;;
1070 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1071 target_alias=$ac_optarg ;;
1073 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1074 verbose=yes ;;
1076 -version | --version | --versio | --versi | --vers | -V)
1077 ac_init_version=: ;;
1079 -with-* | --with-*)
1080 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1081 # Reject names that are not valid shell variable names.
1082 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1083 as_fn_error "invalid package name: $ac_useropt"
1084 ac_useropt_orig=$ac_useropt
1085 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1086 case $ac_user_opts in
1088 "with_$ac_useropt"
1089 "*) ;;
1090 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1091 ac_unrecognized_sep=', ';;
1092 esac
1093 eval with_$ac_useropt=\$ac_optarg ;;
1095 -without-* | --without-*)
1096 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1097 # Reject names that are not valid shell variable names.
1098 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1099 as_fn_error "invalid package name: $ac_useropt"
1100 ac_useropt_orig=$ac_useropt
1101 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1102 case $ac_user_opts in
1104 "with_$ac_useropt"
1105 "*) ;;
1106 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1107 ac_unrecognized_sep=', ';;
1108 esac
1109 eval with_$ac_useropt=no ;;
1111 --x)
1112 # Obsolete; use --with-x.
1113 with_x=yes ;;
1115 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1116 | --x-incl | --x-inc | --x-in | --x-i)
1117 ac_prev=x_includes ;;
1118 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1119 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1120 x_includes=$ac_optarg ;;
1122 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1123 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1124 ac_prev=x_libraries ;;
1125 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1126 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1127 x_libraries=$ac_optarg ;;
1129 -*) as_fn_error "unrecognized option: \`$ac_option'
1130 Try \`$0 --help' for more information."
1133 *=*)
1134 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1135 # Reject names that are not valid shell variable names.
1136 case $ac_envvar in #(
1137 '' | [0-9]* | *[!_$as_cr_alnum]* )
1138 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1139 esac
1140 eval $ac_envvar=\$ac_optarg
1141 export $ac_envvar ;;
1144 # FIXME: should be removed in autoconf 3.0.
1145 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1146 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1147 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1148 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1151 esac
1152 done
1154 if test -n "$ac_prev"; then
1155 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1156 as_fn_error "missing argument to $ac_option"
1159 if test -n "$ac_unrecognized_opts"; then
1160 case $enable_option_checking in
1161 no) ;;
1162 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1163 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1164 esac
1167 # Check all directory arguments for consistency.
1168 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1169 datadir sysconfdir sharedstatedir localstatedir includedir \
1170 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1171 libdir localedir mandir
1173 eval ac_val=\$$ac_var
1174 # Remove trailing slashes.
1175 case $ac_val in
1176 */ )
1177 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1178 eval $ac_var=\$ac_val;;
1179 esac
1180 # Be sure to have absolute directory names.
1181 case $ac_val in
1182 [\\/$]* | ?:[\\/]* ) continue;;
1183 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1184 esac
1185 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1186 done
1188 # There might be people who depend on the old broken behavior: `$host'
1189 # used to hold the argument of --host etc.
1190 # FIXME: To remove some day.
1191 build=$build_alias
1192 host=$host_alias
1193 target=$target_alias
1195 # FIXME: To remove some day.
1196 if test "x$host_alias" != x; then
1197 if test "x$build_alias" = x; then
1198 cross_compiling=maybe
1199 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1200 If a cross compiler is detected then cross compile mode will be used." >&2
1201 elif test "x$build_alias" != "x$host_alias"; then
1202 cross_compiling=yes
1206 ac_tool_prefix=
1207 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1209 test "$silent" = yes && exec 6>/dev/null
1212 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1213 ac_ls_di=`ls -di .` &&
1214 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1215 as_fn_error "working directory cannot be determined"
1216 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1217 as_fn_error "pwd does not report name of working directory"
1220 # Find the source files, if location was not specified.
1221 if test -z "$srcdir"; then
1222 ac_srcdir_defaulted=yes
1223 # Try the directory containing this script, then the parent directory.
1224 ac_confdir=`$as_dirname -- "$as_myself" ||
1225 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1226 X"$as_myself" : 'X\(//\)[^/]' \| \
1227 X"$as_myself" : 'X\(//\)$' \| \
1228 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1229 $as_echo X"$as_myself" |
1230 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1231 s//\1/
1234 /^X\(\/\/\)[^/].*/{
1235 s//\1/
1238 /^X\(\/\/\)$/{
1239 s//\1/
1242 /^X\(\/\).*/{
1243 s//\1/
1246 s/.*/./; q'`
1247 srcdir=$ac_confdir
1248 if test ! -r "$srcdir/$ac_unique_file"; then
1249 srcdir=..
1251 else
1252 ac_srcdir_defaulted=no
1254 if test ! -r "$srcdir/$ac_unique_file"; then
1255 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1256 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1258 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1259 ac_abs_confdir=`(
1260 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1261 pwd)`
1262 # When building in place, set srcdir=.
1263 if test "$ac_abs_confdir" = "$ac_pwd"; then
1264 srcdir=.
1266 # Remove unnecessary trailing slashes from srcdir.
1267 # Double slashes in file names in object file debugging info
1268 # mess up M-x gdb in Emacs.
1269 case $srcdir in
1270 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1271 esac
1272 for ac_var in $ac_precious_vars; do
1273 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1274 eval ac_env_${ac_var}_value=\$${ac_var}
1275 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1276 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1277 done
1280 # Report the --help message.
1282 if test "$ac_init_help" = "long"; then
1283 # Omit some internal or obsolete options to make the list less imposing.
1284 # This message is too long to be a string in the A/UX 3.1 sh.
1285 cat <<_ACEOF
1286 \`configure' configures LTO plugin for ld 0.1 to adapt to many kinds of systems.
1288 Usage: $0 [OPTION]... [VAR=VALUE]...
1290 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1291 VAR=VALUE. See below for descriptions of some of the useful variables.
1293 Defaults for the options are specified in brackets.
1295 Configuration:
1296 -h, --help display this help and exit
1297 --help=short display options specific to this package
1298 --help=recursive display the short help of all the included packages
1299 -V, --version display version information and exit
1300 -q, --quiet, --silent do not print \`checking...' messages
1301 --cache-file=FILE cache test results in FILE [disabled]
1302 -C, --config-cache alias for \`--cache-file=config.cache'
1303 -n, --no-create do not create output files
1304 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1306 Installation directories:
1307 --prefix=PREFIX install architecture-independent files in PREFIX
1308 [$ac_default_prefix]
1309 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1310 [PREFIX]
1312 By default, \`make install' will install all the files in
1313 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1314 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1315 for instance \`--prefix=\$HOME'.
1317 For better control, use the options below.
1319 Fine tuning of the installation directories:
1320 --bindir=DIR user executables [EPREFIX/bin]
1321 --sbindir=DIR system admin executables [EPREFIX/sbin]
1322 --libexecdir=DIR program executables [EPREFIX/libexec]
1323 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1324 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1325 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1326 --libdir=DIR object code libraries [EPREFIX/lib]
1327 --includedir=DIR C header files [PREFIX/include]
1328 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1329 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1330 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1331 --infodir=DIR info documentation [DATAROOTDIR/info]
1332 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1333 --mandir=DIR man documentation [DATAROOTDIR/man]
1334 --docdir=DIR documentation root [DATAROOTDIR/doc/lto-plugin]
1335 --htmldir=DIR html documentation [DOCDIR]
1336 --dvidir=DIR dvi documentation [DOCDIR]
1337 --pdfdir=DIR pdf documentation [DOCDIR]
1338 --psdir=DIR ps documentation [DOCDIR]
1339 _ACEOF
1341 cat <<\_ACEOF
1343 Program names:
1344 --program-prefix=PREFIX prepend PREFIX to installed program names
1345 --program-suffix=SUFFIX append SUFFIX to installed program names
1346 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1348 System types:
1349 --build=BUILD configure for building on BUILD [guessed]
1350 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1351 --target=TARGET configure for building compilers for TARGET [HOST]
1352 _ACEOF
1355 if test -n "$ac_init_help"; then
1356 case $ac_init_help in
1357 short | recursive ) echo "Configuration of LTO plugin for ld 0.1:";;
1358 esac
1359 cat <<\_ACEOF
1361 Optional Features:
1362 --disable-option-checking ignore unrecognized --enable/--with options
1363 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1364 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1365 --enable-maintainer-mode enable make rules and dependencies not useful
1366 (and sometimes confusing) to the casual installer
1367 --disable-dependency-tracking speeds up one-time build
1368 --enable-dependency-tracking do not reject slow dependency extractors
1369 --disable-largefile omit support for large files
1370 --enable-shared[=PKGS] build shared libraries [default=yes]
1371 --enable-static[=PKGS] build static libraries [default=yes]
1372 --enable-fast-install[=PKGS]
1373 optimize for fast installation [default=yes]
1374 --disable-libtool-lock avoid locking (might break parallel builds)
1376 Optional Packages:
1377 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1378 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1379 --with-build-libsubdir=DIR Directory where to find libraries for build system
1380 --with-pic try to use only PIC/non-PIC objects [default=use
1381 both]
1382 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1384 Some influential environment variables:
1385 CC C compiler command
1386 CFLAGS C compiler flags
1387 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1388 nonstandard directory <lib dir>
1389 LIBS libraries to pass to the linker, e.g. -l<library>
1390 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1391 you have headers in a nonstandard directory <include dir>
1392 CPP C preprocessor
1394 Use these variables to override the choices made by `configure' or to help
1395 it to find libraries and programs with nonstandard names/locations.
1397 Report bugs to the package provider.
1398 _ACEOF
1399 ac_status=$?
1402 if test "$ac_init_help" = "recursive"; then
1403 # If there are subdirs, report their specific --help.
1404 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1405 test -d "$ac_dir" ||
1406 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1407 continue
1408 ac_builddir=.
1410 case "$ac_dir" in
1411 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1413 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1414 # A ".." for each directory in $ac_dir_suffix.
1415 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1416 case $ac_top_builddir_sub in
1417 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1418 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1419 esac ;;
1420 esac
1421 ac_abs_top_builddir=$ac_pwd
1422 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1423 # for backward compatibility:
1424 ac_top_builddir=$ac_top_build_prefix
1426 case $srcdir in
1427 .) # We are building in place.
1428 ac_srcdir=.
1429 ac_top_srcdir=$ac_top_builddir_sub
1430 ac_abs_top_srcdir=$ac_pwd ;;
1431 [\\/]* | ?:[\\/]* ) # Absolute name.
1432 ac_srcdir=$srcdir$ac_dir_suffix;
1433 ac_top_srcdir=$srcdir
1434 ac_abs_top_srcdir=$srcdir ;;
1435 *) # Relative name.
1436 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1437 ac_top_srcdir=$ac_top_build_prefix$srcdir
1438 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1439 esac
1440 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1442 cd "$ac_dir" || { ac_status=$?; continue; }
1443 # Check for guested configure.
1444 if test -f "$ac_srcdir/configure.gnu"; then
1445 echo &&
1446 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1447 elif test -f "$ac_srcdir/configure"; then
1448 echo &&
1449 $SHELL "$ac_srcdir/configure" --help=recursive
1450 else
1451 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1452 fi || ac_status=$?
1453 cd "$ac_pwd" || { ac_status=$?; break; }
1454 done
1457 test -n "$ac_init_help" && exit $ac_status
1458 if $ac_init_version; then
1459 cat <<\_ACEOF
1460 LTO plugin for ld configure 0.1
1461 generated by GNU Autoconf 2.64
1463 Copyright (C) 2009 Free Software Foundation, Inc.
1464 This configure script is free software; the Free Software Foundation
1465 gives unlimited permission to copy, distribute and modify it.
1466 _ACEOF
1467 exit
1470 ## ------------------------ ##
1471 ## Autoconf initialization. ##
1472 ## ------------------------ ##
1474 # ac_fn_c_try_compile LINENO
1475 # --------------------------
1476 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1477 ac_fn_c_try_compile ()
1479 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1480 rm -f conftest.$ac_objext
1481 if { { ac_try="$ac_compile"
1482 case "(($ac_try" in
1483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1484 *) ac_try_echo=$ac_try;;
1485 esac
1486 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1487 $as_echo "$ac_try_echo"; } >&5
1488 (eval "$ac_compile") 2>conftest.err
1489 ac_status=$?
1490 if test -s conftest.err; then
1491 grep -v '^ *+' conftest.err >conftest.er1
1492 cat conftest.er1 >&5
1493 mv -f conftest.er1 conftest.err
1495 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1496 test $ac_status = 0; } && {
1497 test -z "$ac_c_werror_flag" ||
1498 test ! -s conftest.err
1499 } && test -s conftest.$ac_objext; then :
1500 ac_retval=0
1501 else
1502 $as_echo "$as_me: failed program was:" >&5
1503 sed 's/^/| /' conftest.$ac_ext >&5
1505 ac_retval=1
1507 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1508 return $ac_retval
1510 } # ac_fn_c_try_compile
1512 # ac_fn_c_try_link LINENO
1513 # -----------------------
1514 # Try to link conftest.$ac_ext, and return whether this succeeded.
1515 ac_fn_c_try_link ()
1517 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1518 rm -f conftest.$ac_objext conftest$ac_exeext
1519 if { { ac_try="$ac_link"
1520 case "(($ac_try" in
1521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1522 *) ac_try_echo=$ac_try;;
1523 esac
1524 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1525 $as_echo "$ac_try_echo"; } >&5
1526 (eval "$ac_link") 2>conftest.err
1527 ac_status=$?
1528 if test -s conftest.err; then
1529 grep -v '^ *+' conftest.err >conftest.er1
1530 cat conftest.er1 >&5
1531 mv -f conftest.er1 conftest.err
1533 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1534 test $ac_status = 0; } && {
1535 test -z "$ac_c_werror_flag" ||
1536 test ! -s conftest.err
1537 } && test -s conftest$ac_exeext && {
1538 test "$cross_compiling" = yes ||
1539 $as_test_x conftest$ac_exeext
1540 }; then :
1541 ac_retval=0
1542 else
1543 $as_echo "$as_me: failed program was:" >&5
1544 sed 's/^/| /' conftest.$ac_ext >&5
1546 ac_retval=1
1548 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1549 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1550 # interfere with the next link command; also delete a directory that is
1551 # left behind by Apple's compiler. We do this before executing the actions.
1552 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1553 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1554 return $ac_retval
1556 } # ac_fn_c_try_link
1558 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1559 # -------------------------------------------------------
1560 # Tests whether HEADER exists and can be compiled using the include files in
1561 # INCLUDES, setting the cache variable VAR accordingly.
1562 ac_fn_c_check_header_compile ()
1564 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1566 $as_echo_n "checking for $2... " >&6; }
1567 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1568 $as_echo_n "(cached) " >&6
1569 else
1570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1571 /* end confdefs.h. */
1573 #include <$2>
1574 _ACEOF
1575 if ac_fn_c_try_compile "$LINENO"; then :
1576 eval "$3=yes"
1577 else
1578 eval "$3=no"
1580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1582 eval ac_res=\$$3
1583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1584 $as_echo "$ac_res" >&6; }
1585 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1587 } # ac_fn_c_check_header_compile
1589 # ac_fn_c_try_cpp LINENO
1590 # ----------------------
1591 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1592 ac_fn_c_try_cpp ()
1594 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1595 if { { ac_try="$ac_cpp conftest.$ac_ext"
1596 case "(($ac_try" in
1597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1598 *) ac_try_echo=$ac_try;;
1599 esac
1600 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1601 $as_echo "$ac_try_echo"; } >&5
1602 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1603 ac_status=$?
1604 if test -s conftest.err; then
1605 grep -v '^ *+' conftest.err >conftest.er1
1606 cat conftest.er1 >&5
1607 mv -f conftest.er1 conftest.err
1609 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1610 test $ac_status = 0; } >/dev/null && {
1611 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1612 test ! -s conftest.err
1613 }; then :
1614 ac_retval=0
1615 else
1616 $as_echo "$as_me: failed program was:" >&5
1617 sed 's/^/| /' conftest.$ac_ext >&5
1619 ac_retval=1
1621 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1622 return $ac_retval
1624 } # ac_fn_c_try_cpp
1626 # ac_fn_c_try_run LINENO
1627 # ----------------------
1628 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1629 # that executables *can* be run.
1630 ac_fn_c_try_run ()
1632 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1633 if { { ac_try="$ac_link"
1634 case "(($ac_try" in
1635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1636 *) ac_try_echo=$ac_try;;
1637 esac
1638 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1639 $as_echo "$ac_try_echo"; } >&5
1640 (eval "$ac_link") 2>&5
1641 ac_status=$?
1642 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1643 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1644 { { case "(($ac_try" in
1645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1646 *) ac_try_echo=$ac_try;;
1647 esac
1648 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1649 $as_echo "$ac_try_echo"; } >&5
1650 (eval "$ac_try") 2>&5
1651 ac_status=$?
1652 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1653 test $ac_status = 0; }; }; then :
1654 ac_retval=0
1655 else
1656 $as_echo "$as_me: program exited with status $ac_status" >&5
1657 $as_echo "$as_me: failed program was:" >&5
1658 sed 's/^/| /' conftest.$ac_ext >&5
1660 ac_retval=$ac_status
1662 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1663 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1664 return $ac_retval
1666 } # ac_fn_c_try_run
1668 # ac_fn_c_check_func LINENO FUNC VAR
1669 # ----------------------------------
1670 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1671 ac_fn_c_check_func ()
1673 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1675 $as_echo_n "checking for $2... " >&6; }
1676 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1677 $as_echo_n "(cached) " >&6
1678 else
1679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1680 /* end confdefs.h. */
1681 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1682 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1683 #define $2 innocuous_$2
1685 /* System header to define __stub macros and hopefully few prototypes,
1686 which can conflict with char $2 (); below.
1687 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1688 <limits.h> exists even on freestanding compilers. */
1690 #ifdef __STDC__
1691 # include <limits.h>
1692 #else
1693 # include <assert.h>
1694 #endif
1696 #undef $2
1698 /* Override any GCC internal prototype to avoid an error.
1699 Use char because int might match the return type of a GCC
1700 builtin and then its argument prototype would still apply. */
1701 #ifdef __cplusplus
1702 extern "C"
1703 #endif
1704 char $2 ();
1705 /* The GNU C library defines this for functions which it implements
1706 to always fail with ENOSYS. Some functions are actually named
1707 something starting with __ and the normal name is an alias. */
1708 #if defined __stub_$2 || defined __stub___$2
1709 choke me
1710 #endif
1713 main ()
1715 return $2 ();
1717 return 0;
1719 _ACEOF
1720 if ac_fn_c_try_link "$LINENO"; then :
1721 eval "$3=yes"
1722 else
1723 eval "$3=no"
1725 rm -f core conftest.err conftest.$ac_objext \
1726 conftest$ac_exeext conftest.$ac_ext
1728 eval ac_res=\$$3
1729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1730 $as_echo "$ac_res" >&6; }
1731 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1733 } # ac_fn_c_check_func
1735 # ac_fn_c_find_intX_t LINENO BITS VAR
1736 # -----------------------------------
1737 # Finds a signed integer type with width BITS, setting cache variable VAR
1738 # accordingly.
1739 ac_fn_c_find_intX_t ()
1741 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for int$2_t" >&5
1743 $as_echo_n "checking for int$2_t... " >&6; }
1744 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1745 $as_echo_n "(cached) " >&6
1746 else
1747 eval "$3=no"
1748 for ac_type in int$2_t 'int' 'long int' \
1749 'long long int' 'short int' 'signed char'; do
1750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1751 /* end confdefs.h. */
1752 $ac_includes_default
1754 main ()
1756 static int test_array [1 - 2 * !(0 < ($ac_type) (((($ac_type) 1 << ($2 - 2)) - 1) * 2 + 1))];
1757 test_array [0] = 0
1760 return 0;
1762 _ACEOF
1763 if ac_fn_c_try_compile "$LINENO"; then :
1764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1765 /* end confdefs.h. */
1766 $ac_includes_default
1768 main ()
1770 static int test_array [1 - 2 * !(($ac_type) (((($ac_type) 1 << ($2 - 2)) - 1) * 2 + 1)
1771 < ($ac_type) (((($ac_type) 1 << ($2 - 2)) - 1) * 2 + 2))];
1772 test_array [0] = 0
1775 return 0;
1777 _ACEOF
1778 if ac_fn_c_try_compile "$LINENO"; then :
1780 else
1781 case $ac_type in #(
1782 int$2_t) :
1783 eval "$3=yes" ;; #(
1784 *) :
1785 eval "$3=\$ac_type" ;;
1786 esac
1788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1791 eval as_val=\$$3
1792 if test "x$as_val" = x""no; then :
1794 else
1795 break
1797 done
1799 eval ac_res=\$$3
1800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1801 $as_echo "$ac_res" >&6; }
1802 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1804 } # ac_fn_c_find_intX_t
1806 # ac_fn_c_find_uintX_t LINENO BITS VAR
1807 # ------------------------------------
1808 # Finds an unsigned integer type with width BITS, setting cache variable VAR
1809 # accordingly.
1810 ac_fn_c_find_uintX_t ()
1812 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5
1814 $as_echo_n "checking for uint$2_t... " >&6; }
1815 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1816 $as_echo_n "(cached) " >&6
1817 else
1818 eval "$3=no"
1819 for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \
1820 'unsigned long long int' 'unsigned short int' 'unsigned char'; do
1821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1822 /* end confdefs.h. */
1823 $ac_includes_default
1825 main ()
1827 static int test_array [1 - 2 * !(($ac_type) -1 >> ($2 - 1) == 1)];
1828 test_array [0] = 0
1831 return 0;
1833 _ACEOF
1834 if ac_fn_c_try_compile "$LINENO"; then :
1835 case $ac_type in #(
1836 uint$2_t) :
1837 eval "$3=yes" ;; #(
1838 *) :
1839 eval "$3=\$ac_type" ;;
1840 esac
1842 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1843 eval as_val=\$$3
1844 if test "x$as_val" = x""no; then :
1846 else
1847 break
1849 done
1851 eval ac_res=\$$3
1852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1853 $as_echo "$ac_res" >&6; }
1854 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1856 } # ac_fn_c_find_uintX_t
1857 cat >config.log <<_ACEOF
1858 This file contains any messages produced by compilers while
1859 running configure, to aid debugging if configure makes a mistake.
1861 It was created by LTO plugin for ld $as_me 0.1, which was
1862 generated by GNU Autoconf 2.64. Invocation command line was
1864 $ $0 $@
1866 _ACEOF
1867 exec 5>>config.log
1869 cat <<_ASUNAME
1870 ## --------- ##
1871 ## Platform. ##
1872 ## --------- ##
1874 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1875 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1876 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1877 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1878 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1880 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1881 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1883 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1884 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1885 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1886 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1887 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1888 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1889 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1891 _ASUNAME
1893 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1894 for as_dir in $PATH
1896 IFS=$as_save_IFS
1897 test -z "$as_dir" && as_dir=.
1898 $as_echo "PATH: $as_dir"
1899 done
1900 IFS=$as_save_IFS
1902 } >&5
1904 cat >&5 <<_ACEOF
1907 ## ----------- ##
1908 ## Core tests. ##
1909 ## ----------- ##
1911 _ACEOF
1914 # Keep a trace of the command line.
1915 # Strip out --no-create and --no-recursion so they do not pile up.
1916 # Strip out --silent because we don't want to record it for future runs.
1917 # Also quote any args containing shell meta-characters.
1918 # Make two passes to allow for proper duplicate-argument suppression.
1919 ac_configure_args=
1920 ac_configure_args0=
1921 ac_configure_args1=
1922 ac_must_keep_next=false
1923 for ac_pass in 1 2
1925 for ac_arg
1927 case $ac_arg in
1928 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1929 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1930 | -silent | --silent | --silen | --sile | --sil)
1931 continue ;;
1932 *\'*)
1933 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1934 esac
1935 case $ac_pass in
1936 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1938 as_fn_append ac_configure_args1 " '$ac_arg'"
1939 if test $ac_must_keep_next = true; then
1940 ac_must_keep_next=false # Got value, back to normal.
1941 else
1942 case $ac_arg in
1943 *=* | --config-cache | -C | -disable-* | --disable-* \
1944 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1945 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1946 | -with-* | --with-* | -without-* | --without-* | --x)
1947 case "$ac_configure_args0 " in
1948 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1949 esac
1951 -* ) ac_must_keep_next=true ;;
1952 esac
1954 as_fn_append ac_configure_args " '$ac_arg'"
1956 esac
1957 done
1958 done
1959 { ac_configure_args0=; unset ac_configure_args0;}
1960 { ac_configure_args1=; unset ac_configure_args1;}
1962 # When interrupted or exit'd, cleanup temporary files, and complete
1963 # config.log. We remove comments because anyway the quotes in there
1964 # would cause problems or look ugly.
1965 # WARNING: Use '\'' to represent an apostrophe within the trap.
1966 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1967 trap 'exit_status=$?
1968 # Save into config.log some information that might help in debugging.
1970 echo
1972 cat <<\_ASBOX
1973 ## ---------------- ##
1974 ## Cache variables. ##
1975 ## ---------------- ##
1976 _ASBOX
1977 echo
1978 # The following way of writing the cache mishandles newlines in values,
1980 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1981 eval ac_val=\$$ac_var
1982 case $ac_val in #(
1983 *${as_nl}*)
1984 case $ac_var in #(
1985 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1986 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1987 esac
1988 case $ac_var in #(
1989 _ | IFS | as_nl) ;; #(
1990 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1991 *) { eval $ac_var=; unset $ac_var;} ;;
1992 esac ;;
1993 esac
1994 done
1995 (set) 2>&1 |
1996 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1997 *${as_nl}ac_space=\ *)
1998 sed -n \
1999 "s/'\''/'\''\\\\'\'''\''/g;
2000 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2001 ;; #(
2003 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2005 esac |
2006 sort
2008 echo
2010 cat <<\_ASBOX
2011 ## ----------------- ##
2012 ## Output variables. ##
2013 ## ----------------- ##
2014 _ASBOX
2015 echo
2016 for ac_var in $ac_subst_vars
2018 eval ac_val=\$$ac_var
2019 case $ac_val in
2020 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2021 esac
2022 $as_echo "$ac_var='\''$ac_val'\''"
2023 done | sort
2024 echo
2026 if test -n "$ac_subst_files"; then
2027 cat <<\_ASBOX
2028 ## ------------------- ##
2029 ## File substitutions. ##
2030 ## ------------------- ##
2031 _ASBOX
2032 echo
2033 for ac_var in $ac_subst_files
2035 eval ac_val=\$$ac_var
2036 case $ac_val in
2037 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2038 esac
2039 $as_echo "$ac_var='\''$ac_val'\''"
2040 done | sort
2041 echo
2044 if test -s confdefs.h; then
2045 cat <<\_ASBOX
2046 ## ----------- ##
2047 ## confdefs.h. ##
2048 ## ----------- ##
2049 _ASBOX
2050 echo
2051 cat confdefs.h
2052 echo
2054 test "$ac_signal" != 0 &&
2055 $as_echo "$as_me: caught signal $ac_signal"
2056 $as_echo "$as_me: exit $exit_status"
2057 } >&5
2058 rm -f core *.core core.conftest.* &&
2059 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2060 exit $exit_status
2062 for ac_signal in 1 2 13 15; do
2063 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2064 done
2065 ac_signal=0
2067 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2068 rm -f -r conftest* confdefs.h
2070 $as_echo "/* confdefs.h */" > confdefs.h
2072 # Predefined preprocessor variables.
2074 cat >>confdefs.h <<_ACEOF
2075 #define PACKAGE_NAME "$PACKAGE_NAME"
2076 _ACEOF
2078 cat >>confdefs.h <<_ACEOF
2079 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2080 _ACEOF
2082 cat >>confdefs.h <<_ACEOF
2083 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2084 _ACEOF
2086 cat >>confdefs.h <<_ACEOF
2087 #define PACKAGE_STRING "$PACKAGE_STRING"
2088 _ACEOF
2090 cat >>confdefs.h <<_ACEOF
2091 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2092 _ACEOF
2094 cat >>confdefs.h <<_ACEOF
2095 #define PACKAGE_URL "$PACKAGE_URL"
2096 _ACEOF
2099 # Let the site file select an alternate cache file if it wants to.
2100 # Prefer an explicitly selected file to automatically selected ones.
2101 ac_site_file1=NONE
2102 ac_site_file2=NONE
2103 if test -n "$CONFIG_SITE"; then
2104 ac_site_file1=$CONFIG_SITE
2105 elif test "x$prefix" != xNONE; then
2106 ac_site_file1=$prefix/share/config.site
2107 ac_site_file2=$prefix/etc/config.site
2108 else
2109 ac_site_file1=$ac_default_prefix/share/config.site
2110 ac_site_file2=$ac_default_prefix/etc/config.site
2112 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2114 test "x$ac_site_file" = xNONE && continue
2115 if test -r "$ac_site_file"; then
2116 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2117 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2118 sed 's/^/| /' "$ac_site_file" >&5
2119 . "$ac_site_file"
2121 done
2123 if test -r "$cache_file"; then
2124 # Some versions of bash will fail to source /dev/null (special
2125 # files actually), so we avoid doing that.
2126 if test -f "$cache_file"; then
2127 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2128 $as_echo "$as_me: loading cache $cache_file" >&6;}
2129 case $cache_file in
2130 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2131 *) . "./$cache_file";;
2132 esac
2134 else
2135 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2136 $as_echo "$as_me: creating cache $cache_file" >&6;}
2137 >$cache_file
2140 # Check that the precious variables saved in the cache have kept the same
2141 # value.
2142 ac_cache_corrupted=false
2143 for ac_var in $ac_precious_vars; do
2144 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2145 eval ac_new_set=\$ac_env_${ac_var}_set
2146 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2147 eval ac_new_val=\$ac_env_${ac_var}_value
2148 case $ac_old_set,$ac_new_set in
2149 set,)
2150 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2151 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2152 ac_cache_corrupted=: ;;
2153 ,set)
2154 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2155 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2156 ac_cache_corrupted=: ;;
2157 ,);;
2159 if test "x$ac_old_val" != "x$ac_new_val"; then
2160 # differences in whitespace do not lead to failure.
2161 ac_old_val_w=`echo x $ac_old_val`
2162 ac_new_val_w=`echo x $ac_new_val`
2163 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2164 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2165 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2166 ac_cache_corrupted=:
2167 else
2168 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2169 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2170 eval $ac_var=\$ac_old_val
2172 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2173 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2174 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2175 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2176 fi;;
2177 esac
2178 # Pass precious variables to config.status.
2179 if test "$ac_new_set" = set; then
2180 case $ac_new_val in
2181 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2182 *) ac_arg=$ac_var=$ac_new_val ;;
2183 esac
2184 case " $ac_configure_args " in
2185 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2186 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2187 esac
2189 done
2190 if $ac_cache_corrupted; then
2191 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2192 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2193 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2194 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2195 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2197 ## -------------------- ##
2198 ## Main body of script. ##
2199 ## -------------------- ##
2201 ac_ext=c
2202 ac_cpp='$CPP $CPPFLAGS'
2203 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2204 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2205 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2211 ac_aux_dir=
2212 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2213 for ac_t in install-sh install.sh shtool; do
2214 if test -f "$ac_dir/$ac_t"; then
2215 ac_aux_dir=$ac_dir
2216 ac_install_sh="$ac_aux_dir/$ac_t -c"
2217 break 2
2219 done
2220 done
2221 if test -z "$ac_aux_dir"; then
2222 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2225 # These three variables are undocumented and unsupported,
2226 # and are intended to be withdrawn in a future Autoconf release.
2227 # They can cause serious problems if a builder's source tree is in a directory
2228 # whose full name contains unusual characters.
2229 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2230 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2231 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2234 # Make sure we can run config.sub.
2235 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2236 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2239 $as_echo_n "checking build system type... " >&6; }
2240 if test "${ac_cv_build+set}" = set; then :
2241 $as_echo_n "(cached) " >&6
2242 else
2243 ac_build_alias=$build_alias
2244 test "x$ac_build_alias" = x &&
2245 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2246 test "x$ac_build_alias" = x &&
2247 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2248 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2249 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2253 $as_echo "$ac_cv_build" >&6; }
2254 case $ac_cv_build in
2255 *-*-*) ;;
2256 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2257 esac
2258 build=$ac_cv_build
2259 ac_save_IFS=$IFS; IFS='-'
2260 set x $ac_cv_build
2261 shift
2262 build_cpu=$1
2263 build_vendor=$2
2264 shift; shift
2265 # Remember, the first character of IFS is used to create $*,
2266 # except with old shells:
2267 build_os=$*
2268 IFS=$ac_save_IFS
2269 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2273 $as_echo_n "checking host system type... " >&6; }
2274 if test "${ac_cv_host+set}" = set; then :
2275 $as_echo_n "(cached) " >&6
2276 else
2277 if test "x$host_alias" = x; then
2278 ac_cv_host=$ac_cv_build
2279 else
2280 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2281 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2286 $as_echo "$ac_cv_host" >&6; }
2287 case $ac_cv_host in
2288 *-*-*) ;;
2289 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2290 esac
2291 host=$ac_cv_host
2292 ac_save_IFS=$IFS; IFS='-'
2293 set x $ac_cv_host
2294 shift
2295 host_cpu=$1
2296 host_vendor=$2
2297 shift; shift
2298 # Remember, the first character of IFS is used to create $*,
2299 # except with old shells:
2300 host_os=$*
2301 IFS=$ac_save_IFS
2302 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2306 $as_echo_n "checking target system type... " >&6; }
2307 if test "${ac_cv_target+set}" = set; then :
2308 $as_echo_n "(cached) " >&6
2309 else
2310 if test "x$target_alias" = x; then
2311 ac_cv_target=$ac_cv_host
2312 else
2313 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2314 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2319 $as_echo "$ac_cv_target" >&6; }
2320 case $ac_cv_target in
2321 *-*-*) ;;
2322 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2323 esac
2324 target=$ac_cv_target
2325 ac_save_IFS=$IFS; IFS='-'
2326 set x $ac_cv_target
2327 shift
2328 target_cpu=$1
2329 target_vendor=$2
2330 shift; shift
2331 # Remember, the first character of IFS is used to create $*,
2332 # except with old shells:
2333 target_os=$*
2334 IFS=$ac_save_IFS
2335 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2338 # The aliases save the names the user supplied, while $host etc.
2339 # will get canonicalized.
2340 test -n "$target_alias" &&
2341 test "$program_prefix$program_suffix$program_transform_name" = \
2342 NONENONEs,x,x, &&
2343 program_prefix=${target_alias}-
2345 case ${build_alias} in
2346 "") build_noncanonical=${build} ;;
2347 *) build_noncanonical=${build_alias} ;;
2348 esac
2350 case ${host_alias} in
2351 "") host_noncanonical=${build_noncanonical} ;;
2352 *) host_noncanonical=${host_alias} ;;
2353 esac
2355 case ${target_alias} in
2356 "") target_noncanonical=${host_noncanonical} ;;
2357 *) target_noncanonical=${target_alias} ;;
2358 esac
2361 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2362 # have matching libraries, they should use host libraries: Makefile.tpl
2363 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2364 # However, they still use the build modules, because the corresponding
2365 # host modules (e.g. bison) are only built for the host when bootstrap
2366 # finishes. So:
2367 # - build_subdir is where we find build modules, and never changes.
2368 # - build_libsubdir is where we find build libraries, and can be overridden.
2370 # Prefix 'build-' so this never conflicts with target_subdir.
2371 build_subdir="build-${build_noncanonical}"
2373 # Check whether --with-build-libsubdir was given.
2374 if test "${with_build_libsubdir+set}" = set; then :
2375 withval=$with_build_libsubdir; build_libsubdir="$withval"
2376 else
2377 build_libsubdir="$build_subdir"
2380 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2381 if ( test $srcdir = . && test -d gcc ) \
2382 || test -d $srcdir/../host-${host_noncanonical}; then
2383 host_subdir="host-${host_noncanonical}"
2384 else
2385 host_subdir=.
2387 # No prefix.
2388 target_subdir=${target_noncanonical}
2390 am__api_version='1.11'
2392 # Find a good install program. We prefer a C program (faster),
2393 # so one script is as good as another. But avoid the broken or
2394 # incompatible versions:
2395 # SysV /etc/install, /usr/sbin/install
2396 # SunOS /usr/etc/install
2397 # IRIX /sbin/install
2398 # AIX /bin/install
2399 # AmigaOS /C/install, which installs bootblocks on floppy discs
2400 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2401 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2402 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2403 # OS/2's system install, which has a completely different semantic
2404 # ./install, which can be erroneously created by make from ./install.sh.
2405 # Reject install programs that cannot install multiple files.
2406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2407 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2408 if test -z "$INSTALL"; then
2409 if test "${ac_cv_path_install+set}" = set; then :
2410 $as_echo_n "(cached) " >&6
2411 else
2412 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2413 for as_dir in $PATH
2415 IFS=$as_save_IFS
2416 test -z "$as_dir" && as_dir=.
2417 # Account for people who put trailing slashes in PATH elements.
2418 case $as_dir/ in #((
2419 ./ | .// | /[cC]/* | \
2420 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2421 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2422 /usr/ucb/* ) ;;
2424 # OSF1 and SCO ODT 3.0 have their own names for install.
2425 # Don't use installbsd from OSF since it installs stuff as root
2426 # by default.
2427 for ac_prog in ginstall scoinst install; do
2428 for ac_exec_ext in '' $ac_executable_extensions; do
2429 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2430 if test $ac_prog = install &&
2431 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2432 # AIX install. It has an incompatible calling convention.
2434 elif test $ac_prog = install &&
2435 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2436 # program-specific install script used by HP pwplus--don't use.
2438 else
2439 rm -rf conftest.one conftest.two conftest.dir
2440 echo one > conftest.one
2441 echo two > conftest.two
2442 mkdir conftest.dir
2443 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2444 test -s conftest.one && test -s conftest.two &&
2445 test -s conftest.dir/conftest.one &&
2446 test -s conftest.dir/conftest.two
2447 then
2448 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2449 break 3
2453 done
2454 done
2456 esac
2458 done
2459 IFS=$as_save_IFS
2461 rm -rf conftest.one conftest.two conftest.dir
2464 if test "${ac_cv_path_install+set}" = set; then
2465 INSTALL=$ac_cv_path_install
2466 else
2467 # As a last resort, use the slow shell script. Don't cache a
2468 # value for INSTALL within a source directory, because that will
2469 # break other packages using the cache if that directory is
2470 # removed, or if the value is a relative name.
2471 INSTALL=$ac_install_sh
2474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2475 $as_echo "$INSTALL" >&6; }
2477 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2478 # It thinks the first close brace ends the variable substitution.
2479 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2481 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2483 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2486 $as_echo_n "checking whether build environment is sane... " >&6; }
2487 # Just in case
2488 sleep 1
2489 echo timestamp > conftest.file
2490 # Reject unsafe characters in $srcdir or the absolute working directory
2491 # name. Accept space and tab only in the latter.
2492 am_lf='
2494 case `pwd` in
2495 *[\\\"\#\$\&\'\`$am_lf]*)
2496 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2497 esac
2498 case $srcdir in
2499 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2500 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2501 esac
2503 # Do `set' in a subshell so we don't clobber the current shell's
2504 # arguments. Must try -L first in case configure is actually a
2505 # symlink; some systems play weird games with the mod time of symlinks
2506 # (eg FreeBSD returns the mod time of the symlink's containing
2507 # directory).
2508 if (
2509 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2510 if test "$*" = "X"; then
2511 # -L didn't work.
2512 set X `ls -t "$srcdir/configure" conftest.file`
2514 rm -f conftest.file
2515 if test "$*" != "X $srcdir/configure conftest.file" \
2516 && test "$*" != "X conftest.file $srcdir/configure"; then
2518 # If neither matched, then we have a broken ls. This can happen
2519 # if, for instance, CONFIG_SHELL is bash and it inherits a
2520 # broken ls alias from the environment. This has actually
2521 # happened. Such a system could not be considered "sane".
2522 as_fn_error "ls -t appears to fail. Make sure there is not a broken
2523 alias in your environment" "$LINENO" 5
2526 test "$2" = conftest.file
2528 then
2529 # Ok.
2531 else
2532 as_fn_error "newly created file is older than distributed files!
2533 Check your system clock" "$LINENO" 5
2535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2536 $as_echo "yes" >&6; }
2537 test "$program_prefix" != NONE &&
2538 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2539 # Use a double $ so make ignores it.
2540 test "$program_suffix" != NONE &&
2541 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2542 # Double any \ or $.
2543 # By default was `s,x,x', remove it if useless.
2544 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2545 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2547 # expand $ac_aux_dir to an absolute path
2548 am_aux_dir=`cd $ac_aux_dir && pwd`
2550 if test x"${MISSING+set}" != xset; then
2551 case $am_aux_dir in
2552 *\ * | *\ *)
2553 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2555 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2556 esac
2558 # Use eval to expand $SHELL
2559 if eval "$MISSING --run true"; then
2560 am_missing_run="$MISSING --run "
2561 else
2562 am_missing_run=
2563 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2564 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2567 if test x"${install_sh}" != xset; then
2568 case $am_aux_dir in
2569 *\ * | *\ *)
2570 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2572 install_sh="\${SHELL} $am_aux_dir/install-sh"
2573 esac
2576 # Installed binaries are usually stripped using `strip' when the user
2577 # run `make install-strip'. However `strip' might not be the right
2578 # tool to use in cross-compilation environments, therefore Automake
2579 # will honor the `STRIP' environment variable to overrule this program.
2580 if test "$cross_compiling" != no; then
2581 if test -n "$ac_tool_prefix"; then
2582 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2583 set dummy ${ac_tool_prefix}strip; ac_word=$2
2584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2585 $as_echo_n "checking for $ac_word... " >&6; }
2586 if test "${ac_cv_prog_STRIP+set}" = set; then :
2587 $as_echo_n "(cached) " >&6
2588 else
2589 if test -n "$STRIP"; then
2590 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2591 else
2592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2593 for as_dir in $PATH
2595 IFS=$as_save_IFS
2596 test -z "$as_dir" && as_dir=.
2597 for ac_exec_ext in '' $ac_executable_extensions; do
2598 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2599 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2600 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2601 break 2
2603 done
2604 done
2605 IFS=$as_save_IFS
2609 STRIP=$ac_cv_prog_STRIP
2610 if test -n "$STRIP"; then
2611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2612 $as_echo "$STRIP" >&6; }
2613 else
2614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2615 $as_echo "no" >&6; }
2620 if test -z "$ac_cv_prog_STRIP"; then
2621 ac_ct_STRIP=$STRIP
2622 # Extract the first word of "strip", so it can be a program name with args.
2623 set dummy strip; ac_word=$2
2624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2625 $as_echo_n "checking for $ac_word... " >&6; }
2626 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2627 $as_echo_n "(cached) " >&6
2628 else
2629 if test -n "$ac_ct_STRIP"; then
2630 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2631 else
2632 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2633 for as_dir in $PATH
2635 IFS=$as_save_IFS
2636 test -z "$as_dir" && as_dir=.
2637 for ac_exec_ext in '' $ac_executable_extensions; do
2638 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2639 ac_cv_prog_ac_ct_STRIP="strip"
2640 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2641 break 2
2643 done
2644 done
2645 IFS=$as_save_IFS
2649 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2650 if test -n "$ac_ct_STRIP"; then
2651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2652 $as_echo "$ac_ct_STRIP" >&6; }
2653 else
2654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2655 $as_echo "no" >&6; }
2658 if test "x$ac_ct_STRIP" = x; then
2659 STRIP=":"
2660 else
2661 case $cross_compiling:$ac_tool_warned in
2662 yes:)
2663 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2664 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2665 ac_tool_warned=yes ;;
2666 esac
2667 STRIP=$ac_ct_STRIP
2669 else
2670 STRIP="$ac_cv_prog_STRIP"
2674 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2677 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2678 if test -z "$MKDIR_P"; then
2679 if test "${ac_cv_path_mkdir+set}" = set; then :
2680 $as_echo_n "(cached) " >&6
2681 else
2682 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2683 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2685 IFS=$as_save_IFS
2686 test -z "$as_dir" && as_dir=.
2687 for ac_prog in mkdir gmkdir; do
2688 for ac_exec_ext in '' $ac_executable_extensions; do
2689 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2690 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2691 'mkdir (GNU coreutils) '* | \
2692 'mkdir (coreutils) '* | \
2693 'mkdir (fileutils) '4.1*)
2694 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2695 break 3;;
2696 esac
2697 done
2698 done
2699 done
2700 IFS=$as_save_IFS
2704 if test "${ac_cv_path_mkdir+set}" = set; then
2705 MKDIR_P="$ac_cv_path_mkdir -p"
2706 else
2707 # As a last resort, use the slow shell script. Don't cache a
2708 # value for MKDIR_P within a source directory, because that will
2709 # break other packages using the cache if that directory is
2710 # removed, or if the value is a relative name.
2711 test -d ./--version && rmdir ./--version
2712 MKDIR_P="$ac_install_sh -d"
2715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2716 $as_echo "$MKDIR_P" >&6; }
2718 mkdir_p="$MKDIR_P"
2719 case $mkdir_p in
2720 [\\/$]* | ?:[\\/]*) ;;
2721 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2722 esac
2724 for ac_prog in gawk mawk nawk awk
2726 # Extract the first word of "$ac_prog", so it can be a program name with args.
2727 set dummy $ac_prog; ac_word=$2
2728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2729 $as_echo_n "checking for $ac_word... " >&6; }
2730 if test "${ac_cv_prog_AWK+set}" = set; then :
2731 $as_echo_n "(cached) " >&6
2732 else
2733 if test -n "$AWK"; then
2734 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2735 else
2736 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2737 for as_dir in $PATH
2739 IFS=$as_save_IFS
2740 test -z "$as_dir" && as_dir=.
2741 for ac_exec_ext in '' $ac_executable_extensions; do
2742 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2743 ac_cv_prog_AWK="$ac_prog"
2744 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2745 break 2
2747 done
2748 done
2749 IFS=$as_save_IFS
2753 AWK=$ac_cv_prog_AWK
2754 if test -n "$AWK"; then
2755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2756 $as_echo "$AWK" >&6; }
2757 else
2758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2759 $as_echo "no" >&6; }
2763 test -n "$AWK" && break
2764 done
2766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2767 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2768 set x ${MAKE-make}
2769 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2770 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2771 $as_echo_n "(cached) " >&6
2772 else
2773 cat >conftest.make <<\_ACEOF
2774 SHELL = /bin/sh
2775 all:
2776 @echo '@@@%%%=$(MAKE)=@@@%%%'
2777 _ACEOF
2778 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2779 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2780 *@@@%%%=?*=@@@%%%*)
2781 eval ac_cv_prog_make_${ac_make}_set=yes;;
2783 eval ac_cv_prog_make_${ac_make}_set=no;;
2784 esac
2785 rm -f conftest.make
2787 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2789 $as_echo "yes" >&6; }
2790 SET_MAKE=
2791 else
2792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2793 $as_echo "no" >&6; }
2794 SET_MAKE="MAKE=${MAKE-make}"
2797 rm -rf .tst 2>/dev/null
2798 mkdir .tst 2>/dev/null
2799 if test -d .tst; then
2800 am__leading_dot=.
2801 else
2802 am__leading_dot=_
2804 rmdir .tst 2>/dev/null
2806 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2807 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2808 # is not polluted with repeated "-I."
2809 am__isrc=' -I$(srcdir)'
2810 # test to see if srcdir already configured
2811 if test -f $srcdir/config.status; then
2812 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2816 # test whether we have cygpath
2817 if test -z "$CYGPATH_W"; then
2818 if (cygpath --version) >/dev/null 2>/dev/null; then
2819 CYGPATH_W='cygpath -w'
2820 else
2821 CYGPATH_W=echo
2826 # Define the identity of the package.
2827 PACKAGE='lto-plugin'
2828 VERSION='0.1'
2831 cat >>confdefs.h <<_ACEOF
2832 #define PACKAGE "$PACKAGE"
2833 _ACEOF
2836 cat >>confdefs.h <<_ACEOF
2837 #define VERSION "$VERSION"
2838 _ACEOF
2840 # Some tools Automake needs.
2842 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2845 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2848 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2851 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2854 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2856 # We need awk for the "check" target. The system "awk" is bad on
2857 # some platforms.
2858 # Always define AMTAR for backward compatibility.
2860 AMTAR=${AMTAR-"${am_missing_run}tar"}
2862 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2870 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2871 # Check whether --enable-maintainer-mode was given.
2872 if test "${enable_maintainer_mode+set}" = set; then :
2873 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2874 else
2875 USE_MAINTAINER_MODE=no
2878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2879 $as_echo "$USE_MAINTAINER_MODE" >&6; }
2880 if test $USE_MAINTAINER_MODE = yes; then
2881 MAINTAINER_MODE_TRUE=
2882 MAINTAINER_MODE_FALSE='#'
2883 else
2884 MAINTAINER_MODE_TRUE='#'
2885 MAINTAINER_MODE_FALSE=
2888 MAINT=$MAINTAINER_MODE_TRUE
2891 ac_ext=c
2892 ac_cpp='$CPP $CPPFLAGS'
2893 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2894 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2895 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2896 if test -n "$ac_tool_prefix"; then
2897 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2898 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2900 $as_echo_n "checking for $ac_word... " >&6; }
2901 if test "${ac_cv_prog_CC+set}" = set; then :
2902 $as_echo_n "(cached) " >&6
2903 else
2904 if test -n "$CC"; then
2905 ac_cv_prog_CC="$CC" # Let the user override the test.
2906 else
2907 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2908 for as_dir in $PATH
2910 IFS=$as_save_IFS
2911 test -z "$as_dir" && as_dir=.
2912 for ac_exec_ext in '' $ac_executable_extensions; do
2913 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2914 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2916 break 2
2918 done
2919 done
2920 IFS=$as_save_IFS
2924 CC=$ac_cv_prog_CC
2925 if test -n "$CC"; then
2926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2927 $as_echo "$CC" >&6; }
2928 else
2929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2930 $as_echo "no" >&6; }
2935 if test -z "$ac_cv_prog_CC"; then
2936 ac_ct_CC=$CC
2937 # Extract the first word of "gcc", so it can be a program name with args.
2938 set dummy gcc; ac_word=$2
2939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2940 $as_echo_n "checking for $ac_word... " >&6; }
2941 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2942 $as_echo_n "(cached) " >&6
2943 else
2944 if test -n "$ac_ct_CC"; then
2945 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2946 else
2947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2948 for as_dir in $PATH
2950 IFS=$as_save_IFS
2951 test -z "$as_dir" && as_dir=.
2952 for ac_exec_ext in '' $ac_executable_extensions; do
2953 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2954 ac_cv_prog_ac_ct_CC="gcc"
2955 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2956 break 2
2958 done
2959 done
2960 IFS=$as_save_IFS
2964 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2965 if test -n "$ac_ct_CC"; then
2966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2967 $as_echo "$ac_ct_CC" >&6; }
2968 else
2969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2970 $as_echo "no" >&6; }
2973 if test "x$ac_ct_CC" = x; then
2974 CC=""
2975 else
2976 case $cross_compiling:$ac_tool_warned in
2977 yes:)
2978 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2979 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2980 ac_tool_warned=yes ;;
2981 esac
2982 CC=$ac_ct_CC
2984 else
2985 CC="$ac_cv_prog_CC"
2988 if test -z "$CC"; then
2989 if test -n "$ac_tool_prefix"; then
2990 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2991 set dummy ${ac_tool_prefix}cc; ac_word=$2
2992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2993 $as_echo_n "checking for $ac_word... " >&6; }
2994 if test "${ac_cv_prog_CC+set}" = set; then :
2995 $as_echo_n "(cached) " >&6
2996 else
2997 if test -n "$CC"; then
2998 ac_cv_prog_CC="$CC" # Let the user override the test.
2999 else
3000 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3001 for as_dir in $PATH
3003 IFS=$as_save_IFS
3004 test -z "$as_dir" && as_dir=.
3005 for ac_exec_ext in '' $ac_executable_extensions; do
3006 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3007 ac_cv_prog_CC="${ac_tool_prefix}cc"
3008 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3009 break 2
3011 done
3012 done
3013 IFS=$as_save_IFS
3017 CC=$ac_cv_prog_CC
3018 if test -n "$CC"; then
3019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3020 $as_echo "$CC" >&6; }
3021 else
3022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3023 $as_echo "no" >&6; }
3029 if test -z "$CC"; then
3030 # Extract the first word of "cc", so it can be a program name with args.
3031 set dummy cc; ac_word=$2
3032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3033 $as_echo_n "checking for $ac_word... " >&6; }
3034 if test "${ac_cv_prog_CC+set}" = set; then :
3035 $as_echo_n "(cached) " >&6
3036 else
3037 if test -n "$CC"; then
3038 ac_cv_prog_CC="$CC" # Let the user override the test.
3039 else
3040 ac_prog_rejected=no
3041 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3042 for as_dir in $PATH
3044 IFS=$as_save_IFS
3045 test -z "$as_dir" && as_dir=.
3046 for ac_exec_ext in '' $ac_executable_extensions; do
3047 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3048 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3049 ac_prog_rejected=yes
3050 continue
3052 ac_cv_prog_CC="cc"
3053 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3054 break 2
3056 done
3057 done
3058 IFS=$as_save_IFS
3060 if test $ac_prog_rejected = yes; then
3061 # We found a bogon in the path, so make sure we never use it.
3062 set dummy $ac_cv_prog_CC
3063 shift
3064 if test $# != 0; then
3065 # We chose a different compiler from the bogus one.
3066 # However, it has the same basename, so the bogon will be chosen
3067 # first if we set CC to just the basename; use the full file name.
3068 shift
3069 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3074 CC=$ac_cv_prog_CC
3075 if test -n "$CC"; then
3076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3077 $as_echo "$CC" >&6; }
3078 else
3079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3080 $as_echo "no" >&6; }
3085 if test -z "$CC"; then
3086 if test -n "$ac_tool_prefix"; then
3087 for ac_prog in cl.exe
3089 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3090 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3092 $as_echo_n "checking for $ac_word... " >&6; }
3093 if test "${ac_cv_prog_CC+set}" = set; then :
3094 $as_echo_n "(cached) " >&6
3095 else
3096 if test -n "$CC"; then
3097 ac_cv_prog_CC="$CC" # Let the user override the test.
3098 else
3099 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3100 for as_dir in $PATH
3102 IFS=$as_save_IFS
3103 test -z "$as_dir" && as_dir=.
3104 for ac_exec_ext in '' $ac_executable_extensions; do
3105 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3106 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3107 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3108 break 2
3110 done
3111 done
3112 IFS=$as_save_IFS
3116 CC=$ac_cv_prog_CC
3117 if test -n "$CC"; then
3118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3119 $as_echo "$CC" >&6; }
3120 else
3121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3122 $as_echo "no" >&6; }
3126 test -n "$CC" && break
3127 done
3129 if test -z "$CC"; then
3130 ac_ct_CC=$CC
3131 for ac_prog in cl.exe
3133 # Extract the first word of "$ac_prog", so it can be a program name with args.
3134 set dummy $ac_prog; ac_word=$2
3135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3136 $as_echo_n "checking for $ac_word... " >&6; }
3137 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3138 $as_echo_n "(cached) " >&6
3139 else
3140 if test -n "$ac_ct_CC"; then
3141 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3142 else
3143 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3144 for as_dir in $PATH
3146 IFS=$as_save_IFS
3147 test -z "$as_dir" && as_dir=.
3148 for ac_exec_ext in '' $ac_executable_extensions; do
3149 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3150 ac_cv_prog_ac_ct_CC="$ac_prog"
3151 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3152 break 2
3154 done
3155 done
3156 IFS=$as_save_IFS
3160 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3161 if test -n "$ac_ct_CC"; then
3162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3163 $as_echo "$ac_ct_CC" >&6; }
3164 else
3165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3166 $as_echo "no" >&6; }
3170 test -n "$ac_ct_CC" && break
3171 done
3173 if test "x$ac_ct_CC" = x; then
3174 CC=""
3175 else
3176 case $cross_compiling:$ac_tool_warned in
3177 yes:)
3178 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3179 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3180 ac_tool_warned=yes ;;
3181 esac
3182 CC=$ac_ct_CC
3189 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3190 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3191 as_fn_error "no acceptable C compiler found in \$PATH
3192 See \`config.log' for more details." "$LINENO" 5; }
3194 # Provide some information about the compiler.
3195 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3196 set X $ac_compile
3197 ac_compiler=$2
3198 for ac_option in --version -v -V -qversion; do
3199 { { ac_try="$ac_compiler $ac_option >&5"
3200 case "(($ac_try" in
3201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3202 *) ac_try_echo=$ac_try;;
3203 esac
3204 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3205 $as_echo "$ac_try_echo"; } >&5
3206 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3207 ac_status=$?
3208 if test -s conftest.err; then
3209 sed '10a\
3210 ... rest of stderr output deleted ...
3211 10q' conftest.err >conftest.er1
3212 cat conftest.er1 >&5
3213 rm -f conftest.er1 conftest.err
3215 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3216 test $ac_status = 0; }
3217 done
3219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3220 /* end confdefs.h. */
3223 main ()
3227 return 0;
3229 _ACEOF
3230 ac_clean_files_save=$ac_clean_files
3231 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3232 # Try to create an executable without -o first, disregard a.out.
3233 # It will help us diagnose broken compilers, and finding out an intuition
3234 # of exeext.
3235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3236 $as_echo_n "checking for C compiler default output file name... " >&6; }
3237 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3239 # The possible output files:
3240 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3242 ac_rmfiles=
3243 for ac_file in $ac_files
3245 case $ac_file in
3246 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3247 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3248 esac
3249 done
3250 rm -f $ac_rmfiles
3252 if { { ac_try="$ac_link_default"
3253 case "(($ac_try" in
3254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3255 *) ac_try_echo=$ac_try;;
3256 esac
3257 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3258 $as_echo "$ac_try_echo"; } >&5
3259 (eval "$ac_link_default") 2>&5
3260 ac_status=$?
3261 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3262 test $ac_status = 0; }; then :
3263 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3264 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3265 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3266 # so that the user can short-circuit this test for compilers unknown to
3267 # Autoconf.
3268 for ac_file in $ac_files ''
3270 test -f "$ac_file" || continue
3271 case $ac_file in
3272 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3274 [ab].out )
3275 # We found the default executable, but exeext='' is most
3276 # certainly right.
3277 break;;
3278 *.* )
3279 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3280 then :; else
3281 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3283 # We set ac_cv_exeext here because the later test for it is not
3284 # safe: cross compilers may not add the suffix if given an `-o'
3285 # argument, so we may need to know it at that point already.
3286 # Even if this section looks crufty: it has the advantage of
3287 # actually working.
3288 break;;
3290 break;;
3291 esac
3292 done
3293 test "$ac_cv_exeext" = no && ac_cv_exeext=
3295 else
3296 ac_file=''
3298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3299 $as_echo "$ac_file" >&6; }
3300 if test -z "$ac_file"; then :
3301 $as_echo "$as_me: failed program was:" >&5
3302 sed 's/^/| /' conftest.$ac_ext >&5
3304 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3305 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3306 { as_fn_set_status 77
3307 as_fn_error "C compiler cannot create executables
3308 See \`config.log' for more details." "$LINENO" 5; }; }
3310 ac_exeext=$ac_cv_exeext
3312 # Check that the compiler produces executables we can run. If not, either
3313 # the compiler is broken, or we cross compile.
3314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3315 $as_echo_n "checking whether the C compiler works... " >&6; }
3316 # If not cross compiling, check that we can run a simple program.
3317 if test "$cross_compiling" != yes; then
3318 if { ac_try='./$ac_file'
3319 { { case "(($ac_try" in
3320 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3321 *) ac_try_echo=$ac_try;;
3322 esac
3323 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3324 $as_echo "$ac_try_echo"; } >&5
3325 (eval "$ac_try") 2>&5
3326 ac_status=$?
3327 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3328 test $ac_status = 0; }; }; then
3329 cross_compiling=no
3330 else
3331 if test "$cross_compiling" = maybe; then
3332 cross_compiling=yes
3333 else
3334 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3335 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3336 as_fn_error "cannot run C compiled programs.
3337 If you meant to cross compile, use \`--host'.
3338 See \`config.log' for more details." "$LINENO" 5; }
3342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3343 $as_echo "yes" >&6; }
3345 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3346 ac_clean_files=$ac_clean_files_save
3347 # Check that the compiler produces executables we can run. If not, either
3348 # the compiler is broken, or we cross compile.
3349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3350 $as_echo_n "checking whether we are cross compiling... " >&6; }
3351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3352 $as_echo "$cross_compiling" >&6; }
3354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3355 $as_echo_n "checking for suffix of executables... " >&6; }
3356 if { { ac_try="$ac_link"
3357 case "(($ac_try" in
3358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3359 *) ac_try_echo=$ac_try;;
3360 esac
3361 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3362 $as_echo "$ac_try_echo"; } >&5
3363 (eval "$ac_link") 2>&5
3364 ac_status=$?
3365 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3366 test $ac_status = 0; }; then :
3367 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3368 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3369 # work properly (i.e., refer to `conftest.exe'), while it won't with
3370 # `rm'.
3371 for ac_file in conftest.exe conftest conftest.*; do
3372 test -f "$ac_file" || continue
3373 case $ac_file in
3374 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3375 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3376 break;;
3377 * ) break;;
3378 esac
3379 done
3380 else
3381 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3382 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3383 as_fn_error "cannot compute suffix of executables: cannot compile and link
3384 See \`config.log' for more details." "$LINENO" 5; }
3386 rm -f conftest$ac_cv_exeext
3387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3388 $as_echo "$ac_cv_exeext" >&6; }
3390 rm -f conftest.$ac_ext
3391 EXEEXT=$ac_cv_exeext
3392 ac_exeext=$EXEEXT
3393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3394 $as_echo_n "checking for suffix of object files... " >&6; }
3395 if test "${ac_cv_objext+set}" = set; then :
3396 $as_echo_n "(cached) " >&6
3397 else
3398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3399 /* end confdefs.h. */
3402 main ()
3406 return 0;
3408 _ACEOF
3409 rm -f conftest.o conftest.obj
3410 if { { ac_try="$ac_compile"
3411 case "(($ac_try" in
3412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3413 *) ac_try_echo=$ac_try;;
3414 esac
3415 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3416 $as_echo "$ac_try_echo"; } >&5
3417 (eval "$ac_compile") 2>&5
3418 ac_status=$?
3419 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3420 test $ac_status = 0; }; then :
3421 for ac_file in conftest.o conftest.obj conftest.*; do
3422 test -f "$ac_file" || continue;
3423 case $ac_file in
3424 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3425 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3426 break;;
3427 esac
3428 done
3429 else
3430 $as_echo "$as_me: failed program was:" >&5
3431 sed 's/^/| /' conftest.$ac_ext >&5
3433 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3434 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3435 as_fn_error "cannot compute suffix of object files: cannot compile
3436 See \`config.log' for more details." "$LINENO" 5; }
3438 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3441 $as_echo "$ac_cv_objext" >&6; }
3442 OBJEXT=$ac_cv_objext
3443 ac_objext=$OBJEXT
3444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3445 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3446 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3447 $as_echo_n "(cached) " >&6
3448 else
3449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3450 /* end confdefs.h. */
3453 main ()
3455 #ifndef __GNUC__
3456 choke me
3457 #endif
3460 return 0;
3462 _ACEOF
3463 if ac_fn_c_try_compile "$LINENO"; then :
3464 ac_compiler_gnu=yes
3465 else
3466 ac_compiler_gnu=no
3468 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3469 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3473 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3474 if test $ac_compiler_gnu = yes; then
3475 GCC=yes
3476 else
3477 GCC=
3479 ac_test_CFLAGS=${CFLAGS+set}
3480 ac_save_CFLAGS=$CFLAGS
3481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3482 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3483 if test "${ac_cv_prog_cc_g+set}" = set; then :
3484 $as_echo_n "(cached) " >&6
3485 else
3486 ac_save_c_werror_flag=$ac_c_werror_flag
3487 ac_c_werror_flag=yes
3488 ac_cv_prog_cc_g=no
3489 CFLAGS="-g"
3490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3491 /* end confdefs.h. */
3494 main ()
3498 return 0;
3500 _ACEOF
3501 if ac_fn_c_try_compile "$LINENO"; then :
3502 ac_cv_prog_cc_g=yes
3503 else
3504 CFLAGS=""
3505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3506 /* end confdefs.h. */
3509 main ()
3513 return 0;
3515 _ACEOF
3516 if ac_fn_c_try_compile "$LINENO"; then :
3518 else
3519 ac_c_werror_flag=$ac_save_c_werror_flag
3520 CFLAGS="-g"
3521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3522 /* end confdefs.h. */
3525 main ()
3529 return 0;
3531 _ACEOF
3532 if ac_fn_c_try_compile "$LINENO"; then :
3533 ac_cv_prog_cc_g=yes
3535 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3540 ac_c_werror_flag=$ac_save_c_werror_flag
3542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3543 $as_echo "$ac_cv_prog_cc_g" >&6; }
3544 if test "$ac_test_CFLAGS" = set; then
3545 CFLAGS=$ac_save_CFLAGS
3546 elif test $ac_cv_prog_cc_g = yes; then
3547 if test "$GCC" = yes; then
3548 CFLAGS="-g -O2"
3549 else
3550 CFLAGS="-g"
3552 else
3553 if test "$GCC" = yes; then
3554 CFLAGS="-O2"
3555 else
3556 CFLAGS=
3559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3560 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3561 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3562 $as_echo_n "(cached) " >&6
3563 else
3564 ac_cv_prog_cc_c89=no
3565 ac_save_CC=$CC
3566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3567 /* end confdefs.h. */
3568 #include <stdarg.h>
3569 #include <stdio.h>
3570 #include <sys/types.h>
3571 #include <sys/stat.h>
3572 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3573 struct buf { int x; };
3574 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3575 static char *e (p, i)
3576 char **p;
3577 int i;
3579 return p[i];
3581 static char *f (char * (*g) (char **, int), char **p, ...)
3583 char *s;
3584 va_list v;
3585 va_start (v,p);
3586 s = g (p, va_arg (v,int));
3587 va_end (v);
3588 return s;
3591 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3592 function prototypes and stuff, but not '\xHH' hex character constants.
3593 These don't provoke an error unfortunately, instead are silently treated
3594 as 'x'. The following induces an error, until -std is added to get
3595 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3596 array size at least. It's necessary to write '\x00'==0 to get something
3597 that's true only with -std. */
3598 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3600 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3601 inside strings and character constants. */
3602 #define FOO(x) 'x'
3603 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3605 int test (int i, double x);
3606 struct s1 {int (*f) (int a);};
3607 struct s2 {int (*f) (double a);};
3608 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3609 int argc;
3610 char **argv;
3612 main ()
3614 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3616 return 0;
3618 _ACEOF
3619 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3620 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3622 CC="$ac_save_CC $ac_arg"
3623 if ac_fn_c_try_compile "$LINENO"; then :
3624 ac_cv_prog_cc_c89=$ac_arg
3626 rm -f core conftest.err conftest.$ac_objext
3627 test "x$ac_cv_prog_cc_c89" != "xno" && break
3628 done
3629 rm -f conftest.$ac_ext
3630 CC=$ac_save_CC
3633 # AC_CACHE_VAL
3634 case "x$ac_cv_prog_cc_c89" in
3636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3637 $as_echo "none needed" >&6; } ;;
3638 xno)
3639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3640 $as_echo "unsupported" >&6; } ;;
3642 CC="$CC $ac_cv_prog_cc_c89"
3643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3644 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3645 esac
3646 if test "x$ac_cv_prog_cc_c89" != xno; then :
3650 ac_ext=c
3651 ac_cpp='$CPP $CPPFLAGS'
3652 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3653 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3654 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3655 DEPDIR="${am__leading_dot}deps"
3657 ac_config_commands="$ac_config_commands depfiles"
3660 am_make=${MAKE-make}
3661 cat > confinc << 'END'
3662 am__doit:
3663 @echo this is the am__doit target
3664 .PHONY: am__doit
3666 # If we don't find an include directive, just comment out the code.
3667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3668 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3669 am__include="#"
3670 am__quote=
3671 _am_result=none
3672 # First try GNU make style include.
3673 echo "include confinc" > confmf
3674 # Ignore all kinds of additional output from `make'.
3675 case `$am_make -s -f confmf 2> /dev/null` in #(
3676 *the\ am__doit\ target*)
3677 am__include=include
3678 am__quote=
3679 _am_result=GNU
3681 esac
3682 # Now try BSD make style include.
3683 if test "$am__include" = "#"; then
3684 echo '.include "confinc"' > confmf
3685 case `$am_make -s -f confmf 2> /dev/null` in #(
3686 *the\ am__doit\ target*)
3687 am__include=.include
3688 am__quote="\""
3689 _am_result=BSD
3691 esac
3695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3696 $as_echo "$_am_result" >&6; }
3697 rm -f confinc confmf
3699 # Check whether --enable-dependency-tracking was given.
3700 if test "${enable_dependency_tracking+set}" = set; then :
3701 enableval=$enable_dependency_tracking;
3704 if test "x$enable_dependency_tracking" != xno; then
3705 am_depcomp="$ac_aux_dir/depcomp"
3706 AMDEPBACKSLASH='\'
3708 if test "x$enable_dependency_tracking" != xno; then
3709 AMDEP_TRUE=
3710 AMDEP_FALSE='#'
3711 else
3712 AMDEP_TRUE='#'
3713 AMDEP_FALSE=
3718 depcc="$CC" am_compiler_list=
3720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3721 $as_echo_n "checking dependency style of $depcc... " >&6; }
3722 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3723 $as_echo_n "(cached) " >&6
3724 else
3725 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3726 # We make a subdir and do the tests there. Otherwise we can end up
3727 # making bogus files that we don't know about and never remove. For
3728 # instance it was reported that on HP-UX the gcc test will end up
3729 # making a dummy file named `D' -- because `-MD' means `put the output
3730 # in D'.
3731 mkdir conftest.dir
3732 # Copy depcomp to subdir because otherwise we won't find it if we're
3733 # using a relative directory.
3734 cp "$am_depcomp" conftest.dir
3735 cd conftest.dir
3736 # We will build objects and dependencies in a subdirectory because
3737 # it helps to detect inapplicable dependency modes. For instance
3738 # both Tru64's cc and ICC support -MD to output dependencies as a
3739 # side effect of compilation, but ICC will put the dependencies in
3740 # the current directory while Tru64 will put them in the object
3741 # directory.
3742 mkdir sub
3744 am_cv_CC_dependencies_compiler_type=none
3745 if test "$am_compiler_list" = ""; then
3746 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3748 am__universal=false
3749 case " $depcc " in #(
3750 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3751 esac
3753 for depmode in $am_compiler_list; do
3754 # Setup a source with many dependencies, because some compilers
3755 # like to wrap large dependency lists on column 80 (with \), and
3756 # we should not choose a depcomp mode which is confused by this.
3758 # We need to recreate these files for each test, as the compiler may
3759 # overwrite some of them when testing with obscure command lines.
3760 # This happens at least with the AIX C compiler.
3761 : > sub/conftest.c
3762 for i in 1 2 3 4 5 6; do
3763 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3764 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3765 # Solaris 8's {/usr,}/bin/sh.
3766 touch sub/conftst$i.h
3767 done
3768 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3770 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3771 # mode. It turns out that the SunPro C++ compiler does not properly
3772 # handle `-M -o', and we need to detect this. Also, some Intel
3773 # versions had trouble with output in subdirs
3774 am__obj=sub/conftest.${OBJEXT-o}
3775 am__minus_obj="-o $am__obj"
3776 case $depmode in
3777 gcc)
3778 # This depmode causes a compiler race in universal mode.
3779 test "$am__universal" = false || continue
3781 nosideeffect)
3782 # after this tag, mechanisms are not by side-effect, so they'll
3783 # only be used when explicitly requested
3784 if test "x$enable_dependency_tracking" = xyes; then
3785 continue
3786 else
3787 break
3790 msvisualcpp | msvcmsys)
3791 # This compiler won't grok `-c -o', but also, the minuso test has
3792 # not run yet. These depmodes are late enough in the game, and
3793 # so weak that their functioning should not be impacted.
3794 am__obj=conftest.${OBJEXT-o}
3795 am__minus_obj=
3797 none) break ;;
3798 esac
3799 if depmode=$depmode \
3800 source=sub/conftest.c object=$am__obj \
3801 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3802 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3803 >/dev/null 2>conftest.err &&
3804 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3805 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3806 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3807 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3808 # icc doesn't choke on unknown options, it will just issue warnings
3809 # or remarks (even with -Werror). So we grep stderr for any message
3810 # that says an option was ignored or not supported.
3811 # When given -MP, icc 7.0 and 7.1 complain thusly:
3812 # icc: Command line warning: ignoring option '-M'; no argument required
3813 # The diagnosis changed in icc 8.0:
3814 # icc: Command line remark: option '-MP' not supported
3815 if (grep 'ignoring option' conftest.err ||
3816 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3817 am_cv_CC_dependencies_compiler_type=$depmode
3818 break
3821 done
3823 cd ..
3824 rm -rf conftest.dir
3825 else
3826 am_cv_CC_dependencies_compiler_type=none
3830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3831 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3832 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3835 test "x$enable_dependency_tracking" != xno \
3836 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3837 am__fastdepCC_TRUE=
3838 am__fastdepCC_FALSE='#'
3839 else
3840 am__fastdepCC_TRUE='#'
3841 am__fastdepCC_FALSE=
3846 # Check whether --enable-largefile was given.
3847 if test "${enable_largefile+set}" = set; then :
3848 enableval=$enable_largefile;
3851 if test "$enable_largefile" != no; then
3853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
3854 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
3855 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
3856 $as_echo_n "(cached) " >&6
3857 else
3858 ac_cv_sys_largefile_CC=no
3859 if test "$GCC" != yes; then
3860 ac_save_CC=$CC
3861 while :; do
3862 # IRIX 6.2 and later do not support large files by default,
3863 # so use the C compiler's -n32 option if that helps.
3864 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3865 /* end confdefs.h. */
3866 #include <sys/types.h>
3867 /* Check that off_t can represent 2**63 - 1 correctly.
3868 We can't simply define LARGE_OFF_T to be 9223372036854775807,
3869 since some C++ compilers masquerading as C compilers
3870 incorrectly reject 9223372036854775807. */
3871 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
3872 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
3873 && LARGE_OFF_T % 2147483647 == 1)
3874 ? 1 : -1];
3876 main ()
3880 return 0;
3882 _ACEOF
3883 if ac_fn_c_try_compile "$LINENO"; then :
3884 break
3886 rm -f core conftest.err conftest.$ac_objext
3887 CC="$CC -n32"
3888 if ac_fn_c_try_compile "$LINENO"; then :
3889 ac_cv_sys_largefile_CC=' -n32'; break
3891 rm -f core conftest.err conftest.$ac_objext
3892 break
3893 done
3894 CC=$ac_save_CC
3895 rm -f conftest.$ac_ext
3898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
3899 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
3900 if test "$ac_cv_sys_largefile_CC" != no; then
3901 CC=$CC$ac_cv_sys_largefile_CC
3904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
3905 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
3906 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
3907 $as_echo_n "(cached) " >&6
3908 else
3909 while :; do
3910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3911 /* end confdefs.h. */
3912 #include <sys/types.h>
3913 /* Check that off_t can represent 2**63 - 1 correctly.
3914 We can't simply define LARGE_OFF_T to be 9223372036854775807,
3915 since some C++ compilers masquerading as C compilers
3916 incorrectly reject 9223372036854775807. */
3917 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
3918 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
3919 && LARGE_OFF_T % 2147483647 == 1)
3920 ? 1 : -1];
3922 main ()
3926 return 0;
3928 _ACEOF
3929 if ac_fn_c_try_compile "$LINENO"; then :
3930 ac_cv_sys_file_offset_bits=no; break
3932 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3934 /* end confdefs.h. */
3935 #define _FILE_OFFSET_BITS 64
3936 #include <sys/types.h>
3937 /* Check that off_t can represent 2**63 - 1 correctly.
3938 We can't simply define LARGE_OFF_T to be 9223372036854775807,
3939 since some C++ compilers masquerading as C compilers
3940 incorrectly reject 9223372036854775807. */
3941 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
3942 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
3943 && LARGE_OFF_T % 2147483647 == 1)
3944 ? 1 : -1];
3946 main ()
3950 return 0;
3952 _ACEOF
3953 if ac_fn_c_try_compile "$LINENO"; then :
3954 ac_cv_sys_file_offset_bits=64; break
3956 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3957 ac_cv_sys_file_offset_bits=unknown
3958 break
3959 done
3961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
3962 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
3963 case $ac_cv_sys_file_offset_bits in #(
3964 no | unknown) ;;
3966 cat >>confdefs.h <<_ACEOF
3967 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
3968 _ACEOF
3970 esac
3971 rm -rf conftest*
3972 if test $ac_cv_sys_file_offset_bits = unknown; then
3973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
3974 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
3975 if test "${ac_cv_sys_large_files+set}" = set; then :
3976 $as_echo_n "(cached) " >&6
3977 else
3978 while :; do
3979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3980 /* end confdefs.h. */
3981 #include <sys/types.h>
3982 /* Check that off_t can represent 2**63 - 1 correctly.
3983 We can't simply define LARGE_OFF_T to be 9223372036854775807,
3984 since some C++ compilers masquerading as C compilers
3985 incorrectly reject 9223372036854775807. */
3986 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
3987 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
3988 && LARGE_OFF_T % 2147483647 == 1)
3989 ? 1 : -1];
3991 main ()
3995 return 0;
3997 _ACEOF
3998 if ac_fn_c_try_compile "$LINENO"; then :
3999 ac_cv_sys_large_files=no; break
4001 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4003 /* end confdefs.h. */
4004 #define _LARGE_FILES 1
4005 #include <sys/types.h>
4006 /* Check that off_t can represent 2**63 - 1 correctly.
4007 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4008 since some C++ compilers masquerading as C compilers
4009 incorrectly reject 9223372036854775807. */
4010 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4011 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4012 && LARGE_OFF_T % 2147483647 == 1)
4013 ? 1 : -1];
4015 main ()
4019 return 0;
4021 _ACEOF
4022 if ac_fn_c_try_compile "$LINENO"; then :
4023 ac_cv_sys_large_files=1; break
4025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4026 ac_cv_sys_large_files=unknown
4027 break
4028 done
4030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
4031 $as_echo "$ac_cv_sys_large_files" >&6; }
4032 case $ac_cv_sys_large_files in #(
4033 no | unknown) ;;
4035 cat >>confdefs.h <<_ACEOF
4036 #define _LARGE_FILES $ac_cv_sys_large_files
4037 _ACEOF
4039 esac
4040 rm -rf conftest*
4044 ac_lto_plugin_warn_cflags=
4045 save_CFLAGS="$CFLAGS"
4046 for option in -Wall; do
4047 as_acx_Woption=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
4049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
4050 $as_echo_n "checking whether $CC supports $option... " >&6; }
4051 if { as_var=$as_acx_Woption; eval "test \"\${$as_var+set}\" = set"; }; then :
4052 $as_echo_n "(cached) " >&6
4053 else
4054 CFLAGS="$option"
4055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4056 /* end confdefs.h. */
4059 main ()
4063 return 0;
4065 _ACEOF
4066 if ac_fn_c_try_compile "$LINENO"; then :
4067 eval "$as_acx_Woption=yes"
4068 else
4069 eval "$as_acx_Woption=no"
4071 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4074 eval ac_res=\$$as_acx_Woption
4075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
4076 $as_echo "$ac_res" >&6; }
4077 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
4078 ac_lto_plugin_warn_cflags="$ac_lto_plugin_warn_cflags${ac_lto_plugin_warn_cflags:+ }$option"
4080 done
4081 CFLAGS="$save_CFLAGS"
4083 case `pwd` in
4084 *\ * | *\ *)
4085 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4086 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4087 esac
4091 macro_version='2.2.7a'
4092 macro_revision='1.3134'
4106 ltmain="$ac_aux_dir/ltmain.sh"
4108 # Backslashify metacharacters that are still active within
4109 # double-quoted strings.
4110 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4112 # Same as above, but do not quote variable references.
4113 double_quote_subst='s/\(["`\\]\)/\\\1/g'
4115 # Sed substitution to delay expansion of an escaped shell variable in a
4116 # double_quote_subst'ed string.
4117 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4119 # Sed substitution to delay expansion of an escaped single quote.
4120 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4122 # Sed substitution to avoid accidental globbing in evaled expressions
4123 no_glob_subst='s/\*/\\\*/g'
4125 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4126 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4127 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4130 $as_echo_n "checking how to print strings... " >&6; }
4131 # Test print first, because it will be a builtin if present.
4132 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4133 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4134 ECHO='print -r --'
4135 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4136 ECHO='printf %s\n'
4137 else
4138 # Use this function as a fallback that always works.
4139 func_fallback_echo ()
4141 eval 'cat <<_LTECHO_EOF
4143 _LTECHO_EOF'
4145 ECHO='func_fallback_echo'
4148 # func_echo_all arg...
4149 # Invoke $ECHO with all args, space-separated.
4150 func_echo_all ()
4152 $ECHO ""
4155 case "$ECHO" in
4156 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4157 $as_echo "printf" >&6; } ;;
4158 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4159 $as_echo "print -r" >&6; } ;;
4160 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4161 $as_echo "cat" >&6; } ;;
4162 esac
4177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4178 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4179 if test "${ac_cv_path_SED+set}" = set; then :
4180 $as_echo_n "(cached) " >&6
4181 else
4182 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4183 for ac_i in 1 2 3 4 5 6 7; do
4184 ac_script="$ac_script$as_nl$ac_script"
4185 done
4186 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4187 { ac_script=; unset ac_script;}
4188 if test -z "$SED"; then
4189 ac_path_SED_found=false
4190 # Loop through the user's path and test for each of PROGNAME-LIST
4191 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4192 for as_dir in $PATH
4194 IFS=$as_save_IFS
4195 test -z "$as_dir" && as_dir=.
4196 for ac_prog in sed gsed; do
4197 for ac_exec_ext in '' $ac_executable_extensions; do
4198 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4199 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4200 # Check for GNU ac_path_SED and select it if it is found.
4201 # Check for GNU $ac_path_SED
4202 case `"$ac_path_SED" --version 2>&1` in
4203 *GNU*)
4204 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4206 ac_count=0
4207 $as_echo_n 0123456789 >"conftest.in"
4208 while :
4210 cat "conftest.in" "conftest.in" >"conftest.tmp"
4211 mv "conftest.tmp" "conftest.in"
4212 cp "conftest.in" "conftest.nl"
4213 $as_echo '' >> "conftest.nl"
4214 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4215 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4216 as_fn_arith $ac_count + 1 && ac_count=$as_val
4217 if test $ac_count -gt ${ac_path_SED_max-0}; then
4218 # Best one so far, save it but keep looking for a better one
4219 ac_cv_path_SED="$ac_path_SED"
4220 ac_path_SED_max=$ac_count
4222 # 10*(2^10) chars as input seems more than enough
4223 test $ac_count -gt 10 && break
4224 done
4225 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4226 esac
4228 $ac_path_SED_found && break 3
4229 done
4230 done
4231 done
4232 IFS=$as_save_IFS
4233 if test -z "$ac_cv_path_SED"; then
4234 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
4236 else
4237 ac_cv_path_SED=$SED
4241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4242 $as_echo "$ac_cv_path_SED" >&6; }
4243 SED="$ac_cv_path_SED"
4244 rm -f conftest.sed
4246 test -z "$SED" && SED=sed
4247 Xsed="$SED -e 1s/^X//"
4259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4260 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4261 if test "${ac_cv_path_GREP+set}" = set; then :
4262 $as_echo_n "(cached) " >&6
4263 else
4264 if test -z "$GREP"; then
4265 ac_path_GREP_found=false
4266 # Loop through the user's path and test for each of PROGNAME-LIST
4267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4268 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4270 IFS=$as_save_IFS
4271 test -z "$as_dir" && as_dir=.
4272 for ac_prog in grep ggrep; do
4273 for ac_exec_ext in '' $ac_executable_extensions; do
4274 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4275 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4276 # Check for GNU ac_path_GREP and select it if it is found.
4277 # Check for GNU $ac_path_GREP
4278 case `"$ac_path_GREP" --version 2>&1` in
4279 *GNU*)
4280 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4282 ac_count=0
4283 $as_echo_n 0123456789 >"conftest.in"
4284 while :
4286 cat "conftest.in" "conftest.in" >"conftest.tmp"
4287 mv "conftest.tmp" "conftest.in"
4288 cp "conftest.in" "conftest.nl"
4289 $as_echo 'GREP' >> "conftest.nl"
4290 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4291 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4292 as_fn_arith $ac_count + 1 && ac_count=$as_val
4293 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4294 # Best one so far, save it but keep looking for a better one
4295 ac_cv_path_GREP="$ac_path_GREP"
4296 ac_path_GREP_max=$ac_count
4298 # 10*(2^10) chars as input seems more than enough
4299 test $ac_count -gt 10 && break
4300 done
4301 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4302 esac
4304 $ac_path_GREP_found && break 3
4305 done
4306 done
4307 done
4308 IFS=$as_save_IFS
4309 if test -z "$ac_cv_path_GREP"; then
4310 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4312 else
4313 ac_cv_path_GREP=$GREP
4317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4318 $as_echo "$ac_cv_path_GREP" >&6; }
4319 GREP="$ac_cv_path_GREP"
4322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4323 $as_echo_n "checking for egrep... " >&6; }
4324 if test "${ac_cv_path_EGREP+set}" = set; then :
4325 $as_echo_n "(cached) " >&6
4326 else
4327 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4328 then ac_cv_path_EGREP="$GREP -E"
4329 else
4330 if test -z "$EGREP"; then
4331 ac_path_EGREP_found=false
4332 # Loop through the user's path and test for each of PROGNAME-LIST
4333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4334 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4336 IFS=$as_save_IFS
4337 test -z "$as_dir" && as_dir=.
4338 for ac_prog in egrep; do
4339 for ac_exec_ext in '' $ac_executable_extensions; do
4340 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4341 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4342 # Check for GNU ac_path_EGREP and select it if it is found.
4343 # Check for GNU $ac_path_EGREP
4344 case `"$ac_path_EGREP" --version 2>&1` in
4345 *GNU*)
4346 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4348 ac_count=0
4349 $as_echo_n 0123456789 >"conftest.in"
4350 while :
4352 cat "conftest.in" "conftest.in" >"conftest.tmp"
4353 mv "conftest.tmp" "conftest.in"
4354 cp "conftest.in" "conftest.nl"
4355 $as_echo 'EGREP' >> "conftest.nl"
4356 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4357 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4358 as_fn_arith $ac_count + 1 && ac_count=$as_val
4359 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4360 # Best one so far, save it but keep looking for a better one
4361 ac_cv_path_EGREP="$ac_path_EGREP"
4362 ac_path_EGREP_max=$ac_count
4364 # 10*(2^10) chars as input seems more than enough
4365 test $ac_count -gt 10 && break
4366 done
4367 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4368 esac
4370 $ac_path_EGREP_found && break 3
4371 done
4372 done
4373 done
4374 IFS=$as_save_IFS
4375 if test -z "$ac_cv_path_EGREP"; then
4376 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4378 else
4379 ac_cv_path_EGREP=$EGREP
4384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4385 $as_echo "$ac_cv_path_EGREP" >&6; }
4386 EGREP="$ac_cv_path_EGREP"
4389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4390 $as_echo_n "checking for fgrep... " >&6; }
4391 if test "${ac_cv_path_FGREP+set}" = set; then :
4392 $as_echo_n "(cached) " >&6
4393 else
4394 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4395 then ac_cv_path_FGREP="$GREP -F"
4396 else
4397 if test -z "$FGREP"; then
4398 ac_path_FGREP_found=false
4399 # Loop through the user's path and test for each of PROGNAME-LIST
4400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4401 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4403 IFS=$as_save_IFS
4404 test -z "$as_dir" && as_dir=.
4405 for ac_prog in fgrep; do
4406 for ac_exec_ext in '' $ac_executable_extensions; do
4407 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4408 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4409 # Check for GNU ac_path_FGREP and select it if it is found.
4410 # Check for GNU $ac_path_FGREP
4411 case `"$ac_path_FGREP" --version 2>&1` in
4412 *GNU*)
4413 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4415 ac_count=0
4416 $as_echo_n 0123456789 >"conftest.in"
4417 while :
4419 cat "conftest.in" "conftest.in" >"conftest.tmp"
4420 mv "conftest.tmp" "conftest.in"
4421 cp "conftest.in" "conftest.nl"
4422 $as_echo 'FGREP' >> "conftest.nl"
4423 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4424 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4425 as_fn_arith $ac_count + 1 && ac_count=$as_val
4426 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4427 # Best one so far, save it but keep looking for a better one
4428 ac_cv_path_FGREP="$ac_path_FGREP"
4429 ac_path_FGREP_max=$ac_count
4431 # 10*(2^10) chars as input seems more than enough
4432 test $ac_count -gt 10 && break
4433 done
4434 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4435 esac
4437 $ac_path_FGREP_found && break 3
4438 done
4439 done
4440 done
4441 IFS=$as_save_IFS
4442 if test -z "$ac_cv_path_FGREP"; then
4443 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4445 else
4446 ac_cv_path_FGREP=$FGREP
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4452 $as_echo "$ac_cv_path_FGREP" >&6; }
4453 FGREP="$ac_cv_path_FGREP"
4456 test -z "$GREP" && GREP=grep
4476 # Check whether --with-gnu-ld was given.
4477 if test "${with_gnu_ld+set}" = set; then :
4478 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4479 else
4480 with_gnu_ld=no
4483 ac_prog=ld
4484 if test "$GCC" = yes; then
4485 # Check if gcc -print-prog-name=ld gives a path.
4486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4487 $as_echo_n "checking for ld used by $CC... " >&6; }
4488 case $host in
4489 *-*-mingw*)
4490 # gcc leaves a trailing carriage return which upsets mingw
4491 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4493 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4494 esac
4495 case $ac_prog in
4496 # Accept absolute paths.
4497 [\\/]* | ?:[\\/]*)
4498 re_direlt='/[^/][^/]*/\.\./'
4499 # Canonicalize the pathname of ld
4500 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4501 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4502 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4503 done
4504 test -z "$LD" && LD="$ac_prog"
4507 # If it fails, then pretend we aren't using GCC.
4508 ac_prog=ld
4511 # If it is relative, then search for the first ld in PATH.
4512 with_gnu_ld=unknown
4514 esac
4515 elif test "$with_gnu_ld" = yes; then
4516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4517 $as_echo_n "checking for GNU ld... " >&6; }
4518 else
4519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4520 $as_echo_n "checking for non-GNU ld... " >&6; }
4522 if test "${lt_cv_path_LD+set}" = set; then :
4523 $as_echo_n "(cached) " >&6
4524 else
4525 if test -z "$LD"; then
4526 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4527 for ac_dir in $PATH; do
4528 IFS="$lt_save_ifs"
4529 test -z "$ac_dir" && ac_dir=.
4530 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4531 lt_cv_path_LD="$ac_dir/$ac_prog"
4532 # Check to see if the program is GNU ld. I'd rather use --version,
4533 # but apparently some variants of GNU ld only accept -v.
4534 # Break only if it was the GNU/non-GNU ld that we prefer.
4535 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4536 *GNU* | *'with BFD'*)
4537 test "$with_gnu_ld" != no && break
4540 test "$with_gnu_ld" != yes && break
4542 esac
4544 done
4545 IFS="$lt_save_ifs"
4546 else
4547 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4551 LD="$lt_cv_path_LD"
4552 if test -n "$LD"; then
4553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4554 $as_echo "$LD" >&6; }
4555 else
4556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4557 $as_echo "no" >&6; }
4559 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
4560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4561 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4562 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
4563 $as_echo_n "(cached) " >&6
4564 else
4565 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4566 case `$LD -v 2>&1 </dev/null` in
4567 *GNU* | *'with BFD'*)
4568 lt_cv_prog_gnu_ld=yes
4571 lt_cv_prog_gnu_ld=no
4573 esac
4575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4576 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4577 with_gnu_ld=$lt_cv_prog_gnu_ld
4587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4588 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4589 if test "${lt_cv_path_NM+set}" = set; then :
4590 $as_echo_n "(cached) " >&6
4591 else
4592 if test -n "$NM"; then
4593 # Let the user override the test.
4594 lt_cv_path_NM="$NM"
4595 else
4596 lt_nm_to_check="${ac_tool_prefix}nm"
4597 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4598 lt_nm_to_check="$lt_nm_to_check nm"
4600 for lt_tmp_nm in $lt_nm_to_check; do
4601 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4602 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4603 IFS="$lt_save_ifs"
4604 test -z "$ac_dir" && ac_dir=.
4605 tmp_nm="$ac_dir/$lt_tmp_nm"
4606 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4607 # Check to see if the nm accepts a BSD-compat flag.
4608 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4609 # nm: unknown option "B" ignored
4610 # Tru64's nm complains that /dev/null is an invalid object file
4611 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4612 */dev/null* | *'Invalid file or object type'*)
4613 lt_cv_path_NM="$tmp_nm -B"
4614 break
4617 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4618 */dev/null*)
4619 lt_cv_path_NM="$tmp_nm -p"
4620 break
4623 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4624 continue # so that we can try to find one that supports BSD flags
4626 esac
4628 esac
4630 done
4631 IFS="$lt_save_ifs"
4632 done
4633 : ${lt_cv_path_NM=no}
4636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4637 $as_echo "$lt_cv_path_NM" >&6; }
4638 if test "$lt_cv_path_NM" != "no"; then
4639 NM="$lt_cv_path_NM"
4640 else
4641 # Didn't find any BSD compatible name lister, look for dumpbin.
4642 if test -n "$DUMPBIN"; then :
4643 # Let the user override the test.
4644 else
4645 if test -n "$ac_tool_prefix"; then
4646 for ac_prog in dumpbin "link -dump"
4648 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4649 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4651 $as_echo_n "checking for $ac_word... " >&6; }
4652 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
4653 $as_echo_n "(cached) " >&6
4654 else
4655 if test -n "$DUMPBIN"; then
4656 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4657 else
4658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4659 for as_dir in $PATH
4661 IFS=$as_save_IFS
4662 test -z "$as_dir" && as_dir=.
4663 for ac_exec_ext in '' $ac_executable_extensions; do
4664 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4665 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4666 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4667 break 2
4669 done
4670 done
4671 IFS=$as_save_IFS
4675 DUMPBIN=$ac_cv_prog_DUMPBIN
4676 if test -n "$DUMPBIN"; then
4677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4678 $as_echo "$DUMPBIN" >&6; }
4679 else
4680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4681 $as_echo "no" >&6; }
4685 test -n "$DUMPBIN" && break
4686 done
4688 if test -z "$DUMPBIN"; then
4689 ac_ct_DUMPBIN=$DUMPBIN
4690 for ac_prog in dumpbin "link -dump"
4692 # Extract the first word of "$ac_prog", so it can be a program name with args.
4693 set dummy $ac_prog; ac_word=$2
4694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4695 $as_echo_n "checking for $ac_word... " >&6; }
4696 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
4697 $as_echo_n "(cached) " >&6
4698 else
4699 if test -n "$ac_ct_DUMPBIN"; then
4700 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4701 else
4702 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4703 for as_dir in $PATH
4705 IFS=$as_save_IFS
4706 test -z "$as_dir" && as_dir=.
4707 for ac_exec_ext in '' $ac_executable_extensions; do
4708 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4709 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4710 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4711 break 2
4713 done
4714 done
4715 IFS=$as_save_IFS
4719 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4720 if test -n "$ac_ct_DUMPBIN"; then
4721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4722 $as_echo "$ac_ct_DUMPBIN" >&6; }
4723 else
4724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4725 $as_echo "no" >&6; }
4729 test -n "$ac_ct_DUMPBIN" && break
4730 done
4732 if test "x$ac_ct_DUMPBIN" = x; then
4733 DUMPBIN=":"
4734 else
4735 case $cross_compiling:$ac_tool_warned in
4736 yes:)
4737 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4738 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4739 ac_tool_warned=yes ;;
4740 esac
4741 DUMPBIN=$ac_ct_DUMPBIN
4745 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4746 *COFF*)
4747 DUMPBIN="$DUMPBIN -symbols"
4750 DUMPBIN=:
4752 esac
4755 if test "$DUMPBIN" != ":"; then
4756 NM="$DUMPBIN"
4759 test -z "$NM" && NM=nm
4766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4767 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4768 if test "${lt_cv_nm_interface+set}" = set; then :
4769 $as_echo_n "(cached) " >&6
4770 else
4771 lt_cv_nm_interface="BSD nm"
4772 echo "int some_variable = 0;" > conftest.$ac_ext
4773 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4774 (eval "$ac_compile" 2>conftest.err)
4775 cat conftest.err >&5
4776 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4777 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4778 cat conftest.err >&5
4779 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4780 cat conftest.out >&5
4781 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4782 lt_cv_nm_interface="MS dumpbin"
4784 rm -f conftest*
4786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4787 $as_echo "$lt_cv_nm_interface" >&6; }
4789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4790 $as_echo_n "checking whether ln -s works... " >&6; }
4791 LN_S=$as_ln_s
4792 if test "$LN_S" = "ln -s"; then
4793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4794 $as_echo "yes" >&6; }
4795 else
4796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4797 $as_echo "no, using $LN_S" >&6; }
4800 # find the maximum length of command line arguments
4801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4802 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
4803 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
4804 $as_echo_n "(cached) " >&6
4805 else
4807 teststring="ABCD"
4809 case $build_os in
4810 msdosdjgpp*)
4811 # On DJGPP, this test can blow up pretty badly due to problems in libc
4812 # (any single argument exceeding 2000 bytes causes a buffer overrun
4813 # during glob expansion). Even if it were fixed, the result of this
4814 # check would be larger than it should be.
4815 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4818 gnu*)
4819 # Under GNU Hurd, this test is not required because there is
4820 # no limit to the length of command line arguments.
4821 # Libtool will interpret -1 as no limit whatsoever
4822 lt_cv_sys_max_cmd_len=-1;
4825 cygwin* | mingw* | cegcc*)
4826 # On Win9x/ME, this test blows up -- it succeeds, but takes
4827 # about 5 minutes as the teststring grows exponentially.
4828 # Worse, since 9x/ME are not pre-emptively multitasking,
4829 # you end up with a "frozen" computer, even though with patience
4830 # the test eventually succeeds (with a max line length of 256k).
4831 # Instead, let's just punt: use the minimum linelength reported by
4832 # all of the supported platforms: 8192 (on NT/2K/XP).
4833 lt_cv_sys_max_cmd_len=8192;
4836 mint*)
4837 # On MiNT this can take a long time and run out of memory.
4838 lt_cv_sys_max_cmd_len=8192;
4841 amigaos*)
4842 # On AmigaOS with pdksh, this test takes hours, literally.
4843 # So we just punt and use a minimum line length of 8192.
4844 lt_cv_sys_max_cmd_len=8192;
4847 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4848 # This has been around since 386BSD, at least. Likely further.
4849 if test -x /sbin/sysctl; then
4850 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4851 elif test -x /usr/sbin/sysctl; then
4852 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4853 else
4854 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4856 # And add a safety zone
4857 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4858 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4861 interix*)
4862 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4863 lt_cv_sys_max_cmd_len=196608
4866 osf*)
4867 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4868 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4869 # nice to cause kernel panics so lets avoid the loop below.
4870 # First set a reasonable default.
4871 lt_cv_sys_max_cmd_len=16384
4873 if test -x /sbin/sysconfig; then
4874 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4875 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4876 esac
4879 sco3.2v5*)
4880 lt_cv_sys_max_cmd_len=102400
4882 sysv5* | sco5v6* | sysv4.2uw2*)
4883 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4884 if test -n "$kargmax"; then
4885 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4886 else
4887 lt_cv_sys_max_cmd_len=32768
4891 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4892 if test -n "$lt_cv_sys_max_cmd_len"; then
4893 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4894 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4895 else
4896 # Make teststring a little bigger before we do anything with it.
4897 # a 1K string should be a reasonable start.
4898 for i in 1 2 3 4 5 6 7 8 ; do
4899 teststring=$teststring$teststring
4900 done
4901 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4902 # If test is not a shell built-in, we'll probably end up computing a
4903 # maximum length that is only half of the actual maximum length, but
4904 # we can't tell.
4905 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4906 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4907 test $i != 17 # 1/2 MB should be enough
4909 i=`expr $i + 1`
4910 teststring=$teststring$teststring
4911 done
4912 # Only check the string length outside the loop.
4913 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4914 teststring=
4915 # Add a significant safety factor because C++ compilers can tack on
4916 # massive amounts of additional arguments before passing them to the
4917 # linker. It appears as though 1/2 is a usable value.
4918 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4921 esac
4925 if test -n $lt_cv_sys_max_cmd_len ; then
4926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4927 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4928 else
4929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4930 $as_echo "none" >&6; }
4932 max_cmd_len=$lt_cv_sys_max_cmd_len
4939 : ${CP="cp -f"}
4940 : ${MV="mv -f"}
4941 : ${RM="rm -f"}
4943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4944 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4945 # Try some XSI features
4946 xsi_shell=no
4947 ( _lt_dummy="a/b/c"
4948 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4949 = c,a/b,, \
4950 && eval 'test $(( 1 + 1 )) -eq 2 \
4951 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4952 && xsi_shell=yes
4953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4954 $as_echo "$xsi_shell" >&6; }
4957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4958 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4959 lt_shell_append=no
4960 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4961 >/dev/null 2>&1 \
4962 && lt_shell_append=yes
4963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4964 $as_echo "$lt_shell_append" >&6; }
4967 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4968 lt_unset=unset
4969 else
4970 lt_unset=false
4977 # test EBCDIC or ASCII
4978 case `echo X|tr X '\101'` in
4979 A) # ASCII based system
4980 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4981 lt_SP2NL='tr \040 \012'
4982 lt_NL2SP='tr \015\012 \040\040'
4984 *) # EBCDIC based system
4985 lt_SP2NL='tr \100 \n'
4986 lt_NL2SP='tr \r\n \100\100'
4988 esac
4998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4999 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5000 if test "${lt_cv_ld_reload_flag+set}" = set; then :
5001 $as_echo_n "(cached) " >&6
5002 else
5003 lt_cv_ld_reload_flag='-r'
5005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5006 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5007 reload_flag=$lt_cv_ld_reload_flag
5008 case $reload_flag in
5009 "" | " "*) ;;
5010 *) reload_flag=" $reload_flag" ;;
5011 esac
5012 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5013 case $host_os in
5014 darwin*)
5015 if test "$GCC" = yes; then
5016 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5017 else
5018 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5021 esac
5031 if test -n "$ac_tool_prefix"; then
5032 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5033 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5035 $as_echo_n "checking for $ac_word... " >&6; }
5036 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5037 $as_echo_n "(cached) " >&6
5038 else
5039 if test -n "$OBJDUMP"; then
5040 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5041 else
5042 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5043 for as_dir in $PATH
5045 IFS=$as_save_IFS
5046 test -z "$as_dir" && as_dir=.
5047 for ac_exec_ext in '' $ac_executable_extensions; do
5048 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5049 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5050 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5051 break 2
5053 done
5054 done
5055 IFS=$as_save_IFS
5059 OBJDUMP=$ac_cv_prog_OBJDUMP
5060 if test -n "$OBJDUMP"; then
5061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5062 $as_echo "$OBJDUMP" >&6; }
5063 else
5064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5065 $as_echo "no" >&6; }
5070 if test -z "$ac_cv_prog_OBJDUMP"; then
5071 ac_ct_OBJDUMP=$OBJDUMP
5072 # Extract the first word of "objdump", so it can be a program name with args.
5073 set dummy objdump; ac_word=$2
5074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5075 $as_echo_n "checking for $ac_word... " >&6; }
5076 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5077 $as_echo_n "(cached) " >&6
5078 else
5079 if test -n "$ac_ct_OBJDUMP"; then
5080 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5081 else
5082 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5083 for as_dir in $PATH
5085 IFS=$as_save_IFS
5086 test -z "$as_dir" && as_dir=.
5087 for ac_exec_ext in '' $ac_executable_extensions; do
5088 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5089 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5090 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5091 break 2
5093 done
5094 done
5095 IFS=$as_save_IFS
5099 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5100 if test -n "$ac_ct_OBJDUMP"; then
5101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5102 $as_echo "$ac_ct_OBJDUMP" >&6; }
5103 else
5104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5105 $as_echo "no" >&6; }
5108 if test "x$ac_ct_OBJDUMP" = x; then
5109 OBJDUMP="false"
5110 else
5111 case $cross_compiling:$ac_tool_warned in
5112 yes:)
5113 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5114 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5115 ac_tool_warned=yes ;;
5116 esac
5117 OBJDUMP=$ac_ct_OBJDUMP
5119 else
5120 OBJDUMP="$ac_cv_prog_OBJDUMP"
5123 test -z "$OBJDUMP" && OBJDUMP=objdump
5133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5134 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5135 if test "${lt_cv_deplibs_check_method+set}" = set; then :
5136 $as_echo_n "(cached) " >&6
5137 else
5138 lt_cv_file_magic_cmd='$MAGIC_CMD'
5139 lt_cv_file_magic_test_file=
5140 lt_cv_deplibs_check_method='unknown'
5141 # Need to set the preceding variable on all platforms that support
5142 # interlibrary dependencies.
5143 # 'none' -- dependencies not supported.
5144 # `unknown' -- same as none, but documents that we really don't know.
5145 # 'pass_all' -- all dependencies passed with no checks.
5146 # 'test_compile' -- check by making test program.
5147 # 'file_magic [[regex]]' -- check by looking for files in library path
5148 # which responds to the $file_magic_cmd with a given extended regex.
5149 # If you have `file' or equivalent on your system and you're not sure
5150 # whether `pass_all' will *always* work, you probably want this one.
5152 case $host_os in
5153 aix[4-9]*)
5154 lt_cv_deplibs_check_method=pass_all
5157 beos*)
5158 lt_cv_deplibs_check_method=pass_all
5161 bsdi[45]*)
5162 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5163 lt_cv_file_magic_cmd='/usr/bin/file -L'
5164 lt_cv_file_magic_test_file=/shlib/libc.so
5167 cygwin*)
5168 # func_win32_libid is a shell function defined in ltmain.sh
5169 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5170 lt_cv_file_magic_cmd='func_win32_libid'
5173 mingw* | pw32*)
5174 # Base MSYS/MinGW do not provide the 'file' command needed by
5175 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5176 # unless we find 'file', for example because we are cross-compiling.
5177 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5178 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5179 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5180 lt_cv_file_magic_cmd='func_win32_libid'
5181 else
5182 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5183 lt_cv_file_magic_cmd='$OBJDUMP -f'
5187 cegcc*)
5188 # use the weaker test based on 'objdump'. See mingw*.
5189 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5190 lt_cv_file_magic_cmd='$OBJDUMP -f'
5193 darwin* | rhapsody*)
5194 lt_cv_deplibs_check_method=pass_all
5197 freebsd* | dragonfly*)
5198 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5199 case $host_cpu in
5200 i*86 )
5201 # Not sure whether the presence of OpenBSD here was a mistake.
5202 # Let's accept both of them until this is cleared up.
5203 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5204 lt_cv_file_magic_cmd=/usr/bin/file
5205 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5207 esac
5208 else
5209 lt_cv_deplibs_check_method=pass_all
5213 gnu*)
5214 lt_cv_deplibs_check_method=pass_all
5217 haiku*)
5218 lt_cv_deplibs_check_method=pass_all
5221 hpux10.20* | hpux11*)
5222 lt_cv_file_magic_cmd=/usr/bin/file
5223 case $host_cpu in
5224 ia64*)
5225 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5226 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5228 hppa*64*)
5229 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]'
5230 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5233 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5234 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5236 esac
5239 interix[3-9]*)
5240 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5241 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5244 irix5* | irix6* | nonstopux*)
5245 case $LD in
5246 *-32|*"-32 ") libmagic=32-bit;;
5247 *-n32|*"-n32 ") libmagic=N32;;
5248 *-64|*"-64 ") libmagic=64-bit;;
5249 *) libmagic=never-match;;
5250 esac
5251 lt_cv_deplibs_check_method=pass_all
5254 # This must be Linux ELF.
5255 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5256 lt_cv_deplibs_check_method=pass_all
5259 netbsd*)
5260 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5261 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5262 else
5263 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5267 newos6*)
5268 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5269 lt_cv_file_magic_cmd=/usr/bin/file
5270 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5273 *nto* | *qnx*)
5274 lt_cv_deplibs_check_method=pass_all
5277 openbsd*)
5278 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5279 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5280 else
5281 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5285 osf3* | osf4* | osf5*)
5286 lt_cv_deplibs_check_method=pass_all
5289 rdos*)
5290 lt_cv_deplibs_check_method=pass_all
5293 solaris*)
5294 lt_cv_deplibs_check_method=pass_all
5297 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5298 lt_cv_deplibs_check_method=pass_all
5301 sysv4 | sysv4.3*)
5302 case $host_vendor in
5303 motorola)
5304 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]'
5305 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5307 ncr)
5308 lt_cv_deplibs_check_method=pass_all
5310 sequent)
5311 lt_cv_file_magic_cmd='/bin/file'
5312 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5314 sni)
5315 lt_cv_file_magic_cmd='/bin/file'
5316 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5317 lt_cv_file_magic_test_file=/lib/libc.so
5319 siemens)
5320 lt_cv_deplibs_check_method=pass_all
5323 lt_cv_deplibs_check_method=pass_all
5325 esac
5328 tpf*)
5329 lt_cv_deplibs_check_method=pass_all
5331 esac
5334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5335 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5336 file_magic_cmd=$lt_cv_file_magic_cmd
5337 deplibs_check_method=$lt_cv_deplibs_check_method
5338 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5351 if test -n "$ac_tool_prefix"; then
5352 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5353 set dummy ${ac_tool_prefix}ar; ac_word=$2
5354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5355 $as_echo_n "checking for $ac_word... " >&6; }
5356 if test "${ac_cv_prog_AR+set}" = set; then :
5357 $as_echo_n "(cached) " >&6
5358 else
5359 if test -n "$AR"; then
5360 ac_cv_prog_AR="$AR" # Let the user override the test.
5361 else
5362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5363 for as_dir in $PATH
5365 IFS=$as_save_IFS
5366 test -z "$as_dir" && as_dir=.
5367 for ac_exec_ext in '' $ac_executable_extensions; do
5368 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5369 ac_cv_prog_AR="${ac_tool_prefix}ar"
5370 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5371 break 2
5373 done
5374 done
5375 IFS=$as_save_IFS
5379 AR=$ac_cv_prog_AR
5380 if test -n "$AR"; then
5381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5382 $as_echo "$AR" >&6; }
5383 else
5384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5385 $as_echo "no" >&6; }
5390 if test -z "$ac_cv_prog_AR"; then
5391 ac_ct_AR=$AR
5392 # Extract the first word of "ar", so it can be a program name with args.
5393 set dummy ar; ac_word=$2
5394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5395 $as_echo_n "checking for $ac_word... " >&6; }
5396 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
5397 $as_echo_n "(cached) " >&6
5398 else
5399 if test -n "$ac_ct_AR"; then
5400 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5401 else
5402 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5403 for as_dir in $PATH
5405 IFS=$as_save_IFS
5406 test -z "$as_dir" && as_dir=.
5407 for ac_exec_ext in '' $ac_executable_extensions; do
5408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5409 ac_cv_prog_ac_ct_AR="ar"
5410 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5411 break 2
5413 done
5414 done
5415 IFS=$as_save_IFS
5419 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5420 if test -n "$ac_ct_AR"; then
5421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5422 $as_echo "$ac_ct_AR" >&6; }
5423 else
5424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5425 $as_echo "no" >&6; }
5428 if test "x$ac_ct_AR" = x; then
5429 AR="false"
5430 else
5431 case $cross_compiling:$ac_tool_warned in
5432 yes:)
5433 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5434 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5435 ac_tool_warned=yes ;;
5436 esac
5437 AR=$ac_ct_AR
5439 else
5440 AR="$ac_cv_prog_AR"
5443 test -z "$AR" && AR=ar
5444 test -z "$AR_FLAGS" && AR_FLAGS=cru
5456 if test -n "$ac_tool_prefix"; then
5457 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5458 set dummy ${ac_tool_prefix}strip; ac_word=$2
5459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5460 $as_echo_n "checking for $ac_word... " >&6; }
5461 if test "${ac_cv_prog_STRIP+set}" = set; then :
5462 $as_echo_n "(cached) " >&6
5463 else
5464 if test -n "$STRIP"; then
5465 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5466 else
5467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5468 for as_dir in $PATH
5470 IFS=$as_save_IFS
5471 test -z "$as_dir" && as_dir=.
5472 for ac_exec_ext in '' $ac_executable_extensions; do
5473 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5474 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5475 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5476 break 2
5478 done
5479 done
5480 IFS=$as_save_IFS
5484 STRIP=$ac_cv_prog_STRIP
5485 if test -n "$STRIP"; then
5486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5487 $as_echo "$STRIP" >&6; }
5488 else
5489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5490 $as_echo "no" >&6; }
5495 if test -z "$ac_cv_prog_STRIP"; then
5496 ac_ct_STRIP=$STRIP
5497 # Extract the first word of "strip", so it can be a program name with args.
5498 set dummy strip; ac_word=$2
5499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5500 $as_echo_n "checking for $ac_word... " >&6; }
5501 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
5502 $as_echo_n "(cached) " >&6
5503 else
5504 if test -n "$ac_ct_STRIP"; then
5505 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5506 else
5507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5508 for as_dir in $PATH
5510 IFS=$as_save_IFS
5511 test -z "$as_dir" && as_dir=.
5512 for ac_exec_ext in '' $ac_executable_extensions; do
5513 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5514 ac_cv_prog_ac_ct_STRIP="strip"
5515 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5516 break 2
5518 done
5519 done
5520 IFS=$as_save_IFS
5524 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5525 if test -n "$ac_ct_STRIP"; then
5526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5527 $as_echo "$ac_ct_STRIP" >&6; }
5528 else
5529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5530 $as_echo "no" >&6; }
5533 if test "x$ac_ct_STRIP" = x; then
5534 STRIP=":"
5535 else
5536 case $cross_compiling:$ac_tool_warned in
5537 yes:)
5538 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5539 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5540 ac_tool_warned=yes ;;
5541 esac
5542 STRIP=$ac_ct_STRIP
5544 else
5545 STRIP="$ac_cv_prog_STRIP"
5548 test -z "$STRIP" && STRIP=:
5555 if test -n "$ac_tool_prefix"; then
5556 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5557 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5559 $as_echo_n "checking for $ac_word... " >&6; }
5560 if test "${ac_cv_prog_RANLIB+set}" = set; then :
5561 $as_echo_n "(cached) " >&6
5562 else
5563 if test -n "$RANLIB"; then
5564 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5565 else
5566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5567 for as_dir in $PATH
5569 IFS=$as_save_IFS
5570 test -z "$as_dir" && as_dir=.
5571 for ac_exec_ext in '' $ac_executable_extensions; do
5572 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5573 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5574 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5575 break 2
5577 done
5578 done
5579 IFS=$as_save_IFS
5583 RANLIB=$ac_cv_prog_RANLIB
5584 if test -n "$RANLIB"; then
5585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5586 $as_echo "$RANLIB" >&6; }
5587 else
5588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5589 $as_echo "no" >&6; }
5594 if test -z "$ac_cv_prog_RANLIB"; then
5595 ac_ct_RANLIB=$RANLIB
5596 # Extract the first word of "ranlib", so it can be a program name with args.
5597 set dummy ranlib; ac_word=$2
5598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5599 $as_echo_n "checking for $ac_word... " >&6; }
5600 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5601 $as_echo_n "(cached) " >&6
5602 else
5603 if test -n "$ac_ct_RANLIB"; then
5604 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5605 else
5606 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5607 for as_dir in $PATH
5609 IFS=$as_save_IFS
5610 test -z "$as_dir" && as_dir=.
5611 for ac_exec_ext in '' $ac_executable_extensions; do
5612 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5613 ac_cv_prog_ac_ct_RANLIB="ranlib"
5614 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5615 break 2
5617 done
5618 done
5619 IFS=$as_save_IFS
5623 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5624 if test -n "$ac_ct_RANLIB"; then
5625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5626 $as_echo "$ac_ct_RANLIB" >&6; }
5627 else
5628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5629 $as_echo "no" >&6; }
5632 if test "x$ac_ct_RANLIB" = x; then
5633 RANLIB=":"
5634 else
5635 case $cross_compiling:$ac_tool_warned in
5636 yes:)
5637 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5638 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5639 ac_tool_warned=yes ;;
5640 esac
5641 RANLIB=$ac_ct_RANLIB
5643 else
5644 RANLIB="$ac_cv_prog_RANLIB"
5647 test -z "$RANLIB" && RANLIB=:
5654 # Determine commands to create old-style static archives.
5655 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5656 old_postinstall_cmds='chmod 644 $oldlib'
5657 old_postuninstall_cmds=
5659 if test -n "$RANLIB"; then
5660 case $host_os in
5661 openbsd*)
5662 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5665 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5667 esac
5668 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5671 case $host_os in
5672 darwin*)
5673 lock_old_archive_extraction=yes ;;
5675 lock_old_archive_extraction=no ;;
5676 esac
5716 # If no C compiler was specified, use CC.
5717 LTCC=${LTCC-"$CC"}
5719 # If no C compiler flags were specified, use CFLAGS.
5720 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5722 # Allow CC to be a program name with arguments.
5723 compiler=$CC
5726 # Check for command to grab the raw symbol name followed by C symbol from nm.
5727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5728 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5729 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
5730 $as_echo_n "(cached) " >&6
5731 else
5733 # These are sane defaults that work on at least a few old systems.
5734 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
5736 # Character class describing NM global symbol codes.
5737 symcode='[BCDEGRST]'
5739 # Regexp to match symbols that can be accessed directly from C.
5740 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5742 # Define system-specific variables.
5743 case $host_os in
5744 aix*)
5745 symcode='[BCDT]'
5747 cygwin* | mingw* | pw32* | cegcc*)
5748 symcode='[ABCDGISTW]'
5750 hpux*)
5751 if test "$host_cpu" = ia64; then
5752 symcode='[ABCDEGRST]'
5755 irix* | nonstopux*)
5756 symcode='[BCDEGRST]'
5758 osf*)
5759 symcode='[BCDEGQRST]'
5761 solaris*)
5762 symcode='[BDRT]'
5764 sco3.2v5*)
5765 symcode='[DT]'
5767 sysv4.2uw2*)
5768 symcode='[DT]'
5770 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5771 symcode='[ABDT]'
5773 sysv4)
5774 symcode='[DFNSTU]'
5776 esac
5778 # If we're using GNU nm, then use its standard symbol codes.
5779 case `$NM -V 2>&1` in
5780 *GNU* | *'with BFD'*)
5781 symcode='[ABCDGIRSTW]' ;;
5782 esac
5784 # Transform an extracted symbol line into a proper C declaration.
5785 # Some systems (esp. on ia64) link data and code symbols differently,
5786 # so use this general approach.
5787 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5789 # Transform an extracted symbol line into symbol name and symbol address
5790 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5791 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'"
5793 # Handle CRLF in mingw tool chain
5794 opt_cr=
5795 case $build_os in
5796 mingw*)
5797 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5799 esac
5801 # Try without a prefix underscore, then with it.
5802 for ac_symprfx in "" "_"; do
5804 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5805 symxfrm="\\1 $ac_symprfx\\2 \\2"
5807 # Write the raw and C identifiers.
5808 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5809 # Fake it for dumpbin and say T for any non-static function
5810 # and D for any global variable.
5811 # Also find C++ and __fastcall symbols from MSVC++,
5812 # which start with @ or ?.
5813 lt_cv_sys_global_symbol_pipe="$AWK '"\
5814 " {last_section=section; section=\$ 3};"\
5815 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5816 " \$ 0!~/External *\|/{next};"\
5817 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5818 " {if(hide[section]) next};"\
5819 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5820 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5821 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
5822 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5823 " ' prfx=^$ac_symprfx"
5824 else
5825 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5828 # Check to see that the pipe works correctly.
5829 pipe_works=no
5831 rm -f conftest*
5832 cat > conftest.$ac_ext <<_LT_EOF
5833 #ifdef __cplusplus
5834 extern "C" {
5835 #endif
5836 char nm_test_var;
5837 void nm_test_func(void);
5838 void nm_test_func(void){}
5839 #ifdef __cplusplus
5841 #endif
5842 int main(){nm_test_var='a';nm_test_func();return(0);}
5843 _LT_EOF
5845 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5846 (eval $ac_compile) 2>&5
5847 ac_status=$?
5848 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5849 test $ac_status = 0; }; then
5850 # Now try to grab the symbols.
5851 nlist=conftest.nm
5852 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5853 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5854 ac_status=$?
5855 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5856 test $ac_status = 0; } && test -s "$nlist"; then
5857 # Try sorting and uniquifying the output.
5858 if sort "$nlist" | uniq > "$nlist"T; then
5859 mv -f "$nlist"T "$nlist"
5860 else
5861 rm -f "$nlist"T
5864 # Make sure that we snagged all the symbols we need.
5865 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5866 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5867 cat <<_LT_EOF > conftest.$ac_ext
5868 #ifdef __cplusplus
5869 extern "C" {
5870 #endif
5872 _LT_EOF
5873 # Now generate the symbol file.
5874 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5876 cat <<_LT_EOF >> conftest.$ac_ext
5878 /* The mapping between symbol names and symbols. */
5879 const struct {
5880 const char *name;
5881 void *address;
5883 lt__PROGRAM__LTX_preloaded_symbols[] =
5885 { "@PROGRAM@", (void *) 0 },
5886 _LT_EOF
5887 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5888 cat <<\_LT_EOF >> conftest.$ac_ext
5889 {0, (void *) 0}
5892 /* This works around a problem in FreeBSD linker */
5893 #ifdef FREEBSD_WORKAROUND
5894 static const void *lt_preloaded_setup() {
5895 return lt__PROGRAM__LTX_preloaded_symbols;
5897 #endif
5899 #ifdef __cplusplus
5901 #endif
5902 _LT_EOF
5903 # Now try linking the two files.
5904 mv conftest.$ac_objext conftstm.$ac_objext
5905 lt_save_LIBS="$LIBS"
5906 lt_save_CFLAGS="$CFLAGS"
5907 LIBS="conftstm.$ac_objext"
5908 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5909 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5910 (eval $ac_link) 2>&5
5911 ac_status=$?
5912 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5913 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5914 pipe_works=yes
5916 LIBS="$lt_save_LIBS"
5917 CFLAGS="$lt_save_CFLAGS"
5918 else
5919 echo "cannot find nm_test_func in $nlist" >&5
5921 else
5922 echo "cannot find nm_test_var in $nlist" >&5
5924 else
5925 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5927 else
5928 echo "$progname: failed program was:" >&5
5929 cat conftest.$ac_ext >&5
5931 rm -rf conftest* conftst*
5933 # Do not use the global_symbol_pipe unless it works.
5934 if test "$pipe_works" = yes; then
5935 break
5936 else
5937 lt_cv_sys_global_symbol_pipe=
5939 done
5943 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5944 lt_cv_sys_global_symbol_to_cdecl=
5946 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5948 $as_echo "failed" >&6; }
5949 else
5950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5951 $as_echo "ok" >&6; }
5975 # Check whether --enable-libtool-lock was given.
5976 if test "${enable_libtool_lock+set}" = set; then :
5977 enableval=$enable_libtool_lock;
5980 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5982 # Some flags need to be propagated to the compiler or linker for good
5983 # libtool support.
5984 case $host in
5985 ia64-*-hpux*)
5986 # Find out which ABI we are using.
5987 echo 'int i;' > conftest.$ac_ext
5988 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5989 (eval $ac_compile) 2>&5
5990 ac_status=$?
5991 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5992 test $ac_status = 0; }; then
5993 case `/usr/bin/file conftest.$ac_objext` in
5994 *ELF-32*)
5995 HPUX_IA64_MODE="32"
5997 *ELF-64*)
5998 HPUX_IA64_MODE="64"
6000 esac
6002 rm -rf conftest*
6004 *-*-irix6*)
6005 # Find out which ABI we are using.
6006 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6007 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6008 (eval $ac_compile) 2>&5
6009 ac_status=$?
6010 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6011 test $ac_status = 0; }; then
6012 if test "$lt_cv_prog_gnu_ld" = yes; then
6013 case `/usr/bin/file conftest.$ac_objext` in
6014 *32-bit*)
6015 LD="${LD-ld} -melf32bsmip"
6017 *N32*)
6018 LD="${LD-ld} -melf32bmipn32"
6020 *64-bit*)
6021 LD="${LD-ld} -melf64bmip"
6023 esac
6024 else
6025 case `/usr/bin/file conftest.$ac_objext` in
6026 *32-bit*)
6027 LD="${LD-ld} -32"
6029 *N32*)
6030 LD="${LD-ld} -n32"
6032 *64-bit*)
6033 LD="${LD-ld} -64"
6035 esac
6038 rm -rf conftest*
6041 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6042 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6043 # Find out which ABI we are using.
6044 echo 'int i;' > conftest.$ac_ext
6045 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6046 (eval $ac_compile) 2>&5
6047 ac_status=$?
6048 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6049 test $ac_status = 0; }; then
6050 case `/usr/bin/file conftest.o` in
6051 *32-bit*)
6052 case $host in
6053 x86_64-*kfreebsd*-gnu)
6054 LD="${LD-ld} -m elf_i386_fbsd"
6056 x86_64-*linux*)
6057 LD="${LD-ld} -m elf_i386"
6059 ppc64-*linux*|powerpc64-*linux*)
6060 LD="${LD-ld} -m elf32ppclinux"
6062 s390x-*linux*)
6063 LD="${LD-ld} -m elf_s390"
6065 sparc64-*linux*)
6066 LD="${LD-ld} -m elf32_sparc"
6068 esac
6070 *64-bit*)
6071 case $host in
6072 x86_64-*kfreebsd*-gnu)
6073 LD="${LD-ld} -m elf_x86_64_fbsd"
6075 x86_64-*linux*)
6076 LD="${LD-ld} -m elf_x86_64"
6078 ppc*-*linux*|powerpc*-*linux*)
6079 LD="${LD-ld} -m elf64ppc"
6081 s390*-*linux*|s390*-*tpf*)
6082 LD="${LD-ld} -m elf64_s390"
6084 sparc*-*linux*)
6085 LD="${LD-ld} -m elf64_sparc"
6087 esac
6089 esac
6091 rm -rf conftest*
6094 *-*-sco3.2v5*)
6095 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6096 SAVE_CFLAGS="$CFLAGS"
6097 CFLAGS="$CFLAGS -belf"
6098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6099 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6100 if test "${lt_cv_cc_needs_belf+set}" = set; then :
6101 $as_echo_n "(cached) " >&6
6102 else
6103 ac_ext=c
6104 ac_cpp='$CPP $CPPFLAGS'
6105 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6106 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6107 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6110 /* end confdefs.h. */
6113 main ()
6117 return 0;
6119 _ACEOF
6120 if ac_fn_c_try_link "$LINENO"; then :
6121 lt_cv_cc_needs_belf=yes
6122 else
6123 lt_cv_cc_needs_belf=no
6125 rm -f core conftest.err conftest.$ac_objext \
6126 conftest$ac_exeext conftest.$ac_ext
6127 ac_ext=c
6128 ac_cpp='$CPP $CPPFLAGS'
6129 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6130 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6131 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6135 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6136 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6137 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6138 CFLAGS="$SAVE_CFLAGS"
6141 sparc*-*solaris*)
6142 # Find out which ABI we are using.
6143 echo 'int i;' > conftest.$ac_ext
6144 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6145 (eval $ac_compile) 2>&5
6146 ac_status=$?
6147 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6148 test $ac_status = 0; }; then
6149 case `/usr/bin/file conftest.o` in
6150 *64-bit*)
6151 case $lt_cv_prog_gnu_ld in
6152 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6154 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6155 LD="${LD-ld} -64"
6158 esac
6160 esac
6162 rm -rf conftest*
6164 esac
6166 need_locks="$enable_libtool_lock"
6169 case $host_os in
6170 rhapsody* | darwin*)
6171 if test -n "$ac_tool_prefix"; then
6172 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6173 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6175 $as_echo_n "checking for $ac_word... " >&6; }
6176 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
6177 $as_echo_n "(cached) " >&6
6178 else
6179 if test -n "$DSYMUTIL"; then
6180 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6181 else
6182 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6183 for as_dir in $PATH
6185 IFS=$as_save_IFS
6186 test -z "$as_dir" && as_dir=.
6187 for ac_exec_ext in '' $ac_executable_extensions; do
6188 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6189 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6190 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6191 break 2
6193 done
6194 done
6195 IFS=$as_save_IFS
6199 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6200 if test -n "$DSYMUTIL"; then
6201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6202 $as_echo "$DSYMUTIL" >&6; }
6203 else
6204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6205 $as_echo "no" >&6; }
6210 if test -z "$ac_cv_prog_DSYMUTIL"; then
6211 ac_ct_DSYMUTIL=$DSYMUTIL
6212 # Extract the first word of "dsymutil", so it can be a program name with args.
6213 set dummy dsymutil; ac_word=$2
6214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6215 $as_echo_n "checking for $ac_word... " >&6; }
6216 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
6217 $as_echo_n "(cached) " >&6
6218 else
6219 if test -n "$ac_ct_DSYMUTIL"; then
6220 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6221 else
6222 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6223 for as_dir in $PATH
6225 IFS=$as_save_IFS
6226 test -z "$as_dir" && as_dir=.
6227 for ac_exec_ext in '' $ac_executable_extensions; do
6228 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6229 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6230 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6231 break 2
6233 done
6234 done
6235 IFS=$as_save_IFS
6239 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6240 if test -n "$ac_ct_DSYMUTIL"; then
6241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6242 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6243 else
6244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6245 $as_echo "no" >&6; }
6248 if test "x$ac_ct_DSYMUTIL" = x; then
6249 DSYMUTIL=":"
6250 else
6251 case $cross_compiling:$ac_tool_warned in
6252 yes:)
6253 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6254 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6255 ac_tool_warned=yes ;;
6256 esac
6257 DSYMUTIL=$ac_ct_DSYMUTIL
6259 else
6260 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6263 if test -n "$ac_tool_prefix"; then
6264 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6265 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6267 $as_echo_n "checking for $ac_word... " >&6; }
6268 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
6269 $as_echo_n "(cached) " >&6
6270 else
6271 if test -n "$NMEDIT"; then
6272 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6273 else
6274 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6275 for as_dir in $PATH
6277 IFS=$as_save_IFS
6278 test -z "$as_dir" && as_dir=.
6279 for ac_exec_ext in '' $ac_executable_extensions; do
6280 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6281 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6282 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6283 break 2
6285 done
6286 done
6287 IFS=$as_save_IFS
6291 NMEDIT=$ac_cv_prog_NMEDIT
6292 if test -n "$NMEDIT"; then
6293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6294 $as_echo "$NMEDIT" >&6; }
6295 else
6296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6297 $as_echo "no" >&6; }
6302 if test -z "$ac_cv_prog_NMEDIT"; then
6303 ac_ct_NMEDIT=$NMEDIT
6304 # Extract the first word of "nmedit", so it can be a program name with args.
6305 set dummy nmedit; ac_word=$2
6306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6307 $as_echo_n "checking for $ac_word... " >&6; }
6308 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
6309 $as_echo_n "(cached) " >&6
6310 else
6311 if test -n "$ac_ct_NMEDIT"; then
6312 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6313 else
6314 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6315 for as_dir in $PATH
6317 IFS=$as_save_IFS
6318 test -z "$as_dir" && as_dir=.
6319 for ac_exec_ext in '' $ac_executable_extensions; do
6320 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6321 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6322 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6323 break 2
6325 done
6326 done
6327 IFS=$as_save_IFS
6331 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6332 if test -n "$ac_ct_NMEDIT"; then
6333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6334 $as_echo "$ac_ct_NMEDIT" >&6; }
6335 else
6336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6337 $as_echo "no" >&6; }
6340 if test "x$ac_ct_NMEDIT" = x; then
6341 NMEDIT=":"
6342 else
6343 case $cross_compiling:$ac_tool_warned in
6344 yes:)
6345 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6346 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6347 ac_tool_warned=yes ;;
6348 esac
6349 NMEDIT=$ac_ct_NMEDIT
6351 else
6352 NMEDIT="$ac_cv_prog_NMEDIT"
6355 if test -n "$ac_tool_prefix"; then
6356 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6357 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6359 $as_echo_n "checking for $ac_word... " >&6; }
6360 if test "${ac_cv_prog_LIPO+set}" = set; then :
6361 $as_echo_n "(cached) " >&6
6362 else
6363 if test -n "$LIPO"; then
6364 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6365 else
6366 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6367 for as_dir in $PATH
6369 IFS=$as_save_IFS
6370 test -z "$as_dir" && as_dir=.
6371 for ac_exec_ext in '' $ac_executable_extensions; do
6372 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6373 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6374 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6375 break 2
6377 done
6378 done
6379 IFS=$as_save_IFS
6383 LIPO=$ac_cv_prog_LIPO
6384 if test -n "$LIPO"; then
6385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6386 $as_echo "$LIPO" >&6; }
6387 else
6388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6389 $as_echo "no" >&6; }
6394 if test -z "$ac_cv_prog_LIPO"; then
6395 ac_ct_LIPO=$LIPO
6396 # Extract the first word of "lipo", so it can be a program name with args.
6397 set dummy lipo; ac_word=$2
6398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6399 $as_echo_n "checking for $ac_word... " >&6; }
6400 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
6401 $as_echo_n "(cached) " >&6
6402 else
6403 if test -n "$ac_ct_LIPO"; then
6404 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6405 else
6406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6407 for as_dir in $PATH
6409 IFS=$as_save_IFS
6410 test -z "$as_dir" && as_dir=.
6411 for ac_exec_ext in '' $ac_executable_extensions; do
6412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6413 ac_cv_prog_ac_ct_LIPO="lipo"
6414 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6415 break 2
6417 done
6418 done
6419 IFS=$as_save_IFS
6423 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6424 if test -n "$ac_ct_LIPO"; then
6425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6426 $as_echo "$ac_ct_LIPO" >&6; }
6427 else
6428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6429 $as_echo "no" >&6; }
6432 if test "x$ac_ct_LIPO" = x; then
6433 LIPO=":"
6434 else
6435 case $cross_compiling:$ac_tool_warned in
6436 yes:)
6437 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6438 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6439 ac_tool_warned=yes ;;
6440 esac
6441 LIPO=$ac_ct_LIPO
6443 else
6444 LIPO="$ac_cv_prog_LIPO"
6447 if test -n "$ac_tool_prefix"; then
6448 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6449 set dummy ${ac_tool_prefix}otool; ac_word=$2
6450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6451 $as_echo_n "checking for $ac_word... " >&6; }
6452 if test "${ac_cv_prog_OTOOL+set}" = set; then :
6453 $as_echo_n "(cached) " >&6
6454 else
6455 if test -n "$OTOOL"; then
6456 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6457 else
6458 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6459 for as_dir in $PATH
6461 IFS=$as_save_IFS
6462 test -z "$as_dir" && as_dir=.
6463 for ac_exec_ext in '' $ac_executable_extensions; do
6464 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6465 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6466 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6467 break 2
6469 done
6470 done
6471 IFS=$as_save_IFS
6475 OTOOL=$ac_cv_prog_OTOOL
6476 if test -n "$OTOOL"; then
6477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6478 $as_echo "$OTOOL" >&6; }
6479 else
6480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6481 $as_echo "no" >&6; }
6486 if test -z "$ac_cv_prog_OTOOL"; then
6487 ac_ct_OTOOL=$OTOOL
6488 # Extract the first word of "otool", so it can be a program name with args.
6489 set dummy otool; ac_word=$2
6490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6491 $as_echo_n "checking for $ac_word... " >&6; }
6492 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
6493 $as_echo_n "(cached) " >&6
6494 else
6495 if test -n "$ac_ct_OTOOL"; then
6496 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6497 else
6498 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6499 for as_dir in $PATH
6501 IFS=$as_save_IFS
6502 test -z "$as_dir" && as_dir=.
6503 for ac_exec_ext in '' $ac_executable_extensions; do
6504 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6505 ac_cv_prog_ac_ct_OTOOL="otool"
6506 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6507 break 2
6509 done
6510 done
6511 IFS=$as_save_IFS
6515 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6516 if test -n "$ac_ct_OTOOL"; then
6517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6518 $as_echo "$ac_ct_OTOOL" >&6; }
6519 else
6520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6521 $as_echo "no" >&6; }
6524 if test "x$ac_ct_OTOOL" = x; then
6525 OTOOL=":"
6526 else
6527 case $cross_compiling:$ac_tool_warned in
6528 yes:)
6529 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6530 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6531 ac_tool_warned=yes ;;
6532 esac
6533 OTOOL=$ac_ct_OTOOL
6535 else
6536 OTOOL="$ac_cv_prog_OTOOL"
6539 if test -n "$ac_tool_prefix"; then
6540 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6541 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6543 $as_echo_n "checking for $ac_word... " >&6; }
6544 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
6545 $as_echo_n "(cached) " >&6
6546 else
6547 if test -n "$OTOOL64"; then
6548 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6549 else
6550 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6551 for as_dir in $PATH
6553 IFS=$as_save_IFS
6554 test -z "$as_dir" && as_dir=.
6555 for ac_exec_ext in '' $ac_executable_extensions; do
6556 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6557 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6558 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6559 break 2
6561 done
6562 done
6563 IFS=$as_save_IFS
6567 OTOOL64=$ac_cv_prog_OTOOL64
6568 if test -n "$OTOOL64"; then
6569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6570 $as_echo "$OTOOL64" >&6; }
6571 else
6572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6573 $as_echo "no" >&6; }
6578 if test -z "$ac_cv_prog_OTOOL64"; then
6579 ac_ct_OTOOL64=$OTOOL64
6580 # Extract the first word of "otool64", so it can be a program name with args.
6581 set dummy otool64; ac_word=$2
6582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6583 $as_echo_n "checking for $ac_word... " >&6; }
6584 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
6585 $as_echo_n "(cached) " >&6
6586 else
6587 if test -n "$ac_ct_OTOOL64"; then
6588 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6589 else
6590 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6591 for as_dir in $PATH
6593 IFS=$as_save_IFS
6594 test -z "$as_dir" && as_dir=.
6595 for ac_exec_ext in '' $ac_executable_extensions; do
6596 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6597 ac_cv_prog_ac_ct_OTOOL64="otool64"
6598 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6599 break 2
6601 done
6602 done
6603 IFS=$as_save_IFS
6607 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6608 if test -n "$ac_ct_OTOOL64"; then
6609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6610 $as_echo "$ac_ct_OTOOL64" >&6; }
6611 else
6612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6613 $as_echo "no" >&6; }
6616 if test "x$ac_ct_OTOOL64" = x; then
6617 OTOOL64=":"
6618 else
6619 case $cross_compiling:$ac_tool_warned in
6620 yes:)
6621 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6622 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6623 ac_tool_warned=yes ;;
6624 esac
6625 OTOOL64=$ac_ct_OTOOL64
6627 else
6628 OTOOL64="$ac_cv_prog_OTOOL64"
6657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6658 $as_echo_n "checking for -single_module linker flag... " >&6; }
6659 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
6660 $as_echo_n "(cached) " >&6
6661 else
6662 lt_cv_apple_cc_single_mod=no
6663 if test -z "${LT_MULTI_MODULE}"; then
6664 # By default we will add the -single_module flag. You can override
6665 # by either setting the environment variable LT_MULTI_MODULE
6666 # non-empty at configure time, or by adding -multi_module to the
6667 # link flags.
6668 rm -rf libconftest.dylib*
6669 echo "int foo(void){return 1;}" > conftest.c
6670 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6671 -dynamiclib -Wl,-single_module conftest.c" >&5
6672 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6673 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6674 _lt_result=$?
6675 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6676 lt_cv_apple_cc_single_mod=yes
6677 else
6678 cat conftest.err >&5
6680 rm -rf libconftest.dylib*
6681 rm -f conftest.*
6684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6685 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6687 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6688 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
6689 $as_echo_n "(cached) " >&6
6690 else
6691 lt_cv_ld_exported_symbols_list=no
6692 save_LDFLAGS=$LDFLAGS
6693 echo "_main" > conftest.sym
6694 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6695 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6696 /* end confdefs.h. */
6699 main ()
6703 return 0;
6705 _ACEOF
6706 if ac_fn_c_try_link "$LINENO"; then :
6707 lt_cv_ld_exported_symbols_list=yes
6708 else
6709 lt_cv_ld_exported_symbols_list=no
6711 rm -f core conftest.err conftest.$ac_objext \
6712 conftest$ac_exeext conftest.$ac_ext
6713 LDFLAGS="$save_LDFLAGS"
6716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6717 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6719 $as_echo_n "checking for -force_load linker flag... " >&6; }
6720 if test "${lt_cv_ld_force_load+set}" = set; then :
6721 $as_echo_n "(cached) " >&6
6722 else
6723 lt_cv_ld_force_load=no
6724 cat > conftest.c << _LT_EOF
6725 int forced_loaded() { return 2;}
6726 _LT_EOF
6727 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6728 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6729 echo "$AR cru libconftest.a conftest.o" >&5
6730 $AR cru libconftest.a conftest.o 2>&5
6731 cat > conftest.c << _LT_EOF
6732 int main() { return 0;}
6733 _LT_EOF
6734 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6735 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6736 _lt_result=$?
6737 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6738 lt_cv_ld_force_load=yes
6739 else
6740 cat conftest.err >&5
6742 rm -f conftest.err libconftest.a conftest conftest.c
6743 rm -rf conftest.dSYM
6746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6747 $as_echo "$lt_cv_ld_force_load" >&6; }
6748 case $host_os in
6749 rhapsody* | darwin1.[012])
6750 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6751 darwin1.*)
6752 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6753 darwin*) # darwin 5.x on
6754 # if running on 10.5 or later, the deployment target defaults
6755 # to the OS version, if on x86, and 10.4, the deployment
6756 # target defaults to 10.4. Don't you love it?
6757 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6758 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6759 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6760 10.[012]*)
6761 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6762 10.*)
6763 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6764 esac
6766 esac
6767 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6768 _lt_dar_single_mod='$single_module'
6770 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6771 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6772 else
6773 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6775 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6776 _lt_dsymutil='~$DSYMUTIL $lib || :'
6777 else
6778 _lt_dsymutil=
6781 esac
6783 ac_ext=c
6784 ac_cpp='$CPP $CPPFLAGS'
6785 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6786 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6787 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6789 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6790 # On Suns, sometimes $CPP names a directory.
6791 if test -n "$CPP" && test -d "$CPP"; then
6792 CPP=
6794 if test -z "$CPP"; then
6795 if test "${ac_cv_prog_CPP+set}" = set; then :
6796 $as_echo_n "(cached) " >&6
6797 else
6798 # Double quotes because CPP needs to be expanded
6799 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6801 ac_preproc_ok=false
6802 for ac_c_preproc_warn_flag in '' yes
6804 # Use a header file that comes with gcc, so configuring glibc
6805 # with a fresh cross-compiler works.
6806 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6807 # <limits.h> exists even on freestanding compilers.
6808 # On the NeXT, cc -E runs the code through the compiler's parser,
6809 # not just through cpp. "Syntax error" is here to catch this case.
6810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6811 /* end confdefs.h. */
6812 #ifdef __STDC__
6813 # include <limits.h>
6814 #else
6815 # include <assert.h>
6816 #endif
6817 Syntax error
6818 _ACEOF
6819 if ac_fn_c_try_cpp "$LINENO"; then :
6821 else
6822 # Broken: fails on valid input.
6823 continue
6825 rm -f conftest.err conftest.$ac_ext
6827 # OK, works on sane cases. Now check whether nonexistent headers
6828 # can be detected and how.
6829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6830 /* end confdefs.h. */
6831 #include <ac_nonexistent.h>
6832 _ACEOF
6833 if ac_fn_c_try_cpp "$LINENO"; then :
6834 # Broken: success on invalid input.
6835 continue
6836 else
6837 # Passes both tests.
6838 ac_preproc_ok=:
6839 break
6841 rm -f conftest.err conftest.$ac_ext
6843 done
6844 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6845 rm -f conftest.err conftest.$ac_ext
6846 if $ac_preproc_ok; then :
6847 break
6850 done
6851 ac_cv_prog_CPP=$CPP
6854 CPP=$ac_cv_prog_CPP
6855 else
6856 ac_cv_prog_CPP=$CPP
6858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6859 $as_echo "$CPP" >&6; }
6860 ac_preproc_ok=false
6861 for ac_c_preproc_warn_flag in '' yes
6863 # Use a header file that comes with gcc, so configuring glibc
6864 # with a fresh cross-compiler works.
6865 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6866 # <limits.h> exists even on freestanding compilers.
6867 # On the NeXT, cc -E runs the code through the compiler's parser,
6868 # not just through cpp. "Syntax error" is here to catch this case.
6869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6870 /* end confdefs.h. */
6871 #ifdef __STDC__
6872 # include <limits.h>
6873 #else
6874 # include <assert.h>
6875 #endif
6876 Syntax error
6877 _ACEOF
6878 if ac_fn_c_try_cpp "$LINENO"; then :
6880 else
6881 # Broken: fails on valid input.
6882 continue
6884 rm -f conftest.err conftest.$ac_ext
6886 # OK, works on sane cases. Now check whether nonexistent headers
6887 # can be detected and how.
6888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6889 /* end confdefs.h. */
6890 #include <ac_nonexistent.h>
6891 _ACEOF
6892 if ac_fn_c_try_cpp "$LINENO"; then :
6893 # Broken: success on invalid input.
6894 continue
6895 else
6896 # Passes both tests.
6897 ac_preproc_ok=:
6898 break
6900 rm -f conftest.err conftest.$ac_ext
6902 done
6903 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6904 rm -f conftest.err conftest.$ac_ext
6905 if $ac_preproc_ok; then :
6907 else
6908 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6909 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6910 as_fn_error "C preprocessor \"$CPP\" fails sanity check
6911 See \`config.log' for more details." "$LINENO" 5; }
6914 ac_ext=c
6915 ac_cpp='$CPP $CPPFLAGS'
6916 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6917 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6918 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6922 $as_echo_n "checking for ANSI C header files... " >&6; }
6923 if test "${ac_cv_header_stdc+set}" = set; then :
6924 $as_echo_n "(cached) " >&6
6925 else
6926 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6927 /* end confdefs.h. */
6928 #include <stdlib.h>
6929 #include <stdarg.h>
6930 #include <string.h>
6931 #include <float.h>
6934 main ()
6938 return 0;
6940 _ACEOF
6941 if ac_fn_c_try_compile "$LINENO"; then :
6942 ac_cv_header_stdc=yes
6943 else
6944 ac_cv_header_stdc=no
6946 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6948 if test $ac_cv_header_stdc = yes; then
6949 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6951 /* end confdefs.h. */
6952 #include <string.h>
6954 _ACEOF
6955 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6956 $EGREP "memchr" >/dev/null 2>&1; then :
6958 else
6959 ac_cv_header_stdc=no
6961 rm -f conftest*
6965 if test $ac_cv_header_stdc = yes; then
6966 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6968 /* end confdefs.h. */
6969 #include <stdlib.h>
6971 _ACEOF
6972 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6973 $EGREP "free" >/dev/null 2>&1; then :
6975 else
6976 ac_cv_header_stdc=no
6978 rm -f conftest*
6982 if test $ac_cv_header_stdc = yes; then
6983 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6984 if test "$cross_compiling" = yes; then :
6986 else
6987 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6988 /* end confdefs.h. */
6989 #include <ctype.h>
6990 #include <stdlib.h>
6991 #if ((' ' & 0x0FF) == 0x020)
6992 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6993 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6994 #else
6995 # define ISLOWER(c) \
6996 (('a' <= (c) && (c) <= 'i') \
6997 || ('j' <= (c) && (c) <= 'r') \
6998 || ('s' <= (c) && (c) <= 'z'))
6999 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7000 #endif
7002 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7004 main ()
7006 int i;
7007 for (i = 0; i < 256; i++)
7008 if (XOR (islower (i), ISLOWER (i))
7009 || toupper (i) != TOUPPER (i))
7010 return 2;
7011 return 0;
7013 _ACEOF
7014 if ac_fn_c_try_run "$LINENO"; then :
7016 else
7017 ac_cv_header_stdc=no
7019 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7020 conftest.$ac_objext conftest.beam conftest.$ac_ext
7025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7026 $as_echo "$ac_cv_header_stdc" >&6; }
7027 if test $ac_cv_header_stdc = yes; then
7029 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7033 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7034 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7035 inttypes.h stdint.h unistd.h
7036 do :
7037 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7038 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7040 eval as_val=\$$as_ac_Header
7041 if test "x$as_val" = x""yes; then :
7042 cat >>confdefs.h <<_ACEOF
7043 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7044 _ACEOF
7048 done
7051 for ac_header in dlfcn.h
7052 do :
7053 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7055 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7056 cat >>confdefs.h <<_ACEOF
7057 #define HAVE_DLFCN_H 1
7058 _ACEOF
7062 done
7068 # Set options
7072 enable_dlopen=no
7075 enable_win32_dll=no
7078 # Check whether --enable-shared was given.
7079 if test "${enable_shared+set}" = set; then :
7080 enableval=$enable_shared; p=${PACKAGE-default}
7081 case $enableval in
7082 yes) enable_shared=yes ;;
7083 no) enable_shared=no ;;
7085 enable_shared=no
7086 # Look at the argument we got. We use all the common list separators.
7087 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7088 for pkg in $enableval; do
7089 IFS="$lt_save_ifs"
7090 if test "X$pkg" = "X$p"; then
7091 enable_shared=yes
7093 done
7094 IFS="$lt_save_ifs"
7096 esac
7097 else
7098 enable_shared=yes
7109 # Check whether --enable-static was given.
7110 if test "${enable_static+set}" = set; then :
7111 enableval=$enable_static; p=${PACKAGE-default}
7112 case $enableval in
7113 yes) enable_static=yes ;;
7114 no) enable_static=no ;;
7116 enable_static=no
7117 # Look at the argument we got. We use all the common list separators.
7118 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7119 for pkg in $enableval; do
7120 IFS="$lt_save_ifs"
7121 if test "X$pkg" = "X$p"; then
7122 enable_static=yes
7124 done
7125 IFS="$lt_save_ifs"
7127 esac
7128 else
7129 enable_static=yes
7141 # Check whether --with-pic was given.
7142 if test "${with_pic+set}" = set; then :
7143 withval=$with_pic; p=${PACKAGE-default}
7144 case "$withval" in
7145 yes|no) pic_mode="$withval" ;;
7147 pic_mode=default
7148 # Look at the argument we got. We use all the common list separators.
7149 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7150 for pkg in $withval; do
7151 IFS="$lt_save_ifs"
7152 if test "X$pkg" = "X$p"; then
7153 pic_mode=yes
7155 done
7156 IFS="$lt_save_ifs"
7158 esac
7159 else
7160 pic_mode=default
7164 test -z "$pic_mode" && pic_mode=default
7172 # Check whether --enable-fast-install was given.
7173 if test "${enable_fast_install+set}" = set; then :
7174 enableval=$enable_fast_install; p=${PACKAGE-default}
7175 case $enableval in
7176 yes) enable_fast_install=yes ;;
7177 no) enable_fast_install=no ;;
7179 enable_fast_install=no
7180 # Look at the argument we got. We use all the common list separators.
7181 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7182 for pkg in $enableval; do
7183 IFS="$lt_save_ifs"
7184 if test "X$pkg" = "X$p"; then
7185 enable_fast_install=yes
7187 done
7188 IFS="$lt_save_ifs"
7190 esac
7191 else
7192 enable_fast_install=yes
7205 # This can be used to rebuild libtool when needed
7206 LIBTOOL_DEPS="$ltmain"
7208 # Always use our own libtool.
7209 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7236 test -z "$LN_S" && LN_S="ln -s"
7251 if test -n "${ZSH_VERSION+set}" ; then
7252 setopt NO_GLOB_SUBST
7255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7256 $as_echo_n "checking for objdir... " >&6; }
7257 if test "${lt_cv_objdir+set}" = set; then :
7258 $as_echo_n "(cached) " >&6
7259 else
7260 rm -f .libs 2>/dev/null
7261 mkdir .libs 2>/dev/null
7262 if test -d .libs; then
7263 lt_cv_objdir=.libs
7264 else
7265 # MS-DOS does not allow filenames that begin with a dot.
7266 lt_cv_objdir=_libs
7268 rmdir .libs 2>/dev/null
7270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7271 $as_echo "$lt_cv_objdir" >&6; }
7272 objdir=$lt_cv_objdir
7278 cat >>confdefs.h <<_ACEOF
7279 #define LT_OBJDIR "$lt_cv_objdir/"
7280 _ACEOF
7285 case $host_os in
7286 aix3*)
7287 # AIX sometimes has problems with the GCC collect2 program. For some
7288 # reason, if we set the COLLECT_NAMES environment variable, the problems
7289 # vanish in a puff of smoke.
7290 if test "X${COLLECT_NAMES+set}" != Xset; then
7291 COLLECT_NAMES=
7292 export COLLECT_NAMES
7295 esac
7297 # Global variables:
7298 ofile=libtool
7299 can_build_shared=yes
7301 # All known linkers require a `.a' archive for static linking (except MSVC,
7302 # which needs '.lib').
7303 libext=a
7305 with_gnu_ld="$lt_cv_prog_gnu_ld"
7307 old_CC="$CC"
7308 old_CFLAGS="$CFLAGS"
7310 # Set sane defaults for various variables
7311 test -z "$CC" && CC=cc
7312 test -z "$LTCC" && LTCC=$CC
7313 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7314 test -z "$LD" && LD=ld
7315 test -z "$ac_objext" && ac_objext=o
7317 for cc_temp in $compiler""; do
7318 case $cc_temp in
7319 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7320 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7321 \-*) ;;
7322 *) break;;
7323 esac
7324 done
7325 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7328 # Only perform the check for file, if the check method requires it
7329 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7330 case $deplibs_check_method in
7331 file_magic*)
7332 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7334 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7335 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7336 $as_echo_n "(cached) " >&6
7337 else
7338 case $MAGIC_CMD in
7339 [\\/*] | ?:[\\/]*)
7340 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7343 lt_save_MAGIC_CMD="$MAGIC_CMD"
7344 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7345 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7346 for ac_dir in $ac_dummy; do
7347 IFS="$lt_save_ifs"
7348 test -z "$ac_dir" && ac_dir=.
7349 if test -f $ac_dir/${ac_tool_prefix}file; then
7350 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7351 if test -n "$file_magic_test_file"; then
7352 case $deplibs_check_method in
7353 "file_magic "*)
7354 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7355 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7356 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7357 $EGREP "$file_magic_regex" > /dev/null; then
7359 else
7360 cat <<_LT_EOF 1>&2
7362 *** Warning: the command libtool uses to detect shared libraries,
7363 *** $file_magic_cmd, produces output that libtool cannot recognize.
7364 *** The result is that libtool may fail to recognize shared libraries
7365 *** as such. This will affect the creation of libtool libraries that
7366 *** depend on shared libraries, but programs linked with such libtool
7367 *** libraries will work regardless of this problem. Nevertheless, you
7368 *** may want to report the problem to your system manager and/or to
7369 *** bug-libtool@gnu.org
7371 _LT_EOF
7372 fi ;;
7373 esac
7375 break
7377 done
7378 IFS="$lt_save_ifs"
7379 MAGIC_CMD="$lt_save_MAGIC_CMD"
7381 esac
7384 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7385 if test -n "$MAGIC_CMD"; then
7386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7387 $as_echo "$MAGIC_CMD" >&6; }
7388 else
7389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7390 $as_echo "no" >&6; }
7397 if test -z "$lt_cv_path_MAGIC_CMD"; then
7398 if test -n "$ac_tool_prefix"; then
7399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7400 $as_echo_n "checking for file... " >&6; }
7401 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7402 $as_echo_n "(cached) " >&6
7403 else
7404 case $MAGIC_CMD in
7405 [\\/*] | ?:[\\/]*)
7406 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7409 lt_save_MAGIC_CMD="$MAGIC_CMD"
7410 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7411 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7412 for ac_dir in $ac_dummy; do
7413 IFS="$lt_save_ifs"
7414 test -z "$ac_dir" && ac_dir=.
7415 if test -f $ac_dir/file; then
7416 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7417 if test -n "$file_magic_test_file"; then
7418 case $deplibs_check_method in
7419 "file_magic "*)
7420 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7421 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7422 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7423 $EGREP "$file_magic_regex" > /dev/null; then
7425 else
7426 cat <<_LT_EOF 1>&2
7428 *** Warning: the command libtool uses to detect shared libraries,
7429 *** $file_magic_cmd, produces output that libtool cannot recognize.
7430 *** The result is that libtool may fail to recognize shared libraries
7431 *** as such. This will affect the creation of libtool libraries that
7432 *** depend on shared libraries, but programs linked with such libtool
7433 *** libraries will work regardless of this problem. Nevertheless, you
7434 *** may want to report the problem to your system manager and/or to
7435 *** bug-libtool@gnu.org
7437 _LT_EOF
7438 fi ;;
7439 esac
7441 break
7443 done
7444 IFS="$lt_save_ifs"
7445 MAGIC_CMD="$lt_save_MAGIC_CMD"
7447 esac
7450 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7451 if test -n "$MAGIC_CMD"; then
7452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7453 $as_echo "$MAGIC_CMD" >&6; }
7454 else
7455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7456 $as_echo "no" >&6; }
7460 else
7461 MAGIC_CMD=:
7467 esac
7469 # Use C for the default configuration in the libtool script
7471 lt_save_CC="$CC"
7472 ac_ext=c
7473 ac_cpp='$CPP $CPPFLAGS'
7474 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7475 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7476 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7479 # Source file extension for C test sources.
7480 ac_ext=c
7482 # Object file extension for compiled C test sources.
7483 objext=o
7484 objext=$objext
7486 # Code to be used in simple compile tests
7487 lt_simple_compile_test_code="int some_variable = 0;"
7489 # Code to be used in simple link tests
7490 lt_simple_link_test_code='int main(){return(0);}'
7498 # If no C compiler was specified, use CC.
7499 LTCC=${LTCC-"$CC"}
7501 # If no C compiler flags were specified, use CFLAGS.
7502 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7504 # Allow CC to be a program name with arguments.
7505 compiler=$CC
7507 # Save the default compiler, since it gets overwritten when the other
7508 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7509 compiler_DEFAULT=$CC
7511 # save warnings/boilerplate of simple test code
7512 ac_outfile=conftest.$ac_objext
7513 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7514 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7515 _lt_compiler_boilerplate=`cat conftest.err`
7516 $RM conftest*
7518 ac_outfile=conftest.$ac_objext
7519 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7520 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7521 _lt_linker_boilerplate=`cat conftest.err`
7522 $RM -r conftest*
7525 ## CAVEAT EMPTOR:
7526 ## There is no encapsulation within the following macros, do not change
7527 ## the running order or otherwise move them around unless you know exactly
7528 ## what you are doing...
7529 if test -n "$compiler"; then
7531 lt_prog_compiler_no_builtin_flag=
7533 if test "$GCC" = yes; then
7534 case $cc_basename in
7535 nvcc*)
7536 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7538 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7539 esac
7541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7542 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7543 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7544 $as_echo_n "(cached) " >&6
7545 else
7546 lt_cv_prog_compiler_rtti_exceptions=no
7547 ac_outfile=conftest.$ac_objext
7548 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7549 lt_compiler_flag="-fno-rtti -fno-exceptions"
7550 # Insert the option either (1) after the last *FLAGS variable, or
7551 # (2) before a word containing "conftest.", or (3) at the end.
7552 # Note that $ac_compile itself does not contain backslashes and begins
7553 # with a dollar sign (not a hyphen), so the echo should work correctly.
7554 # The option is referenced via a variable to avoid confusing sed.
7555 lt_compile=`echo "$ac_compile" | $SED \
7556 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7557 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7558 -e 's:$: $lt_compiler_flag:'`
7559 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7560 (eval "$lt_compile" 2>conftest.err)
7561 ac_status=$?
7562 cat conftest.err >&5
7563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7564 if (exit $ac_status) && test -s "$ac_outfile"; then
7565 # The compiler can only warn and ignore the option if not recognized
7566 # So say no if there are warnings other than the usual output.
7567 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7568 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7569 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7570 lt_cv_prog_compiler_rtti_exceptions=yes
7573 $RM conftest*
7576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7577 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7579 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7580 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7581 else
7592 lt_prog_compiler_wl=
7593 lt_prog_compiler_pic=
7594 lt_prog_compiler_static=
7596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7597 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7599 if test "$GCC" = yes; then
7600 lt_prog_compiler_wl='-Wl,'
7601 lt_prog_compiler_static='-static'
7603 case $host_os in
7604 aix*)
7605 # All AIX code is PIC.
7606 if test "$host_cpu" = ia64; then
7607 # AIX 5 now supports IA64 processor
7608 lt_prog_compiler_static='-Bstatic'
7612 amigaos*)
7613 case $host_cpu in
7614 powerpc)
7615 # see comment about AmigaOS4 .so support
7616 lt_prog_compiler_pic='-fPIC'
7618 m68k)
7619 # FIXME: we need at least 68020 code to build shared libraries, but
7620 # adding the `-m68020' flag to GCC prevents building anything better,
7621 # like `-m68040'.
7622 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7624 esac
7627 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7628 # PIC is the default for these OSes.
7631 mingw* | cygwin* | pw32* | os2* | cegcc*)
7632 # This hack is so that the source file can tell whether it is being
7633 # built for inclusion in a dll (and should export symbols for example).
7634 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7635 # (--disable-auto-import) libraries
7636 lt_prog_compiler_pic='-DDLL_EXPORT'
7639 darwin* | rhapsody*)
7640 # PIC is the default on this platform
7641 # Common symbols not allowed in MH_DYLIB files
7642 lt_prog_compiler_pic='-fno-common'
7645 haiku*)
7646 # PIC is the default for Haiku.
7647 # The "-static" flag exists, but is broken.
7648 lt_prog_compiler_static=
7651 hpux*)
7652 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7653 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7654 # sets the default TLS model and affects inlining.
7655 case $host_cpu in
7656 hppa*64*)
7657 # +Z the default
7660 lt_prog_compiler_pic='-fPIC'
7662 esac
7665 interix[3-9]*)
7666 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7667 # Instead, we relocate shared libraries at runtime.
7670 msdosdjgpp*)
7671 # Just because we use GCC doesn't mean we suddenly get shared libraries
7672 # on systems that don't support them.
7673 lt_prog_compiler_can_build_shared=no
7674 enable_shared=no
7677 *nto* | *qnx*)
7678 # QNX uses GNU C++, but need to define -shared option too, otherwise
7679 # it will coredump.
7680 lt_prog_compiler_pic='-fPIC -shared'
7683 sysv4*MP*)
7684 if test -d /usr/nec; then
7685 lt_prog_compiler_pic=-Kconform_pic
7690 lt_prog_compiler_pic='-fPIC'
7692 esac
7694 case $cc_basename in
7695 nvcc*) # Cuda Compiler Driver 2.2
7696 lt_prog_compiler_wl='-Xlinker '
7697 lt_prog_compiler_pic='-Xcompiler -fPIC'
7699 esac
7700 else
7701 # PORTME Check for flag to pass linker flags through the system compiler.
7702 case $host_os in
7703 aix*)
7704 lt_prog_compiler_wl='-Wl,'
7705 if test "$host_cpu" = ia64; then
7706 # AIX 5 now supports IA64 processor
7707 lt_prog_compiler_static='-Bstatic'
7708 else
7709 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7713 mingw* | cygwin* | pw32* | os2* | cegcc*)
7714 # This hack is so that the source file can tell whether it is being
7715 # built for inclusion in a dll (and should export symbols for example).
7716 lt_prog_compiler_pic='-DDLL_EXPORT'
7719 hpux9* | hpux10* | hpux11*)
7720 lt_prog_compiler_wl='-Wl,'
7721 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7722 # not for PA HP-UX.
7723 case $host_cpu in
7724 hppa*64*|ia64*)
7725 # +Z the default
7728 lt_prog_compiler_pic='+Z'
7730 esac
7731 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7732 lt_prog_compiler_static='${wl}-a ${wl}archive'
7735 irix5* | irix6* | nonstopux*)
7736 lt_prog_compiler_wl='-Wl,'
7737 # PIC (with -KPIC) is the default.
7738 lt_prog_compiler_static='-non_shared'
7741 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7742 case $cc_basename in
7743 # old Intel for x86_64 which still supported -KPIC.
7744 ecc*)
7745 lt_prog_compiler_wl='-Wl,'
7746 lt_prog_compiler_pic='-KPIC'
7747 lt_prog_compiler_static='-static'
7749 # icc used to be incompatible with GCC.
7750 # ICC 10 doesn't accept -KPIC any more.
7751 icc* | ifort*)
7752 lt_prog_compiler_wl='-Wl,'
7753 lt_prog_compiler_pic='-fPIC'
7754 lt_prog_compiler_static='-static'
7756 # Lahey Fortran 8.1.
7757 lf95*)
7758 lt_prog_compiler_wl='-Wl,'
7759 lt_prog_compiler_pic='--shared'
7760 lt_prog_compiler_static='--static'
7762 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7763 # Portland Group compilers (*not* the Pentium gcc compiler,
7764 # which looks to be a dead project)
7765 lt_prog_compiler_wl='-Wl,'
7766 lt_prog_compiler_pic='-fpic'
7767 lt_prog_compiler_static='-Bstatic'
7769 ccc*)
7770 lt_prog_compiler_wl='-Wl,'
7771 # All Alpha code is PIC.
7772 lt_prog_compiler_static='-non_shared'
7774 xl* | bgxl* | bgf* | mpixl*)
7775 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7776 lt_prog_compiler_wl='-Wl,'
7777 lt_prog_compiler_pic='-qpic'
7778 lt_prog_compiler_static='-qstaticlink'
7781 case `$CC -V 2>&1 | sed 5q` in
7782 *Sun\ F* | *Sun*Fortran*)
7783 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7784 lt_prog_compiler_pic='-KPIC'
7785 lt_prog_compiler_static='-Bstatic'
7786 lt_prog_compiler_wl=''
7788 *Sun\ C*)
7789 # Sun C 5.9
7790 lt_prog_compiler_pic='-KPIC'
7791 lt_prog_compiler_static='-Bstatic'
7792 lt_prog_compiler_wl='-Wl,'
7794 esac
7796 esac
7799 newsos6)
7800 lt_prog_compiler_pic='-KPIC'
7801 lt_prog_compiler_static='-Bstatic'
7804 *nto* | *qnx*)
7805 # QNX uses GNU C++, but need to define -shared option too, otherwise
7806 # it will coredump.
7807 lt_prog_compiler_pic='-fPIC -shared'
7810 osf3* | osf4* | osf5*)
7811 lt_prog_compiler_wl='-Wl,'
7812 # All OSF/1 code is PIC.
7813 lt_prog_compiler_static='-non_shared'
7816 rdos*)
7817 lt_prog_compiler_static='-non_shared'
7820 solaris*)
7821 lt_prog_compiler_pic='-KPIC'
7822 lt_prog_compiler_static='-Bstatic'
7823 case $cc_basename in
7824 f77* | f90* | f95*)
7825 lt_prog_compiler_wl='-Qoption ld ';;
7827 lt_prog_compiler_wl='-Wl,';;
7828 esac
7831 sunos4*)
7832 lt_prog_compiler_wl='-Qoption ld '
7833 lt_prog_compiler_pic='-PIC'
7834 lt_prog_compiler_static='-Bstatic'
7837 sysv4 | sysv4.2uw2* | sysv4.3*)
7838 lt_prog_compiler_wl='-Wl,'
7839 lt_prog_compiler_pic='-KPIC'
7840 lt_prog_compiler_static='-Bstatic'
7843 sysv4*MP*)
7844 if test -d /usr/nec ;then
7845 lt_prog_compiler_pic='-Kconform_pic'
7846 lt_prog_compiler_static='-Bstatic'
7850 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7851 lt_prog_compiler_wl='-Wl,'
7852 lt_prog_compiler_pic='-KPIC'
7853 lt_prog_compiler_static='-Bstatic'
7856 unicos*)
7857 lt_prog_compiler_wl='-Wl,'
7858 lt_prog_compiler_can_build_shared=no
7861 uts4*)
7862 lt_prog_compiler_pic='-pic'
7863 lt_prog_compiler_static='-Bstatic'
7867 lt_prog_compiler_can_build_shared=no
7869 esac
7872 case $host_os in
7873 # For platforms which do not support PIC, -DPIC is meaningless:
7874 *djgpp*)
7875 lt_prog_compiler_pic=
7878 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7880 esac
7881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7882 $as_echo "$lt_prog_compiler_pic" >&6; }
7890 # Check to make sure the PIC flag actually works.
7892 if test -n "$lt_prog_compiler_pic"; then
7893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7894 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7895 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
7896 $as_echo_n "(cached) " >&6
7897 else
7898 lt_cv_prog_compiler_pic_works=no
7899 ac_outfile=conftest.$ac_objext
7900 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7901 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
7902 # Insert the option either (1) after the last *FLAGS variable, or
7903 # (2) before a word containing "conftest.", or (3) at the end.
7904 # Note that $ac_compile itself does not contain backslashes and begins
7905 # with a dollar sign (not a hyphen), so the echo should work correctly.
7906 # The option is referenced via a variable to avoid confusing sed.
7907 lt_compile=`echo "$ac_compile" | $SED \
7908 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7909 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7910 -e 's:$: $lt_compiler_flag:'`
7911 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7912 (eval "$lt_compile" 2>conftest.err)
7913 ac_status=$?
7914 cat conftest.err >&5
7915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7916 if (exit $ac_status) && test -s "$ac_outfile"; then
7917 # The compiler can only warn and ignore the option if not recognized
7918 # So say no if there are warnings other than the usual output.
7919 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7920 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7921 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7922 lt_cv_prog_compiler_pic_works=yes
7925 $RM conftest*
7928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
7929 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
7931 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
7932 case $lt_prog_compiler_pic in
7933 "" | " "*) ;;
7934 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
7935 esac
7936 else
7937 lt_prog_compiler_pic=
7938 lt_prog_compiler_can_build_shared=no
7949 # Check to make sure the static flag actually works.
7951 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7953 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
7954 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
7955 $as_echo_n "(cached) " >&6
7956 else
7957 lt_cv_prog_compiler_static_works=no
7958 save_LDFLAGS="$LDFLAGS"
7959 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
7960 echo "$lt_simple_link_test_code" > conftest.$ac_ext
7961 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
7962 # The linker can only warn and ignore the option if not recognized
7963 # So say no if there are warnings
7964 if test -s conftest.err; then
7965 # Append any errors to the config.log.
7966 cat conftest.err 1>&5
7967 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
7968 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7969 if diff conftest.exp conftest.er2 >/dev/null; then
7970 lt_cv_prog_compiler_static_works=yes
7972 else
7973 lt_cv_prog_compiler_static_works=yes
7976 $RM -r conftest*
7977 LDFLAGS="$save_LDFLAGS"
7980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
7981 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
7983 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
7985 else
7986 lt_prog_compiler_static=
7995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7996 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7997 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7998 $as_echo_n "(cached) " >&6
7999 else
8000 lt_cv_prog_compiler_c_o=no
8001 $RM -r conftest 2>/dev/null
8002 mkdir conftest
8003 cd conftest
8004 mkdir out
8005 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8007 lt_compiler_flag="-o out/conftest2.$ac_objext"
8008 # Insert the option either (1) after the last *FLAGS variable, or
8009 # (2) before a word containing "conftest.", or (3) at the end.
8010 # Note that $ac_compile itself does not contain backslashes and begins
8011 # with a dollar sign (not a hyphen), so the echo should work correctly.
8012 lt_compile=`echo "$ac_compile" | $SED \
8013 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8014 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8015 -e 's:$: $lt_compiler_flag:'`
8016 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8017 (eval "$lt_compile" 2>out/conftest.err)
8018 ac_status=$?
8019 cat out/conftest.err >&5
8020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8021 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8022 then
8023 # The compiler can only warn and ignore the option if not recognized
8024 # So say no if there are warnings
8025 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8026 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8027 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8028 lt_cv_prog_compiler_c_o=yes
8031 chmod u+w . 2>&5
8032 $RM conftest*
8033 # SGI C++ compiler will create directory out/ii_files/ for
8034 # template instantiation
8035 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8036 $RM out/* && rmdir out
8037 cd ..
8038 $RM -r conftest
8039 $RM conftest*
8042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8043 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8051 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8052 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8053 $as_echo_n "(cached) " >&6
8054 else
8055 lt_cv_prog_compiler_c_o=no
8056 $RM -r conftest 2>/dev/null
8057 mkdir conftest
8058 cd conftest
8059 mkdir out
8060 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8062 lt_compiler_flag="-o out/conftest2.$ac_objext"
8063 # Insert the option either (1) after the last *FLAGS variable, or
8064 # (2) before a word containing "conftest.", or (3) at the end.
8065 # Note that $ac_compile itself does not contain backslashes and begins
8066 # with a dollar sign (not a hyphen), so the echo should work correctly.
8067 lt_compile=`echo "$ac_compile" | $SED \
8068 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8069 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8070 -e 's:$: $lt_compiler_flag:'`
8071 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8072 (eval "$lt_compile" 2>out/conftest.err)
8073 ac_status=$?
8074 cat out/conftest.err >&5
8075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8076 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8077 then
8078 # The compiler can only warn and ignore the option if not recognized
8079 # So say no if there are warnings
8080 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8081 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8082 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8083 lt_cv_prog_compiler_c_o=yes
8086 chmod u+w . 2>&5
8087 $RM conftest*
8088 # SGI C++ compiler will create directory out/ii_files/ for
8089 # template instantiation
8090 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8091 $RM out/* && rmdir out
8092 cd ..
8093 $RM -r conftest
8094 $RM conftest*
8097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8098 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8103 hard_links="nottested"
8104 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8105 # do not overwrite the value of need_locks provided by the user
8106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8107 $as_echo_n "checking if we can lock with hard links... " >&6; }
8108 hard_links=yes
8109 $RM conftest*
8110 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8111 touch conftest.a
8112 ln conftest.a conftest.b 2>&5 || hard_links=no
8113 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8115 $as_echo "$hard_links" >&6; }
8116 if test "$hard_links" = no; then
8117 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8118 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8119 need_locks=warn
8121 else
8122 need_locks=no
8130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8131 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8133 runpath_var=
8134 allow_undefined_flag=
8135 always_export_symbols=no
8136 archive_cmds=
8137 archive_expsym_cmds=
8138 compiler_needs_object=no
8139 enable_shared_with_static_runtimes=no
8140 export_dynamic_flag_spec=
8141 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8142 hardcode_automatic=no
8143 hardcode_direct=no
8144 hardcode_direct_absolute=no
8145 hardcode_libdir_flag_spec=
8146 hardcode_libdir_flag_spec_ld=
8147 hardcode_libdir_separator=
8148 hardcode_minus_L=no
8149 hardcode_shlibpath_var=unsupported
8150 inherit_rpath=no
8151 link_all_deplibs=unknown
8152 module_cmds=
8153 module_expsym_cmds=
8154 old_archive_from_new_cmds=
8155 old_archive_from_expsyms_cmds=
8156 thread_safe_flag_spec=
8157 whole_archive_flag_spec=
8158 # include_expsyms should be a list of space-separated symbols to be *always*
8159 # included in the symbol list
8160 include_expsyms=
8161 # exclude_expsyms can be an extended regexp of symbols to exclude
8162 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8163 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8164 # as well as any symbol that contains `d'.
8165 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8166 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8167 # platforms (ab)use it in PIC code, but their linkers get confused if
8168 # the symbol is explicitly referenced. Since portable code cannot
8169 # rely on this symbol name, it's probably fine to never include it in
8170 # preloaded symbol tables.
8171 # Exclude shared library initialization/finalization symbols.
8172 extract_expsyms_cmds=
8174 case $host_os in
8175 cygwin* | mingw* | pw32* | cegcc*)
8176 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8177 # When not using gcc, we currently assume that we are using
8178 # Microsoft Visual C++.
8179 if test "$GCC" != yes; then
8180 with_gnu_ld=no
8183 interix*)
8184 # we just hope/assume this is gcc and not c89 (= MSVC++)
8185 with_gnu_ld=yes
8187 openbsd*)
8188 with_gnu_ld=no
8190 esac
8192 ld_shlibs=yes
8194 # On some targets, GNU ld is compatible enough with the native linker
8195 # that we're better off using the native interface for both.
8196 lt_use_gnu_ld_interface=no
8197 if test "$with_gnu_ld" = yes; then
8198 case $host_os in
8199 aix*)
8200 # The AIX port of GNU ld has always aspired to compatibility
8201 # with the native linker. However, as the warning in the GNU ld
8202 # block says, versions before 2.19.5* couldn't really create working
8203 # shared libraries, regardless of the interface used.
8204 case `$LD -v 2>&1` in
8205 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8206 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8207 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8209 lt_use_gnu_ld_interface=yes
8211 esac
8214 lt_use_gnu_ld_interface=yes
8216 esac
8219 if test "$lt_use_gnu_ld_interface" = yes; then
8220 # If archive_cmds runs LD, not CC, wlarc should be empty
8221 wlarc='${wl}'
8223 # Set some defaults for GNU ld with shared library support. These
8224 # are reset later if shared libraries are not supported. Putting them
8225 # here allows them to be overridden if necessary.
8226 runpath_var=LD_RUN_PATH
8227 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8228 export_dynamic_flag_spec='${wl}--export-dynamic'
8229 # ancient GNU ld didn't support --whole-archive et. al.
8230 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8231 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8232 else
8233 whole_archive_flag_spec=
8235 supports_anon_versioning=no
8236 case `$LD -v 2>&1` in
8237 *GNU\ gold*) supports_anon_versioning=yes ;;
8238 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8239 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8240 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8241 *\ 2.11.*) ;; # other 2.11 versions
8242 *) supports_anon_versioning=yes ;;
8243 esac
8245 # See if GNU ld supports shared libraries.
8246 case $host_os in
8247 aix[3-9]*)
8248 # On AIX/PPC, the GNU linker is very broken
8249 if test "$host_cpu" != ia64; then
8250 ld_shlibs=no
8251 cat <<_LT_EOF 1>&2
8253 *** Warning: the GNU linker, at least up to release 2.19, is reported
8254 *** to be unable to reliably create shared libraries on AIX.
8255 *** Therefore, libtool is disabling shared libraries support. If you
8256 *** really care for shared libraries, you may want to install binutils
8257 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8258 *** You will then need to restart the configuration process.
8260 _LT_EOF
8264 amigaos*)
8265 case $host_cpu in
8266 powerpc)
8267 # see comment about AmigaOS4 .so support
8268 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8269 archive_expsym_cmds=''
8271 m68k)
8272 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)'
8273 hardcode_libdir_flag_spec='-L$libdir'
8274 hardcode_minus_L=yes
8276 esac
8279 beos*)
8280 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8281 allow_undefined_flag=unsupported
8282 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8283 # support --undefined. This deserves some investigation. FIXME
8284 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8285 else
8286 ld_shlibs=no
8290 cygwin* | mingw* | pw32* | cegcc*)
8291 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8292 # as there is no search path for DLLs.
8293 hardcode_libdir_flag_spec='-L$libdir'
8294 export_dynamic_flag_spec='${wl}--export-all-symbols'
8295 allow_undefined_flag=unsupported
8296 always_export_symbols=no
8297 enable_shared_with_static_runtimes=yes
8298 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8300 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8301 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8302 # If the export-symbols file already is a .def file (1st line
8303 # is EXPORTS), use it as is; otherwise, prepend...
8304 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8305 cp $export_symbols $output_objdir/$soname.def;
8306 else
8307 echo EXPORTS > $output_objdir/$soname.def;
8308 cat $export_symbols >> $output_objdir/$soname.def;
8310 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8311 else
8312 ld_shlibs=no
8316 haiku*)
8317 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8318 link_all_deplibs=yes
8321 interix[3-9]*)
8322 hardcode_direct=no
8323 hardcode_shlibpath_var=no
8324 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8325 export_dynamic_flag_spec='${wl}-E'
8326 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8327 # Instead, shared libraries are loaded at an image base (0x10000000 by
8328 # default) and relocated if they conflict, which is a slow very memory
8329 # consuming and fragmenting process. To avoid this, we pick a random,
8330 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8331 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8332 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8333 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'
8336 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8337 tmp_diet=no
8338 if test "$host_os" = linux-dietlibc; then
8339 case $cc_basename in
8340 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8341 esac
8343 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8344 && test "$tmp_diet" = no
8345 then
8346 tmp_addflag=
8347 tmp_sharedflag='-shared'
8348 case $cc_basename,$host_cpu in
8349 pgcc*) # Portland Group C compiler
8350 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'
8351 tmp_addflag=' $pic_flag'
8353 pgf77* | pgf90* | pgf95* | pgfortran*)
8354 # Portland Group f77 and f90 compilers
8355 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'
8356 tmp_addflag=' $pic_flag -Mnomain' ;;
8357 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8358 tmp_addflag=' -i_dynamic' ;;
8359 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8360 tmp_addflag=' -i_dynamic -nofor_main' ;;
8361 ifc* | ifort*) # Intel Fortran compiler
8362 tmp_addflag=' -nofor_main' ;;
8363 lf95*) # Lahey Fortran 8.1
8364 whole_archive_flag_spec=
8365 tmp_sharedflag='--shared' ;;
8366 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8367 tmp_sharedflag='-qmkshrobj'
8368 tmp_addflag= ;;
8369 nvcc*) # Cuda Compiler Driver 2.2
8370 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'
8371 compiler_needs_object=yes
8373 esac
8374 case `$CC -V 2>&1 | sed 5q` in
8375 *Sun\ C*) # Sun C 5.9
8376 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'
8377 compiler_needs_object=yes
8378 tmp_sharedflag='-G' ;;
8379 *Sun\ F*) # Sun Fortran 8.3
8380 tmp_sharedflag='-G' ;;
8381 esac
8382 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8384 if test "x$supports_anon_versioning" = xyes; then
8385 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8386 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8387 echo "local: *; };" >> $output_objdir/$libname.ver~
8388 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8391 case $cc_basename in
8392 xlf* | bgf* | bgxlf* | mpixlf*)
8393 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8394 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8395 hardcode_libdir_flag_spec=
8396 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8397 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8398 if test "x$supports_anon_versioning" = xyes; then
8399 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8400 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8401 echo "local: *; };" >> $output_objdir/$libname.ver~
8402 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8405 esac
8406 else
8407 ld_shlibs=no
8411 netbsd*)
8412 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8413 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8414 wlarc=
8415 else
8416 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8417 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8421 solaris*)
8422 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8423 ld_shlibs=no
8424 cat <<_LT_EOF 1>&2
8426 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8427 *** create shared libraries on Solaris systems. Therefore, libtool
8428 *** is disabling shared libraries support. We urge you to upgrade GNU
8429 *** binutils to release 2.9.1 or newer. Another option is to modify
8430 *** your PATH or compiler configuration so that the native linker is
8431 *** used, and then restart.
8433 _LT_EOF
8434 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8435 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8436 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8437 else
8438 ld_shlibs=no
8442 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8443 case `$LD -v 2>&1` in
8444 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8445 ld_shlibs=no
8446 cat <<_LT_EOF 1>&2
8448 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8449 *** reliably create shared libraries on SCO systems. Therefore, libtool
8450 *** is disabling shared libraries support. We urge you to upgrade GNU
8451 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8452 *** your PATH or compiler configuration so that the native linker is
8453 *** used, and then restart.
8455 _LT_EOF
8458 # For security reasons, it is highly recommended that you always
8459 # use absolute paths for naming shared libraries, and exclude the
8460 # DT_RUNPATH tag from executables and libraries. But doing so
8461 # requires that you compile everything twice, which is a pain.
8462 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8463 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8464 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8465 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8466 else
8467 ld_shlibs=no
8470 esac
8473 sunos4*)
8474 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8475 wlarc=
8476 hardcode_direct=yes
8477 hardcode_shlibpath_var=no
8481 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8482 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8483 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8484 else
8485 ld_shlibs=no
8488 esac
8490 if test "$ld_shlibs" = no; then
8491 runpath_var=
8492 hardcode_libdir_flag_spec=
8493 export_dynamic_flag_spec=
8494 whole_archive_flag_spec=
8496 else
8497 # PORTME fill in a description of your system's linker (not GNU ld)
8498 case $host_os in
8499 aix3*)
8500 allow_undefined_flag=unsupported
8501 always_export_symbols=yes
8502 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'
8503 # Note: this linker hardcodes the directories in LIBPATH if there
8504 # are no directories specified by -L.
8505 hardcode_minus_L=yes
8506 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8507 # Neither direct hardcoding nor static linking is supported with a
8508 # broken collect2.
8509 hardcode_direct=unsupported
8513 aix[4-9]*)
8514 if test "$host_cpu" = ia64; then
8515 # On IA64, the linker does run time linking by default, so we don't
8516 # have to do anything special.
8517 aix_use_runtimelinking=no
8518 exp_sym_flag='-Bexport'
8519 no_entry_flag=""
8520 else
8521 # If we're using GNU nm, then we don't want the "-C" option.
8522 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8523 # Also, AIX nm treats weak defined symbols like other global
8524 # defined symbols, whereas GNU nm marks them as "W".
8525 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8526 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'
8527 else
8528 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8530 aix_use_runtimelinking=no
8532 # Test if we are trying to use run time linking or normal
8533 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8534 # need to do runtime linking.
8535 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8536 for ld_flag in $LDFLAGS; do
8537 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8538 aix_use_runtimelinking=yes
8539 break
8541 done
8543 esac
8545 exp_sym_flag='-bexport'
8546 no_entry_flag='-bnoentry'
8549 # When large executables or shared objects are built, AIX ld can
8550 # have problems creating the table of contents. If linking a library
8551 # or program results in "error TOC overflow" add -mminimal-toc to
8552 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8553 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8555 archive_cmds=''
8556 hardcode_direct=yes
8557 hardcode_direct_absolute=yes
8558 hardcode_libdir_separator=':'
8559 link_all_deplibs=yes
8560 file_list_spec='${wl}-f,'
8562 if test "$GCC" = yes; then
8563 case $host_os in aix4.[012]|aix4.[012].*)
8564 # We only want to do this on AIX 4.2 and lower, the check
8565 # below for broken collect2 doesn't work under 4.3+
8566 collect2name=`${CC} -print-prog-name=collect2`
8567 if test -f "$collect2name" &&
8568 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8569 then
8570 # We have reworked collect2
8572 else
8573 # We have old collect2
8574 hardcode_direct=unsupported
8575 # It fails to find uninstalled libraries when the uninstalled
8576 # path is not listed in the libpath. Setting hardcode_minus_L
8577 # to unsupported forces relinking
8578 hardcode_minus_L=yes
8579 hardcode_libdir_flag_spec='-L$libdir'
8580 hardcode_libdir_separator=
8583 esac
8584 shared_flag='-shared'
8585 if test "$aix_use_runtimelinking" = yes; then
8586 shared_flag="$shared_flag "'${wl}-G'
8588 else
8589 # not using gcc
8590 if test "$host_cpu" = ia64; then
8591 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8592 # chokes on -Wl,-G. The following line is correct:
8593 shared_flag='-G'
8594 else
8595 if test "$aix_use_runtimelinking" = yes; then
8596 shared_flag='${wl}-G'
8597 else
8598 shared_flag='${wl}-bM:SRE'
8603 export_dynamic_flag_spec='${wl}-bexpall'
8604 # It seems that -bexpall does not export symbols beginning with
8605 # underscore (_), so it is better to generate a list of symbols to export.
8606 always_export_symbols=yes
8607 if test "$aix_use_runtimelinking" = yes; then
8608 # Warning - without using the other runtime loading flags (-brtl),
8609 # -berok will link without error, but may produce a broken library.
8610 allow_undefined_flag='-berok'
8611 # Determine the default libpath from the value encoded in an
8612 # empty executable.
8613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8614 /* end confdefs.h. */
8617 main ()
8621 return 0;
8623 _ACEOF
8624 if ac_fn_c_try_link "$LINENO"; then :
8626 lt_aix_libpath_sed='
8627 /Import File Strings/,/^$/ {
8628 /^0/ {
8629 s/^0 *\(.*\)$/\1/
8633 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8634 # Check for a 64-bit object if we didn't find anything.
8635 if test -z "$aix_libpath"; then
8636 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8639 rm -f core conftest.err conftest.$ac_objext \
8640 conftest$ac_exeext conftest.$ac_ext
8641 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8643 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8644 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"
8645 else
8646 if test "$host_cpu" = ia64; then
8647 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8648 allow_undefined_flag="-z nodefs"
8649 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"
8650 else
8651 # Determine the default libpath from the value encoded in an
8652 # empty executable.
8653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8654 /* end confdefs.h. */
8657 main ()
8661 return 0;
8663 _ACEOF
8664 if ac_fn_c_try_link "$LINENO"; then :
8666 lt_aix_libpath_sed='
8667 /Import File Strings/,/^$/ {
8668 /^0/ {
8669 s/^0 *\(.*\)$/\1/
8673 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8674 # Check for a 64-bit object if we didn't find anything.
8675 if test -z "$aix_libpath"; then
8676 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8679 rm -f core conftest.err conftest.$ac_objext \
8680 conftest$ac_exeext conftest.$ac_ext
8681 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8683 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8684 # Warning - without using the other run time loading flags,
8685 # -berok will link without error, but may produce a broken library.
8686 no_undefined_flag=' ${wl}-bernotok'
8687 allow_undefined_flag=' ${wl}-berok'
8688 if test "$with_gnu_ld" = yes; then
8689 # We only use this code for GNU lds that support --whole-archive.
8690 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8691 else
8692 # Exported symbols can be pulled into shared objects from archives
8693 whole_archive_flag_spec='$convenience'
8695 archive_cmds_need_lc=yes
8696 # This is similar to how AIX traditionally builds its shared libraries.
8697 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'
8702 amigaos*)
8703 case $host_cpu in
8704 powerpc)
8705 # see comment about AmigaOS4 .so support
8706 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8707 archive_expsym_cmds=''
8709 m68k)
8710 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)'
8711 hardcode_libdir_flag_spec='-L$libdir'
8712 hardcode_minus_L=yes
8714 esac
8717 bsdi[45]*)
8718 export_dynamic_flag_spec=-rdynamic
8721 cygwin* | mingw* | pw32* | cegcc*)
8722 # When not using gcc, we currently assume that we are using
8723 # Microsoft Visual C++.
8724 # hardcode_libdir_flag_spec is actually meaningless, as there is
8725 # no search path for DLLs.
8726 hardcode_libdir_flag_spec=' '
8727 allow_undefined_flag=unsupported
8728 # Tell ltmain to make .lib files, not .a files.
8729 libext=lib
8730 # Tell ltmain to make .dll files, not .so files.
8731 shrext_cmds=".dll"
8732 # FIXME: Setting linknames here is a bad hack.
8733 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8734 # The linker will automatically build a .lib file if we build a DLL.
8735 old_archive_from_new_cmds='true'
8736 # FIXME: Should let the user specify the lib program.
8737 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8738 fix_srcfile_path='`cygpath -w "$srcfile"`'
8739 enable_shared_with_static_runtimes=yes
8742 darwin* | rhapsody*)
8745 archive_cmds_need_lc=no
8746 hardcode_direct=no
8747 hardcode_automatic=yes
8748 hardcode_shlibpath_var=unsupported
8749 if test "$lt_cv_ld_force_load" = "yes"; then
8750 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\"`'
8751 else
8752 whole_archive_flag_spec=''
8754 link_all_deplibs=yes
8755 allow_undefined_flag="$_lt_dar_allow_undefined"
8756 case $cc_basename in
8757 ifort*) _lt_dar_can_shared=yes ;;
8758 *) _lt_dar_can_shared=$GCC ;;
8759 esac
8760 if test "$_lt_dar_can_shared" = "yes"; then
8761 output_verbose_link_cmd=func_echo_all
8762 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8763 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8764 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}"
8765 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}"
8767 else
8768 ld_shlibs=no
8773 dgux*)
8774 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8775 hardcode_libdir_flag_spec='-L$libdir'
8776 hardcode_shlibpath_var=no
8779 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8780 # support. Future versions do this automatically, but an explicit c++rt0.o
8781 # does not break anything, and helps significantly (at the cost of a little
8782 # extra space).
8783 freebsd2.2*)
8784 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8785 hardcode_libdir_flag_spec='-R$libdir'
8786 hardcode_direct=yes
8787 hardcode_shlibpath_var=no
8790 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8791 freebsd2.*)
8792 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8793 hardcode_direct=yes
8794 hardcode_minus_L=yes
8795 hardcode_shlibpath_var=no
8798 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8799 freebsd* | dragonfly*)
8800 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8801 hardcode_libdir_flag_spec='-R$libdir'
8802 hardcode_direct=yes
8803 hardcode_shlibpath_var=no
8806 hpux9*)
8807 if test "$GCC" = yes; then
8808 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'
8809 else
8810 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'
8812 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8813 hardcode_libdir_separator=:
8814 hardcode_direct=yes
8816 # hardcode_minus_L: Not really in the search PATH,
8817 # but as the default location of the library.
8818 hardcode_minus_L=yes
8819 export_dynamic_flag_spec='${wl}-E'
8822 hpux10*)
8823 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8824 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8825 else
8826 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8828 if test "$with_gnu_ld" = no; then
8829 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8830 hardcode_libdir_flag_spec_ld='+b $libdir'
8831 hardcode_libdir_separator=:
8832 hardcode_direct=yes
8833 hardcode_direct_absolute=yes
8834 export_dynamic_flag_spec='${wl}-E'
8835 # hardcode_minus_L: Not really in the search PATH,
8836 # but as the default location of the library.
8837 hardcode_minus_L=yes
8841 hpux11*)
8842 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8843 case $host_cpu in
8844 hppa*64*)
8845 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8847 ia64*)
8848 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8851 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8853 esac
8854 else
8855 case $host_cpu in
8856 hppa*64*)
8857 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8859 ia64*)
8860 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8864 # Older versions of the 11.00 compiler do not understand -b yet
8865 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
8866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
8867 $as_echo_n "checking if $CC understands -b... " >&6; }
8868 if test "${lt_cv_prog_compiler__b+set}" = set; then :
8869 $as_echo_n "(cached) " >&6
8870 else
8871 lt_cv_prog_compiler__b=no
8872 save_LDFLAGS="$LDFLAGS"
8873 LDFLAGS="$LDFLAGS -b"
8874 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8875 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8876 # The linker can only warn and ignore the option if not recognized
8877 # So say no if there are warnings
8878 if test -s conftest.err; then
8879 # Append any errors to the config.log.
8880 cat conftest.err 1>&5
8881 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8882 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8883 if diff conftest.exp conftest.er2 >/dev/null; then
8884 lt_cv_prog_compiler__b=yes
8886 else
8887 lt_cv_prog_compiler__b=yes
8890 $RM -r conftest*
8891 LDFLAGS="$save_LDFLAGS"
8894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
8895 $as_echo "$lt_cv_prog_compiler__b" >&6; }
8897 if test x"$lt_cv_prog_compiler__b" = xyes; then
8898 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8899 else
8900 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8904 esac
8906 if test "$with_gnu_ld" = no; then
8907 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8908 hardcode_libdir_separator=:
8910 case $host_cpu in
8911 hppa*64*|ia64*)
8912 hardcode_direct=no
8913 hardcode_shlibpath_var=no
8916 hardcode_direct=yes
8917 hardcode_direct_absolute=yes
8918 export_dynamic_flag_spec='${wl}-E'
8920 # hardcode_minus_L: Not really in the search PATH,
8921 # but as the default location of the library.
8922 hardcode_minus_L=yes
8924 esac
8928 irix5* | irix6* | nonstopux*)
8929 if test "$GCC" = yes; then
8930 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'
8931 # Try to use the -exported_symbol ld option, if it does not
8932 # work, assume that -exports_file does not work either and
8933 # implicitly export all symbols.
8934 save_LDFLAGS="$LDFLAGS"
8935 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8936 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8937 /* end confdefs.h. */
8938 int foo(void) {}
8939 _ACEOF
8940 if ac_fn_c_try_link "$LINENO"; then :
8941 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'
8944 rm -f core conftest.err conftest.$ac_objext \
8945 conftest$ac_exeext conftest.$ac_ext
8946 LDFLAGS="$save_LDFLAGS"
8947 else
8948 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'
8949 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'
8951 archive_cmds_need_lc='no'
8952 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8953 hardcode_libdir_separator=:
8954 inherit_rpath=yes
8955 link_all_deplibs=yes
8958 netbsd*)
8959 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8960 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
8961 else
8962 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
8964 hardcode_libdir_flag_spec='-R$libdir'
8965 hardcode_direct=yes
8966 hardcode_shlibpath_var=no
8969 newsos6)
8970 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8971 hardcode_direct=yes
8972 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8973 hardcode_libdir_separator=:
8974 hardcode_shlibpath_var=no
8977 *nto* | *qnx*)
8980 openbsd*)
8981 if test -f /usr/libexec/ld.so; then
8982 hardcode_direct=yes
8983 hardcode_shlibpath_var=no
8984 hardcode_direct_absolute=yes
8985 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8986 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8987 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8988 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8989 export_dynamic_flag_spec='${wl}-E'
8990 else
8991 case $host_os in
8992 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
8993 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8994 hardcode_libdir_flag_spec='-R$libdir'
8997 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8998 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9000 esac
9002 else
9003 ld_shlibs=no
9007 os2*)
9008 hardcode_libdir_flag_spec='-L$libdir'
9009 hardcode_minus_L=yes
9010 allow_undefined_flag=unsupported
9011 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'
9012 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9015 osf3*)
9016 if test "$GCC" = yes; then
9017 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9018 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'
9019 else
9020 allow_undefined_flag=' -expect_unresolved \*'
9021 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'
9023 archive_cmds_need_lc='no'
9024 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9025 hardcode_libdir_separator=:
9028 osf4* | osf5*) # as osf3* with the addition of -msym flag
9029 if test "$GCC" = yes; then
9030 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9031 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'
9032 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9033 else
9034 allow_undefined_flag=' -expect_unresolved \*'
9035 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'
9036 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~
9037 $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'
9039 # Both c and cxx compiler support -rpath directly
9040 hardcode_libdir_flag_spec='-rpath $libdir'
9042 archive_cmds_need_lc='no'
9043 hardcode_libdir_separator=:
9046 solaris*)
9047 no_undefined_flag=' -z defs'
9048 if test "$GCC" = yes; then
9049 wlarc='${wl}'
9050 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9051 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9052 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9053 else
9054 case `$CC -V 2>&1` in
9055 *"Compilers 5.0"*)
9056 wlarc=''
9057 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9058 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9059 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9062 wlarc='${wl}'
9063 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9064 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9065 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9067 esac
9069 hardcode_libdir_flag_spec='-R$libdir'
9070 hardcode_shlibpath_var=no
9071 case $host_os in
9072 solaris2.[0-5] | solaris2.[0-5].*) ;;
9074 # The compiler driver will combine and reorder linker options,
9075 # but understands `-z linker_flag'. GCC discards it without `$wl',
9076 # but is careful enough not to reorder.
9077 # Supported since Solaris 2.6 (maybe 2.5.1?)
9078 if test "$GCC" = yes; then
9079 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9080 else
9081 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9084 esac
9085 link_all_deplibs=yes
9088 sunos4*)
9089 if test "x$host_vendor" = xsequent; then
9090 # Use $CC to link under sequent, because it throws in some extra .o
9091 # files that make .init and .fini sections work.
9092 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9093 else
9094 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9096 hardcode_libdir_flag_spec='-L$libdir'
9097 hardcode_direct=yes
9098 hardcode_minus_L=yes
9099 hardcode_shlibpath_var=no
9102 sysv4)
9103 case $host_vendor in
9104 sni)
9105 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9106 hardcode_direct=yes # is this really true???
9108 siemens)
9109 ## LD is ld it makes a PLAMLIB
9110 ## CC just makes a GrossModule.
9111 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9112 reload_cmds='$CC -r -o $output$reload_objs'
9113 hardcode_direct=no
9115 motorola)
9116 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9117 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9119 esac
9120 runpath_var='LD_RUN_PATH'
9121 hardcode_shlibpath_var=no
9124 sysv4.3*)
9125 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9126 hardcode_shlibpath_var=no
9127 export_dynamic_flag_spec='-Bexport'
9130 sysv4*MP*)
9131 if test -d /usr/nec; then
9132 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9133 hardcode_shlibpath_var=no
9134 runpath_var=LD_RUN_PATH
9135 hardcode_runpath_var=yes
9136 ld_shlibs=yes
9140 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9141 no_undefined_flag='${wl}-z,text'
9142 archive_cmds_need_lc=no
9143 hardcode_shlibpath_var=no
9144 runpath_var='LD_RUN_PATH'
9146 if test "$GCC" = yes; then
9147 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9148 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9149 else
9150 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9151 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9155 sysv5* | sco3.2v5* | sco5v6*)
9156 # Note: We can NOT use -z defs as we might desire, because we do not
9157 # link with -lc, and that would cause any symbols used from libc to
9158 # always be unresolved, which means just about no library would
9159 # ever link correctly. If we're not using GNU ld we use -z text
9160 # though, which does catch some bad symbols but isn't as heavy-handed
9161 # as -z defs.
9162 no_undefined_flag='${wl}-z,text'
9163 allow_undefined_flag='${wl}-z,nodefs'
9164 archive_cmds_need_lc=no
9165 hardcode_shlibpath_var=no
9166 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9167 hardcode_libdir_separator=':'
9168 link_all_deplibs=yes
9169 export_dynamic_flag_spec='${wl}-Bexport'
9170 runpath_var='LD_RUN_PATH'
9172 if test "$GCC" = yes; then
9173 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9174 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9175 else
9176 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9177 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9181 uts4*)
9182 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9183 hardcode_libdir_flag_spec='-L$libdir'
9184 hardcode_shlibpath_var=no
9188 ld_shlibs=no
9190 esac
9192 if test x$host_vendor = xsni; then
9193 case $host in
9194 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9195 export_dynamic_flag_spec='${wl}-Blargedynsym'
9197 esac
9201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9202 $as_echo "$ld_shlibs" >&6; }
9203 test "$ld_shlibs" = no && can_build_shared=no
9205 with_gnu_ld=$with_gnu_ld
9222 # Do we need to explicitly link libc?
9224 case "x$archive_cmds_need_lc" in
9225 x|xyes)
9226 # Assume -lc should be added
9227 archive_cmds_need_lc=yes
9229 if test "$enable_shared" = yes && test "$GCC" = yes; then
9230 case $archive_cmds in
9231 *'~'*)
9232 # FIXME: we may have to deal with multi-command sequences.
9234 '$CC '*)
9235 # Test whether the compiler implicitly links with -lc since on some
9236 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9237 # to ld, don't add -lc before -lgcc.
9238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9239 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9240 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9241 $as_echo_n "(cached) " >&6
9242 else
9243 $RM conftest*
9244 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9246 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9247 (eval $ac_compile) 2>&5
9248 ac_status=$?
9249 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9250 test $ac_status = 0; } 2>conftest.err; then
9251 soname=conftest
9252 lib=conftest
9253 libobjs=conftest.$ac_objext
9254 deplibs=
9255 wl=$lt_prog_compiler_wl
9256 pic_flag=$lt_prog_compiler_pic
9257 compiler_flags=-v
9258 linker_flags=-v
9259 verstring=
9260 output_objdir=.
9261 libname=conftest
9262 lt_save_allow_undefined_flag=$allow_undefined_flag
9263 allow_undefined_flag=
9264 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9265 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9266 ac_status=$?
9267 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9268 test $ac_status = 0; }
9269 then
9270 lt_cv_archive_cmds_need_lc=no
9271 else
9272 lt_cv_archive_cmds_need_lc=yes
9274 allow_undefined_flag=$lt_save_allow_undefined_flag
9275 else
9276 cat conftest.err 1>&5
9278 $RM conftest*
9281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9282 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9283 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9285 esac
9288 esac
9446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9447 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9449 if test "$GCC" = yes; then
9450 case $host_os in
9451 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9452 *) lt_awk_arg="/^libraries:/" ;;
9453 esac
9454 case $host_os in
9455 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9456 *) lt_sed_strip_eq="s,=/,/,g" ;;
9457 esac
9458 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9459 case $lt_search_path_spec in
9460 *\;*)
9461 # if the path contains ";" then we assume it to be the separator
9462 # otherwise default to the standard path separator (i.e. ":") - it is
9463 # assumed that no part of a normal pathname contains ";" but that should
9464 # okay in the real world where ";" in dirpaths is itself problematic.
9465 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9468 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9470 esac
9471 # Ok, now we have the path, separated by spaces, we can step through it
9472 # and add multilib dir if necessary.
9473 lt_tmp_lt_search_path_spec=
9474 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9475 for lt_sys_path in $lt_search_path_spec; do
9476 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9477 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9478 else
9479 test -d "$lt_sys_path" && \
9480 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9482 done
9483 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9484 BEGIN {RS=" "; FS="/|\n";} {
9485 lt_foo="";
9486 lt_count=0;
9487 for (lt_i = NF; lt_i > 0; lt_i--) {
9488 if ($lt_i != "" && $lt_i != ".") {
9489 if ($lt_i == "..") {
9490 lt_count++;
9491 } else {
9492 if (lt_count == 0) {
9493 lt_foo="/" $lt_i lt_foo;
9494 } else {
9495 lt_count--;
9500 if (lt_foo != "") { lt_freq[lt_foo]++; }
9501 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9503 # AWK program above erroneously prepends '/' to C:/dos/paths
9504 # for these hosts.
9505 case $host_os in
9506 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9507 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9508 esac
9509 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9510 else
9511 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9513 library_names_spec=
9514 libname_spec='lib$name'
9515 soname_spec=
9516 shrext_cmds=".so"
9517 postinstall_cmds=
9518 postuninstall_cmds=
9519 finish_cmds=
9520 finish_eval=
9521 shlibpath_var=
9522 shlibpath_overrides_runpath=unknown
9523 version_type=none
9524 dynamic_linker="$host_os ld.so"
9525 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9526 need_lib_prefix=unknown
9527 hardcode_into_libs=no
9529 # when you set need_version to no, make sure it does not cause -set_version
9530 # flags to be left without arguments
9531 need_version=unknown
9533 case $host_os in
9534 aix3*)
9535 version_type=linux
9536 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9537 shlibpath_var=LIBPATH
9539 # AIX 3 has no versioning support, so we append a major version to the name.
9540 soname_spec='${libname}${release}${shared_ext}$major'
9543 aix[4-9]*)
9544 version_type=linux
9545 need_lib_prefix=no
9546 need_version=no
9547 hardcode_into_libs=yes
9548 if test "$host_cpu" = ia64; then
9549 # AIX 5 supports IA64
9550 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9551 shlibpath_var=LD_LIBRARY_PATH
9552 else
9553 # With GCC up to 2.95.x, collect2 would create an import file
9554 # for dependence libraries. The import file would start with
9555 # the line `#! .'. This would cause the generated library to
9556 # depend on `.', always an invalid library. This was fixed in
9557 # development snapshots of GCC prior to 3.0.
9558 case $host_os in
9559 aix4 | aix4.[01] | aix4.[01].*)
9560 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9561 echo ' yes '
9562 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9564 else
9565 can_build_shared=no
9568 esac
9569 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9570 # soname into executable. Probably we can add versioning support to
9571 # collect2, so additional links can be useful in future.
9572 if test "$aix_use_runtimelinking" = yes; then
9573 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9574 # instead of lib<name>.a to let people know that these are not
9575 # typical AIX shared libraries.
9576 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9577 else
9578 # We preserve .a as extension for shared libraries through AIX4.2
9579 # and later when we are not doing run time linking.
9580 library_names_spec='${libname}${release}.a $libname.a'
9581 soname_spec='${libname}${release}${shared_ext}$major'
9583 shlibpath_var=LIBPATH
9587 amigaos*)
9588 case $host_cpu in
9589 powerpc)
9590 # Since July 2007 AmigaOS4 officially supports .so libraries.
9591 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9592 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9594 m68k)
9595 library_names_spec='$libname.ixlibrary $libname.a'
9596 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9597 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'
9599 esac
9602 beos*)
9603 library_names_spec='${libname}${shared_ext}'
9604 dynamic_linker="$host_os ld.so"
9605 shlibpath_var=LIBRARY_PATH
9608 bsdi[45]*)
9609 version_type=linux
9610 need_version=no
9611 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9612 soname_spec='${libname}${release}${shared_ext}$major'
9613 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9614 shlibpath_var=LD_LIBRARY_PATH
9615 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9616 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9617 # the default ld.so.conf also contains /usr/contrib/lib and
9618 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9619 # libtool to hard-code these into programs
9622 cygwin* | mingw* | pw32* | cegcc*)
9623 version_type=windows
9624 shrext_cmds=".dll"
9625 need_version=no
9626 need_lib_prefix=no
9628 case $GCC,$host_os in
9629 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9630 library_names_spec='$libname.dll.a'
9631 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9632 postinstall_cmds='base_file=`basename \${file}`~
9633 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9634 dldir=$destdir/`dirname \$dlpath`~
9635 test -d \$dldir || mkdir -p \$dldir~
9636 $install_prog $dir/$dlname \$dldir/$dlname~
9637 chmod a+x \$dldir/$dlname~
9638 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9639 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9641 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9642 dlpath=$dir/\$dldll~
9643 $RM \$dlpath'
9644 shlibpath_overrides_runpath=yes
9646 case $host_os in
9647 cygwin*)
9648 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9649 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9651 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9653 mingw* | cegcc*)
9654 # MinGW DLLs use traditional 'lib' prefix
9655 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9657 pw32*)
9658 # pw32 DLLs use 'pw' prefix rather than 'lib'
9659 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9661 esac
9665 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9667 esac
9668 dynamic_linker='Win32 ld.exe'
9669 # FIXME: first we should search . and the directory the executable is in
9670 shlibpath_var=PATH
9673 darwin* | rhapsody*)
9674 dynamic_linker="$host_os dyld"
9675 version_type=darwin
9676 need_lib_prefix=no
9677 need_version=no
9678 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9679 soname_spec='${libname}${release}${major}$shared_ext'
9680 shlibpath_overrides_runpath=yes
9681 shlibpath_var=DYLD_LIBRARY_PATH
9682 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9684 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9685 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9688 dgux*)
9689 version_type=linux
9690 need_lib_prefix=no
9691 need_version=no
9692 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9693 soname_spec='${libname}${release}${shared_ext}$major'
9694 shlibpath_var=LD_LIBRARY_PATH
9697 freebsd* | dragonfly*)
9698 # DragonFly does not have aout. When/if they implement a new
9699 # versioning mechanism, adjust this.
9700 if test -x /usr/bin/objformat; then
9701 objformat=`/usr/bin/objformat`
9702 else
9703 case $host_os in
9704 freebsd[23].*) objformat=aout ;;
9705 *) objformat=elf ;;
9706 esac
9708 version_type=freebsd-$objformat
9709 case $version_type in
9710 freebsd-elf*)
9711 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9712 need_version=no
9713 need_lib_prefix=no
9715 freebsd-*)
9716 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9717 need_version=yes
9719 esac
9720 shlibpath_var=LD_LIBRARY_PATH
9721 case $host_os in
9722 freebsd2.*)
9723 shlibpath_overrides_runpath=yes
9725 freebsd3.[01]* | freebsdelf3.[01]*)
9726 shlibpath_overrides_runpath=yes
9727 hardcode_into_libs=yes
9729 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9730 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9731 shlibpath_overrides_runpath=no
9732 hardcode_into_libs=yes
9734 *) # from 4.6 on, and DragonFly
9735 shlibpath_overrides_runpath=yes
9736 hardcode_into_libs=yes
9738 esac
9741 gnu*)
9742 version_type=linux
9743 need_lib_prefix=no
9744 need_version=no
9745 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9746 soname_spec='${libname}${release}${shared_ext}$major'
9747 shlibpath_var=LD_LIBRARY_PATH
9748 hardcode_into_libs=yes
9751 haiku*)
9752 version_type=linux
9753 need_lib_prefix=no
9754 need_version=no
9755 dynamic_linker="$host_os runtime_loader"
9756 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9757 soname_spec='${libname}${release}${shared_ext}$major'
9758 shlibpath_var=LIBRARY_PATH
9759 shlibpath_overrides_runpath=yes
9760 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9761 hardcode_into_libs=yes
9764 hpux9* | hpux10* | hpux11*)
9765 # Give a soname corresponding to the major version so that dld.sl refuses to
9766 # link against other versions.
9767 version_type=sunos
9768 need_lib_prefix=no
9769 need_version=no
9770 case $host_cpu in
9771 ia64*)
9772 shrext_cmds='.so'
9773 hardcode_into_libs=yes
9774 dynamic_linker="$host_os dld.so"
9775 shlibpath_var=LD_LIBRARY_PATH
9776 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9777 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9778 soname_spec='${libname}${release}${shared_ext}$major'
9779 if test "X$HPUX_IA64_MODE" = X32; then
9780 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9781 else
9782 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9784 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9786 hppa*64*)
9787 shrext_cmds='.sl'
9788 hardcode_into_libs=yes
9789 dynamic_linker="$host_os dld.sl"
9790 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9791 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9792 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9793 soname_spec='${libname}${release}${shared_ext}$major'
9794 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9795 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9798 shrext_cmds='.sl'
9799 dynamic_linker="$host_os dld.sl"
9800 shlibpath_var=SHLIB_PATH
9801 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9802 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9803 soname_spec='${libname}${release}${shared_ext}$major'
9805 esac
9806 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9807 postinstall_cmds='chmod 555 $lib'
9808 # or fails outright, so override atomically:
9809 install_override_mode=555
9812 interix[3-9]*)
9813 version_type=linux
9814 need_lib_prefix=no
9815 need_version=no
9816 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9817 soname_spec='${libname}${release}${shared_ext}$major'
9818 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9819 shlibpath_var=LD_LIBRARY_PATH
9820 shlibpath_overrides_runpath=no
9821 hardcode_into_libs=yes
9824 irix5* | irix6* | nonstopux*)
9825 case $host_os in
9826 nonstopux*) version_type=nonstopux ;;
9828 if test "$lt_cv_prog_gnu_ld" = yes; then
9829 version_type=linux
9830 else
9831 version_type=irix
9832 fi ;;
9833 esac
9834 need_lib_prefix=no
9835 need_version=no
9836 soname_spec='${libname}${release}${shared_ext}$major'
9837 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9838 case $host_os in
9839 irix5* | nonstopux*)
9840 libsuff= shlibsuff=
9843 case $LD in # libtool.m4 will add one of these switches to LD
9844 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9845 libsuff= shlibsuff= libmagic=32-bit;;
9846 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9847 libsuff=32 shlibsuff=N32 libmagic=N32;;
9848 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9849 libsuff=64 shlibsuff=64 libmagic=64-bit;;
9850 *) libsuff= shlibsuff= libmagic=never-match;;
9851 esac
9853 esac
9854 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9855 shlibpath_overrides_runpath=no
9856 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9857 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9858 hardcode_into_libs=yes
9861 # No shared lib support for Linux oldld, aout, or coff.
9862 linux*oldld* | linux*aout* | linux*coff*)
9863 dynamic_linker=no
9866 # This must be Linux ELF.
9867 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9868 version_type=linux
9869 need_lib_prefix=no
9870 need_version=no
9871 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9872 soname_spec='${libname}${release}${shared_ext}$major'
9873 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9874 shlibpath_var=LD_LIBRARY_PATH
9875 shlibpath_overrides_runpath=no
9877 # Some binutils ld are patched to set DT_RUNPATH
9878 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
9879 $as_echo_n "(cached) " >&6
9880 else
9881 lt_cv_shlibpath_overrides_runpath=no
9882 save_LDFLAGS=$LDFLAGS
9883 save_libdir=$libdir
9884 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9885 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9887 /* end confdefs.h. */
9890 main ()
9894 return 0;
9896 _ACEOF
9897 if ac_fn_c_try_link "$LINENO"; then :
9898 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
9899 lt_cv_shlibpath_overrides_runpath=yes
9902 rm -f core conftest.err conftest.$ac_objext \
9903 conftest$ac_exeext conftest.$ac_ext
9904 LDFLAGS=$save_LDFLAGS
9905 libdir=$save_libdir
9909 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
9911 # This implies no fast_install, which is unacceptable.
9912 # Some rework will be needed to allow for fast_install
9913 # before this can be enabled.
9914 hardcode_into_libs=yes
9916 # Append ld.so.conf contents to the search path
9917 if test -f /etc/ld.so.conf; then
9918 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' ' '`
9919 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
9922 # We used to test for /lib/ld.so.1 and disable shared libraries on
9923 # powerpc, because MkLinux only supported shared libraries with the
9924 # GNU dynamic linker. Since this was broken with cross compilers,
9925 # most powerpc-linux boxes support dynamic linking these days and
9926 # people can always --disable-shared, the test was removed, and we
9927 # assume the GNU/Linux dynamic linker is in use.
9928 dynamic_linker='GNU/Linux ld.so'
9931 netbsd*)
9932 version_type=sunos
9933 need_lib_prefix=no
9934 need_version=no
9935 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9936 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9937 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9938 dynamic_linker='NetBSD (a.out) ld.so'
9939 else
9940 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9941 soname_spec='${libname}${release}${shared_ext}$major'
9942 dynamic_linker='NetBSD ld.elf_so'
9944 shlibpath_var=LD_LIBRARY_PATH
9945 shlibpath_overrides_runpath=yes
9946 hardcode_into_libs=yes
9949 newsos6)
9950 version_type=linux
9951 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9952 shlibpath_var=LD_LIBRARY_PATH
9953 shlibpath_overrides_runpath=yes
9956 *nto* | *qnx*)
9957 version_type=qnx
9958 need_lib_prefix=no
9959 need_version=no
9960 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9961 soname_spec='${libname}${release}${shared_ext}$major'
9962 shlibpath_var=LD_LIBRARY_PATH
9963 shlibpath_overrides_runpath=no
9964 hardcode_into_libs=yes
9965 dynamic_linker='ldqnx.so'
9968 openbsd*)
9969 version_type=sunos
9970 sys_lib_dlsearch_path_spec="/usr/lib"
9971 need_lib_prefix=no
9972 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9973 case $host_os in
9974 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
9975 *) need_version=no ;;
9976 esac
9977 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9978 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9979 shlibpath_var=LD_LIBRARY_PATH
9980 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9981 case $host_os in
9982 openbsd2.[89] | openbsd2.[89].*)
9983 shlibpath_overrides_runpath=no
9986 shlibpath_overrides_runpath=yes
9988 esac
9989 else
9990 shlibpath_overrides_runpath=yes
9994 os2*)
9995 libname_spec='$name'
9996 shrext_cmds=".dll"
9997 need_lib_prefix=no
9998 library_names_spec='$libname${shared_ext} $libname.a'
9999 dynamic_linker='OS/2 ld.exe'
10000 shlibpath_var=LIBPATH
10003 osf3* | osf4* | osf5*)
10004 version_type=osf
10005 need_lib_prefix=no
10006 need_version=no
10007 soname_spec='${libname}${release}${shared_ext}$major'
10008 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10009 shlibpath_var=LD_LIBRARY_PATH
10010 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10011 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10014 rdos*)
10015 dynamic_linker=no
10018 solaris*)
10019 version_type=linux
10020 need_lib_prefix=no
10021 need_version=no
10022 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10023 soname_spec='${libname}${release}${shared_ext}$major'
10024 shlibpath_var=LD_LIBRARY_PATH
10025 shlibpath_overrides_runpath=yes
10026 hardcode_into_libs=yes
10027 # ldd complains unless libraries are executable
10028 postinstall_cmds='chmod +x $lib'
10031 sunos4*)
10032 version_type=sunos
10033 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10034 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10035 shlibpath_var=LD_LIBRARY_PATH
10036 shlibpath_overrides_runpath=yes
10037 if test "$with_gnu_ld" = yes; then
10038 need_lib_prefix=no
10040 need_version=yes
10043 sysv4 | sysv4.3*)
10044 version_type=linux
10045 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10046 soname_spec='${libname}${release}${shared_ext}$major'
10047 shlibpath_var=LD_LIBRARY_PATH
10048 case $host_vendor in
10049 sni)
10050 shlibpath_overrides_runpath=no
10051 need_lib_prefix=no
10052 runpath_var=LD_RUN_PATH
10054 siemens)
10055 need_lib_prefix=no
10057 motorola)
10058 need_lib_prefix=no
10059 need_version=no
10060 shlibpath_overrides_runpath=no
10061 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10063 esac
10066 sysv4*MP*)
10067 if test -d /usr/nec ;then
10068 version_type=linux
10069 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10070 soname_spec='$libname${shared_ext}.$major'
10071 shlibpath_var=LD_LIBRARY_PATH
10075 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10076 version_type=freebsd-elf
10077 need_lib_prefix=no
10078 need_version=no
10079 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10080 soname_spec='${libname}${release}${shared_ext}$major'
10081 shlibpath_var=LD_LIBRARY_PATH
10082 shlibpath_overrides_runpath=yes
10083 hardcode_into_libs=yes
10084 if test "$with_gnu_ld" = yes; then
10085 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10086 else
10087 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10088 case $host_os in
10089 sco3.2v5*)
10090 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10092 esac
10094 sys_lib_dlsearch_path_spec='/usr/lib'
10097 tpf*)
10098 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10099 version_type=linux
10100 need_lib_prefix=no
10101 need_version=no
10102 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10103 shlibpath_var=LD_LIBRARY_PATH
10104 shlibpath_overrides_runpath=no
10105 hardcode_into_libs=yes
10108 uts4*)
10109 version_type=linux
10110 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10111 soname_spec='${libname}${release}${shared_ext}$major'
10112 shlibpath_var=LD_LIBRARY_PATH
10116 dynamic_linker=no
10118 esac
10119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10120 $as_echo "$dynamic_linker" >&6; }
10121 test "$dynamic_linker" = no && can_build_shared=no
10123 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10124 if test "$GCC" = yes; then
10125 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10128 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10129 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10131 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10132 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10227 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10228 hardcode_action=
10229 if test -n "$hardcode_libdir_flag_spec" ||
10230 test -n "$runpath_var" ||
10231 test "X$hardcode_automatic" = "Xyes" ; then
10233 # We can hardcode non-existent directories.
10234 if test "$hardcode_direct" != no &&
10235 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10236 # have to relink, otherwise we might link with an installed library
10237 # when we should be linking with a yet-to-be-installed one
10238 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10239 test "$hardcode_minus_L" != no; then
10240 # Linking always hardcodes the temporary library directory.
10241 hardcode_action=relink
10242 else
10243 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10244 hardcode_action=immediate
10246 else
10247 # We cannot hardcode anything, or else we can only hardcode existing
10248 # directories.
10249 hardcode_action=unsupported
10251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10252 $as_echo "$hardcode_action" >&6; }
10254 if test "$hardcode_action" = relink ||
10255 test "$inherit_rpath" = yes; then
10256 # Fast installation is not supported
10257 enable_fast_install=no
10258 elif test "$shlibpath_overrides_runpath" = yes ||
10259 test "$enable_shared" = no; then
10260 # Fast installation is not necessary
10261 enable_fast_install=needless
10269 if test "x$enable_dlopen" != xyes; then
10270 enable_dlopen=unknown
10271 enable_dlopen_self=unknown
10272 enable_dlopen_self_static=unknown
10273 else
10274 lt_cv_dlopen=no
10275 lt_cv_dlopen_libs=
10277 case $host_os in
10278 beos*)
10279 lt_cv_dlopen="load_add_on"
10280 lt_cv_dlopen_libs=
10281 lt_cv_dlopen_self=yes
10284 mingw* | pw32* | cegcc*)
10285 lt_cv_dlopen="LoadLibrary"
10286 lt_cv_dlopen_libs=
10289 cygwin*)
10290 lt_cv_dlopen="dlopen"
10291 lt_cv_dlopen_libs=
10294 darwin*)
10295 # if libdl is installed we need to link against it
10296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10297 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10298 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10299 $as_echo_n "(cached) " >&6
10300 else
10301 ac_check_lib_save_LIBS=$LIBS
10302 LIBS="-ldl $LIBS"
10303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10304 /* end confdefs.h. */
10306 /* Override any GCC internal prototype to avoid an error.
10307 Use char because int might match the return type of a GCC
10308 builtin and then its argument prototype would still apply. */
10309 #ifdef __cplusplus
10310 extern "C"
10311 #endif
10312 char dlopen ();
10314 main ()
10316 return dlopen ();
10318 return 0;
10320 _ACEOF
10321 if ac_fn_c_try_link "$LINENO"; then :
10322 ac_cv_lib_dl_dlopen=yes
10323 else
10324 ac_cv_lib_dl_dlopen=no
10326 rm -f core conftest.err conftest.$ac_objext \
10327 conftest$ac_exeext conftest.$ac_ext
10328 LIBS=$ac_check_lib_save_LIBS
10330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10331 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10332 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10333 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10334 else
10336 lt_cv_dlopen="dyld"
10337 lt_cv_dlopen_libs=
10338 lt_cv_dlopen_self=yes
10345 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10346 if test "x$ac_cv_func_shl_load" = x""yes; then :
10347 lt_cv_dlopen="shl_load"
10348 else
10349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10350 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10351 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10352 $as_echo_n "(cached) " >&6
10353 else
10354 ac_check_lib_save_LIBS=$LIBS
10355 LIBS="-ldld $LIBS"
10356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10357 /* end confdefs.h. */
10359 /* Override any GCC internal prototype to avoid an error.
10360 Use char because int might match the return type of a GCC
10361 builtin and then its argument prototype would still apply. */
10362 #ifdef __cplusplus
10363 extern "C"
10364 #endif
10365 char shl_load ();
10367 main ()
10369 return shl_load ();
10371 return 0;
10373 _ACEOF
10374 if ac_fn_c_try_link "$LINENO"; then :
10375 ac_cv_lib_dld_shl_load=yes
10376 else
10377 ac_cv_lib_dld_shl_load=no
10379 rm -f core conftest.err conftest.$ac_objext \
10380 conftest$ac_exeext conftest.$ac_ext
10381 LIBS=$ac_check_lib_save_LIBS
10383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10384 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10385 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
10386 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10387 else
10388 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10389 if test "x$ac_cv_func_dlopen" = x""yes; then :
10390 lt_cv_dlopen="dlopen"
10391 else
10392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10393 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10394 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10395 $as_echo_n "(cached) " >&6
10396 else
10397 ac_check_lib_save_LIBS=$LIBS
10398 LIBS="-ldl $LIBS"
10399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10400 /* end confdefs.h. */
10402 /* Override any GCC internal prototype to avoid an error.
10403 Use char because int might match the return type of a GCC
10404 builtin and then its argument prototype would still apply. */
10405 #ifdef __cplusplus
10406 extern "C"
10407 #endif
10408 char dlopen ();
10410 main ()
10412 return dlopen ();
10414 return 0;
10416 _ACEOF
10417 if ac_fn_c_try_link "$LINENO"; then :
10418 ac_cv_lib_dl_dlopen=yes
10419 else
10420 ac_cv_lib_dl_dlopen=no
10422 rm -f core conftest.err conftest.$ac_objext \
10423 conftest$ac_exeext conftest.$ac_ext
10424 LIBS=$ac_check_lib_save_LIBS
10426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10427 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10428 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10429 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10430 else
10431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10432 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10433 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10434 $as_echo_n "(cached) " >&6
10435 else
10436 ac_check_lib_save_LIBS=$LIBS
10437 LIBS="-lsvld $LIBS"
10438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10439 /* end confdefs.h. */
10441 /* Override any GCC internal prototype to avoid an error.
10442 Use char because int might match the return type of a GCC
10443 builtin and then its argument prototype would still apply. */
10444 #ifdef __cplusplus
10445 extern "C"
10446 #endif
10447 char dlopen ();
10449 main ()
10451 return dlopen ();
10453 return 0;
10455 _ACEOF
10456 if ac_fn_c_try_link "$LINENO"; then :
10457 ac_cv_lib_svld_dlopen=yes
10458 else
10459 ac_cv_lib_svld_dlopen=no
10461 rm -f core conftest.err conftest.$ac_objext \
10462 conftest$ac_exeext conftest.$ac_ext
10463 LIBS=$ac_check_lib_save_LIBS
10465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10466 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10467 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
10468 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10469 else
10470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10471 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10472 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10473 $as_echo_n "(cached) " >&6
10474 else
10475 ac_check_lib_save_LIBS=$LIBS
10476 LIBS="-ldld $LIBS"
10477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10478 /* end confdefs.h. */
10480 /* Override any GCC internal prototype to avoid an error.
10481 Use char because int might match the return type of a GCC
10482 builtin and then its argument prototype would still apply. */
10483 #ifdef __cplusplus
10484 extern "C"
10485 #endif
10486 char dld_link ();
10488 main ()
10490 return dld_link ();
10492 return 0;
10494 _ACEOF
10495 if ac_fn_c_try_link "$LINENO"; then :
10496 ac_cv_lib_dld_dld_link=yes
10497 else
10498 ac_cv_lib_dld_dld_link=no
10500 rm -f core conftest.err conftest.$ac_objext \
10501 conftest$ac_exeext conftest.$ac_ext
10502 LIBS=$ac_check_lib_save_LIBS
10504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10505 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10506 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
10507 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10526 esac
10528 if test "x$lt_cv_dlopen" != xno; then
10529 enable_dlopen=yes
10530 else
10531 enable_dlopen=no
10534 case $lt_cv_dlopen in
10535 dlopen)
10536 save_CPPFLAGS="$CPPFLAGS"
10537 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10539 save_LDFLAGS="$LDFLAGS"
10540 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10542 save_LIBS="$LIBS"
10543 LIBS="$lt_cv_dlopen_libs $LIBS"
10545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10546 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10547 if test "${lt_cv_dlopen_self+set}" = set; then :
10548 $as_echo_n "(cached) " >&6
10549 else
10550 if test "$cross_compiling" = yes; then :
10551 lt_cv_dlopen_self=cross
10552 else
10553 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10554 lt_status=$lt_dlunknown
10555 cat > conftest.$ac_ext <<_LT_EOF
10556 #line 10556 "configure"
10557 #include "confdefs.h"
10559 #if HAVE_DLFCN_H
10560 #include <dlfcn.h>
10561 #endif
10563 #include <stdio.h>
10565 #ifdef RTLD_GLOBAL
10566 # define LT_DLGLOBAL RTLD_GLOBAL
10567 #else
10568 # ifdef DL_GLOBAL
10569 # define LT_DLGLOBAL DL_GLOBAL
10570 # else
10571 # define LT_DLGLOBAL 0
10572 # endif
10573 #endif
10575 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10576 find out it does not work in some platform. */
10577 #ifndef LT_DLLAZY_OR_NOW
10578 # ifdef RTLD_LAZY
10579 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10580 # else
10581 # ifdef DL_LAZY
10582 # define LT_DLLAZY_OR_NOW DL_LAZY
10583 # else
10584 # ifdef RTLD_NOW
10585 # define LT_DLLAZY_OR_NOW RTLD_NOW
10586 # else
10587 # ifdef DL_NOW
10588 # define LT_DLLAZY_OR_NOW DL_NOW
10589 # else
10590 # define LT_DLLAZY_OR_NOW 0
10591 # endif
10592 # endif
10593 # endif
10594 # endif
10595 #endif
10597 /* When -fvisbility=hidden is used, assume the code has been annotated
10598 correspondingly for the symbols needed. */
10599 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10600 void fnord () __attribute__((visibility("default")));
10601 #endif
10603 void fnord () { int i=42; }
10604 int main ()
10606 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10607 int status = $lt_dlunknown;
10609 if (self)
10611 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10612 else
10614 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10615 else puts (dlerror ());
10617 /* dlclose (self); */
10619 else
10620 puts (dlerror ());
10622 return status;
10624 _LT_EOF
10625 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10626 (eval $ac_link) 2>&5
10627 ac_status=$?
10628 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10629 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10630 (./conftest; exit; ) >&5 2>/dev/null
10631 lt_status=$?
10632 case x$lt_status in
10633 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10634 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10635 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10636 esac
10637 else :
10638 # compilation failed
10639 lt_cv_dlopen_self=no
10642 rm -fr conftest*
10646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10647 $as_echo "$lt_cv_dlopen_self" >&6; }
10649 if test "x$lt_cv_dlopen_self" = xyes; then
10650 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10652 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10653 if test "${lt_cv_dlopen_self_static+set}" = set; then :
10654 $as_echo_n "(cached) " >&6
10655 else
10656 if test "$cross_compiling" = yes; then :
10657 lt_cv_dlopen_self_static=cross
10658 else
10659 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10660 lt_status=$lt_dlunknown
10661 cat > conftest.$ac_ext <<_LT_EOF
10662 #line 10662 "configure"
10663 #include "confdefs.h"
10665 #if HAVE_DLFCN_H
10666 #include <dlfcn.h>
10667 #endif
10669 #include <stdio.h>
10671 #ifdef RTLD_GLOBAL
10672 # define LT_DLGLOBAL RTLD_GLOBAL
10673 #else
10674 # ifdef DL_GLOBAL
10675 # define LT_DLGLOBAL DL_GLOBAL
10676 # else
10677 # define LT_DLGLOBAL 0
10678 # endif
10679 #endif
10681 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10682 find out it does not work in some platform. */
10683 #ifndef LT_DLLAZY_OR_NOW
10684 # ifdef RTLD_LAZY
10685 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10686 # else
10687 # ifdef DL_LAZY
10688 # define LT_DLLAZY_OR_NOW DL_LAZY
10689 # else
10690 # ifdef RTLD_NOW
10691 # define LT_DLLAZY_OR_NOW RTLD_NOW
10692 # else
10693 # ifdef DL_NOW
10694 # define LT_DLLAZY_OR_NOW DL_NOW
10695 # else
10696 # define LT_DLLAZY_OR_NOW 0
10697 # endif
10698 # endif
10699 # endif
10700 # endif
10701 #endif
10703 /* When -fvisbility=hidden is used, assume the code has been annotated
10704 correspondingly for the symbols needed. */
10705 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10706 void fnord () __attribute__((visibility("default")));
10707 #endif
10709 void fnord () { int i=42; }
10710 int main ()
10712 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10713 int status = $lt_dlunknown;
10715 if (self)
10717 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10718 else
10720 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10721 else puts (dlerror ());
10723 /* dlclose (self); */
10725 else
10726 puts (dlerror ());
10728 return status;
10730 _LT_EOF
10731 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10732 (eval $ac_link) 2>&5
10733 ac_status=$?
10734 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10735 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10736 (./conftest; exit; ) >&5 2>/dev/null
10737 lt_status=$?
10738 case x$lt_status in
10739 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10740 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10741 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10742 esac
10743 else :
10744 # compilation failed
10745 lt_cv_dlopen_self_static=no
10748 rm -fr conftest*
10752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10753 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10756 CPPFLAGS="$save_CPPFLAGS"
10757 LDFLAGS="$save_LDFLAGS"
10758 LIBS="$save_LIBS"
10760 esac
10762 case $lt_cv_dlopen_self in
10763 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10764 *) enable_dlopen_self=unknown ;;
10765 esac
10767 case $lt_cv_dlopen_self_static in
10768 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10769 *) enable_dlopen_self_static=unknown ;;
10770 esac
10789 striplib=
10790 old_striplib=
10791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10792 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
10793 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10794 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10795 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10797 $as_echo "yes" >&6; }
10798 else
10799 # FIXME - insert some real tests, host_os isn't really good enough
10800 case $host_os in
10801 darwin*)
10802 if test -n "$STRIP" ; then
10803 striplib="$STRIP -x"
10804 old_striplib="$STRIP -S"
10805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10806 $as_echo "yes" >&6; }
10807 else
10808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10809 $as_echo "no" >&6; }
10813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10814 $as_echo "no" >&6; }
10816 esac
10830 # Report which library types will actually be built
10831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10832 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
10833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10834 $as_echo "$can_build_shared" >&6; }
10836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10837 $as_echo_n "checking whether to build shared libraries... " >&6; }
10838 test "$can_build_shared" = "no" && enable_shared=no
10840 # On AIX, shared libraries and static libraries use the same namespace, and
10841 # are all built from PIC.
10842 case $host_os in
10843 aix3*)
10844 test "$enable_shared" = yes && enable_static=no
10845 if test -n "$RANLIB"; then
10846 archive_cmds="$archive_cmds~\$RANLIB \$lib"
10847 postinstall_cmds='$RANLIB $lib'
10851 aix[4-9]*)
10852 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10853 test "$enable_shared" = yes && enable_static=no
10856 esac
10857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10858 $as_echo "$enable_shared" >&6; }
10860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10861 $as_echo_n "checking whether to build static libraries... " >&6; }
10862 # Make sure either enable_shared or enable_static is yes.
10863 test "$enable_shared" = yes || enable_static=yes
10864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10865 $as_echo "$enable_static" >&6; }
10871 ac_ext=c
10872 ac_cpp='$CPP $CPPFLAGS'
10873 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10874 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10875 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10877 CC="$lt_save_CC"
10891 ac_config_commands="$ac_config_commands libtool"
10896 # Only expand once:
10902 case $host in
10903 *-cygwin* | *-mingw*)
10904 # 'host' will be top-level target in the case of a target lib,
10905 # we must compare to with_cross_host to decide if this is a native
10906 # or cross-compiler and select where to install dlls appropriately.
10907 if test -n "$with_cross_host" &&
10908 test x"$with_cross_host" != x"no"; then
10909 lt_host_flags='-no-undefined -bindir "$(toolexeclibdir)"';
10910 else
10911 lt_host_flags='-no-undefined -bindir "$(bindir)"';
10915 lt_host_flags=
10917 esac
10922 ac_fn_c_find_intX_t "$LINENO" "64" "ac_cv_c_int64_t"
10923 case $ac_cv_c_int64_t in #(
10924 no|yes) ;; #(
10927 cat >>confdefs.h <<_ACEOF
10928 #define int64_t $ac_cv_c_int64_t
10929 _ACEOF
10931 esac
10933 ac_fn_c_find_uintX_t "$LINENO" "64" "ac_cv_c_uint64_t"
10934 case $ac_cv_c_uint64_t in #(
10935 no|yes) ;; #(
10938 $as_echo "#define _UINT64_T 1" >>confdefs.h
10941 cat >>confdefs.h <<_ACEOF
10942 #define uint64_t $ac_cv_c_uint64_t
10943 _ACEOF
10945 esac
10947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
10948 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
10949 if test "${ac_cv_header_sys_wait_h+set}" = set; then :
10950 $as_echo_n "(cached) " >&6
10951 else
10952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10953 /* end confdefs.h. */
10954 #include <sys/types.h>
10955 #include <sys/wait.h>
10956 #ifndef WEXITSTATUS
10957 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
10958 #endif
10959 #ifndef WIFEXITED
10960 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
10961 #endif
10964 main ()
10966 int s;
10967 wait (&s);
10968 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
10970 return 0;
10972 _ACEOF
10973 if ac_fn_c_try_compile "$LINENO"; then :
10974 ac_cv_header_sys_wait_h=yes
10975 else
10976 ac_cv_header_sys_wait_h=no
10978 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
10981 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
10982 if test $ac_cv_header_sys_wait_h = yes; then
10984 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
10988 ac_config_files="$ac_config_files Makefile"
10990 ac_config_headers="$ac_config_headers config.h"
10992 cat >confcache <<\_ACEOF
10993 # This file is a shell script that caches the results of configure
10994 # tests run on this system so they can be shared between configure
10995 # scripts and configure runs, see configure's option --config-cache.
10996 # It is not useful on other systems. If it contains results you don't
10997 # want to keep, you may remove or edit it.
10999 # config.status only pays attention to the cache file if you give it
11000 # the --recheck option to rerun configure.
11002 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11003 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11004 # following values.
11006 _ACEOF
11008 # The following way of writing the cache mishandles newlines in values,
11009 # but we know of no workaround that is simple, portable, and efficient.
11010 # So, we kill variables containing newlines.
11011 # Ultrix sh set writes to stderr and can't be redirected directly,
11012 # and sets the high bit in the cache file unless we assign to the vars.
11014 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11015 eval ac_val=\$$ac_var
11016 case $ac_val in #(
11017 *${as_nl}*)
11018 case $ac_var in #(
11019 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11020 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11021 esac
11022 case $ac_var in #(
11023 _ | IFS | as_nl) ;; #(
11024 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11025 *) { eval $ac_var=; unset $ac_var;} ;;
11026 esac ;;
11027 esac
11028 done
11030 (set) 2>&1 |
11031 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11032 *${as_nl}ac_space=\ *)
11033 # `set' does not quote correctly, so add quotes: double-quote
11034 # substitution turns \\\\ into \\, and sed turns \\ into \.
11035 sed -n \
11036 "s/'/'\\\\''/g;
11037 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11038 ;; #(
11040 # `set' quotes correctly as required by POSIX, so do not add quotes.
11041 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11043 esac |
11044 sort
11046 sed '
11047 /^ac_cv_env_/b end
11048 t clear
11049 :clear
11050 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11051 t end
11052 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11053 :end' >>confcache
11054 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11055 if test -w "$cache_file"; then
11056 test "x$cache_file" != "x/dev/null" &&
11057 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11058 $as_echo "$as_me: updating cache $cache_file" >&6;}
11059 cat confcache >$cache_file
11060 else
11061 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11062 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11065 rm -f confcache
11067 test "x$prefix" = xNONE && prefix=$ac_default_prefix
11068 # Let make expand exec_prefix.
11069 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11071 DEFS=-DHAVE_CONFIG_H
11073 ac_libobjs=
11074 ac_ltlibobjs=
11075 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11076 # 1. Remove the extension, and $U if already installed.
11077 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11078 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11079 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11080 # will be set to the directory where LIBOBJS objects are built.
11081 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11082 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11083 done
11084 LIBOBJS=$ac_libobjs
11086 LTLIBOBJS=$ac_ltlibobjs
11089 if test -n "$EXEEXT"; then
11090 am__EXEEXT_TRUE=
11091 am__EXEEXT_FALSE='#'
11092 else
11093 am__EXEEXT_TRUE='#'
11094 am__EXEEXT_FALSE=
11097 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
11098 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
11099 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11101 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11102 as_fn_error "conditional \"AMDEP\" was never defined.
11103 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11105 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11106 as_fn_error "conditional \"am__fastdepCC\" was never defined.
11107 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11110 : ${CONFIG_STATUS=./config.status}
11111 ac_write_fail=0
11112 ac_clean_files_save=$ac_clean_files
11113 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11114 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11115 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11116 as_write_fail=0
11117 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11118 #! $SHELL
11119 # Generated by $as_me.
11120 # Run this file to recreate the current configuration.
11121 # Compiler output produced by configure, useful for debugging
11122 # configure, is in config.log if it exists.
11124 debug=false
11125 ac_cs_recheck=false
11126 ac_cs_silent=false
11128 SHELL=\${CONFIG_SHELL-$SHELL}
11129 export SHELL
11130 _ASEOF
11131 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11132 ## -------------------- ##
11133 ## M4sh Initialization. ##
11134 ## -------------------- ##
11136 # Be more Bourne compatible
11137 DUALCASE=1; export DUALCASE # for MKS sh
11138 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
11139 emulate sh
11140 NULLCMD=:
11141 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11142 # is contrary to our usage. Disable this feature.
11143 alias -g '${1+"$@"}'='"$@"'
11144 setopt NO_GLOB_SUBST
11145 else
11146 case `(set -o) 2>/dev/null` in #(
11147 *posix*) :
11148 set -o posix ;; #(
11149 *) :
11151 esac
11155 as_nl='
11157 export as_nl
11158 # Printing a long string crashes Solaris 7 /usr/bin/printf.
11159 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11160 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11161 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11162 # Prefer a ksh shell builtin over an external printf program on Solaris,
11163 # but without wasting forks for bash or zsh.
11164 if test -z "$BASH_VERSION$ZSH_VERSION" \
11165 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11166 as_echo='print -r --'
11167 as_echo_n='print -rn --'
11168 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11169 as_echo='printf %s\n'
11170 as_echo_n='printf %s'
11171 else
11172 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11173 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11174 as_echo_n='/usr/ucb/echo -n'
11175 else
11176 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11177 as_echo_n_body='eval
11178 arg=$1;
11179 case $arg in #(
11180 *"$as_nl"*)
11181 expr "X$arg" : "X\\(.*\\)$as_nl";
11182 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11183 esac;
11184 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11186 export as_echo_n_body
11187 as_echo_n='sh -c $as_echo_n_body as_echo'
11189 export as_echo_body
11190 as_echo='sh -c $as_echo_body as_echo'
11193 # The user is always right.
11194 if test "${PATH_SEPARATOR+set}" != set; then
11195 PATH_SEPARATOR=:
11196 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11197 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11198 PATH_SEPARATOR=';'
11203 # IFS
11204 # We need space, tab and new line, in precisely that order. Quoting is
11205 # there to prevent editors from complaining about space-tab.
11206 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
11207 # splitting by setting IFS to empty value.)
11208 IFS=" "" $as_nl"
11210 # Find who we are. Look in the path if we contain no directory separator.
11211 case $0 in #((
11212 *[\\/]* ) as_myself=$0 ;;
11213 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11214 for as_dir in $PATH
11216 IFS=$as_save_IFS
11217 test -z "$as_dir" && as_dir=.
11218 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11219 done
11220 IFS=$as_save_IFS
11223 esac
11224 # We did not find ourselves, most probably we were run as `sh COMMAND'
11225 # in which case we are not to be found in the path.
11226 if test "x$as_myself" = x; then
11227 as_myself=$0
11229 if test ! -f "$as_myself"; then
11230 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11231 exit 1
11234 # Unset variables that we do not need and which cause bugs (e.g. in
11235 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11236 # suppresses any "Segmentation fault" message there. '((' could
11237 # trigger a bug in pdksh 5.2.14.
11238 for as_var in BASH_ENV ENV MAIL MAILPATH
11239 do eval test x\${$as_var+set} = xset \
11240 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11241 done
11242 PS1='$ '
11243 PS2='> '
11244 PS4='+ '
11246 # NLS nuisances.
11247 LC_ALL=C
11248 export LC_ALL
11249 LANGUAGE=C
11250 export LANGUAGE
11252 # CDPATH.
11253 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11256 # as_fn_error ERROR [LINENO LOG_FD]
11257 # ---------------------------------
11258 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11259 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
11260 # script with status $?, using 1 if that was 0.
11261 as_fn_error ()
11263 as_status=$?; test $as_status -eq 0 && as_status=1
11264 if test "$3"; then
11265 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11266 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
11268 $as_echo "$as_me: error: $1" >&2
11269 as_fn_exit $as_status
11270 } # as_fn_error
11273 # as_fn_set_status STATUS
11274 # -----------------------
11275 # Set $? to STATUS, without forking.
11276 as_fn_set_status ()
11278 return $1
11279 } # as_fn_set_status
11281 # as_fn_exit STATUS
11282 # -----------------
11283 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11284 as_fn_exit ()
11286 set +e
11287 as_fn_set_status $1
11288 exit $1
11289 } # as_fn_exit
11291 # as_fn_unset VAR
11292 # ---------------
11293 # Portably unset VAR.
11294 as_fn_unset ()
11296 { eval $1=; unset $1;}
11298 as_unset=as_fn_unset
11299 # as_fn_append VAR VALUE
11300 # ----------------------
11301 # Append the text in VALUE to the end of the definition contained in VAR. Take
11302 # advantage of any shell optimizations that allow amortized linear growth over
11303 # repeated appends, instead of the typical quadratic growth present in naive
11304 # implementations.
11305 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11306 eval 'as_fn_append ()
11308 eval $1+=\$2
11310 else
11311 as_fn_append ()
11313 eval $1=\$$1\$2
11315 fi # as_fn_append
11317 # as_fn_arith ARG...
11318 # ------------------
11319 # Perform arithmetic evaluation on the ARGs, and store the result in the
11320 # global $as_val. Take advantage of shells that can avoid forks. The arguments
11321 # must be portable across $(()) and expr.
11322 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11323 eval 'as_fn_arith ()
11325 as_val=$(( $* ))
11327 else
11328 as_fn_arith ()
11330 as_val=`expr "$@" || test $? -eq 1`
11332 fi # as_fn_arith
11335 if expr a : '\(a\)' >/dev/null 2>&1 &&
11336 test "X`expr 00001 : '.*\(...\)'`" = X001; then
11337 as_expr=expr
11338 else
11339 as_expr=false
11342 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
11343 as_basename=basename
11344 else
11345 as_basename=false
11348 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11349 as_dirname=dirname
11350 else
11351 as_dirname=false
11354 as_me=`$as_basename -- "$0" ||
11355 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11356 X"$0" : 'X\(//\)$' \| \
11357 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11358 $as_echo X/"$0" |
11359 sed '/^.*\/\([^/][^/]*\)\/*$/{
11360 s//\1/
11363 /^X\/\(\/\/\)$/{
11364 s//\1/
11367 /^X\/\(\/\).*/{
11368 s//\1/
11371 s/.*/./; q'`
11373 # Avoid depending upon Character Ranges.
11374 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11375 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11376 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11377 as_cr_digits='0123456789'
11378 as_cr_alnum=$as_cr_Letters$as_cr_digits
11380 ECHO_C= ECHO_N= ECHO_T=
11381 case `echo -n x` in #(((((
11382 -n*)
11383 case `echo 'xy\c'` in
11384 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11385 xy) ECHO_C='\c';;
11386 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11387 ECHO_T=' ';;
11388 esac;;
11390 ECHO_N='-n';;
11391 esac
11393 rm -f conf$$ conf$$.exe conf$$.file
11394 if test -d conf$$.dir; then
11395 rm -f conf$$.dir/conf$$.file
11396 else
11397 rm -f conf$$.dir
11398 mkdir conf$$.dir 2>/dev/null
11400 if (echo >conf$$.file) 2>/dev/null; then
11401 if ln -s conf$$.file conf$$ 2>/dev/null; then
11402 as_ln_s='ln -s'
11403 # ... but there are two gotchas:
11404 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11405 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11406 # In both cases, we have to default to `cp -p'.
11407 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
11408 as_ln_s='cp -p'
11409 elif ln conf$$.file conf$$ 2>/dev/null; then
11410 as_ln_s=ln
11411 else
11412 as_ln_s='cp -p'
11414 else
11415 as_ln_s='cp -p'
11417 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11418 rmdir conf$$.dir 2>/dev/null
11421 # as_fn_mkdir_p
11422 # -------------
11423 # Create "$as_dir" as a directory, including parents if necessary.
11424 as_fn_mkdir_p ()
11427 case $as_dir in #(
11428 -*) as_dir=./$as_dir;;
11429 esac
11430 test -d "$as_dir" || eval $as_mkdir_p || {
11431 as_dirs=
11432 while :; do
11433 case $as_dir in #(
11434 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11435 *) as_qdir=$as_dir;;
11436 esac
11437 as_dirs="'$as_qdir' $as_dirs"
11438 as_dir=`$as_dirname -- "$as_dir" ||
11439 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11440 X"$as_dir" : 'X\(//\)[^/]' \| \
11441 X"$as_dir" : 'X\(//\)$' \| \
11442 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11443 $as_echo X"$as_dir" |
11444 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11445 s//\1/
11448 /^X\(\/\/\)[^/].*/{
11449 s//\1/
11452 /^X\(\/\/\)$/{
11453 s//\1/
11456 /^X\(\/\).*/{
11457 s//\1/
11460 s/.*/./; q'`
11461 test -d "$as_dir" && break
11462 done
11463 test -z "$as_dirs" || eval "mkdir $as_dirs"
11464 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
11467 } # as_fn_mkdir_p
11468 if mkdir -p . 2>/dev/null; then
11469 as_mkdir_p='mkdir -p "$as_dir"'
11470 else
11471 test -d ./-p && rmdir ./-p
11472 as_mkdir_p=false
11475 if test -x / >/dev/null 2>&1; then
11476 as_test_x='test -x'
11477 else
11478 if ls -dL / >/dev/null 2>&1; then
11479 as_ls_L_option=L
11480 else
11481 as_ls_L_option=
11483 as_test_x='
11484 eval sh -c '\''
11485 if test -d "$1"; then
11486 test -d "$1/.";
11487 else
11488 case $1 in #(
11489 -*)set "./$1";;
11490 esac;
11491 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
11492 ???[sx]*):;;*)false;;esac;fi
11493 '\'' sh
11496 as_executable_p=$as_test_x
11498 # Sed expression to map a string onto a valid CPP name.
11499 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11501 # Sed expression to map a string onto a valid variable name.
11502 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11505 exec 6>&1
11506 ## ----------------------------------- ##
11507 ## Main body of $CONFIG_STATUS script. ##
11508 ## ----------------------------------- ##
11509 _ASEOF
11510 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
11512 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11513 # Save the log message, to keep $0 and so on meaningful, and to
11514 # report actual input values of CONFIG_FILES etc. instead of their
11515 # values after options handling.
11516 ac_log="
11517 This file was extended by LTO plugin for ld $as_me 0.1, which was
11518 generated by GNU Autoconf 2.64. Invocation command line was
11520 CONFIG_FILES = $CONFIG_FILES
11521 CONFIG_HEADERS = $CONFIG_HEADERS
11522 CONFIG_LINKS = $CONFIG_LINKS
11523 CONFIG_COMMANDS = $CONFIG_COMMANDS
11524 $ $0 $@
11526 on `(hostname || uname -n) 2>/dev/null | sed 1q`
11529 _ACEOF
11531 case $ac_config_files in *"
11532 "*) set x $ac_config_files; shift; ac_config_files=$*;;
11533 esac
11535 case $ac_config_headers in *"
11536 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
11537 esac
11540 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11541 # Files that config.status was made for.
11542 config_files="$ac_config_files"
11543 config_headers="$ac_config_headers"
11544 config_commands="$ac_config_commands"
11546 _ACEOF
11548 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11549 ac_cs_usage="\
11550 \`$as_me' instantiates files and other configuration actions
11551 from templates according to the current configuration. Unless the files
11552 and actions are specified as TAGs, all are instantiated by default.
11554 Usage: $0 [OPTION]... [TAG]...
11556 -h, --help print this help, then exit
11557 -V, --version print version number and configuration settings, then exit
11558 -q, --quiet, --silent
11559 do not print progress messages
11560 -d, --debug don't remove temporary files
11561 --recheck update $as_me by reconfiguring in the same conditions
11562 --file=FILE[:TEMPLATE]
11563 instantiate the configuration file FILE
11564 --header=FILE[:TEMPLATE]
11565 instantiate the configuration header FILE
11567 Configuration files:
11568 $config_files
11570 Configuration headers:
11571 $config_headers
11573 Configuration commands:
11574 $config_commands
11576 Report bugs to the package provider."
11578 _ACEOF
11579 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11580 ac_cs_version="\\
11581 LTO plugin for ld config.status 0.1
11582 configured by $0, generated by GNU Autoconf 2.64,
11583 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
11585 Copyright (C) 2009 Free Software Foundation, Inc.
11586 This config.status script is free software; the Free Software Foundation
11587 gives unlimited permission to copy, distribute and modify it."
11589 ac_pwd='$ac_pwd'
11590 srcdir='$srcdir'
11591 INSTALL='$INSTALL'
11592 MKDIR_P='$MKDIR_P'
11593 AWK='$AWK'
11594 test -n "\$AWK" || AWK=awk
11595 _ACEOF
11597 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11598 # The default lists apply if the user does not specify any file.
11599 ac_need_defaults=:
11600 while test $# != 0
11602 case $1 in
11603 --*=*)
11604 ac_option=`expr "X$1" : 'X\([^=]*\)='`
11605 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
11606 ac_shift=:
11609 ac_option=$1
11610 ac_optarg=$2
11611 ac_shift=shift
11613 esac
11615 case $ac_option in
11616 # Handling of the options.
11617 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11618 ac_cs_recheck=: ;;
11619 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
11620 $as_echo "$ac_cs_version"; exit ;;
11621 --debug | --debu | --deb | --de | --d | -d )
11622 debug=: ;;
11623 --file | --fil | --fi | --f )
11624 $ac_shift
11625 case $ac_optarg in
11626 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11627 esac
11628 as_fn_append CONFIG_FILES " '$ac_optarg'"
11629 ac_need_defaults=false;;
11630 --header | --heade | --head | --hea )
11631 $ac_shift
11632 case $ac_optarg in
11633 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11634 esac
11635 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
11636 ac_need_defaults=false;;
11637 --he | --h)
11638 # Conflict between --help and --header
11639 as_fn_error "ambiguous option: \`$1'
11640 Try \`$0 --help' for more information.";;
11641 --help | --hel | -h )
11642 $as_echo "$ac_cs_usage"; exit ;;
11643 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
11644 | -silent | --silent | --silen | --sile | --sil | --si | --s)
11645 ac_cs_silent=: ;;
11647 # This is an error.
11648 -*) as_fn_error "unrecognized option: \`$1'
11649 Try \`$0 --help' for more information." ;;
11651 *) as_fn_append ac_config_targets " $1"
11652 ac_need_defaults=false ;;
11654 esac
11655 shift
11656 done
11658 ac_configure_extra_args=
11660 if $ac_cs_silent; then
11661 exec 6>/dev/null
11662 ac_configure_extra_args="$ac_configure_extra_args --silent"
11665 _ACEOF
11666 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11667 if \$ac_cs_recheck; then
11668 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
11669 shift
11670 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
11671 CONFIG_SHELL='$SHELL'
11672 export CONFIG_SHELL
11673 exec "\$@"
11676 _ACEOF
11677 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11678 exec 5>>config.log
11680 echo
11681 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
11682 ## Running $as_me. ##
11683 _ASBOX
11684 $as_echo "$ac_log"
11685 } >&5
11687 _ACEOF
11688 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11690 # INIT-COMMANDS
11692 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
11695 # The HP-UX ksh and POSIX shell print the target directory to stdout
11696 # if CDPATH is set.
11697 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11699 sed_quote_subst='$sed_quote_subst'
11700 double_quote_subst='$double_quote_subst'
11701 delay_variable_subst='$delay_variable_subst'
11702 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
11703 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
11704 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
11705 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
11706 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
11707 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
11708 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
11709 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
11710 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
11711 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
11712 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
11713 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
11714 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
11715 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
11716 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
11717 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
11718 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
11719 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
11720 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
11721 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
11722 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
11723 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
11724 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
11725 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
11726 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
11727 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
11728 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
11729 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
11730 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
11731 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
11732 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
11733 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
11734 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
11735 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
11736 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
11737 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
11738 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
11739 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
11740 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
11741 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
11742 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
11743 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
11744 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
11745 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
11746 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
11747 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
11748 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
11749 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
11750 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"`'
11751 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
11752 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
11753 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
11754 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
11755 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
11756 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
11757 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
11758 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
11759 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
11760 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
11761 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
11762 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
11763 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
11764 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
11765 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
11766 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
11767 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
11768 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
11769 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
11770 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
11771 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
11772 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
11773 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
11774 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
11775 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
11776 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
11777 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
11778 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
11779 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
11780 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
11781 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
11782 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
11783 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
11784 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
11785 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
11786 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
11787 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
11788 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
11789 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
11790 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
11791 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
11792 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
11793 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
11794 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
11795 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
11796 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
11797 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
11798 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
11799 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
11800 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
11801 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
11802 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
11803 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
11804 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
11805 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
11806 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
11807 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
11808 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
11809 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
11810 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
11811 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
11812 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
11813 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
11814 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
11815 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
11816 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
11817 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
11818 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
11819 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
11820 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
11821 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
11823 LTCC='$LTCC'
11824 LTCFLAGS='$LTCFLAGS'
11825 compiler='$compiler_DEFAULT'
11827 # A function that is used when there is no print builtin or printf.
11828 func_fallback_echo ()
11830 eval 'cat <<_LTECHO_EOF
11832 _LTECHO_EOF'
11835 # Quote evaled strings.
11836 for var in SHELL \
11837 ECHO \
11838 SED \
11839 GREP \
11840 EGREP \
11841 FGREP \
11842 LD \
11843 NM \
11844 LN_S \
11845 lt_SP2NL \
11846 lt_NL2SP \
11847 reload_flag \
11848 OBJDUMP \
11849 deplibs_check_method \
11850 file_magic_cmd \
11851 AR \
11852 AR_FLAGS \
11853 STRIP \
11854 RANLIB \
11855 CC \
11856 CFLAGS \
11857 compiler \
11858 lt_cv_sys_global_symbol_pipe \
11859 lt_cv_sys_global_symbol_to_cdecl \
11860 lt_cv_sys_global_symbol_to_c_name_address \
11861 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
11862 lt_prog_compiler_no_builtin_flag \
11863 lt_prog_compiler_wl \
11864 lt_prog_compiler_pic \
11865 lt_prog_compiler_static \
11866 lt_cv_prog_compiler_c_o \
11867 need_locks \
11868 DSYMUTIL \
11869 NMEDIT \
11870 LIPO \
11871 OTOOL \
11872 OTOOL64 \
11873 shrext_cmds \
11874 export_dynamic_flag_spec \
11875 whole_archive_flag_spec \
11876 compiler_needs_object \
11877 with_gnu_ld \
11878 allow_undefined_flag \
11879 no_undefined_flag \
11880 hardcode_libdir_flag_spec \
11881 hardcode_libdir_flag_spec_ld \
11882 hardcode_libdir_separator \
11883 fix_srcfile_path \
11884 exclude_expsyms \
11885 include_expsyms \
11886 file_list_spec \
11887 variables_saved_for_relink \
11888 libname_spec \
11889 library_names_spec \
11890 soname_spec \
11891 install_override_mode \
11892 finish_eval \
11893 old_striplib \
11894 striplib; do
11895 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
11896 *[\\\\\\\`\\"\\\$]*)
11897 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
11900 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
11902 esac
11903 done
11905 # Double-quote double-evaled strings.
11906 for var in reload_cmds \
11907 old_postinstall_cmds \
11908 old_postuninstall_cmds \
11909 old_archive_cmds \
11910 extract_expsyms_cmds \
11911 old_archive_from_new_cmds \
11912 old_archive_from_expsyms_cmds \
11913 archive_cmds \
11914 archive_expsym_cmds \
11915 module_cmds \
11916 module_expsym_cmds \
11917 export_symbols_cmds \
11918 prelink_cmds \
11919 postinstall_cmds \
11920 postuninstall_cmds \
11921 finish_cmds \
11922 sys_lib_search_path_spec \
11923 sys_lib_dlsearch_path_spec; do
11924 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
11925 *[\\\\\\\`\\"\\\$]*)
11926 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
11929 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
11931 esac
11932 done
11934 ac_aux_dir='$ac_aux_dir'
11935 xsi_shell='$xsi_shell'
11936 lt_shell_append='$lt_shell_append'
11938 # See if we are running on zsh, and set the options which allow our
11939 # commands through without removal of \ escapes INIT.
11940 if test -n "\${ZSH_VERSION+set}" ; then
11941 setopt NO_GLOB_SUBST
11945 PACKAGE='$PACKAGE'
11946 VERSION='$VERSION'
11947 TIMESTAMP='$TIMESTAMP'
11948 RM='$RM'
11949 ofile='$ofile'
11954 _ACEOF
11956 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11958 # Handling of arguments.
11959 for ac_config_target in $ac_config_targets
11961 case $ac_config_target in
11962 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
11963 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
11964 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
11965 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
11967 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
11968 esac
11969 done
11972 # If the user did not use the arguments to specify the items to instantiate,
11973 # then the envvar interface is used. Set only those that are not.
11974 # We use the long form for the default assignment because of an extremely
11975 # bizarre bug on SunOS 4.1.3.
11976 if $ac_need_defaults; then
11977 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
11978 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
11979 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
11982 # Have a temporary directory for convenience. Make it in the build tree
11983 # simply because there is no reason against having it here, and in addition,
11984 # creating and moving files from /tmp can sometimes cause problems.
11985 # Hook for its removal unless debugging.
11986 # Note that there is a small window in which the directory will not be cleaned:
11987 # after its creation but before its name has been assigned to `$tmp'.
11988 $debug ||
11990 tmp=
11991 trap 'exit_status=$?
11992 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
11994 trap 'as_fn_exit 1' 1 2 13 15
11996 # Create a (secure) tmp directory for tmp files.
11999 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12000 test -n "$tmp" && test -d "$tmp"
12001 } ||
12003 tmp=./conf$$-$RANDOM
12004 (umask 077 && mkdir "$tmp")
12005 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
12007 # Set up the scripts for CONFIG_FILES section.
12008 # No need to generate them if there are no CONFIG_FILES.
12009 # This happens for instance with `./config.status config.h'.
12010 if test -n "$CONFIG_FILES"; then
12013 ac_cr=`echo X | tr X '\015'`
12014 # On cygwin, bash can eat \r inside `` if the user requested igncr.
12015 # But we know of no other shell where ac_cr would be empty at this
12016 # point, so we can use a bashism as a fallback.
12017 if test "x$ac_cr" = x; then
12018 eval ac_cr=\$\'\\r\'
12020 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12021 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12022 ac_cs_awk_cr='\r'
12023 else
12024 ac_cs_awk_cr=$ac_cr
12027 echo 'BEGIN {' >"$tmp/subs1.awk" &&
12028 _ACEOF
12032 echo "cat >conf$$subs.awk <<_ACEOF" &&
12033 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12034 echo "_ACEOF"
12035 } >conf$$subs.sh ||
12036 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12037 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
12038 ac_delim='%!_!# '
12039 for ac_last_try in false false false false false :; do
12040 . ./conf$$subs.sh ||
12041 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12043 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12044 if test $ac_delim_n = $ac_delim_num; then
12045 break
12046 elif $ac_last_try; then
12047 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12048 else
12049 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12051 done
12052 rm -f conf$$subs.sh
12054 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12055 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
12056 _ACEOF
12057 sed -n '
12059 s/^/S["/; s/!.*/"]=/
12062 s/^[^!]*!//
12063 :repl
12064 t repl
12065 s/'"$ac_delim"'$//
12066 t delim
12069 s/\(.\{148\}\).*/\1/
12070 t more1
12071 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12074 b repl
12075 :more1
12076 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12079 s/.\{148\}//
12080 t nl
12081 :delim
12083 s/\(.\{148\}\).*/\1/
12084 t more2
12085 s/["\\]/\\&/g; s/^/"/; s/$/"/
12088 :more2
12089 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12092 s/.\{148\}//
12093 t delim
12094 ' <conf$$subs.awk | sed '
12095 /^[^""]/{
12097 s/\n//
12099 ' >>$CONFIG_STATUS || ac_write_fail=1
12100 rm -f conf$$subs.awk
12101 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12102 _ACAWK
12103 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
12104 for (key in S) S_is_set[key] = 1
12105 FS = "\a"
12109 line = $ 0
12110 nfields = split(line, field, "@")
12111 substed = 0
12112 len = length(field[1])
12113 for (i = 2; i < nfields; i++) {
12114 key = field[i]
12115 keylen = length(key)
12116 if (S_is_set[key]) {
12117 value = S[key]
12118 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12119 len += length(value) + length(field[++i])
12120 substed = 1
12121 } else
12122 len += 1 + keylen
12125 print line
12128 _ACAWK
12129 _ACEOF
12130 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12131 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12132 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12133 else
12135 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
12136 || as_fn_error "could not setup config files machinery" "$LINENO" 5
12137 _ACEOF
12139 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12140 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12141 # trailing colons and then remove the whole line if VPATH becomes empty
12142 # (actually we leave an empty line to preserve line numbers).
12143 if test "x$srcdir" = x.; then
12144 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12145 s/:*\$(srcdir):*/:/
12146 s/:*\${srcdir}:*/:/
12147 s/:*@srcdir@:*/:/
12148 s/^\([^=]*=[ ]*\):*/\1/
12149 s/:*$//
12150 s/^[^=]*=[ ]*$//
12154 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12155 fi # test -n "$CONFIG_FILES"
12157 # Set up the scripts for CONFIG_HEADERS section.
12158 # No need to generate them if there are no CONFIG_HEADERS.
12159 # This happens for instance with `./config.status Makefile'.
12160 if test -n "$CONFIG_HEADERS"; then
12161 cat >"$tmp/defines.awk" <<\_ACAWK ||
12162 BEGIN {
12163 _ACEOF
12165 # Transform confdefs.h into an awk script `defines.awk', embedded as
12166 # here-document in config.status, that substitutes the proper values into
12167 # config.h.in to produce config.h.
12169 # Create a delimiter string that does not exist in confdefs.h, to ease
12170 # handling of long lines.
12171 ac_delim='%!_!# '
12172 for ac_last_try in false false :; do
12173 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
12174 if test -z "$ac_t"; then
12175 break
12176 elif $ac_last_try; then
12177 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
12178 else
12179 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12181 done
12183 # For the awk script, D is an array of macro values keyed by name,
12184 # likewise P contains macro parameters if any. Preserve backslash
12185 # newline sequences.
12187 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12188 sed -n '
12189 s/.\{148\}/&'"$ac_delim"'/g
12190 t rset
12191 :rset
12192 s/^[ ]*#[ ]*define[ ][ ]*/ /
12193 t def
12195 :def
12196 s/\\$//
12197 t bsnl
12198 s/["\\]/\\&/g
12199 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12200 D["\1"]=" \3"/p
12201 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12203 :bsnl
12204 s/["\\]/\\&/g
12205 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12206 D["\1"]=" \3\\\\\\n"\\/p
12207 t cont
12208 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12209 t cont
12211 :cont
12213 s/.\{148\}/&'"$ac_delim"'/g
12214 t clear
12215 :clear
12216 s/\\$//
12217 t bsnlc
12218 s/["\\]/\\&/g; s/^/"/; s/$/"/p
12220 :bsnlc
12221 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12222 b cont
12223 ' <confdefs.h | sed '
12224 s/'"$ac_delim"'/"\\\
12225 "/g' >>$CONFIG_STATUS || ac_write_fail=1
12227 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12228 for (key in D) D_is_set[key] = 1
12229 FS = "\a"
12231 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12232 line = \$ 0
12233 split(line, arg, " ")
12234 if (arg[1] == "#") {
12235 defundef = arg[2]
12236 mac1 = arg[3]
12237 } else {
12238 defundef = substr(arg[1], 2)
12239 mac1 = arg[2]
12241 split(mac1, mac2, "(") #)
12242 macro = mac2[1]
12243 prefix = substr(line, 1, index(line, defundef) - 1)
12244 if (D_is_set[macro]) {
12245 # Preserve the white space surrounding the "#".
12246 print prefix "define", macro P[macro] D[macro]
12247 next
12248 } else {
12249 # Replace #undef with comments. This is necessary, for example,
12250 # in the case of _POSIX_SOURCE, which is predefined and required
12251 # on some systems where configure will not decide to define it.
12252 if (defundef == "undef") {
12253 print "/*", prefix defundef, macro, "*/"
12254 next
12258 { print }
12259 _ACAWK
12260 _ACEOF
12261 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12262 as_fn_error "could not setup config headers machinery" "$LINENO" 5
12263 fi # test -n "$CONFIG_HEADERS"
12266 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
12267 shift
12268 for ac_tag
12270 case $ac_tag in
12271 :[FHLC]) ac_mode=$ac_tag; continue;;
12272 esac
12273 case $ac_mode$ac_tag in
12274 :[FHL]*:*);;
12275 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
12276 :[FH]-) ac_tag=-:-;;
12277 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12278 esac
12279 ac_save_IFS=$IFS
12280 IFS=:
12281 set x $ac_tag
12282 IFS=$ac_save_IFS
12283 shift
12284 ac_file=$1
12285 shift
12287 case $ac_mode in
12288 :L) ac_source=$1;;
12289 :[FH])
12290 ac_file_inputs=
12291 for ac_f
12293 case $ac_f in
12294 -) ac_f="$tmp/stdin";;
12295 *) # Look for the file first in the build tree, then in the source tree
12296 # (if the path is not absolute). The absolute path cannot be DOS-style,
12297 # because $ac_f cannot contain `:'.
12298 test -f "$ac_f" ||
12299 case $ac_f in
12300 [\\/$]*) false;;
12301 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12302 esac ||
12303 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
12304 esac
12305 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12306 as_fn_append ac_file_inputs " '$ac_f'"
12307 done
12309 # Let's still pretend it is `configure' which instantiates (i.e., don't
12310 # use $as_me), people would be surprised to read:
12311 # /* config.h. Generated by config.status. */
12312 configure_input='Generated from '`
12313 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12314 `' by configure.'
12315 if test x"$ac_file" != x-; then
12316 configure_input="$ac_file. $configure_input"
12317 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12318 $as_echo "$as_me: creating $ac_file" >&6;}
12320 # Neutralize special characters interpreted by sed in replacement strings.
12321 case $configure_input in #(
12322 *\&* | *\|* | *\\* )
12323 ac_sed_conf_input=`$as_echo "$configure_input" |
12324 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12325 *) ac_sed_conf_input=$configure_input;;
12326 esac
12328 case $ac_tag in
12329 *:-:* | *:-) cat >"$tmp/stdin" \
12330 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
12331 esac
12333 esac
12335 ac_dir=`$as_dirname -- "$ac_file" ||
12336 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12337 X"$ac_file" : 'X\(//\)[^/]' \| \
12338 X"$ac_file" : 'X\(//\)$' \| \
12339 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12340 $as_echo X"$ac_file" |
12341 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12342 s//\1/
12345 /^X\(\/\/\)[^/].*/{
12346 s//\1/
12349 /^X\(\/\/\)$/{
12350 s//\1/
12353 /^X\(\/\).*/{
12354 s//\1/
12357 s/.*/./; q'`
12358 as_dir="$ac_dir"; as_fn_mkdir_p
12359 ac_builddir=.
12361 case "$ac_dir" in
12362 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12364 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12365 # A ".." for each directory in $ac_dir_suffix.
12366 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12367 case $ac_top_builddir_sub in
12368 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12369 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12370 esac ;;
12371 esac
12372 ac_abs_top_builddir=$ac_pwd
12373 ac_abs_builddir=$ac_pwd$ac_dir_suffix
12374 # for backward compatibility:
12375 ac_top_builddir=$ac_top_build_prefix
12377 case $srcdir in
12378 .) # We are building in place.
12379 ac_srcdir=.
12380 ac_top_srcdir=$ac_top_builddir_sub
12381 ac_abs_top_srcdir=$ac_pwd ;;
12382 [\\/]* | ?:[\\/]* ) # Absolute name.
12383 ac_srcdir=$srcdir$ac_dir_suffix;
12384 ac_top_srcdir=$srcdir
12385 ac_abs_top_srcdir=$srcdir ;;
12386 *) # Relative name.
12387 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12388 ac_top_srcdir=$ac_top_build_prefix$srcdir
12389 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
12390 esac
12391 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
12394 case $ac_mode in
12397 # CONFIG_FILE
12400 case $INSTALL in
12401 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12402 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
12403 esac
12404 ac_MKDIR_P=$MKDIR_P
12405 case $MKDIR_P in
12406 [\\/$]* | ?:[\\/]* ) ;;
12407 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
12408 esac
12409 _ACEOF
12411 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12412 # If the template does not know about datarootdir, expand it.
12413 # FIXME: This hack should be removed a few years after 2.60.
12414 ac_datarootdir_hack=; ac_datarootdir_seen=
12415 ac_sed_dataroot='
12416 /datarootdir/ {
12420 /@datadir@/p
12421 /@docdir@/p
12422 /@infodir@/p
12423 /@localedir@/p
12424 /@mandir@/p'
12425 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12426 *datarootdir*) ac_datarootdir_seen=yes;;
12427 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12428 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12429 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12430 _ACEOF
12431 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12432 ac_datarootdir_hack='
12433 s&@datadir@&$datadir&g
12434 s&@docdir@&$docdir&g
12435 s&@infodir@&$infodir&g
12436 s&@localedir@&$localedir&g
12437 s&@mandir@&$mandir&g
12438 s&\\\${datarootdir}&$datarootdir&g' ;;
12439 esac
12440 _ACEOF
12442 # Neutralize VPATH when `$srcdir' = `.'.
12443 # Shell code in configure.ac might set extrasub.
12444 # FIXME: do we really want to maintain this feature?
12445 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12446 ac_sed_extra="$ac_vpsub
12447 $extrasub
12448 _ACEOF
12449 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12451 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12452 s|@configure_input@|$ac_sed_conf_input|;t t
12453 s&@top_builddir@&$ac_top_builddir_sub&;t t
12454 s&@top_build_prefix@&$ac_top_build_prefix&;t t
12455 s&@srcdir@&$ac_srcdir&;t t
12456 s&@abs_srcdir@&$ac_abs_srcdir&;t t
12457 s&@top_srcdir@&$ac_top_srcdir&;t t
12458 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12459 s&@builddir@&$ac_builddir&;t t
12460 s&@abs_builddir@&$ac_abs_builddir&;t t
12461 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12462 s&@INSTALL@&$ac_INSTALL&;t t
12463 s&@MKDIR_P@&$ac_MKDIR_P&;t t
12464 $ac_datarootdir_hack
12466 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
12467 || as_fn_error "could not create $ac_file" "$LINENO" 5
12469 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
12470 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
12471 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
12472 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12473 which seems to be undefined. Please make sure it is defined." >&5
12474 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12475 which seems to be undefined. Please make sure it is defined." >&2;}
12477 rm -f "$tmp/stdin"
12478 case $ac_file in
12479 -) cat "$tmp/out" && rm -f "$tmp/out";;
12480 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
12481 esac \
12482 || as_fn_error "could not create $ac_file" "$LINENO" 5
12486 # CONFIG_HEADER
12488 if test x"$ac_file" != x-; then
12490 $as_echo "/* $configure_input */" \
12491 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
12492 } >"$tmp/config.h" \
12493 || as_fn_error "could not create $ac_file" "$LINENO" 5
12494 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
12495 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
12496 $as_echo "$as_me: $ac_file is unchanged" >&6;}
12497 else
12498 rm -f "$ac_file"
12499 mv "$tmp/config.h" "$ac_file" \
12500 || as_fn_error "could not create $ac_file" "$LINENO" 5
12502 else
12503 $as_echo "/* $configure_input */" \
12504 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
12505 || as_fn_error "could not create -" "$LINENO" 5
12507 # Compute "$ac_file"'s index in $config_headers.
12508 _am_arg="$ac_file"
12509 _am_stamp_count=1
12510 for _am_header in $config_headers :; do
12511 case $_am_header in
12512 $_am_arg | $_am_arg:* )
12513 break ;;
12515 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
12516 esac
12517 done
12518 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
12519 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12520 X"$_am_arg" : 'X\(//\)[^/]' \| \
12521 X"$_am_arg" : 'X\(//\)$' \| \
12522 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
12523 $as_echo X"$_am_arg" |
12524 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12525 s//\1/
12528 /^X\(\/\/\)[^/].*/{
12529 s//\1/
12532 /^X\(\/\/\)$/{
12533 s//\1/
12536 /^X\(\/\).*/{
12537 s//\1/
12540 s/.*/./; q'`/stamp-h$_am_stamp_count
12543 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12544 $as_echo "$as_me: executing $ac_file commands" >&6;}
12546 esac
12549 case $ac_file$ac_mode in
12550 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
12551 # Autoconf 2.62 quotes --file arguments for eval, but not when files
12552 # are listed without --file. Let's play safe and only enable the eval
12553 # if we detect the quoting.
12554 case $CONFIG_FILES in
12555 *\'*) eval set x "$CONFIG_FILES" ;;
12556 *) set x $CONFIG_FILES ;;
12557 esac
12558 shift
12559 for mf
12561 # Strip MF so we end up with the name of the file.
12562 mf=`echo "$mf" | sed -e 's/:.*$//'`
12563 # Check whether this is an Automake generated Makefile or not.
12564 # We used to match only the files named `Makefile.in', but
12565 # some people rename them; so instead we look at the file content.
12566 # Grep'ing the first line is not enough: some people post-process
12567 # each Makefile.in and add a new line on top of each file to say so.
12568 # Grep'ing the whole file is not good either: AIX grep has a line
12569 # limit of 2048, but all sed's we know have understand at least 4000.
12570 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
12571 dirpart=`$as_dirname -- "$mf" ||
12572 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12573 X"$mf" : 'X\(//\)[^/]' \| \
12574 X"$mf" : 'X\(//\)$' \| \
12575 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
12576 $as_echo X"$mf" |
12577 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12578 s//\1/
12581 /^X\(\/\/\)[^/].*/{
12582 s//\1/
12585 /^X\(\/\/\)$/{
12586 s//\1/
12589 /^X\(\/\).*/{
12590 s//\1/
12593 s/.*/./; q'`
12594 else
12595 continue
12597 # Extract the definition of DEPDIR, am__include, and am__quote
12598 # from the Makefile without running `make'.
12599 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
12600 test -z "$DEPDIR" && continue
12601 am__include=`sed -n 's/^am__include = //p' < "$mf"`
12602 test -z "am__include" && continue
12603 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
12604 # When using ansi2knr, U may be empty or an underscore; expand it
12605 U=`sed -n 's/^U = //p' < "$mf"`
12606 # Find all dependency output files, they are included files with
12607 # $(DEPDIR) in their names. We invoke sed twice because it is the
12608 # simplest approach to changing $(DEPDIR) to its actual value in the
12609 # expansion.
12610 for file in `sed -n "
12611 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
12612 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
12613 # Make sure the directory exists.
12614 test -f "$dirpart/$file" && continue
12615 fdir=`$as_dirname -- "$file" ||
12616 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12617 X"$file" : 'X\(//\)[^/]' \| \
12618 X"$file" : 'X\(//\)$' \| \
12619 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
12620 $as_echo X"$file" |
12621 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12622 s//\1/
12625 /^X\(\/\/\)[^/].*/{
12626 s//\1/
12629 /^X\(\/\/\)$/{
12630 s//\1/
12633 /^X\(\/\).*/{
12634 s//\1/
12637 s/.*/./; q'`
12638 as_dir=$dirpart/$fdir; as_fn_mkdir_p
12639 # echo "creating $dirpart/$file"
12640 echo '# dummy' > "$dirpart/$file"
12641 done
12642 done
12645 "libtool":C)
12647 # See if we are running on zsh, and set the options which allow our
12648 # commands through without removal of \ escapes.
12649 if test -n "${ZSH_VERSION+set}" ; then
12650 setopt NO_GLOB_SUBST
12653 cfgfile="${ofile}T"
12654 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
12655 $RM "$cfgfile"
12657 cat <<_LT_EOF >> "$cfgfile"
12658 #! $SHELL
12660 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
12661 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
12662 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12663 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
12665 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
12666 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
12667 # Written by Gordon Matzigkeit, 1996
12669 # This file is part of GNU Libtool.
12671 # GNU Libtool is free software; you can redistribute it and/or
12672 # modify it under the terms of the GNU General Public License as
12673 # published by the Free Software Foundation; either version 2 of
12674 # the License, or (at your option) any later version.
12676 # As a special exception to the GNU General Public License,
12677 # if you distribute this file as part of a program or library that
12678 # is built using GNU Libtool, you may include this file under the
12679 # same distribution terms that you use for the rest of that program.
12681 # GNU Libtool is distributed in the hope that it will be useful,
12682 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12683 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12684 # GNU General Public License for more details.
12686 # You should have received a copy of the GNU General Public License
12687 # along with GNU Libtool; see the file COPYING. If not, a copy
12688 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
12689 # obtained by writing to the Free Software Foundation, Inc.,
12690 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
12693 # The names of the tagged configurations supported by this script.
12694 available_tags=""
12696 # ### BEGIN LIBTOOL CONFIG
12698 # Which release of libtool.m4 was used?
12699 macro_version=$macro_version
12700 macro_revision=$macro_revision
12702 # Whether or not to build shared libraries.
12703 build_libtool_libs=$enable_shared
12705 # Whether or not to build static libraries.
12706 build_old_libs=$enable_static
12708 # What type of objects to build.
12709 pic_mode=$pic_mode
12711 # Whether or not to optimize for fast installation.
12712 fast_install=$enable_fast_install
12714 # Shell to use when invoking shell scripts.
12715 SHELL=$lt_SHELL
12717 # An echo program that protects backslashes.
12718 ECHO=$lt_ECHO
12720 # The host system.
12721 host_alias=$host_alias
12722 host=$host
12723 host_os=$host_os
12725 # The build system.
12726 build_alias=$build_alias
12727 build=$build
12728 build_os=$build_os
12730 # A sed program that does not truncate output.
12731 SED=$lt_SED
12733 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
12734 Xsed="\$SED -e 1s/^X//"
12736 # A grep program that handles long lines.
12737 GREP=$lt_GREP
12739 # An ERE matcher.
12740 EGREP=$lt_EGREP
12742 # A literal string matcher.
12743 FGREP=$lt_FGREP
12745 # A BSD- or MS-compatible name lister.
12746 NM=$lt_NM
12748 # Whether we need soft or hard links.
12749 LN_S=$lt_LN_S
12751 # What is the maximum length of a command?
12752 max_cmd_len=$max_cmd_len
12754 # Object file suffix (normally "o").
12755 objext=$ac_objext
12757 # Executable file suffix (normally "").
12758 exeext=$exeext
12760 # whether the shell understands "unset".
12761 lt_unset=$lt_unset
12763 # turn spaces into newlines.
12764 SP2NL=$lt_lt_SP2NL
12766 # turn newlines into spaces.
12767 NL2SP=$lt_lt_NL2SP
12769 # An object symbol dumper.
12770 OBJDUMP=$lt_OBJDUMP
12772 # Method to check whether dependent libraries are shared objects.
12773 deplibs_check_method=$lt_deplibs_check_method
12775 # Command to use when deplibs_check_method == "file_magic".
12776 file_magic_cmd=$lt_file_magic_cmd
12778 # The archiver.
12779 AR=$lt_AR
12780 AR_FLAGS=$lt_AR_FLAGS
12782 # A symbol stripping program.
12783 STRIP=$lt_STRIP
12785 # Commands used to install an old-style archive.
12786 RANLIB=$lt_RANLIB
12787 old_postinstall_cmds=$lt_old_postinstall_cmds
12788 old_postuninstall_cmds=$lt_old_postuninstall_cmds
12790 # Whether to use a lock for old archive extraction.
12791 lock_old_archive_extraction=$lock_old_archive_extraction
12793 # A C compiler.
12794 LTCC=$lt_CC
12796 # LTCC compiler flags.
12797 LTCFLAGS=$lt_CFLAGS
12799 # Take the output of nm and produce a listing of raw symbols and C names.
12800 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
12802 # Transform the output of nm in a proper C declaration.
12803 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
12805 # Transform the output of nm in a C name address pair.
12806 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
12808 # Transform the output of nm in a C name address pair when lib prefix is needed.
12809 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
12811 # The name of the directory that contains temporary libtool files.
12812 objdir=$objdir
12814 # Used to examine libraries when file_magic_cmd begins with "file".
12815 MAGIC_CMD=$MAGIC_CMD
12817 # Must we lock files when doing compilation?
12818 need_locks=$lt_need_locks
12820 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
12821 DSYMUTIL=$lt_DSYMUTIL
12823 # Tool to change global to local symbols on Mac OS X.
12824 NMEDIT=$lt_NMEDIT
12826 # Tool to manipulate fat objects and archives on Mac OS X.
12827 LIPO=$lt_LIPO
12829 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
12830 OTOOL=$lt_OTOOL
12832 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
12833 OTOOL64=$lt_OTOOL64
12835 # Old archive suffix (normally "a").
12836 libext=$libext
12838 # Shared library suffix (normally ".so").
12839 shrext_cmds=$lt_shrext_cmds
12841 # The commands to extract the exported symbol list from a shared archive.
12842 extract_expsyms_cmds=$lt_extract_expsyms_cmds
12844 # Variables whose values should be saved in libtool wrapper scripts and
12845 # restored at link time.
12846 variables_saved_for_relink=$lt_variables_saved_for_relink
12848 # Do we need the "lib" prefix for modules?
12849 need_lib_prefix=$need_lib_prefix
12851 # Do we need a version for libraries?
12852 need_version=$need_version
12854 # Library versioning type.
12855 version_type=$version_type
12857 # Shared library runtime path variable.
12858 runpath_var=$runpath_var
12860 # Shared library path variable.
12861 shlibpath_var=$shlibpath_var
12863 # Is shlibpath searched before the hard-coded library search path?
12864 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
12866 # Format of library name prefix.
12867 libname_spec=$lt_libname_spec
12869 # List of archive names. First name is the real one, the rest are links.
12870 # The last name is the one that the linker finds with -lNAME
12871 library_names_spec=$lt_library_names_spec
12873 # The coded name of the library, if different from the real name.
12874 soname_spec=$lt_soname_spec
12876 # Permission mode override for installation of shared libraries.
12877 install_override_mode=$lt_install_override_mode
12879 # Command to use after installation of a shared archive.
12880 postinstall_cmds=$lt_postinstall_cmds
12882 # Command to use after uninstallation of a shared archive.
12883 postuninstall_cmds=$lt_postuninstall_cmds
12885 # Commands used to finish a libtool library installation in a directory.
12886 finish_cmds=$lt_finish_cmds
12888 # As "finish_cmds", except a single script fragment to be evaled but
12889 # not shown.
12890 finish_eval=$lt_finish_eval
12892 # Whether we should hardcode library paths into libraries.
12893 hardcode_into_libs=$hardcode_into_libs
12895 # Compile-time system search path for libraries.
12896 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
12898 # Run-time system search path for libraries.
12899 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
12901 # Whether dlopen is supported.
12902 dlopen_support=$enable_dlopen
12904 # Whether dlopen of programs is supported.
12905 dlopen_self=$enable_dlopen_self
12907 # Whether dlopen of statically linked programs is supported.
12908 dlopen_self_static=$enable_dlopen_self_static
12910 # Commands to strip libraries.
12911 old_striplib=$lt_old_striplib
12912 striplib=$lt_striplib
12915 # The linker used to build libraries.
12916 LD=$lt_LD
12918 # How to create reloadable object files.
12919 reload_flag=$lt_reload_flag
12920 reload_cmds=$lt_reload_cmds
12922 # Commands used to build an old-style archive.
12923 old_archive_cmds=$lt_old_archive_cmds
12925 # A language specific compiler.
12926 CC=$lt_compiler
12928 # Is the compiler the GNU compiler?
12929 with_gcc=$GCC
12931 # Compiler flag to turn off builtin functions.
12932 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
12934 # How to pass a linker flag through the compiler.
12935 wl=$lt_lt_prog_compiler_wl
12937 # Additional compiler flags for building library objects.
12938 pic_flag=$lt_lt_prog_compiler_pic
12940 # Compiler flag to prevent dynamic linking.
12941 link_static_flag=$lt_lt_prog_compiler_static
12943 # Does compiler simultaneously support -c and -o options?
12944 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
12946 # Whether or not to add -lc for building shared libraries.
12947 build_libtool_need_lc=$archive_cmds_need_lc
12949 # Whether or not to disallow shared libs when runtime libs are static.
12950 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
12952 # Compiler flag to allow reflexive dlopens.
12953 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
12955 # Compiler flag to generate shared objects directly from archives.
12956 whole_archive_flag_spec=$lt_whole_archive_flag_spec
12958 # Whether the compiler copes with passing no objects directly.
12959 compiler_needs_object=$lt_compiler_needs_object
12961 # Create an old-style archive from a shared archive.
12962 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
12964 # Create a temporary old-style archive to link instead of a shared archive.
12965 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
12967 # Commands used to build a shared archive.
12968 archive_cmds=$lt_archive_cmds
12969 archive_expsym_cmds=$lt_archive_expsym_cmds
12971 # Commands used to build a loadable module if different from building
12972 # a shared archive.
12973 module_cmds=$lt_module_cmds
12974 module_expsym_cmds=$lt_module_expsym_cmds
12976 # Whether we are building with GNU ld or not.
12977 with_gnu_ld=$lt_with_gnu_ld
12979 # Flag that allows shared libraries with undefined symbols to be built.
12980 allow_undefined_flag=$lt_allow_undefined_flag
12982 # Flag that enforces no undefined symbols.
12983 no_undefined_flag=$lt_no_undefined_flag
12985 # Flag to hardcode \$libdir into a binary during linking.
12986 # This must work even if \$libdir does not exist
12987 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
12989 # If ld is used when linking, flag to hardcode \$libdir into a binary
12990 # during linking. This must work even if \$libdir does not exist.
12991 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
12993 # Whether we need a single "-rpath" flag with a separated argument.
12994 hardcode_libdir_separator=$lt_hardcode_libdir_separator
12996 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
12997 # DIR into the resulting binary.
12998 hardcode_direct=$hardcode_direct
13000 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13001 # DIR into the resulting binary and the resulting library dependency is
13002 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13003 # library is relocated.
13004 hardcode_direct_absolute=$hardcode_direct_absolute
13006 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13007 # into the resulting binary.
13008 hardcode_minus_L=$hardcode_minus_L
13010 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13011 # into the resulting binary.
13012 hardcode_shlibpath_var=$hardcode_shlibpath_var
13014 # Set to "yes" if building a shared library automatically hardcodes DIR
13015 # into the library and all subsequent libraries and executables linked
13016 # against it.
13017 hardcode_automatic=$hardcode_automatic
13019 # Set to yes if linker adds runtime paths of dependent libraries
13020 # to runtime path list.
13021 inherit_rpath=$inherit_rpath
13023 # Whether libtool must link a program against all its dependency libraries.
13024 link_all_deplibs=$link_all_deplibs
13026 # Fix the shell variable \$srcfile for the compiler.
13027 fix_srcfile_path=$lt_fix_srcfile_path
13029 # Set to "yes" if exported symbols are required.
13030 always_export_symbols=$always_export_symbols
13032 # The commands to list exported symbols.
13033 export_symbols_cmds=$lt_export_symbols_cmds
13035 # Symbols that should not be listed in the preloaded symbols.
13036 exclude_expsyms=$lt_exclude_expsyms
13038 # Symbols that must always be exported.
13039 include_expsyms=$lt_include_expsyms
13041 # Commands necessary for linking programs (against libraries) with templates.
13042 prelink_cmds=$lt_prelink_cmds
13044 # Specify filename containing input files.
13045 file_list_spec=$lt_file_list_spec
13047 # How to hardcode a shared library path into an executable.
13048 hardcode_action=$hardcode_action
13050 # ### END LIBTOOL CONFIG
13052 _LT_EOF
13054 case $host_os in
13055 aix3*)
13056 cat <<\_LT_EOF >> "$cfgfile"
13057 # AIX sometimes has problems with the GCC collect2 program. For some
13058 # reason, if we set the COLLECT_NAMES environment variable, the problems
13059 # vanish in a puff of smoke.
13060 if test "X${COLLECT_NAMES+set}" != Xset; then
13061 COLLECT_NAMES=
13062 export COLLECT_NAMES
13064 _LT_EOF
13066 esac
13069 ltmain="$ac_aux_dir/ltmain.sh"
13072 # We use sed instead of cat because bash on DJGPP gets confused if
13073 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13074 # text mode, it properly converts lines to CR/LF. This bash problem
13075 # is reportedly fixed, but why not run on old versions too?
13076 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13077 || (rm -f "$cfgfile"; exit 1)
13079 case $xsi_shell in
13080 yes)
13081 cat << \_LT_EOF >> "$cfgfile"
13083 # func_dirname file append nondir_replacement
13084 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13085 # otherwise set result to NONDIR_REPLACEMENT.
13086 func_dirname ()
13088 case ${1} in
13089 */*) func_dirname_result="${1%/*}${2}" ;;
13090 * ) func_dirname_result="${3}" ;;
13091 esac
13094 # func_basename file
13095 func_basename ()
13097 func_basename_result="${1##*/}"
13100 # func_dirname_and_basename file append nondir_replacement
13101 # perform func_basename and func_dirname in a single function
13102 # call:
13103 # dirname: Compute the dirname of FILE. If nonempty,
13104 # add APPEND to the result, otherwise set result
13105 # to NONDIR_REPLACEMENT.
13106 # value returned in "$func_dirname_result"
13107 # basename: Compute filename of FILE.
13108 # value retuned in "$func_basename_result"
13109 # Implementation must be kept synchronized with func_dirname
13110 # and func_basename. For efficiency, we do not delegate to
13111 # those functions but instead duplicate the functionality here.
13112 func_dirname_and_basename ()
13114 case ${1} in
13115 */*) func_dirname_result="${1%/*}${2}" ;;
13116 * ) func_dirname_result="${3}" ;;
13117 esac
13118 func_basename_result="${1##*/}"
13121 # func_stripname prefix suffix name
13122 # strip PREFIX and SUFFIX off of NAME.
13123 # PREFIX and SUFFIX must not contain globbing or regex special
13124 # characters, hashes, percent signs, but SUFFIX may contain a leading
13125 # dot (in which case that matches only a dot).
13126 func_stripname ()
13128 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13129 # positional parameters, so assign one to ordinary parameter first.
13130 func_stripname_result=${3}
13131 func_stripname_result=${func_stripname_result#"${1}"}
13132 func_stripname_result=${func_stripname_result%"${2}"}
13135 # func_opt_split
13136 func_opt_split ()
13138 func_opt_split_opt=${1%%=*}
13139 func_opt_split_arg=${1#*=}
13142 # func_lo2o object
13143 func_lo2o ()
13145 case ${1} in
13146 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13147 *) func_lo2o_result=${1} ;;
13148 esac
13151 # func_xform libobj-or-source
13152 func_xform ()
13154 func_xform_result=${1%.*}.lo
13157 # func_arith arithmetic-term...
13158 func_arith ()
13160 func_arith_result=$(( $* ))
13163 # func_len string
13164 # STRING may not start with a hyphen.
13165 func_len ()
13167 func_len_result=${#1}
13170 _LT_EOF
13172 *) # Bourne compatible functions.
13173 cat << \_LT_EOF >> "$cfgfile"
13175 # func_dirname file append nondir_replacement
13176 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13177 # otherwise set result to NONDIR_REPLACEMENT.
13178 func_dirname ()
13180 # Extract subdirectory from the argument.
13181 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13182 if test "X$func_dirname_result" = "X${1}"; then
13183 func_dirname_result="${3}"
13184 else
13185 func_dirname_result="$func_dirname_result${2}"
13189 # func_basename file
13190 func_basename ()
13192 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13196 # func_stripname prefix suffix name
13197 # strip PREFIX and SUFFIX off of NAME.
13198 # PREFIX and SUFFIX must not contain globbing or regex special
13199 # characters, hashes, percent signs, but SUFFIX may contain a leading
13200 # dot (in which case that matches only a dot).
13201 # func_strip_suffix prefix name
13202 func_stripname ()
13204 case ${2} in
13205 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13206 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13207 esac
13210 # sed scripts:
13211 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13212 my_sed_long_arg='1s/^-[^=]*=//'
13214 # func_opt_split
13215 func_opt_split ()
13217 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13218 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13221 # func_lo2o object
13222 func_lo2o ()
13224 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13227 # func_xform libobj-or-source
13228 func_xform ()
13230 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13233 # func_arith arithmetic-term...
13234 func_arith ()
13236 func_arith_result=`expr "$@"`
13239 # func_len string
13240 # STRING may not start with a hyphen.
13241 func_len ()
13243 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13246 _LT_EOF
13247 esac
13249 case $lt_shell_append in
13250 yes)
13251 cat << \_LT_EOF >> "$cfgfile"
13253 # func_append var value
13254 # Append VALUE to the end of shell variable VAR.
13255 func_append ()
13257 eval "$1+=\$2"
13259 _LT_EOF
13262 cat << \_LT_EOF >> "$cfgfile"
13264 # func_append var value
13265 # Append VALUE to the end of shell variable VAR.
13266 func_append ()
13268 eval "$1=\$$1\$2"
13271 _LT_EOF
13273 esac
13276 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13277 || (rm -f "$cfgfile"; exit 1)
13279 mv -f "$cfgfile" "$ofile" ||
13280 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13281 chmod +x "$ofile"
13285 esac
13286 done # for ac_tag
13289 as_fn_exit 0
13290 _ACEOF
13291 ac_clean_files=$ac_clean_files_save
13293 test $ac_write_fail = 0 ||
13294 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
13297 # configure is writing to config.log, and then calls config.status.
13298 # config.status does its own redirection, appending to config.log.
13299 # Unfortunately, on DOS this fails, as config.log is still kept open
13300 # by configure, so config.status won't be able to write to it; its
13301 # output is simply discarded. So we exec the FD to /dev/null,
13302 # effectively closing config.log, so it can be properly (re)opened and
13303 # appended to by config.status. When coming back to configure, we
13304 # need to make the FD available again.
13305 if test "$no_create" != yes; then
13306 ac_cs_success=:
13307 ac_config_status_args=
13308 test "$silent" = yes &&
13309 ac_config_status_args="$ac_config_status_args --quiet"
13310 exec 5>/dev/null
13311 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13312 exec 5>>config.log
13313 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13314 # would make configure fail if this is the last instruction.
13315 $ac_cs_success || as_fn_exit $?
13317 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13318 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13319 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}