* lto-streamer-out.c (pack_ts_type_value_fields): Pack all bits
[official-gcc.git] / lto-plugin / configure
blobd4791fd0a21035329e9b5b4757561813652844ca
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 am__fastdepCC_FALSE
626 am__fastdepCC_TRUE
627 CCDEPMODE
628 AMDEPBACKSLASH
629 AMDEP_FALSE
630 AMDEP_TRUE
631 am__quote
632 am__include
633 DEPDIR
634 OBJEXT
635 EXEEXT
636 ac_ct_CC
637 CPPFLAGS
638 LDFLAGS
639 CFLAGS
641 MAINT
642 MAINTAINER_MODE_FALSE
643 MAINTAINER_MODE_TRUE
644 am__untar
645 am__tar
646 AMTAR
647 am__leading_dot
648 SET_MAKE
650 mkdir_p
651 MKDIR_P
652 INSTALL_STRIP_PROGRAM
653 STRIP
654 install_sh
655 MAKEINFO
656 AUTOHEADER
657 AUTOMAKE
658 AUTOCONF
659 ACLOCAL
660 VERSION
661 PACKAGE
662 CYGPATH_W
663 am__isrc
664 INSTALL_DATA
665 INSTALL_SCRIPT
666 INSTALL_PROGRAM
667 target_subdir
668 host_subdir
669 build_subdir
670 build_libsubdir
671 target_os
672 target_vendor
673 target_cpu
674 target
675 host_os
676 host_vendor
677 host_cpu
678 host
679 build_os
680 build_vendor
681 build_cpu
682 build
683 target_alias
684 host_alias
685 build_alias
686 LIBS
687 ECHO_T
688 ECHO_N
689 ECHO_C
690 DEFS
691 mandir
692 localedir
693 libdir
694 psdir
695 pdfdir
696 dvidir
697 htmldir
698 infodir
699 docdir
700 oldincludedir
701 includedir
702 localstatedir
703 sharedstatedir
704 sysconfdir
705 datadir
706 datarootdir
707 libexecdir
708 sbindir
709 bindir
710 program_transform_name
711 prefix
712 exec_prefix
713 PACKAGE_URL
714 PACKAGE_BUGREPORT
715 PACKAGE_STRING
716 PACKAGE_VERSION
717 PACKAGE_TARNAME
718 PACKAGE_NAME
719 PATH_SEPARATOR
720 SHELL'
721 ac_subst_files=''
722 ac_user_opts='
723 enable_option_checking
724 with_build_libsubdir
725 enable_maintainer_mode
726 enable_dependency_tracking
727 enable_largefile
728 enable_shared
729 enable_static
730 with_pic
731 enable_fast_install
732 with_gnu_ld
733 enable_libtool_lock
735 ac_precious_vars='build_alias
736 host_alias
737 target_alias
739 CFLAGS
740 LDFLAGS
741 LIBS
742 CPPFLAGS
743 CPP'
746 # Initialize some variables set by options.
747 ac_init_help=
748 ac_init_version=false
749 ac_unrecognized_opts=
750 ac_unrecognized_sep=
751 # The variables have the same names as the options, with
752 # dashes changed to underlines.
753 cache_file=/dev/null
754 exec_prefix=NONE
755 no_create=
756 no_recursion=
757 prefix=NONE
758 program_prefix=NONE
759 program_suffix=NONE
760 program_transform_name=s,x,x,
761 silent=
762 site=
763 srcdir=
764 verbose=
765 x_includes=NONE
766 x_libraries=NONE
768 # Installation directory options.
769 # These are left unexpanded so users can "make install exec_prefix=/foo"
770 # and all the variables that are supposed to be based on exec_prefix
771 # by default will actually change.
772 # Use braces instead of parens because sh, perl, etc. also accept them.
773 # (The list follows the same order as the GNU Coding Standards.)
774 bindir='${exec_prefix}/bin'
775 sbindir='${exec_prefix}/sbin'
776 libexecdir='${exec_prefix}/libexec'
777 datarootdir='${prefix}/share'
778 datadir='${datarootdir}'
779 sysconfdir='${prefix}/etc'
780 sharedstatedir='${prefix}/com'
781 localstatedir='${prefix}/var'
782 includedir='${prefix}/include'
783 oldincludedir='/usr/include'
784 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
785 infodir='${datarootdir}/info'
786 htmldir='${docdir}'
787 dvidir='${docdir}'
788 pdfdir='${docdir}'
789 psdir='${docdir}'
790 libdir='${exec_prefix}/lib'
791 localedir='${datarootdir}/locale'
792 mandir='${datarootdir}/man'
794 ac_prev=
795 ac_dashdash=
796 for ac_option
798 # If the previous option needs an argument, assign it.
799 if test -n "$ac_prev"; then
800 eval $ac_prev=\$ac_option
801 ac_prev=
802 continue
805 case $ac_option in
806 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
807 *) ac_optarg=yes ;;
808 esac
810 # Accept the important Cygnus configure options, so we can diagnose typos.
812 case $ac_dashdash$ac_option in
814 ac_dashdash=yes ;;
816 -bindir | --bindir | --bindi | --bind | --bin | --bi)
817 ac_prev=bindir ;;
818 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
819 bindir=$ac_optarg ;;
821 -build | --build | --buil | --bui | --bu)
822 ac_prev=build_alias ;;
823 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
824 build_alias=$ac_optarg ;;
826 -cache-file | --cache-file | --cache-fil | --cache-fi \
827 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
828 ac_prev=cache_file ;;
829 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
830 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
831 cache_file=$ac_optarg ;;
833 --config-cache | -C)
834 cache_file=config.cache ;;
836 -datadir | --datadir | --datadi | --datad)
837 ac_prev=datadir ;;
838 -datadir=* | --datadir=* | --datadi=* | --datad=*)
839 datadir=$ac_optarg ;;
841 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
842 | --dataroo | --dataro | --datar)
843 ac_prev=datarootdir ;;
844 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
845 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
846 datarootdir=$ac_optarg ;;
848 -disable-* | --disable-*)
849 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
850 # Reject names that are not valid shell variable names.
851 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
852 as_fn_error "invalid feature name: $ac_useropt"
853 ac_useropt_orig=$ac_useropt
854 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
855 case $ac_user_opts in
857 "enable_$ac_useropt"
858 "*) ;;
859 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
860 ac_unrecognized_sep=', ';;
861 esac
862 eval enable_$ac_useropt=no ;;
864 -docdir | --docdir | --docdi | --doc | --do)
865 ac_prev=docdir ;;
866 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
867 docdir=$ac_optarg ;;
869 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
870 ac_prev=dvidir ;;
871 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
872 dvidir=$ac_optarg ;;
874 -enable-* | --enable-*)
875 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
876 # Reject names that are not valid shell variable names.
877 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
878 as_fn_error "invalid feature name: $ac_useropt"
879 ac_useropt_orig=$ac_useropt
880 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
881 case $ac_user_opts in
883 "enable_$ac_useropt"
884 "*) ;;
885 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
886 ac_unrecognized_sep=', ';;
887 esac
888 eval enable_$ac_useropt=\$ac_optarg ;;
890 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
891 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
892 | --exec | --exe | --ex)
893 ac_prev=exec_prefix ;;
894 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
895 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
896 | --exec=* | --exe=* | --ex=*)
897 exec_prefix=$ac_optarg ;;
899 -gas | --gas | --ga | --g)
900 # Obsolete; use --with-gas.
901 with_gas=yes ;;
903 -help | --help | --hel | --he | -h)
904 ac_init_help=long ;;
905 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
906 ac_init_help=recursive ;;
907 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
908 ac_init_help=short ;;
910 -host | --host | --hos | --ho)
911 ac_prev=host_alias ;;
912 -host=* | --host=* | --hos=* | --ho=*)
913 host_alias=$ac_optarg ;;
915 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
916 ac_prev=htmldir ;;
917 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
918 | --ht=*)
919 htmldir=$ac_optarg ;;
921 -includedir | --includedir | --includedi | --included | --include \
922 | --includ | --inclu | --incl | --inc)
923 ac_prev=includedir ;;
924 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
925 | --includ=* | --inclu=* | --incl=* | --inc=*)
926 includedir=$ac_optarg ;;
928 -infodir | --infodir | --infodi | --infod | --info | --inf)
929 ac_prev=infodir ;;
930 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
931 infodir=$ac_optarg ;;
933 -libdir | --libdir | --libdi | --libd)
934 ac_prev=libdir ;;
935 -libdir=* | --libdir=* | --libdi=* | --libd=*)
936 libdir=$ac_optarg ;;
938 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
939 | --libexe | --libex | --libe)
940 ac_prev=libexecdir ;;
941 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
942 | --libexe=* | --libex=* | --libe=*)
943 libexecdir=$ac_optarg ;;
945 -localedir | --localedir | --localedi | --localed | --locale)
946 ac_prev=localedir ;;
947 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
948 localedir=$ac_optarg ;;
950 -localstatedir | --localstatedir | --localstatedi | --localstated \
951 | --localstate | --localstat | --localsta | --localst | --locals)
952 ac_prev=localstatedir ;;
953 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
954 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
955 localstatedir=$ac_optarg ;;
957 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
958 ac_prev=mandir ;;
959 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
960 mandir=$ac_optarg ;;
962 -nfp | --nfp | --nf)
963 # Obsolete; use --without-fp.
964 with_fp=no ;;
966 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
967 | --no-cr | --no-c | -n)
968 no_create=yes ;;
970 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
971 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
972 no_recursion=yes ;;
974 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
975 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
976 | --oldin | --oldi | --old | --ol | --o)
977 ac_prev=oldincludedir ;;
978 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
979 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
980 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
981 oldincludedir=$ac_optarg ;;
983 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
984 ac_prev=prefix ;;
985 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
986 prefix=$ac_optarg ;;
988 -program-prefix | --program-prefix | --program-prefi | --program-pref \
989 | --program-pre | --program-pr | --program-p)
990 ac_prev=program_prefix ;;
991 -program-prefix=* | --program-prefix=* | --program-prefi=* \
992 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
993 program_prefix=$ac_optarg ;;
995 -program-suffix | --program-suffix | --program-suffi | --program-suff \
996 | --program-suf | --program-su | --program-s)
997 ac_prev=program_suffix ;;
998 -program-suffix=* | --program-suffix=* | --program-suffi=* \
999 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1000 program_suffix=$ac_optarg ;;
1002 -program-transform-name | --program-transform-name \
1003 | --program-transform-nam | --program-transform-na \
1004 | --program-transform-n | --program-transform- \
1005 | --program-transform | --program-transfor \
1006 | --program-transfo | --program-transf \
1007 | --program-trans | --program-tran \
1008 | --progr-tra | --program-tr | --program-t)
1009 ac_prev=program_transform_name ;;
1010 -program-transform-name=* | --program-transform-name=* \
1011 | --program-transform-nam=* | --program-transform-na=* \
1012 | --program-transform-n=* | --program-transform-=* \
1013 | --program-transform=* | --program-transfor=* \
1014 | --program-transfo=* | --program-transf=* \
1015 | --program-trans=* | --program-tran=* \
1016 | --progr-tra=* | --program-tr=* | --program-t=*)
1017 program_transform_name=$ac_optarg ;;
1019 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1020 ac_prev=pdfdir ;;
1021 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1022 pdfdir=$ac_optarg ;;
1024 -psdir | --psdir | --psdi | --psd | --ps)
1025 ac_prev=psdir ;;
1026 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1027 psdir=$ac_optarg ;;
1029 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1030 | -silent | --silent | --silen | --sile | --sil)
1031 silent=yes ;;
1033 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1034 ac_prev=sbindir ;;
1035 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1036 | --sbi=* | --sb=*)
1037 sbindir=$ac_optarg ;;
1039 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1040 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1041 | --sharedst | --shareds | --shared | --share | --shar \
1042 | --sha | --sh)
1043 ac_prev=sharedstatedir ;;
1044 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1045 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1046 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1047 | --sha=* | --sh=*)
1048 sharedstatedir=$ac_optarg ;;
1050 -site | --site | --sit)
1051 ac_prev=site ;;
1052 -site=* | --site=* | --sit=*)
1053 site=$ac_optarg ;;
1055 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1056 ac_prev=srcdir ;;
1057 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1058 srcdir=$ac_optarg ;;
1060 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1061 | --syscon | --sysco | --sysc | --sys | --sy)
1062 ac_prev=sysconfdir ;;
1063 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1064 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1065 sysconfdir=$ac_optarg ;;
1067 -target | --target | --targe | --targ | --tar | --ta | --t)
1068 ac_prev=target_alias ;;
1069 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1070 target_alias=$ac_optarg ;;
1072 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1073 verbose=yes ;;
1075 -version | --version | --versio | --versi | --vers | -V)
1076 ac_init_version=: ;;
1078 -with-* | --with-*)
1079 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1080 # Reject names that are not valid shell variable names.
1081 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1082 as_fn_error "invalid package name: $ac_useropt"
1083 ac_useropt_orig=$ac_useropt
1084 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1085 case $ac_user_opts in
1087 "with_$ac_useropt"
1088 "*) ;;
1089 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1090 ac_unrecognized_sep=', ';;
1091 esac
1092 eval with_$ac_useropt=\$ac_optarg ;;
1094 -without-* | --without-*)
1095 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1096 # Reject names that are not valid shell variable names.
1097 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1098 as_fn_error "invalid package name: $ac_useropt"
1099 ac_useropt_orig=$ac_useropt
1100 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1101 case $ac_user_opts in
1103 "with_$ac_useropt"
1104 "*) ;;
1105 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1106 ac_unrecognized_sep=', ';;
1107 esac
1108 eval with_$ac_useropt=no ;;
1110 --x)
1111 # Obsolete; use --with-x.
1112 with_x=yes ;;
1114 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1115 | --x-incl | --x-inc | --x-in | --x-i)
1116 ac_prev=x_includes ;;
1117 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1118 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1119 x_includes=$ac_optarg ;;
1121 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1122 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1123 ac_prev=x_libraries ;;
1124 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1125 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1126 x_libraries=$ac_optarg ;;
1128 -*) as_fn_error "unrecognized option: \`$ac_option'
1129 Try \`$0 --help' for more information."
1132 *=*)
1133 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1134 # Reject names that are not valid shell variable names.
1135 case $ac_envvar in #(
1136 '' | [0-9]* | *[!_$as_cr_alnum]* )
1137 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1138 esac
1139 eval $ac_envvar=\$ac_optarg
1140 export $ac_envvar ;;
1143 # FIXME: should be removed in autoconf 3.0.
1144 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1145 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1146 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1147 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1150 esac
1151 done
1153 if test -n "$ac_prev"; then
1154 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1155 as_fn_error "missing argument to $ac_option"
1158 if test -n "$ac_unrecognized_opts"; then
1159 case $enable_option_checking in
1160 no) ;;
1161 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1162 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1163 esac
1166 # Check all directory arguments for consistency.
1167 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1168 datadir sysconfdir sharedstatedir localstatedir includedir \
1169 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1170 libdir localedir mandir
1172 eval ac_val=\$$ac_var
1173 # Remove trailing slashes.
1174 case $ac_val in
1175 */ )
1176 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1177 eval $ac_var=\$ac_val;;
1178 esac
1179 # Be sure to have absolute directory names.
1180 case $ac_val in
1181 [\\/$]* | ?:[\\/]* ) continue;;
1182 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1183 esac
1184 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1185 done
1187 # There might be people who depend on the old broken behavior: `$host'
1188 # used to hold the argument of --host etc.
1189 # FIXME: To remove some day.
1190 build=$build_alias
1191 host=$host_alias
1192 target=$target_alias
1194 # FIXME: To remove some day.
1195 if test "x$host_alias" != x; then
1196 if test "x$build_alias" = x; then
1197 cross_compiling=maybe
1198 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1199 If a cross compiler is detected then cross compile mode will be used." >&2
1200 elif test "x$build_alias" != "x$host_alias"; then
1201 cross_compiling=yes
1205 ac_tool_prefix=
1206 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1208 test "$silent" = yes && exec 6>/dev/null
1211 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1212 ac_ls_di=`ls -di .` &&
1213 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1214 as_fn_error "working directory cannot be determined"
1215 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1216 as_fn_error "pwd does not report name of working directory"
1219 # Find the source files, if location was not specified.
1220 if test -z "$srcdir"; then
1221 ac_srcdir_defaulted=yes
1222 # Try the directory containing this script, then the parent directory.
1223 ac_confdir=`$as_dirname -- "$as_myself" ||
1224 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1225 X"$as_myself" : 'X\(//\)[^/]' \| \
1226 X"$as_myself" : 'X\(//\)$' \| \
1227 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1228 $as_echo X"$as_myself" |
1229 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1230 s//\1/
1233 /^X\(\/\/\)[^/].*/{
1234 s//\1/
1237 /^X\(\/\/\)$/{
1238 s//\1/
1241 /^X\(\/\).*/{
1242 s//\1/
1245 s/.*/./; q'`
1246 srcdir=$ac_confdir
1247 if test ! -r "$srcdir/$ac_unique_file"; then
1248 srcdir=..
1250 else
1251 ac_srcdir_defaulted=no
1253 if test ! -r "$srcdir/$ac_unique_file"; then
1254 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1255 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1257 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1258 ac_abs_confdir=`(
1259 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1260 pwd)`
1261 # When building in place, set srcdir=.
1262 if test "$ac_abs_confdir" = "$ac_pwd"; then
1263 srcdir=.
1265 # Remove unnecessary trailing slashes from srcdir.
1266 # Double slashes in file names in object file debugging info
1267 # mess up M-x gdb in Emacs.
1268 case $srcdir in
1269 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1270 esac
1271 for ac_var in $ac_precious_vars; do
1272 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1273 eval ac_env_${ac_var}_value=\$${ac_var}
1274 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1275 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1276 done
1279 # Report the --help message.
1281 if test "$ac_init_help" = "long"; then
1282 # Omit some internal or obsolete options to make the list less imposing.
1283 # This message is too long to be a string in the A/UX 3.1 sh.
1284 cat <<_ACEOF
1285 \`configure' configures LTO plugin for ld 0.1 to adapt to many kinds of systems.
1287 Usage: $0 [OPTION]... [VAR=VALUE]...
1289 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1290 VAR=VALUE. See below for descriptions of some of the useful variables.
1292 Defaults for the options are specified in brackets.
1294 Configuration:
1295 -h, --help display this help and exit
1296 --help=short display options specific to this package
1297 --help=recursive display the short help of all the included packages
1298 -V, --version display version information and exit
1299 -q, --quiet, --silent do not print \`checking...' messages
1300 --cache-file=FILE cache test results in FILE [disabled]
1301 -C, --config-cache alias for \`--cache-file=config.cache'
1302 -n, --no-create do not create output files
1303 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1305 Installation directories:
1306 --prefix=PREFIX install architecture-independent files in PREFIX
1307 [$ac_default_prefix]
1308 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1309 [PREFIX]
1311 By default, \`make install' will install all the files in
1312 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1313 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1314 for instance \`--prefix=\$HOME'.
1316 For better control, use the options below.
1318 Fine tuning of the installation directories:
1319 --bindir=DIR user executables [EPREFIX/bin]
1320 --sbindir=DIR system admin executables [EPREFIX/sbin]
1321 --libexecdir=DIR program executables [EPREFIX/libexec]
1322 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1323 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1324 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1325 --libdir=DIR object code libraries [EPREFIX/lib]
1326 --includedir=DIR C header files [PREFIX/include]
1327 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1328 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1329 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1330 --infodir=DIR info documentation [DATAROOTDIR/info]
1331 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1332 --mandir=DIR man documentation [DATAROOTDIR/man]
1333 --docdir=DIR documentation root [DATAROOTDIR/doc/lto-plugin]
1334 --htmldir=DIR html documentation [DOCDIR]
1335 --dvidir=DIR dvi documentation [DOCDIR]
1336 --pdfdir=DIR pdf documentation [DOCDIR]
1337 --psdir=DIR ps documentation [DOCDIR]
1338 _ACEOF
1340 cat <<\_ACEOF
1342 Program names:
1343 --program-prefix=PREFIX prepend PREFIX to installed program names
1344 --program-suffix=SUFFIX append SUFFIX to installed program names
1345 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1347 System types:
1348 --build=BUILD configure for building on BUILD [guessed]
1349 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1350 --target=TARGET configure for building compilers for TARGET [HOST]
1351 _ACEOF
1354 if test -n "$ac_init_help"; then
1355 case $ac_init_help in
1356 short | recursive ) echo "Configuration of LTO plugin for ld 0.1:";;
1357 esac
1358 cat <<\_ACEOF
1360 Optional Features:
1361 --disable-option-checking ignore unrecognized --enable/--with options
1362 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1363 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1364 --enable-maintainer-mode enable make rules and dependencies not useful
1365 (and sometimes confusing) to the casual installer
1366 --disable-dependency-tracking speeds up one-time build
1367 --enable-dependency-tracking do not reject slow dependency extractors
1368 --disable-largefile omit support for large files
1369 --enable-shared[=PKGS] build shared libraries [default=yes]
1370 --enable-static[=PKGS] build static libraries [default=yes]
1371 --enable-fast-install[=PKGS]
1372 optimize for fast installation [default=yes]
1373 --disable-libtool-lock avoid locking (might break parallel builds)
1375 Optional Packages:
1376 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1377 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1378 --with-build-libsubdir=DIR Directory where to find libraries for build system
1379 --with-pic try to use only PIC/non-PIC objects [default=use
1380 both]
1381 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1383 Some influential environment variables:
1384 CC C compiler command
1385 CFLAGS C compiler flags
1386 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1387 nonstandard directory <lib dir>
1388 LIBS libraries to pass to the linker, e.g. -l<library>
1389 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1390 you have headers in a nonstandard directory <include dir>
1391 CPP C preprocessor
1393 Use these variables to override the choices made by `configure' or to help
1394 it to find libraries and programs with nonstandard names/locations.
1396 Report bugs to the package provider.
1397 _ACEOF
1398 ac_status=$?
1401 if test "$ac_init_help" = "recursive"; then
1402 # If there are subdirs, report their specific --help.
1403 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1404 test -d "$ac_dir" ||
1405 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1406 continue
1407 ac_builddir=.
1409 case "$ac_dir" in
1410 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1412 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1413 # A ".." for each directory in $ac_dir_suffix.
1414 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1415 case $ac_top_builddir_sub in
1416 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1417 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1418 esac ;;
1419 esac
1420 ac_abs_top_builddir=$ac_pwd
1421 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1422 # for backward compatibility:
1423 ac_top_builddir=$ac_top_build_prefix
1425 case $srcdir in
1426 .) # We are building in place.
1427 ac_srcdir=.
1428 ac_top_srcdir=$ac_top_builddir_sub
1429 ac_abs_top_srcdir=$ac_pwd ;;
1430 [\\/]* | ?:[\\/]* ) # Absolute name.
1431 ac_srcdir=$srcdir$ac_dir_suffix;
1432 ac_top_srcdir=$srcdir
1433 ac_abs_top_srcdir=$srcdir ;;
1434 *) # Relative name.
1435 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1436 ac_top_srcdir=$ac_top_build_prefix$srcdir
1437 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1438 esac
1439 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1441 cd "$ac_dir" || { ac_status=$?; continue; }
1442 # Check for guested configure.
1443 if test -f "$ac_srcdir/configure.gnu"; then
1444 echo &&
1445 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1446 elif test -f "$ac_srcdir/configure"; then
1447 echo &&
1448 $SHELL "$ac_srcdir/configure" --help=recursive
1449 else
1450 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1451 fi || ac_status=$?
1452 cd "$ac_pwd" || { ac_status=$?; break; }
1453 done
1456 test -n "$ac_init_help" && exit $ac_status
1457 if $ac_init_version; then
1458 cat <<\_ACEOF
1459 LTO plugin for ld configure 0.1
1460 generated by GNU Autoconf 2.64
1462 Copyright (C) 2009 Free Software Foundation, Inc.
1463 This configure script is free software; the Free Software Foundation
1464 gives unlimited permission to copy, distribute and modify it.
1465 _ACEOF
1466 exit
1469 ## ------------------------ ##
1470 ## Autoconf initialization. ##
1471 ## ------------------------ ##
1473 # ac_fn_c_try_compile LINENO
1474 # --------------------------
1475 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1476 ac_fn_c_try_compile ()
1478 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1479 rm -f conftest.$ac_objext
1480 if { { ac_try="$ac_compile"
1481 case "(($ac_try" in
1482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1483 *) ac_try_echo=$ac_try;;
1484 esac
1485 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1486 $as_echo "$ac_try_echo"; } >&5
1487 (eval "$ac_compile") 2>conftest.err
1488 ac_status=$?
1489 if test -s conftest.err; then
1490 grep -v '^ *+' conftest.err >conftest.er1
1491 cat conftest.er1 >&5
1492 mv -f conftest.er1 conftest.err
1494 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1495 test $ac_status = 0; } && {
1496 test -z "$ac_c_werror_flag" ||
1497 test ! -s conftest.err
1498 } && test -s conftest.$ac_objext; then :
1499 ac_retval=0
1500 else
1501 $as_echo "$as_me: failed program was:" >&5
1502 sed 's/^/| /' conftest.$ac_ext >&5
1504 ac_retval=1
1506 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1507 return $ac_retval
1509 } # ac_fn_c_try_compile
1511 # ac_fn_c_try_link LINENO
1512 # -----------------------
1513 # Try to link conftest.$ac_ext, and return whether this succeeded.
1514 ac_fn_c_try_link ()
1516 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1517 rm -f conftest.$ac_objext conftest$ac_exeext
1518 if { { ac_try="$ac_link"
1519 case "(($ac_try" in
1520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1521 *) ac_try_echo=$ac_try;;
1522 esac
1523 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1524 $as_echo "$ac_try_echo"; } >&5
1525 (eval "$ac_link") 2>conftest.err
1526 ac_status=$?
1527 if test -s conftest.err; then
1528 grep -v '^ *+' conftest.err >conftest.er1
1529 cat conftest.er1 >&5
1530 mv -f conftest.er1 conftest.err
1532 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1533 test $ac_status = 0; } && {
1534 test -z "$ac_c_werror_flag" ||
1535 test ! -s conftest.err
1536 } && test -s conftest$ac_exeext && {
1537 test "$cross_compiling" = yes ||
1538 $as_test_x conftest$ac_exeext
1539 }; then :
1540 ac_retval=0
1541 else
1542 $as_echo "$as_me: failed program was:" >&5
1543 sed 's/^/| /' conftest.$ac_ext >&5
1545 ac_retval=1
1547 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1548 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1549 # interfere with the next link command; also delete a directory that is
1550 # left behind by Apple's compiler. We do this before executing the actions.
1551 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1552 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1553 return $ac_retval
1555 } # ac_fn_c_try_link
1557 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1558 # -------------------------------------------------------
1559 # Tests whether HEADER exists and can be compiled using the include files in
1560 # INCLUDES, setting the cache variable VAR accordingly.
1561 ac_fn_c_check_header_compile ()
1563 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1565 $as_echo_n "checking for $2... " >&6; }
1566 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1567 $as_echo_n "(cached) " >&6
1568 else
1569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1570 /* end confdefs.h. */
1572 #include <$2>
1573 _ACEOF
1574 if ac_fn_c_try_compile "$LINENO"; then :
1575 eval "$3=yes"
1576 else
1577 eval "$3=no"
1579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1581 eval ac_res=\$$3
1582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1583 $as_echo "$ac_res" >&6; }
1584 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1586 } # ac_fn_c_check_header_compile
1588 # ac_fn_c_try_cpp LINENO
1589 # ----------------------
1590 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1591 ac_fn_c_try_cpp ()
1593 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1594 if { { ac_try="$ac_cpp conftest.$ac_ext"
1595 case "(($ac_try" in
1596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1597 *) ac_try_echo=$ac_try;;
1598 esac
1599 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1600 $as_echo "$ac_try_echo"; } >&5
1601 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1602 ac_status=$?
1603 if test -s conftest.err; then
1604 grep -v '^ *+' conftest.err >conftest.er1
1605 cat conftest.er1 >&5
1606 mv -f conftest.er1 conftest.err
1608 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1609 test $ac_status = 0; } >/dev/null && {
1610 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1611 test ! -s conftest.err
1612 }; then :
1613 ac_retval=0
1614 else
1615 $as_echo "$as_me: failed program was:" >&5
1616 sed 's/^/| /' conftest.$ac_ext >&5
1618 ac_retval=1
1620 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1621 return $ac_retval
1623 } # ac_fn_c_try_cpp
1625 # ac_fn_c_try_run LINENO
1626 # ----------------------
1627 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1628 # that executables *can* be run.
1629 ac_fn_c_try_run ()
1631 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1632 if { { ac_try="$ac_link"
1633 case "(($ac_try" in
1634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1635 *) ac_try_echo=$ac_try;;
1636 esac
1637 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1638 $as_echo "$ac_try_echo"; } >&5
1639 (eval "$ac_link") 2>&5
1640 ac_status=$?
1641 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1642 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1643 { { case "(($ac_try" in
1644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1645 *) ac_try_echo=$ac_try;;
1646 esac
1647 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1648 $as_echo "$ac_try_echo"; } >&5
1649 (eval "$ac_try") 2>&5
1650 ac_status=$?
1651 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1652 test $ac_status = 0; }; }; then :
1653 ac_retval=0
1654 else
1655 $as_echo "$as_me: program exited with status $ac_status" >&5
1656 $as_echo "$as_me: failed program was:" >&5
1657 sed 's/^/| /' conftest.$ac_ext >&5
1659 ac_retval=$ac_status
1661 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1662 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1663 return $ac_retval
1665 } # ac_fn_c_try_run
1667 # ac_fn_c_check_func LINENO FUNC VAR
1668 # ----------------------------------
1669 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1670 ac_fn_c_check_func ()
1672 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1674 $as_echo_n "checking for $2... " >&6; }
1675 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1676 $as_echo_n "(cached) " >&6
1677 else
1678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1679 /* end confdefs.h. */
1680 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1681 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1682 #define $2 innocuous_$2
1684 /* System header to define __stub macros and hopefully few prototypes,
1685 which can conflict with char $2 (); below.
1686 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1687 <limits.h> exists even on freestanding compilers. */
1689 #ifdef __STDC__
1690 # include <limits.h>
1691 #else
1692 # include <assert.h>
1693 #endif
1695 #undef $2
1697 /* Override any GCC internal prototype to avoid an error.
1698 Use char because int might match the return type of a GCC
1699 builtin and then its argument prototype would still apply. */
1700 #ifdef __cplusplus
1701 extern "C"
1702 #endif
1703 char $2 ();
1704 /* The GNU C library defines this for functions which it implements
1705 to always fail with ENOSYS. Some functions are actually named
1706 something starting with __ and the normal name is an alias. */
1707 #if defined __stub_$2 || defined __stub___$2
1708 choke me
1709 #endif
1712 main ()
1714 return $2 ();
1716 return 0;
1718 _ACEOF
1719 if ac_fn_c_try_link "$LINENO"; then :
1720 eval "$3=yes"
1721 else
1722 eval "$3=no"
1724 rm -f core conftest.err conftest.$ac_objext \
1725 conftest$ac_exeext conftest.$ac_ext
1727 eval ac_res=\$$3
1728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1729 $as_echo "$ac_res" >&6; }
1730 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1732 } # ac_fn_c_check_func
1734 # ac_fn_c_find_intX_t LINENO BITS VAR
1735 # -----------------------------------
1736 # Finds a signed integer type with width BITS, setting cache variable VAR
1737 # accordingly.
1738 ac_fn_c_find_intX_t ()
1740 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for int$2_t" >&5
1742 $as_echo_n "checking for int$2_t... " >&6; }
1743 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1744 $as_echo_n "(cached) " >&6
1745 else
1746 eval "$3=no"
1747 for ac_type in int$2_t 'int' 'long int' \
1748 'long long int' 'short int' 'signed char'; do
1749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1750 /* end confdefs.h. */
1751 $ac_includes_default
1753 main ()
1755 static int test_array [1 - 2 * !(0 < ($ac_type) (((($ac_type) 1 << ($2 - 2)) - 1) * 2 + 1))];
1756 test_array [0] = 0
1759 return 0;
1761 _ACEOF
1762 if ac_fn_c_try_compile "$LINENO"; then :
1763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1764 /* end confdefs.h. */
1765 $ac_includes_default
1767 main ()
1769 static int test_array [1 - 2 * !(($ac_type) (((($ac_type) 1 << ($2 - 2)) - 1) * 2 + 1)
1770 < ($ac_type) (((($ac_type) 1 << ($2 - 2)) - 1) * 2 + 2))];
1771 test_array [0] = 0
1774 return 0;
1776 _ACEOF
1777 if ac_fn_c_try_compile "$LINENO"; then :
1779 else
1780 case $ac_type in #(
1781 int$2_t) :
1782 eval "$3=yes" ;; #(
1783 *) :
1784 eval "$3=\$ac_type" ;;
1785 esac
1787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1790 eval as_val=\$$3
1791 if test "x$as_val" = x""no; then :
1793 else
1794 break
1796 done
1798 eval ac_res=\$$3
1799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1800 $as_echo "$ac_res" >&6; }
1801 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1803 } # ac_fn_c_find_intX_t
1805 # ac_fn_c_find_uintX_t LINENO BITS VAR
1806 # ------------------------------------
1807 # Finds an unsigned integer type with width BITS, setting cache variable VAR
1808 # accordingly.
1809 ac_fn_c_find_uintX_t ()
1811 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5
1813 $as_echo_n "checking for uint$2_t... " >&6; }
1814 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1815 $as_echo_n "(cached) " >&6
1816 else
1817 eval "$3=no"
1818 for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \
1819 'unsigned long long int' 'unsigned short int' 'unsigned char'; do
1820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1821 /* end confdefs.h. */
1822 $ac_includes_default
1824 main ()
1826 static int test_array [1 - 2 * !(($ac_type) -1 >> ($2 - 1) == 1)];
1827 test_array [0] = 0
1830 return 0;
1832 _ACEOF
1833 if ac_fn_c_try_compile "$LINENO"; then :
1834 case $ac_type in #(
1835 uint$2_t) :
1836 eval "$3=yes" ;; #(
1837 *) :
1838 eval "$3=\$ac_type" ;;
1839 esac
1841 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1842 eval as_val=\$$3
1843 if test "x$as_val" = x""no; then :
1845 else
1846 break
1848 done
1850 eval ac_res=\$$3
1851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1852 $as_echo "$ac_res" >&6; }
1853 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1855 } # ac_fn_c_find_uintX_t
1856 cat >config.log <<_ACEOF
1857 This file contains any messages produced by compilers while
1858 running configure, to aid debugging if configure makes a mistake.
1860 It was created by LTO plugin for ld $as_me 0.1, which was
1861 generated by GNU Autoconf 2.64. Invocation command line was
1863 $ $0 $@
1865 _ACEOF
1866 exec 5>>config.log
1868 cat <<_ASUNAME
1869 ## --------- ##
1870 ## Platform. ##
1871 ## --------- ##
1873 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1874 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1875 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1876 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1877 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1879 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1880 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1882 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1883 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1884 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1885 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1886 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1887 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1888 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1890 _ASUNAME
1892 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1893 for as_dir in $PATH
1895 IFS=$as_save_IFS
1896 test -z "$as_dir" && as_dir=.
1897 $as_echo "PATH: $as_dir"
1898 done
1899 IFS=$as_save_IFS
1901 } >&5
1903 cat >&5 <<_ACEOF
1906 ## ----------- ##
1907 ## Core tests. ##
1908 ## ----------- ##
1910 _ACEOF
1913 # Keep a trace of the command line.
1914 # Strip out --no-create and --no-recursion so they do not pile up.
1915 # Strip out --silent because we don't want to record it for future runs.
1916 # Also quote any args containing shell meta-characters.
1917 # Make two passes to allow for proper duplicate-argument suppression.
1918 ac_configure_args=
1919 ac_configure_args0=
1920 ac_configure_args1=
1921 ac_must_keep_next=false
1922 for ac_pass in 1 2
1924 for ac_arg
1926 case $ac_arg in
1927 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1928 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1929 | -silent | --silent | --silen | --sile | --sil)
1930 continue ;;
1931 *\'*)
1932 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1933 esac
1934 case $ac_pass in
1935 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1937 as_fn_append ac_configure_args1 " '$ac_arg'"
1938 if test $ac_must_keep_next = true; then
1939 ac_must_keep_next=false # Got value, back to normal.
1940 else
1941 case $ac_arg in
1942 *=* | --config-cache | -C | -disable-* | --disable-* \
1943 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1944 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1945 | -with-* | --with-* | -without-* | --without-* | --x)
1946 case "$ac_configure_args0 " in
1947 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1948 esac
1950 -* ) ac_must_keep_next=true ;;
1951 esac
1953 as_fn_append ac_configure_args " '$ac_arg'"
1955 esac
1956 done
1957 done
1958 { ac_configure_args0=; unset ac_configure_args0;}
1959 { ac_configure_args1=; unset ac_configure_args1;}
1961 # When interrupted or exit'd, cleanup temporary files, and complete
1962 # config.log. We remove comments because anyway the quotes in there
1963 # would cause problems or look ugly.
1964 # WARNING: Use '\'' to represent an apostrophe within the trap.
1965 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1966 trap 'exit_status=$?
1967 # Save into config.log some information that might help in debugging.
1969 echo
1971 cat <<\_ASBOX
1972 ## ---------------- ##
1973 ## Cache variables. ##
1974 ## ---------------- ##
1975 _ASBOX
1976 echo
1977 # The following way of writing the cache mishandles newlines in values,
1979 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1980 eval ac_val=\$$ac_var
1981 case $ac_val in #(
1982 *${as_nl}*)
1983 case $ac_var in #(
1984 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1985 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1986 esac
1987 case $ac_var in #(
1988 _ | IFS | as_nl) ;; #(
1989 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1990 *) { eval $ac_var=; unset $ac_var;} ;;
1991 esac ;;
1992 esac
1993 done
1994 (set) 2>&1 |
1995 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1996 *${as_nl}ac_space=\ *)
1997 sed -n \
1998 "s/'\''/'\''\\\\'\'''\''/g;
1999 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2000 ;; #(
2002 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2004 esac |
2005 sort
2007 echo
2009 cat <<\_ASBOX
2010 ## ----------------- ##
2011 ## Output variables. ##
2012 ## ----------------- ##
2013 _ASBOX
2014 echo
2015 for ac_var in $ac_subst_vars
2017 eval ac_val=\$$ac_var
2018 case $ac_val in
2019 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2020 esac
2021 $as_echo "$ac_var='\''$ac_val'\''"
2022 done | sort
2023 echo
2025 if test -n "$ac_subst_files"; then
2026 cat <<\_ASBOX
2027 ## ------------------- ##
2028 ## File substitutions. ##
2029 ## ------------------- ##
2030 _ASBOX
2031 echo
2032 for ac_var in $ac_subst_files
2034 eval ac_val=\$$ac_var
2035 case $ac_val in
2036 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2037 esac
2038 $as_echo "$ac_var='\''$ac_val'\''"
2039 done | sort
2040 echo
2043 if test -s confdefs.h; then
2044 cat <<\_ASBOX
2045 ## ----------- ##
2046 ## confdefs.h. ##
2047 ## ----------- ##
2048 _ASBOX
2049 echo
2050 cat confdefs.h
2051 echo
2053 test "$ac_signal" != 0 &&
2054 $as_echo "$as_me: caught signal $ac_signal"
2055 $as_echo "$as_me: exit $exit_status"
2056 } >&5
2057 rm -f core *.core core.conftest.* &&
2058 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2059 exit $exit_status
2061 for ac_signal in 1 2 13 15; do
2062 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2063 done
2064 ac_signal=0
2066 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2067 rm -f -r conftest* confdefs.h
2069 $as_echo "/* confdefs.h */" > confdefs.h
2071 # Predefined preprocessor variables.
2073 cat >>confdefs.h <<_ACEOF
2074 #define PACKAGE_NAME "$PACKAGE_NAME"
2075 _ACEOF
2077 cat >>confdefs.h <<_ACEOF
2078 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2079 _ACEOF
2081 cat >>confdefs.h <<_ACEOF
2082 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2083 _ACEOF
2085 cat >>confdefs.h <<_ACEOF
2086 #define PACKAGE_STRING "$PACKAGE_STRING"
2087 _ACEOF
2089 cat >>confdefs.h <<_ACEOF
2090 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2091 _ACEOF
2093 cat >>confdefs.h <<_ACEOF
2094 #define PACKAGE_URL "$PACKAGE_URL"
2095 _ACEOF
2098 # Let the site file select an alternate cache file if it wants to.
2099 # Prefer an explicitly selected file to automatically selected ones.
2100 ac_site_file1=NONE
2101 ac_site_file2=NONE
2102 if test -n "$CONFIG_SITE"; then
2103 ac_site_file1=$CONFIG_SITE
2104 elif test "x$prefix" != xNONE; then
2105 ac_site_file1=$prefix/share/config.site
2106 ac_site_file2=$prefix/etc/config.site
2107 else
2108 ac_site_file1=$ac_default_prefix/share/config.site
2109 ac_site_file2=$ac_default_prefix/etc/config.site
2111 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2113 test "x$ac_site_file" = xNONE && continue
2114 if test -r "$ac_site_file"; then
2115 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2116 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2117 sed 's/^/| /' "$ac_site_file" >&5
2118 . "$ac_site_file"
2120 done
2122 if test -r "$cache_file"; then
2123 # Some versions of bash will fail to source /dev/null (special
2124 # files actually), so we avoid doing that.
2125 if test -f "$cache_file"; then
2126 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2127 $as_echo "$as_me: loading cache $cache_file" >&6;}
2128 case $cache_file in
2129 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2130 *) . "./$cache_file";;
2131 esac
2133 else
2134 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2135 $as_echo "$as_me: creating cache $cache_file" >&6;}
2136 >$cache_file
2139 # Check that the precious variables saved in the cache have kept the same
2140 # value.
2141 ac_cache_corrupted=false
2142 for ac_var in $ac_precious_vars; do
2143 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2144 eval ac_new_set=\$ac_env_${ac_var}_set
2145 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2146 eval ac_new_val=\$ac_env_${ac_var}_value
2147 case $ac_old_set,$ac_new_set in
2148 set,)
2149 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2150 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2151 ac_cache_corrupted=: ;;
2152 ,set)
2153 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2154 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2155 ac_cache_corrupted=: ;;
2156 ,);;
2158 if test "x$ac_old_val" != "x$ac_new_val"; then
2159 # differences in whitespace do not lead to failure.
2160 ac_old_val_w=`echo x $ac_old_val`
2161 ac_new_val_w=`echo x $ac_new_val`
2162 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2163 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2164 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2165 ac_cache_corrupted=:
2166 else
2167 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2168 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2169 eval $ac_var=\$ac_old_val
2171 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2172 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2173 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2174 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2175 fi;;
2176 esac
2177 # Pass precious variables to config.status.
2178 if test "$ac_new_set" = set; then
2179 case $ac_new_val in
2180 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2181 *) ac_arg=$ac_var=$ac_new_val ;;
2182 esac
2183 case " $ac_configure_args " in
2184 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2185 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2186 esac
2188 done
2189 if $ac_cache_corrupted; then
2190 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2191 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2192 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2193 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2194 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2196 ## -------------------- ##
2197 ## Main body of script. ##
2198 ## -------------------- ##
2200 ac_ext=c
2201 ac_cpp='$CPP $CPPFLAGS'
2202 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2203 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2204 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2210 ac_aux_dir=
2211 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2212 for ac_t in install-sh install.sh shtool; do
2213 if test -f "$ac_dir/$ac_t"; then
2214 ac_aux_dir=$ac_dir
2215 ac_install_sh="$ac_aux_dir/$ac_t -c"
2216 break 2
2218 done
2219 done
2220 if test -z "$ac_aux_dir"; then
2221 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2224 # These three variables are undocumented and unsupported,
2225 # and are intended to be withdrawn in a future Autoconf release.
2226 # They can cause serious problems if a builder's source tree is in a directory
2227 # whose full name contains unusual characters.
2228 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2229 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2230 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2233 # Make sure we can run config.sub.
2234 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2235 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2238 $as_echo_n "checking build system type... " >&6; }
2239 if test "${ac_cv_build+set}" = set; then :
2240 $as_echo_n "(cached) " >&6
2241 else
2242 ac_build_alias=$build_alias
2243 test "x$ac_build_alias" = x &&
2244 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2245 test "x$ac_build_alias" = x &&
2246 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2247 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2248 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2252 $as_echo "$ac_cv_build" >&6; }
2253 case $ac_cv_build in
2254 *-*-*) ;;
2255 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2256 esac
2257 build=$ac_cv_build
2258 ac_save_IFS=$IFS; IFS='-'
2259 set x $ac_cv_build
2260 shift
2261 build_cpu=$1
2262 build_vendor=$2
2263 shift; shift
2264 # Remember, the first character of IFS is used to create $*,
2265 # except with old shells:
2266 build_os=$*
2267 IFS=$ac_save_IFS
2268 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2272 $as_echo_n "checking host system type... " >&6; }
2273 if test "${ac_cv_host+set}" = set; then :
2274 $as_echo_n "(cached) " >&6
2275 else
2276 if test "x$host_alias" = x; then
2277 ac_cv_host=$ac_cv_build
2278 else
2279 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2280 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2285 $as_echo "$ac_cv_host" >&6; }
2286 case $ac_cv_host in
2287 *-*-*) ;;
2288 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2289 esac
2290 host=$ac_cv_host
2291 ac_save_IFS=$IFS; IFS='-'
2292 set x $ac_cv_host
2293 shift
2294 host_cpu=$1
2295 host_vendor=$2
2296 shift; shift
2297 # Remember, the first character of IFS is used to create $*,
2298 # except with old shells:
2299 host_os=$*
2300 IFS=$ac_save_IFS
2301 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2305 $as_echo_n "checking target system type... " >&6; }
2306 if test "${ac_cv_target+set}" = set; then :
2307 $as_echo_n "(cached) " >&6
2308 else
2309 if test "x$target_alias" = x; then
2310 ac_cv_target=$ac_cv_host
2311 else
2312 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2313 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2318 $as_echo "$ac_cv_target" >&6; }
2319 case $ac_cv_target in
2320 *-*-*) ;;
2321 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2322 esac
2323 target=$ac_cv_target
2324 ac_save_IFS=$IFS; IFS='-'
2325 set x $ac_cv_target
2326 shift
2327 target_cpu=$1
2328 target_vendor=$2
2329 shift; shift
2330 # Remember, the first character of IFS is used to create $*,
2331 # except with old shells:
2332 target_os=$*
2333 IFS=$ac_save_IFS
2334 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2337 # The aliases save the names the user supplied, while $host etc.
2338 # will get canonicalized.
2339 test -n "$target_alias" &&
2340 test "$program_prefix$program_suffix$program_transform_name" = \
2341 NONENONEs,x,x, &&
2342 program_prefix=${target_alias}-
2344 case ${build_alias} in
2345 "") build_noncanonical=${build} ;;
2346 *) build_noncanonical=${build_alias} ;;
2347 esac
2349 case ${host_alias} in
2350 "") host_noncanonical=${build_noncanonical} ;;
2351 *) host_noncanonical=${host_alias} ;;
2352 esac
2354 case ${target_alias} in
2355 "") target_noncanonical=${host_noncanonical} ;;
2356 *) target_noncanonical=${target_alias} ;;
2357 esac
2360 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2361 # have matching libraries, they should use host libraries: Makefile.tpl
2362 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2363 # However, they still use the build modules, because the corresponding
2364 # host modules (e.g. bison) are only built for the host when bootstrap
2365 # finishes. So:
2366 # - build_subdir is where we find build modules, and never changes.
2367 # - build_libsubdir is where we find build libraries, and can be overridden.
2369 # Prefix 'build-' so this never conflicts with target_subdir.
2370 build_subdir="build-${build_noncanonical}"
2372 # Check whether --with-build-libsubdir was given.
2373 if test "${with_build_libsubdir+set}" = set; then :
2374 withval=$with_build_libsubdir; build_libsubdir="$withval"
2375 else
2376 build_libsubdir="$build_subdir"
2379 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2380 if ( test $srcdir = . && test -d gcc ) \
2381 || test -d $srcdir/../host-${host_noncanonical}; then
2382 host_subdir="host-${host_noncanonical}"
2383 else
2384 host_subdir=.
2386 # No prefix.
2387 target_subdir=${target_noncanonical}
2389 am__api_version='1.11'
2391 # Find a good install program. We prefer a C program (faster),
2392 # so one script is as good as another. But avoid the broken or
2393 # incompatible versions:
2394 # SysV /etc/install, /usr/sbin/install
2395 # SunOS /usr/etc/install
2396 # IRIX /sbin/install
2397 # AIX /bin/install
2398 # AmigaOS /C/install, which installs bootblocks on floppy discs
2399 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2400 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2401 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2402 # OS/2's system install, which has a completely different semantic
2403 # ./install, which can be erroneously created by make from ./install.sh.
2404 # Reject install programs that cannot install multiple files.
2405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2406 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2407 if test -z "$INSTALL"; then
2408 if test "${ac_cv_path_install+set}" = set; then :
2409 $as_echo_n "(cached) " >&6
2410 else
2411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2412 for as_dir in $PATH
2414 IFS=$as_save_IFS
2415 test -z "$as_dir" && as_dir=.
2416 # Account for people who put trailing slashes in PATH elements.
2417 case $as_dir/ in #((
2418 ./ | .// | /[cC]/* | \
2419 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2420 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2421 /usr/ucb/* ) ;;
2423 # OSF1 and SCO ODT 3.0 have their own names for install.
2424 # Don't use installbsd from OSF since it installs stuff as root
2425 # by default.
2426 for ac_prog in ginstall scoinst install; do
2427 for ac_exec_ext in '' $ac_executable_extensions; do
2428 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2429 if test $ac_prog = install &&
2430 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2431 # AIX install. It has an incompatible calling convention.
2433 elif test $ac_prog = install &&
2434 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2435 # program-specific install script used by HP pwplus--don't use.
2437 else
2438 rm -rf conftest.one conftest.two conftest.dir
2439 echo one > conftest.one
2440 echo two > conftest.two
2441 mkdir conftest.dir
2442 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2443 test -s conftest.one && test -s conftest.two &&
2444 test -s conftest.dir/conftest.one &&
2445 test -s conftest.dir/conftest.two
2446 then
2447 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2448 break 3
2452 done
2453 done
2455 esac
2457 done
2458 IFS=$as_save_IFS
2460 rm -rf conftest.one conftest.two conftest.dir
2463 if test "${ac_cv_path_install+set}" = set; then
2464 INSTALL=$ac_cv_path_install
2465 else
2466 # As a last resort, use the slow shell script. Don't cache a
2467 # value for INSTALL within a source directory, because that will
2468 # break other packages using the cache if that directory is
2469 # removed, or if the value is a relative name.
2470 INSTALL=$ac_install_sh
2473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2474 $as_echo "$INSTALL" >&6; }
2476 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2477 # It thinks the first close brace ends the variable substitution.
2478 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2480 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2482 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2485 $as_echo_n "checking whether build environment is sane... " >&6; }
2486 # Just in case
2487 sleep 1
2488 echo timestamp > conftest.file
2489 # Reject unsafe characters in $srcdir or the absolute working directory
2490 # name. Accept space and tab only in the latter.
2491 am_lf='
2493 case `pwd` in
2494 *[\\\"\#\$\&\'\`$am_lf]*)
2495 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2496 esac
2497 case $srcdir in
2498 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2499 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2500 esac
2502 # Do `set' in a subshell so we don't clobber the current shell's
2503 # arguments. Must try -L first in case configure is actually a
2504 # symlink; some systems play weird games with the mod time of symlinks
2505 # (eg FreeBSD returns the mod time of the symlink's containing
2506 # directory).
2507 if (
2508 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2509 if test "$*" = "X"; then
2510 # -L didn't work.
2511 set X `ls -t "$srcdir/configure" conftest.file`
2513 rm -f conftest.file
2514 if test "$*" != "X $srcdir/configure conftest.file" \
2515 && test "$*" != "X conftest.file $srcdir/configure"; then
2517 # If neither matched, then we have a broken ls. This can happen
2518 # if, for instance, CONFIG_SHELL is bash and it inherits a
2519 # broken ls alias from the environment. This has actually
2520 # happened. Such a system could not be considered "sane".
2521 as_fn_error "ls -t appears to fail. Make sure there is not a broken
2522 alias in your environment" "$LINENO" 5
2525 test "$2" = conftest.file
2527 then
2528 # Ok.
2530 else
2531 as_fn_error "newly created file is older than distributed files!
2532 Check your system clock" "$LINENO" 5
2534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2535 $as_echo "yes" >&6; }
2536 test "$program_prefix" != NONE &&
2537 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2538 # Use a double $ so make ignores it.
2539 test "$program_suffix" != NONE &&
2540 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2541 # Double any \ or $.
2542 # By default was `s,x,x', remove it if useless.
2543 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2544 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2546 # expand $ac_aux_dir to an absolute path
2547 am_aux_dir=`cd $ac_aux_dir && pwd`
2549 if test x"${MISSING+set}" != xset; then
2550 case $am_aux_dir in
2551 *\ * | *\ *)
2552 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2554 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2555 esac
2557 # Use eval to expand $SHELL
2558 if eval "$MISSING --run true"; then
2559 am_missing_run="$MISSING --run "
2560 else
2561 am_missing_run=
2562 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2563 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2566 if test x"${install_sh}" != xset; then
2567 case $am_aux_dir in
2568 *\ * | *\ *)
2569 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2571 install_sh="\${SHELL} $am_aux_dir/install-sh"
2572 esac
2575 # Installed binaries are usually stripped using `strip' when the user
2576 # run `make install-strip'. However `strip' might not be the right
2577 # tool to use in cross-compilation environments, therefore Automake
2578 # will honor the `STRIP' environment variable to overrule this program.
2579 if test "$cross_compiling" != no; then
2580 if test -n "$ac_tool_prefix"; then
2581 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2582 set dummy ${ac_tool_prefix}strip; ac_word=$2
2583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2584 $as_echo_n "checking for $ac_word... " >&6; }
2585 if test "${ac_cv_prog_STRIP+set}" = set; then :
2586 $as_echo_n "(cached) " >&6
2587 else
2588 if test -n "$STRIP"; then
2589 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2590 else
2591 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2592 for as_dir in $PATH
2594 IFS=$as_save_IFS
2595 test -z "$as_dir" && as_dir=.
2596 for ac_exec_ext in '' $ac_executable_extensions; do
2597 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2598 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2599 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2600 break 2
2602 done
2603 done
2604 IFS=$as_save_IFS
2608 STRIP=$ac_cv_prog_STRIP
2609 if test -n "$STRIP"; then
2610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2611 $as_echo "$STRIP" >&6; }
2612 else
2613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2614 $as_echo "no" >&6; }
2619 if test -z "$ac_cv_prog_STRIP"; then
2620 ac_ct_STRIP=$STRIP
2621 # Extract the first word of "strip", so it can be a program name with args.
2622 set dummy strip; ac_word=$2
2623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2624 $as_echo_n "checking for $ac_word... " >&6; }
2625 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2626 $as_echo_n "(cached) " >&6
2627 else
2628 if test -n "$ac_ct_STRIP"; then
2629 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2630 else
2631 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2632 for as_dir in $PATH
2634 IFS=$as_save_IFS
2635 test -z "$as_dir" && as_dir=.
2636 for ac_exec_ext in '' $ac_executable_extensions; do
2637 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2638 ac_cv_prog_ac_ct_STRIP="strip"
2639 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2640 break 2
2642 done
2643 done
2644 IFS=$as_save_IFS
2648 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2649 if test -n "$ac_ct_STRIP"; then
2650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2651 $as_echo "$ac_ct_STRIP" >&6; }
2652 else
2653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2654 $as_echo "no" >&6; }
2657 if test "x$ac_ct_STRIP" = x; then
2658 STRIP=":"
2659 else
2660 case $cross_compiling:$ac_tool_warned in
2661 yes:)
2662 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2663 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2664 ac_tool_warned=yes ;;
2665 esac
2666 STRIP=$ac_ct_STRIP
2668 else
2669 STRIP="$ac_cv_prog_STRIP"
2673 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2676 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2677 if test -z "$MKDIR_P"; then
2678 if test "${ac_cv_path_mkdir+set}" = set; then :
2679 $as_echo_n "(cached) " >&6
2680 else
2681 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2682 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2684 IFS=$as_save_IFS
2685 test -z "$as_dir" && as_dir=.
2686 for ac_prog in mkdir gmkdir; do
2687 for ac_exec_ext in '' $ac_executable_extensions; do
2688 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2689 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2690 'mkdir (GNU coreutils) '* | \
2691 'mkdir (coreutils) '* | \
2692 'mkdir (fileutils) '4.1*)
2693 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2694 break 3;;
2695 esac
2696 done
2697 done
2698 done
2699 IFS=$as_save_IFS
2703 if test "${ac_cv_path_mkdir+set}" = set; then
2704 MKDIR_P="$ac_cv_path_mkdir -p"
2705 else
2706 # As a last resort, use the slow shell script. Don't cache a
2707 # value for MKDIR_P within a source directory, because that will
2708 # break other packages using the cache if that directory is
2709 # removed, or if the value is a relative name.
2710 test -d ./--version && rmdir ./--version
2711 MKDIR_P="$ac_install_sh -d"
2714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2715 $as_echo "$MKDIR_P" >&6; }
2717 mkdir_p="$MKDIR_P"
2718 case $mkdir_p in
2719 [\\/$]* | ?:[\\/]*) ;;
2720 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2721 esac
2723 for ac_prog in gawk mawk nawk awk
2725 # Extract the first word of "$ac_prog", so it can be a program name with args.
2726 set dummy $ac_prog; ac_word=$2
2727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2728 $as_echo_n "checking for $ac_word... " >&6; }
2729 if test "${ac_cv_prog_AWK+set}" = set; then :
2730 $as_echo_n "(cached) " >&6
2731 else
2732 if test -n "$AWK"; then
2733 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2734 else
2735 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2736 for as_dir in $PATH
2738 IFS=$as_save_IFS
2739 test -z "$as_dir" && as_dir=.
2740 for ac_exec_ext in '' $ac_executable_extensions; do
2741 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2742 ac_cv_prog_AWK="$ac_prog"
2743 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2744 break 2
2746 done
2747 done
2748 IFS=$as_save_IFS
2752 AWK=$ac_cv_prog_AWK
2753 if test -n "$AWK"; then
2754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2755 $as_echo "$AWK" >&6; }
2756 else
2757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2758 $as_echo "no" >&6; }
2762 test -n "$AWK" && break
2763 done
2765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2766 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2767 set x ${MAKE-make}
2768 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2769 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2770 $as_echo_n "(cached) " >&6
2771 else
2772 cat >conftest.make <<\_ACEOF
2773 SHELL = /bin/sh
2774 all:
2775 @echo '@@@%%%=$(MAKE)=@@@%%%'
2776 _ACEOF
2777 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2778 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2779 *@@@%%%=?*=@@@%%%*)
2780 eval ac_cv_prog_make_${ac_make}_set=yes;;
2782 eval ac_cv_prog_make_${ac_make}_set=no;;
2783 esac
2784 rm -f conftest.make
2786 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2788 $as_echo "yes" >&6; }
2789 SET_MAKE=
2790 else
2791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2792 $as_echo "no" >&6; }
2793 SET_MAKE="MAKE=${MAKE-make}"
2796 rm -rf .tst 2>/dev/null
2797 mkdir .tst 2>/dev/null
2798 if test -d .tst; then
2799 am__leading_dot=.
2800 else
2801 am__leading_dot=_
2803 rmdir .tst 2>/dev/null
2805 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2806 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2807 # is not polluted with repeated "-I."
2808 am__isrc=' -I$(srcdir)'
2809 # test to see if srcdir already configured
2810 if test -f $srcdir/config.status; then
2811 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2815 # test whether we have cygpath
2816 if test -z "$CYGPATH_W"; then
2817 if (cygpath --version) >/dev/null 2>/dev/null; then
2818 CYGPATH_W='cygpath -w'
2819 else
2820 CYGPATH_W=echo
2825 # Define the identity of the package.
2826 PACKAGE='lto-plugin'
2827 VERSION='0.1'
2830 cat >>confdefs.h <<_ACEOF
2831 #define PACKAGE "$PACKAGE"
2832 _ACEOF
2835 cat >>confdefs.h <<_ACEOF
2836 #define VERSION "$VERSION"
2837 _ACEOF
2839 # Some tools Automake needs.
2841 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2844 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2847 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2850 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2853 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2855 # We need awk for the "check" target. The system "awk" is bad on
2856 # some platforms.
2857 # Always define AMTAR for backward compatibility.
2859 AMTAR=${AMTAR-"${am_missing_run}tar"}
2861 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2869 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2870 # Check whether --enable-maintainer-mode was given.
2871 if test "${enable_maintainer_mode+set}" = set; then :
2872 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2873 else
2874 USE_MAINTAINER_MODE=no
2877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2878 $as_echo "$USE_MAINTAINER_MODE" >&6; }
2879 if test $USE_MAINTAINER_MODE = yes; then
2880 MAINTAINER_MODE_TRUE=
2881 MAINTAINER_MODE_FALSE='#'
2882 else
2883 MAINTAINER_MODE_TRUE='#'
2884 MAINTAINER_MODE_FALSE=
2887 MAINT=$MAINTAINER_MODE_TRUE
2890 ac_ext=c
2891 ac_cpp='$CPP $CPPFLAGS'
2892 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2893 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2894 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2895 if test -n "$ac_tool_prefix"; then
2896 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2897 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2899 $as_echo_n "checking for $ac_word... " >&6; }
2900 if test "${ac_cv_prog_CC+set}" = set; then :
2901 $as_echo_n "(cached) " >&6
2902 else
2903 if test -n "$CC"; then
2904 ac_cv_prog_CC="$CC" # Let the user override the test.
2905 else
2906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2907 for as_dir in $PATH
2909 IFS=$as_save_IFS
2910 test -z "$as_dir" && as_dir=.
2911 for ac_exec_ext in '' $ac_executable_extensions; do
2912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2913 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2915 break 2
2917 done
2918 done
2919 IFS=$as_save_IFS
2923 CC=$ac_cv_prog_CC
2924 if test -n "$CC"; then
2925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2926 $as_echo "$CC" >&6; }
2927 else
2928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2929 $as_echo "no" >&6; }
2934 if test -z "$ac_cv_prog_CC"; then
2935 ac_ct_CC=$CC
2936 # Extract the first word of "gcc", so it can be a program name with args.
2937 set dummy gcc; ac_word=$2
2938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2939 $as_echo_n "checking for $ac_word... " >&6; }
2940 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2941 $as_echo_n "(cached) " >&6
2942 else
2943 if test -n "$ac_ct_CC"; then
2944 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2945 else
2946 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2947 for as_dir in $PATH
2949 IFS=$as_save_IFS
2950 test -z "$as_dir" && as_dir=.
2951 for ac_exec_ext in '' $ac_executable_extensions; do
2952 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2953 ac_cv_prog_ac_ct_CC="gcc"
2954 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2955 break 2
2957 done
2958 done
2959 IFS=$as_save_IFS
2963 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2964 if test -n "$ac_ct_CC"; then
2965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2966 $as_echo "$ac_ct_CC" >&6; }
2967 else
2968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2969 $as_echo "no" >&6; }
2972 if test "x$ac_ct_CC" = x; then
2973 CC=""
2974 else
2975 case $cross_compiling:$ac_tool_warned in
2976 yes:)
2977 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2978 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2979 ac_tool_warned=yes ;;
2980 esac
2981 CC=$ac_ct_CC
2983 else
2984 CC="$ac_cv_prog_CC"
2987 if test -z "$CC"; then
2988 if test -n "$ac_tool_prefix"; then
2989 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2990 set dummy ${ac_tool_prefix}cc; ac_word=$2
2991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2992 $as_echo_n "checking for $ac_word... " >&6; }
2993 if test "${ac_cv_prog_CC+set}" = set; then :
2994 $as_echo_n "(cached) " >&6
2995 else
2996 if test -n "$CC"; then
2997 ac_cv_prog_CC="$CC" # Let the user override the test.
2998 else
2999 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3000 for as_dir in $PATH
3002 IFS=$as_save_IFS
3003 test -z "$as_dir" && as_dir=.
3004 for ac_exec_ext in '' $ac_executable_extensions; do
3005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3006 ac_cv_prog_CC="${ac_tool_prefix}cc"
3007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3008 break 2
3010 done
3011 done
3012 IFS=$as_save_IFS
3016 CC=$ac_cv_prog_CC
3017 if test -n "$CC"; then
3018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3019 $as_echo "$CC" >&6; }
3020 else
3021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3022 $as_echo "no" >&6; }
3028 if test -z "$CC"; then
3029 # Extract the first word of "cc", so it can be a program name with args.
3030 set dummy cc; ac_word=$2
3031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3032 $as_echo_n "checking for $ac_word... " >&6; }
3033 if test "${ac_cv_prog_CC+set}" = set; then :
3034 $as_echo_n "(cached) " >&6
3035 else
3036 if test -n "$CC"; then
3037 ac_cv_prog_CC="$CC" # Let the user override the test.
3038 else
3039 ac_prog_rejected=no
3040 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3041 for as_dir in $PATH
3043 IFS=$as_save_IFS
3044 test -z "$as_dir" && as_dir=.
3045 for ac_exec_ext in '' $ac_executable_extensions; do
3046 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3047 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3048 ac_prog_rejected=yes
3049 continue
3051 ac_cv_prog_CC="cc"
3052 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3053 break 2
3055 done
3056 done
3057 IFS=$as_save_IFS
3059 if test $ac_prog_rejected = yes; then
3060 # We found a bogon in the path, so make sure we never use it.
3061 set dummy $ac_cv_prog_CC
3062 shift
3063 if test $# != 0; then
3064 # We chose a different compiler from the bogus one.
3065 # However, it has the same basename, so the bogon will be chosen
3066 # first if we set CC to just the basename; use the full file name.
3067 shift
3068 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3073 CC=$ac_cv_prog_CC
3074 if test -n "$CC"; then
3075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3076 $as_echo "$CC" >&6; }
3077 else
3078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3079 $as_echo "no" >&6; }
3084 if test -z "$CC"; then
3085 if test -n "$ac_tool_prefix"; then
3086 for ac_prog in cl.exe
3088 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3089 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3091 $as_echo_n "checking for $ac_word... " >&6; }
3092 if test "${ac_cv_prog_CC+set}" = set; then :
3093 $as_echo_n "(cached) " >&6
3094 else
3095 if test -n "$CC"; then
3096 ac_cv_prog_CC="$CC" # Let the user override the test.
3097 else
3098 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3099 for as_dir in $PATH
3101 IFS=$as_save_IFS
3102 test -z "$as_dir" && as_dir=.
3103 for ac_exec_ext in '' $ac_executable_extensions; do
3104 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3105 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3106 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3107 break 2
3109 done
3110 done
3111 IFS=$as_save_IFS
3115 CC=$ac_cv_prog_CC
3116 if test -n "$CC"; then
3117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3118 $as_echo "$CC" >&6; }
3119 else
3120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3121 $as_echo "no" >&6; }
3125 test -n "$CC" && break
3126 done
3128 if test -z "$CC"; then
3129 ac_ct_CC=$CC
3130 for ac_prog in cl.exe
3132 # Extract the first word of "$ac_prog", so it can be a program name with args.
3133 set dummy $ac_prog; ac_word=$2
3134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3135 $as_echo_n "checking for $ac_word... " >&6; }
3136 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3137 $as_echo_n "(cached) " >&6
3138 else
3139 if test -n "$ac_ct_CC"; then
3140 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3141 else
3142 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3143 for as_dir in $PATH
3145 IFS=$as_save_IFS
3146 test -z "$as_dir" && as_dir=.
3147 for ac_exec_ext in '' $ac_executable_extensions; do
3148 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3149 ac_cv_prog_ac_ct_CC="$ac_prog"
3150 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3151 break 2
3153 done
3154 done
3155 IFS=$as_save_IFS
3159 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3160 if test -n "$ac_ct_CC"; then
3161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3162 $as_echo "$ac_ct_CC" >&6; }
3163 else
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3165 $as_echo "no" >&6; }
3169 test -n "$ac_ct_CC" && break
3170 done
3172 if test "x$ac_ct_CC" = x; then
3173 CC=""
3174 else
3175 case $cross_compiling:$ac_tool_warned in
3176 yes:)
3177 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3178 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3179 ac_tool_warned=yes ;;
3180 esac
3181 CC=$ac_ct_CC
3188 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3189 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3190 as_fn_error "no acceptable C compiler found in \$PATH
3191 See \`config.log' for more details." "$LINENO" 5; }
3193 # Provide some information about the compiler.
3194 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3195 set X $ac_compile
3196 ac_compiler=$2
3197 for ac_option in --version -v -V -qversion; do
3198 { { ac_try="$ac_compiler $ac_option >&5"
3199 case "(($ac_try" in
3200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3201 *) ac_try_echo=$ac_try;;
3202 esac
3203 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3204 $as_echo "$ac_try_echo"; } >&5
3205 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3206 ac_status=$?
3207 if test -s conftest.err; then
3208 sed '10a\
3209 ... rest of stderr output deleted ...
3210 10q' conftest.err >conftest.er1
3211 cat conftest.er1 >&5
3212 rm -f conftest.er1 conftest.err
3214 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3215 test $ac_status = 0; }
3216 done
3218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3219 /* end confdefs.h. */
3222 main ()
3226 return 0;
3228 _ACEOF
3229 ac_clean_files_save=$ac_clean_files
3230 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3231 # Try to create an executable without -o first, disregard a.out.
3232 # It will help us diagnose broken compilers, and finding out an intuition
3233 # of exeext.
3234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3235 $as_echo_n "checking for C compiler default output file name... " >&6; }
3236 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3238 # The possible output files:
3239 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3241 ac_rmfiles=
3242 for ac_file in $ac_files
3244 case $ac_file in
3245 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3246 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3247 esac
3248 done
3249 rm -f $ac_rmfiles
3251 if { { ac_try="$ac_link_default"
3252 case "(($ac_try" in
3253 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3254 *) ac_try_echo=$ac_try;;
3255 esac
3256 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3257 $as_echo "$ac_try_echo"; } >&5
3258 (eval "$ac_link_default") 2>&5
3259 ac_status=$?
3260 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3261 test $ac_status = 0; }; then :
3262 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3263 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3264 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3265 # so that the user can short-circuit this test for compilers unknown to
3266 # Autoconf.
3267 for ac_file in $ac_files ''
3269 test -f "$ac_file" || continue
3270 case $ac_file in
3271 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3273 [ab].out )
3274 # We found the default executable, but exeext='' is most
3275 # certainly right.
3276 break;;
3277 *.* )
3278 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3279 then :; else
3280 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3282 # We set ac_cv_exeext here because the later test for it is not
3283 # safe: cross compilers may not add the suffix if given an `-o'
3284 # argument, so we may need to know it at that point already.
3285 # Even if this section looks crufty: it has the advantage of
3286 # actually working.
3287 break;;
3289 break;;
3290 esac
3291 done
3292 test "$ac_cv_exeext" = no && ac_cv_exeext=
3294 else
3295 ac_file=''
3297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3298 $as_echo "$ac_file" >&6; }
3299 if test -z "$ac_file"; then :
3300 $as_echo "$as_me: failed program was:" >&5
3301 sed 's/^/| /' conftest.$ac_ext >&5
3303 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3304 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3305 { as_fn_set_status 77
3306 as_fn_error "C compiler cannot create executables
3307 See \`config.log' for more details." "$LINENO" 5; }; }
3309 ac_exeext=$ac_cv_exeext
3311 # Check that the compiler produces executables we can run. If not, either
3312 # the compiler is broken, or we cross compile.
3313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3314 $as_echo_n "checking whether the C compiler works... " >&6; }
3315 # If not cross compiling, check that we can run a simple program.
3316 if test "$cross_compiling" != yes; then
3317 if { ac_try='./$ac_file'
3318 { { case "(($ac_try" in
3319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3320 *) ac_try_echo=$ac_try;;
3321 esac
3322 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3323 $as_echo "$ac_try_echo"; } >&5
3324 (eval "$ac_try") 2>&5
3325 ac_status=$?
3326 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3327 test $ac_status = 0; }; }; then
3328 cross_compiling=no
3329 else
3330 if test "$cross_compiling" = maybe; then
3331 cross_compiling=yes
3332 else
3333 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3334 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3335 as_fn_error "cannot run C compiled programs.
3336 If you meant to cross compile, use \`--host'.
3337 See \`config.log' for more details." "$LINENO" 5; }
3341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3342 $as_echo "yes" >&6; }
3344 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3345 ac_clean_files=$ac_clean_files_save
3346 # Check that the compiler produces executables we can run. If not, either
3347 # the compiler is broken, or we cross compile.
3348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3349 $as_echo_n "checking whether we are cross compiling... " >&6; }
3350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3351 $as_echo "$cross_compiling" >&6; }
3353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3354 $as_echo_n "checking for suffix of executables... " >&6; }
3355 if { { ac_try="$ac_link"
3356 case "(($ac_try" in
3357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3358 *) ac_try_echo=$ac_try;;
3359 esac
3360 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3361 $as_echo "$ac_try_echo"; } >&5
3362 (eval "$ac_link") 2>&5
3363 ac_status=$?
3364 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3365 test $ac_status = 0; }; then :
3366 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3367 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3368 # work properly (i.e., refer to `conftest.exe'), while it won't with
3369 # `rm'.
3370 for ac_file in conftest.exe conftest conftest.*; do
3371 test -f "$ac_file" || continue
3372 case $ac_file in
3373 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3374 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3375 break;;
3376 * ) break;;
3377 esac
3378 done
3379 else
3380 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3381 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3382 as_fn_error "cannot compute suffix of executables: cannot compile and link
3383 See \`config.log' for more details." "$LINENO" 5; }
3385 rm -f conftest$ac_cv_exeext
3386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3387 $as_echo "$ac_cv_exeext" >&6; }
3389 rm -f conftest.$ac_ext
3390 EXEEXT=$ac_cv_exeext
3391 ac_exeext=$EXEEXT
3392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3393 $as_echo_n "checking for suffix of object files... " >&6; }
3394 if test "${ac_cv_objext+set}" = set; then :
3395 $as_echo_n "(cached) " >&6
3396 else
3397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3398 /* end confdefs.h. */
3401 main ()
3405 return 0;
3407 _ACEOF
3408 rm -f conftest.o conftest.obj
3409 if { { ac_try="$ac_compile"
3410 case "(($ac_try" in
3411 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3412 *) ac_try_echo=$ac_try;;
3413 esac
3414 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3415 $as_echo "$ac_try_echo"; } >&5
3416 (eval "$ac_compile") 2>&5
3417 ac_status=$?
3418 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3419 test $ac_status = 0; }; then :
3420 for ac_file in conftest.o conftest.obj conftest.*; do
3421 test -f "$ac_file" || continue;
3422 case $ac_file in
3423 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3424 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3425 break;;
3426 esac
3427 done
3428 else
3429 $as_echo "$as_me: failed program was:" >&5
3430 sed 's/^/| /' conftest.$ac_ext >&5
3432 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3433 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3434 as_fn_error "cannot compute suffix of object files: cannot compile
3435 See \`config.log' for more details." "$LINENO" 5; }
3437 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3440 $as_echo "$ac_cv_objext" >&6; }
3441 OBJEXT=$ac_cv_objext
3442 ac_objext=$OBJEXT
3443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3444 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3445 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3446 $as_echo_n "(cached) " >&6
3447 else
3448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3449 /* end confdefs.h. */
3452 main ()
3454 #ifndef __GNUC__
3455 choke me
3456 #endif
3459 return 0;
3461 _ACEOF
3462 if ac_fn_c_try_compile "$LINENO"; then :
3463 ac_compiler_gnu=yes
3464 else
3465 ac_compiler_gnu=no
3467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3468 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3472 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3473 if test $ac_compiler_gnu = yes; then
3474 GCC=yes
3475 else
3476 GCC=
3478 ac_test_CFLAGS=${CFLAGS+set}
3479 ac_save_CFLAGS=$CFLAGS
3480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3481 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3482 if test "${ac_cv_prog_cc_g+set}" = set; then :
3483 $as_echo_n "(cached) " >&6
3484 else
3485 ac_save_c_werror_flag=$ac_c_werror_flag
3486 ac_c_werror_flag=yes
3487 ac_cv_prog_cc_g=no
3488 CFLAGS="-g"
3489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3490 /* end confdefs.h. */
3493 main ()
3497 return 0;
3499 _ACEOF
3500 if ac_fn_c_try_compile "$LINENO"; then :
3501 ac_cv_prog_cc_g=yes
3502 else
3503 CFLAGS=""
3504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3505 /* end confdefs.h. */
3508 main ()
3512 return 0;
3514 _ACEOF
3515 if ac_fn_c_try_compile "$LINENO"; then :
3517 else
3518 ac_c_werror_flag=$ac_save_c_werror_flag
3519 CFLAGS="-g"
3520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3521 /* end confdefs.h. */
3524 main ()
3528 return 0;
3530 _ACEOF
3531 if ac_fn_c_try_compile "$LINENO"; then :
3532 ac_cv_prog_cc_g=yes
3534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3536 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3539 ac_c_werror_flag=$ac_save_c_werror_flag
3541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3542 $as_echo "$ac_cv_prog_cc_g" >&6; }
3543 if test "$ac_test_CFLAGS" = set; then
3544 CFLAGS=$ac_save_CFLAGS
3545 elif test $ac_cv_prog_cc_g = yes; then
3546 if test "$GCC" = yes; then
3547 CFLAGS="-g -O2"
3548 else
3549 CFLAGS="-g"
3551 else
3552 if test "$GCC" = yes; then
3553 CFLAGS="-O2"
3554 else
3555 CFLAGS=
3558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3559 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3560 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3561 $as_echo_n "(cached) " >&6
3562 else
3563 ac_cv_prog_cc_c89=no
3564 ac_save_CC=$CC
3565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3566 /* end confdefs.h. */
3567 #include <stdarg.h>
3568 #include <stdio.h>
3569 #include <sys/types.h>
3570 #include <sys/stat.h>
3571 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3572 struct buf { int x; };
3573 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3574 static char *e (p, i)
3575 char **p;
3576 int i;
3578 return p[i];
3580 static char *f (char * (*g) (char **, int), char **p, ...)
3582 char *s;
3583 va_list v;
3584 va_start (v,p);
3585 s = g (p, va_arg (v,int));
3586 va_end (v);
3587 return s;
3590 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3591 function prototypes and stuff, but not '\xHH' hex character constants.
3592 These don't provoke an error unfortunately, instead are silently treated
3593 as 'x'. The following induces an error, until -std is added to get
3594 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3595 array size at least. It's necessary to write '\x00'==0 to get something
3596 that's true only with -std. */
3597 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3599 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3600 inside strings and character constants. */
3601 #define FOO(x) 'x'
3602 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3604 int test (int i, double x);
3605 struct s1 {int (*f) (int a);};
3606 struct s2 {int (*f) (double a);};
3607 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3608 int argc;
3609 char **argv;
3611 main ()
3613 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3615 return 0;
3617 _ACEOF
3618 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3619 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3621 CC="$ac_save_CC $ac_arg"
3622 if ac_fn_c_try_compile "$LINENO"; then :
3623 ac_cv_prog_cc_c89=$ac_arg
3625 rm -f core conftest.err conftest.$ac_objext
3626 test "x$ac_cv_prog_cc_c89" != "xno" && break
3627 done
3628 rm -f conftest.$ac_ext
3629 CC=$ac_save_CC
3632 # AC_CACHE_VAL
3633 case "x$ac_cv_prog_cc_c89" in
3635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3636 $as_echo "none needed" >&6; } ;;
3637 xno)
3638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3639 $as_echo "unsupported" >&6; } ;;
3641 CC="$CC $ac_cv_prog_cc_c89"
3642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3643 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3644 esac
3645 if test "x$ac_cv_prog_cc_c89" != xno; then :
3649 ac_ext=c
3650 ac_cpp='$CPP $CPPFLAGS'
3651 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3652 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3653 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3654 DEPDIR="${am__leading_dot}deps"
3656 ac_config_commands="$ac_config_commands depfiles"
3659 am_make=${MAKE-make}
3660 cat > confinc << 'END'
3661 am__doit:
3662 @echo this is the am__doit target
3663 .PHONY: am__doit
3665 # If we don't find an include directive, just comment out the code.
3666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3667 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3668 am__include="#"
3669 am__quote=
3670 _am_result=none
3671 # First try GNU make style include.
3672 echo "include confinc" > confmf
3673 # Ignore all kinds of additional output from `make'.
3674 case `$am_make -s -f confmf 2> /dev/null` in #(
3675 *the\ am__doit\ target*)
3676 am__include=include
3677 am__quote=
3678 _am_result=GNU
3680 esac
3681 # Now try BSD make style include.
3682 if test "$am__include" = "#"; then
3683 echo '.include "confinc"' > confmf
3684 case `$am_make -s -f confmf 2> /dev/null` in #(
3685 *the\ am__doit\ target*)
3686 am__include=.include
3687 am__quote="\""
3688 _am_result=BSD
3690 esac
3694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3695 $as_echo "$_am_result" >&6; }
3696 rm -f confinc confmf
3698 # Check whether --enable-dependency-tracking was given.
3699 if test "${enable_dependency_tracking+set}" = set; then :
3700 enableval=$enable_dependency_tracking;
3703 if test "x$enable_dependency_tracking" != xno; then
3704 am_depcomp="$ac_aux_dir/depcomp"
3705 AMDEPBACKSLASH='\'
3707 if test "x$enable_dependency_tracking" != xno; then
3708 AMDEP_TRUE=
3709 AMDEP_FALSE='#'
3710 else
3711 AMDEP_TRUE='#'
3712 AMDEP_FALSE=
3717 depcc="$CC" am_compiler_list=
3719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3720 $as_echo_n "checking dependency style of $depcc... " >&6; }
3721 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3722 $as_echo_n "(cached) " >&6
3723 else
3724 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3725 # We make a subdir and do the tests there. Otherwise we can end up
3726 # making bogus files that we don't know about and never remove. For
3727 # instance it was reported that on HP-UX the gcc test will end up
3728 # making a dummy file named `D' -- because `-MD' means `put the output
3729 # in D'.
3730 mkdir conftest.dir
3731 # Copy depcomp to subdir because otherwise we won't find it if we're
3732 # using a relative directory.
3733 cp "$am_depcomp" conftest.dir
3734 cd conftest.dir
3735 # We will build objects and dependencies in a subdirectory because
3736 # it helps to detect inapplicable dependency modes. For instance
3737 # both Tru64's cc and ICC support -MD to output dependencies as a
3738 # side effect of compilation, but ICC will put the dependencies in
3739 # the current directory while Tru64 will put them in the object
3740 # directory.
3741 mkdir sub
3743 am_cv_CC_dependencies_compiler_type=none
3744 if test "$am_compiler_list" = ""; then
3745 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3747 am__universal=false
3748 case " $depcc " in #(
3749 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3750 esac
3752 for depmode in $am_compiler_list; do
3753 # Setup a source with many dependencies, because some compilers
3754 # like to wrap large dependency lists on column 80 (with \), and
3755 # we should not choose a depcomp mode which is confused by this.
3757 # We need to recreate these files for each test, as the compiler may
3758 # overwrite some of them when testing with obscure command lines.
3759 # This happens at least with the AIX C compiler.
3760 : > sub/conftest.c
3761 for i in 1 2 3 4 5 6; do
3762 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3763 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3764 # Solaris 8's {/usr,}/bin/sh.
3765 touch sub/conftst$i.h
3766 done
3767 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3769 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3770 # mode. It turns out that the SunPro C++ compiler does not properly
3771 # handle `-M -o', and we need to detect this. Also, some Intel
3772 # versions had trouble with output in subdirs
3773 am__obj=sub/conftest.${OBJEXT-o}
3774 am__minus_obj="-o $am__obj"
3775 case $depmode in
3776 gcc)
3777 # This depmode causes a compiler race in universal mode.
3778 test "$am__universal" = false || continue
3780 nosideeffect)
3781 # after this tag, mechanisms are not by side-effect, so they'll
3782 # only be used when explicitly requested
3783 if test "x$enable_dependency_tracking" = xyes; then
3784 continue
3785 else
3786 break
3789 msvisualcpp | msvcmsys)
3790 # This compiler won't grok `-c -o', but also, the minuso test has
3791 # not run yet. These depmodes are late enough in the game, and
3792 # so weak that their functioning should not be impacted.
3793 am__obj=conftest.${OBJEXT-o}
3794 am__minus_obj=
3796 none) break ;;
3797 esac
3798 if depmode=$depmode \
3799 source=sub/conftest.c object=$am__obj \
3800 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3801 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3802 >/dev/null 2>conftest.err &&
3803 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3804 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3805 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3806 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3807 # icc doesn't choke on unknown options, it will just issue warnings
3808 # or remarks (even with -Werror). So we grep stderr for any message
3809 # that says an option was ignored or not supported.
3810 # When given -MP, icc 7.0 and 7.1 complain thusly:
3811 # icc: Command line warning: ignoring option '-M'; no argument required
3812 # The diagnosis changed in icc 8.0:
3813 # icc: Command line remark: option '-MP' not supported
3814 if (grep 'ignoring option' conftest.err ||
3815 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3816 am_cv_CC_dependencies_compiler_type=$depmode
3817 break
3820 done
3822 cd ..
3823 rm -rf conftest.dir
3824 else
3825 am_cv_CC_dependencies_compiler_type=none
3829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3830 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3831 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3834 test "x$enable_dependency_tracking" != xno \
3835 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3836 am__fastdepCC_TRUE=
3837 am__fastdepCC_FALSE='#'
3838 else
3839 am__fastdepCC_TRUE='#'
3840 am__fastdepCC_FALSE=
3845 # Check whether --enable-largefile was given.
3846 if test "${enable_largefile+set}" = set; then :
3847 enableval=$enable_largefile;
3850 if test "$enable_largefile" != no; then
3852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
3853 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
3854 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
3855 $as_echo_n "(cached) " >&6
3856 else
3857 ac_cv_sys_largefile_CC=no
3858 if test "$GCC" != yes; then
3859 ac_save_CC=$CC
3860 while :; do
3861 # IRIX 6.2 and later do not support large files by default,
3862 # so use the C compiler's -n32 option if that helps.
3863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3864 /* end confdefs.h. */
3865 #include <sys/types.h>
3866 /* Check that off_t can represent 2**63 - 1 correctly.
3867 We can't simply define LARGE_OFF_T to be 9223372036854775807,
3868 since some C++ compilers masquerading as C compilers
3869 incorrectly reject 9223372036854775807. */
3870 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
3871 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
3872 && LARGE_OFF_T % 2147483647 == 1)
3873 ? 1 : -1];
3875 main ()
3879 return 0;
3881 _ACEOF
3882 if ac_fn_c_try_compile "$LINENO"; then :
3883 break
3885 rm -f core conftest.err conftest.$ac_objext
3886 CC="$CC -n32"
3887 if ac_fn_c_try_compile "$LINENO"; then :
3888 ac_cv_sys_largefile_CC=' -n32'; break
3890 rm -f core conftest.err conftest.$ac_objext
3891 break
3892 done
3893 CC=$ac_save_CC
3894 rm -f conftest.$ac_ext
3897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
3898 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
3899 if test "$ac_cv_sys_largefile_CC" != no; then
3900 CC=$CC$ac_cv_sys_largefile_CC
3903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
3904 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
3905 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
3906 $as_echo_n "(cached) " >&6
3907 else
3908 while :; do
3909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3910 /* end confdefs.h. */
3911 #include <sys/types.h>
3912 /* Check that off_t can represent 2**63 - 1 correctly.
3913 We can't simply define LARGE_OFF_T to be 9223372036854775807,
3914 since some C++ compilers masquerading as C compilers
3915 incorrectly reject 9223372036854775807. */
3916 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
3917 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
3918 && LARGE_OFF_T % 2147483647 == 1)
3919 ? 1 : -1];
3921 main ()
3925 return 0;
3927 _ACEOF
3928 if ac_fn_c_try_compile "$LINENO"; then :
3929 ac_cv_sys_file_offset_bits=no; break
3931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3933 /* end confdefs.h. */
3934 #define _FILE_OFFSET_BITS 64
3935 #include <sys/types.h>
3936 /* Check that off_t can represent 2**63 - 1 correctly.
3937 We can't simply define LARGE_OFF_T to be 9223372036854775807,
3938 since some C++ compilers masquerading as C compilers
3939 incorrectly reject 9223372036854775807. */
3940 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
3941 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
3942 && LARGE_OFF_T % 2147483647 == 1)
3943 ? 1 : -1];
3945 main ()
3949 return 0;
3951 _ACEOF
3952 if ac_fn_c_try_compile "$LINENO"; then :
3953 ac_cv_sys_file_offset_bits=64; break
3955 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3956 ac_cv_sys_file_offset_bits=unknown
3957 break
3958 done
3960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
3961 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
3962 case $ac_cv_sys_file_offset_bits in #(
3963 no | unknown) ;;
3965 cat >>confdefs.h <<_ACEOF
3966 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
3967 _ACEOF
3969 esac
3970 rm -rf conftest*
3971 if test $ac_cv_sys_file_offset_bits = unknown; then
3972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
3973 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
3974 if test "${ac_cv_sys_large_files+set}" = set; then :
3975 $as_echo_n "(cached) " >&6
3976 else
3977 while :; do
3978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3979 /* end confdefs.h. */
3980 #include <sys/types.h>
3981 /* Check that off_t can represent 2**63 - 1 correctly.
3982 We can't simply define LARGE_OFF_T to be 9223372036854775807,
3983 since some C++ compilers masquerading as C compilers
3984 incorrectly reject 9223372036854775807. */
3985 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
3986 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
3987 && LARGE_OFF_T % 2147483647 == 1)
3988 ? 1 : -1];
3990 main ()
3994 return 0;
3996 _ACEOF
3997 if ac_fn_c_try_compile "$LINENO"; then :
3998 ac_cv_sys_large_files=no; break
4000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4002 /* end confdefs.h. */
4003 #define _LARGE_FILES 1
4004 #include <sys/types.h>
4005 /* Check that off_t can represent 2**63 - 1 correctly.
4006 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4007 since some C++ compilers masquerading as C compilers
4008 incorrectly reject 9223372036854775807. */
4009 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4010 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4011 && LARGE_OFF_T % 2147483647 == 1)
4012 ? 1 : -1];
4014 main ()
4018 return 0;
4020 _ACEOF
4021 if ac_fn_c_try_compile "$LINENO"; then :
4022 ac_cv_sys_large_files=1; break
4024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4025 ac_cv_sys_large_files=unknown
4026 break
4027 done
4029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
4030 $as_echo "$ac_cv_sys_large_files" >&6; }
4031 case $ac_cv_sys_large_files in #(
4032 no | unknown) ;;
4034 cat >>confdefs.h <<_ACEOF
4035 #define _LARGE_FILES $ac_cv_sys_large_files
4036 _ACEOF
4038 esac
4039 rm -rf conftest*
4043 case `pwd` in
4044 *\ * | *\ *)
4045 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4046 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4047 esac
4051 macro_version='2.2.7a'
4052 macro_revision='1.3134'
4066 ltmain="$ac_aux_dir/ltmain.sh"
4068 # Backslashify metacharacters that are still active within
4069 # double-quoted strings.
4070 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4072 # Same as above, but do not quote variable references.
4073 double_quote_subst='s/\(["`\\]\)/\\\1/g'
4075 # Sed substitution to delay expansion of an escaped shell variable in a
4076 # double_quote_subst'ed string.
4077 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4079 # Sed substitution to delay expansion of an escaped single quote.
4080 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4082 # Sed substitution to avoid accidental globbing in evaled expressions
4083 no_glob_subst='s/\*/\\\*/g'
4085 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4086 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4087 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4090 $as_echo_n "checking how to print strings... " >&6; }
4091 # Test print first, because it will be a builtin if present.
4092 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4093 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4094 ECHO='print -r --'
4095 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4096 ECHO='printf %s\n'
4097 else
4098 # Use this function as a fallback that always works.
4099 func_fallback_echo ()
4101 eval 'cat <<_LTECHO_EOF
4103 _LTECHO_EOF'
4105 ECHO='func_fallback_echo'
4108 # func_echo_all arg...
4109 # Invoke $ECHO with all args, space-separated.
4110 func_echo_all ()
4112 $ECHO ""
4115 case "$ECHO" in
4116 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4117 $as_echo "printf" >&6; } ;;
4118 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4119 $as_echo "print -r" >&6; } ;;
4120 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4121 $as_echo "cat" >&6; } ;;
4122 esac
4137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4138 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4139 if test "${ac_cv_path_SED+set}" = set; then :
4140 $as_echo_n "(cached) " >&6
4141 else
4142 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4143 for ac_i in 1 2 3 4 5 6 7; do
4144 ac_script="$ac_script$as_nl$ac_script"
4145 done
4146 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4147 { ac_script=; unset ac_script;}
4148 if test -z "$SED"; then
4149 ac_path_SED_found=false
4150 # Loop through the user's path and test for each of PROGNAME-LIST
4151 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4152 for as_dir in $PATH
4154 IFS=$as_save_IFS
4155 test -z "$as_dir" && as_dir=.
4156 for ac_prog in sed gsed; do
4157 for ac_exec_ext in '' $ac_executable_extensions; do
4158 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4159 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4160 # Check for GNU ac_path_SED and select it if it is found.
4161 # Check for GNU $ac_path_SED
4162 case `"$ac_path_SED" --version 2>&1` in
4163 *GNU*)
4164 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4166 ac_count=0
4167 $as_echo_n 0123456789 >"conftest.in"
4168 while :
4170 cat "conftest.in" "conftest.in" >"conftest.tmp"
4171 mv "conftest.tmp" "conftest.in"
4172 cp "conftest.in" "conftest.nl"
4173 $as_echo '' >> "conftest.nl"
4174 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4175 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4176 as_fn_arith $ac_count + 1 && ac_count=$as_val
4177 if test $ac_count -gt ${ac_path_SED_max-0}; then
4178 # Best one so far, save it but keep looking for a better one
4179 ac_cv_path_SED="$ac_path_SED"
4180 ac_path_SED_max=$ac_count
4182 # 10*(2^10) chars as input seems more than enough
4183 test $ac_count -gt 10 && break
4184 done
4185 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4186 esac
4188 $ac_path_SED_found && break 3
4189 done
4190 done
4191 done
4192 IFS=$as_save_IFS
4193 if test -z "$ac_cv_path_SED"; then
4194 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
4196 else
4197 ac_cv_path_SED=$SED
4201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4202 $as_echo "$ac_cv_path_SED" >&6; }
4203 SED="$ac_cv_path_SED"
4204 rm -f conftest.sed
4206 test -z "$SED" && SED=sed
4207 Xsed="$SED -e 1s/^X//"
4219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4220 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4221 if test "${ac_cv_path_GREP+set}" = set; then :
4222 $as_echo_n "(cached) " >&6
4223 else
4224 if test -z "$GREP"; then
4225 ac_path_GREP_found=false
4226 # Loop through the user's path and test for each of PROGNAME-LIST
4227 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4228 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4230 IFS=$as_save_IFS
4231 test -z "$as_dir" && as_dir=.
4232 for ac_prog in grep ggrep; do
4233 for ac_exec_ext in '' $ac_executable_extensions; do
4234 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4235 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4236 # Check for GNU ac_path_GREP and select it if it is found.
4237 # Check for GNU $ac_path_GREP
4238 case `"$ac_path_GREP" --version 2>&1` in
4239 *GNU*)
4240 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4242 ac_count=0
4243 $as_echo_n 0123456789 >"conftest.in"
4244 while :
4246 cat "conftest.in" "conftest.in" >"conftest.tmp"
4247 mv "conftest.tmp" "conftest.in"
4248 cp "conftest.in" "conftest.nl"
4249 $as_echo 'GREP' >> "conftest.nl"
4250 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4251 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4252 as_fn_arith $ac_count + 1 && ac_count=$as_val
4253 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4254 # Best one so far, save it but keep looking for a better one
4255 ac_cv_path_GREP="$ac_path_GREP"
4256 ac_path_GREP_max=$ac_count
4258 # 10*(2^10) chars as input seems more than enough
4259 test $ac_count -gt 10 && break
4260 done
4261 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4262 esac
4264 $ac_path_GREP_found && break 3
4265 done
4266 done
4267 done
4268 IFS=$as_save_IFS
4269 if test -z "$ac_cv_path_GREP"; then
4270 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4272 else
4273 ac_cv_path_GREP=$GREP
4277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4278 $as_echo "$ac_cv_path_GREP" >&6; }
4279 GREP="$ac_cv_path_GREP"
4282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4283 $as_echo_n "checking for egrep... " >&6; }
4284 if test "${ac_cv_path_EGREP+set}" = set; then :
4285 $as_echo_n "(cached) " >&6
4286 else
4287 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4288 then ac_cv_path_EGREP="$GREP -E"
4289 else
4290 if test -z "$EGREP"; then
4291 ac_path_EGREP_found=false
4292 # Loop through the user's path and test for each of PROGNAME-LIST
4293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4294 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4296 IFS=$as_save_IFS
4297 test -z "$as_dir" && as_dir=.
4298 for ac_prog in egrep; do
4299 for ac_exec_ext in '' $ac_executable_extensions; do
4300 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4301 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4302 # Check for GNU ac_path_EGREP and select it if it is found.
4303 # Check for GNU $ac_path_EGREP
4304 case `"$ac_path_EGREP" --version 2>&1` in
4305 *GNU*)
4306 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4308 ac_count=0
4309 $as_echo_n 0123456789 >"conftest.in"
4310 while :
4312 cat "conftest.in" "conftest.in" >"conftest.tmp"
4313 mv "conftest.tmp" "conftest.in"
4314 cp "conftest.in" "conftest.nl"
4315 $as_echo 'EGREP' >> "conftest.nl"
4316 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4317 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4318 as_fn_arith $ac_count + 1 && ac_count=$as_val
4319 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4320 # Best one so far, save it but keep looking for a better one
4321 ac_cv_path_EGREP="$ac_path_EGREP"
4322 ac_path_EGREP_max=$ac_count
4324 # 10*(2^10) chars as input seems more than enough
4325 test $ac_count -gt 10 && break
4326 done
4327 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4328 esac
4330 $ac_path_EGREP_found && break 3
4331 done
4332 done
4333 done
4334 IFS=$as_save_IFS
4335 if test -z "$ac_cv_path_EGREP"; then
4336 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4338 else
4339 ac_cv_path_EGREP=$EGREP
4344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4345 $as_echo "$ac_cv_path_EGREP" >&6; }
4346 EGREP="$ac_cv_path_EGREP"
4349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4350 $as_echo_n "checking for fgrep... " >&6; }
4351 if test "${ac_cv_path_FGREP+set}" = set; then :
4352 $as_echo_n "(cached) " >&6
4353 else
4354 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4355 then ac_cv_path_FGREP="$GREP -F"
4356 else
4357 if test -z "$FGREP"; then
4358 ac_path_FGREP_found=false
4359 # Loop through the user's path and test for each of PROGNAME-LIST
4360 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4361 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4363 IFS=$as_save_IFS
4364 test -z "$as_dir" && as_dir=.
4365 for ac_prog in fgrep; do
4366 for ac_exec_ext in '' $ac_executable_extensions; do
4367 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4368 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4369 # Check for GNU ac_path_FGREP and select it if it is found.
4370 # Check for GNU $ac_path_FGREP
4371 case `"$ac_path_FGREP" --version 2>&1` in
4372 *GNU*)
4373 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4375 ac_count=0
4376 $as_echo_n 0123456789 >"conftest.in"
4377 while :
4379 cat "conftest.in" "conftest.in" >"conftest.tmp"
4380 mv "conftest.tmp" "conftest.in"
4381 cp "conftest.in" "conftest.nl"
4382 $as_echo 'FGREP' >> "conftest.nl"
4383 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4384 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4385 as_fn_arith $ac_count + 1 && ac_count=$as_val
4386 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4387 # Best one so far, save it but keep looking for a better one
4388 ac_cv_path_FGREP="$ac_path_FGREP"
4389 ac_path_FGREP_max=$ac_count
4391 # 10*(2^10) chars as input seems more than enough
4392 test $ac_count -gt 10 && break
4393 done
4394 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4395 esac
4397 $ac_path_FGREP_found && break 3
4398 done
4399 done
4400 done
4401 IFS=$as_save_IFS
4402 if test -z "$ac_cv_path_FGREP"; then
4403 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4405 else
4406 ac_cv_path_FGREP=$FGREP
4411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4412 $as_echo "$ac_cv_path_FGREP" >&6; }
4413 FGREP="$ac_cv_path_FGREP"
4416 test -z "$GREP" && GREP=grep
4436 # Check whether --with-gnu-ld was given.
4437 if test "${with_gnu_ld+set}" = set; then :
4438 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4439 else
4440 with_gnu_ld=no
4443 ac_prog=ld
4444 if test "$GCC" = yes; then
4445 # Check if gcc -print-prog-name=ld gives a path.
4446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4447 $as_echo_n "checking for ld used by $CC... " >&6; }
4448 case $host in
4449 *-*-mingw*)
4450 # gcc leaves a trailing carriage return which upsets mingw
4451 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4453 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4454 esac
4455 case $ac_prog in
4456 # Accept absolute paths.
4457 [\\/]* | ?:[\\/]*)
4458 re_direlt='/[^/][^/]*/\.\./'
4459 # Canonicalize the pathname of ld
4460 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4461 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4462 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4463 done
4464 test -z "$LD" && LD="$ac_prog"
4467 # If it fails, then pretend we aren't using GCC.
4468 ac_prog=ld
4471 # If it is relative, then search for the first ld in PATH.
4472 with_gnu_ld=unknown
4474 esac
4475 elif test "$with_gnu_ld" = yes; then
4476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4477 $as_echo_n "checking for GNU ld... " >&6; }
4478 else
4479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4480 $as_echo_n "checking for non-GNU ld... " >&6; }
4482 if test "${lt_cv_path_LD+set}" = set; then :
4483 $as_echo_n "(cached) " >&6
4484 else
4485 if test -z "$LD"; then
4486 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4487 for ac_dir in $PATH; do
4488 IFS="$lt_save_ifs"
4489 test -z "$ac_dir" && ac_dir=.
4490 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4491 lt_cv_path_LD="$ac_dir/$ac_prog"
4492 # Check to see if the program is GNU ld. I'd rather use --version,
4493 # but apparently some variants of GNU ld only accept -v.
4494 # Break only if it was the GNU/non-GNU ld that we prefer.
4495 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4496 *GNU* | *'with BFD'*)
4497 test "$with_gnu_ld" != no && break
4500 test "$with_gnu_ld" != yes && break
4502 esac
4504 done
4505 IFS="$lt_save_ifs"
4506 else
4507 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4511 LD="$lt_cv_path_LD"
4512 if test -n "$LD"; then
4513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4514 $as_echo "$LD" >&6; }
4515 else
4516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4517 $as_echo "no" >&6; }
4519 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
4520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4521 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4522 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
4523 $as_echo_n "(cached) " >&6
4524 else
4525 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4526 case `$LD -v 2>&1 </dev/null` in
4527 *GNU* | *'with BFD'*)
4528 lt_cv_prog_gnu_ld=yes
4531 lt_cv_prog_gnu_ld=no
4533 esac
4535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4536 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4537 with_gnu_ld=$lt_cv_prog_gnu_ld
4547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4548 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4549 if test "${lt_cv_path_NM+set}" = set; then :
4550 $as_echo_n "(cached) " >&6
4551 else
4552 if test -n "$NM"; then
4553 # Let the user override the test.
4554 lt_cv_path_NM="$NM"
4555 else
4556 lt_nm_to_check="${ac_tool_prefix}nm"
4557 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4558 lt_nm_to_check="$lt_nm_to_check nm"
4560 for lt_tmp_nm in $lt_nm_to_check; do
4561 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4562 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4563 IFS="$lt_save_ifs"
4564 test -z "$ac_dir" && ac_dir=.
4565 tmp_nm="$ac_dir/$lt_tmp_nm"
4566 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4567 # Check to see if the nm accepts a BSD-compat flag.
4568 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4569 # nm: unknown option "B" ignored
4570 # Tru64's nm complains that /dev/null is an invalid object file
4571 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4572 */dev/null* | *'Invalid file or object type'*)
4573 lt_cv_path_NM="$tmp_nm -B"
4574 break
4577 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4578 */dev/null*)
4579 lt_cv_path_NM="$tmp_nm -p"
4580 break
4583 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4584 continue # so that we can try to find one that supports BSD flags
4586 esac
4588 esac
4590 done
4591 IFS="$lt_save_ifs"
4592 done
4593 : ${lt_cv_path_NM=no}
4596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4597 $as_echo "$lt_cv_path_NM" >&6; }
4598 if test "$lt_cv_path_NM" != "no"; then
4599 NM="$lt_cv_path_NM"
4600 else
4601 # Didn't find any BSD compatible name lister, look for dumpbin.
4602 if test -n "$DUMPBIN"; then :
4603 # Let the user override the test.
4604 else
4605 if test -n "$ac_tool_prefix"; then
4606 for ac_prog in dumpbin "link -dump"
4608 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4609 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4611 $as_echo_n "checking for $ac_word... " >&6; }
4612 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
4613 $as_echo_n "(cached) " >&6
4614 else
4615 if test -n "$DUMPBIN"; then
4616 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4617 else
4618 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4619 for as_dir in $PATH
4621 IFS=$as_save_IFS
4622 test -z "$as_dir" && as_dir=.
4623 for ac_exec_ext in '' $ac_executable_extensions; do
4624 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4625 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4626 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4627 break 2
4629 done
4630 done
4631 IFS=$as_save_IFS
4635 DUMPBIN=$ac_cv_prog_DUMPBIN
4636 if test -n "$DUMPBIN"; then
4637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4638 $as_echo "$DUMPBIN" >&6; }
4639 else
4640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4641 $as_echo "no" >&6; }
4645 test -n "$DUMPBIN" && break
4646 done
4648 if test -z "$DUMPBIN"; then
4649 ac_ct_DUMPBIN=$DUMPBIN
4650 for ac_prog in dumpbin "link -dump"
4652 # Extract the first word of "$ac_prog", so it can be a program name with args.
4653 set dummy $ac_prog; ac_word=$2
4654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4655 $as_echo_n "checking for $ac_word... " >&6; }
4656 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
4657 $as_echo_n "(cached) " >&6
4658 else
4659 if test -n "$ac_ct_DUMPBIN"; then
4660 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4661 else
4662 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4663 for as_dir in $PATH
4665 IFS=$as_save_IFS
4666 test -z "$as_dir" && as_dir=.
4667 for ac_exec_ext in '' $ac_executable_extensions; do
4668 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4669 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4670 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4671 break 2
4673 done
4674 done
4675 IFS=$as_save_IFS
4679 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4680 if test -n "$ac_ct_DUMPBIN"; then
4681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4682 $as_echo "$ac_ct_DUMPBIN" >&6; }
4683 else
4684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4685 $as_echo "no" >&6; }
4689 test -n "$ac_ct_DUMPBIN" && break
4690 done
4692 if test "x$ac_ct_DUMPBIN" = x; then
4693 DUMPBIN=":"
4694 else
4695 case $cross_compiling:$ac_tool_warned in
4696 yes:)
4697 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4698 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4699 ac_tool_warned=yes ;;
4700 esac
4701 DUMPBIN=$ac_ct_DUMPBIN
4705 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4706 *COFF*)
4707 DUMPBIN="$DUMPBIN -symbols"
4710 DUMPBIN=:
4712 esac
4715 if test "$DUMPBIN" != ":"; then
4716 NM="$DUMPBIN"
4719 test -z "$NM" && NM=nm
4726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4727 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4728 if test "${lt_cv_nm_interface+set}" = set; then :
4729 $as_echo_n "(cached) " >&6
4730 else
4731 lt_cv_nm_interface="BSD nm"
4732 echo "int some_variable = 0;" > conftest.$ac_ext
4733 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4734 (eval "$ac_compile" 2>conftest.err)
4735 cat conftest.err >&5
4736 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4737 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4738 cat conftest.err >&5
4739 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4740 cat conftest.out >&5
4741 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4742 lt_cv_nm_interface="MS dumpbin"
4744 rm -f conftest*
4746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4747 $as_echo "$lt_cv_nm_interface" >&6; }
4749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4750 $as_echo_n "checking whether ln -s works... " >&6; }
4751 LN_S=$as_ln_s
4752 if test "$LN_S" = "ln -s"; then
4753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4754 $as_echo "yes" >&6; }
4755 else
4756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4757 $as_echo "no, using $LN_S" >&6; }
4760 # find the maximum length of command line arguments
4761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4762 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
4763 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
4764 $as_echo_n "(cached) " >&6
4765 else
4767 teststring="ABCD"
4769 case $build_os in
4770 msdosdjgpp*)
4771 # On DJGPP, this test can blow up pretty badly due to problems in libc
4772 # (any single argument exceeding 2000 bytes causes a buffer overrun
4773 # during glob expansion). Even if it were fixed, the result of this
4774 # check would be larger than it should be.
4775 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4778 gnu*)
4779 # Under GNU Hurd, this test is not required because there is
4780 # no limit to the length of command line arguments.
4781 # Libtool will interpret -1 as no limit whatsoever
4782 lt_cv_sys_max_cmd_len=-1;
4785 cygwin* | mingw* | cegcc*)
4786 # On Win9x/ME, this test blows up -- it succeeds, but takes
4787 # about 5 minutes as the teststring grows exponentially.
4788 # Worse, since 9x/ME are not pre-emptively multitasking,
4789 # you end up with a "frozen" computer, even though with patience
4790 # the test eventually succeeds (with a max line length of 256k).
4791 # Instead, let's just punt: use the minimum linelength reported by
4792 # all of the supported platforms: 8192 (on NT/2K/XP).
4793 lt_cv_sys_max_cmd_len=8192;
4796 mint*)
4797 # On MiNT this can take a long time and run out of memory.
4798 lt_cv_sys_max_cmd_len=8192;
4801 amigaos*)
4802 # On AmigaOS with pdksh, this test takes hours, literally.
4803 # So we just punt and use a minimum line length of 8192.
4804 lt_cv_sys_max_cmd_len=8192;
4807 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4808 # This has been around since 386BSD, at least. Likely further.
4809 if test -x /sbin/sysctl; then
4810 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4811 elif test -x /usr/sbin/sysctl; then
4812 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4813 else
4814 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4816 # And add a safety zone
4817 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4818 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4821 interix*)
4822 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4823 lt_cv_sys_max_cmd_len=196608
4826 osf*)
4827 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4828 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4829 # nice to cause kernel panics so lets avoid the loop below.
4830 # First set a reasonable default.
4831 lt_cv_sys_max_cmd_len=16384
4833 if test -x /sbin/sysconfig; then
4834 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4835 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4836 esac
4839 sco3.2v5*)
4840 lt_cv_sys_max_cmd_len=102400
4842 sysv5* | sco5v6* | sysv4.2uw2*)
4843 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4844 if test -n "$kargmax"; then
4845 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4846 else
4847 lt_cv_sys_max_cmd_len=32768
4851 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4852 if test -n "$lt_cv_sys_max_cmd_len"; then
4853 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4854 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4855 else
4856 # Make teststring a little bigger before we do anything with it.
4857 # a 1K string should be a reasonable start.
4858 for i in 1 2 3 4 5 6 7 8 ; do
4859 teststring=$teststring$teststring
4860 done
4861 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4862 # If test is not a shell built-in, we'll probably end up computing a
4863 # maximum length that is only half of the actual maximum length, but
4864 # we can't tell.
4865 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4866 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4867 test $i != 17 # 1/2 MB should be enough
4869 i=`expr $i + 1`
4870 teststring=$teststring$teststring
4871 done
4872 # Only check the string length outside the loop.
4873 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4874 teststring=
4875 # Add a significant safety factor because C++ compilers can tack on
4876 # massive amounts of additional arguments before passing them to the
4877 # linker. It appears as though 1/2 is a usable value.
4878 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4881 esac
4885 if test -n $lt_cv_sys_max_cmd_len ; then
4886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4887 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4888 else
4889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4890 $as_echo "none" >&6; }
4892 max_cmd_len=$lt_cv_sys_max_cmd_len
4899 : ${CP="cp -f"}
4900 : ${MV="mv -f"}
4901 : ${RM="rm -f"}
4903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4904 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4905 # Try some XSI features
4906 xsi_shell=no
4907 ( _lt_dummy="a/b/c"
4908 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4909 = c,a/b,, \
4910 && eval 'test $(( 1 + 1 )) -eq 2 \
4911 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4912 && xsi_shell=yes
4913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4914 $as_echo "$xsi_shell" >&6; }
4917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4918 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4919 lt_shell_append=no
4920 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4921 >/dev/null 2>&1 \
4922 && lt_shell_append=yes
4923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4924 $as_echo "$lt_shell_append" >&6; }
4927 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4928 lt_unset=unset
4929 else
4930 lt_unset=false
4937 # test EBCDIC or ASCII
4938 case `echo X|tr X '\101'` in
4939 A) # ASCII based system
4940 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4941 lt_SP2NL='tr \040 \012'
4942 lt_NL2SP='tr \015\012 \040\040'
4944 *) # EBCDIC based system
4945 lt_SP2NL='tr \100 \n'
4946 lt_NL2SP='tr \r\n \100\100'
4948 esac
4958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4959 $as_echo_n "checking for $LD option to reload object files... " >&6; }
4960 if test "${lt_cv_ld_reload_flag+set}" = set; then :
4961 $as_echo_n "(cached) " >&6
4962 else
4963 lt_cv_ld_reload_flag='-r'
4965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4966 $as_echo "$lt_cv_ld_reload_flag" >&6; }
4967 reload_flag=$lt_cv_ld_reload_flag
4968 case $reload_flag in
4969 "" | " "*) ;;
4970 *) reload_flag=" $reload_flag" ;;
4971 esac
4972 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4973 case $host_os in
4974 darwin*)
4975 if test "$GCC" = yes; then
4976 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4977 else
4978 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4981 esac
4991 if test -n "$ac_tool_prefix"; then
4992 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4993 set dummy ${ac_tool_prefix}objdump; ac_word=$2
4994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4995 $as_echo_n "checking for $ac_word... " >&6; }
4996 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
4997 $as_echo_n "(cached) " >&6
4998 else
4999 if test -n "$OBJDUMP"; then
5000 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5001 else
5002 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5003 for as_dir in $PATH
5005 IFS=$as_save_IFS
5006 test -z "$as_dir" && as_dir=.
5007 for ac_exec_ext in '' $ac_executable_extensions; do
5008 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5009 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5011 break 2
5013 done
5014 done
5015 IFS=$as_save_IFS
5019 OBJDUMP=$ac_cv_prog_OBJDUMP
5020 if test -n "$OBJDUMP"; then
5021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5022 $as_echo "$OBJDUMP" >&6; }
5023 else
5024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5025 $as_echo "no" >&6; }
5030 if test -z "$ac_cv_prog_OBJDUMP"; then
5031 ac_ct_OBJDUMP=$OBJDUMP
5032 # Extract the first word of "objdump", so it can be a program name with args.
5033 set dummy 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_ac_ct_OBJDUMP+set}" = set; then :
5037 $as_echo_n "(cached) " >&6
5038 else
5039 if test -n "$ac_ct_OBJDUMP"; then
5040 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_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_ac_ct_OBJDUMP="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 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5060 if test -n "$ac_ct_OBJDUMP"; then
5061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5062 $as_echo "$ac_ct_OBJDUMP" >&6; }
5063 else
5064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5065 $as_echo "no" >&6; }
5068 if test "x$ac_ct_OBJDUMP" = x; then
5069 OBJDUMP="false"
5070 else
5071 case $cross_compiling:$ac_tool_warned in
5072 yes:)
5073 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5074 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5075 ac_tool_warned=yes ;;
5076 esac
5077 OBJDUMP=$ac_ct_OBJDUMP
5079 else
5080 OBJDUMP="$ac_cv_prog_OBJDUMP"
5083 test -z "$OBJDUMP" && OBJDUMP=objdump
5093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5094 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5095 if test "${lt_cv_deplibs_check_method+set}" = set; then :
5096 $as_echo_n "(cached) " >&6
5097 else
5098 lt_cv_file_magic_cmd='$MAGIC_CMD'
5099 lt_cv_file_magic_test_file=
5100 lt_cv_deplibs_check_method='unknown'
5101 # Need to set the preceding variable on all platforms that support
5102 # interlibrary dependencies.
5103 # 'none' -- dependencies not supported.
5104 # `unknown' -- same as none, but documents that we really don't know.
5105 # 'pass_all' -- all dependencies passed with no checks.
5106 # 'test_compile' -- check by making test program.
5107 # 'file_magic [[regex]]' -- check by looking for files in library path
5108 # which responds to the $file_magic_cmd with a given extended regex.
5109 # If you have `file' or equivalent on your system and you're not sure
5110 # whether `pass_all' will *always* work, you probably want this one.
5112 case $host_os in
5113 aix[4-9]*)
5114 lt_cv_deplibs_check_method=pass_all
5117 beos*)
5118 lt_cv_deplibs_check_method=pass_all
5121 bsdi[45]*)
5122 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5123 lt_cv_file_magic_cmd='/usr/bin/file -L'
5124 lt_cv_file_magic_test_file=/shlib/libc.so
5127 cygwin*)
5128 # func_win32_libid is a shell function defined in ltmain.sh
5129 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5130 lt_cv_file_magic_cmd='func_win32_libid'
5133 mingw* | pw32*)
5134 # Base MSYS/MinGW do not provide the 'file' command needed by
5135 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5136 # unless we find 'file', for example because we are cross-compiling.
5137 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5138 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5139 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5140 lt_cv_file_magic_cmd='func_win32_libid'
5141 else
5142 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5143 lt_cv_file_magic_cmd='$OBJDUMP -f'
5147 cegcc*)
5148 # use the weaker test based on 'objdump'. See mingw*.
5149 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5150 lt_cv_file_magic_cmd='$OBJDUMP -f'
5153 darwin* | rhapsody*)
5154 lt_cv_deplibs_check_method=pass_all
5157 freebsd* | dragonfly*)
5158 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5159 case $host_cpu in
5160 i*86 )
5161 # Not sure whether the presence of OpenBSD here was a mistake.
5162 # Let's accept both of them until this is cleared up.
5163 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5164 lt_cv_file_magic_cmd=/usr/bin/file
5165 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5167 esac
5168 else
5169 lt_cv_deplibs_check_method=pass_all
5173 gnu*)
5174 lt_cv_deplibs_check_method=pass_all
5177 haiku*)
5178 lt_cv_deplibs_check_method=pass_all
5181 hpux10.20* | hpux11*)
5182 lt_cv_file_magic_cmd=/usr/bin/file
5183 case $host_cpu in
5184 ia64*)
5185 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5186 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5188 hppa*64*)
5189 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]'
5190 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5193 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5194 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5196 esac
5199 interix[3-9]*)
5200 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5201 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5204 irix5* | irix6* | nonstopux*)
5205 case $LD in
5206 *-32|*"-32 ") libmagic=32-bit;;
5207 *-n32|*"-n32 ") libmagic=N32;;
5208 *-64|*"-64 ") libmagic=64-bit;;
5209 *) libmagic=never-match;;
5210 esac
5211 lt_cv_deplibs_check_method=pass_all
5214 # This must be Linux ELF.
5215 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5216 lt_cv_deplibs_check_method=pass_all
5219 netbsd*)
5220 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5221 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5222 else
5223 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5227 newos6*)
5228 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5229 lt_cv_file_magic_cmd=/usr/bin/file
5230 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5233 *nto* | *qnx*)
5234 lt_cv_deplibs_check_method=pass_all
5237 openbsd*)
5238 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5239 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5240 else
5241 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5245 osf3* | osf4* | osf5*)
5246 lt_cv_deplibs_check_method=pass_all
5249 rdos*)
5250 lt_cv_deplibs_check_method=pass_all
5253 solaris*)
5254 lt_cv_deplibs_check_method=pass_all
5257 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5258 lt_cv_deplibs_check_method=pass_all
5261 sysv4 | sysv4.3*)
5262 case $host_vendor in
5263 motorola)
5264 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]'
5265 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5267 ncr)
5268 lt_cv_deplibs_check_method=pass_all
5270 sequent)
5271 lt_cv_file_magic_cmd='/bin/file'
5272 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5274 sni)
5275 lt_cv_file_magic_cmd='/bin/file'
5276 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5277 lt_cv_file_magic_test_file=/lib/libc.so
5279 siemens)
5280 lt_cv_deplibs_check_method=pass_all
5283 lt_cv_deplibs_check_method=pass_all
5285 esac
5288 tpf*)
5289 lt_cv_deplibs_check_method=pass_all
5291 esac
5294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5295 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5296 file_magic_cmd=$lt_cv_file_magic_cmd
5297 deplibs_check_method=$lt_cv_deplibs_check_method
5298 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5311 if test -n "$ac_tool_prefix"; then
5312 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5313 set dummy ${ac_tool_prefix}ar; ac_word=$2
5314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5315 $as_echo_n "checking for $ac_word... " >&6; }
5316 if test "${ac_cv_prog_AR+set}" = set; then :
5317 $as_echo_n "(cached) " >&6
5318 else
5319 if test -n "$AR"; then
5320 ac_cv_prog_AR="$AR" # Let the user override the test.
5321 else
5322 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5323 for as_dir in $PATH
5325 IFS=$as_save_IFS
5326 test -z "$as_dir" && as_dir=.
5327 for ac_exec_ext in '' $ac_executable_extensions; do
5328 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5329 ac_cv_prog_AR="${ac_tool_prefix}ar"
5330 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5331 break 2
5333 done
5334 done
5335 IFS=$as_save_IFS
5339 AR=$ac_cv_prog_AR
5340 if test -n "$AR"; then
5341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5342 $as_echo "$AR" >&6; }
5343 else
5344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5345 $as_echo "no" >&6; }
5350 if test -z "$ac_cv_prog_AR"; then
5351 ac_ct_AR=$AR
5352 # Extract the first word of "ar", so it can be a program name with args.
5353 set dummy 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_ac_ct_AR+set}" = set; then :
5357 $as_echo_n "(cached) " >&6
5358 else
5359 if test -n "$ac_ct_AR"; then
5360 ac_cv_prog_ac_ct_AR="$ac_ct_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_ac_ct_AR="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 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5380 if test -n "$ac_ct_AR"; then
5381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5382 $as_echo "$ac_ct_AR" >&6; }
5383 else
5384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5385 $as_echo "no" >&6; }
5388 if test "x$ac_ct_AR" = x; then
5389 AR="false"
5390 else
5391 case $cross_compiling:$ac_tool_warned in
5392 yes:)
5393 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5394 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5395 ac_tool_warned=yes ;;
5396 esac
5397 AR=$ac_ct_AR
5399 else
5400 AR="$ac_cv_prog_AR"
5403 test -z "$AR" && AR=ar
5404 test -z "$AR_FLAGS" && AR_FLAGS=cru
5416 if test -n "$ac_tool_prefix"; then
5417 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5418 set dummy ${ac_tool_prefix}strip; ac_word=$2
5419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5420 $as_echo_n "checking for $ac_word... " >&6; }
5421 if test "${ac_cv_prog_STRIP+set}" = set; then :
5422 $as_echo_n "(cached) " >&6
5423 else
5424 if test -n "$STRIP"; then
5425 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5426 else
5427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5428 for as_dir in $PATH
5430 IFS=$as_save_IFS
5431 test -z "$as_dir" && as_dir=.
5432 for ac_exec_ext in '' $ac_executable_extensions; do
5433 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5434 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5435 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5436 break 2
5438 done
5439 done
5440 IFS=$as_save_IFS
5444 STRIP=$ac_cv_prog_STRIP
5445 if test -n "$STRIP"; then
5446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5447 $as_echo "$STRIP" >&6; }
5448 else
5449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5450 $as_echo "no" >&6; }
5455 if test -z "$ac_cv_prog_STRIP"; then
5456 ac_ct_STRIP=$STRIP
5457 # Extract the first word of "strip", so it can be a program name with args.
5458 set dummy 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_ac_ct_STRIP+set}" = set; then :
5462 $as_echo_n "(cached) " >&6
5463 else
5464 if test -n "$ac_ct_STRIP"; then
5465 ac_cv_prog_ac_ct_STRIP="$ac_ct_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_ac_ct_STRIP="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 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5485 if test -n "$ac_ct_STRIP"; then
5486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5487 $as_echo "$ac_ct_STRIP" >&6; }
5488 else
5489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5490 $as_echo "no" >&6; }
5493 if test "x$ac_ct_STRIP" = x; then
5494 STRIP=":"
5495 else
5496 case $cross_compiling:$ac_tool_warned in
5497 yes:)
5498 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5499 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5500 ac_tool_warned=yes ;;
5501 esac
5502 STRIP=$ac_ct_STRIP
5504 else
5505 STRIP="$ac_cv_prog_STRIP"
5508 test -z "$STRIP" && STRIP=:
5515 if test -n "$ac_tool_prefix"; then
5516 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5517 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5519 $as_echo_n "checking for $ac_word... " >&6; }
5520 if test "${ac_cv_prog_RANLIB+set}" = set; then :
5521 $as_echo_n "(cached) " >&6
5522 else
5523 if test -n "$RANLIB"; then
5524 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5525 else
5526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5527 for as_dir in $PATH
5529 IFS=$as_save_IFS
5530 test -z "$as_dir" && as_dir=.
5531 for ac_exec_ext in '' $ac_executable_extensions; do
5532 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5533 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5534 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5535 break 2
5537 done
5538 done
5539 IFS=$as_save_IFS
5543 RANLIB=$ac_cv_prog_RANLIB
5544 if test -n "$RANLIB"; then
5545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5546 $as_echo "$RANLIB" >&6; }
5547 else
5548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5549 $as_echo "no" >&6; }
5554 if test -z "$ac_cv_prog_RANLIB"; then
5555 ac_ct_RANLIB=$RANLIB
5556 # Extract the first word of "ranlib", so it can be a program name with args.
5557 set dummy 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_ac_ct_RANLIB+set}" = set; then :
5561 $as_echo_n "(cached) " >&6
5562 else
5563 if test -n "$ac_ct_RANLIB"; then
5564 ac_cv_prog_ac_ct_RANLIB="$ac_ct_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_ac_ct_RANLIB="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 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5584 if test -n "$ac_ct_RANLIB"; then
5585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5586 $as_echo "$ac_ct_RANLIB" >&6; }
5587 else
5588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5589 $as_echo "no" >&6; }
5592 if test "x$ac_ct_RANLIB" = x; then
5593 RANLIB=":"
5594 else
5595 case $cross_compiling:$ac_tool_warned in
5596 yes:)
5597 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5598 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5599 ac_tool_warned=yes ;;
5600 esac
5601 RANLIB=$ac_ct_RANLIB
5603 else
5604 RANLIB="$ac_cv_prog_RANLIB"
5607 test -z "$RANLIB" && RANLIB=:
5614 # Determine commands to create old-style static archives.
5615 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5616 old_postinstall_cmds='chmod 644 $oldlib'
5617 old_postuninstall_cmds=
5619 if test -n "$RANLIB"; then
5620 case $host_os in
5621 openbsd*)
5622 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5625 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5627 esac
5628 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5631 case $host_os in
5632 darwin*)
5633 lock_old_archive_extraction=yes ;;
5635 lock_old_archive_extraction=no ;;
5636 esac
5676 # If no C compiler was specified, use CC.
5677 LTCC=${LTCC-"$CC"}
5679 # If no C compiler flags were specified, use CFLAGS.
5680 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5682 # Allow CC to be a program name with arguments.
5683 compiler=$CC
5686 # Check for command to grab the raw symbol name followed by C symbol from nm.
5687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5688 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5689 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
5690 $as_echo_n "(cached) " >&6
5691 else
5693 # These are sane defaults that work on at least a few old systems.
5694 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
5696 # Character class describing NM global symbol codes.
5697 symcode='[BCDEGRST]'
5699 # Regexp to match symbols that can be accessed directly from C.
5700 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5702 # Define system-specific variables.
5703 case $host_os in
5704 aix*)
5705 symcode='[BCDT]'
5707 cygwin* | mingw* | pw32* | cegcc*)
5708 symcode='[ABCDGISTW]'
5710 hpux*)
5711 if test "$host_cpu" = ia64; then
5712 symcode='[ABCDEGRST]'
5715 irix* | nonstopux*)
5716 symcode='[BCDEGRST]'
5718 osf*)
5719 symcode='[BCDEGQRST]'
5721 solaris*)
5722 symcode='[BDRT]'
5724 sco3.2v5*)
5725 symcode='[DT]'
5727 sysv4.2uw2*)
5728 symcode='[DT]'
5730 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5731 symcode='[ABDT]'
5733 sysv4)
5734 symcode='[DFNSTU]'
5736 esac
5738 # If we're using GNU nm, then use its standard symbol codes.
5739 case `$NM -V 2>&1` in
5740 *GNU* | *'with BFD'*)
5741 symcode='[ABCDGIRSTW]' ;;
5742 esac
5744 # Transform an extracted symbol line into a proper C declaration.
5745 # Some systems (esp. on ia64) link data and code symbols differently,
5746 # so use this general approach.
5747 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5749 # Transform an extracted symbol line into symbol name and symbol address
5750 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5751 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'"
5753 # Handle CRLF in mingw tool chain
5754 opt_cr=
5755 case $build_os in
5756 mingw*)
5757 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5759 esac
5761 # Try without a prefix underscore, then with it.
5762 for ac_symprfx in "" "_"; do
5764 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5765 symxfrm="\\1 $ac_symprfx\\2 \\2"
5767 # Write the raw and C identifiers.
5768 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5769 # Fake it for dumpbin and say T for any non-static function
5770 # and D for any global variable.
5771 # Also find C++ and __fastcall symbols from MSVC++,
5772 # which start with @ or ?.
5773 lt_cv_sys_global_symbol_pipe="$AWK '"\
5774 " {last_section=section; section=\$ 3};"\
5775 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5776 " \$ 0!~/External *\|/{next};"\
5777 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5778 " {if(hide[section]) next};"\
5779 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5780 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5781 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
5782 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5783 " ' prfx=^$ac_symprfx"
5784 else
5785 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5788 # Check to see that the pipe works correctly.
5789 pipe_works=no
5791 rm -f conftest*
5792 cat > conftest.$ac_ext <<_LT_EOF
5793 #ifdef __cplusplus
5794 extern "C" {
5795 #endif
5796 char nm_test_var;
5797 void nm_test_func(void);
5798 void nm_test_func(void){}
5799 #ifdef __cplusplus
5801 #endif
5802 int main(){nm_test_var='a';nm_test_func();return(0);}
5803 _LT_EOF
5805 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5806 (eval $ac_compile) 2>&5
5807 ac_status=$?
5808 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5809 test $ac_status = 0; }; then
5810 # Now try to grab the symbols.
5811 nlist=conftest.nm
5812 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5813 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5814 ac_status=$?
5815 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5816 test $ac_status = 0; } && test -s "$nlist"; then
5817 # Try sorting and uniquifying the output.
5818 if sort "$nlist" | uniq > "$nlist"T; then
5819 mv -f "$nlist"T "$nlist"
5820 else
5821 rm -f "$nlist"T
5824 # Make sure that we snagged all the symbols we need.
5825 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5826 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5827 cat <<_LT_EOF > conftest.$ac_ext
5828 #ifdef __cplusplus
5829 extern "C" {
5830 #endif
5832 _LT_EOF
5833 # Now generate the symbol file.
5834 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5836 cat <<_LT_EOF >> conftest.$ac_ext
5838 /* The mapping between symbol names and symbols. */
5839 const struct {
5840 const char *name;
5841 void *address;
5843 lt__PROGRAM__LTX_preloaded_symbols[] =
5845 { "@PROGRAM@", (void *) 0 },
5846 _LT_EOF
5847 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5848 cat <<\_LT_EOF >> conftest.$ac_ext
5849 {0, (void *) 0}
5852 /* This works around a problem in FreeBSD linker */
5853 #ifdef FREEBSD_WORKAROUND
5854 static const void *lt_preloaded_setup() {
5855 return lt__PROGRAM__LTX_preloaded_symbols;
5857 #endif
5859 #ifdef __cplusplus
5861 #endif
5862 _LT_EOF
5863 # Now try linking the two files.
5864 mv conftest.$ac_objext conftstm.$ac_objext
5865 lt_save_LIBS="$LIBS"
5866 lt_save_CFLAGS="$CFLAGS"
5867 LIBS="conftstm.$ac_objext"
5868 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5869 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5870 (eval $ac_link) 2>&5
5871 ac_status=$?
5872 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5873 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5874 pipe_works=yes
5876 LIBS="$lt_save_LIBS"
5877 CFLAGS="$lt_save_CFLAGS"
5878 else
5879 echo "cannot find nm_test_func in $nlist" >&5
5881 else
5882 echo "cannot find nm_test_var in $nlist" >&5
5884 else
5885 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5887 else
5888 echo "$progname: failed program was:" >&5
5889 cat conftest.$ac_ext >&5
5891 rm -rf conftest* conftst*
5893 # Do not use the global_symbol_pipe unless it works.
5894 if test "$pipe_works" = yes; then
5895 break
5896 else
5897 lt_cv_sys_global_symbol_pipe=
5899 done
5903 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5904 lt_cv_sys_global_symbol_to_cdecl=
5906 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5908 $as_echo "failed" >&6; }
5909 else
5910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5911 $as_echo "ok" >&6; }
5935 # Check whether --enable-libtool-lock was given.
5936 if test "${enable_libtool_lock+set}" = set; then :
5937 enableval=$enable_libtool_lock;
5940 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5942 # Some flags need to be propagated to the compiler or linker for good
5943 # libtool support.
5944 case $host in
5945 ia64-*-hpux*)
5946 # Find out which ABI we are using.
5947 echo 'int i;' > conftest.$ac_ext
5948 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5949 (eval $ac_compile) 2>&5
5950 ac_status=$?
5951 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5952 test $ac_status = 0; }; then
5953 case `/usr/bin/file conftest.$ac_objext` in
5954 *ELF-32*)
5955 HPUX_IA64_MODE="32"
5957 *ELF-64*)
5958 HPUX_IA64_MODE="64"
5960 esac
5962 rm -rf conftest*
5964 *-*-irix6*)
5965 # Find out which ABI we are using.
5966 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5967 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5968 (eval $ac_compile) 2>&5
5969 ac_status=$?
5970 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5971 test $ac_status = 0; }; then
5972 if test "$lt_cv_prog_gnu_ld" = yes; then
5973 case `/usr/bin/file conftest.$ac_objext` in
5974 *32-bit*)
5975 LD="${LD-ld} -melf32bsmip"
5977 *N32*)
5978 LD="${LD-ld} -melf32bmipn32"
5980 *64-bit*)
5981 LD="${LD-ld} -melf64bmip"
5983 esac
5984 else
5985 case `/usr/bin/file conftest.$ac_objext` in
5986 *32-bit*)
5987 LD="${LD-ld} -32"
5989 *N32*)
5990 LD="${LD-ld} -n32"
5992 *64-bit*)
5993 LD="${LD-ld} -64"
5995 esac
5998 rm -rf conftest*
6001 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6002 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6003 # Find out which ABI we are using.
6004 echo 'int i;' > conftest.$ac_ext
6005 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6006 (eval $ac_compile) 2>&5
6007 ac_status=$?
6008 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6009 test $ac_status = 0; }; then
6010 case `/usr/bin/file conftest.o` in
6011 *32-bit*)
6012 case $host in
6013 x86_64-*kfreebsd*-gnu)
6014 LD="${LD-ld} -m elf_i386_fbsd"
6016 x86_64-*linux*)
6017 LD="${LD-ld} -m elf_i386"
6019 ppc64-*linux*|powerpc64-*linux*)
6020 LD="${LD-ld} -m elf32ppclinux"
6022 s390x-*linux*)
6023 LD="${LD-ld} -m elf_s390"
6025 sparc64-*linux*)
6026 LD="${LD-ld} -m elf32_sparc"
6028 esac
6030 *64-bit*)
6031 case $host in
6032 x86_64-*kfreebsd*-gnu)
6033 LD="${LD-ld} -m elf_x86_64_fbsd"
6035 x86_64-*linux*)
6036 LD="${LD-ld} -m elf_x86_64"
6038 ppc*-*linux*|powerpc*-*linux*)
6039 LD="${LD-ld} -m elf64ppc"
6041 s390*-*linux*|s390*-*tpf*)
6042 LD="${LD-ld} -m elf64_s390"
6044 sparc*-*linux*)
6045 LD="${LD-ld} -m elf64_sparc"
6047 esac
6049 esac
6051 rm -rf conftest*
6054 *-*-sco3.2v5*)
6055 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6056 SAVE_CFLAGS="$CFLAGS"
6057 CFLAGS="$CFLAGS -belf"
6058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6059 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6060 if test "${lt_cv_cc_needs_belf+set}" = set; then :
6061 $as_echo_n "(cached) " >&6
6062 else
6063 ac_ext=c
6064 ac_cpp='$CPP $CPPFLAGS'
6065 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6066 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6067 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6070 /* end confdefs.h. */
6073 main ()
6077 return 0;
6079 _ACEOF
6080 if ac_fn_c_try_link "$LINENO"; then :
6081 lt_cv_cc_needs_belf=yes
6082 else
6083 lt_cv_cc_needs_belf=no
6085 rm -f core conftest.err conftest.$ac_objext \
6086 conftest$ac_exeext conftest.$ac_ext
6087 ac_ext=c
6088 ac_cpp='$CPP $CPPFLAGS'
6089 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6090 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6091 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6095 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6096 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6097 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6098 CFLAGS="$SAVE_CFLAGS"
6101 sparc*-*solaris*)
6102 # Find out which ABI we are using.
6103 echo 'int i;' > conftest.$ac_ext
6104 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6105 (eval $ac_compile) 2>&5
6106 ac_status=$?
6107 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6108 test $ac_status = 0; }; then
6109 case `/usr/bin/file conftest.o` in
6110 *64-bit*)
6111 case $lt_cv_prog_gnu_ld in
6112 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6114 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6115 LD="${LD-ld} -64"
6118 esac
6120 esac
6122 rm -rf conftest*
6124 esac
6126 need_locks="$enable_libtool_lock"
6129 case $host_os in
6130 rhapsody* | darwin*)
6131 if test -n "$ac_tool_prefix"; then
6132 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6133 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6135 $as_echo_n "checking for $ac_word... " >&6; }
6136 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
6137 $as_echo_n "(cached) " >&6
6138 else
6139 if test -n "$DSYMUTIL"; then
6140 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6141 else
6142 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6143 for as_dir in $PATH
6145 IFS=$as_save_IFS
6146 test -z "$as_dir" && as_dir=.
6147 for ac_exec_ext in '' $ac_executable_extensions; do
6148 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6149 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6150 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6151 break 2
6153 done
6154 done
6155 IFS=$as_save_IFS
6159 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6160 if test -n "$DSYMUTIL"; then
6161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6162 $as_echo "$DSYMUTIL" >&6; }
6163 else
6164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6165 $as_echo "no" >&6; }
6170 if test -z "$ac_cv_prog_DSYMUTIL"; then
6171 ac_ct_DSYMUTIL=$DSYMUTIL
6172 # Extract the first word of "dsymutil", so it can be a program name with args.
6173 set dummy 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_ac_ct_DSYMUTIL+set}" = set; then :
6177 $as_echo_n "(cached) " >&6
6178 else
6179 if test -n "$ac_ct_DSYMUTIL"; then
6180 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_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_ac_ct_DSYMUTIL="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 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6200 if test -n "$ac_ct_DSYMUTIL"; then
6201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6202 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6203 else
6204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6205 $as_echo "no" >&6; }
6208 if test "x$ac_ct_DSYMUTIL" = x; then
6209 DSYMUTIL=":"
6210 else
6211 case $cross_compiling:$ac_tool_warned in
6212 yes:)
6213 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6214 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6215 ac_tool_warned=yes ;;
6216 esac
6217 DSYMUTIL=$ac_ct_DSYMUTIL
6219 else
6220 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6223 if test -n "$ac_tool_prefix"; then
6224 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6225 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6227 $as_echo_n "checking for $ac_word... " >&6; }
6228 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
6229 $as_echo_n "(cached) " >&6
6230 else
6231 if test -n "$NMEDIT"; then
6232 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6233 else
6234 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6235 for as_dir in $PATH
6237 IFS=$as_save_IFS
6238 test -z "$as_dir" && as_dir=.
6239 for ac_exec_ext in '' $ac_executable_extensions; do
6240 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6241 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6242 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6243 break 2
6245 done
6246 done
6247 IFS=$as_save_IFS
6251 NMEDIT=$ac_cv_prog_NMEDIT
6252 if test -n "$NMEDIT"; then
6253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6254 $as_echo "$NMEDIT" >&6; }
6255 else
6256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6257 $as_echo "no" >&6; }
6262 if test -z "$ac_cv_prog_NMEDIT"; then
6263 ac_ct_NMEDIT=$NMEDIT
6264 # Extract the first word of "nmedit", so it can be a program name with args.
6265 set dummy 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_ac_ct_NMEDIT+set}" = set; then :
6269 $as_echo_n "(cached) " >&6
6270 else
6271 if test -n "$ac_ct_NMEDIT"; then
6272 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_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_ac_ct_NMEDIT="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 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6292 if test -n "$ac_ct_NMEDIT"; then
6293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6294 $as_echo "$ac_ct_NMEDIT" >&6; }
6295 else
6296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6297 $as_echo "no" >&6; }
6300 if test "x$ac_ct_NMEDIT" = x; then
6301 NMEDIT=":"
6302 else
6303 case $cross_compiling:$ac_tool_warned in
6304 yes:)
6305 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6306 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6307 ac_tool_warned=yes ;;
6308 esac
6309 NMEDIT=$ac_ct_NMEDIT
6311 else
6312 NMEDIT="$ac_cv_prog_NMEDIT"
6315 if test -n "$ac_tool_prefix"; then
6316 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6317 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6319 $as_echo_n "checking for $ac_word... " >&6; }
6320 if test "${ac_cv_prog_LIPO+set}" = set; then :
6321 $as_echo_n "(cached) " >&6
6322 else
6323 if test -n "$LIPO"; then
6324 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6325 else
6326 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6327 for as_dir in $PATH
6329 IFS=$as_save_IFS
6330 test -z "$as_dir" && as_dir=.
6331 for ac_exec_ext in '' $ac_executable_extensions; do
6332 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6333 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6334 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6335 break 2
6337 done
6338 done
6339 IFS=$as_save_IFS
6343 LIPO=$ac_cv_prog_LIPO
6344 if test -n "$LIPO"; then
6345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6346 $as_echo "$LIPO" >&6; }
6347 else
6348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6349 $as_echo "no" >&6; }
6354 if test -z "$ac_cv_prog_LIPO"; then
6355 ac_ct_LIPO=$LIPO
6356 # Extract the first word of "lipo", so it can be a program name with args.
6357 set dummy 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_ac_ct_LIPO+set}" = set; then :
6361 $as_echo_n "(cached) " >&6
6362 else
6363 if test -n "$ac_ct_LIPO"; then
6364 ac_cv_prog_ac_ct_LIPO="$ac_ct_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_ac_ct_LIPO="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 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6384 if test -n "$ac_ct_LIPO"; then
6385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6386 $as_echo "$ac_ct_LIPO" >&6; }
6387 else
6388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6389 $as_echo "no" >&6; }
6392 if test "x$ac_ct_LIPO" = x; then
6393 LIPO=":"
6394 else
6395 case $cross_compiling:$ac_tool_warned in
6396 yes:)
6397 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6398 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6399 ac_tool_warned=yes ;;
6400 esac
6401 LIPO=$ac_ct_LIPO
6403 else
6404 LIPO="$ac_cv_prog_LIPO"
6407 if test -n "$ac_tool_prefix"; then
6408 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6409 set dummy ${ac_tool_prefix}otool; ac_word=$2
6410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6411 $as_echo_n "checking for $ac_word... " >&6; }
6412 if test "${ac_cv_prog_OTOOL+set}" = set; then :
6413 $as_echo_n "(cached) " >&6
6414 else
6415 if test -n "$OTOOL"; then
6416 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6417 else
6418 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6419 for as_dir in $PATH
6421 IFS=$as_save_IFS
6422 test -z "$as_dir" && as_dir=.
6423 for ac_exec_ext in '' $ac_executable_extensions; do
6424 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6425 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6426 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6427 break 2
6429 done
6430 done
6431 IFS=$as_save_IFS
6435 OTOOL=$ac_cv_prog_OTOOL
6436 if test -n "$OTOOL"; then
6437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6438 $as_echo "$OTOOL" >&6; }
6439 else
6440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6441 $as_echo "no" >&6; }
6446 if test -z "$ac_cv_prog_OTOOL"; then
6447 ac_ct_OTOOL=$OTOOL
6448 # Extract the first word of "otool", so it can be a program name with args.
6449 set dummy 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_ac_ct_OTOOL+set}" = set; then :
6453 $as_echo_n "(cached) " >&6
6454 else
6455 if test -n "$ac_ct_OTOOL"; then
6456 ac_cv_prog_ac_ct_OTOOL="$ac_ct_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_ac_ct_OTOOL="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 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6476 if test -n "$ac_ct_OTOOL"; then
6477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6478 $as_echo "$ac_ct_OTOOL" >&6; }
6479 else
6480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6481 $as_echo "no" >&6; }
6484 if test "x$ac_ct_OTOOL" = x; then
6485 OTOOL=":"
6486 else
6487 case $cross_compiling:$ac_tool_warned in
6488 yes:)
6489 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6490 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6491 ac_tool_warned=yes ;;
6492 esac
6493 OTOOL=$ac_ct_OTOOL
6495 else
6496 OTOOL="$ac_cv_prog_OTOOL"
6499 if test -n "$ac_tool_prefix"; then
6500 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6501 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6503 $as_echo_n "checking for $ac_word... " >&6; }
6504 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
6505 $as_echo_n "(cached) " >&6
6506 else
6507 if test -n "$OTOOL64"; then
6508 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6509 else
6510 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6511 for as_dir in $PATH
6513 IFS=$as_save_IFS
6514 test -z "$as_dir" && as_dir=.
6515 for ac_exec_ext in '' $ac_executable_extensions; do
6516 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6517 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6518 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6519 break 2
6521 done
6522 done
6523 IFS=$as_save_IFS
6527 OTOOL64=$ac_cv_prog_OTOOL64
6528 if test -n "$OTOOL64"; then
6529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6530 $as_echo "$OTOOL64" >&6; }
6531 else
6532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6533 $as_echo "no" >&6; }
6538 if test -z "$ac_cv_prog_OTOOL64"; then
6539 ac_ct_OTOOL64=$OTOOL64
6540 # Extract the first word of "otool64", so it can be a program name with args.
6541 set dummy 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_ac_ct_OTOOL64+set}" = set; then :
6545 $as_echo_n "(cached) " >&6
6546 else
6547 if test -n "$ac_ct_OTOOL64"; then
6548 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_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_ac_ct_OTOOL64="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 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6568 if test -n "$ac_ct_OTOOL64"; then
6569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6570 $as_echo "$ac_ct_OTOOL64" >&6; }
6571 else
6572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6573 $as_echo "no" >&6; }
6576 if test "x$ac_ct_OTOOL64" = x; then
6577 OTOOL64=":"
6578 else
6579 case $cross_compiling:$ac_tool_warned in
6580 yes:)
6581 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6582 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6583 ac_tool_warned=yes ;;
6584 esac
6585 OTOOL64=$ac_ct_OTOOL64
6587 else
6588 OTOOL64="$ac_cv_prog_OTOOL64"
6617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6618 $as_echo_n "checking for -single_module linker flag... " >&6; }
6619 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
6620 $as_echo_n "(cached) " >&6
6621 else
6622 lt_cv_apple_cc_single_mod=no
6623 if test -z "${LT_MULTI_MODULE}"; then
6624 # By default we will add the -single_module flag. You can override
6625 # by either setting the environment variable LT_MULTI_MODULE
6626 # non-empty at configure time, or by adding -multi_module to the
6627 # link flags.
6628 rm -rf libconftest.dylib*
6629 echo "int foo(void){return 1;}" > conftest.c
6630 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6631 -dynamiclib -Wl,-single_module conftest.c" >&5
6632 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6633 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6634 _lt_result=$?
6635 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6636 lt_cv_apple_cc_single_mod=yes
6637 else
6638 cat conftest.err >&5
6640 rm -rf libconftest.dylib*
6641 rm -f conftest.*
6644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6645 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6647 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6648 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
6649 $as_echo_n "(cached) " >&6
6650 else
6651 lt_cv_ld_exported_symbols_list=no
6652 save_LDFLAGS=$LDFLAGS
6653 echo "_main" > conftest.sym
6654 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6656 /* end confdefs.h. */
6659 main ()
6663 return 0;
6665 _ACEOF
6666 if ac_fn_c_try_link "$LINENO"; then :
6667 lt_cv_ld_exported_symbols_list=yes
6668 else
6669 lt_cv_ld_exported_symbols_list=no
6671 rm -f core conftest.err conftest.$ac_objext \
6672 conftest$ac_exeext conftest.$ac_ext
6673 LDFLAGS="$save_LDFLAGS"
6676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6677 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6679 $as_echo_n "checking for -force_load linker flag... " >&6; }
6680 if test "${lt_cv_ld_force_load+set}" = set; then :
6681 $as_echo_n "(cached) " >&6
6682 else
6683 lt_cv_ld_force_load=no
6684 cat > conftest.c << _LT_EOF
6685 int forced_loaded() { return 2;}
6686 _LT_EOF
6687 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6688 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6689 echo "$AR cru libconftest.a conftest.o" >&5
6690 $AR cru libconftest.a conftest.o 2>&5
6691 cat > conftest.c << _LT_EOF
6692 int main() { return 0;}
6693 _LT_EOF
6694 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6695 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6696 _lt_result=$?
6697 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6698 lt_cv_ld_force_load=yes
6699 else
6700 cat conftest.err >&5
6702 rm -f conftest.err libconftest.a conftest conftest.c
6703 rm -rf conftest.dSYM
6706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6707 $as_echo "$lt_cv_ld_force_load" >&6; }
6708 case $host_os in
6709 rhapsody* | darwin1.[012])
6710 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6711 darwin1.*)
6712 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6713 darwin*) # darwin 5.x on
6714 # if running on 10.5 or later, the deployment target defaults
6715 # to the OS version, if on x86, and 10.4, the deployment
6716 # target defaults to 10.4. Don't you love it?
6717 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6718 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6719 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6720 10.[012]*)
6721 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6722 10.*)
6723 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6724 esac
6726 esac
6727 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6728 _lt_dar_single_mod='$single_module'
6730 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6731 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6732 else
6733 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6735 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6736 _lt_dsymutil='~$DSYMUTIL $lib || :'
6737 else
6738 _lt_dsymutil=
6741 esac
6743 ac_ext=c
6744 ac_cpp='$CPP $CPPFLAGS'
6745 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6746 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6747 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6749 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6750 # On Suns, sometimes $CPP names a directory.
6751 if test -n "$CPP" && test -d "$CPP"; then
6752 CPP=
6754 if test -z "$CPP"; then
6755 if test "${ac_cv_prog_CPP+set}" = set; then :
6756 $as_echo_n "(cached) " >&6
6757 else
6758 # Double quotes because CPP needs to be expanded
6759 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6761 ac_preproc_ok=false
6762 for ac_c_preproc_warn_flag in '' yes
6764 # Use a header file that comes with gcc, so configuring glibc
6765 # with a fresh cross-compiler works.
6766 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6767 # <limits.h> exists even on freestanding compilers.
6768 # On the NeXT, cc -E runs the code through the compiler's parser,
6769 # not just through cpp. "Syntax error" is here to catch this case.
6770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6771 /* end confdefs.h. */
6772 #ifdef __STDC__
6773 # include <limits.h>
6774 #else
6775 # include <assert.h>
6776 #endif
6777 Syntax error
6778 _ACEOF
6779 if ac_fn_c_try_cpp "$LINENO"; then :
6781 else
6782 # Broken: fails on valid input.
6783 continue
6785 rm -f conftest.err conftest.$ac_ext
6787 # OK, works on sane cases. Now check whether nonexistent headers
6788 # can be detected and how.
6789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6790 /* end confdefs.h. */
6791 #include <ac_nonexistent.h>
6792 _ACEOF
6793 if ac_fn_c_try_cpp "$LINENO"; then :
6794 # Broken: success on invalid input.
6795 continue
6796 else
6797 # Passes both tests.
6798 ac_preproc_ok=:
6799 break
6801 rm -f conftest.err conftest.$ac_ext
6803 done
6804 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6805 rm -f conftest.err conftest.$ac_ext
6806 if $ac_preproc_ok; then :
6807 break
6810 done
6811 ac_cv_prog_CPP=$CPP
6814 CPP=$ac_cv_prog_CPP
6815 else
6816 ac_cv_prog_CPP=$CPP
6818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6819 $as_echo "$CPP" >&6; }
6820 ac_preproc_ok=false
6821 for ac_c_preproc_warn_flag in '' yes
6823 # Use a header file that comes with gcc, so configuring glibc
6824 # with a fresh cross-compiler works.
6825 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6826 # <limits.h> exists even on freestanding compilers.
6827 # On the NeXT, cc -E runs the code through the compiler's parser,
6828 # not just through cpp. "Syntax error" is here to catch this case.
6829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6830 /* end confdefs.h. */
6831 #ifdef __STDC__
6832 # include <limits.h>
6833 #else
6834 # include <assert.h>
6835 #endif
6836 Syntax error
6837 _ACEOF
6838 if ac_fn_c_try_cpp "$LINENO"; then :
6840 else
6841 # Broken: fails on valid input.
6842 continue
6844 rm -f conftest.err conftest.$ac_ext
6846 # OK, works on sane cases. Now check whether nonexistent headers
6847 # can be detected and how.
6848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6849 /* end confdefs.h. */
6850 #include <ac_nonexistent.h>
6851 _ACEOF
6852 if ac_fn_c_try_cpp "$LINENO"; then :
6853 # Broken: success on invalid input.
6854 continue
6855 else
6856 # Passes both tests.
6857 ac_preproc_ok=:
6858 break
6860 rm -f conftest.err conftest.$ac_ext
6862 done
6863 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6864 rm -f conftest.err conftest.$ac_ext
6865 if $ac_preproc_ok; then :
6867 else
6868 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6869 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6870 as_fn_error "C preprocessor \"$CPP\" fails sanity check
6871 See \`config.log' for more details." "$LINENO" 5; }
6874 ac_ext=c
6875 ac_cpp='$CPP $CPPFLAGS'
6876 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6877 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6878 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6882 $as_echo_n "checking for ANSI C header files... " >&6; }
6883 if test "${ac_cv_header_stdc+set}" = set; then :
6884 $as_echo_n "(cached) " >&6
6885 else
6886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6887 /* end confdefs.h. */
6888 #include <stdlib.h>
6889 #include <stdarg.h>
6890 #include <string.h>
6891 #include <float.h>
6894 main ()
6898 return 0;
6900 _ACEOF
6901 if ac_fn_c_try_compile "$LINENO"; then :
6902 ac_cv_header_stdc=yes
6903 else
6904 ac_cv_header_stdc=no
6906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6908 if test $ac_cv_header_stdc = yes; then
6909 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6911 /* end confdefs.h. */
6912 #include <string.h>
6914 _ACEOF
6915 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6916 $EGREP "memchr" >/dev/null 2>&1; then :
6918 else
6919 ac_cv_header_stdc=no
6921 rm -f conftest*
6925 if test $ac_cv_header_stdc = yes; then
6926 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6928 /* end confdefs.h. */
6929 #include <stdlib.h>
6931 _ACEOF
6932 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6933 $EGREP "free" >/dev/null 2>&1; then :
6935 else
6936 ac_cv_header_stdc=no
6938 rm -f conftest*
6942 if test $ac_cv_header_stdc = yes; then
6943 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6944 if test "$cross_compiling" = yes; then :
6946 else
6947 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6948 /* end confdefs.h. */
6949 #include <ctype.h>
6950 #include <stdlib.h>
6951 #if ((' ' & 0x0FF) == 0x020)
6952 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6953 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6954 #else
6955 # define ISLOWER(c) \
6956 (('a' <= (c) && (c) <= 'i') \
6957 || ('j' <= (c) && (c) <= 'r') \
6958 || ('s' <= (c) && (c) <= 'z'))
6959 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6960 #endif
6962 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6964 main ()
6966 int i;
6967 for (i = 0; i < 256; i++)
6968 if (XOR (islower (i), ISLOWER (i))
6969 || toupper (i) != TOUPPER (i))
6970 return 2;
6971 return 0;
6973 _ACEOF
6974 if ac_fn_c_try_run "$LINENO"; then :
6976 else
6977 ac_cv_header_stdc=no
6979 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6980 conftest.$ac_objext conftest.beam conftest.$ac_ext
6985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6986 $as_echo "$ac_cv_header_stdc" >&6; }
6987 if test $ac_cv_header_stdc = yes; then
6989 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6993 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6994 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6995 inttypes.h stdint.h unistd.h
6996 do :
6997 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6998 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7000 eval as_val=\$$as_ac_Header
7001 if test "x$as_val" = x""yes; then :
7002 cat >>confdefs.h <<_ACEOF
7003 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7004 _ACEOF
7008 done
7011 for ac_header in dlfcn.h
7012 do :
7013 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7015 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7016 cat >>confdefs.h <<_ACEOF
7017 #define HAVE_DLFCN_H 1
7018 _ACEOF
7022 done
7028 # Set options
7032 enable_dlopen=no
7035 enable_win32_dll=no
7038 # Check whether --enable-shared was given.
7039 if test "${enable_shared+set}" = set; then :
7040 enableval=$enable_shared; p=${PACKAGE-default}
7041 case $enableval in
7042 yes) enable_shared=yes ;;
7043 no) enable_shared=no ;;
7045 enable_shared=no
7046 # Look at the argument we got. We use all the common list separators.
7047 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7048 for pkg in $enableval; do
7049 IFS="$lt_save_ifs"
7050 if test "X$pkg" = "X$p"; then
7051 enable_shared=yes
7053 done
7054 IFS="$lt_save_ifs"
7056 esac
7057 else
7058 enable_shared=yes
7069 # Check whether --enable-static was given.
7070 if test "${enable_static+set}" = set; then :
7071 enableval=$enable_static; p=${PACKAGE-default}
7072 case $enableval in
7073 yes) enable_static=yes ;;
7074 no) enable_static=no ;;
7076 enable_static=no
7077 # Look at the argument we got. We use all the common list separators.
7078 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7079 for pkg in $enableval; do
7080 IFS="$lt_save_ifs"
7081 if test "X$pkg" = "X$p"; then
7082 enable_static=yes
7084 done
7085 IFS="$lt_save_ifs"
7087 esac
7088 else
7089 enable_static=yes
7101 # Check whether --with-pic was given.
7102 if test "${with_pic+set}" = set; then :
7103 withval=$with_pic; p=${PACKAGE-default}
7104 case "$withval" in
7105 yes|no) pic_mode="$withval" ;;
7107 pic_mode=default
7108 # Look at the argument we got. We use all the common list separators.
7109 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7110 for pkg in $withval; do
7111 IFS="$lt_save_ifs"
7112 if test "X$pkg" = "X$p"; then
7113 pic_mode=yes
7115 done
7116 IFS="$lt_save_ifs"
7118 esac
7119 else
7120 pic_mode=default
7124 test -z "$pic_mode" && pic_mode=default
7132 # Check whether --enable-fast-install was given.
7133 if test "${enable_fast_install+set}" = set; then :
7134 enableval=$enable_fast_install; p=${PACKAGE-default}
7135 case $enableval in
7136 yes) enable_fast_install=yes ;;
7137 no) enable_fast_install=no ;;
7139 enable_fast_install=no
7140 # Look at the argument we got. We use all the common list separators.
7141 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7142 for pkg in $enableval; do
7143 IFS="$lt_save_ifs"
7144 if test "X$pkg" = "X$p"; then
7145 enable_fast_install=yes
7147 done
7148 IFS="$lt_save_ifs"
7150 esac
7151 else
7152 enable_fast_install=yes
7165 # This can be used to rebuild libtool when needed
7166 LIBTOOL_DEPS="$ltmain"
7168 # Always use our own libtool.
7169 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7196 test -z "$LN_S" && LN_S="ln -s"
7211 if test -n "${ZSH_VERSION+set}" ; then
7212 setopt NO_GLOB_SUBST
7215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7216 $as_echo_n "checking for objdir... " >&6; }
7217 if test "${lt_cv_objdir+set}" = set; then :
7218 $as_echo_n "(cached) " >&6
7219 else
7220 rm -f .libs 2>/dev/null
7221 mkdir .libs 2>/dev/null
7222 if test -d .libs; then
7223 lt_cv_objdir=.libs
7224 else
7225 # MS-DOS does not allow filenames that begin with a dot.
7226 lt_cv_objdir=_libs
7228 rmdir .libs 2>/dev/null
7230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7231 $as_echo "$lt_cv_objdir" >&6; }
7232 objdir=$lt_cv_objdir
7238 cat >>confdefs.h <<_ACEOF
7239 #define LT_OBJDIR "$lt_cv_objdir/"
7240 _ACEOF
7245 case $host_os in
7246 aix3*)
7247 # AIX sometimes has problems with the GCC collect2 program. For some
7248 # reason, if we set the COLLECT_NAMES environment variable, the problems
7249 # vanish in a puff of smoke.
7250 if test "X${COLLECT_NAMES+set}" != Xset; then
7251 COLLECT_NAMES=
7252 export COLLECT_NAMES
7255 esac
7257 # Global variables:
7258 ofile=libtool
7259 can_build_shared=yes
7261 # All known linkers require a `.a' archive for static linking (except MSVC,
7262 # which needs '.lib').
7263 libext=a
7265 with_gnu_ld="$lt_cv_prog_gnu_ld"
7267 old_CC="$CC"
7268 old_CFLAGS="$CFLAGS"
7270 # Set sane defaults for various variables
7271 test -z "$CC" && CC=cc
7272 test -z "$LTCC" && LTCC=$CC
7273 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7274 test -z "$LD" && LD=ld
7275 test -z "$ac_objext" && ac_objext=o
7277 for cc_temp in $compiler""; do
7278 case $cc_temp in
7279 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7280 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7281 \-*) ;;
7282 *) break;;
7283 esac
7284 done
7285 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7288 # Only perform the check for file, if the check method requires it
7289 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7290 case $deplibs_check_method in
7291 file_magic*)
7292 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7294 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7295 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7296 $as_echo_n "(cached) " >&6
7297 else
7298 case $MAGIC_CMD in
7299 [\\/*] | ?:[\\/]*)
7300 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7303 lt_save_MAGIC_CMD="$MAGIC_CMD"
7304 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7305 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7306 for ac_dir in $ac_dummy; do
7307 IFS="$lt_save_ifs"
7308 test -z "$ac_dir" && ac_dir=.
7309 if test -f $ac_dir/${ac_tool_prefix}file; then
7310 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7311 if test -n "$file_magic_test_file"; then
7312 case $deplibs_check_method in
7313 "file_magic "*)
7314 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7315 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7316 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7317 $EGREP "$file_magic_regex" > /dev/null; then
7319 else
7320 cat <<_LT_EOF 1>&2
7322 *** Warning: the command libtool uses to detect shared libraries,
7323 *** $file_magic_cmd, produces output that libtool cannot recognize.
7324 *** The result is that libtool may fail to recognize shared libraries
7325 *** as such. This will affect the creation of libtool libraries that
7326 *** depend on shared libraries, but programs linked with such libtool
7327 *** libraries will work regardless of this problem. Nevertheless, you
7328 *** may want to report the problem to your system manager and/or to
7329 *** bug-libtool@gnu.org
7331 _LT_EOF
7332 fi ;;
7333 esac
7335 break
7337 done
7338 IFS="$lt_save_ifs"
7339 MAGIC_CMD="$lt_save_MAGIC_CMD"
7341 esac
7344 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7345 if test -n "$MAGIC_CMD"; then
7346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7347 $as_echo "$MAGIC_CMD" >&6; }
7348 else
7349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7350 $as_echo "no" >&6; }
7357 if test -z "$lt_cv_path_MAGIC_CMD"; then
7358 if test -n "$ac_tool_prefix"; then
7359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7360 $as_echo_n "checking for file... " >&6; }
7361 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7362 $as_echo_n "(cached) " >&6
7363 else
7364 case $MAGIC_CMD in
7365 [\\/*] | ?:[\\/]*)
7366 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7369 lt_save_MAGIC_CMD="$MAGIC_CMD"
7370 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7371 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7372 for ac_dir in $ac_dummy; do
7373 IFS="$lt_save_ifs"
7374 test -z "$ac_dir" && ac_dir=.
7375 if test -f $ac_dir/file; then
7376 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7377 if test -n "$file_magic_test_file"; then
7378 case $deplibs_check_method in
7379 "file_magic "*)
7380 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7381 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7382 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7383 $EGREP "$file_magic_regex" > /dev/null; then
7385 else
7386 cat <<_LT_EOF 1>&2
7388 *** Warning: the command libtool uses to detect shared libraries,
7389 *** $file_magic_cmd, produces output that libtool cannot recognize.
7390 *** The result is that libtool may fail to recognize shared libraries
7391 *** as such. This will affect the creation of libtool libraries that
7392 *** depend on shared libraries, but programs linked with such libtool
7393 *** libraries will work regardless of this problem. Nevertheless, you
7394 *** may want to report the problem to your system manager and/or to
7395 *** bug-libtool@gnu.org
7397 _LT_EOF
7398 fi ;;
7399 esac
7401 break
7403 done
7404 IFS="$lt_save_ifs"
7405 MAGIC_CMD="$lt_save_MAGIC_CMD"
7407 esac
7410 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7411 if test -n "$MAGIC_CMD"; then
7412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7413 $as_echo "$MAGIC_CMD" >&6; }
7414 else
7415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7416 $as_echo "no" >&6; }
7420 else
7421 MAGIC_CMD=:
7427 esac
7429 # Use C for the default configuration in the libtool script
7431 lt_save_CC="$CC"
7432 ac_ext=c
7433 ac_cpp='$CPP $CPPFLAGS'
7434 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7435 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7436 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7439 # Source file extension for C test sources.
7440 ac_ext=c
7442 # Object file extension for compiled C test sources.
7443 objext=o
7444 objext=$objext
7446 # Code to be used in simple compile tests
7447 lt_simple_compile_test_code="int some_variable = 0;"
7449 # Code to be used in simple link tests
7450 lt_simple_link_test_code='int main(){return(0);}'
7458 # If no C compiler was specified, use CC.
7459 LTCC=${LTCC-"$CC"}
7461 # If no C compiler flags were specified, use CFLAGS.
7462 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7464 # Allow CC to be a program name with arguments.
7465 compiler=$CC
7467 # Save the default compiler, since it gets overwritten when the other
7468 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7469 compiler_DEFAULT=$CC
7471 # save warnings/boilerplate of simple test code
7472 ac_outfile=conftest.$ac_objext
7473 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7474 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7475 _lt_compiler_boilerplate=`cat conftest.err`
7476 $RM conftest*
7478 ac_outfile=conftest.$ac_objext
7479 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7480 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7481 _lt_linker_boilerplate=`cat conftest.err`
7482 $RM -r conftest*
7485 ## CAVEAT EMPTOR:
7486 ## There is no encapsulation within the following macros, do not change
7487 ## the running order or otherwise move them around unless you know exactly
7488 ## what you are doing...
7489 if test -n "$compiler"; then
7491 lt_prog_compiler_no_builtin_flag=
7493 if test "$GCC" = yes; then
7494 case $cc_basename in
7495 nvcc*)
7496 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7498 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7499 esac
7501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7502 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7503 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7504 $as_echo_n "(cached) " >&6
7505 else
7506 lt_cv_prog_compiler_rtti_exceptions=no
7507 ac_outfile=conftest.$ac_objext
7508 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7509 lt_compiler_flag="-fno-rtti -fno-exceptions"
7510 # Insert the option either (1) after the last *FLAGS variable, or
7511 # (2) before a word containing "conftest.", or (3) at the end.
7512 # Note that $ac_compile itself does not contain backslashes and begins
7513 # with a dollar sign (not a hyphen), so the echo should work correctly.
7514 # The option is referenced via a variable to avoid confusing sed.
7515 lt_compile=`echo "$ac_compile" | $SED \
7516 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7517 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7518 -e 's:$: $lt_compiler_flag:'`
7519 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7520 (eval "$lt_compile" 2>conftest.err)
7521 ac_status=$?
7522 cat conftest.err >&5
7523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7524 if (exit $ac_status) && test -s "$ac_outfile"; then
7525 # The compiler can only warn and ignore the option if not recognized
7526 # So say no if there are warnings other than the usual output.
7527 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7528 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7529 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7530 lt_cv_prog_compiler_rtti_exceptions=yes
7533 $RM conftest*
7536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7537 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7539 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7540 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7541 else
7552 lt_prog_compiler_wl=
7553 lt_prog_compiler_pic=
7554 lt_prog_compiler_static=
7556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7557 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7559 if test "$GCC" = yes; then
7560 lt_prog_compiler_wl='-Wl,'
7561 lt_prog_compiler_static='-static'
7563 case $host_os in
7564 aix*)
7565 # All AIX code is PIC.
7566 if test "$host_cpu" = ia64; then
7567 # AIX 5 now supports IA64 processor
7568 lt_prog_compiler_static='-Bstatic'
7572 amigaos*)
7573 case $host_cpu in
7574 powerpc)
7575 # see comment about AmigaOS4 .so support
7576 lt_prog_compiler_pic='-fPIC'
7578 m68k)
7579 # FIXME: we need at least 68020 code to build shared libraries, but
7580 # adding the `-m68020' flag to GCC prevents building anything better,
7581 # like `-m68040'.
7582 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7584 esac
7587 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7588 # PIC is the default for these OSes.
7591 mingw* | cygwin* | pw32* | os2* | cegcc*)
7592 # This hack is so that the source file can tell whether it is being
7593 # built for inclusion in a dll (and should export symbols for example).
7594 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7595 # (--disable-auto-import) libraries
7596 lt_prog_compiler_pic='-DDLL_EXPORT'
7599 darwin* | rhapsody*)
7600 # PIC is the default on this platform
7601 # Common symbols not allowed in MH_DYLIB files
7602 lt_prog_compiler_pic='-fno-common'
7605 haiku*)
7606 # PIC is the default for Haiku.
7607 # The "-static" flag exists, but is broken.
7608 lt_prog_compiler_static=
7611 hpux*)
7612 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7613 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7614 # sets the default TLS model and affects inlining.
7615 case $host_cpu in
7616 hppa*64*)
7617 # +Z the default
7620 lt_prog_compiler_pic='-fPIC'
7622 esac
7625 interix[3-9]*)
7626 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7627 # Instead, we relocate shared libraries at runtime.
7630 msdosdjgpp*)
7631 # Just because we use GCC doesn't mean we suddenly get shared libraries
7632 # on systems that don't support them.
7633 lt_prog_compiler_can_build_shared=no
7634 enable_shared=no
7637 *nto* | *qnx*)
7638 # QNX uses GNU C++, but need to define -shared option too, otherwise
7639 # it will coredump.
7640 lt_prog_compiler_pic='-fPIC -shared'
7643 sysv4*MP*)
7644 if test -d /usr/nec; then
7645 lt_prog_compiler_pic=-Kconform_pic
7650 lt_prog_compiler_pic='-fPIC'
7652 esac
7654 case $cc_basename in
7655 nvcc*) # Cuda Compiler Driver 2.2
7656 lt_prog_compiler_wl='-Xlinker '
7657 lt_prog_compiler_pic='-Xcompiler -fPIC'
7659 esac
7660 else
7661 # PORTME Check for flag to pass linker flags through the system compiler.
7662 case $host_os in
7663 aix*)
7664 lt_prog_compiler_wl='-Wl,'
7665 if test "$host_cpu" = ia64; then
7666 # AIX 5 now supports IA64 processor
7667 lt_prog_compiler_static='-Bstatic'
7668 else
7669 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7673 mingw* | cygwin* | pw32* | os2* | cegcc*)
7674 # This hack is so that the source file can tell whether it is being
7675 # built for inclusion in a dll (and should export symbols for example).
7676 lt_prog_compiler_pic='-DDLL_EXPORT'
7679 hpux9* | hpux10* | hpux11*)
7680 lt_prog_compiler_wl='-Wl,'
7681 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7682 # not for PA HP-UX.
7683 case $host_cpu in
7684 hppa*64*|ia64*)
7685 # +Z the default
7688 lt_prog_compiler_pic='+Z'
7690 esac
7691 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7692 lt_prog_compiler_static='${wl}-a ${wl}archive'
7695 irix5* | irix6* | nonstopux*)
7696 lt_prog_compiler_wl='-Wl,'
7697 # PIC (with -KPIC) is the default.
7698 lt_prog_compiler_static='-non_shared'
7701 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7702 case $cc_basename in
7703 # old Intel for x86_64 which still supported -KPIC.
7704 ecc*)
7705 lt_prog_compiler_wl='-Wl,'
7706 lt_prog_compiler_pic='-KPIC'
7707 lt_prog_compiler_static='-static'
7709 # icc used to be incompatible with GCC.
7710 # ICC 10 doesn't accept -KPIC any more.
7711 icc* | ifort*)
7712 lt_prog_compiler_wl='-Wl,'
7713 lt_prog_compiler_pic='-fPIC'
7714 lt_prog_compiler_static='-static'
7716 # Lahey Fortran 8.1.
7717 lf95*)
7718 lt_prog_compiler_wl='-Wl,'
7719 lt_prog_compiler_pic='--shared'
7720 lt_prog_compiler_static='--static'
7722 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7723 # Portland Group compilers (*not* the Pentium gcc compiler,
7724 # which looks to be a dead project)
7725 lt_prog_compiler_wl='-Wl,'
7726 lt_prog_compiler_pic='-fpic'
7727 lt_prog_compiler_static='-Bstatic'
7729 ccc*)
7730 lt_prog_compiler_wl='-Wl,'
7731 # All Alpha code is PIC.
7732 lt_prog_compiler_static='-non_shared'
7734 xl* | bgxl* | bgf* | mpixl*)
7735 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7736 lt_prog_compiler_wl='-Wl,'
7737 lt_prog_compiler_pic='-qpic'
7738 lt_prog_compiler_static='-qstaticlink'
7741 case `$CC -V 2>&1 | sed 5q` in
7742 *Sun\ F* | *Sun*Fortran*)
7743 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7744 lt_prog_compiler_pic='-KPIC'
7745 lt_prog_compiler_static='-Bstatic'
7746 lt_prog_compiler_wl=''
7748 *Sun\ C*)
7749 # Sun C 5.9
7750 lt_prog_compiler_pic='-KPIC'
7751 lt_prog_compiler_static='-Bstatic'
7752 lt_prog_compiler_wl='-Wl,'
7754 esac
7756 esac
7759 newsos6)
7760 lt_prog_compiler_pic='-KPIC'
7761 lt_prog_compiler_static='-Bstatic'
7764 *nto* | *qnx*)
7765 # QNX uses GNU C++, but need to define -shared option too, otherwise
7766 # it will coredump.
7767 lt_prog_compiler_pic='-fPIC -shared'
7770 osf3* | osf4* | osf5*)
7771 lt_prog_compiler_wl='-Wl,'
7772 # All OSF/1 code is PIC.
7773 lt_prog_compiler_static='-non_shared'
7776 rdos*)
7777 lt_prog_compiler_static='-non_shared'
7780 solaris*)
7781 lt_prog_compiler_pic='-KPIC'
7782 lt_prog_compiler_static='-Bstatic'
7783 case $cc_basename in
7784 f77* | f90* | f95*)
7785 lt_prog_compiler_wl='-Qoption ld ';;
7787 lt_prog_compiler_wl='-Wl,';;
7788 esac
7791 sunos4*)
7792 lt_prog_compiler_wl='-Qoption ld '
7793 lt_prog_compiler_pic='-PIC'
7794 lt_prog_compiler_static='-Bstatic'
7797 sysv4 | sysv4.2uw2* | sysv4.3*)
7798 lt_prog_compiler_wl='-Wl,'
7799 lt_prog_compiler_pic='-KPIC'
7800 lt_prog_compiler_static='-Bstatic'
7803 sysv4*MP*)
7804 if test -d /usr/nec ;then
7805 lt_prog_compiler_pic='-Kconform_pic'
7806 lt_prog_compiler_static='-Bstatic'
7810 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7811 lt_prog_compiler_wl='-Wl,'
7812 lt_prog_compiler_pic='-KPIC'
7813 lt_prog_compiler_static='-Bstatic'
7816 unicos*)
7817 lt_prog_compiler_wl='-Wl,'
7818 lt_prog_compiler_can_build_shared=no
7821 uts4*)
7822 lt_prog_compiler_pic='-pic'
7823 lt_prog_compiler_static='-Bstatic'
7827 lt_prog_compiler_can_build_shared=no
7829 esac
7832 case $host_os in
7833 # For platforms which do not support PIC, -DPIC is meaningless:
7834 *djgpp*)
7835 lt_prog_compiler_pic=
7838 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7840 esac
7841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7842 $as_echo "$lt_prog_compiler_pic" >&6; }
7850 # Check to make sure the PIC flag actually works.
7852 if test -n "$lt_prog_compiler_pic"; then
7853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7854 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7855 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
7856 $as_echo_n "(cached) " >&6
7857 else
7858 lt_cv_prog_compiler_pic_works=no
7859 ac_outfile=conftest.$ac_objext
7860 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7861 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
7862 # Insert the option either (1) after the last *FLAGS variable, or
7863 # (2) before a word containing "conftest.", or (3) at the end.
7864 # Note that $ac_compile itself does not contain backslashes and begins
7865 # with a dollar sign (not a hyphen), so the echo should work correctly.
7866 # The option is referenced via a variable to avoid confusing sed.
7867 lt_compile=`echo "$ac_compile" | $SED \
7868 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7869 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7870 -e 's:$: $lt_compiler_flag:'`
7871 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7872 (eval "$lt_compile" 2>conftest.err)
7873 ac_status=$?
7874 cat conftest.err >&5
7875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7876 if (exit $ac_status) && test -s "$ac_outfile"; then
7877 # The compiler can only warn and ignore the option if not recognized
7878 # So say no if there are warnings other than the usual output.
7879 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7880 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7881 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7882 lt_cv_prog_compiler_pic_works=yes
7885 $RM conftest*
7888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
7889 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
7891 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
7892 case $lt_prog_compiler_pic in
7893 "" | " "*) ;;
7894 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
7895 esac
7896 else
7897 lt_prog_compiler_pic=
7898 lt_prog_compiler_can_build_shared=no
7909 # Check to make sure the static flag actually works.
7911 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7913 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
7914 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
7915 $as_echo_n "(cached) " >&6
7916 else
7917 lt_cv_prog_compiler_static_works=no
7918 save_LDFLAGS="$LDFLAGS"
7919 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
7920 echo "$lt_simple_link_test_code" > conftest.$ac_ext
7921 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
7922 # The linker can only warn and ignore the option if not recognized
7923 # So say no if there are warnings
7924 if test -s conftest.err; then
7925 # Append any errors to the config.log.
7926 cat conftest.err 1>&5
7927 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
7928 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7929 if diff conftest.exp conftest.er2 >/dev/null; then
7930 lt_cv_prog_compiler_static_works=yes
7932 else
7933 lt_cv_prog_compiler_static_works=yes
7936 $RM -r conftest*
7937 LDFLAGS="$save_LDFLAGS"
7940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
7941 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
7943 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
7945 else
7946 lt_prog_compiler_static=
7955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7956 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7957 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7958 $as_echo_n "(cached) " >&6
7959 else
7960 lt_cv_prog_compiler_c_o=no
7961 $RM -r conftest 2>/dev/null
7962 mkdir conftest
7963 cd conftest
7964 mkdir out
7965 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7967 lt_compiler_flag="-o out/conftest2.$ac_objext"
7968 # Insert the option either (1) after the last *FLAGS variable, or
7969 # (2) before a word containing "conftest.", or (3) at the end.
7970 # Note that $ac_compile itself does not contain backslashes and begins
7971 # with a dollar sign (not a hyphen), so the echo should work correctly.
7972 lt_compile=`echo "$ac_compile" | $SED \
7973 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7974 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7975 -e 's:$: $lt_compiler_flag:'`
7976 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7977 (eval "$lt_compile" 2>out/conftest.err)
7978 ac_status=$?
7979 cat out/conftest.err >&5
7980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7981 if (exit $ac_status) && test -s out/conftest2.$ac_objext
7982 then
7983 # The compiler can only warn and ignore the option if not recognized
7984 # So say no if there are warnings
7985 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
7986 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7987 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7988 lt_cv_prog_compiler_c_o=yes
7991 chmod u+w . 2>&5
7992 $RM conftest*
7993 # SGI C++ compiler will create directory out/ii_files/ for
7994 # template instantiation
7995 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7996 $RM out/* && rmdir out
7997 cd ..
7998 $RM -r conftest
7999 $RM conftest*
8002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8003 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8011 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8012 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8013 $as_echo_n "(cached) " >&6
8014 else
8015 lt_cv_prog_compiler_c_o=no
8016 $RM -r conftest 2>/dev/null
8017 mkdir conftest
8018 cd conftest
8019 mkdir out
8020 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8022 lt_compiler_flag="-o out/conftest2.$ac_objext"
8023 # Insert the option either (1) after the last *FLAGS variable, or
8024 # (2) before a word containing "conftest.", or (3) at the end.
8025 # Note that $ac_compile itself does not contain backslashes and begins
8026 # with a dollar sign (not a hyphen), so the echo should work correctly.
8027 lt_compile=`echo "$ac_compile" | $SED \
8028 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8029 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8030 -e 's:$: $lt_compiler_flag:'`
8031 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8032 (eval "$lt_compile" 2>out/conftest.err)
8033 ac_status=$?
8034 cat out/conftest.err >&5
8035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8036 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8037 then
8038 # The compiler can only warn and ignore the option if not recognized
8039 # So say no if there are warnings
8040 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8041 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8042 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8043 lt_cv_prog_compiler_c_o=yes
8046 chmod u+w . 2>&5
8047 $RM conftest*
8048 # SGI C++ compiler will create directory out/ii_files/ for
8049 # template instantiation
8050 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8051 $RM out/* && rmdir out
8052 cd ..
8053 $RM -r conftest
8054 $RM conftest*
8057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8058 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8063 hard_links="nottested"
8064 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8065 # do not overwrite the value of need_locks provided by the user
8066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8067 $as_echo_n "checking if we can lock with hard links... " >&6; }
8068 hard_links=yes
8069 $RM conftest*
8070 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8071 touch conftest.a
8072 ln conftest.a conftest.b 2>&5 || hard_links=no
8073 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8075 $as_echo "$hard_links" >&6; }
8076 if test "$hard_links" = no; then
8077 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8078 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8079 need_locks=warn
8081 else
8082 need_locks=no
8090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8091 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8093 runpath_var=
8094 allow_undefined_flag=
8095 always_export_symbols=no
8096 archive_cmds=
8097 archive_expsym_cmds=
8098 compiler_needs_object=no
8099 enable_shared_with_static_runtimes=no
8100 export_dynamic_flag_spec=
8101 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8102 hardcode_automatic=no
8103 hardcode_direct=no
8104 hardcode_direct_absolute=no
8105 hardcode_libdir_flag_spec=
8106 hardcode_libdir_flag_spec_ld=
8107 hardcode_libdir_separator=
8108 hardcode_minus_L=no
8109 hardcode_shlibpath_var=unsupported
8110 inherit_rpath=no
8111 link_all_deplibs=unknown
8112 module_cmds=
8113 module_expsym_cmds=
8114 old_archive_from_new_cmds=
8115 old_archive_from_expsyms_cmds=
8116 thread_safe_flag_spec=
8117 whole_archive_flag_spec=
8118 # include_expsyms should be a list of space-separated symbols to be *always*
8119 # included in the symbol list
8120 include_expsyms=
8121 # exclude_expsyms can be an extended regexp of symbols to exclude
8122 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8123 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8124 # as well as any symbol that contains `d'.
8125 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8126 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8127 # platforms (ab)use it in PIC code, but their linkers get confused if
8128 # the symbol is explicitly referenced. Since portable code cannot
8129 # rely on this symbol name, it's probably fine to never include it in
8130 # preloaded symbol tables.
8131 # Exclude shared library initialization/finalization symbols.
8132 extract_expsyms_cmds=
8134 case $host_os in
8135 cygwin* | mingw* | pw32* | cegcc*)
8136 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8137 # When not using gcc, we currently assume that we are using
8138 # Microsoft Visual C++.
8139 if test "$GCC" != yes; then
8140 with_gnu_ld=no
8143 interix*)
8144 # we just hope/assume this is gcc and not c89 (= MSVC++)
8145 with_gnu_ld=yes
8147 openbsd*)
8148 with_gnu_ld=no
8150 esac
8152 ld_shlibs=yes
8154 # On some targets, GNU ld is compatible enough with the native linker
8155 # that we're better off using the native interface for both.
8156 lt_use_gnu_ld_interface=no
8157 if test "$with_gnu_ld" = yes; then
8158 case $host_os in
8159 aix*)
8160 # The AIX port of GNU ld has always aspired to compatibility
8161 # with the native linker. However, as the warning in the GNU ld
8162 # block says, versions before 2.19.5* couldn't really create working
8163 # shared libraries, regardless of the interface used.
8164 case `$LD -v 2>&1` in
8165 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8166 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8167 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8169 lt_use_gnu_ld_interface=yes
8171 esac
8174 lt_use_gnu_ld_interface=yes
8176 esac
8179 if test "$lt_use_gnu_ld_interface" = yes; then
8180 # If archive_cmds runs LD, not CC, wlarc should be empty
8181 wlarc='${wl}'
8183 # Set some defaults for GNU ld with shared library support. These
8184 # are reset later if shared libraries are not supported. Putting them
8185 # here allows them to be overridden if necessary.
8186 runpath_var=LD_RUN_PATH
8187 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8188 export_dynamic_flag_spec='${wl}--export-dynamic'
8189 # ancient GNU ld didn't support --whole-archive et. al.
8190 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8191 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8192 else
8193 whole_archive_flag_spec=
8195 supports_anon_versioning=no
8196 case `$LD -v 2>&1` in
8197 *GNU\ gold*) supports_anon_versioning=yes ;;
8198 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8199 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8200 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8201 *\ 2.11.*) ;; # other 2.11 versions
8202 *) supports_anon_versioning=yes ;;
8203 esac
8205 # See if GNU ld supports shared libraries.
8206 case $host_os in
8207 aix[3-9]*)
8208 # On AIX/PPC, the GNU linker is very broken
8209 if test "$host_cpu" != ia64; then
8210 ld_shlibs=no
8211 cat <<_LT_EOF 1>&2
8213 *** Warning: the GNU linker, at least up to release 2.19, is reported
8214 *** to be unable to reliably create shared libraries on AIX.
8215 *** Therefore, libtool is disabling shared libraries support. If you
8216 *** really care for shared libraries, you may want to install binutils
8217 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8218 *** You will then need to restart the configuration process.
8220 _LT_EOF
8224 amigaos*)
8225 case $host_cpu in
8226 powerpc)
8227 # see comment about AmigaOS4 .so support
8228 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8229 archive_expsym_cmds=''
8231 m68k)
8232 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)'
8233 hardcode_libdir_flag_spec='-L$libdir'
8234 hardcode_minus_L=yes
8236 esac
8239 beos*)
8240 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8241 allow_undefined_flag=unsupported
8242 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8243 # support --undefined. This deserves some investigation. FIXME
8244 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8245 else
8246 ld_shlibs=no
8250 cygwin* | mingw* | pw32* | cegcc*)
8251 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8252 # as there is no search path for DLLs.
8253 hardcode_libdir_flag_spec='-L$libdir'
8254 export_dynamic_flag_spec='${wl}--export-all-symbols'
8255 allow_undefined_flag=unsupported
8256 always_export_symbols=no
8257 enable_shared_with_static_runtimes=yes
8258 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8260 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8261 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8262 # If the export-symbols file already is a .def file (1st line
8263 # is EXPORTS), use it as is; otherwise, prepend...
8264 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8265 cp $export_symbols $output_objdir/$soname.def;
8266 else
8267 echo EXPORTS > $output_objdir/$soname.def;
8268 cat $export_symbols >> $output_objdir/$soname.def;
8270 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8271 else
8272 ld_shlibs=no
8276 haiku*)
8277 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8278 link_all_deplibs=yes
8281 interix[3-9]*)
8282 hardcode_direct=no
8283 hardcode_shlibpath_var=no
8284 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8285 export_dynamic_flag_spec='${wl}-E'
8286 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8287 # Instead, shared libraries are loaded at an image base (0x10000000 by
8288 # default) and relocated if they conflict, which is a slow very memory
8289 # consuming and fragmenting process. To avoid this, we pick a random,
8290 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8291 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8292 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8293 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'
8296 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8297 tmp_diet=no
8298 if test "$host_os" = linux-dietlibc; then
8299 case $cc_basename in
8300 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8301 esac
8303 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8304 && test "$tmp_diet" = no
8305 then
8306 tmp_addflag=
8307 tmp_sharedflag='-shared'
8308 case $cc_basename,$host_cpu in
8309 pgcc*) # Portland Group C compiler
8310 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'
8311 tmp_addflag=' $pic_flag'
8313 pgf77* | pgf90* | pgf95* | pgfortran*)
8314 # Portland Group f77 and f90 compilers
8315 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'
8316 tmp_addflag=' $pic_flag -Mnomain' ;;
8317 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8318 tmp_addflag=' -i_dynamic' ;;
8319 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8320 tmp_addflag=' -i_dynamic -nofor_main' ;;
8321 ifc* | ifort*) # Intel Fortran compiler
8322 tmp_addflag=' -nofor_main' ;;
8323 lf95*) # Lahey Fortran 8.1
8324 whole_archive_flag_spec=
8325 tmp_sharedflag='--shared' ;;
8326 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8327 tmp_sharedflag='-qmkshrobj'
8328 tmp_addflag= ;;
8329 nvcc*) # Cuda Compiler Driver 2.2
8330 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'
8331 compiler_needs_object=yes
8333 esac
8334 case `$CC -V 2>&1 | sed 5q` in
8335 *Sun\ C*) # Sun C 5.9
8336 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'
8337 compiler_needs_object=yes
8338 tmp_sharedflag='-G' ;;
8339 *Sun\ F*) # Sun Fortran 8.3
8340 tmp_sharedflag='-G' ;;
8341 esac
8342 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8344 if test "x$supports_anon_versioning" = xyes; then
8345 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8346 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8347 echo "local: *; };" >> $output_objdir/$libname.ver~
8348 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8351 case $cc_basename in
8352 xlf* | bgf* | bgxlf* | mpixlf*)
8353 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8354 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8355 hardcode_libdir_flag_spec=
8356 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8357 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8358 if test "x$supports_anon_versioning" = xyes; then
8359 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8360 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8361 echo "local: *; };" >> $output_objdir/$libname.ver~
8362 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8365 esac
8366 else
8367 ld_shlibs=no
8371 netbsd*)
8372 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8373 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8374 wlarc=
8375 else
8376 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8377 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8381 solaris*)
8382 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8383 ld_shlibs=no
8384 cat <<_LT_EOF 1>&2
8386 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8387 *** create shared libraries on Solaris systems. Therefore, libtool
8388 *** is disabling shared libraries support. We urge you to upgrade GNU
8389 *** binutils to release 2.9.1 or newer. Another option is to modify
8390 *** your PATH or compiler configuration so that the native linker is
8391 *** used, and then restart.
8393 _LT_EOF
8394 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8395 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8396 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8397 else
8398 ld_shlibs=no
8402 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8403 case `$LD -v 2>&1` in
8404 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8405 ld_shlibs=no
8406 cat <<_LT_EOF 1>&2
8408 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8409 *** reliably create shared libraries on SCO systems. Therefore, libtool
8410 *** is disabling shared libraries support. We urge you to upgrade GNU
8411 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8412 *** your PATH or compiler configuration so that the native linker is
8413 *** used, and then restart.
8415 _LT_EOF
8418 # For security reasons, it is highly recommended that you always
8419 # use absolute paths for naming shared libraries, and exclude the
8420 # DT_RUNPATH tag from executables and libraries. But doing so
8421 # requires that you compile everything twice, which is a pain.
8422 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8423 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8424 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8425 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8426 else
8427 ld_shlibs=no
8430 esac
8433 sunos4*)
8434 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8435 wlarc=
8436 hardcode_direct=yes
8437 hardcode_shlibpath_var=no
8441 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8442 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8443 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8444 else
8445 ld_shlibs=no
8448 esac
8450 if test "$ld_shlibs" = no; then
8451 runpath_var=
8452 hardcode_libdir_flag_spec=
8453 export_dynamic_flag_spec=
8454 whole_archive_flag_spec=
8456 else
8457 # PORTME fill in a description of your system's linker (not GNU ld)
8458 case $host_os in
8459 aix3*)
8460 allow_undefined_flag=unsupported
8461 always_export_symbols=yes
8462 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'
8463 # Note: this linker hardcodes the directories in LIBPATH if there
8464 # are no directories specified by -L.
8465 hardcode_minus_L=yes
8466 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8467 # Neither direct hardcoding nor static linking is supported with a
8468 # broken collect2.
8469 hardcode_direct=unsupported
8473 aix[4-9]*)
8474 if test "$host_cpu" = ia64; then
8475 # On IA64, the linker does run time linking by default, so we don't
8476 # have to do anything special.
8477 aix_use_runtimelinking=no
8478 exp_sym_flag='-Bexport'
8479 no_entry_flag=""
8480 else
8481 # If we're using GNU nm, then we don't want the "-C" option.
8482 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8483 # Also, AIX nm treats weak defined symbols like other global
8484 # defined symbols, whereas GNU nm marks them as "W".
8485 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8486 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'
8487 else
8488 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'
8490 aix_use_runtimelinking=no
8492 # Test if we are trying to use run time linking or normal
8493 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8494 # need to do runtime linking.
8495 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8496 for ld_flag in $LDFLAGS; do
8497 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8498 aix_use_runtimelinking=yes
8499 break
8501 done
8503 esac
8505 exp_sym_flag='-bexport'
8506 no_entry_flag='-bnoentry'
8509 # When large executables or shared objects are built, AIX ld can
8510 # have problems creating the table of contents. If linking a library
8511 # or program results in "error TOC overflow" add -mminimal-toc to
8512 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8513 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8515 archive_cmds=''
8516 hardcode_direct=yes
8517 hardcode_direct_absolute=yes
8518 hardcode_libdir_separator=':'
8519 link_all_deplibs=yes
8520 file_list_spec='${wl}-f,'
8522 if test "$GCC" = yes; then
8523 case $host_os in aix4.[012]|aix4.[012].*)
8524 # We only want to do this on AIX 4.2 and lower, the check
8525 # below for broken collect2 doesn't work under 4.3+
8526 collect2name=`${CC} -print-prog-name=collect2`
8527 if test -f "$collect2name" &&
8528 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8529 then
8530 # We have reworked collect2
8532 else
8533 # We have old collect2
8534 hardcode_direct=unsupported
8535 # It fails to find uninstalled libraries when the uninstalled
8536 # path is not listed in the libpath. Setting hardcode_minus_L
8537 # to unsupported forces relinking
8538 hardcode_minus_L=yes
8539 hardcode_libdir_flag_spec='-L$libdir'
8540 hardcode_libdir_separator=
8543 esac
8544 shared_flag='-shared'
8545 if test "$aix_use_runtimelinking" = yes; then
8546 shared_flag="$shared_flag "'${wl}-G'
8548 else
8549 # not using gcc
8550 if test "$host_cpu" = ia64; then
8551 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8552 # chokes on -Wl,-G. The following line is correct:
8553 shared_flag='-G'
8554 else
8555 if test "$aix_use_runtimelinking" = yes; then
8556 shared_flag='${wl}-G'
8557 else
8558 shared_flag='${wl}-bM:SRE'
8563 export_dynamic_flag_spec='${wl}-bexpall'
8564 # It seems that -bexpall does not export symbols beginning with
8565 # underscore (_), so it is better to generate a list of symbols to export.
8566 always_export_symbols=yes
8567 if test "$aix_use_runtimelinking" = yes; then
8568 # Warning - without using the other runtime loading flags (-brtl),
8569 # -berok will link without error, but may produce a broken library.
8570 allow_undefined_flag='-berok'
8571 # Determine the default libpath from the value encoded in an
8572 # empty executable.
8573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8574 /* end confdefs.h. */
8577 main ()
8581 return 0;
8583 _ACEOF
8584 if ac_fn_c_try_link "$LINENO"; then :
8586 lt_aix_libpath_sed='
8587 /Import File Strings/,/^$/ {
8588 /^0/ {
8589 s/^0 *\(.*\)$/\1/
8593 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8594 # Check for a 64-bit object if we didn't find anything.
8595 if test -z "$aix_libpath"; then
8596 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8599 rm -f core conftest.err conftest.$ac_objext \
8600 conftest$ac_exeext conftest.$ac_ext
8601 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8603 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8604 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"
8605 else
8606 if test "$host_cpu" = ia64; then
8607 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8608 allow_undefined_flag="-z nodefs"
8609 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"
8610 else
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 # Warning - without using the other run time loading flags,
8645 # -berok will link without error, but may produce a broken library.
8646 no_undefined_flag=' ${wl}-bernotok'
8647 allow_undefined_flag=' ${wl}-berok'
8648 if test "$with_gnu_ld" = yes; then
8649 # We only use this code for GNU lds that support --whole-archive.
8650 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8651 else
8652 # Exported symbols can be pulled into shared objects from archives
8653 whole_archive_flag_spec='$convenience'
8655 archive_cmds_need_lc=yes
8656 # This is similar to how AIX traditionally builds its shared libraries.
8657 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'
8662 amigaos*)
8663 case $host_cpu in
8664 powerpc)
8665 # see comment about AmigaOS4 .so support
8666 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8667 archive_expsym_cmds=''
8669 m68k)
8670 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)'
8671 hardcode_libdir_flag_spec='-L$libdir'
8672 hardcode_minus_L=yes
8674 esac
8677 bsdi[45]*)
8678 export_dynamic_flag_spec=-rdynamic
8681 cygwin* | mingw* | pw32* | cegcc*)
8682 # When not using gcc, we currently assume that we are using
8683 # Microsoft Visual C++.
8684 # hardcode_libdir_flag_spec is actually meaningless, as there is
8685 # no search path for DLLs.
8686 hardcode_libdir_flag_spec=' '
8687 allow_undefined_flag=unsupported
8688 # Tell ltmain to make .lib files, not .a files.
8689 libext=lib
8690 # Tell ltmain to make .dll files, not .so files.
8691 shrext_cmds=".dll"
8692 # FIXME: Setting linknames here is a bad hack.
8693 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8694 # The linker will automatically build a .lib file if we build a DLL.
8695 old_archive_from_new_cmds='true'
8696 # FIXME: Should let the user specify the lib program.
8697 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8698 fix_srcfile_path='`cygpath -w "$srcfile"`'
8699 enable_shared_with_static_runtimes=yes
8702 darwin* | rhapsody*)
8705 archive_cmds_need_lc=no
8706 hardcode_direct=no
8707 hardcode_automatic=yes
8708 hardcode_shlibpath_var=unsupported
8709 if test "$lt_cv_ld_force_load" = "yes"; then
8710 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\"`'
8711 else
8712 whole_archive_flag_spec=''
8714 link_all_deplibs=yes
8715 allow_undefined_flag="$_lt_dar_allow_undefined"
8716 case $cc_basename in
8717 ifort*) _lt_dar_can_shared=yes ;;
8718 *) _lt_dar_can_shared=$GCC ;;
8719 esac
8720 if test "$_lt_dar_can_shared" = "yes"; then
8721 output_verbose_link_cmd=func_echo_all
8722 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8723 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8724 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}"
8725 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}"
8727 else
8728 ld_shlibs=no
8733 dgux*)
8734 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8735 hardcode_libdir_flag_spec='-L$libdir'
8736 hardcode_shlibpath_var=no
8739 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8740 # support. Future versions do this automatically, but an explicit c++rt0.o
8741 # does not break anything, and helps significantly (at the cost of a little
8742 # extra space).
8743 freebsd2.2*)
8744 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8745 hardcode_libdir_flag_spec='-R$libdir'
8746 hardcode_direct=yes
8747 hardcode_shlibpath_var=no
8750 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8751 freebsd2*)
8752 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8753 hardcode_direct=yes
8754 hardcode_minus_L=yes
8755 hardcode_shlibpath_var=no
8758 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8759 freebsd* | dragonfly*)
8760 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8761 hardcode_libdir_flag_spec='-R$libdir'
8762 hardcode_direct=yes
8763 hardcode_shlibpath_var=no
8766 hpux9*)
8767 if test "$GCC" = yes; then
8768 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'
8769 else
8770 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'
8772 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8773 hardcode_libdir_separator=:
8774 hardcode_direct=yes
8776 # hardcode_minus_L: Not really in the search PATH,
8777 # but as the default location of the library.
8778 hardcode_minus_L=yes
8779 export_dynamic_flag_spec='${wl}-E'
8782 hpux10*)
8783 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8784 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8785 else
8786 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8788 if test "$with_gnu_ld" = no; then
8789 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8790 hardcode_libdir_flag_spec_ld='+b $libdir'
8791 hardcode_libdir_separator=:
8792 hardcode_direct=yes
8793 hardcode_direct_absolute=yes
8794 export_dynamic_flag_spec='${wl}-E'
8795 # hardcode_minus_L: Not really in the search PATH,
8796 # but as the default location of the library.
8797 hardcode_minus_L=yes
8801 hpux11*)
8802 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8803 case $host_cpu in
8804 hppa*64*)
8805 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8807 ia64*)
8808 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8811 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8813 esac
8814 else
8815 case $host_cpu in
8816 hppa*64*)
8817 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8819 ia64*)
8820 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8824 # Older versions of the 11.00 compiler do not understand -b yet
8825 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
8826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
8827 $as_echo_n "checking if $CC understands -b... " >&6; }
8828 if test "${lt_cv_prog_compiler__b+set}" = set; then :
8829 $as_echo_n "(cached) " >&6
8830 else
8831 lt_cv_prog_compiler__b=no
8832 save_LDFLAGS="$LDFLAGS"
8833 LDFLAGS="$LDFLAGS -b"
8834 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8835 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8836 # The linker can only warn and ignore the option if not recognized
8837 # So say no if there are warnings
8838 if test -s conftest.err; then
8839 # Append any errors to the config.log.
8840 cat conftest.err 1>&5
8841 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8842 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8843 if diff conftest.exp conftest.er2 >/dev/null; then
8844 lt_cv_prog_compiler__b=yes
8846 else
8847 lt_cv_prog_compiler__b=yes
8850 $RM -r conftest*
8851 LDFLAGS="$save_LDFLAGS"
8854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
8855 $as_echo "$lt_cv_prog_compiler__b" >&6; }
8857 if test x"$lt_cv_prog_compiler__b" = xyes; then
8858 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8859 else
8860 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8864 esac
8866 if test "$with_gnu_ld" = no; then
8867 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8868 hardcode_libdir_separator=:
8870 case $host_cpu in
8871 hppa*64*|ia64*)
8872 hardcode_direct=no
8873 hardcode_shlibpath_var=no
8876 hardcode_direct=yes
8877 hardcode_direct_absolute=yes
8878 export_dynamic_flag_spec='${wl}-E'
8880 # hardcode_minus_L: Not really in the search PATH,
8881 # but as the default location of the library.
8882 hardcode_minus_L=yes
8884 esac
8888 irix5* | irix6* | nonstopux*)
8889 if test "$GCC" = yes; then
8890 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'
8891 # Try to use the -exported_symbol ld option, if it does not
8892 # work, assume that -exports_file does not work either and
8893 # implicitly export all symbols.
8894 save_LDFLAGS="$LDFLAGS"
8895 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8897 /* end confdefs.h. */
8898 int foo(void) {}
8899 _ACEOF
8900 if ac_fn_c_try_link "$LINENO"; then :
8901 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'
8904 rm -f core conftest.err conftest.$ac_objext \
8905 conftest$ac_exeext conftest.$ac_ext
8906 LDFLAGS="$save_LDFLAGS"
8907 else
8908 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'
8909 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'
8911 archive_cmds_need_lc='no'
8912 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8913 hardcode_libdir_separator=:
8914 inherit_rpath=yes
8915 link_all_deplibs=yes
8918 netbsd*)
8919 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8920 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
8921 else
8922 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
8924 hardcode_libdir_flag_spec='-R$libdir'
8925 hardcode_direct=yes
8926 hardcode_shlibpath_var=no
8929 newsos6)
8930 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8931 hardcode_direct=yes
8932 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8933 hardcode_libdir_separator=:
8934 hardcode_shlibpath_var=no
8937 *nto* | *qnx*)
8940 openbsd*)
8941 if test -f /usr/libexec/ld.so; then
8942 hardcode_direct=yes
8943 hardcode_shlibpath_var=no
8944 hardcode_direct_absolute=yes
8945 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8946 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8947 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8948 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8949 export_dynamic_flag_spec='${wl}-E'
8950 else
8951 case $host_os in
8952 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
8953 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8954 hardcode_libdir_flag_spec='-R$libdir'
8957 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8958 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8960 esac
8962 else
8963 ld_shlibs=no
8967 os2*)
8968 hardcode_libdir_flag_spec='-L$libdir'
8969 hardcode_minus_L=yes
8970 allow_undefined_flag=unsupported
8971 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'
8972 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
8975 osf3*)
8976 if test "$GCC" = yes; then
8977 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8978 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'
8979 else
8980 allow_undefined_flag=' -expect_unresolved \*'
8981 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'
8983 archive_cmds_need_lc='no'
8984 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8985 hardcode_libdir_separator=:
8988 osf4* | osf5*) # as osf3* with the addition of -msym flag
8989 if test "$GCC" = yes; then
8990 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8991 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'
8992 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8993 else
8994 allow_undefined_flag=' -expect_unresolved \*'
8995 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'
8996 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~
8997 $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'
8999 # Both c and cxx compiler support -rpath directly
9000 hardcode_libdir_flag_spec='-rpath $libdir'
9002 archive_cmds_need_lc='no'
9003 hardcode_libdir_separator=:
9006 solaris*)
9007 no_undefined_flag=' -z defs'
9008 if test "$GCC" = yes; then
9009 wlarc='${wl}'
9010 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9011 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9012 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9013 else
9014 case `$CC -V 2>&1` in
9015 *"Compilers 5.0"*)
9016 wlarc=''
9017 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9018 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9019 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9022 wlarc='${wl}'
9023 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9024 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9025 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9027 esac
9029 hardcode_libdir_flag_spec='-R$libdir'
9030 hardcode_shlibpath_var=no
9031 case $host_os in
9032 solaris2.[0-5] | solaris2.[0-5].*) ;;
9034 # The compiler driver will combine and reorder linker options,
9035 # but understands `-z linker_flag'. GCC discards it without `$wl',
9036 # but is careful enough not to reorder.
9037 # Supported since Solaris 2.6 (maybe 2.5.1?)
9038 if test "$GCC" = yes; then
9039 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9040 else
9041 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9044 esac
9045 link_all_deplibs=yes
9048 sunos4*)
9049 if test "x$host_vendor" = xsequent; then
9050 # Use $CC to link under sequent, because it throws in some extra .o
9051 # files that make .init and .fini sections work.
9052 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9053 else
9054 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9056 hardcode_libdir_flag_spec='-L$libdir'
9057 hardcode_direct=yes
9058 hardcode_minus_L=yes
9059 hardcode_shlibpath_var=no
9062 sysv4)
9063 case $host_vendor in
9064 sni)
9065 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9066 hardcode_direct=yes # is this really true???
9068 siemens)
9069 ## LD is ld it makes a PLAMLIB
9070 ## CC just makes a GrossModule.
9071 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9072 reload_cmds='$CC -r -o $output$reload_objs'
9073 hardcode_direct=no
9075 motorola)
9076 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9077 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9079 esac
9080 runpath_var='LD_RUN_PATH'
9081 hardcode_shlibpath_var=no
9084 sysv4.3*)
9085 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9086 hardcode_shlibpath_var=no
9087 export_dynamic_flag_spec='-Bexport'
9090 sysv4*MP*)
9091 if test -d /usr/nec; then
9092 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9093 hardcode_shlibpath_var=no
9094 runpath_var=LD_RUN_PATH
9095 hardcode_runpath_var=yes
9096 ld_shlibs=yes
9100 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9101 no_undefined_flag='${wl}-z,text'
9102 archive_cmds_need_lc=no
9103 hardcode_shlibpath_var=no
9104 runpath_var='LD_RUN_PATH'
9106 if test "$GCC" = yes; then
9107 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9108 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9109 else
9110 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9111 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9115 sysv5* | sco3.2v5* | sco5v6*)
9116 # Note: We can NOT use -z defs as we might desire, because we do not
9117 # link with -lc, and that would cause any symbols used from libc to
9118 # always be unresolved, which means just about no library would
9119 # ever link correctly. If we're not using GNU ld we use -z text
9120 # though, which does catch some bad symbols but isn't as heavy-handed
9121 # as -z defs.
9122 no_undefined_flag='${wl}-z,text'
9123 allow_undefined_flag='${wl}-z,nodefs'
9124 archive_cmds_need_lc=no
9125 hardcode_shlibpath_var=no
9126 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9127 hardcode_libdir_separator=':'
9128 link_all_deplibs=yes
9129 export_dynamic_flag_spec='${wl}-Bexport'
9130 runpath_var='LD_RUN_PATH'
9132 if test "$GCC" = yes; then
9133 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9134 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9135 else
9136 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9137 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9141 uts4*)
9142 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9143 hardcode_libdir_flag_spec='-L$libdir'
9144 hardcode_shlibpath_var=no
9148 ld_shlibs=no
9150 esac
9152 if test x$host_vendor = xsni; then
9153 case $host in
9154 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9155 export_dynamic_flag_spec='${wl}-Blargedynsym'
9157 esac
9161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9162 $as_echo "$ld_shlibs" >&6; }
9163 test "$ld_shlibs" = no && can_build_shared=no
9165 with_gnu_ld=$with_gnu_ld
9182 # Do we need to explicitly link libc?
9184 case "x$archive_cmds_need_lc" in
9185 x|xyes)
9186 # Assume -lc should be added
9187 archive_cmds_need_lc=yes
9189 if test "$enable_shared" = yes && test "$GCC" = yes; then
9190 case $archive_cmds in
9191 *'~'*)
9192 # FIXME: we may have to deal with multi-command sequences.
9194 '$CC '*)
9195 # Test whether the compiler implicitly links with -lc since on some
9196 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9197 # to ld, don't add -lc before -lgcc.
9198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9199 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9200 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9201 $as_echo_n "(cached) " >&6
9202 else
9203 $RM conftest*
9204 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9206 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9207 (eval $ac_compile) 2>&5
9208 ac_status=$?
9209 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9210 test $ac_status = 0; } 2>conftest.err; then
9211 soname=conftest
9212 lib=conftest
9213 libobjs=conftest.$ac_objext
9214 deplibs=
9215 wl=$lt_prog_compiler_wl
9216 pic_flag=$lt_prog_compiler_pic
9217 compiler_flags=-v
9218 linker_flags=-v
9219 verstring=
9220 output_objdir=.
9221 libname=conftest
9222 lt_save_allow_undefined_flag=$allow_undefined_flag
9223 allow_undefined_flag=
9224 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9225 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9226 ac_status=$?
9227 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9228 test $ac_status = 0; }
9229 then
9230 lt_cv_archive_cmds_need_lc=no
9231 else
9232 lt_cv_archive_cmds_need_lc=yes
9234 allow_undefined_flag=$lt_save_allow_undefined_flag
9235 else
9236 cat conftest.err 1>&5
9238 $RM conftest*
9241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9242 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9243 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9245 esac
9248 esac
9406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9407 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9409 if test "$GCC" = yes; then
9410 case $host_os in
9411 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9412 *) lt_awk_arg="/^libraries:/" ;;
9413 esac
9414 case $host_os in
9415 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9416 *) lt_sed_strip_eq="s,=/,/,g" ;;
9417 esac
9418 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9419 case $lt_search_path_spec in
9420 *\;*)
9421 # if the path contains ";" then we assume it to be the separator
9422 # otherwise default to the standard path separator (i.e. ":") - it is
9423 # assumed that no part of a normal pathname contains ";" but that should
9424 # okay in the real world where ";" in dirpaths is itself problematic.
9425 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9428 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9430 esac
9431 # Ok, now we have the path, separated by spaces, we can step through it
9432 # and add multilib dir if necessary.
9433 lt_tmp_lt_search_path_spec=
9434 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9435 for lt_sys_path in $lt_search_path_spec; do
9436 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9437 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9438 else
9439 test -d "$lt_sys_path" && \
9440 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9442 done
9443 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9444 BEGIN {RS=" "; FS="/|\n";} {
9445 lt_foo="";
9446 lt_count=0;
9447 for (lt_i = NF; lt_i > 0; lt_i--) {
9448 if ($lt_i != "" && $lt_i != ".") {
9449 if ($lt_i == "..") {
9450 lt_count++;
9451 } else {
9452 if (lt_count == 0) {
9453 lt_foo="/" $lt_i lt_foo;
9454 } else {
9455 lt_count--;
9460 if (lt_foo != "") { lt_freq[lt_foo]++; }
9461 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9463 # AWK program above erroneously prepends '/' to C:/dos/paths
9464 # for these hosts.
9465 case $host_os in
9466 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9467 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9468 esac
9469 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9470 else
9471 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9473 library_names_spec=
9474 libname_spec='lib$name'
9475 soname_spec=
9476 shrext_cmds=".so"
9477 postinstall_cmds=
9478 postuninstall_cmds=
9479 finish_cmds=
9480 finish_eval=
9481 shlibpath_var=
9482 shlibpath_overrides_runpath=unknown
9483 version_type=none
9484 dynamic_linker="$host_os ld.so"
9485 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9486 need_lib_prefix=unknown
9487 hardcode_into_libs=no
9489 # when you set need_version to no, make sure it does not cause -set_version
9490 # flags to be left without arguments
9491 need_version=unknown
9493 case $host_os in
9494 aix3*)
9495 version_type=linux
9496 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9497 shlibpath_var=LIBPATH
9499 # AIX 3 has no versioning support, so we append a major version to the name.
9500 soname_spec='${libname}${release}${shared_ext}$major'
9503 aix[4-9]*)
9504 version_type=linux
9505 need_lib_prefix=no
9506 need_version=no
9507 hardcode_into_libs=yes
9508 if test "$host_cpu" = ia64; then
9509 # AIX 5 supports IA64
9510 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9511 shlibpath_var=LD_LIBRARY_PATH
9512 else
9513 # With GCC up to 2.95.x, collect2 would create an import file
9514 # for dependence libraries. The import file would start with
9515 # the line `#! .'. This would cause the generated library to
9516 # depend on `.', always an invalid library. This was fixed in
9517 # development snapshots of GCC prior to 3.0.
9518 case $host_os in
9519 aix4 | aix4.[01] | aix4.[01].*)
9520 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9521 echo ' yes '
9522 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9524 else
9525 can_build_shared=no
9528 esac
9529 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9530 # soname into executable. Probably we can add versioning support to
9531 # collect2, so additional links can be useful in future.
9532 if test "$aix_use_runtimelinking" = yes; then
9533 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9534 # instead of lib<name>.a to let people know that these are not
9535 # typical AIX shared libraries.
9536 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9537 else
9538 # We preserve .a as extension for shared libraries through AIX4.2
9539 # and later when we are not doing run time linking.
9540 library_names_spec='${libname}${release}.a $libname.a'
9541 soname_spec='${libname}${release}${shared_ext}$major'
9543 shlibpath_var=LIBPATH
9547 amigaos*)
9548 case $host_cpu in
9549 powerpc)
9550 # Since July 2007 AmigaOS4 officially supports .so libraries.
9551 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9552 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9554 m68k)
9555 library_names_spec='$libname.ixlibrary $libname.a'
9556 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9557 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'
9559 esac
9562 beos*)
9563 library_names_spec='${libname}${shared_ext}'
9564 dynamic_linker="$host_os ld.so"
9565 shlibpath_var=LIBRARY_PATH
9568 bsdi[45]*)
9569 version_type=linux
9570 need_version=no
9571 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9572 soname_spec='${libname}${release}${shared_ext}$major'
9573 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9574 shlibpath_var=LD_LIBRARY_PATH
9575 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9576 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9577 # the default ld.so.conf also contains /usr/contrib/lib and
9578 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9579 # libtool to hard-code these into programs
9582 cygwin* | mingw* | pw32* | cegcc*)
9583 version_type=windows
9584 shrext_cmds=".dll"
9585 need_version=no
9586 need_lib_prefix=no
9588 case $GCC,$host_os in
9589 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9590 library_names_spec='$libname.dll.a'
9591 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9592 postinstall_cmds='base_file=`basename \${file}`~
9593 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9594 dldir=$destdir/`dirname \$dlpath`~
9595 test -d \$dldir || mkdir -p \$dldir~
9596 $install_prog $dir/$dlname \$dldir/$dlname~
9597 chmod a+x \$dldir/$dlname~
9598 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9599 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9601 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9602 dlpath=$dir/\$dldll~
9603 $RM \$dlpath'
9604 shlibpath_overrides_runpath=yes
9606 case $host_os in
9607 cygwin*)
9608 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9609 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9611 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9613 mingw* | cegcc*)
9614 # MinGW DLLs use traditional 'lib' prefix
9615 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9617 pw32*)
9618 # pw32 DLLs use 'pw' prefix rather than 'lib'
9619 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9621 esac
9625 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9627 esac
9628 dynamic_linker='Win32 ld.exe'
9629 # FIXME: first we should search . and the directory the executable is in
9630 shlibpath_var=PATH
9633 darwin* | rhapsody*)
9634 dynamic_linker="$host_os dyld"
9635 version_type=darwin
9636 need_lib_prefix=no
9637 need_version=no
9638 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9639 soname_spec='${libname}${release}${major}$shared_ext'
9640 shlibpath_overrides_runpath=yes
9641 shlibpath_var=DYLD_LIBRARY_PATH
9642 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9644 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9645 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9648 dgux*)
9649 version_type=linux
9650 need_lib_prefix=no
9651 need_version=no
9652 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9653 soname_spec='${libname}${release}${shared_ext}$major'
9654 shlibpath_var=LD_LIBRARY_PATH
9657 freebsd* | dragonfly*)
9658 # DragonFly does not have aout. When/if they implement a new
9659 # versioning mechanism, adjust this.
9660 if test -x /usr/bin/objformat; then
9661 objformat=`/usr/bin/objformat`
9662 else
9663 case $host_os in
9664 freebsd[123]*) objformat=aout ;;
9665 *) objformat=elf ;;
9666 esac
9668 version_type=freebsd-$objformat
9669 case $version_type in
9670 freebsd-elf*)
9671 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9672 need_version=no
9673 need_lib_prefix=no
9675 freebsd-*)
9676 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9677 need_version=yes
9679 esac
9680 shlibpath_var=LD_LIBRARY_PATH
9681 case $host_os in
9682 freebsd2*)
9683 shlibpath_overrides_runpath=yes
9685 freebsd3.[01]* | freebsdelf3.[01]*)
9686 shlibpath_overrides_runpath=yes
9687 hardcode_into_libs=yes
9689 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9690 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9691 shlibpath_overrides_runpath=no
9692 hardcode_into_libs=yes
9694 *) # from 4.6 on, and DragonFly
9695 shlibpath_overrides_runpath=yes
9696 hardcode_into_libs=yes
9698 esac
9701 gnu*)
9702 version_type=linux
9703 need_lib_prefix=no
9704 need_version=no
9705 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9706 soname_spec='${libname}${release}${shared_ext}$major'
9707 shlibpath_var=LD_LIBRARY_PATH
9708 hardcode_into_libs=yes
9711 haiku*)
9712 version_type=linux
9713 need_lib_prefix=no
9714 need_version=no
9715 dynamic_linker="$host_os runtime_loader"
9716 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9717 soname_spec='${libname}${release}${shared_ext}$major'
9718 shlibpath_var=LIBRARY_PATH
9719 shlibpath_overrides_runpath=yes
9720 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9721 hardcode_into_libs=yes
9724 hpux9* | hpux10* | hpux11*)
9725 # Give a soname corresponding to the major version so that dld.sl refuses to
9726 # link against other versions.
9727 version_type=sunos
9728 need_lib_prefix=no
9729 need_version=no
9730 case $host_cpu in
9731 ia64*)
9732 shrext_cmds='.so'
9733 hardcode_into_libs=yes
9734 dynamic_linker="$host_os dld.so"
9735 shlibpath_var=LD_LIBRARY_PATH
9736 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9737 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9738 soname_spec='${libname}${release}${shared_ext}$major'
9739 if test "X$HPUX_IA64_MODE" = X32; then
9740 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9741 else
9742 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9744 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9746 hppa*64*)
9747 shrext_cmds='.sl'
9748 hardcode_into_libs=yes
9749 dynamic_linker="$host_os dld.sl"
9750 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9751 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9752 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9753 soname_spec='${libname}${release}${shared_ext}$major'
9754 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9755 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9758 shrext_cmds='.sl'
9759 dynamic_linker="$host_os dld.sl"
9760 shlibpath_var=SHLIB_PATH
9761 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9762 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9763 soname_spec='${libname}${release}${shared_ext}$major'
9765 esac
9766 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9767 postinstall_cmds='chmod 555 $lib'
9768 # or fails outright, so override atomically:
9769 install_override_mode=555
9772 interix[3-9]*)
9773 version_type=linux
9774 need_lib_prefix=no
9775 need_version=no
9776 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9777 soname_spec='${libname}${release}${shared_ext}$major'
9778 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9779 shlibpath_var=LD_LIBRARY_PATH
9780 shlibpath_overrides_runpath=no
9781 hardcode_into_libs=yes
9784 irix5* | irix6* | nonstopux*)
9785 case $host_os in
9786 nonstopux*) version_type=nonstopux ;;
9788 if test "$lt_cv_prog_gnu_ld" = yes; then
9789 version_type=linux
9790 else
9791 version_type=irix
9792 fi ;;
9793 esac
9794 need_lib_prefix=no
9795 need_version=no
9796 soname_spec='${libname}${release}${shared_ext}$major'
9797 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9798 case $host_os in
9799 irix5* | nonstopux*)
9800 libsuff= shlibsuff=
9803 case $LD in # libtool.m4 will add one of these switches to LD
9804 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9805 libsuff= shlibsuff= libmagic=32-bit;;
9806 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9807 libsuff=32 shlibsuff=N32 libmagic=N32;;
9808 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9809 libsuff=64 shlibsuff=64 libmagic=64-bit;;
9810 *) libsuff= shlibsuff= libmagic=never-match;;
9811 esac
9813 esac
9814 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9815 shlibpath_overrides_runpath=no
9816 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9817 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9818 hardcode_into_libs=yes
9821 # No shared lib support for Linux oldld, aout, or coff.
9822 linux*oldld* | linux*aout* | linux*coff*)
9823 dynamic_linker=no
9826 # This must be Linux ELF.
9827 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9828 version_type=linux
9829 need_lib_prefix=no
9830 need_version=no
9831 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9832 soname_spec='${libname}${release}${shared_ext}$major'
9833 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9834 shlibpath_var=LD_LIBRARY_PATH
9835 shlibpath_overrides_runpath=no
9837 # Some binutils ld are patched to set DT_RUNPATH
9838 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
9839 $as_echo_n "(cached) " >&6
9840 else
9841 lt_cv_shlibpath_overrides_runpath=no
9842 save_LDFLAGS=$LDFLAGS
9843 save_libdir=$libdir
9844 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9845 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9847 /* end confdefs.h. */
9850 main ()
9854 return 0;
9856 _ACEOF
9857 if ac_fn_c_try_link "$LINENO"; then :
9858 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
9859 lt_cv_shlibpath_overrides_runpath=yes
9862 rm -f core conftest.err conftest.$ac_objext \
9863 conftest$ac_exeext conftest.$ac_ext
9864 LDFLAGS=$save_LDFLAGS
9865 libdir=$save_libdir
9869 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
9871 # This implies no fast_install, which is unacceptable.
9872 # Some rework will be needed to allow for fast_install
9873 # before this can be enabled.
9874 hardcode_into_libs=yes
9876 # Append ld.so.conf contents to the search path
9877 if test -f /etc/ld.so.conf; then
9878 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' ' '`
9879 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
9882 # We used to test for /lib/ld.so.1 and disable shared libraries on
9883 # powerpc, because MkLinux only supported shared libraries with the
9884 # GNU dynamic linker. Since this was broken with cross compilers,
9885 # most powerpc-linux boxes support dynamic linking these days and
9886 # people can always --disable-shared, the test was removed, and we
9887 # assume the GNU/Linux dynamic linker is in use.
9888 dynamic_linker='GNU/Linux ld.so'
9891 netbsd*)
9892 version_type=sunos
9893 need_lib_prefix=no
9894 need_version=no
9895 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9896 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9897 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9898 dynamic_linker='NetBSD (a.out) ld.so'
9899 else
9900 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9901 soname_spec='${libname}${release}${shared_ext}$major'
9902 dynamic_linker='NetBSD ld.elf_so'
9904 shlibpath_var=LD_LIBRARY_PATH
9905 shlibpath_overrides_runpath=yes
9906 hardcode_into_libs=yes
9909 newsos6)
9910 version_type=linux
9911 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9912 shlibpath_var=LD_LIBRARY_PATH
9913 shlibpath_overrides_runpath=yes
9916 *nto* | *qnx*)
9917 version_type=qnx
9918 need_lib_prefix=no
9919 need_version=no
9920 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9921 soname_spec='${libname}${release}${shared_ext}$major'
9922 shlibpath_var=LD_LIBRARY_PATH
9923 shlibpath_overrides_runpath=no
9924 hardcode_into_libs=yes
9925 dynamic_linker='ldqnx.so'
9928 openbsd*)
9929 version_type=sunos
9930 sys_lib_dlsearch_path_spec="/usr/lib"
9931 need_lib_prefix=no
9932 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9933 case $host_os in
9934 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
9935 *) need_version=no ;;
9936 esac
9937 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9938 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9939 shlibpath_var=LD_LIBRARY_PATH
9940 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9941 case $host_os in
9942 openbsd2.[89] | openbsd2.[89].*)
9943 shlibpath_overrides_runpath=no
9946 shlibpath_overrides_runpath=yes
9948 esac
9949 else
9950 shlibpath_overrides_runpath=yes
9954 os2*)
9955 libname_spec='$name'
9956 shrext_cmds=".dll"
9957 need_lib_prefix=no
9958 library_names_spec='$libname${shared_ext} $libname.a'
9959 dynamic_linker='OS/2 ld.exe'
9960 shlibpath_var=LIBPATH
9963 osf3* | osf4* | osf5*)
9964 version_type=osf
9965 need_lib_prefix=no
9966 need_version=no
9967 soname_spec='${libname}${release}${shared_ext}$major'
9968 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9969 shlibpath_var=LD_LIBRARY_PATH
9970 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
9971 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
9974 rdos*)
9975 dynamic_linker=no
9978 solaris*)
9979 version_type=linux
9980 need_lib_prefix=no
9981 need_version=no
9982 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9983 soname_spec='${libname}${release}${shared_ext}$major'
9984 shlibpath_var=LD_LIBRARY_PATH
9985 shlibpath_overrides_runpath=yes
9986 hardcode_into_libs=yes
9987 # ldd complains unless libraries are executable
9988 postinstall_cmds='chmod +x $lib'
9991 sunos4*)
9992 version_type=sunos
9993 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9994 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
9995 shlibpath_var=LD_LIBRARY_PATH
9996 shlibpath_overrides_runpath=yes
9997 if test "$with_gnu_ld" = yes; then
9998 need_lib_prefix=no
10000 need_version=yes
10003 sysv4 | sysv4.3*)
10004 version_type=linux
10005 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10006 soname_spec='${libname}${release}${shared_ext}$major'
10007 shlibpath_var=LD_LIBRARY_PATH
10008 case $host_vendor in
10009 sni)
10010 shlibpath_overrides_runpath=no
10011 need_lib_prefix=no
10012 runpath_var=LD_RUN_PATH
10014 siemens)
10015 need_lib_prefix=no
10017 motorola)
10018 need_lib_prefix=no
10019 need_version=no
10020 shlibpath_overrides_runpath=no
10021 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10023 esac
10026 sysv4*MP*)
10027 if test -d /usr/nec ;then
10028 version_type=linux
10029 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10030 soname_spec='$libname${shared_ext}.$major'
10031 shlibpath_var=LD_LIBRARY_PATH
10035 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10036 version_type=freebsd-elf
10037 need_lib_prefix=no
10038 need_version=no
10039 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10040 soname_spec='${libname}${release}${shared_ext}$major'
10041 shlibpath_var=LD_LIBRARY_PATH
10042 shlibpath_overrides_runpath=yes
10043 hardcode_into_libs=yes
10044 if test "$with_gnu_ld" = yes; then
10045 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10046 else
10047 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10048 case $host_os in
10049 sco3.2v5*)
10050 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10052 esac
10054 sys_lib_dlsearch_path_spec='/usr/lib'
10057 tpf*)
10058 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10059 version_type=linux
10060 need_lib_prefix=no
10061 need_version=no
10062 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10063 shlibpath_var=LD_LIBRARY_PATH
10064 shlibpath_overrides_runpath=no
10065 hardcode_into_libs=yes
10068 uts4*)
10069 version_type=linux
10070 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10071 soname_spec='${libname}${release}${shared_ext}$major'
10072 shlibpath_var=LD_LIBRARY_PATH
10076 dynamic_linker=no
10078 esac
10079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10080 $as_echo "$dynamic_linker" >&6; }
10081 test "$dynamic_linker" = no && can_build_shared=no
10083 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10084 if test "$GCC" = yes; then
10085 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10088 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10089 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10091 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10092 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10187 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10188 hardcode_action=
10189 if test -n "$hardcode_libdir_flag_spec" ||
10190 test -n "$runpath_var" ||
10191 test "X$hardcode_automatic" = "Xyes" ; then
10193 # We can hardcode non-existent directories.
10194 if test "$hardcode_direct" != no &&
10195 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10196 # have to relink, otherwise we might link with an installed library
10197 # when we should be linking with a yet-to-be-installed one
10198 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10199 test "$hardcode_minus_L" != no; then
10200 # Linking always hardcodes the temporary library directory.
10201 hardcode_action=relink
10202 else
10203 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10204 hardcode_action=immediate
10206 else
10207 # We cannot hardcode anything, or else we can only hardcode existing
10208 # directories.
10209 hardcode_action=unsupported
10211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10212 $as_echo "$hardcode_action" >&6; }
10214 if test "$hardcode_action" = relink ||
10215 test "$inherit_rpath" = yes; then
10216 # Fast installation is not supported
10217 enable_fast_install=no
10218 elif test "$shlibpath_overrides_runpath" = yes ||
10219 test "$enable_shared" = no; then
10220 # Fast installation is not necessary
10221 enable_fast_install=needless
10229 if test "x$enable_dlopen" != xyes; then
10230 enable_dlopen=unknown
10231 enable_dlopen_self=unknown
10232 enable_dlopen_self_static=unknown
10233 else
10234 lt_cv_dlopen=no
10235 lt_cv_dlopen_libs=
10237 case $host_os in
10238 beos*)
10239 lt_cv_dlopen="load_add_on"
10240 lt_cv_dlopen_libs=
10241 lt_cv_dlopen_self=yes
10244 mingw* | pw32* | cegcc*)
10245 lt_cv_dlopen="LoadLibrary"
10246 lt_cv_dlopen_libs=
10249 cygwin*)
10250 lt_cv_dlopen="dlopen"
10251 lt_cv_dlopen_libs=
10254 darwin*)
10255 # if libdl is installed we need to link against it
10256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10257 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10258 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10259 $as_echo_n "(cached) " >&6
10260 else
10261 ac_check_lib_save_LIBS=$LIBS
10262 LIBS="-ldl $LIBS"
10263 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10264 /* end confdefs.h. */
10266 /* Override any GCC internal prototype to avoid an error.
10267 Use char because int might match the return type of a GCC
10268 builtin and then its argument prototype would still apply. */
10269 #ifdef __cplusplus
10270 extern "C"
10271 #endif
10272 char dlopen ();
10274 main ()
10276 return dlopen ();
10278 return 0;
10280 _ACEOF
10281 if ac_fn_c_try_link "$LINENO"; then :
10282 ac_cv_lib_dl_dlopen=yes
10283 else
10284 ac_cv_lib_dl_dlopen=no
10286 rm -f core conftest.err conftest.$ac_objext \
10287 conftest$ac_exeext conftest.$ac_ext
10288 LIBS=$ac_check_lib_save_LIBS
10290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10291 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10292 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10293 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10294 else
10296 lt_cv_dlopen="dyld"
10297 lt_cv_dlopen_libs=
10298 lt_cv_dlopen_self=yes
10305 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10306 if test "x$ac_cv_func_shl_load" = x""yes; then :
10307 lt_cv_dlopen="shl_load"
10308 else
10309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10310 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10311 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10312 $as_echo_n "(cached) " >&6
10313 else
10314 ac_check_lib_save_LIBS=$LIBS
10315 LIBS="-ldld $LIBS"
10316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10317 /* end confdefs.h. */
10319 /* Override any GCC internal prototype to avoid an error.
10320 Use char because int might match the return type of a GCC
10321 builtin and then its argument prototype would still apply. */
10322 #ifdef __cplusplus
10323 extern "C"
10324 #endif
10325 char shl_load ();
10327 main ()
10329 return shl_load ();
10331 return 0;
10333 _ACEOF
10334 if ac_fn_c_try_link "$LINENO"; then :
10335 ac_cv_lib_dld_shl_load=yes
10336 else
10337 ac_cv_lib_dld_shl_load=no
10339 rm -f core conftest.err conftest.$ac_objext \
10340 conftest$ac_exeext conftest.$ac_ext
10341 LIBS=$ac_check_lib_save_LIBS
10343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10344 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10345 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
10346 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10347 else
10348 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10349 if test "x$ac_cv_func_dlopen" = x""yes; then :
10350 lt_cv_dlopen="dlopen"
10351 else
10352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10353 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10354 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10355 $as_echo_n "(cached) " >&6
10356 else
10357 ac_check_lib_save_LIBS=$LIBS
10358 LIBS="-ldl $LIBS"
10359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10360 /* end confdefs.h. */
10362 /* Override any GCC internal prototype to avoid an error.
10363 Use char because int might match the return type of a GCC
10364 builtin and then its argument prototype would still apply. */
10365 #ifdef __cplusplus
10366 extern "C"
10367 #endif
10368 char dlopen ();
10370 main ()
10372 return dlopen ();
10374 return 0;
10376 _ACEOF
10377 if ac_fn_c_try_link "$LINENO"; then :
10378 ac_cv_lib_dl_dlopen=yes
10379 else
10380 ac_cv_lib_dl_dlopen=no
10382 rm -f core conftest.err conftest.$ac_objext \
10383 conftest$ac_exeext conftest.$ac_ext
10384 LIBS=$ac_check_lib_save_LIBS
10386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10387 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10388 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10389 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10390 else
10391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10392 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10393 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10394 $as_echo_n "(cached) " >&6
10395 else
10396 ac_check_lib_save_LIBS=$LIBS
10397 LIBS="-lsvld $LIBS"
10398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10399 /* end confdefs.h. */
10401 /* Override any GCC internal prototype to avoid an error.
10402 Use char because int might match the return type of a GCC
10403 builtin and then its argument prototype would still apply. */
10404 #ifdef __cplusplus
10405 extern "C"
10406 #endif
10407 char dlopen ();
10409 main ()
10411 return dlopen ();
10413 return 0;
10415 _ACEOF
10416 if ac_fn_c_try_link "$LINENO"; then :
10417 ac_cv_lib_svld_dlopen=yes
10418 else
10419 ac_cv_lib_svld_dlopen=no
10421 rm -f core conftest.err conftest.$ac_objext \
10422 conftest$ac_exeext conftest.$ac_ext
10423 LIBS=$ac_check_lib_save_LIBS
10425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10426 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10427 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
10428 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10429 else
10430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10431 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10432 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10433 $as_echo_n "(cached) " >&6
10434 else
10435 ac_check_lib_save_LIBS=$LIBS
10436 LIBS="-ldld $LIBS"
10437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10438 /* end confdefs.h. */
10440 /* Override any GCC internal prototype to avoid an error.
10441 Use char because int might match the return type of a GCC
10442 builtin and then its argument prototype would still apply. */
10443 #ifdef __cplusplus
10444 extern "C"
10445 #endif
10446 char dld_link ();
10448 main ()
10450 return dld_link ();
10452 return 0;
10454 _ACEOF
10455 if ac_fn_c_try_link "$LINENO"; then :
10456 ac_cv_lib_dld_dld_link=yes
10457 else
10458 ac_cv_lib_dld_dld_link=no
10460 rm -f core conftest.err conftest.$ac_objext \
10461 conftest$ac_exeext conftest.$ac_ext
10462 LIBS=$ac_check_lib_save_LIBS
10464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10465 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10466 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
10467 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10486 esac
10488 if test "x$lt_cv_dlopen" != xno; then
10489 enable_dlopen=yes
10490 else
10491 enable_dlopen=no
10494 case $lt_cv_dlopen in
10495 dlopen)
10496 save_CPPFLAGS="$CPPFLAGS"
10497 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10499 save_LDFLAGS="$LDFLAGS"
10500 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10502 save_LIBS="$LIBS"
10503 LIBS="$lt_cv_dlopen_libs $LIBS"
10505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10506 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10507 if test "${lt_cv_dlopen_self+set}" = set; then :
10508 $as_echo_n "(cached) " >&6
10509 else
10510 if test "$cross_compiling" = yes; then :
10511 lt_cv_dlopen_self=cross
10512 else
10513 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10514 lt_status=$lt_dlunknown
10515 cat > conftest.$ac_ext <<_LT_EOF
10516 #line 10516 "configure"
10517 #include "confdefs.h"
10519 #if HAVE_DLFCN_H
10520 #include <dlfcn.h>
10521 #endif
10523 #include <stdio.h>
10525 #ifdef RTLD_GLOBAL
10526 # define LT_DLGLOBAL RTLD_GLOBAL
10527 #else
10528 # ifdef DL_GLOBAL
10529 # define LT_DLGLOBAL DL_GLOBAL
10530 # else
10531 # define LT_DLGLOBAL 0
10532 # endif
10533 #endif
10535 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10536 find out it does not work in some platform. */
10537 #ifndef LT_DLLAZY_OR_NOW
10538 # ifdef RTLD_LAZY
10539 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10540 # else
10541 # ifdef DL_LAZY
10542 # define LT_DLLAZY_OR_NOW DL_LAZY
10543 # else
10544 # ifdef RTLD_NOW
10545 # define LT_DLLAZY_OR_NOW RTLD_NOW
10546 # else
10547 # ifdef DL_NOW
10548 # define LT_DLLAZY_OR_NOW DL_NOW
10549 # else
10550 # define LT_DLLAZY_OR_NOW 0
10551 # endif
10552 # endif
10553 # endif
10554 # endif
10555 #endif
10557 /* When -fvisbility=hidden is used, assume the code has been annotated
10558 correspondingly for the symbols needed. */
10559 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10560 void fnord () __attribute__((visibility("default")));
10561 #endif
10563 void fnord () { int i=42; }
10564 int main ()
10566 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10567 int status = $lt_dlunknown;
10569 if (self)
10571 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10572 else
10574 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10575 else puts (dlerror ());
10577 /* dlclose (self); */
10579 else
10580 puts (dlerror ());
10582 return status;
10584 _LT_EOF
10585 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10586 (eval $ac_link) 2>&5
10587 ac_status=$?
10588 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10589 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10590 (./conftest; exit; ) >&5 2>/dev/null
10591 lt_status=$?
10592 case x$lt_status in
10593 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10594 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10595 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10596 esac
10597 else :
10598 # compilation failed
10599 lt_cv_dlopen_self=no
10602 rm -fr conftest*
10606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10607 $as_echo "$lt_cv_dlopen_self" >&6; }
10609 if test "x$lt_cv_dlopen_self" = xyes; then
10610 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10612 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10613 if test "${lt_cv_dlopen_self_static+set}" = set; then :
10614 $as_echo_n "(cached) " >&6
10615 else
10616 if test "$cross_compiling" = yes; then :
10617 lt_cv_dlopen_self_static=cross
10618 else
10619 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10620 lt_status=$lt_dlunknown
10621 cat > conftest.$ac_ext <<_LT_EOF
10622 #line 10622 "configure"
10623 #include "confdefs.h"
10625 #if HAVE_DLFCN_H
10626 #include <dlfcn.h>
10627 #endif
10629 #include <stdio.h>
10631 #ifdef RTLD_GLOBAL
10632 # define LT_DLGLOBAL RTLD_GLOBAL
10633 #else
10634 # ifdef DL_GLOBAL
10635 # define LT_DLGLOBAL DL_GLOBAL
10636 # else
10637 # define LT_DLGLOBAL 0
10638 # endif
10639 #endif
10641 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10642 find out it does not work in some platform. */
10643 #ifndef LT_DLLAZY_OR_NOW
10644 # ifdef RTLD_LAZY
10645 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10646 # else
10647 # ifdef DL_LAZY
10648 # define LT_DLLAZY_OR_NOW DL_LAZY
10649 # else
10650 # ifdef RTLD_NOW
10651 # define LT_DLLAZY_OR_NOW RTLD_NOW
10652 # else
10653 # ifdef DL_NOW
10654 # define LT_DLLAZY_OR_NOW DL_NOW
10655 # else
10656 # define LT_DLLAZY_OR_NOW 0
10657 # endif
10658 # endif
10659 # endif
10660 # endif
10661 #endif
10663 /* When -fvisbility=hidden is used, assume the code has been annotated
10664 correspondingly for the symbols needed. */
10665 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10666 void fnord () __attribute__((visibility("default")));
10667 #endif
10669 void fnord () { int i=42; }
10670 int main ()
10672 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10673 int status = $lt_dlunknown;
10675 if (self)
10677 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10678 else
10680 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10681 else puts (dlerror ());
10683 /* dlclose (self); */
10685 else
10686 puts (dlerror ());
10688 return status;
10690 _LT_EOF
10691 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10692 (eval $ac_link) 2>&5
10693 ac_status=$?
10694 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10695 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10696 (./conftest; exit; ) >&5 2>/dev/null
10697 lt_status=$?
10698 case x$lt_status in
10699 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10700 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10701 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10702 esac
10703 else :
10704 # compilation failed
10705 lt_cv_dlopen_self_static=no
10708 rm -fr conftest*
10712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10713 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10716 CPPFLAGS="$save_CPPFLAGS"
10717 LDFLAGS="$save_LDFLAGS"
10718 LIBS="$save_LIBS"
10720 esac
10722 case $lt_cv_dlopen_self in
10723 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10724 *) enable_dlopen_self=unknown ;;
10725 esac
10727 case $lt_cv_dlopen_self_static in
10728 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10729 *) enable_dlopen_self_static=unknown ;;
10730 esac
10749 striplib=
10750 old_striplib=
10751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10752 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
10753 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10754 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10755 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10757 $as_echo "yes" >&6; }
10758 else
10759 # FIXME - insert some real tests, host_os isn't really good enough
10760 case $host_os in
10761 darwin*)
10762 if test -n "$STRIP" ; then
10763 striplib="$STRIP -x"
10764 old_striplib="$STRIP -S"
10765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10766 $as_echo "yes" >&6; }
10767 else
10768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10769 $as_echo "no" >&6; }
10773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10774 $as_echo "no" >&6; }
10776 esac
10790 # Report which library types will actually be built
10791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10792 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
10793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10794 $as_echo "$can_build_shared" >&6; }
10796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10797 $as_echo_n "checking whether to build shared libraries... " >&6; }
10798 test "$can_build_shared" = "no" && enable_shared=no
10800 # On AIX, shared libraries and static libraries use the same namespace, and
10801 # are all built from PIC.
10802 case $host_os in
10803 aix3*)
10804 test "$enable_shared" = yes && enable_static=no
10805 if test -n "$RANLIB"; then
10806 archive_cmds="$archive_cmds~\$RANLIB \$lib"
10807 postinstall_cmds='$RANLIB $lib'
10811 aix[4-9]*)
10812 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10813 test "$enable_shared" = yes && enable_static=no
10816 esac
10817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10818 $as_echo "$enable_shared" >&6; }
10820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10821 $as_echo_n "checking whether to build static libraries... " >&6; }
10822 # Make sure either enable_shared or enable_static is yes.
10823 test "$enable_shared" = yes || enable_static=yes
10824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10825 $as_echo "$enable_static" >&6; }
10831 ac_ext=c
10832 ac_cpp='$CPP $CPPFLAGS'
10833 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10834 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10835 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10837 CC="$lt_save_CC"
10851 ac_config_commands="$ac_config_commands libtool"
10856 # Only expand once:
10862 case $host in
10863 *-cygwin* | *-mingw*)
10864 # 'host' will be top-level target in the case of a target lib,
10865 # we must compare to with_cross_host to decide if this is a native
10866 # or cross-compiler and select where to install dlls appropriately.
10867 if test -n "$with_cross_host" &&
10868 test x"$with_cross_host" != x"no"; then
10869 lt_host_flags='-no-undefined -bindir "$(toolexeclibdir)"';
10870 else
10871 lt_host_flags='-no-undefined -bindir "$(bindir)"';
10875 lt_host_flags=
10877 esac
10882 ac_fn_c_find_intX_t "$LINENO" "64" "ac_cv_c_int64_t"
10883 case $ac_cv_c_int64_t in #(
10884 no|yes) ;; #(
10887 cat >>confdefs.h <<_ACEOF
10888 #define int64_t $ac_cv_c_int64_t
10889 _ACEOF
10891 esac
10893 ac_fn_c_find_uintX_t "$LINENO" "64" "ac_cv_c_uint64_t"
10894 case $ac_cv_c_uint64_t in #(
10895 no|yes) ;; #(
10898 $as_echo "#define _UINT64_T 1" >>confdefs.h
10901 cat >>confdefs.h <<_ACEOF
10902 #define uint64_t $ac_cv_c_uint64_t
10903 _ACEOF
10905 esac
10907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
10908 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
10909 if test "${ac_cv_header_sys_wait_h+set}" = set; then :
10910 $as_echo_n "(cached) " >&6
10911 else
10912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10913 /* end confdefs.h. */
10914 #include <sys/types.h>
10915 #include <sys/wait.h>
10916 #ifndef WEXITSTATUS
10917 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
10918 #endif
10919 #ifndef WIFEXITED
10920 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
10921 #endif
10924 main ()
10926 int s;
10927 wait (&s);
10928 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
10930 return 0;
10932 _ACEOF
10933 if ac_fn_c_try_compile "$LINENO"; then :
10934 ac_cv_header_sys_wait_h=yes
10935 else
10936 ac_cv_header_sys_wait_h=no
10938 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
10941 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
10942 if test $ac_cv_header_sys_wait_h = yes; then
10944 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
10948 ac_config_files="$ac_config_files Makefile"
10950 ac_config_headers="$ac_config_headers config.h"
10952 cat >confcache <<\_ACEOF
10953 # This file is a shell script that caches the results of configure
10954 # tests run on this system so they can be shared between configure
10955 # scripts and configure runs, see configure's option --config-cache.
10956 # It is not useful on other systems. If it contains results you don't
10957 # want to keep, you may remove or edit it.
10959 # config.status only pays attention to the cache file if you give it
10960 # the --recheck option to rerun configure.
10962 # `ac_cv_env_foo' variables (set or unset) will be overridden when
10963 # loading this file, other *unset* `ac_cv_foo' will be assigned the
10964 # following values.
10966 _ACEOF
10968 # The following way of writing the cache mishandles newlines in values,
10969 # but we know of no workaround that is simple, portable, and efficient.
10970 # So, we kill variables containing newlines.
10971 # Ultrix sh set writes to stderr and can't be redirected directly,
10972 # and sets the high bit in the cache file unless we assign to the vars.
10974 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
10975 eval ac_val=\$$ac_var
10976 case $ac_val in #(
10977 *${as_nl}*)
10978 case $ac_var in #(
10979 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
10980 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
10981 esac
10982 case $ac_var in #(
10983 _ | IFS | as_nl) ;; #(
10984 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
10985 *) { eval $ac_var=; unset $ac_var;} ;;
10986 esac ;;
10987 esac
10988 done
10990 (set) 2>&1 |
10991 case $as_nl`(ac_space=' '; set) 2>&1` in #(
10992 *${as_nl}ac_space=\ *)
10993 # `set' does not quote correctly, so add quotes: double-quote
10994 # substitution turns \\\\ into \\, and sed turns \\ into \.
10995 sed -n \
10996 "s/'/'\\\\''/g;
10997 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10998 ;; #(
11000 # `set' quotes correctly as required by POSIX, so do not add quotes.
11001 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11003 esac |
11004 sort
11006 sed '
11007 /^ac_cv_env_/b end
11008 t clear
11009 :clear
11010 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11011 t end
11012 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11013 :end' >>confcache
11014 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11015 if test -w "$cache_file"; then
11016 test "x$cache_file" != "x/dev/null" &&
11017 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11018 $as_echo "$as_me: updating cache $cache_file" >&6;}
11019 cat confcache >$cache_file
11020 else
11021 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11022 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11025 rm -f confcache
11027 test "x$prefix" = xNONE && prefix=$ac_default_prefix
11028 # Let make expand exec_prefix.
11029 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11031 DEFS=-DHAVE_CONFIG_H
11033 ac_libobjs=
11034 ac_ltlibobjs=
11035 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11036 # 1. Remove the extension, and $U if already installed.
11037 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11038 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11039 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11040 # will be set to the directory where LIBOBJS objects are built.
11041 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11042 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11043 done
11044 LIBOBJS=$ac_libobjs
11046 LTLIBOBJS=$ac_ltlibobjs
11049 if test -n "$EXEEXT"; then
11050 am__EXEEXT_TRUE=
11051 am__EXEEXT_FALSE='#'
11052 else
11053 am__EXEEXT_TRUE='#'
11054 am__EXEEXT_FALSE=
11057 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
11058 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
11059 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11061 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11062 as_fn_error "conditional \"AMDEP\" was never defined.
11063 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11065 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11066 as_fn_error "conditional \"am__fastdepCC\" was never defined.
11067 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11070 : ${CONFIG_STATUS=./config.status}
11071 ac_write_fail=0
11072 ac_clean_files_save=$ac_clean_files
11073 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11074 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11075 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11076 as_write_fail=0
11077 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11078 #! $SHELL
11079 # Generated by $as_me.
11080 # Run this file to recreate the current configuration.
11081 # Compiler output produced by configure, useful for debugging
11082 # configure, is in config.log if it exists.
11084 debug=false
11085 ac_cs_recheck=false
11086 ac_cs_silent=false
11088 SHELL=\${CONFIG_SHELL-$SHELL}
11089 export SHELL
11090 _ASEOF
11091 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11092 ## -------------------- ##
11093 ## M4sh Initialization. ##
11094 ## -------------------- ##
11096 # Be more Bourne compatible
11097 DUALCASE=1; export DUALCASE # for MKS sh
11098 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
11099 emulate sh
11100 NULLCMD=:
11101 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11102 # is contrary to our usage. Disable this feature.
11103 alias -g '${1+"$@"}'='"$@"'
11104 setopt NO_GLOB_SUBST
11105 else
11106 case `(set -o) 2>/dev/null` in #(
11107 *posix*) :
11108 set -o posix ;; #(
11109 *) :
11111 esac
11115 as_nl='
11117 export as_nl
11118 # Printing a long string crashes Solaris 7 /usr/bin/printf.
11119 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11120 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11121 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11122 # Prefer a ksh shell builtin over an external printf program on Solaris,
11123 # but without wasting forks for bash or zsh.
11124 if test -z "$BASH_VERSION$ZSH_VERSION" \
11125 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11126 as_echo='print -r --'
11127 as_echo_n='print -rn --'
11128 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11129 as_echo='printf %s\n'
11130 as_echo_n='printf %s'
11131 else
11132 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11133 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11134 as_echo_n='/usr/ucb/echo -n'
11135 else
11136 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11137 as_echo_n_body='eval
11138 arg=$1;
11139 case $arg in #(
11140 *"$as_nl"*)
11141 expr "X$arg" : "X\\(.*\\)$as_nl";
11142 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11143 esac;
11144 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11146 export as_echo_n_body
11147 as_echo_n='sh -c $as_echo_n_body as_echo'
11149 export as_echo_body
11150 as_echo='sh -c $as_echo_body as_echo'
11153 # The user is always right.
11154 if test "${PATH_SEPARATOR+set}" != set; then
11155 PATH_SEPARATOR=:
11156 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11157 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11158 PATH_SEPARATOR=';'
11163 # IFS
11164 # We need space, tab and new line, in precisely that order. Quoting is
11165 # there to prevent editors from complaining about space-tab.
11166 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
11167 # splitting by setting IFS to empty value.)
11168 IFS=" "" $as_nl"
11170 # Find who we are. Look in the path if we contain no directory separator.
11171 case $0 in #((
11172 *[\\/]* ) as_myself=$0 ;;
11173 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11174 for as_dir in $PATH
11176 IFS=$as_save_IFS
11177 test -z "$as_dir" && as_dir=.
11178 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11179 done
11180 IFS=$as_save_IFS
11183 esac
11184 # We did not find ourselves, most probably we were run as `sh COMMAND'
11185 # in which case we are not to be found in the path.
11186 if test "x$as_myself" = x; then
11187 as_myself=$0
11189 if test ! -f "$as_myself"; then
11190 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11191 exit 1
11194 # Unset variables that we do not need and which cause bugs (e.g. in
11195 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11196 # suppresses any "Segmentation fault" message there. '((' could
11197 # trigger a bug in pdksh 5.2.14.
11198 for as_var in BASH_ENV ENV MAIL MAILPATH
11199 do eval test x\${$as_var+set} = xset \
11200 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11201 done
11202 PS1='$ '
11203 PS2='> '
11204 PS4='+ '
11206 # NLS nuisances.
11207 LC_ALL=C
11208 export LC_ALL
11209 LANGUAGE=C
11210 export LANGUAGE
11212 # CDPATH.
11213 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11216 # as_fn_error ERROR [LINENO LOG_FD]
11217 # ---------------------------------
11218 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11219 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
11220 # script with status $?, using 1 if that was 0.
11221 as_fn_error ()
11223 as_status=$?; test $as_status -eq 0 && as_status=1
11224 if test "$3"; then
11225 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11226 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
11228 $as_echo "$as_me: error: $1" >&2
11229 as_fn_exit $as_status
11230 } # as_fn_error
11233 # as_fn_set_status STATUS
11234 # -----------------------
11235 # Set $? to STATUS, without forking.
11236 as_fn_set_status ()
11238 return $1
11239 } # as_fn_set_status
11241 # as_fn_exit STATUS
11242 # -----------------
11243 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11244 as_fn_exit ()
11246 set +e
11247 as_fn_set_status $1
11248 exit $1
11249 } # as_fn_exit
11251 # as_fn_unset VAR
11252 # ---------------
11253 # Portably unset VAR.
11254 as_fn_unset ()
11256 { eval $1=; unset $1;}
11258 as_unset=as_fn_unset
11259 # as_fn_append VAR VALUE
11260 # ----------------------
11261 # Append the text in VALUE to the end of the definition contained in VAR. Take
11262 # advantage of any shell optimizations that allow amortized linear growth over
11263 # repeated appends, instead of the typical quadratic growth present in naive
11264 # implementations.
11265 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11266 eval 'as_fn_append ()
11268 eval $1+=\$2
11270 else
11271 as_fn_append ()
11273 eval $1=\$$1\$2
11275 fi # as_fn_append
11277 # as_fn_arith ARG...
11278 # ------------------
11279 # Perform arithmetic evaluation on the ARGs, and store the result in the
11280 # global $as_val. Take advantage of shells that can avoid forks. The arguments
11281 # must be portable across $(()) and expr.
11282 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11283 eval 'as_fn_arith ()
11285 as_val=$(( $* ))
11287 else
11288 as_fn_arith ()
11290 as_val=`expr "$@" || test $? -eq 1`
11292 fi # as_fn_arith
11295 if expr a : '\(a\)' >/dev/null 2>&1 &&
11296 test "X`expr 00001 : '.*\(...\)'`" = X001; then
11297 as_expr=expr
11298 else
11299 as_expr=false
11302 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
11303 as_basename=basename
11304 else
11305 as_basename=false
11308 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11309 as_dirname=dirname
11310 else
11311 as_dirname=false
11314 as_me=`$as_basename -- "$0" ||
11315 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11316 X"$0" : 'X\(//\)$' \| \
11317 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11318 $as_echo X/"$0" |
11319 sed '/^.*\/\([^/][^/]*\)\/*$/{
11320 s//\1/
11323 /^X\/\(\/\/\)$/{
11324 s//\1/
11327 /^X\/\(\/\).*/{
11328 s//\1/
11331 s/.*/./; q'`
11333 # Avoid depending upon Character Ranges.
11334 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11335 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11336 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11337 as_cr_digits='0123456789'
11338 as_cr_alnum=$as_cr_Letters$as_cr_digits
11340 ECHO_C= ECHO_N= ECHO_T=
11341 case `echo -n x` in #(((((
11342 -n*)
11343 case `echo 'xy\c'` in
11344 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11345 xy) ECHO_C='\c';;
11346 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11347 ECHO_T=' ';;
11348 esac;;
11350 ECHO_N='-n';;
11351 esac
11353 rm -f conf$$ conf$$.exe conf$$.file
11354 if test -d conf$$.dir; then
11355 rm -f conf$$.dir/conf$$.file
11356 else
11357 rm -f conf$$.dir
11358 mkdir conf$$.dir 2>/dev/null
11360 if (echo >conf$$.file) 2>/dev/null; then
11361 if ln -s conf$$.file conf$$ 2>/dev/null; then
11362 as_ln_s='ln -s'
11363 # ... but there are two gotchas:
11364 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11365 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11366 # In both cases, we have to default to `cp -p'.
11367 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
11368 as_ln_s='cp -p'
11369 elif ln conf$$.file conf$$ 2>/dev/null; then
11370 as_ln_s=ln
11371 else
11372 as_ln_s='cp -p'
11374 else
11375 as_ln_s='cp -p'
11377 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11378 rmdir conf$$.dir 2>/dev/null
11381 # as_fn_mkdir_p
11382 # -------------
11383 # Create "$as_dir" as a directory, including parents if necessary.
11384 as_fn_mkdir_p ()
11387 case $as_dir in #(
11388 -*) as_dir=./$as_dir;;
11389 esac
11390 test -d "$as_dir" || eval $as_mkdir_p || {
11391 as_dirs=
11392 while :; do
11393 case $as_dir in #(
11394 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11395 *) as_qdir=$as_dir;;
11396 esac
11397 as_dirs="'$as_qdir' $as_dirs"
11398 as_dir=`$as_dirname -- "$as_dir" ||
11399 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11400 X"$as_dir" : 'X\(//\)[^/]' \| \
11401 X"$as_dir" : 'X\(//\)$' \| \
11402 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11403 $as_echo X"$as_dir" |
11404 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11405 s//\1/
11408 /^X\(\/\/\)[^/].*/{
11409 s//\1/
11412 /^X\(\/\/\)$/{
11413 s//\1/
11416 /^X\(\/\).*/{
11417 s//\1/
11420 s/.*/./; q'`
11421 test -d "$as_dir" && break
11422 done
11423 test -z "$as_dirs" || eval "mkdir $as_dirs"
11424 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
11427 } # as_fn_mkdir_p
11428 if mkdir -p . 2>/dev/null; then
11429 as_mkdir_p='mkdir -p "$as_dir"'
11430 else
11431 test -d ./-p && rmdir ./-p
11432 as_mkdir_p=false
11435 if test -x / >/dev/null 2>&1; then
11436 as_test_x='test -x'
11437 else
11438 if ls -dL / >/dev/null 2>&1; then
11439 as_ls_L_option=L
11440 else
11441 as_ls_L_option=
11443 as_test_x='
11444 eval sh -c '\''
11445 if test -d "$1"; then
11446 test -d "$1/.";
11447 else
11448 case $1 in #(
11449 -*)set "./$1";;
11450 esac;
11451 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
11452 ???[sx]*):;;*)false;;esac;fi
11453 '\'' sh
11456 as_executable_p=$as_test_x
11458 # Sed expression to map a string onto a valid CPP name.
11459 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11461 # Sed expression to map a string onto a valid variable name.
11462 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11465 exec 6>&1
11466 ## ----------------------------------- ##
11467 ## Main body of $CONFIG_STATUS script. ##
11468 ## ----------------------------------- ##
11469 _ASEOF
11470 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
11472 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11473 # Save the log message, to keep $0 and so on meaningful, and to
11474 # report actual input values of CONFIG_FILES etc. instead of their
11475 # values after options handling.
11476 ac_log="
11477 This file was extended by LTO plugin for ld $as_me 0.1, which was
11478 generated by GNU Autoconf 2.64. Invocation command line was
11480 CONFIG_FILES = $CONFIG_FILES
11481 CONFIG_HEADERS = $CONFIG_HEADERS
11482 CONFIG_LINKS = $CONFIG_LINKS
11483 CONFIG_COMMANDS = $CONFIG_COMMANDS
11484 $ $0 $@
11486 on `(hostname || uname -n) 2>/dev/null | sed 1q`
11489 _ACEOF
11491 case $ac_config_files in *"
11492 "*) set x $ac_config_files; shift; ac_config_files=$*;;
11493 esac
11495 case $ac_config_headers in *"
11496 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
11497 esac
11500 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11501 # Files that config.status was made for.
11502 config_files="$ac_config_files"
11503 config_headers="$ac_config_headers"
11504 config_commands="$ac_config_commands"
11506 _ACEOF
11508 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11509 ac_cs_usage="\
11510 \`$as_me' instantiates files and other configuration actions
11511 from templates according to the current configuration. Unless the files
11512 and actions are specified as TAGs, all are instantiated by default.
11514 Usage: $0 [OPTION]... [TAG]...
11516 -h, --help print this help, then exit
11517 -V, --version print version number and configuration settings, then exit
11518 -q, --quiet, --silent
11519 do not print progress messages
11520 -d, --debug don't remove temporary files
11521 --recheck update $as_me by reconfiguring in the same conditions
11522 --file=FILE[:TEMPLATE]
11523 instantiate the configuration file FILE
11524 --header=FILE[:TEMPLATE]
11525 instantiate the configuration header FILE
11527 Configuration files:
11528 $config_files
11530 Configuration headers:
11531 $config_headers
11533 Configuration commands:
11534 $config_commands
11536 Report bugs to the package provider."
11538 _ACEOF
11539 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11540 ac_cs_version="\\
11541 LTO plugin for ld config.status 0.1
11542 configured by $0, generated by GNU Autoconf 2.64,
11543 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
11545 Copyright (C) 2009 Free Software Foundation, Inc.
11546 This config.status script is free software; the Free Software Foundation
11547 gives unlimited permission to copy, distribute and modify it."
11549 ac_pwd='$ac_pwd'
11550 srcdir='$srcdir'
11551 INSTALL='$INSTALL'
11552 MKDIR_P='$MKDIR_P'
11553 AWK='$AWK'
11554 test -n "\$AWK" || AWK=awk
11555 _ACEOF
11557 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11558 # The default lists apply if the user does not specify any file.
11559 ac_need_defaults=:
11560 while test $# != 0
11562 case $1 in
11563 --*=*)
11564 ac_option=`expr "X$1" : 'X\([^=]*\)='`
11565 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
11566 ac_shift=:
11569 ac_option=$1
11570 ac_optarg=$2
11571 ac_shift=shift
11573 esac
11575 case $ac_option in
11576 # Handling of the options.
11577 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11578 ac_cs_recheck=: ;;
11579 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
11580 $as_echo "$ac_cs_version"; exit ;;
11581 --debug | --debu | --deb | --de | --d | -d )
11582 debug=: ;;
11583 --file | --fil | --fi | --f )
11584 $ac_shift
11585 case $ac_optarg in
11586 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11587 esac
11588 as_fn_append CONFIG_FILES " '$ac_optarg'"
11589 ac_need_defaults=false;;
11590 --header | --heade | --head | --hea )
11591 $ac_shift
11592 case $ac_optarg in
11593 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11594 esac
11595 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
11596 ac_need_defaults=false;;
11597 --he | --h)
11598 # Conflict between --help and --header
11599 as_fn_error "ambiguous option: \`$1'
11600 Try \`$0 --help' for more information.";;
11601 --help | --hel | -h )
11602 $as_echo "$ac_cs_usage"; exit ;;
11603 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
11604 | -silent | --silent | --silen | --sile | --sil | --si | --s)
11605 ac_cs_silent=: ;;
11607 # This is an error.
11608 -*) as_fn_error "unrecognized option: \`$1'
11609 Try \`$0 --help' for more information." ;;
11611 *) as_fn_append ac_config_targets " $1"
11612 ac_need_defaults=false ;;
11614 esac
11615 shift
11616 done
11618 ac_configure_extra_args=
11620 if $ac_cs_silent; then
11621 exec 6>/dev/null
11622 ac_configure_extra_args="$ac_configure_extra_args --silent"
11625 _ACEOF
11626 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11627 if \$ac_cs_recheck; then
11628 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
11629 shift
11630 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
11631 CONFIG_SHELL='$SHELL'
11632 export CONFIG_SHELL
11633 exec "\$@"
11636 _ACEOF
11637 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11638 exec 5>>config.log
11640 echo
11641 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
11642 ## Running $as_me. ##
11643 _ASBOX
11644 $as_echo "$ac_log"
11645 } >&5
11647 _ACEOF
11648 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11650 # INIT-COMMANDS
11652 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
11655 # The HP-UX ksh and POSIX shell print the target directory to stdout
11656 # if CDPATH is set.
11657 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11659 sed_quote_subst='$sed_quote_subst'
11660 double_quote_subst='$double_quote_subst'
11661 delay_variable_subst='$delay_variable_subst'
11662 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
11663 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
11664 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
11665 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
11666 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
11667 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
11668 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
11669 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
11670 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
11671 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
11672 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
11673 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
11674 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
11675 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
11676 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
11677 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
11678 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
11679 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
11680 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
11681 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
11682 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
11683 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
11684 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
11685 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
11686 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
11687 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
11688 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
11689 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
11690 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
11691 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
11692 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
11693 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
11694 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
11695 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
11696 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
11697 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
11698 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
11699 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
11700 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
11701 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
11702 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
11703 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
11704 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
11705 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
11706 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
11707 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
11708 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
11709 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
11710 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"`'
11711 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
11712 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
11713 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
11714 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
11715 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
11716 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
11717 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
11718 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
11719 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
11720 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
11721 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
11722 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
11723 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
11724 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
11725 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
11726 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
11727 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
11728 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
11729 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
11730 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
11731 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
11732 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
11733 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
11734 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
11735 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
11736 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
11737 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
11738 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
11739 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
11740 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
11741 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
11742 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
11743 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
11744 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
11745 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
11746 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
11747 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
11748 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
11749 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
11750 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
11751 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
11752 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
11753 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
11754 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
11755 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
11756 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
11757 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
11758 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
11759 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
11760 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
11761 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
11762 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
11763 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
11764 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
11765 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
11766 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
11767 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
11768 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
11769 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
11770 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
11771 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
11772 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
11773 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
11774 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
11775 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
11776 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
11777 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
11778 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
11779 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
11780 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
11781 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
11783 LTCC='$LTCC'
11784 LTCFLAGS='$LTCFLAGS'
11785 compiler='$compiler_DEFAULT'
11787 # A function that is used when there is no print builtin or printf.
11788 func_fallback_echo ()
11790 eval 'cat <<_LTECHO_EOF
11792 _LTECHO_EOF'
11795 # Quote evaled strings.
11796 for var in SHELL \
11797 ECHO \
11798 SED \
11799 GREP \
11800 EGREP \
11801 FGREP \
11802 LD \
11803 NM \
11804 LN_S \
11805 lt_SP2NL \
11806 lt_NL2SP \
11807 reload_flag \
11808 OBJDUMP \
11809 deplibs_check_method \
11810 file_magic_cmd \
11811 AR \
11812 AR_FLAGS \
11813 STRIP \
11814 RANLIB \
11815 CC \
11816 CFLAGS \
11817 compiler \
11818 lt_cv_sys_global_symbol_pipe \
11819 lt_cv_sys_global_symbol_to_cdecl \
11820 lt_cv_sys_global_symbol_to_c_name_address \
11821 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
11822 lt_prog_compiler_no_builtin_flag \
11823 lt_prog_compiler_wl \
11824 lt_prog_compiler_pic \
11825 lt_prog_compiler_static \
11826 lt_cv_prog_compiler_c_o \
11827 need_locks \
11828 DSYMUTIL \
11829 NMEDIT \
11830 LIPO \
11831 OTOOL \
11832 OTOOL64 \
11833 shrext_cmds \
11834 export_dynamic_flag_spec \
11835 whole_archive_flag_spec \
11836 compiler_needs_object \
11837 with_gnu_ld \
11838 allow_undefined_flag \
11839 no_undefined_flag \
11840 hardcode_libdir_flag_spec \
11841 hardcode_libdir_flag_spec_ld \
11842 hardcode_libdir_separator \
11843 fix_srcfile_path \
11844 exclude_expsyms \
11845 include_expsyms \
11846 file_list_spec \
11847 variables_saved_for_relink \
11848 libname_spec \
11849 library_names_spec \
11850 soname_spec \
11851 install_override_mode \
11852 finish_eval \
11853 old_striplib \
11854 striplib; do
11855 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
11856 *[\\\\\\\`\\"\\\$]*)
11857 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
11860 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
11862 esac
11863 done
11865 # Double-quote double-evaled strings.
11866 for var in reload_cmds \
11867 old_postinstall_cmds \
11868 old_postuninstall_cmds \
11869 old_archive_cmds \
11870 extract_expsyms_cmds \
11871 old_archive_from_new_cmds \
11872 old_archive_from_expsyms_cmds \
11873 archive_cmds \
11874 archive_expsym_cmds \
11875 module_cmds \
11876 module_expsym_cmds \
11877 export_symbols_cmds \
11878 prelink_cmds \
11879 postinstall_cmds \
11880 postuninstall_cmds \
11881 finish_cmds \
11882 sys_lib_search_path_spec \
11883 sys_lib_dlsearch_path_spec; do
11884 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
11885 *[\\\\\\\`\\"\\\$]*)
11886 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
11889 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
11891 esac
11892 done
11894 ac_aux_dir='$ac_aux_dir'
11895 xsi_shell='$xsi_shell'
11896 lt_shell_append='$lt_shell_append'
11898 # See if we are running on zsh, and set the options which allow our
11899 # commands through without removal of \ escapes INIT.
11900 if test -n "\${ZSH_VERSION+set}" ; then
11901 setopt NO_GLOB_SUBST
11905 PACKAGE='$PACKAGE'
11906 VERSION='$VERSION'
11907 TIMESTAMP='$TIMESTAMP'
11908 RM='$RM'
11909 ofile='$ofile'
11914 _ACEOF
11916 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11918 # Handling of arguments.
11919 for ac_config_target in $ac_config_targets
11921 case $ac_config_target in
11922 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
11923 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
11924 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
11925 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
11927 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
11928 esac
11929 done
11932 # If the user did not use the arguments to specify the items to instantiate,
11933 # then the envvar interface is used. Set only those that are not.
11934 # We use the long form for the default assignment because of an extremely
11935 # bizarre bug on SunOS 4.1.3.
11936 if $ac_need_defaults; then
11937 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
11938 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
11939 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
11942 # Have a temporary directory for convenience. Make it in the build tree
11943 # simply because there is no reason against having it here, and in addition,
11944 # creating and moving files from /tmp can sometimes cause problems.
11945 # Hook for its removal unless debugging.
11946 # Note that there is a small window in which the directory will not be cleaned:
11947 # after its creation but before its name has been assigned to `$tmp'.
11948 $debug ||
11950 tmp=
11951 trap 'exit_status=$?
11952 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
11954 trap 'as_fn_exit 1' 1 2 13 15
11956 # Create a (secure) tmp directory for tmp files.
11959 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
11960 test -n "$tmp" && test -d "$tmp"
11961 } ||
11963 tmp=./conf$$-$RANDOM
11964 (umask 077 && mkdir "$tmp")
11965 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
11967 # Set up the scripts for CONFIG_FILES section.
11968 # No need to generate them if there are no CONFIG_FILES.
11969 # This happens for instance with `./config.status config.h'.
11970 if test -n "$CONFIG_FILES"; then
11973 ac_cr=`echo X | tr X '\015'`
11974 # On cygwin, bash can eat \r inside `` if the user requested igncr.
11975 # But we know of no other shell where ac_cr would be empty at this
11976 # point, so we can use a bashism as a fallback.
11977 if test "x$ac_cr" = x; then
11978 eval ac_cr=\$\'\\r\'
11980 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
11981 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
11982 ac_cs_awk_cr='\r'
11983 else
11984 ac_cs_awk_cr=$ac_cr
11987 echo 'BEGIN {' >"$tmp/subs1.awk" &&
11988 _ACEOF
11992 echo "cat >conf$$subs.awk <<_ACEOF" &&
11993 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
11994 echo "_ACEOF"
11995 } >conf$$subs.sh ||
11996 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
11997 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
11998 ac_delim='%!_!# '
11999 for ac_last_try in false false false false false :; do
12000 . ./conf$$subs.sh ||
12001 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12003 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12004 if test $ac_delim_n = $ac_delim_num; then
12005 break
12006 elif $ac_last_try; then
12007 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12008 else
12009 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12011 done
12012 rm -f conf$$subs.sh
12014 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12015 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
12016 _ACEOF
12017 sed -n '
12019 s/^/S["/; s/!.*/"]=/
12022 s/^[^!]*!//
12023 :repl
12024 t repl
12025 s/'"$ac_delim"'$//
12026 t delim
12029 s/\(.\{148\}\).*/\1/
12030 t more1
12031 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12034 b repl
12035 :more1
12036 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12039 s/.\{148\}//
12040 t nl
12041 :delim
12043 s/\(.\{148\}\).*/\1/
12044 t more2
12045 s/["\\]/\\&/g; s/^/"/; s/$/"/
12048 :more2
12049 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12052 s/.\{148\}//
12053 t delim
12054 ' <conf$$subs.awk | sed '
12055 /^[^""]/{
12057 s/\n//
12059 ' >>$CONFIG_STATUS || ac_write_fail=1
12060 rm -f conf$$subs.awk
12061 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12062 _ACAWK
12063 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
12064 for (key in S) S_is_set[key] = 1
12065 FS = "\a"
12069 line = $ 0
12070 nfields = split(line, field, "@")
12071 substed = 0
12072 len = length(field[1])
12073 for (i = 2; i < nfields; i++) {
12074 key = field[i]
12075 keylen = length(key)
12076 if (S_is_set[key]) {
12077 value = S[key]
12078 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12079 len += length(value) + length(field[++i])
12080 substed = 1
12081 } else
12082 len += 1 + keylen
12085 print line
12088 _ACAWK
12089 _ACEOF
12090 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12091 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12092 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12093 else
12095 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
12096 || as_fn_error "could not setup config files machinery" "$LINENO" 5
12097 _ACEOF
12099 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12100 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12101 # trailing colons and then remove the whole line if VPATH becomes empty
12102 # (actually we leave an empty line to preserve line numbers).
12103 if test "x$srcdir" = x.; then
12104 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12105 s/:*\$(srcdir):*/:/
12106 s/:*\${srcdir}:*/:/
12107 s/:*@srcdir@:*/:/
12108 s/^\([^=]*=[ ]*\):*/\1/
12109 s/:*$//
12110 s/^[^=]*=[ ]*$//
12114 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12115 fi # test -n "$CONFIG_FILES"
12117 # Set up the scripts for CONFIG_HEADERS section.
12118 # No need to generate them if there are no CONFIG_HEADERS.
12119 # This happens for instance with `./config.status Makefile'.
12120 if test -n "$CONFIG_HEADERS"; then
12121 cat >"$tmp/defines.awk" <<\_ACAWK ||
12122 BEGIN {
12123 _ACEOF
12125 # Transform confdefs.h into an awk script `defines.awk', embedded as
12126 # here-document in config.status, that substitutes the proper values into
12127 # config.h.in to produce config.h.
12129 # Create a delimiter string that does not exist in confdefs.h, to ease
12130 # handling of long lines.
12131 ac_delim='%!_!# '
12132 for ac_last_try in false false :; do
12133 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
12134 if test -z "$ac_t"; then
12135 break
12136 elif $ac_last_try; then
12137 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
12138 else
12139 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12141 done
12143 # For the awk script, D is an array of macro values keyed by name,
12144 # likewise P contains macro parameters if any. Preserve backslash
12145 # newline sequences.
12147 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12148 sed -n '
12149 s/.\{148\}/&'"$ac_delim"'/g
12150 t rset
12151 :rset
12152 s/^[ ]*#[ ]*define[ ][ ]*/ /
12153 t def
12155 :def
12156 s/\\$//
12157 t bsnl
12158 s/["\\]/\\&/g
12159 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12160 D["\1"]=" \3"/p
12161 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12163 :bsnl
12164 s/["\\]/\\&/g
12165 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12166 D["\1"]=" \3\\\\\\n"\\/p
12167 t cont
12168 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12169 t cont
12171 :cont
12173 s/.\{148\}/&'"$ac_delim"'/g
12174 t clear
12175 :clear
12176 s/\\$//
12177 t bsnlc
12178 s/["\\]/\\&/g; s/^/"/; s/$/"/p
12180 :bsnlc
12181 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12182 b cont
12183 ' <confdefs.h | sed '
12184 s/'"$ac_delim"'/"\\\
12185 "/g' >>$CONFIG_STATUS || ac_write_fail=1
12187 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12188 for (key in D) D_is_set[key] = 1
12189 FS = "\a"
12191 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12192 line = \$ 0
12193 split(line, arg, " ")
12194 if (arg[1] == "#") {
12195 defundef = arg[2]
12196 mac1 = arg[3]
12197 } else {
12198 defundef = substr(arg[1], 2)
12199 mac1 = arg[2]
12201 split(mac1, mac2, "(") #)
12202 macro = mac2[1]
12203 prefix = substr(line, 1, index(line, defundef) - 1)
12204 if (D_is_set[macro]) {
12205 # Preserve the white space surrounding the "#".
12206 print prefix "define", macro P[macro] D[macro]
12207 next
12208 } else {
12209 # Replace #undef with comments. This is necessary, for example,
12210 # in the case of _POSIX_SOURCE, which is predefined and required
12211 # on some systems where configure will not decide to define it.
12212 if (defundef == "undef") {
12213 print "/*", prefix defundef, macro, "*/"
12214 next
12218 { print }
12219 _ACAWK
12220 _ACEOF
12221 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12222 as_fn_error "could not setup config headers machinery" "$LINENO" 5
12223 fi # test -n "$CONFIG_HEADERS"
12226 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
12227 shift
12228 for ac_tag
12230 case $ac_tag in
12231 :[FHLC]) ac_mode=$ac_tag; continue;;
12232 esac
12233 case $ac_mode$ac_tag in
12234 :[FHL]*:*);;
12235 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
12236 :[FH]-) ac_tag=-:-;;
12237 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12238 esac
12239 ac_save_IFS=$IFS
12240 IFS=:
12241 set x $ac_tag
12242 IFS=$ac_save_IFS
12243 shift
12244 ac_file=$1
12245 shift
12247 case $ac_mode in
12248 :L) ac_source=$1;;
12249 :[FH])
12250 ac_file_inputs=
12251 for ac_f
12253 case $ac_f in
12254 -) ac_f="$tmp/stdin";;
12255 *) # Look for the file first in the build tree, then in the source tree
12256 # (if the path is not absolute). The absolute path cannot be DOS-style,
12257 # because $ac_f cannot contain `:'.
12258 test -f "$ac_f" ||
12259 case $ac_f in
12260 [\\/$]*) false;;
12261 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12262 esac ||
12263 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
12264 esac
12265 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12266 as_fn_append ac_file_inputs " '$ac_f'"
12267 done
12269 # Let's still pretend it is `configure' which instantiates (i.e., don't
12270 # use $as_me), people would be surprised to read:
12271 # /* config.h. Generated by config.status. */
12272 configure_input='Generated from '`
12273 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12274 `' by configure.'
12275 if test x"$ac_file" != x-; then
12276 configure_input="$ac_file. $configure_input"
12277 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12278 $as_echo "$as_me: creating $ac_file" >&6;}
12280 # Neutralize special characters interpreted by sed in replacement strings.
12281 case $configure_input in #(
12282 *\&* | *\|* | *\\* )
12283 ac_sed_conf_input=`$as_echo "$configure_input" |
12284 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12285 *) ac_sed_conf_input=$configure_input;;
12286 esac
12288 case $ac_tag in
12289 *:-:* | *:-) cat >"$tmp/stdin" \
12290 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
12291 esac
12293 esac
12295 ac_dir=`$as_dirname -- "$ac_file" ||
12296 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12297 X"$ac_file" : 'X\(//\)[^/]' \| \
12298 X"$ac_file" : 'X\(//\)$' \| \
12299 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12300 $as_echo X"$ac_file" |
12301 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12302 s//\1/
12305 /^X\(\/\/\)[^/].*/{
12306 s//\1/
12309 /^X\(\/\/\)$/{
12310 s//\1/
12313 /^X\(\/\).*/{
12314 s//\1/
12317 s/.*/./; q'`
12318 as_dir="$ac_dir"; as_fn_mkdir_p
12319 ac_builddir=.
12321 case "$ac_dir" in
12322 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12324 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12325 # A ".." for each directory in $ac_dir_suffix.
12326 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12327 case $ac_top_builddir_sub in
12328 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12329 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12330 esac ;;
12331 esac
12332 ac_abs_top_builddir=$ac_pwd
12333 ac_abs_builddir=$ac_pwd$ac_dir_suffix
12334 # for backward compatibility:
12335 ac_top_builddir=$ac_top_build_prefix
12337 case $srcdir in
12338 .) # We are building in place.
12339 ac_srcdir=.
12340 ac_top_srcdir=$ac_top_builddir_sub
12341 ac_abs_top_srcdir=$ac_pwd ;;
12342 [\\/]* | ?:[\\/]* ) # Absolute name.
12343 ac_srcdir=$srcdir$ac_dir_suffix;
12344 ac_top_srcdir=$srcdir
12345 ac_abs_top_srcdir=$srcdir ;;
12346 *) # Relative name.
12347 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12348 ac_top_srcdir=$ac_top_build_prefix$srcdir
12349 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
12350 esac
12351 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
12354 case $ac_mode in
12357 # CONFIG_FILE
12360 case $INSTALL in
12361 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12362 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
12363 esac
12364 ac_MKDIR_P=$MKDIR_P
12365 case $MKDIR_P in
12366 [\\/$]* | ?:[\\/]* ) ;;
12367 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
12368 esac
12369 _ACEOF
12371 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12372 # If the template does not know about datarootdir, expand it.
12373 # FIXME: This hack should be removed a few years after 2.60.
12374 ac_datarootdir_hack=; ac_datarootdir_seen=
12375 ac_sed_dataroot='
12376 /datarootdir/ {
12380 /@datadir@/p
12381 /@docdir@/p
12382 /@infodir@/p
12383 /@localedir@/p
12384 /@mandir@/p'
12385 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12386 *datarootdir*) ac_datarootdir_seen=yes;;
12387 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12388 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12389 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12390 _ACEOF
12391 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12392 ac_datarootdir_hack='
12393 s&@datadir@&$datadir&g
12394 s&@docdir@&$docdir&g
12395 s&@infodir@&$infodir&g
12396 s&@localedir@&$localedir&g
12397 s&@mandir@&$mandir&g
12398 s&\\\${datarootdir}&$datarootdir&g' ;;
12399 esac
12400 _ACEOF
12402 # Neutralize VPATH when `$srcdir' = `.'.
12403 # Shell code in configure.ac might set extrasub.
12404 # FIXME: do we really want to maintain this feature?
12405 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12406 ac_sed_extra="$ac_vpsub
12407 $extrasub
12408 _ACEOF
12409 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12411 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12412 s|@configure_input@|$ac_sed_conf_input|;t t
12413 s&@top_builddir@&$ac_top_builddir_sub&;t t
12414 s&@top_build_prefix@&$ac_top_build_prefix&;t t
12415 s&@srcdir@&$ac_srcdir&;t t
12416 s&@abs_srcdir@&$ac_abs_srcdir&;t t
12417 s&@top_srcdir@&$ac_top_srcdir&;t t
12418 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12419 s&@builddir@&$ac_builddir&;t t
12420 s&@abs_builddir@&$ac_abs_builddir&;t t
12421 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12422 s&@INSTALL@&$ac_INSTALL&;t t
12423 s&@MKDIR_P@&$ac_MKDIR_P&;t t
12424 $ac_datarootdir_hack
12426 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
12427 || as_fn_error "could not create $ac_file" "$LINENO" 5
12429 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
12430 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
12431 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
12432 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12433 which seems to be undefined. Please make sure it is defined." >&5
12434 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12435 which seems to be undefined. Please make sure it is defined." >&2;}
12437 rm -f "$tmp/stdin"
12438 case $ac_file in
12439 -) cat "$tmp/out" && rm -f "$tmp/out";;
12440 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
12441 esac \
12442 || as_fn_error "could not create $ac_file" "$LINENO" 5
12446 # CONFIG_HEADER
12448 if test x"$ac_file" != x-; then
12450 $as_echo "/* $configure_input */" \
12451 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
12452 } >"$tmp/config.h" \
12453 || as_fn_error "could not create $ac_file" "$LINENO" 5
12454 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
12455 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
12456 $as_echo "$as_me: $ac_file is unchanged" >&6;}
12457 else
12458 rm -f "$ac_file"
12459 mv "$tmp/config.h" "$ac_file" \
12460 || as_fn_error "could not create $ac_file" "$LINENO" 5
12462 else
12463 $as_echo "/* $configure_input */" \
12464 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
12465 || as_fn_error "could not create -" "$LINENO" 5
12467 # Compute "$ac_file"'s index in $config_headers.
12468 _am_arg="$ac_file"
12469 _am_stamp_count=1
12470 for _am_header in $config_headers :; do
12471 case $_am_header in
12472 $_am_arg | $_am_arg:* )
12473 break ;;
12475 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
12476 esac
12477 done
12478 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
12479 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12480 X"$_am_arg" : 'X\(//\)[^/]' \| \
12481 X"$_am_arg" : 'X\(//\)$' \| \
12482 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
12483 $as_echo X"$_am_arg" |
12484 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12485 s//\1/
12488 /^X\(\/\/\)[^/].*/{
12489 s//\1/
12492 /^X\(\/\/\)$/{
12493 s//\1/
12496 /^X\(\/\).*/{
12497 s//\1/
12500 s/.*/./; q'`/stamp-h$_am_stamp_count
12503 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12504 $as_echo "$as_me: executing $ac_file commands" >&6;}
12506 esac
12509 case $ac_file$ac_mode in
12510 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
12511 # Autoconf 2.62 quotes --file arguments for eval, but not when files
12512 # are listed without --file. Let's play safe and only enable the eval
12513 # if we detect the quoting.
12514 case $CONFIG_FILES in
12515 *\'*) eval set x "$CONFIG_FILES" ;;
12516 *) set x $CONFIG_FILES ;;
12517 esac
12518 shift
12519 for mf
12521 # Strip MF so we end up with the name of the file.
12522 mf=`echo "$mf" | sed -e 's/:.*$//'`
12523 # Check whether this is an Automake generated Makefile or not.
12524 # We used to match only the files named `Makefile.in', but
12525 # some people rename them; so instead we look at the file content.
12526 # Grep'ing the first line is not enough: some people post-process
12527 # each Makefile.in and add a new line on top of each file to say so.
12528 # Grep'ing the whole file is not good either: AIX grep has a line
12529 # limit of 2048, but all sed's we know have understand at least 4000.
12530 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
12531 dirpart=`$as_dirname -- "$mf" ||
12532 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12533 X"$mf" : 'X\(//\)[^/]' \| \
12534 X"$mf" : 'X\(//\)$' \| \
12535 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
12536 $as_echo X"$mf" |
12537 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12538 s//\1/
12541 /^X\(\/\/\)[^/].*/{
12542 s//\1/
12545 /^X\(\/\/\)$/{
12546 s//\1/
12549 /^X\(\/\).*/{
12550 s//\1/
12553 s/.*/./; q'`
12554 else
12555 continue
12557 # Extract the definition of DEPDIR, am__include, and am__quote
12558 # from the Makefile without running `make'.
12559 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
12560 test -z "$DEPDIR" && continue
12561 am__include=`sed -n 's/^am__include = //p' < "$mf"`
12562 test -z "am__include" && continue
12563 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
12564 # When using ansi2knr, U may be empty or an underscore; expand it
12565 U=`sed -n 's/^U = //p' < "$mf"`
12566 # Find all dependency output files, they are included files with
12567 # $(DEPDIR) in their names. We invoke sed twice because it is the
12568 # simplest approach to changing $(DEPDIR) to its actual value in the
12569 # expansion.
12570 for file in `sed -n "
12571 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
12572 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
12573 # Make sure the directory exists.
12574 test -f "$dirpart/$file" && continue
12575 fdir=`$as_dirname -- "$file" ||
12576 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12577 X"$file" : 'X\(//\)[^/]' \| \
12578 X"$file" : 'X\(//\)$' \| \
12579 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
12580 $as_echo X"$file" |
12581 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12582 s//\1/
12585 /^X\(\/\/\)[^/].*/{
12586 s//\1/
12589 /^X\(\/\/\)$/{
12590 s//\1/
12593 /^X\(\/\).*/{
12594 s//\1/
12597 s/.*/./; q'`
12598 as_dir=$dirpart/$fdir; as_fn_mkdir_p
12599 # echo "creating $dirpart/$file"
12600 echo '# dummy' > "$dirpart/$file"
12601 done
12602 done
12605 "libtool":C)
12607 # See if we are running on zsh, and set the options which allow our
12608 # commands through without removal of \ escapes.
12609 if test -n "${ZSH_VERSION+set}" ; then
12610 setopt NO_GLOB_SUBST
12613 cfgfile="${ofile}T"
12614 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
12615 $RM "$cfgfile"
12617 cat <<_LT_EOF >> "$cfgfile"
12618 #! $SHELL
12620 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
12621 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
12622 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12623 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
12625 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
12626 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
12627 # Written by Gordon Matzigkeit, 1996
12629 # This file is part of GNU Libtool.
12631 # GNU Libtool is free software; you can redistribute it and/or
12632 # modify it under the terms of the GNU General Public License as
12633 # published by the Free Software Foundation; either version 2 of
12634 # the License, or (at your option) any later version.
12636 # As a special exception to the GNU General Public License,
12637 # if you distribute this file as part of a program or library that
12638 # is built using GNU Libtool, you may include this file under the
12639 # same distribution terms that you use for the rest of that program.
12641 # GNU Libtool is distributed in the hope that it will be useful,
12642 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12643 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12644 # GNU General Public License for more details.
12646 # You should have received a copy of the GNU General Public License
12647 # along with GNU Libtool; see the file COPYING. If not, a copy
12648 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
12649 # obtained by writing to the Free Software Foundation, Inc.,
12650 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
12653 # The names of the tagged configurations supported by this script.
12654 available_tags=""
12656 # ### BEGIN LIBTOOL CONFIG
12658 # Which release of libtool.m4 was used?
12659 macro_version=$macro_version
12660 macro_revision=$macro_revision
12662 # Whether or not to build shared libraries.
12663 build_libtool_libs=$enable_shared
12665 # Whether or not to build static libraries.
12666 build_old_libs=$enable_static
12668 # What type of objects to build.
12669 pic_mode=$pic_mode
12671 # Whether or not to optimize for fast installation.
12672 fast_install=$enable_fast_install
12674 # Shell to use when invoking shell scripts.
12675 SHELL=$lt_SHELL
12677 # An echo program that protects backslashes.
12678 ECHO=$lt_ECHO
12680 # The host system.
12681 host_alias=$host_alias
12682 host=$host
12683 host_os=$host_os
12685 # The build system.
12686 build_alias=$build_alias
12687 build=$build
12688 build_os=$build_os
12690 # A sed program that does not truncate output.
12691 SED=$lt_SED
12693 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
12694 Xsed="\$SED -e 1s/^X//"
12696 # A grep program that handles long lines.
12697 GREP=$lt_GREP
12699 # An ERE matcher.
12700 EGREP=$lt_EGREP
12702 # A literal string matcher.
12703 FGREP=$lt_FGREP
12705 # A BSD- or MS-compatible name lister.
12706 NM=$lt_NM
12708 # Whether we need soft or hard links.
12709 LN_S=$lt_LN_S
12711 # What is the maximum length of a command?
12712 max_cmd_len=$max_cmd_len
12714 # Object file suffix (normally "o").
12715 objext=$ac_objext
12717 # Executable file suffix (normally "").
12718 exeext=$exeext
12720 # whether the shell understands "unset".
12721 lt_unset=$lt_unset
12723 # turn spaces into newlines.
12724 SP2NL=$lt_lt_SP2NL
12726 # turn newlines into spaces.
12727 NL2SP=$lt_lt_NL2SP
12729 # An object symbol dumper.
12730 OBJDUMP=$lt_OBJDUMP
12732 # Method to check whether dependent libraries are shared objects.
12733 deplibs_check_method=$lt_deplibs_check_method
12735 # Command to use when deplibs_check_method == "file_magic".
12736 file_magic_cmd=$lt_file_magic_cmd
12738 # The archiver.
12739 AR=$lt_AR
12740 AR_FLAGS=$lt_AR_FLAGS
12742 # A symbol stripping program.
12743 STRIP=$lt_STRIP
12745 # Commands used to install an old-style archive.
12746 RANLIB=$lt_RANLIB
12747 old_postinstall_cmds=$lt_old_postinstall_cmds
12748 old_postuninstall_cmds=$lt_old_postuninstall_cmds
12750 # Whether to use a lock for old archive extraction.
12751 lock_old_archive_extraction=$lock_old_archive_extraction
12753 # A C compiler.
12754 LTCC=$lt_CC
12756 # LTCC compiler flags.
12757 LTCFLAGS=$lt_CFLAGS
12759 # Take the output of nm and produce a listing of raw symbols and C names.
12760 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
12762 # Transform the output of nm in a proper C declaration.
12763 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
12765 # Transform the output of nm in a C name address pair.
12766 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
12768 # Transform the output of nm in a C name address pair when lib prefix is needed.
12769 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
12771 # The name of the directory that contains temporary libtool files.
12772 objdir=$objdir
12774 # Used to examine libraries when file_magic_cmd begins with "file".
12775 MAGIC_CMD=$MAGIC_CMD
12777 # Must we lock files when doing compilation?
12778 need_locks=$lt_need_locks
12780 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
12781 DSYMUTIL=$lt_DSYMUTIL
12783 # Tool to change global to local symbols on Mac OS X.
12784 NMEDIT=$lt_NMEDIT
12786 # Tool to manipulate fat objects and archives on Mac OS X.
12787 LIPO=$lt_LIPO
12789 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
12790 OTOOL=$lt_OTOOL
12792 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
12793 OTOOL64=$lt_OTOOL64
12795 # Old archive suffix (normally "a").
12796 libext=$libext
12798 # Shared library suffix (normally ".so").
12799 shrext_cmds=$lt_shrext_cmds
12801 # The commands to extract the exported symbol list from a shared archive.
12802 extract_expsyms_cmds=$lt_extract_expsyms_cmds
12804 # Variables whose values should be saved in libtool wrapper scripts and
12805 # restored at link time.
12806 variables_saved_for_relink=$lt_variables_saved_for_relink
12808 # Do we need the "lib" prefix for modules?
12809 need_lib_prefix=$need_lib_prefix
12811 # Do we need a version for libraries?
12812 need_version=$need_version
12814 # Library versioning type.
12815 version_type=$version_type
12817 # Shared library runtime path variable.
12818 runpath_var=$runpath_var
12820 # Shared library path variable.
12821 shlibpath_var=$shlibpath_var
12823 # Is shlibpath searched before the hard-coded library search path?
12824 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
12826 # Format of library name prefix.
12827 libname_spec=$lt_libname_spec
12829 # List of archive names. First name is the real one, the rest are links.
12830 # The last name is the one that the linker finds with -lNAME
12831 library_names_spec=$lt_library_names_spec
12833 # The coded name of the library, if different from the real name.
12834 soname_spec=$lt_soname_spec
12836 # Permission mode override for installation of shared libraries.
12837 install_override_mode=$lt_install_override_mode
12839 # Command to use after installation of a shared archive.
12840 postinstall_cmds=$lt_postinstall_cmds
12842 # Command to use after uninstallation of a shared archive.
12843 postuninstall_cmds=$lt_postuninstall_cmds
12845 # Commands used to finish a libtool library installation in a directory.
12846 finish_cmds=$lt_finish_cmds
12848 # As "finish_cmds", except a single script fragment to be evaled but
12849 # not shown.
12850 finish_eval=$lt_finish_eval
12852 # Whether we should hardcode library paths into libraries.
12853 hardcode_into_libs=$hardcode_into_libs
12855 # Compile-time system search path for libraries.
12856 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
12858 # Run-time system search path for libraries.
12859 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
12861 # Whether dlopen is supported.
12862 dlopen_support=$enable_dlopen
12864 # Whether dlopen of programs is supported.
12865 dlopen_self=$enable_dlopen_self
12867 # Whether dlopen of statically linked programs is supported.
12868 dlopen_self_static=$enable_dlopen_self_static
12870 # Commands to strip libraries.
12871 old_striplib=$lt_old_striplib
12872 striplib=$lt_striplib
12875 # The linker used to build libraries.
12876 LD=$lt_LD
12878 # How to create reloadable object files.
12879 reload_flag=$lt_reload_flag
12880 reload_cmds=$lt_reload_cmds
12882 # Commands used to build an old-style archive.
12883 old_archive_cmds=$lt_old_archive_cmds
12885 # A language specific compiler.
12886 CC=$lt_compiler
12888 # Is the compiler the GNU compiler?
12889 with_gcc=$GCC
12891 # Compiler flag to turn off builtin functions.
12892 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
12894 # How to pass a linker flag through the compiler.
12895 wl=$lt_lt_prog_compiler_wl
12897 # Additional compiler flags for building library objects.
12898 pic_flag=$lt_lt_prog_compiler_pic
12900 # Compiler flag to prevent dynamic linking.
12901 link_static_flag=$lt_lt_prog_compiler_static
12903 # Does compiler simultaneously support -c and -o options?
12904 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
12906 # Whether or not to add -lc for building shared libraries.
12907 build_libtool_need_lc=$archive_cmds_need_lc
12909 # Whether or not to disallow shared libs when runtime libs are static.
12910 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
12912 # Compiler flag to allow reflexive dlopens.
12913 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
12915 # Compiler flag to generate shared objects directly from archives.
12916 whole_archive_flag_spec=$lt_whole_archive_flag_spec
12918 # Whether the compiler copes with passing no objects directly.
12919 compiler_needs_object=$lt_compiler_needs_object
12921 # Create an old-style archive from a shared archive.
12922 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
12924 # Create a temporary old-style archive to link instead of a shared archive.
12925 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
12927 # Commands used to build a shared archive.
12928 archive_cmds=$lt_archive_cmds
12929 archive_expsym_cmds=$lt_archive_expsym_cmds
12931 # Commands used to build a loadable module if different from building
12932 # a shared archive.
12933 module_cmds=$lt_module_cmds
12934 module_expsym_cmds=$lt_module_expsym_cmds
12936 # Whether we are building with GNU ld or not.
12937 with_gnu_ld=$lt_with_gnu_ld
12939 # Flag that allows shared libraries with undefined symbols to be built.
12940 allow_undefined_flag=$lt_allow_undefined_flag
12942 # Flag that enforces no undefined symbols.
12943 no_undefined_flag=$lt_no_undefined_flag
12945 # Flag to hardcode \$libdir into a binary during linking.
12946 # This must work even if \$libdir does not exist
12947 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
12949 # If ld is used when linking, flag to hardcode \$libdir into a binary
12950 # during linking. This must work even if \$libdir does not exist.
12951 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
12953 # Whether we need a single "-rpath" flag with a separated argument.
12954 hardcode_libdir_separator=$lt_hardcode_libdir_separator
12956 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
12957 # DIR into the resulting binary.
12958 hardcode_direct=$hardcode_direct
12960 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
12961 # DIR into the resulting binary and the resulting library dependency is
12962 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
12963 # library is relocated.
12964 hardcode_direct_absolute=$hardcode_direct_absolute
12966 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
12967 # into the resulting binary.
12968 hardcode_minus_L=$hardcode_minus_L
12970 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
12971 # into the resulting binary.
12972 hardcode_shlibpath_var=$hardcode_shlibpath_var
12974 # Set to "yes" if building a shared library automatically hardcodes DIR
12975 # into the library and all subsequent libraries and executables linked
12976 # against it.
12977 hardcode_automatic=$hardcode_automatic
12979 # Set to yes if linker adds runtime paths of dependent libraries
12980 # to runtime path list.
12981 inherit_rpath=$inherit_rpath
12983 # Whether libtool must link a program against all its dependency libraries.
12984 link_all_deplibs=$link_all_deplibs
12986 # Fix the shell variable \$srcfile for the compiler.
12987 fix_srcfile_path=$lt_fix_srcfile_path
12989 # Set to "yes" if exported symbols are required.
12990 always_export_symbols=$always_export_symbols
12992 # The commands to list exported symbols.
12993 export_symbols_cmds=$lt_export_symbols_cmds
12995 # Symbols that should not be listed in the preloaded symbols.
12996 exclude_expsyms=$lt_exclude_expsyms
12998 # Symbols that must always be exported.
12999 include_expsyms=$lt_include_expsyms
13001 # Commands necessary for linking programs (against libraries) with templates.
13002 prelink_cmds=$lt_prelink_cmds
13004 # Specify filename containing input files.
13005 file_list_spec=$lt_file_list_spec
13007 # How to hardcode a shared library path into an executable.
13008 hardcode_action=$hardcode_action
13010 # ### END LIBTOOL CONFIG
13012 _LT_EOF
13014 case $host_os in
13015 aix3*)
13016 cat <<\_LT_EOF >> "$cfgfile"
13017 # AIX sometimes has problems with the GCC collect2 program. For some
13018 # reason, if we set the COLLECT_NAMES environment variable, the problems
13019 # vanish in a puff of smoke.
13020 if test "X${COLLECT_NAMES+set}" != Xset; then
13021 COLLECT_NAMES=
13022 export COLLECT_NAMES
13024 _LT_EOF
13026 esac
13029 ltmain="$ac_aux_dir/ltmain.sh"
13032 # We use sed instead of cat because bash on DJGPP gets confused if
13033 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13034 # text mode, it properly converts lines to CR/LF. This bash problem
13035 # is reportedly fixed, but why not run on old versions too?
13036 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13037 || (rm -f "$cfgfile"; exit 1)
13039 case $xsi_shell in
13040 yes)
13041 cat << \_LT_EOF >> "$cfgfile"
13043 # func_dirname file append nondir_replacement
13044 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13045 # otherwise set result to NONDIR_REPLACEMENT.
13046 func_dirname ()
13048 case ${1} in
13049 */*) func_dirname_result="${1%/*}${2}" ;;
13050 * ) func_dirname_result="${3}" ;;
13051 esac
13054 # func_basename file
13055 func_basename ()
13057 func_basename_result="${1##*/}"
13060 # func_dirname_and_basename file append nondir_replacement
13061 # perform func_basename and func_dirname in a single function
13062 # call:
13063 # dirname: Compute the dirname of FILE. If nonempty,
13064 # add APPEND to the result, otherwise set result
13065 # to NONDIR_REPLACEMENT.
13066 # value returned in "$func_dirname_result"
13067 # basename: Compute filename of FILE.
13068 # value retuned in "$func_basename_result"
13069 # Implementation must be kept synchronized with func_dirname
13070 # and func_basename. For efficiency, we do not delegate to
13071 # those functions but instead duplicate the functionality here.
13072 func_dirname_and_basename ()
13074 case ${1} in
13075 */*) func_dirname_result="${1%/*}${2}" ;;
13076 * ) func_dirname_result="${3}" ;;
13077 esac
13078 func_basename_result="${1##*/}"
13081 # func_stripname prefix suffix name
13082 # strip PREFIX and SUFFIX off of NAME.
13083 # PREFIX and SUFFIX must not contain globbing or regex special
13084 # characters, hashes, percent signs, but SUFFIX may contain a leading
13085 # dot (in which case that matches only a dot).
13086 func_stripname ()
13088 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13089 # positional parameters, so assign one to ordinary parameter first.
13090 func_stripname_result=${3}
13091 func_stripname_result=${func_stripname_result#"${1}"}
13092 func_stripname_result=${func_stripname_result%"${2}"}
13095 # func_opt_split
13096 func_opt_split ()
13098 func_opt_split_opt=${1%%=*}
13099 func_opt_split_arg=${1#*=}
13102 # func_lo2o object
13103 func_lo2o ()
13105 case ${1} in
13106 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13107 *) func_lo2o_result=${1} ;;
13108 esac
13111 # func_xform libobj-or-source
13112 func_xform ()
13114 func_xform_result=${1%.*}.lo
13117 # func_arith arithmetic-term...
13118 func_arith ()
13120 func_arith_result=$(( $* ))
13123 # func_len string
13124 # STRING may not start with a hyphen.
13125 func_len ()
13127 func_len_result=${#1}
13130 _LT_EOF
13132 *) # Bourne compatible functions.
13133 cat << \_LT_EOF >> "$cfgfile"
13135 # func_dirname file append nondir_replacement
13136 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13137 # otherwise set result to NONDIR_REPLACEMENT.
13138 func_dirname ()
13140 # Extract subdirectory from the argument.
13141 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13142 if test "X$func_dirname_result" = "X${1}"; then
13143 func_dirname_result="${3}"
13144 else
13145 func_dirname_result="$func_dirname_result${2}"
13149 # func_basename file
13150 func_basename ()
13152 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13156 # func_stripname prefix suffix name
13157 # strip PREFIX and SUFFIX off of NAME.
13158 # PREFIX and SUFFIX must not contain globbing or regex special
13159 # characters, hashes, percent signs, but SUFFIX may contain a leading
13160 # dot (in which case that matches only a dot).
13161 # func_strip_suffix prefix name
13162 func_stripname ()
13164 case ${2} in
13165 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13166 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13167 esac
13170 # sed scripts:
13171 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13172 my_sed_long_arg='1s/^-[^=]*=//'
13174 # func_opt_split
13175 func_opt_split ()
13177 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13178 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13181 # func_lo2o object
13182 func_lo2o ()
13184 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13187 # func_xform libobj-or-source
13188 func_xform ()
13190 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13193 # func_arith arithmetic-term...
13194 func_arith ()
13196 func_arith_result=`expr "$@"`
13199 # func_len string
13200 # STRING may not start with a hyphen.
13201 func_len ()
13203 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13206 _LT_EOF
13207 esac
13209 case $lt_shell_append in
13210 yes)
13211 cat << \_LT_EOF >> "$cfgfile"
13213 # func_append var value
13214 # Append VALUE to the end of shell variable VAR.
13215 func_append ()
13217 eval "$1+=\$2"
13219 _LT_EOF
13222 cat << \_LT_EOF >> "$cfgfile"
13224 # func_append var value
13225 # Append VALUE to the end of shell variable VAR.
13226 func_append ()
13228 eval "$1=\$$1\$2"
13231 _LT_EOF
13233 esac
13236 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13237 || (rm -f "$cfgfile"; exit 1)
13239 mv -f "$cfgfile" "$ofile" ||
13240 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13241 chmod +x "$ofile"
13245 esac
13246 done # for ac_tag
13249 as_fn_exit 0
13250 _ACEOF
13251 ac_clean_files=$ac_clean_files_save
13253 test $ac_write_fail = 0 ||
13254 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
13257 # configure is writing to config.log, and then calls config.status.
13258 # config.status does its own redirection, appending to config.log.
13259 # Unfortunately, on DOS this fails, as config.log is still kept open
13260 # by configure, so config.status won't be able to write to it; its
13261 # output is simply discarded. So we exec the FD to /dev/null,
13262 # effectively closing config.log, so it can be properly (re)opened and
13263 # appended to by config.status. When coming back to configure, we
13264 # need to make the FD available again.
13265 if test "$no_create" != yes; then
13266 ac_cs_success=:
13267 ac_config_status_args=
13268 test "$silent" = yes &&
13269 ac_config_status_args="$ac_config_status_args --quiet"
13270 exec 5>/dev/null
13271 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13272 exec 5>>config.log
13273 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13274 # would make configure fail if this is the last instruction.
13275 $ac_cs_success || as_fn_exit $?
13277 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13278 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13279 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}