gcc/testsuite/
[official-gcc.git] / lto-plugin / configure
bloba579b99f4048a13516861ee6abdfa0dad40d588d
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64 for LTO plugin for ld 0.1.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7 # Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
30 esac
34 as_nl='
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
82 # IFS
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl"
89 # Find who we are. Look in the path if we contain no directory separator.
90 case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93 for as_dir in $PATH
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99 IFS=$as_save_IFS
102 esac
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
106 as_myself=$0
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120 done
121 PS1='$ '
122 PS2='> '
123 PS4='+ '
125 # NLS nuisances.
126 LC_ALL=C
127 export LC_ALL
128 LANGUAGE=C
129 export LANGUAGE
131 # CDPATH.
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142 else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
148 esac
151 as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
157 exitcode=0
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
164 else
165 exitcode=1; echo positional parameters were not saved.
167 test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
173 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
174 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
175 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 PATH=/empty FPATH=/empty; export PATH FPATH
178 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
179 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
180 test \$(( 1 + 1 )) = 2 || exit 1"
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183 else
184 as_have_required=no
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
188 else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190 as_found=false
191 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
193 IFS=$as_save_IFS
194 test -z "$as_dir" && as_dir=.
195 as_found=:
196 case $as_dir in #(
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 break 2
208 done;;
209 esac
210 as_found=false
211 done
212 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
215 fi; }
216 IFS=$as_save_IFS
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
223 BASH_ENV=/dev/null
224 ENV=/dev/null
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226 export CONFIG_SHELL
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
236 else
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238 $0: including any error possibly output before this
239 $0: message. Then install a modern shell, or manually run
240 $0: the script under such a shell if you do have one."
242 exit 1
246 SHELL=${CONFIG_SHELL-/bin/sh}
247 export SHELL
248 # Unset more variables known to interfere with behavior of common tools.
249 CLICOLOR_FORCE= GREP_OPTIONS=
250 unset CLICOLOR_FORCE GREP_OPTIONS
252 ## --------------------- ##
253 ## M4sh Shell Functions. ##
254 ## --------------------- ##
255 # as_fn_unset VAR
256 # ---------------
257 # Portably unset VAR.
258 as_fn_unset ()
260 { eval $1=; unset $1;}
262 as_unset=as_fn_unset
264 # as_fn_set_status STATUS
265 # -----------------------
266 # Set $? to STATUS, without forking.
267 as_fn_set_status ()
269 return $1
270 } # as_fn_set_status
272 # as_fn_exit STATUS
273 # -----------------
274 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275 as_fn_exit ()
277 set +e
278 as_fn_set_status $1
279 exit $1
280 } # as_fn_exit
282 # as_fn_mkdir_p
283 # -------------
284 # Create "$as_dir" as a directory, including parents if necessary.
285 as_fn_mkdir_p ()
288 case $as_dir in #(
289 -*) as_dir=./$as_dir;;
290 esac
291 test -d "$as_dir" || eval $as_mkdir_p || {
292 as_dirs=
293 while :; do
294 case $as_dir in #(
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296 *) as_qdir=$as_dir;;
297 esac
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304 $as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306 s//\1/
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
313 /^X\(\/\/\)$/{
314 s//\1/
317 /^X\(\/\).*/{
318 s//\1/
321 s/.*/./; q'`
322 test -d "$as_dir" && break
323 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
328 } # as_fn_mkdir_p
329 # as_fn_append VAR VALUE
330 # ----------------------
331 # Append the text in VALUE to the end of the definition contained in VAR. Take
332 # advantage of any shell optimizations that allow amortized linear growth over
333 # repeated appends, instead of the typical quadratic growth present in naive
334 # implementations.
335 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
338 eval $1+=\$2
340 else
341 as_fn_append ()
343 eval $1=\$$1\$2
345 fi # as_fn_append
347 # as_fn_arith ARG...
348 # ------------------
349 # Perform arithmetic evaluation on the ARGs, and store the result in the
350 # global $as_val. Take advantage of shells that can avoid forks. The arguments
351 # must be portable across $(()) and expr.
352 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353 eval 'as_fn_arith ()
355 as_val=$(( $* ))
357 else
358 as_fn_arith ()
360 as_val=`expr "$@" || test $? -eq 1`
362 fi # as_fn_arith
365 # as_fn_error ERROR [LINENO LOG_FD]
366 # ---------------------------------
367 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369 # script with status $?, using 1 if that was 0.
370 as_fn_error ()
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379 } # as_fn_error
381 if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
383 as_expr=expr
384 else
385 as_expr=false
388 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
389 as_basename=basename
390 else
391 as_basename=false
394 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396 else
397 as_dirname=false
400 as_me=`$as_basename -- "$0" ||
401 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404 $as_echo X/"$0" |
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
406 s//\1/
409 /^X\/\(\/\/\)$/{
410 s//\1/
413 /^X\/\(\/\).*/{
414 s//\1/
417 s/.*/./; q'`
419 # Avoid depending upon Character Ranges.
420 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423 as_cr_digits='0123456789'
424 as_cr_alnum=$as_cr_Letters$as_cr_digits
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
432 sed -n '
434 /[$]LINENO/=
435 ' <$as_myself |
436 sed '
437 s/[$]LINENO.*/&-/
438 t lineno
440 :lineno
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
444 t loop
445 s/-\n.*//
446 ' >$as_me.lineno &&
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
454 # Exit status is that of the last command.
455 exit
458 ECHO_C= ECHO_N= ECHO_T=
459 case `echo -n x` in #(((((
460 -n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
468 ECHO_N='-n';;
469 esac
471 rm -f conf$$ conf$$.exe conf$$.file
472 if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
474 else
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
478 if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s='ln -s'
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486 as_ln_s='cp -p'
487 elif ln conf$$.file conf$$ 2>/dev/null; then
488 as_ln_s=ln
489 else
490 as_ln_s='cp -p'
492 else
493 as_ln_s='cp -p'
495 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496 rmdir conf$$.dir 2>/dev/null
498 if mkdir -p . 2>/dev/null; then
499 as_mkdir_p='mkdir -p "$as_dir"'
500 else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
505 if test -x / >/dev/null 2>&1; then
506 as_test_x='test -x'
507 else
508 if ls -dL / >/dev/null 2>&1; then
509 as_ls_L_option=L
510 else
511 as_ls_L_option=
513 as_test_x='
514 eval sh -c '\''
515 if test -d "$1"; then
516 test -d "$1/.";
517 else
518 case $1 in #(
519 -*)set "./$1";;
520 esac;
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
523 '\'' sh
526 as_executable_p=$as_test_x
528 # Sed expression to map a string onto a valid CPP name.
529 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
531 # Sed expression to map a string onto a valid variable name.
532 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
534 SHELL=${CONFIG_SHELL-/bin/sh}
537 exec 7<&0 </dev/null 6>&1
539 # Name of the host.
540 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541 # so uname gets run too.
542 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
545 # Initializations.
547 ac_default_prefix=/usr/local
548 ac_clean_files=
549 ac_config_libobj_dir=.
550 LIBOBJS=
551 cross_compiling=no
552 subdirs=
553 MFLAGS=
554 MAKEFLAGS=
556 # Identity of this package.
557 PACKAGE_NAME='LTO plugin for ld'
558 PACKAGE_TARNAME='lto-plugin'
559 PACKAGE_VERSION='0.1'
560 PACKAGE_STRING='LTO plugin for ld 0.1'
561 PACKAGE_BUGREPORT=''
562 PACKAGE_URL=''
564 # Factoring default headers for most tests.
565 ac_includes_default="\
566 #include <stdio.h>
567 #ifdef HAVE_SYS_TYPES_H
568 # include <sys/types.h>
569 #endif
570 #ifdef HAVE_SYS_STAT_H
571 # include <sys/stat.h>
572 #endif
573 #ifdef STDC_HEADERS
574 # include <stdlib.h>
575 # include <stddef.h>
576 #else
577 # ifdef HAVE_STDLIB_H
578 # include <stdlib.h>
579 # endif
580 #endif
581 #ifdef HAVE_STRING_H
582 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
583 # include <memory.h>
584 # endif
585 # include <string.h>
586 #endif
587 #ifdef HAVE_STRINGS_H
588 # include <strings.h>
589 #endif
590 #ifdef HAVE_INTTYPES_H
591 # include <inttypes.h>
592 #endif
593 #ifdef HAVE_STDINT_H
594 # include <stdint.h>
595 #endif
596 #ifdef HAVE_UNISTD_H
597 # include <unistd.h>
598 #endif"
600 ac_subst_vars='am__EXEEXT_FALSE
601 am__EXEEXT_TRUE
602 LTLIBOBJS
603 LIBOBJS
604 target_noncanonical
605 lt_host_flags
607 OTOOL64
608 OTOOL
609 LIPO
610 NMEDIT
611 DSYMUTIL
612 RANLIB
614 OBJDUMP
615 LN_S
617 ac_ct_DUMPBIN
618 DUMPBIN
620 FGREP
621 EGREP
622 GREP
624 LIBTOOL
625 ac_lto_plugin_ldflags
626 ac_lto_plugin_warn_cflags
627 am__fastdepCC_FALSE
628 am__fastdepCC_TRUE
629 CCDEPMODE
630 AMDEPBACKSLASH
631 AMDEP_FALSE
632 AMDEP_TRUE
633 am__quote
634 am__include
635 DEPDIR
636 OBJEXT
637 EXEEXT
638 ac_ct_CC
639 CPPFLAGS
640 LDFLAGS
641 CFLAGS
643 MAINT
644 MAINTAINER_MODE_FALSE
645 MAINTAINER_MODE_TRUE
646 am__untar
647 am__tar
648 AMTAR
649 am__leading_dot
650 SET_MAKE
652 mkdir_p
653 MKDIR_P
654 INSTALL_STRIP_PROGRAM
655 STRIP
656 install_sh
657 MAKEINFO
658 AUTOHEADER
659 AUTOMAKE
660 AUTOCONF
661 ACLOCAL
662 VERSION
663 PACKAGE
664 CYGPATH_W
665 am__isrc
666 INSTALL_DATA
667 INSTALL_SCRIPT
668 INSTALL_PROGRAM
669 target_subdir
670 host_subdir
671 build_subdir
672 build_libsubdir
673 target_os
674 target_vendor
675 target_cpu
676 target
677 host_os
678 host_vendor
679 host_cpu
680 host
681 build_os
682 build_vendor
683 build_cpu
684 build
685 target_alias
686 host_alias
687 build_alias
688 LIBS
689 ECHO_T
690 ECHO_N
691 ECHO_C
692 DEFS
693 mandir
694 localedir
695 libdir
696 psdir
697 pdfdir
698 dvidir
699 htmldir
700 infodir
701 docdir
702 oldincludedir
703 includedir
704 localstatedir
705 sharedstatedir
706 sysconfdir
707 datadir
708 datarootdir
709 libexecdir
710 sbindir
711 bindir
712 program_transform_name
713 prefix
714 exec_prefix
715 PACKAGE_URL
716 PACKAGE_BUGREPORT
717 PACKAGE_STRING
718 PACKAGE_VERSION
719 PACKAGE_TARNAME
720 PACKAGE_NAME
721 PATH_SEPARATOR
722 SHELL'
723 ac_subst_files=''
724 ac_user_opts='
725 enable_option_checking
726 with_build_libsubdir
727 enable_maintainer_mode
728 enable_dependency_tracking
729 enable_largefile
730 enable_shared
731 enable_static
732 with_pic
733 enable_fast_install
734 with_gnu_ld
735 enable_libtool_lock
737 ac_precious_vars='build_alias
738 host_alias
739 target_alias
741 CFLAGS
742 LDFLAGS
743 LIBS
744 CPPFLAGS
745 CPP'
748 # Initialize some variables set by options.
749 ac_init_help=
750 ac_init_version=false
751 ac_unrecognized_opts=
752 ac_unrecognized_sep=
753 # The variables have the same names as the options, with
754 # dashes changed to underlines.
755 cache_file=/dev/null
756 exec_prefix=NONE
757 no_create=
758 no_recursion=
759 prefix=NONE
760 program_prefix=NONE
761 program_suffix=NONE
762 program_transform_name=s,x,x,
763 silent=
764 site=
765 srcdir=
766 verbose=
767 x_includes=NONE
768 x_libraries=NONE
770 # Installation directory options.
771 # These are left unexpanded so users can "make install exec_prefix=/foo"
772 # and all the variables that are supposed to be based on exec_prefix
773 # by default will actually change.
774 # Use braces instead of parens because sh, perl, etc. also accept them.
775 # (The list follows the same order as the GNU Coding Standards.)
776 bindir='${exec_prefix}/bin'
777 sbindir='${exec_prefix}/sbin'
778 libexecdir='${exec_prefix}/libexec'
779 datarootdir='${prefix}/share'
780 datadir='${datarootdir}'
781 sysconfdir='${prefix}/etc'
782 sharedstatedir='${prefix}/com'
783 localstatedir='${prefix}/var'
784 includedir='${prefix}/include'
785 oldincludedir='/usr/include'
786 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
787 infodir='${datarootdir}/info'
788 htmldir='${docdir}'
789 dvidir='${docdir}'
790 pdfdir='${docdir}'
791 psdir='${docdir}'
792 libdir='${exec_prefix}/lib'
793 localedir='${datarootdir}/locale'
794 mandir='${datarootdir}/man'
796 ac_prev=
797 ac_dashdash=
798 for ac_option
800 # If the previous option needs an argument, assign it.
801 if test -n "$ac_prev"; then
802 eval $ac_prev=\$ac_option
803 ac_prev=
804 continue
807 case $ac_option in
808 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
809 *) ac_optarg=yes ;;
810 esac
812 # Accept the important Cygnus configure options, so we can diagnose typos.
814 case $ac_dashdash$ac_option in
816 ac_dashdash=yes ;;
818 -bindir | --bindir | --bindi | --bind | --bin | --bi)
819 ac_prev=bindir ;;
820 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
821 bindir=$ac_optarg ;;
823 -build | --build | --buil | --bui | --bu)
824 ac_prev=build_alias ;;
825 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
826 build_alias=$ac_optarg ;;
828 -cache-file | --cache-file | --cache-fil | --cache-fi \
829 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
830 ac_prev=cache_file ;;
831 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
832 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
833 cache_file=$ac_optarg ;;
835 --config-cache | -C)
836 cache_file=config.cache ;;
838 -datadir | --datadir | --datadi | --datad)
839 ac_prev=datadir ;;
840 -datadir=* | --datadir=* | --datadi=* | --datad=*)
841 datadir=$ac_optarg ;;
843 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
844 | --dataroo | --dataro | --datar)
845 ac_prev=datarootdir ;;
846 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
847 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
848 datarootdir=$ac_optarg ;;
850 -disable-* | --disable-*)
851 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
852 # Reject names that are not valid shell variable names.
853 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
854 as_fn_error "invalid feature name: $ac_useropt"
855 ac_useropt_orig=$ac_useropt
856 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
857 case $ac_user_opts in
859 "enable_$ac_useropt"
860 "*) ;;
861 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
862 ac_unrecognized_sep=', ';;
863 esac
864 eval enable_$ac_useropt=no ;;
866 -docdir | --docdir | --docdi | --doc | --do)
867 ac_prev=docdir ;;
868 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
869 docdir=$ac_optarg ;;
871 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
872 ac_prev=dvidir ;;
873 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
874 dvidir=$ac_optarg ;;
876 -enable-* | --enable-*)
877 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
878 # Reject names that are not valid shell variable names.
879 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
880 as_fn_error "invalid feature name: $ac_useropt"
881 ac_useropt_orig=$ac_useropt
882 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
883 case $ac_user_opts in
885 "enable_$ac_useropt"
886 "*) ;;
887 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
888 ac_unrecognized_sep=', ';;
889 esac
890 eval enable_$ac_useropt=\$ac_optarg ;;
892 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
893 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
894 | --exec | --exe | --ex)
895 ac_prev=exec_prefix ;;
896 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
897 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
898 | --exec=* | --exe=* | --ex=*)
899 exec_prefix=$ac_optarg ;;
901 -gas | --gas | --ga | --g)
902 # Obsolete; use --with-gas.
903 with_gas=yes ;;
905 -help | --help | --hel | --he | -h)
906 ac_init_help=long ;;
907 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
908 ac_init_help=recursive ;;
909 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
910 ac_init_help=short ;;
912 -host | --host | --hos | --ho)
913 ac_prev=host_alias ;;
914 -host=* | --host=* | --hos=* | --ho=*)
915 host_alias=$ac_optarg ;;
917 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
918 ac_prev=htmldir ;;
919 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
920 | --ht=*)
921 htmldir=$ac_optarg ;;
923 -includedir | --includedir | --includedi | --included | --include \
924 | --includ | --inclu | --incl | --inc)
925 ac_prev=includedir ;;
926 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
927 | --includ=* | --inclu=* | --incl=* | --inc=*)
928 includedir=$ac_optarg ;;
930 -infodir | --infodir | --infodi | --infod | --info | --inf)
931 ac_prev=infodir ;;
932 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
933 infodir=$ac_optarg ;;
935 -libdir | --libdir | --libdi | --libd)
936 ac_prev=libdir ;;
937 -libdir=* | --libdir=* | --libdi=* | --libd=*)
938 libdir=$ac_optarg ;;
940 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
941 | --libexe | --libex | --libe)
942 ac_prev=libexecdir ;;
943 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
944 | --libexe=* | --libex=* | --libe=*)
945 libexecdir=$ac_optarg ;;
947 -localedir | --localedir | --localedi | --localed | --locale)
948 ac_prev=localedir ;;
949 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
950 localedir=$ac_optarg ;;
952 -localstatedir | --localstatedir | --localstatedi | --localstated \
953 | --localstate | --localstat | --localsta | --localst | --locals)
954 ac_prev=localstatedir ;;
955 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
956 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
957 localstatedir=$ac_optarg ;;
959 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
960 ac_prev=mandir ;;
961 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
962 mandir=$ac_optarg ;;
964 -nfp | --nfp | --nf)
965 # Obsolete; use --without-fp.
966 with_fp=no ;;
968 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
969 | --no-cr | --no-c | -n)
970 no_create=yes ;;
972 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
973 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
974 no_recursion=yes ;;
976 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
977 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
978 | --oldin | --oldi | --old | --ol | --o)
979 ac_prev=oldincludedir ;;
980 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
981 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
982 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
983 oldincludedir=$ac_optarg ;;
985 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
986 ac_prev=prefix ;;
987 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
988 prefix=$ac_optarg ;;
990 -program-prefix | --program-prefix | --program-prefi | --program-pref \
991 | --program-pre | --program-pr | --program-p)
992 ac_prev=program_prefix ;;
993 -program-prefix=* | --program-prefix=* | --program-prefi=* \
994 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
995 program_prefix=$ac_optarg ;;
997 -program-suffix | --program-suffix | --program-suffi | --program-suff \
998 | --program-suf | --program-su | --program-s)
999 ac_prev=program_suffix ;;
1000 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1001 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1002 program_suffix=$ac_optarg ;;
1004 -program-transform-name | --program-transform-name \
1005 | --program-transform-nam | --program-transform-na \
1006 | --program-transform-n | --program-transform- \
1007 | --program-transform | --program-transfor \
1008 | --program-transfo | --program-transf \
1009 | --program-trans | --program-tran \
1010 | --progr-tra | --program-tr | --program-t)
1011 ac_prev=program_transform_name ;;
1012 -program-transform-name=* | --program-transform-name=* \
1013 | --program-transform-nam=* | --program-transform-na=* \
1014 | --program-transform-n=* | --program-transform-=* \
1015 | --program-transform=* | --program-transfor=* \
1016 | --program-transfo=* | --program-transf=* \
1017 | --program-trans=* | --program-tran=* \
1018 | --progr-tra=* | --program-tr=* | --program-t=*)
1019 program_transform_name=$ac_optarg ;;
1021 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1022 ac_prev=pdfdir ;;
1023 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1024 pdfdir=$ac_optarg ;;
1026 -psdir | --psdir | --psdi | --psd | --ps)
1027 ac_prev=psdir ;;
1028 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1029 psdir=$ac_optarg ;;
1031 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1032 | -silent | --silent | --silen | --sile | --sil)
1033 silent=yes ;;
1035 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1036 ac_prev=sbindir ;;
1037 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1038 | --sbi=* | --sb=*)
1039 sbindir=$ac_optarg ;;
1041 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1042 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1043 | --sharedst | --shareds | --shared | --share | --shar \
1044 | --sha | --sh)
1045 ac_prev=sharedstatedir ;;
1046 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1047 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1048 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1049 | --sha=* | --sh=*)
1050 sharedstatedir=$ac_optarg ;;
1052 -site | --site | --sit)
1053 ac_prev=site ;;
1054 -site=* | --site=* | --sit=*)
1055 site=$ac_optarg ;;
1057 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1058 ac_prev=srcdir ;;
1059 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1060 srcdir=$ac_optarg ;;
1062 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1063 | --syscon | --sysco | --sysc | --sys | --sy)
1064 ac_prev=sysconfdir ;;
1065 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1066 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1067 sysconfdir=$ac_optarg ;;
1069 -target | --target | --targe | --targ | --tar | --ta | --t)
1070 ac_prev=target_alias ;;
1071 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1072 target_alias=$ac_optarg ;;
1074 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1075 verbose=yes ;;
1077 -version | --version | --versio | --versi | --vers | -V)
1078 ac_init_version=: ;;
1080 -with-* | --with-*)
1081 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1082 # Reject names that are not valid shell variable names.
1083 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1084 as_fn_error "invalid package name: $ac_useropt"
1085 ac_useropt_orig=$ac_useropt
1086 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1087 case $ac_user_opts in
1089 "with_$ac_useropt"
1090 "*) ;;
1091 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1092 ac_unrecognized_sep=', ';;
1093 esac
1094 eval with_$ac_useropt=\$ac_optarg ;;
1096 -without-* | --without-*)
1097 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1098 # Reject names that are not valid shell variable names.
1099 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1100 as_fn_error "invalid package name: $ac_useropt"
1101 ac_useropt_orig=$ac_useropt
1102 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1103 case $ac_user_opts in
1105 "with_$ac_useropt"
1106 "*) ;;
1107 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1108 ac_unrecognized_sep=', ';;
1109 esac
1110 eval with_$ac_useropt=no ;;
1112 --x)
1113 # Obsolete; use --with-x.
1114 with_x=yes ;;
1116 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1117 | --x-incl | --x-inc | --x-in | --x-i)
1118 ac_prev=x_includes ;;
1119 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1120 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1121 x_includes=$ac_optarg ;;
1123 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1124 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1125 ac_prev=x_libraries ;;
1126 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1127 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1128 x_libraries=$ac_optarg ;;
1130 -*) as_fn_error "unrecognized option: \`$ac_option'
1131 Try \`$0 --help' for more information."
1134 *=*)
1135 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1136 # Reject names that are not valid shell variable names.
1137 case $ac_envvar in #(
1138 '' | [0-9]* | *[!_$as_cr_alnum]* )
1139 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1140 esac
1141 eval $ac_envvar=\$ac_optarg
1142 export $ac_envvar ;;
1145 # FIXME: should be removed in autoconf 3.0.
1146 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1147 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1148 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1149 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1152 esac
1153 done
1155 if test -n "$ac_prev"; then
1156 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1157 as_fn_error "missing argument to $ac_option"
1160 if test -n "$ac_unrecognized_opts"; then
1161 case $enable_option_checking in
1162 no) ;;
1163 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1164 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1165 esac
1168 # Check all directory arguments for consistency.
1169 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1170 datadir sysconfdir sharedstatedir localstatedir includedir \
1171 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1172 libdir localedir mandir
1174 eval ac_val=\$$ac_var
1175 # Remove trailing slashes.
1176 case $ac_val in
1177 */ )
1178 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1179 eval $ac_var=\$ac_val;;
1180 esac
1181 # Be sure to have absolute directory names.
1182 case $ac_val in
1183 [\\/$]* | ?:[\\/]* ) continue;;
1184 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1185 esac
1186 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1187 done
1189 # There might be people who depend on the old broken behavior: `$host'
1190 # used to hold the argument of --host etc.
1191 # FIXME: To remove some day.
1192 build=$build_alias
1193 host=$host_alias
1194 target=$target_alias
1196 # FIXME: To remove some day.
1197 if test "x$host_alias" != x; then
1198 if test "x$build_alias" = x; then
1199 cross_compiling=maybe
1200 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1201 If a cross compiler is detected then cross compile mode will be used." >&2
1202 elif test "x$build_alias" != "x$host_alias"; then
1203 cross_compiling=yes
1207 ac_tool_prefix=
1208 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1210 test "$silent" = yes && exec 6>/dev/null
1213 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1214 ac_ls_di=`ls -di .` &&
1215 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1216 as_fn_error "working directory cannot be determined"
1217 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1218 as_fn_error "pwd does not report name of working directory"
1221 # Find the source files, if location was not specified.
1222 if test -z "$srcdir"; then
1223 ac_srcdir_defaulted=yes
1224 # Try the directory containing this script, then the parent directory.
1225 ac_confdir=`$as_dirname -- "$as_myself" ||
1226 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1227 X"$as_myself" : 'X\(//\)[^/]' \| \
1228 X"$as_myself" : 'X\(//\)$' \| \
1229 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1230 $as_echo X"$as_myself" |
1231 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1232 s//\1/
1235 /^X\(\/\/\)[^/].*/{
1236 s//\1/
1239 /^X\(\/\/\)$/{
1240 s//\1/
1243 /^X\(\/\).*/{
1244 s//\1/
1247 s/.*/./; q'`
1248 srcdir=$ac_confdir
1249 if test ! -r "$srcdir/$ac_unique_file"; then
1250 srcdir=..
1252 else
1253 ac_srcdir_defaulted=no
1255 if test ! -r "$srcdir/$ac_unique_file"; then
1256 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1257 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1259 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1260 ac_abs_confdir=`(
1261 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1262 pwd)`
1263 # When building in place, set srcdir=.
1264 if test "$ac_abs_confdir" = "$ac_pwd"; then
1265 srcdir=.
1267 # Remove unnecessary trailing slashes from srcdir.
1268 # Double slashes in file names in object file debugging info
1269 # mess up M-x gdb in Emacs.
1270 case $srcdir in
1271 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1272 esac
1273 for ac_var in $ac_precious_vars; do
1274 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1275 eval ac_env_${ac_var}_value=\$${ac_var}
1276 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1277 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1278 done
1281 # Report the --help message.
1283 if test "$ac_init_help" = "long"; then
1284 # Omit some internal or obsolete options to make the list less imposing.
1285 # This message is too long to be a string in the A/UX 3.1 sh.
1286 cat <<_ACEOF
1287 \`configure' configures LTO plugin for ld 0.1 to adapt to many kinds of systems.
1289 Usage: $0 [OPTION]... [VAR=VALUE]...
1291 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1292 VAR=VALUE. See below for descriptions of some of the useful variables.
1294 Defaults for the options are specified in brackets.
1296 Configuration:
1297 -h, --help display this help and exit
1298 --help=short display options specific to this package
1299 --help=recursive display the short help of all the included packages
1300 -V, --version display version information and exit
1301 -q, --quiet, --silent do not print \`checking...' messages
1302 --cache-file=FILE cache test results in FILE [disabled]
1303 -C, --config-cache alias for \`--cache-file=config.cache'
1304 -n, --no-create do not create output files
1305 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1307 Installation directories:
1308 --prefix=PREFIX install architecture-independent files in PREFIX
1309 [$ac_default_prefix]
1310 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1311 [PREFIX]
1313 By default, \`make install' will install all the files in
1314 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1315 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1316 for instance \`--prefix=\$HOME'.
1318 For better control, use the options below.
1320 Fine tuning of the installation directories:
1321 --bindir=DIR user executables [EPREFIX/bin]
1322 --sbindir=DIR system admin executables [EPREFIX/sbin]
1323 --libexecdir=DIR program executables [EPREFIX/libexec]
1324 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1325 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1326 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1327 --libdir=DIR object code libraries [EPREFIX/lib]
1328 --includedir=DIR C header files [PREFIX/include]
1329 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1330 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1331 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1332 --infodir=DIR info documentation [DATAROOTDIR/info]
1333 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1334 --mandir=DIR man documentation [DATAROOTDIR/man]
1335 --docdir=DIR documentation root [DATAROOTDIR/doc/lto-plugin]
1336 --htmldir=DIR html documentation [DOCDIR]
1337 --dvidir=DIR dvi documentation [DOCDIR]
1338 --pdfdir=DIR pdf documentation [DOCDIR]
1339 --psdir=DIR ps documentation [DOCDIR]
1340 _ACEOF
1342 cat <<\_ACEOF
1344 Program names:
1345 --program-prefix=PREFIX prepend PREFIX to installed program names
1346 --program-suffix=SUFFIX append SUFFIX to installed program names
1347 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1349 System types:
1350 --build=BUILD configure for building on BUILD [guessed]
1351 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1352 --target=TARGET configure for building compilers for TARGET [HOST]
1353 _ACEOF
1356 if test -n "$ac_init_help"; then
1357 case $ac_init_help in
1358 short | recursive ) echo "Configuration of LTO plugin for ld 0.1:";;
1359 esac
1360 cat <<\_ACEOF
1362 Optional Features:
1363 --disable-option-checking ignore unrecognized --enable/--with options
1364 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1365 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1366 --enable-maintainer-mode enable make rules and dependencies not useful
1367 (and sometimes confusing) to the casual installer
1368 --disable-dependency-tracking speeds up one-time build
1369 --enable-dependency-tracking do not reject slow dependency extractors
1370 --disable-largefile omit support for large files
1371 --enable-shared[=PKGS] build shared libraries [default=yes]
1372 --enable-static[=PKGS] build static libraries [default=yes]
1373 --enable-fast-install[=PKGS]
1374 optimize for fast installation [default=yes]
1375 --disable-libtool-lock avoid locking (might break parallel builds)
1377 Optional Packages:
1378 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1379 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1380 --with-build-libsubdir=DIR Directory where to find libraries for build system
1381 --with-pic try to use only PIC/non-PIC objects [default=use
1382 both]
1383 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1385 Some influential environment variables:
1386 CC C compiler command
1387 CFLAGS C compiler flags
1388 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1389 nonstandard directory <lib dir>
1390 LIBS libraries to pass to the linker, e.g. -l<library>
1391 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1392 you have headers in a nonstandard directory <include dir>
1393 CPP C preprocessor
1395 Use these variables to override the choices made by `configure' or to help
1396 it to find libraries and programs with nonstandard names/locations.
1398 Report bugs to the package provider.
1399 _ACEOF
1400 ac_status=$?
1403 if test "$ac_init_help" = "recursive"; then
1404 # If there are subdirs, report their specific --help.
1405 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1406 test -d "$ac_dir" ||
1407 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1408 continue
1409 ac_builddir=.
1411 case "$ac_dir" in
1412 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1414 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1415 # A ".." for each directory in $ac_dir_suffix.
1416 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1417 case $ac_top_builddir_sub in
1418 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1419 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1420 esac ;;
1421 esac
1422 ac_abs_top_builddir=$ac_pwd
1423 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1424 # for backward compatibility:
1425 ac_top_builddir=$ac_top_build_prefix
1427 case $srcdir in
1428 .) # We are building in place.
1429 ac_srcdir=.
1430 ac_top_srcdir=$ac_top_builddir_sub
1431 ac_abs_top_srcdir=$ac_pwd ;;
1432 [\\/]* | ?:[\\/]* ) # Absolute name.
1433 ac_srcdir=$srcdir$ac_dir_suffix;
1434 ac_top_srcdir=$srcdir
1435 ac_abs_top_srcdir=$srcdir ;;
1436 *) # Relative name.
1437 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1438 ac_top_srcdir=$ac_top_build_prefix$srcdir
1439 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1440 esac
1441 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1443 cd "$ac_dir" || { ac_status=$?; continue; }
1444 # Check for guested configure.
1445 if test -f "$ac_srcdir/configure.gnu"; then
1446 echo &&
1447 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1448 elif test -f "$ac_srcdir/configure"; then
1449 echo &&
1450 $SHELL "$ac_srcdir/configure" --help=recursive
1451 else
1452 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1453 fi || ac_status=$?
1454 cd "$ac_pwd" || { ac_status=$?; break; }
1455 done
1458 test -n "$ac_init_help" && exit $ac_status
1459 if $ac_init_version; then
1460 cat <<\_ACEOF
1461 LTO plugin for ld configure 0.1
1462 generated by GNU Autoconf 2.64
1464 Copyright (C) 2009 Free Software Foundation, Inc.
1465 This configure script is free software; the Free Software Foundation
1466 gives unlimited permission to copy, distribute and modify it.
1467 _ACEOF
1468 exit
1471 ## ------------------------ ##
1472 ## Autoconf initialization. ##
1473 ## ------------------------ ##
1475 # ac_fn_c_try_compile LINENO
1476 # --------------------------
1477 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1478 ac_fn_c_try_compile ()
1480 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1481 rm -f conftest.$ac_objext
1482 if { { ac_try="$ac_compile"
1483 case "(($ac_try" in
1484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1485 *) ac_try_echo=$ac_try;;
1486 esac
1487 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1488 $as_echo "$ac_try_echo"; } >&5
1489 (eval "$ac_compile") 2>conftest.err
1490 ac_status=$?
1491 if test -s conftest.err; then
1492 grep -v '^ *+' conftest.err >conftest.er1
1493 cat conftest.er1 >&5
1494 mv -f conftest.er1 conftest.err
1496 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1497 test $ac_status = 0; } && {
1498 test -z "$ac_c_werror_flag" ||
1499 test ! -s conftest.err
1500 } && test -s conftest.$ac_objext; then :
1501 ac_retval=0
1502 else
1503 $as_echo "$as_me: failed program was:" >&5
1504 sed 's/^/| /' conftest.$ac_ext >&5
1506 ac_retval=1
1508 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1509 return $ac_retval
1511 } # ac_fn_c_try_compile
1513 # ac_fn_c_try_link LINENO
1514 # -----------------------
1515 # Try to link conftest.$ac_ext, and return whether this succeeded.
1516 ac_fn_c_try_link ()
1518 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1519 rm -f conftest.$ac_objext conftest$ac_exeext
1520 if { { ac_try="$ac_link"
1521 case "(($ac_try" in
1522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1523 *) ac_try_echo=$ac_try;;
1524 esac
1525 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1526 $as_echo "$ac_try_echo"; } >&5
1527 (eval "$ac_link") 2>conftest.err
1528 ac_status=$?
1529 if test -s conftest.err; then
1530 grep -v '^ *+' conftest.err >conftest.er1
1531 cat conftest.er1 >&5
1532 mv -f conftest.er1 conftest.err
1534 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1535 test $ac_status = 0; } && {
1536 test -z "$ac_c_werror_flag" ||
1537 test ! -s conftest.err
1538 } && test -s conftest$ac_exeext && {
1539 test "$cross_compiling" = yes ||
1540 $as_test_x conftest$ac_exeext
1541 }; then :
1542 ac_retval=0
1543 else
1544 $as_echo "$as_me: failed program was:" >&5
1545 sed 's/^/| /' conftest.$ac_ext >&5
1547 ac_retval=1
1549 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1550 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1551 # interfere with the next link command; also delete a directory that is
1552 # left behind by Apple's compiler. We do this before executing the actions.
1553 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1554 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1555 return $ac_retval
1557 } # ac_fn_c_try_link
1559 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1560 # -------------------------------------------------------
1561 # Tests whether HEADER exists and can be compiled using the include files in
1562 # INCLUDES, setting the cache variable VAR accordingly.
1563 ac_fn_c_check_header_compile ()
1565 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1567 $as_echo_n "checking for $2... " >&6; }
1568 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1569 $as_echo_n "(cached) " >&6
1570 else
1571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1572 /* end confdefs.h. */
1574 #include <$2>
1575 _ACEOF
1576 if ac_fn_c_try_compile "$LINENO"; then :
1577 eval "$3=yes"
1578 else
1579 eval "$3=no"
1581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1583 eval ac_res=\$$3
1584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1585 $as_echo "$ac_res" >&6; }
1586 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1588 } # ac_fn_c_check_header_compile
1590 # ac_fn_c_try_cpp LINENO
1591 # ----------------------
1592 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1593 ac_fn_c_try_cpp ()
1595 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1596 if { { ac_try="$ac_cpp conftest.$ac_ext"
1597 case "(($ac_try" in
1598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1599 *) ac_try_echo=$ac_try;;
1600 esac
1601 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1602 $as_echo "$ac_try_echo"; } >&5
1603 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1604 ac_status=$?
1605 if test -s conftest.err; then
1606 grep -v '^ *+' conftest.err >conftest.er1
1607 cat conftest.er1 >&5
1608 mv -f conftest.er1 conftest.err
1610 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1611 test $ac_status = 0; } >/dev/null && {
1612 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1613 test ! -s conftest.err
1614 }; then :
1615 ac_retval=0
1616 else
1617 $as_echo "$as_me: failed program was:" >&5
1618 sed 's/^/| /' conftest.$ac_ext >&5
1620 ac_retval=1
1622 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1623 return $ac_retval
1625 } # ac_fn_c_try_cpp
1627 # ac_fn_c_try_run LINENO
1628 # ----------------------
1629 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1630 # that executables *can* be run.
1631 ac_fn_c_try_run ()
1633 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1634 if { { ac_try="$ac_link"
1635 case "(($ac_try" in
1636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1637 *) ac_try_echo=$ac_try;;
1638 esac
1639 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1640 $as_echo "$ac_try_echo"; } >&5
1641 (eval "$ac_link") 2>&5
1642 ac_status=$?
1643 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1644 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1645 { { case "(($ac_try" in
1646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1647 *) ac_try_echo=$ac_try;;
1648 esac
1649 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1650 $as_echo "$ac_try_echo"; } >&5
1651 (eval "$ac_try") 2>&5
1652 ac_status=$?
1653 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1654 test $ac_status = 0; }; }; then :
1655 ac_retval=0
1656 else
1657 $as_echo "$as_me: program exited with status $ac_status" >&5
1658 $as_echo "$as_me: failed program was:" >&5
1659 sed 's/^/| /' conftest.$ac_ext >&5
1661 ac_retval=$ac_status
1663 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1664 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1665 return $ac_retval
1667 } # ac_fn_c_try_run
1669 # ac_fn_c_check_func LINENO FUNC VAR
1670 # ----------------------------------
1671 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1672 ac_fn_c_check_func ()
1674 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1676 $as_echo_n "checking for $2... " >&6; }
1677 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1678 $as_echo_n "(cached) " >&6
1679 else
1680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1681 /* end confdefs.h. */
1682 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1683 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1684 #define $2 innocuous_$2
1686 /* System header to define __stub macros and hopefully few prototypes,
1687 which can conflict with char $2 (); below.
1688 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1689 <limits.h> exists even on freestanding compilers. */
1691 #ifdef __STDC__
1692 # include <limits.h>
1693 #else
1694 # include <assert.h>
1695 #endif
1697 #undef $2
1699 /* Override any GCC internal prototype to avoid an error.
1700 Use char because int might match the return type of a GCC
1701 builtin and then its argument prototype would still apply. */
1702 #ifdef __cplusplus
1703 extern "C"
1704 #endif
1705 char $2 ();
1706 /* The GNU C library defines this for functions which it implements
1707 to always fail with ENOSYS. Some functions are actually named
1708 something starting with __ and the normal name is an alias. */
1709 #if defined __stub_$2 || defined __stub___$2
1710 choke me
1711 #endif
1714 main ()
1716 return $2 ();
1718 return 0;
1720 _ACEOF
1721 if ac_fn_c_try_link "$LINENO"; then :
1722 eval "$3=yes"
1723 else
1724 eval "$3=no"
1726 rm -f core conftest.err conftest.$ac_objext \
1727 conftest$ac_exeext conftest.$ac_ext
1729 eval ac_res=\$$3
1730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1731 $as_echo "$ac_res" >&6; }
1732 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1734 } # ac_fn_c_check_func
1736 # ac_fn_c_find_intX_t LINENO BITS VAR
1737 # -----------------------------------
1738 # Finds a signed integer type with width BITS, setting cache variable VAR
1739 # accordingly.
1740 ac_fn_c_find_intX_t ()
1742 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for int$2_t" >&5
1744 $as_echo_n "checking for int$2_t... " >&6; }
1745 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1746 $as_echo_n "(cached) " >&6
1747 else
1748 eval "$3=no"
1749 for ac_type in int$2_t 'int' 'long int' \
1750 'long long int' 'short int' 'signed char'; do
1751 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1752 /* end confdefs.h. */
1753 $ac_includes_default
1755 main ()
1757 static int test_array [1 - 2 * !(0 < ($ac_type) (((($ac_type) 1 << ($2 - 2)) - 1) * 2 + 1))];
1758 test_array [0] = 0
1761 return 0;
1763 _ACEOF
1764 if ac_fn_c_try_compile "$LINENO"; then :
1765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1766 /* end confdefs.h. */
1767 $ac_includes_default
1769 main ()
1771 static int test_array [1 - 2 * !(($ac_type) (((($ac_type) 1 << ($2 - 2)) - 1) * 2 + 1)
1772 < ($ac_type) (((($ac_type) 1 << ($2 - 2)) - 1) * 2 + 2))];
1773 test_array [0] = 0
1776 return 0;
1778 _ACEOF
1779 if ac_fn_c_try_compile "$LINENO"; then :
1781 else
1782 case $ac_type in #(
1783 int$2_t) :
1784 eval "$3=yes" ;; #(
1785 *) :
1786 eval "$3=\$ac_type" ;;
1787 esac
1789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1791 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1792 eval as_val=\$$3
1793 if test "x$as_val" = x""no; then :
1795 else
1796 break
1798 done
1800 eval ac_res=\$$3
1801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1802 $as_echo "$ac_res" >&6; }
1803 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1805 } # ac_fn_c_find_intX_t
1807 # ac_fn_c_find_uintX_t LINENO BITS VAR
1808 # ------------------------------------
1809 # Finds an unsigned integer type with width BITS, setting cache variable VAR
1810 # accordingly.
1811 ac_fn_c_find_uintX_t ()
1813 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5
1815 $as_echo_n "checking for uint$2_t... " >&6; }
1816 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1817 $as_echo_n "(cached) " >&6
1818 else
1819 eval "$3=no"
1820 for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \
1821 'unsigned long long int' 'unsigned short int' 'unsigned char'; do
1822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1823 /* end confdefs.h. */
1824 $ac_includes_default
1826 main ()
1828 static int test_array [1 - 2 * !(($ac_type) -1 >> ($2 - 1) == 1)];
1829 test_array [0] = 0
1832 return 0;
1834 _ACEOF
1835 if ac_fn_c_try_compile "$LINENO"; then :
1836 case $ac_type in #(
1837 uint$2_t) :
1838 eval "$3=yes" ;; #(
1839 *) :
1840 eval "$3=\$ac_type" ;;
1841 esac
1843 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1844 eval as_val=\$$3
1845 if test "x$as_val" = x""no; then :
1847 else
1848 break
1850 done
1852 eval ac_res=\$$3
1853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1854 $as_echo "$ac_res" >&6; }
1855 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1857 } # ac_fn_c_find_uintX_t
1858 cat >config.log <<_ACEOF
1859 This file contains any messages produced by compilers while
1860 running configure, to aid debugging if configure makes a mistake.
1862 It was created by LTO plugin for ld $as_me 0.1, which was
1863 generated by GNU Autoconf 2.64. Invocation command line was
1865 $ $0 $@
1867 _ACEOF
1868 exec 5>>config.log
1870 cat <<_ASUNAME
1871 ## --------- ##
1872 ## Platform. ##
1873 ## --------- ##
1875 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1876 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1877 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1878 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1879 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1881 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1882 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1884 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1885 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1886 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1887 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1888 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1889 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1890 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1892 _ASUNAME
1894 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1895 for as_dir in $PATH
1897 IFS=$as_save_IFS
1898 test -z "$as_dir" && as_dir=.
1899 $as_echo "PATH: $as_dir"
1900 done
1901 IFS=$as_save_IFS
1903 } >&5
1905 cat >&5 <<_ACEOF
1908 ## ----------- ##
1909 ## Core tests. ##
1910 ## ----------- ##
1912 _ACEOF
1915 # Keep a trace of the command line.
1916 # Strip out --no-create and --no-recursion so they do not pile up.
1917 # Strip out --silent because we don't want to record it for future runs.
1918 # Also quote any args containing shell meta-characters.
1919 # Make two passes to allow for proper duplicate-argument suppression.
1920 ac_configure_args=
1921 ac_configure_args0=
1922 ac_configure_args1=
1923 ac_must_keep_next=false
1924 for ac_pass in 1 2
1926 for ac_arg
1928 case $ac_arg in
1929 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1930 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1931 | -silent | --silent | --silen | --sile | --sil)
1932 continue ;;
1933 *\'*)
1934 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1935 esac
1936 case $ac_pass in
1937 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1939 as_fn_append ac_configure_args1 " '$ac_arg'"
1940 if test $ac_must_keep_next = true; then
1941 ac_must_keep_next=false # Got value, back to normal.
1942 else
1943 case $ac_arg in
1944 *=* | --config-cache | -C | -disable-* | --disable-* \
1945 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1946 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1947 | -with-* | --with-* | -without-* | --without-* | --x)
1948 case "$ac_configure_args0 " in
1949 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1950 esac
1952 -* ) ac_must_keep_next=true ;;
1953 esac
1955 as_fn_append ac_configure_args " '$ac_arg'"
1957 esac
1958 done
1959 done
1960 { ac_configure_args0=; unset ac_configure_args0;}
1961 { ac_configure_args1=; unset ac_configure_args1;}
1963 # When interrupted or exit'd, cleanup temporary files, and complete
1964 # config.log. We remove comments because anyway the quotes in there
1965 # would cause problems or look ugly.
1966 # WARNING: Use '\'' to represent an apostrophe within the trap.
1967 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1968 trap 'exit_status=$?
1969 # Save into config.log some information that might help in debugging.
1971 echo
1973 cat <<\_ASBOX
1974 ## ---------------- ##
1975 ## Cache variables. ##
1976 ## ---------------- ##
1977 _ASBOX
1978 echo
1979 # The following way of writing the cache mishandles newlines in values,
1981 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1982 eval ac_val=\$$ac_var
1983 case $ac_val in #(
1984 *${as_nl}*)
1985 case $ac_var in #(
1986 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1987 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1988 esac
1989 case $ac_var in #(
1990 _ | IFS | as_nl) ;; #(
1991 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1992 *) { eval $ac_var=; unset $ac_var;} ;;
1993 esac ;;
1994 esac
1995 done
1996 (set) 2>&1 |
1997 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1998 *${as_nl}ac_space=\ *)
1999 sed -n \
2000 "s/'\''/'\''\\\\'\'''\''/g;
2001 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2002 ;; #(
2004 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2006 esac |
2007 sort
2009 echo
2011 cat <<\_ASBOX
2012 ## ----------------- ##
2013 ## Output variables. ##
2014 ## ----------------- ##
2015 _ASBOX
2016 echo
2017 for ac_var in $ac_subst_vars
2019 eval ac_val=\$$ac_var
2020 case $ac_val in
2021 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2022 esac
2023 $as_echo "$ac_var='\''$ac_val'\''"
2024 done | sort
2025 echo
2027 if test -n "$ac_subst_files"; then
2028 cat <<\_ASBOX
2029 ## ------------------- ##
2030 ## File substitutions. ##
2031 ## ------------------- ##
2032 _ASBOX
2033 echo
2034 for ac_var in $ac_subst_files
2036 eval ac_val=\$$ac_var
2037 case $ac_val in
2038 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2039 esac
2040 $as_echo "$ac_var='\''$ac_val'\''"
2041 done | sort
2042 echo
2045 if test -s confdefs.h; then
2046 cat <<\_ASBOX
2047 ## ----------- ##
2048 ## confdefs.h. ##
2049 ## ----------- ##
2050 _ASBOX
2051 echo
2052 cat confdefs.h
2053 echo
2055 test "$ac_signal" != 0 &&
2056 $as_echo "$as_me: caught signal $ac_signal"
2057 $as_echo "$as_me: exit $exit_status"
2058 } >&5
2059 rm -f core *.core core.conftest.* &&
2060 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2061 exit $exit_status
2063 for ac_signal in 1 2 13 15; do
2064 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2065 done
2066 ac_signal=0
2068 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2069 rm -f -r conftest* confdefs.h
2071 $as_echo "/* confdefs.h */" > confdefs.h
2073 # Predefined preprocessor variables.
2075 cat >>confdefs.h <<_ACEOF
2076 #define PACKAGE_NAME "$PACKAGE_NAME"
2077 _ACEOF
2079 cat >>confdefs.h <<_ACEOF
2080 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2081 _ACEOF
2083 cat >>confdefs.h <<_ACEOF
2084 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2085 _ACEOF
2087 cat >>confdefs.h <<_ACEOF
2088 #define PACKAGE_STRING "$PACKAGE_STRING"
2089 _ACEOF
2091 cat >>confdefs.h <<_ACEOF
2092 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2093 _ACEOF
2095 cat >>confdefs.h <<_ACEOF
2096 #define PACKAGE_URL "$PACKAGE_URL"
2097 _ACEOF
2100 # Let the site file select an alternate cache file if it wants to.
2101 # Prefer an explicitly selected file to automatically selected ones.
2102 ac_site_file1=NONE
2103 ac_site_file2=NONE
2104 if test -n "$CONFIG_SITE"; then
2105 ac_site_file1=$CONFIG_SITE
2106 elif test "x$prefix" != xNONE; then
2107 ac_site_file1=$prefix/share/config.site
2108 ac_site_file2=$prefix/etc/config.site
2109 else
2110 ac_site_file1=$ac_default_prefix/share/config.site
2111 ac_site_file2=$ac_default_prefix/etc/config.site
2113 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2115 test "x$ac_site_file" = xNONE && continue
2116 if test -r "$ac_site_file"; then
2117 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2118 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2119 sed 's/^/| /' "$ac_site_file" >&5
2120 . "$ac_site_file"
2122 done
2124 if test -r "$cache_file"; then
2125 # Some versions of bash will fail to source /dev/null (special
2126 # files actually), so we avoid doing that.
2127 if test -f "$cache_file"; then
2128 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2129 $as_echo "$as_me: loading cache $cache_file" >&6;}
2130 case $cache_file in
2131 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2132 *) . "./$cache_file";;
2133 esac
2135 else
2136 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2137 $as_echo "$as_me: creating cache $cache_file" >&6;}
2138 >$cache_file
2141 # Check that the precious variables saved in the cache have kept the same
2142 # value.
2143 ac_cache_corrupted=false
2144 for ac_var in $ac_precious_vars; do
2145 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2146 eval ac_new_set=\$ac_env_${ac_var}_set
2147 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2148 eval ac_new_val=\$ac_env_${ac_var}_value
2149 case $ac_old_set,$ac_new_set in
2150 set,)
2151 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2152 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2153 ac_cache_corrupted=: ;;
2154 ,set)
2155 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2156 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2157 ac_cache_corrupted=: ;;
2158 ,);;
2160 if test "x$ac_old_val" != "x$ac_new_val"; then
2161 # differences in whitespace do not lead to failure.
2162 ac_old_val_w=`echo x $ac_old_val`
2163 ac_new_val_w=`echo x $ac_new_val`
2164 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2165 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2166 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2167 ac_cache_corrupted=:
2168 else
2169 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2170 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2171 eval $ac_var=\$ac_old_val
2173 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2174 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2175 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2176 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2177 fi;;
2178 esac
2179 # Pass precious variables to config.status.
2180 if test "$ac_new_set" = set; then
2181 case $ac_new_val in
2182 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2183 *) ac_arg=$ac_var=$ac_new_val ;;
2184 esac
2185 case " $ac_configure_args " in
2186 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2187 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2188 esac
2190 done
2191 if $ac_cache_corrupted; then
2192 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2193 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2194 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2195 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2196 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2198 ## -------------------- ##
2199 ## Main body of script. ##
2200 ## -------------------- ##
2202 ac_ext=c
2203 ac_cpp='$CPP $CPPFLAGS'
2204 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2205 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2206 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2212 ac_aux_dir=
2213 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2214 for ac_t in install-sh install.sh shtool; do
2215 if test -f "$ac_dir/$ac_t"; then
2216 ac_aux_dir=$ac_dir
2217 ac_install_sh="$ac_aux_dir/$ac_t -c"
2218 break 2
2220 done
2221 done
2222 if test -z "$ac_aux_dir"; then
2223 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2226 # These three variables are undocumented and unsupported,
2227 # and are intended to be withdrawn in a future Autoconf release.
2228 # They can cause serious problems if a builder's source tree is in a directory
2229 # whose full name contains unusual characters.
2230 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2231 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2232 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2235 # Make sure we can run config.sub.
2236 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2237 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2240 $as_echo_n "checking build system type... " >&6; }
2241 if test "${ac_cv_build+set}" = set; then :
2242 $as_echo_n "(cached) " >&6
2243 else
2244 ac_build_alias=$build_alias
2245 test "x$ac_build_alias" = x &&
2246 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2247 test "x$ac_build_alias" = x &&
2248 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2249 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2250 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2254 $as_echo "$ac_cv_build" >&6; }
2255 case $ac_cv_build in
2256 *-*-*) ;;
2257 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2258 esac
2259 build=$ac_cv_build
2260 ac_save_IFS=$IFS; IFS='-'
2261 set x $ac_cv_build
2262 shift
2263 build_cpu=$1
2264 build_vendor=$2
2265 shift; shift
2266 # Remember, the first character of IFS is used to create $*,
2267 # except with old shells:
2268 build_os=$*
2269 IFS=$ac_save_IFS
2270 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2274 $as_echo_n "checking host system type... " >&6; }
2275 if test "${ac_cv_host+set}" = set; then :
2276 $as_echo_n "(cached) " >&6
2277 else
2278 if test "x$host_alias" = x; then
2279 ac_cv_host=$ac_cv_build
2280 else
2281 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2282 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2287 $as_echo "$ac_cv_host" >&6; }
2288 case $ac_cv_host in
2289 *-*-*) ;;
2290 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2291 esac
2292 host=$ac_cv_host
2293 ac_save_IFS=$IFS; IFS='-'
2294 set x $ac_cv_host
2295 shift
2296 host_cpu=$1
2297 host_vendor=$2
2298 shift; shift
2299 # Remember, the first character of IFS is used to create $*,
2300 # except with old shells:
2301 host_os=$*
2302 IFS=$ac_save_IFS
2303 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2307 $as_echo_n "checking target system type... " >&6; }
2308 if test "${ac_cv_target+set}" = set; then :
2309 $as_echo_n "(cached) " >&6
2310 else
2311 if test "x$target_alias" = x; then
2312 ac_cv_target=$ac_cv_host
2313 else
2314 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2315 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2320 $as_echo "$ac_cv_target" >&6; }
2321 case $ac_cv_target in
2322 *-*-*) ;;
2323 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2324 esac
2325 target=$ac_cv_target
2326 ac_save_IFS=$IFS; IFS='-'
2327 set x $ac_cv_target
2328 shift
2329 target_cpu=$1
2330 target_vendor=$2
2331 shift; shift
2332 # Remember, the first character of IFS is used to create $*,
2333 # except with old shells:
2334 target_os=$*
2335 IFS=$ac_save_IFS
2336 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2339 # The aliases save the names the user supplied, while $host etc.
2340 # will get canonicalized.
2341 test -n "$target_alias" &&
2342 test "$program_prefix$program_suffix$program_transform_name" = \
2343 NONENONEs,x,x, &&
2344 program_prefix=${target_alias}-
2346 case ${build_alias} in
2347 "") build_noncanonical=${build} ;;
2348 *) build_noncanonical=${build_alias} ;;
2349 esac
2351 case ${host_alias} in
2352 "") host_noncanonical=${build_noncanonical} ;;
2353 *) host_noncanonical=${host_alias} ;;
2354 esac
2356 case ${target_alias} in
2357 "") target_noncanonical=${host_noncanonical} ;;
2358 *) target_noncanonical=${target_alias} ;;
2359 esac
2362 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2363 # have matching libraries, they should use host libraries: Makefile.tpl
2364 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2365 # However, they still use the build modules, because the corresponding
2366 # host modules (e.g. bison) are only built for the host when bootstrap
2367 # finishes. So:
2368 # - build_subdir is where we find build modules, and never changes.
2369 # - build_libsubdir is where we find build libraries, and can be overridden.
2371 # Prefix 'build-' so this never conflicts with target_subdir.
2372 build_subdir="build-${build_noncanonical}"
2374 # Check whether --with-build-libsubdir was given.
2375 if test "${with_build_libsubdir+set}" = set; then :
2376 withval=$with_build_libsubdir; build_libsubdir="$withval"
2377 else
2378 build_libsubdir="$build_subdir"
2381 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2382 if ( test $srcdir = . && test -d gcc ) \
2383 || test -d $srcdir/../host-${host_noncanonical}; then
2384 host_subdir="host-${host_noncanonical}"
2385 else
2386 host_subdir=.
2388 # No prefix.
2389 target_subdir=${target_noncanonical}
2391 am__api_version='1.11'
2393 # Find a good install program. We prefer a C program (faster),
2394 # so one script is as good as another. But avoid the broken or
2395 # incompatible versions:
2396 # SysV /etc/install, /usr/sbin/install
2397 # SunOS /usr/etc/install
2398 # IRIX /sbin/install
2399 # AIX /bin/install
2400 # AmigaOS /C/install, which installs bootblocks on floppy discs
2401 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2402 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2403 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2404 # OS/2's system install, which has a completely different semantic
2405 # ./install, which can be erroneously created by make from ./install.sh.
2406 # Reject install programs that cannot install multiple files.
2407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2408 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2409 if test -z "$INSTALL"; then
2410 if test "${ac_cv_path_install+set}" = set; then :
2411 $as_echo_n "(cached) " >&6
2412 else
2413 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2414 for as_dir in $PATH
2416 IFS=$as_save_IFS
2417 test -z "$as_dir" && as_dir=.
2418 # Account for people who put trailing slashes in PATH elements.
2419 case $as_dir/ in #((
2420 ./ | .// | /[cC]/* | \
2421 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2422 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2423 /usr/ucb/* ) ;;
2425 # OSF1 and SCO ODT 3.0 have their own names for install.
2426 # Don't use installbsd from OSF since it installs stuff as root
2427 # by default.
2428 for ac_prog in ginstall scoinst install; do
2429 for ac_exec_ext in '' $ac_executable_extensions; do
2430 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2431 if test $ac_prog = install &&
2432 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2433 # AIX install. It has an incompatible calling convention.
2435 elif test $ac_prog = install &&
2436 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2437 # program-specific install script used by HP pwplus--don't use.
2439 else
2440 rm -rf conftest.one conftest.two conftest.dir
2441 echo one > conftest.one
2442 echo two > conftest.two
2443 mkdir conftest.dir
2444 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2445 test -s conftest.one && test -s conftest.two &&
2446 test -s conftest.dir/conftest.one &&
2447 test -s conftest.dir/conftest.two
2448 then
2449 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2450 break 3
2454 done
2455 done
2457 esac
2459 done
2460 IFS=$as_save_IFS
2462 rm -rf conftest.one conftest.two conftest.dir
2465 if test "${ac_cv_path_install+set}" = set; then
2466 INSTALL=$ac_cv_path_install
2467 else
2468 # As a last resort, use the slow shell script. Don't cache a
2469 # value for INSTALL within a source directory, because that will
2470 # break other packages using the cache if that directory is
2471 # removed, or if the value is a relative name.
2472 INSTALL=$ac_install_sh
2475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2476 $as_echo "$INSTALL" >&6; }
2478 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2479 # It thinks the first close brace ends the variable substitution.
2480 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2482 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2484 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2487 $as_echo_n "checking whether build environment is sane... " >&6; }
2488 # Just in case
2489 sleep 1
2490 echo timestamp > conftest.file
2491 # Reject unsafe characters in $srcdir or the absolute working directory
2492 # name. Accept space and tab only in the latter.
2493 am_lf='
2495 case `pwd` in
2496 *[\\\"\#\$\&\'\`$am_lf]*)
2497 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2498 esac
2499 case $srcdir in
2500 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2501 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2502 esac
2504 # Do `set' in a subshell so we don't clobber the current shell's
2505 # arguments. Must try -L first in case configure is actually a
2506 # symlink; some systems play weird games with the mod time of symlinks
2507 # (eg FreeBSD returns the mod time of the symlink's containing
2508 # directory).
2509 if (
2510 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2511 if test "$*" = "X"; then
2512 # -L didn't work.
2513 set X `ls -t "$srcdir/configure" conftest.file`
2515 rm -f conftest.file
2516 if test "$*" != "X $srcdir/configure conftest.file" \
2517 && test "$*" != "X conftest.file $srcdir/configure"; then
2519 # If neither matched, then we have a broken ls. This can happen
2520 # if, for instance, CONFIG_SHELL is bash and it inherits a
2521 # broken ls alias from the environment. This has actually
2522 # happened. Such a system could not be considered "sane".
2523 as_fn_error "ls -t appears to fail. Make sure there is not a broken
2524 alias in your environment" "$LINENO" 5
2527 test "$2" = conftest.file
2529 then
2530 # Ok.
2532 else
2533 as_fn_error "newly created file is older than distributed files!
2534 Check your system clock" "$LINENO" 5
2536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2537 $as_echo "yes" >&6; }
2538 test "$program_prefix" != NONE &&
2539 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2540 # Use a double $ so make ignores it.
2541 test "$program_suffix" != NONE &&
2542 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2543 # Double any \ or $.
2544 # By default was `s,x,x', remove it if useless.
2545 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2546 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2548 # expand $ac_aux_dir to an absolute path
2549 am_aux_dir=`cd $ac_aux_dir && pwd`
2551 if test x"${MISSING+set}" != xset; then
2552 case $am_aux_dir in
2553 *\ * | *\ *)
2554 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2556 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2557 esac
2559 # Use eval to expand $SHELL
2560 if eval "$MISSING --run true"; then
2561 am_missing_run="$MISSING --run "
2562 else
2563 am_missing_run=
2564 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2565 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2568 if test x"${install_sh}" != xset; then
2569 case $am_aux_dir in
2570 *\ * | *\ *)
2571 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2573 install_sh="\${SHELL} $am_aux_dir/install-sh"
2574 esac
2577 # Installed binaries are usually stripped using `strip' when the user
2578 # run `make install-strip'. However `strip' might not be the right
2579 # tool to use in cross-compilation environments, therefore Automake
2580 # will honor the `STRIP' environment variable to overrule this program.
2581 if test "$cross_compiling" != no; then
2582 if test -n "$ac_tool_prefix"; then
2583 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2584 set dummy ${ac_tool_prefix}strip; ac_word=$2
2585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2586 $as_echo_n "checking for $ac_word... " >&6; }
2587 if test "${ac_cv_prog_STRIP+set}" = set; then :
2588 $as_echo_n "(cached) " >&6
2589 else
2590 if test -n "$STRIP"; then
2591 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2592 else
2593 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2594 for as_dir in $PATH
2596 IFS=$as_save_IFS
2597 test -z "$as_dir" && as_dir=.
2598 for ac_exec_ext in '' $ac_executable_extensions; do
2599 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2600 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2601 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2602 break 2
2604 done
2605 done
2606 IFS=$as_save_IFS
2610 STRIP=$ac_cv_prog_STRIP
2611 if test -n "$STRIP"; then
2612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2613 $as_echo "$STRIP" >&6; }
2614 else
2615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2616 $as_echo "no" >&6; }
2621 if test -z "$ac_cv_prog_STRIP"; then
2622 ac_ct_STRIP=$STRIP
2623 # Extract the first word of "strip", so it can be a program name with args.
2624 set dummy strip; ac_word=$2
2625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2626 $as_echo_n "checking for $ac_word... " >&6; }
2627 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2628 $as_echo_n "(cached) " >&6
2629 else
2630 if test -n "$ac_ct_STRIP"; then
2631 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2632 else
2633 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2634 for as_dir in $PATH
2636 IFS=$as_save_IFS
2637 test -z "$as_dir" && as_dir=.
2638 for ac_exec_ext in '' $ac_executable_extensions; do
2639 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2640 ac_cv_prog_ac_ct_STRIP="strip"
2641 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2642 break 2
2644 done
2645 done
2646 IFS=$as_save_IFS
2650 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2651 if test -n "$ac_ct_STRIP"; then
2652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2653 $as_echo "$ac_ct_STRIP" >&6; }
2654 else
2655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2656 $as_echo "no" >&6; }
2659 if test "x$ac_ct_STRIP" = x; then
2660 STRIP=":"
2661 else
2662 case $cross_compiling:$ac_tool_warned in
2663 yes:)
2664 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2665 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2666 ac_tool_warned=yes ;;
2667 esac
2668 STRIP=$ac_ct_STRIP
2670 else
2671 STRIP="$ac_cv_prog_STRIP"
2675 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2678 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2679 if test -z "$MKDIR_P"; then
2680 if test "${ac_cv_path_mkdir+set}" = set; then :
2681 $as_echo_n "(cached) " >&6
2682 else
2683 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2684 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2686 IFS=$as_save_IFS
2687 test -z "$as_dir" && as_dir=.
2688 for ac_prog in mkdir gmkdir; do
2689 for ac_exec_ext in '' $ac_executable_extensions; do
2690 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2691 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2692 'mkdir (GNU coreutils) '* | \
2693 'mkdir (coreutils) '* | \
2694 'mkdir (fileutils) '4.1*)
2695 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2696 break 3;;
2697 esac
2698 done
2699 done
2700 done
2701 IFS=$as_save_IFS
2705 if test "${ac_cv_path_mkdir+set}" = set; then
2706 MKDIR_P="$ac_cv_path_mkdir -p"
2707 else
2708 # As a last resort, use the slow shell script. Don't cache a
2709 # value for MKDIR_P within a source directory, because that will
2710 # break other packages using the cache if that directory is
2711 # removed, or if the value is a relative name.
2712 test -d ./--version && rmdir ./--version
2713 MKDIR_P="$ac_install_sh -d"
2716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2717 $as_echo "$MKDIR_P" >&6; }
2719 mkdir_p="$MKDIR_P"
2720 case $mkdir_p in
2721 [\\/$]* | ?:[\\/]*) ;;
2722 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2723 esac
2725 for ac_prog in gawk mawk nawk awk
2727 # Extract the first word of "$ac_prog", so it can be a program name with args.
2728 set dummy $ac_prog; ac_word=$2
2729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2730 $as_echo_n "checking for $ac_word... " >&6; }
2731 if test "${ac_cv_prog_AWK+set}" = set; then :
2732 $as_echo_n "(cached) " >&6
2733 else
2734 if test -n "$AWK"; then
2735 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2736 else
2737 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2738 for as_dir in $PATH
2740 IFS=$as_save_IFS
2741 test -z "$as_dir" && as_dir=.
2742 for ac_exec_ext in '' $ac_executable_extensions; do
2743 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2744 ac_cv_prog_AWK="$ac_prog"
2745 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2746 break 2
2748 done
2749 done
2750 IFS=$as_save_IFS
2754 AWK=$ac_cv_prog_AWK
2755 if test -n "$AWK"; then
2756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2757 $as_echo "$AWK" >&6; }
2758 else
2759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2760 $as_echo "no" >&6; }
2764 test -n "$AWK" && break
2765 done
2767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2768 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2769 set x ${MAKE-make}
2770 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2771 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2772 $as_echo_n "(cached) " >&6
2773 else
2774 cat >conftest.make <<\_ACEOF
2775 SHELL = /bin/sh
2776 all:
2777 @echo '@@@%%%=$(MAKE)=@@@%%%'
2778 _ACEOF
2779 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2780 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2781 *@@@%%%=?*=@@@%%%*)
2782 eval ac_cv_prog_make_${ac_make}_set=yes;;
2784 eval ac_cv_prog_make_${ac_make}_set=no;;
2785 esac
2786 rm -f conftest.make
2788 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2790 $as_echo "yes" >&6; }
2791 SET_MAKE=
2792 else
2793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2794 $as_echo "no" >&6; }
2795 SET_MAKE="MAKE=${MAKE-make}"
2798 rm -rf .tst 2>/dev/null
2799 mkdir .tst 2>/dev/null
2800 if test -d .tst; then
2801 am__leading_dot=.
2802 else
2803 am__leading_dot=_
2805 rmdir .tst 2>/dev/null
2807 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2808 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2809 # is not polluted with repeated "-I."
2810 am__isrc=' -I$(srcdir)'
2811 # test to see if srcdir already configured
2812 if test -f $srcdir/config.status; then
2813 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2817 # test whether we have cygpath
2818 if test -z "$CYGPATH_W"; then
2819 if (cygpath --version) >/dev/null 2>/dev/null; then
2820 CYGPATH_W='cygpath -w'
2821 else
2822 CYGPATH_W=echo
2827 # Define the identity of the package.
2828 PACKAGE='lto-plugin'
2829 VERSION='0.1'
2832 cat >>confdefs.h <<_ACEOF
2833 #define PACKAGE "$PACKAGE"
2834 _ACEOF
2837 cat >>confdefs.h <<_ACEOF
2838 #define VERSION "$VERSION"
2839 _ACEOF
2841 # Some tools Automake needs.
2843 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2846 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2849 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2852 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2855 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2857 # We need awk for the "check" target. The system "awk" is bad on
2858 # some platforms.
2859 # Always define AMTAR for backward compatibility.
2861 AMTAR=${AMTAR-"${am_missing_run}tar"}
2863 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2871 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2872 # Check whether --enable-maintainer-mode was given.
2873 if test "${enable_maintainer_mode+set}" = set; then :
2874 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2875 else
2876 USE_MAINTAINER_MODE=no
2879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2880 $as_echo "$USE_MAINTAINER_MODE" >&6; }
2881 if test $USE_MAINTAINER_MODE = yes; then
2882 MAINTAINER_MODE_TRUE=
2883 MAINTAINER_MODE_FALSE='#'
2884 else
2885 MAINTAINER_MODE_TRUE='#'
2886 MAINTAINER_MODE_FALSE=
2889 MAINT=$MAINTAINER_MODE_TRUE
2892 ac_ext=c
2893 ac_cpp='$CPP $CPPFLAGS'
2894 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2895 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2896 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2897 if test -n "$ac_tool_prefix"; then
2898 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2899 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2901 $as_echo_n "checking for $ac_word... " >&6; }
2902 if test "${ac_cv_prog_CC+set}" = set; then :
2903 $as_echo_n "(cached) " >&6
2904 else
2905 if test -n "$CC"; then
2906 ac_cv_prog_CC="$CC" # Let the user override the test.
2907 else
2908 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2909 for as_dir in $PATH
2911 IFS=$as_save_IFS
2912 test -z "$as_dir" && as_dir=.
2913 for ac_exec_ext in '' $ac_executable_extensions; do
2914 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2915 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2916 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2917 break 2
2919 done
2920 done
2921 IFS=$as_save_IFS
2925 CC=$ac_cv_prog_CC
2926 if test -n "$CC"; then
2927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2928 $as_echo "$CC" >&6; }
2929 else
2930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2931 $as_echo "no" >&6; }
2936 if test -z "$ac_cv_prog_CC"; then
2937 ac_ct_CC=$CC
2938 # Extract the first word of "gcc", so it can be a program name with args.
2939 set dummy gcc; ac_word=$2
2940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2941 $as_echo_n "checking for $ac_word... " >&6; }
2942 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2943 $as_echo_n "(cached) " >&6
2944 else
2945 if test -n "$ac_ct_CC"; then
2946 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2947 else
2948 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2949 for as_dir in $PATH
2951 IFS=$as_save_IFS
2952 test -z "$as_dir" && as_dir=.
2953 for ac_exec_ext in '' $ac_executable_extensions; do
2954 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2955 ac_cv_prog_ac_ct_CC="gcc"
2956 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2957 break 2
2959 done
2960 done
2961 IFS=$as_save_IFS
2965 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2966 if test -n "$ac_ct_CC"; then
2967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2968 $as_echo "$ac_ct_CC" >&6; }
2969 else
2970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2971 $as_echo "no" >&6; }
2974 if test "x$ac_ct_CC" = x; then
2975 CC=""
2976 else
2977 case $cross_compiling:$ac_tool_warned in
2978 yes:)
2979 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2980 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2981 ac_tool_warned=yes ;;
2982 esac
2983 CC=$ac_ct_CC
2985 else
2986 CC="$ac_cv_prog_CC"
2989 if test -z "$CC"; then
2990 if test -n "$ac_tool_prefix"; then
2991 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2992 set dummy ${ac_tool_prefix}cc; ac_word=$2
2993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2994 $as_echo_n "checking for $ac_word... " >&6; }
2995 if test "${ac_cv_prog_CC+set}" = set; then :
2996 $as_echo_n "(cached) " >&6
2997 else
2998 if test -n "$CC"; then
2999 ac_cv_prog_CC="$CC" # Let the user override the test.
3000 else
3001 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3002 for as_dir in $PATH
3004 IFS=$as_save_IFS
3005 test -z "$as_dir" && as_dir=.
3006 for ac_exec_ext in '' $ac_executable_extensions; do
3007 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3008 ac_cv_prog_CC="${ac_tool_prefix}cc"
3009 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3010 break 2
3012 done
3013 done
3014 IFS=$as_save_IFS
3018 CC=$ac_cv_prog_CC
3019 if test -n "$CC"; then
3020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3021 $as_echo "$CC" >&6; }
3022 else
3023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3024 $as_echo "no" >&6; }
3030 if test -z "$CC"; then
3031 # Extract the first word of "cc", so it can be a program name with args.
3032 set dummy cc; ac_word=$2
3033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3034 $as_echo_n "checking for $ac_word... " >&6; }
3035 if test "${ac_cv_prog_CC+set}" = set; then :
3036 $as_echo_n "(cached) " >&6
3037 else
3038 if test -n "$CC"; then
3039 ac_cv_prog_CC="$CC" # Let the user override the test.
3040 else
3041 ac_prog_rejected=no
3042 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3043 for as_dir in $PATH
3045 IFS=$as_save_IFS
3046 test -z "$as_dir" && as_dir=.
3047 for ac_exec_ext in '' $ac_executable_extensions; do
3048 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3049 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3050 ac_prog_rejected=yes
3051 continue
3053 ac_cv_prog_CC="cc"
3054 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3055 break 2
3057 done
3058 done
3059 IFS=$as_save_IFS
3061 if test $ac_prog_rejected = yes; then
3062 # We found a bogon in the path, so make sure we never use it.
3063 set dummy $ac_cv_prog_CC
3064 shift
3065 if test $# != 0; then
3066 # We chose a different compiler from the bogus one.
3067 # However, it has the same basename, so the bogon will be chosen
3068 # first if we set CC to just the basename; use the full file name.
3069 shift
3070 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3075 CC=$ac_cv_prog_CC
3076 if test -n "$CC"; then
3077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3078 $as_echo "$CC" >&6; }
3079 else
3080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3081 $as_echo "no" >&6; }
3086 if test -z "$CC"; then
3087 if test -n "$ac_tool_prefix"; then
3088 for ac_prog in cl.exe
3090 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3091 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3093 $as_echo_n "checking for $ac_word... " >&6; }
3094 if test "${ac_cv_prog_CC+set}" = set; then :
3095 $as_echo_n "(cached) " >&6
3096 else
3097 if test -n "$CC"; then
3098 ac_cv_prog_CC="$CC" # Let the user override the test.
3099 else
3100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3101 for as_dir in $PATH
3103 IFS=$as_save_IFS
3104 test -z "$as_dir" && as_dir=.
3105 for ac_exec_ext in '' $ac_executable_extensions; do
3106 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3107 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3108 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3109 break 2
3111 done
3112 done
3113 IFS=$as_save_IFS
3117 CC=$ac_cv_prog_CC
3118 if test -n "$CC"; then
3119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3120 $as_echo "$CC" >&6; }
3121 else
3122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3123 $as_echo "no" >&6; }
3127 test -n "$CC" && break
3128 done
3130 if test -z "$CC"; then
3131 ac_ct_CC=$CC
3132 for ac_prog in cl.exe
3134 # Extract the first word of "$ac_prog", so it can be a program name with args.
3135 set dummy $ac_prog; ac_word=$2
3136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3137 $as_echo_n "checking for $ac_word... " >&6; }
3138 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3139 $as_echo_n "(cached) " >&6
3140 else
3141 if test -n "$ac_ct_CC"; then
3142 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3143 else
3144 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3145 for as_dir in $PATH
3147 IFS=$as_save_IFS
3148 test -z "$as_dir" && as_dir=.
3149 for ac_exec_ext in '' $ac_executable_extensions; do
3150 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3151 ac_cv_prog_ac_ct_CC="$ac_prog"
3152 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3153 break 2
3155 done
3156 done
3157 IFS=$as_save_IFS
3161 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3162 if test -n "$ac_ct_CC"; then
3163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3164 $as_echo "$ac_ct_CC" >&6; }
3165 else
3166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3167 $as_echo "no" >&6; }
3171 test -n "$ac_ct_CC" && break
3172 done
3174 if test "x$ac_ct_CC" = x; then
3175 CC=""
3176 else
3177 case $cross_compiling:$ac_tool_warned in
3178 yes:)
3179 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3180 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3181 ac_tool_warned=yes ;;
3182 esac
3183 CC=$ac_ct_CC
3190 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3191 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3192 as_fn_error "no acceptable C compiler found in \$PATH
3193 See \`config.log' for more details." "$LINENO" 5; }
3195 # Provide some information about the compiler.
3196 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3197 set X $ac_compile
3198 ac_compiler=$2
3199 for ac_option in --version -v -V -qversion; do
3200 { { ac_try="$ac_compiler $ac_option >&5"
3201 case "(($ac_try" in
3202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3203 *) ac_try_echo=$ac_try;;
3204 esac
3205 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3206 $as_echo "$ac_try_echo"; } >&5
3207 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3208 ac_status=$?
3209 if test -s conftest.err; then
3210 sed '10a\
3211 ... rest of stderr output deleted ...
3212 10q' conftest.err >conftest.er1
3213 cat conftest.er1 >&5
3214 rm -f conftest.er1 conftest.err
3216 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3217 test $ac_status = 0; }
3218 done
3220 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3221 /* end confdefs.h. */
3224 main ()
3228 return 0;
3230 _ACEOF
3231 ac_clean_files_save=$ac_clean_files
3232 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3233 # Try to create an executable without -o first, disregard a.out.
3234 # It will help us diagnose broken compilers, and finding out an intuition
3235 # of exeext.
3236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3237 $as_echo_n "checking for C compiler default output file name... " >&6; }
3238 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3240 # The possible output files:
3241 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3243 ac_rmfiles=
3244 for ac_file in $ac_files
3246 case $ac_file in
3247 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3248 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3249 esac
3250 done
3251 rm -f $ac_rmfiles
3253 if { { ac_try="$ac_link_default"
3254 case "(($ac_try" in
3255 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3256 *) ac_try_echo=$ac_try;;
3257 esac
3258 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3259 $as_echo "$ac_try_echo"; } >&5
3260 (eval "$ac_link_default") 2>&5
3261 ac_status=$?
3262 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3263 test $ac_status = 0; }; then :
3264 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3265 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3266 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3267 # so that the user can short-circuit this test for compilers unknown to
3268 # Autoconf.
3269 for ac_file in $ac_files ''
3271 test -f "$ac_file" || continue
3272 case $ac_file in
3273 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3275 [ab].out )
3276 # We found the default executable, but exeext='' is most
3277 # certainly right.
3278 break;;
3279 *.* )
3280 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3281 then :; else
3282 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3284 # We set ac_cv_exeext here because the later test for it is not
3285 # safe: cross compilers may not add the suffix if given an `-o'
3286 # argument, so we may need to know it at that point already.
3287 # Even if this section looks crufty: it has the advantage of
3288 # actually working.
3289 break;;
3291 break;;
3292 esac
3293 done
3294 test "$ac_cv_exeext" = no && ac_cv_exeext=
3296 else
3297 ac_file=''
3299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3300 $as_echo "$ac_file" >&6; }
3301 if test -z "$ac_file"; then :
3302 $as_echo "$as_me: failed program was:" >&5
3303 sed 's/^/| /' conftest.$ac_ext >&5
3305 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3306 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3307 { as_fn_set_status 77
3308 as_fn_error "C compiler cannot create executables
3309 See \`config.log' for more details." "$LINENO" 5; }; }
3311 ac_exeext=$ac_cv_exeext
3313 # Check that the compiler produces executables we can run. If not, either
3314 # the compiler is broken, or we cross compile.
3315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3316 $as_echo_n "checking whether the C compiler works... " >&6; }
3317 # If not cross compiling, check that we can run a simple program.
3318 if test "$cross_compiling" != yes; then
3319 if { ac_try='./$ac_file'
3320 { { case "(($ac_try" in
3321 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3322 *) ac_try_echo=$ac_try;;
3323 esac
3324 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3325 $as_echo "$ac_try_echo"; } >&5
3326 (eval "$ac_try") 2>&5
3327 ac_status=$?
3328 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3329 test $ac_status = 0; }; }; then
3330 cross_compiling=no
3331 else
3332 if test "$cross_compiling" = maybe; then
3333 cross_compiling=yes
3334 else
3335 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3336 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3337 as_fn_error "cannot run C compiled programs.
3338 If you meant to cross compile, use \`--host'.
3339 See \`config.log' for more details." "$LINENO" 5; }
3343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3344 $as_echo "yes" >&6; }
3346 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3347 ac_clean_files=$ac_clean_files_save
3348 # Check that the compiler produces executables we can run. If not, either
3349 # the compiler is broken, or we cross compile.
3350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3351 $as_echo_n "checking whether we are cross compiling... " >&6; }
3352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3353 $as_echo "$cross_compiling" >&6; }
3355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3356 $as_echo_n "checking for suffix of executables... " >&6; }
3357 if { { ac_try="$ac_link"
3358 case "(($ac_try" in
3359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3360 *) ac_try_echo=$ac_try;;
3361 esac
3362 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3363 $as_echo "$ac_try_echo"; } >&5
3364 (eval "$ac_link") 2>&5
3365 ac_status=$?
3366 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3367 test $ac_status = 0; }; then :
3368 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3369 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3370 # work properly (i.e., refer to `conftest.exe'), while it won't with
3371 # `rm'.
3372 for ac_file in conftest.exe conftest conftest.*; do
3373 test -f "$ac_file" || continue
3374 case $ac_file in
3375 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3376 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3377 break;;
3378 * ) break;;
3379 esac
3380 done
3381 else
3382 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3383 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3384 as_fn_error "cannot compute suffix of executables: cannot compile and link
3385 See \`config.log' for more details." "$LINENO" 5; }
3387 rm -f conftest$ac_cv_exeext
3388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3389 $as_echo "$ac_cv_exeext" >&6; }
3391 rm -f conftest.$ac_ext
3392 EXEEXT=$ac_cv_exeext
3393 ac_exeext=$EXEEXT
3394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3395 $as_echo_n "checking for suffix of object files... " >&6; }
3396 if test "${ac_cv_objext+set}" = set; then :
3397 $as_echo_n "(cached) " >&6
3398 else
3399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3400 /* end confdefs.h. */
3403 main ()
3407 return 0;
3409 _ACEOF
3410 rm -f conftest.o conftest.obj
3411 if { { ac_try="$ac_compile"
3412 case "(($ac_try" in
3413 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3414 *) ac_try_echo=$ac_try;;
3415 esac
3416 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3417 $as_echo "$ac_try_echo"; } >&5
3418 (eval "$ac_compile") 2>&5
3419 ac_status=$?
3420 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3421 test $ac_status = 0; }; then :
3422 for ac_file in conftest.o conftest.obj conftest.*; do
3423 test -f "$ac_file" || continue;
3424 case $ac_file in
3425 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3426 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3427 break;;
3428 esac
3429 done
3430 else
3431 $as_echo "$as_me: failed program was:" >&5
3432 sed 's/^/| /' conftest.$ac_ext >&5
3434 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3435 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3436 as_fn_error "cannot compute suffix of object files: cannot compile
3437 See \`config.log' for more details." "$LINENO" 5; }
3439 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3442 $as_echo "$ac_cv_objext" >&6; }
3443 OBJEXT=$ac_cv_objext
3444 ac_objext=$OBJEXT
3445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3446 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3447 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3448 $as_echo_n "(cached) " >&6
3449 else
3450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3451 /* end confdefs.h. */
3454 main ()
3456 #ifndef __GNUC__
3457 choke me
3458 #endif
3461 return 0;
3463 _ACEOF
3464 if ac_fn_c_try_compile "$LINENO"; then :
3465 ac_compiler_gnu=yes
3466 else
3467 ac_compiler_gnu=no
3469 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3470 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3474 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3475 if test $ac_compiler_gnu = yes; then
3476 GCC=yes
3477 else
3478 GCC=
3480 ac_test_CFLAGS=${CFLAGS+set}
3481 ac_save_CFLAGS=$CFLAGS
3482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3483 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3484 if test "${ac_cv_prog_cc_g+set}" = set; then :
3485 $as_echo_n "(cached) " >&6
3486 else
3487 ac_save_c_werror_flag=$ac_c_werror_flag
3488 ac_c_werror_flag=yes
3489 ac_cv_prog_cc_g=no
3490 CFLAGS="-g"
3491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3492 /* end confdefs.h. */
3495 main ()
3499 return 0;
3501 _ACEOF
3502 if ac_fn_c_try_compile "$LINENO"; then :
3503 ac_cv_prog_cc_g=yes
3504 else
3505 CFLAGS=""
3506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3507 /* end confdefs.h. */
3510 main ()
3514 return 0;
3516 _ACEOF
3517 if ac_fn_c_try_compile "$LINENO"; then :
3519 else
3520 ac_c_werror_flag=$ac_save_c_werror_flag
3521 CFLAGS="-g"
3522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3523 /* end confdefs.h. */
3526 main ()
3530 return 0;
3532 _ACEOF
3533 if ac_fn_c_try_compile "$LINENO"; then :
3534 ac_cv_prog_cc_g=yes
3536 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3541 ac_c_werror_flag=$ac_save_c_werror_flag
3543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3544 $as_echo "$ac_cv_prog_cc_g" >&6; }
3545 if test "$ac_test_CFLAGS" = set; then
3546 CFLAGS=$ac_save_CFLAGS
3547 elif test $ac_cv_prog_cc_g = yes; then
3548 if test "$GCC" = yes; then
3549 CFLAGS="-g -O2"
3550 else
3551 CFLAGS="-g"
3553 else
3554 if test "$GCC" = yes; then
3555 CFLAGS="-O2"
3556 else
3557 CFLAGS=
3560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3561 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3562 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3563 $as_echo_n "(cached) " >&6
3564 else
3565 ac_cv_prog_cc_c89=no
3566 ac_save_CC=$CC
3567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3568 /* end confdefs.h. */
3569 #include <stdarg.h>
3570 #include <stdio.h>
3571 #include <sys/types.h>
3572 #include <sys/stat.h>
3573 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3574 struct buf { int x; };
3575 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3576 static char *e (p, i)
3577 char **p;
3578 int i;
3580 return p[i];
3582 static char *f (char * (*g) (char **, int), char **p, ...)
3584 char *s;
3585 va_list v;
3586 va_start (v,p);
3587 s = g (p, va_arg (v,int));
3588 va_end (v);
3589 return s;
3592 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3593 function prototypes and stuff, but not '\xHH' hex character constants.
3594 These don't provoke an error unfortunately, instead are silently treated
3595 as 'x'. The following induces an error, until -std is added to get
3596 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3597 array size at least. It's necessary to write '\x00'==0 to get something
3598 that's true only with -std. */
3599 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3601 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3602 inside strings and character constants. */
3603 #define FOO(x) 'x'
3604 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3606 int test (int i, double x);
3607 struct s1 {int (*f) (int a);};
3608 struct s2 {int (*f) (double a);};
3609 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3610 int argc;
3611 char **argv;
3613 main ()
3615 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3617 return 0;
3619 _ACEOF
3620 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3621 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3623 CC="$ac_save_CC $ac_arg"
3624 if ac_fn_c_try_compile "$LINENO"; then :
3625 ac_cv_prog_cc_c89=$ac_arg
3627 rm -f core conftest.err conftest.$ac_objext
3628 test "x$ac_cv_prog_cc_c89" != "xno" && break
3629 done
3630 rm -f conftest.$ac_ext
3631 CC=$ac_save_CC
3634 # AC_CACHE_VAL
3635 case "x$ac_cv_prog_cc_c89" in
3637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3638 $as_echo "none needed" >&6; } ;;
3639 xno)
3640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3641 $as_echo "unsupported" >&6; } ;;
3643 CC="$CC $ac_cv_prog_cc_c89"
3644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3645 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3646 esac
3647 if test "x$ac_cv_prog_cc_c89" != xno; then :
3651 ac_ext=c
3652 ac_cpp='$CPP $CPPFLAGS'
3653 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3654 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3655 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3656 DEPDIR="${am__leading_dot}deps"
3658 ac_config_commands="$ac_config_commands depfiles"
3661 am_make=${MAKE-make}
3662 cat > confinc << 'END'
3663 am__doit:
3664 @echo this is the am__doit target
3665 .PHONY: am__doit
3667 # If we don't find an include directive, just comment out the code.
3668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3669 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3670 am__include="#"
3671 am__quote=
3672 _am_result=none
3673 # First try GNU make style include.
3674 echo "include confinc" > confmf
3675 # Ignore all kinds of additional output from `make'.
3676 case `$am_make -s -f confmf 2> /dev/null` in #(
3677 *the\ am__doit\ target*)
3678 am__include=include
3679 am__quote=
3680 _am_result=GNU
3682 esac
3683 # Now try BSD make style include.
3684 if test "$am__include" = "#"; then
3685 echo '.include "confinc"' > confmf
3686 case `$am_make -s -f confmf 2> /dev/null` in #(
3687 *the\ am__doit\ target*)
3688 am__include=.include
3689 am__quote="\""
3690 _am_result=BSD
3692 esac
3696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3697 $as_echo "$_am_result" >&6; }
3698 rm -f confinc confmf
3700 # Check whether --enable-dependency-tracking was given.
3701 if test "${enable_dependency_tracking+set}" = set; then :
3702 enableval=$enable_dependency_tracking;
3705 if test "x$enable_dependency_tracking" != xno; then
3706 am_depcomp="$ac_aux_dir/depcomp"
3707 AMDEPBACKSLASH='\'
3709 if test "x$enable_dependency_tracking" != xno; then
3710 AMDEP_TRUE=
3711 AMDEP_FALSE='#'
3712 else
3713 AMDEP_TRUE='#'
3714 AMDEP_FALSE=
3719 depcc="$CC" am_compiler_list=
3721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3722 $as_echo_n "checking dependency style of $depcc... " >&6; }
3723 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3724 $as_echo_n "(cached) " >&6
3725 else
3726 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3727 # We make a subdir and do the tests there. Otherwise we can end up
3728 # making bogus files that we don't know about and never remove. For
3729 # instance it was reported that on HP-UX the gcc test will end up
3730 # making a dummy file named `D' -- because `-MD' means `put the output
3731 # in D'.
3732 mkdir conftest.dir
3733 # Copy depcomp to subdir because otherwise we won't find it if we're
3734 # using a relative directory.
3735 cp "$am_depcomp" conftest.dir
3736 cd conftest.dir
3737 # We will build objects and dependencies in a subdirectory because
3738 # it helps to detect inapplicable dependency modes. For instance
3739 # both Tru64's cc and ICC support -MD to output dependencies as a
3740 # side effect of compilation, but ICC will put the dependencies in
3741 # the current directory while Tru64 will put them in the object
3742 # directory.
3743 mkdir sub
3745 am_cv_CC_dependencies_compiler_type=none
3746 if test "$am_compiler_list" = ""; then
3747 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3749 am__universal=false
3750 case " $depcc " in #(
3751 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3752 esac
3754 for depmode in $am_compiler_list; do
3755 # Setup a source with many dependencies, because some compilers
3756 # like to wrap large dependency lists on column 80 (with \), and
3757 # we should not choose a depcomp mode which is confused by this.
3759 # We need to recreate these files for each test, as the compiler may
3760 # overwrite some of them when testing with obscure command lines.
3761 # This happens at least with the AIX C compiler.
3762 : > sub/conftest.c
3763 for i in 1 2 3 4 5 6; do
3764 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3765 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3766 # Solaris 8's {/usr,}/bin/sh.
3767 touch sub/conftst$i.h
3768 done
3769 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3771 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3772 # mode. It turns out that the SunPro C++ compiler does not properly
3773 # handle `-M -o', and we need to detect this. Also, some Intel
3774 # versions had trouble with output in subdirs
3775 am__obj=sub/conftest.${OBJEXT-o}
3776 am__minus_obj="-o $am__obj"
3777 case $depmode in
3778 gcc)
3779 # This depmode causes a compiler race in universal mode.
3780 test "$am__universal" = false || continue
3782 nosideeffect)
3783 # after this tag, mechanisms are not by side-effect, so they'll
3784 # only be used when explicitly requested
3785 if test "x$enable_dependency_tracking" = xyes; then
3786 continue
3787 else
3788 break
3791 msvisualcpp | msvcmsys)
3792 # This compiler won't grok `-c -o', but also, the minuso test has
3793 # not run yet. These depmodes are late enough in the game, and
3794 # so weak that their functioning should not be impacted.
3795 am__obj=conftest.${OBJEXT-o}
3796 am__minus_obj=
3798 none) break ;;
3799 esac
3800 if depmode=$depmode \
3801 source=sub/conftest.c object=$am__obj \
3802 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3803 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3804 >/dev/null 2>conftest.err &&
3805 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3806 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3807 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3808 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3809 # icc doesn't choke on unknown options, it will just issue warnings
3810 # or remarks (even with -Werror). So we grep stderr for any message
3811 # that says an option was ignored or not supported.
3812 # When given -MP, icc 7.0 and 7.1 complain thusly:
3813 # icc: Command line warning: ignoring option '-M'; no argument required
3814 # The diagnosis changed in icc 8.0:
3815 # icc: Command line remark: option '-MP' not supported
3816 if (grep 'ignoring option' conftest.err ||
3817 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3818 am_cv_CC_dependencies_compiler_type=$depmode
3819 break
3822 done
3824 cd ..
3825 rm -rf conftest.dir
3826 else
3827 am_cv_CC_dependencies_compiler_type=none
3831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3832 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3833 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3836 test "x$enable_dependency_tracking" != xno \
3837 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3838 am__fastdepCC_TRUE=
3839 am__fastdepCC_FALSE='#'
3840 else
3841 am__fastdepCC_TRUE='#'
3842 am__fastdepCC_FALSE=
3847 # Check whether --enable-largefile was given.
3848 if test "${enable_largefile+set}" = set; then :
3849 enableval=$enable_largefile;
3852 if test "$enable_largefile" != no; then
3854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
3855 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
3856 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
3857 $as_echo_n "(cached) " >&6
3858 else
3859 ac_cv_sys_largefile_CC=no
3860 if test "$GCC" != yes; then
3861 ac_save_CC=$CC
3862 while :; do
3863 # IRIX 6.2 and later do not support large files by default,
3864 # so use the C compiler's -n32 option if that helps.
3865 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3866 /* end confdefs.h. */
3867 #include <sys/types.h>
3868 /* Check that off_t can represent 2**63 - 1 correctly.
3869 We can't simply define LARGE_OFF_T to be 9223372036854775807,
3870 since some C++ compilers masquerading as C compilers
3871 incorrectly reject 9223372036854775807. */
3872 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
3873 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
3874 && LARGE_OFF_T % 2147483647 == 1)
3875 ? 1 : -1];
3877 main ()
3881 return 0;
3883 _ACEOF
3884 if ac_fn_c_try_compile "$LINENO"; then :
3885 break
3887 rm -f core conftest.err conftest.$ac_objext
3888 CC="$CC -n32"
3889 if ac_fn_c_try_compile "$LINENO"; then :
3890 ac_cv_sys_largefile_CC=' -n32'; break
3892 rm -f core conftest.err conftest.$ac_objext
3893 break
3894 done
3895 CC=$ac_save_CC
3896 rm -f conftest.$ac_ext
3899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
3900 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
3901 if test "$ac_cv_sys_largefile_CC" != no; then
3902 CC=$CC$ac_cv_sys_largefile_CC
3905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
3906 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
3907 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
3908 $as_echo_n "(cached) " >&6
3909 else
3910 while :; do
3911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3912 /* end confdefs.h. */
3913 #include <sys/types.h>
3914 /* Check that off_t can represent 2**63 - 1 correctly.
3915 We can't simply define LARGE_OFF_T to be 9223372036854775807,
3916 since some C++ compilers masquerading as C compilers
3917 incorrectly reject 9223372036854775807. */
3918 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
3919 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
3920 && LARGE_OFF_T % 2147483647 == 1)
3921 ? 1 : -1];
3923 main ()
3927 return 0;
3929 _ACEOF
3930 if ac_fn_c_try_compile "$LINENO"; then :
3931 ac_cv_sys_file_offset_bits=no; break
3933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3934 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3935 /* end confdefs.h. */
3936 #define _FILE_OFFSET_BITS 64
3937 #include <sys/types.h>
3938 /* Check that off_t can represent 2**63 - 1 correctly.
3939 We can't simply define LARGE_OFF_T to be 9223372036854775807,
3940 since some C++ compilers masquerading as C compilers
3941 incorrectly reject 9223372036854775807. */
3942 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
3943 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
3944 && LARGE_OFF_T % 2147483647 == 1)
3945 ? 1 : -1];
3947 main ()
3951 return 0;
3953 _ACEOF
3954 if ac_fn_c_try_compile "$LINENO"; then :
3955 ac_cv_sys_file_offset_bits=64; break
3957 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3958 ac_cv_sys_file_offset_bits=unknown
3959 break
3960 done
3962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
3963 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
3964 case $ac_cv_sys_file_offset_bits in #(
3965 no | unknown) ;;
3967 cat >>confdefs.h <<_ACEOF
3968 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
3969 _ACEOF
3971 esac
3972 rm -rf conftest*
3973 if test $ac_cv_sys_file_offset_bits = unknown; then
3974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
3975 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
3976 if test "${ac_cv_sys_large_files+set}" = set; then :
3977 $as_echo_n "(cached) " >&6
3978 else
3979 while :; do
3980 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3981 /* end confdefs.h. */
3982 #include <sys/types.h>
3983 /* Check that off_t can represent 2**63 - 1 correctly.
3984 We can't simply define LARGE_OFF_T to be 9223372036854775807,
3985 since some C++ compilers masquerading as C compilers
3986 incorrectly reject 9223372036854775807. */
3987 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
3988 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
3989 && LARGE_OFF_T % 2147483647 == 1)
3990 ? 1 : -1];
3992 main ()
3996 return 0;
3998 _ACEOF
3999 if ac_fn_c_try_compile "$LINENO"; then :
4000 ac_cv_sys_large_files=no; break
4002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4003 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4004 /* end confdefs.h. */
4005 #define _LARGE_FILES 1
4006 #include <sys/types.h>
4007 /* Check that off_t can represent 2**63 - 1 correctly.
4008 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4009 since some C++ compilers masquerading as C compilers
4010 incorrectly reject 9223372036854775807. */
4011 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4012 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4013 && LARGE_OFF_T % 2147483647 == 1)
4014 ? 1 : -1];
4016 main ()
4020 return 0;
4022 _ACEOF
4023 if ac_fn_c_try_compile "$LINENO"; then :
4024 ac_cv_sys_large_files=1; break
4026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4027 ac_cv_sys_large_files=unknown
4028 break
4029 done
4031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
4032 $as_echo "$ac_cv_sys_large_files" >&6; }
4033 case $ac_cv_sys_large_files in #(
4034 no | unknown) ;;
4036 cat >>confdefs.h <<_ACEOF
4037 #define _LARGE_FILES $ac_cv_sys_large_files
4038 _ACEOF
4040 esac
4041 rm -rf conftest*
4045 ac_lto_plugin_warn_cflags=
4046 save_CFLAGS="$CFLAGS"
4047 for real_option in -Wall; do
4048 # Do the check with the no- prefix removed since gcc silently
4049 # accepts any -Wno-* option on purpose
4050 case $real_option in
4051 -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
4052 *) option=$real_option ;;
4053 esac
4054 as_acx_Woption=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
4056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
4057 $as_echo_n "checking whether $CC supports $option... " >&6; }
4058 if { as_var=$as_acx_Woption; eval "test \"\${$as_var+set}\" = set"; }; then :
4059 $as_echo_n "(cached) " >&6
4060 else
4061 CFLAGS="$option"
4062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4063 /* end confdefs.h. */
4066 main ()
4070 return 0;
4072 _ACEOF
4073 if ac_fn_c_try_compile "$LINENO"; then :
4074 eval "$as_acx_Woption=yes"
4075 else
4076 eval "$as_acx_Woption=no"
4078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4081 eval ac_res=\$$as_acx_Woption
4082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
4083 $as_echo "$ac_res" >&6; }
4084 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
4085 ac_lto_plugin_warn_cflags="$ac_lto_plugin_warn_cflags${ac_lto_plugin_warn_cflags:+ }$real_option"
4087 done
4088 CFLAGS="$save_CFLAGS"
4091 # Check whether -static-libgcc is supported.
4092 saved_LDFLAGS="$LDFLAGS"
4093 LDFLAGS="$LDFLAGS -static-libgcc"
4094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -static-libgcc" >&5
4095 $as_echo_n "checking for -static-libgcc... " >&6; }
4096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4097 /* end confdefs.h. */
4099 int main() {}
4100 _ACEOF
4101 if ac_fn_c_try_link "$LINENO"; then :
4102 have_static_libgcc=yes
4103 else
4104 have_static_libgcc=no
4106 rm -f core conftest.err conftest.$ac_objext \
4107 conftest$ac_exeext conftest.$ac_ext
4108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_static_libgcc" >&5
4109 $as_echo "$have_static_libgcc" >&6; };
4110 LDFLAGS="$saved_LDFLAGS"
4111 # Need -Wc to get it through libtool.
4112 if test "x$have_static_libgcc" = xyes; then
4113 ac_lto_plugin_ldflags="-Wc,-static-libgcc"
4117 case `pwd` in
4118 *\ * | *\ *)
4119 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4120 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4121 esac
4125 macro_version='2.2.7a'
4126 macro_revision='1.3134'
4140 ltmain="$ac_aux_dir/ltmain.sh"
4142 # Backslashify metacharacters that are still active within
4143 # double-quoted strings.
4144 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4146 # Same as above, but do not quote variable references.
4147 double_quote_subst='s/\(["`\\]\)/\\\1/g'
4149 # Sed substitution to delay expansion of an escaped shell variable in a
4150 # double_quote_subst'ed string.
4151 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4153 # Sed substitution to delay expansion of an escaped single quote.
4154 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4156 # Sed substitution to avoid accidental globbing in evaled expressions
4157 no_glob_subst='s/\*/\\\*/g'
4159 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4160 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4161 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4164 $as_echo_n "checking how to print strings... " >&6; }
4165 # Test print first, because it will be a builtin if present.
4166 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4167 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4168 ECHO='print -r --'
4169 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4170 ECHO='printf %s\n'
4171 else
4172 # Use this function as a fallback that always works.
4173 func_fallback_echo ()
4175 eval 'cat <<_LTECHO_EOF
4177 _LTECHO_EOF'
4179 ECHO='func_fallback_echo'
4182 # func_echo_all arg...
4183 # Invoke $ECHO with all args, space-separated.
4184 func_echo_all ()
4186 $ECHO ""
4189 case "$ECHO" in
4190 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4191 $as_echo "printf" >&6; } ;;
4192 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4193 $as_echo "print -r" >&6; } ;;
4194 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4195 $as_echo "cat" >&6; } ;;
4196 esac
4211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4212 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4213 if test "${ac_cv_path_SED+set}" = set; then :
4214 $as_echo_n "(cached) " >&6
4215 else
4216 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4217 for ac_i in 1 2 3 4 5 6 7; do
4218 ac_script="$ac_script$as_nl$ac_script"
4219 done
4220 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4221 { ac_script=; unset ac_script;}
4222 if test -z "$SED"; then
4223 ac_path_SED_found=false
4224 # Loop through the user's path and test for each of PROGNAME-LIST
4225 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4226 for as_dir in $PATH
4228 IFS=$as_save_IFS
4229 test -z "$as_dir" && as_dir=.
4230 for ac_prog in sed gsed; do
4231 for ac_exec_ext in '' $ac_executable_extensions; do
4232 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4233 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4234 # Check for GNU ac_path_SED and select it if it is found.
4235 # Check for GNU $ac_path_SED
4236 case `"$ac_path_SED" --version 2>&1` in
4237 *GNU*)
4238 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4240 ac_count=0
4241 $as_echo_n 0123456789 >"conftest.in"
4242 while :
4244 cat "conftest.in" "conftest.in" >"conftest.tmp"
4245 mv "conftest.tmp" "conftest.in"
4246 cp "conftest.in" "conftest.nl"
4247 $as_echo '' >> "conftest.nl"
4248 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4249 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4250 as_fn_arith $ac_count + 1 && ac_count=$as_val
4251 if test $ac_count -gt ${ac_path_SED_max-0}; then
4252 # Best one so far, save it but keep looking for a better one
4253 ac_cv_path_SED="$ac_path_SED"
4254 ac_path_SED_max=$ac_count
4256 # 10*(2^10) chars as input seems more than enough
4257 test $ac_count -gt 10 && break
4258 done
4259 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4260 esac
4262 $ac_path_SED_found && break 3
4263 done
4264 done
4265 done
4266 IFS=$as_save_IFS
4267 if test -z "$ac_cv_path_SED"; then
4268 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
4270 else
4271 ac_cv_path_SED=$SED
4275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4276 $as_echo "$ac_cv_path_SED" >&6; }
4277 SED="$ac_cv_path_SED"
4278 rm -f conftest.sed
4280 test -z "$SED" && SED=sed
4281 Xsed="$SED -e 1s/^X//"
4293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4294 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4295 if test "${ac_cv_path_GREP+set}" = set; then :
4296 $as_echo_n "(cached) " >&6
4297 else
4298 if test -z "$GREP"; then
4299 ac_path_GREP_found=false
4300 # Loop through the user's path and test for each of PROGNAME-LIST
4301 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4302 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4304 IFS=$as_save_IFS
4305 test -z "$as_dir" && as_dir=.
4306 for ac_prog in grep ggrep; do
4307 for ac_exec_ext in '' $ac_executable_extensions; do
4308 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4309 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4310 # Check for GNU ac_path_GREP and select it if it is found.
4311 # Check for GNU $ac_path_GREP
4312 case `"$ac_path_GREP" --version 2>&1` in
4313 *GNU*)
4314 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4316 ac_count=0
4317 $as_echo_n 0123456789 >"conftest.in"
4318 while :
4320 cat "conftest.in" "conftest.in" >"conftest.tmp"
4321 mv "conftest.tmp" "conftest.in"
4322 cp "conftest.in" "conftest.nl"
4323 $as_echo 'GREP' >> "conftest.nl"
4324 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4325 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4326 as_fn_arith $ac_count + 1 && ac_count=$as_val
4327 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4328 # Best one so far, save it but keep looking for a better one
4329 ac_cv_path_GREP="$ac_path_GREP"
4330 ac_path_GREP_max=$ac_count
4332 # 10*(2^10) chars as input seems more than enough
4333 test $ac_count -gt 10 && break
4334 done
4335 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4336 esac
4338 $ac_path_GREP_found && break 3
4339 done
4340 done
4341 done
4342 IFS=$as_save_IFS
4343 if test -z "$ac_cv_path_GREP"; then
4344 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4346 else
4347 ac_cv_path_GREP=$GREP
4351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4352 $as_echo "$ac_cv_path_GREP" >&6; }
4353 GREP="$ac_cv_path_GREP"
4356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4357 $as_echo_n "checking for egrep... " >&6; }
4358 if test "${ac_cv_path_EGREP+set}" = set; then :
4359 $as_echo_n "(cached) " >&6
4360 else
4361 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4362 then ac_cv_path_EGREP="$GREP -E"
4363 else
4364 if test -z "$EGREP"; then
4365 ac_path_EGREP_found=false
4366 # Loop through the user's path and test for each of PROGNAME-LIST
4367 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4368 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4370 IFS=$as_save_IFS
4371 test -z "$as_dir" && as_dir=.
4372 for ac_prog in egrep; do
4373 for ac_exec_ext in '' $ac_executable_extensions; do
4374 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4375 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4376 # Check for GNU ac_path_EGREP and select it if it is found.
4377 # Check for GNU $ac_path_EGREP
4378 case `"$ac_path_EGREP" --version 2>&1` in
4379 *GNU*)
4380 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4382 ac_count=0
4383 $as_echo_n 0123456789 >"conftest.in"
4384 while :
4386 cat "conftest.in" "conftest.in" >"conftest.tmp"
4387 mv "conftest.tmp" "conftest.in"
4388 cp "conftest.in" "conftest.nl"
4389 $as_echo 'EGREP' >> "conftest.nl"
4390 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4391 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4392 as_fn_arith $ac_count + 1 && ac_count=$as_val
4393 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4394 # Best one so far, save it but keep looking for a better one
4395 ac_cv_path_EGREP="$ac_path_EGREP"
4396 ac_path_EGREP_max=$ac_count
4398 # 10*(2^10) chars as input seems more than enough
4399 test $ac_count -gt 10 && break
4400 done
4401 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4402 esac
4404 $ac_path_EGREP_found && break 3
4405 done
4406 done
4407 done
4408 IFS=$as_save_IFS
4409 if test -z "$ac_cv_path_EGREP"; then
4410 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4412 else
4413 ac_cv_path_EGREP=$EGREP
4418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4419 $as_echo "$ac_cv_path_EGREP" >&6; }
4420 EGREP="$ac_cv_path_EGREP"
4423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4424 $as_echo_n "checking for fgrep... " >&6; }
4425 if test "${ac_cv_path_FGREP+set}" = set; then :
4426 $as_echo_n "(cached) " >&6
4427 else
4428 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4429 then ac_cv_path_FGREP="$GREP -F"
4430 else
4431 if test -z "$FGREP"; then
4432 ac_path_FGREP_found=false
4433 # Loop through the user's path and test for each of PROGNAME-LIST
4434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4435 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4437 IFS=$as_save_IFS
4438 test -z "$as_dir" && as_dir=.
4439 for ac_prog in fgrep; do
4440 for ac_exec_ext in '' $ac_executable_extensions; do
4441 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4442 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4443 # Check for GNU ac_path_FGREP and select it if it is found.
4444 # Check for GNU $ac_path_FGREP
4445 case `"$ac_path_FGREP" --version 2>&1` in
4446 *GNU*)
4447 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4449 ac_count=0
4450 $as_echo_n 0123456789 >"conftest.in"
4451 while :
4453 cat "conftest.in" "conftest.in" >"conftest.tmp"
4454 mv "conftest.tmp" "conftest.in"
4455 cp "conftest.in" "conftest.nl"
4456 $as_echo 'FGREP' >> "conftest.nl"
4457 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4458 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4459 as_fn_arith $ac_count + 1 && ac_count=$as_val
4460 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4461 # Best one so far, save it but keep looking for a better one
4462 ac_cv_path_FGREP="$ac_path_FGREP"
4463 ac_path_FGREP_max=$ac_count
4465 # 10*(2^10) chars as input seems more than enough
4466 test $ac_count -gt 10 && break
4467 done
4468 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4469 esac
4471 $ac_path_FGREP_found && break 3
4472 done
4473 done
4474 done
4475 IFS=$as_save_IFS
4476 if test -z "$ac_cv_path_FGREP"; then
4477 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4479 else
4480 ac_cv_path_FGREP=$FGREP
4485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4486 $as_echo "$ac_cv_path_FGREP" >&6; }
4487 FGREP="$ac_cv_path_FGREP"
4490 test -z "$GREP" && GREP=grep
4510 # Check whether --with-gnu-ld was given.
4511 if test "${with_gnu_ld+set}" = set; then :
4512 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4513 else
4514 with_gnu_ld=no
4517 ac_prog=ld
4518 if test "$GCC" = yes; then
4519 # Check if gcc -print-prog-name=ld gives a path.
4520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4521 $as_echo_n "checking for ld used by $CC... " >&6; }
4522 case $host in
4523 *-*-mingw*)
4524 # gcc leaves a trailing carriage return which upsets mingw
4525 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4527 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4528 esac
4529 case $ac_prog in
4530 # Accept absolute paths.
4531 [\\/]* | ?:[\\/]*)
4532 re_direlt='/[^/][^/]*/\.\./'
4533 # Canonicalize the pathname of ld
4534 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4535 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4536 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4537 done
4538 test -z "$LD" && LD="$ac_prog"
4541 # If it fails, then pretend we aren't using GCC.
4542 ac_prog=ld
4545 # If it is relative, then search for the first ld in PATH.
4546 with_gnu_ld=unknown
4548 esac
4549 elif test "$with_gnu_ld" = yes; then
4550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4551 $as_echo_n "checking for GNU ld... " >&6; }
4552 else
4553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4554 $as_echo_n "checking for non-GNU ld... " >&6; }
4556 if test "${lt_cv_path_LD+set}" = set; then :
4557 $as_echo_n "(cached) " >&6
4558 else
4559 if test -z "$LD"; then
4560 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4561 for ac_dir in $PATH; do
4562 IFS="$lt_save_ifs"
4563 test -z "$ac_dir" && ac_dir=.
4564 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4565 lt_cv_path_LD="$ac_dir/$ac_prog"
4566 # Check to see if the program is GNU ld. I'd rather use --version,
4567 # but apparently some variants of GNU ld only accept -v.
4568 # Break only if it was the GNU/non-GNU ld that we prefer.
4569 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4570 *GNU* | *'with BFD'*)
4571 test "$with_gnu_ld" != no && break
4574 test "$with_gnu_ld" != yes && break
4576 esac
4578 done
4579 IFS="$lt_save_ifs"
4580 else
4581 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4585 LD="$lt_cv_path_LD"
4586 if test -n "$LD"; then
4587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4588 $as_echo "$LD" >&6; }
4589 else
4590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4591 $as_echo "no" >&6; }
4593 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
4594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4595 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4596 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
4597 $as_echo_n "(cached) " >&6
4598 else
4599 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4600 case `$LD -v 2>&1 </dev/null` in
4601 *GNU* | *'with BFD'*)
4602 lt_cv_prog_gnu_ld=yes
4605 lt_cv_prog_gnu_ld=no
4607 esac
4609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4610 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4611 with_gnu_ld=$lt_cv_prog_gnu_ld
4621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4622 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4623 if test "${lt_cv_path_NM+set}" = set; then :
4624 $as_echo_n "(cached) " >&6
4625 else
4626 if test -n "$NM"; then
4627 # Let the user override the test.
4628 lt_cv_path_NM="$NM"
4629 else
4630 lt_nm_to_check="${ac_tool_prefix}nm"
4631 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4632 lt_nm_to_check="$lt_nm_to_check nm"
4634 for lt_tmp_nm in $lt_nm_to_check; do
4635 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4636 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4637 IFS="$lt_save_ifs"
4638 test -z "$ac_dir" && ac_dir=.
4639 tmp_nm="$ac_dir/$lt_tmp_nm"
4640 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4641 # Check to see if the nm accepts a BSD-compat flag.
4642 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4643 # nm: unknown option "B" ignored
4644 # Tru64's nm complains that /dev/null is an invalid object file
4645 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4646 */dev/null* | *'Invalid file or object type'*)
4647 lt_cv_path_NM="$tmp_nm -B"
4648 break
4651 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4652 */dev/null*)
4653 lt_cv_path_NM="$tmp_nm -p"
4654 break
4657 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4658 continue # so that we can try to find one that supports BSD flags
4660 esac
4662 esac
4664 done
4665 IFS="$lt_save_ifs"
4666 done
4667 : ${lt_cv_path_NM=no}
4670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4671 $as_echo "$lt_cv_path_NM" >&6; }
4672 if test "$lt_cv_path_NM" != "no"; then
4673 NM="$lt_cv_path_NM"
4674 else
4675 # Didn't find any BSD compatible name lister, look for dumpbin.
4676 if test -n "$DUMPBIN"; then :
4677 # Let the user override the test.
4678 else
4679 if test -n "$ac_tool_prefix"; then
4680 for ac_prog in dumpbin "link -dump"
4682 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4683 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4685 $as_echo_n "checking for $ac_word... " >&6; }
4686 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
4687 $as_echo_n "(cached) " >&6
4688 else
4689 if test -n "$DUMPBIN"; then
4690 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4691 else
4692 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4693 for as_dir in $PATH
4695 IFS=$as_save_IFS
4696 test -z "$as_dir" && as_dir=.
4697 for ac_exec_ext in '' $ac_executable_extensions; do
4698 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4699 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4700 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4701 break 2
4703 done
4704 done
4705 IFS=$as_save_IFS
4709 DUMPBIN=$ac_cv_prog_DUMPBIN
4710 if test -n "$DUMPBIN"; then
4711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4712 $as_echo "$DUMPBIN" >&6; }
4713 else
4714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4715 $as_echo "no" >&6; }
4719 test -n "$DUMPBIN" && break
4720 done
4722 if test -z "$DUMPBIN"; then
4723 ac_ct_DUMPBIN=$DUMPBIN
4724 for ac_prog in dumpbin "link -dump"
4726 # Extract the first word of "$ac_prog", so it can be a program name with args.
4727 set dummy $ac_prog; ac_word=$2
4728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4729 $as_echo_n "checking for $ac_word... " >&6; }
4730 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
4731 $as_echo_n "(cached) " >&6
4732 else
4733 if test -n "$ac_ct_DUMPBIN"; then
4734 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4735 else
4736 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4737 for as_dir in $PATH
4739 IFS=$as_save_IFS
4740 test -z "$as_dir" && as_dir=.
4741 for ac_exec_ext in '' $ac_executable_extensions; do
4742 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4743 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4744 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4745 break 2
4747 done
4748 done
4749 IFS=$as_save_IFS
4753 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4754 if test -n "$ac_ct_DUMPBIN"; then
4755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4756 $as_echo "$ac_ct_DUMPBIN" >&6; }
4757 else
4758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4759 $as_echo "no" >&6; }
4763 test -n "$ac_ct_DUMPBIN" && break
4764 done
4766 if test "x$ac_ct_DUMPBIN" = x; then
4767 DUMPBIN=":"
4768 else
4769 case $cross_compiling:$ac_tool_warned in
4770 yes:)
4771 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4772 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4773 ac_tool_warned=yes ;;
4774 esac
4775 DUMPBIN=$ac_ct_DUMPBIN
4779 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4780 *COFF*)
4781 DUMPBIN="$DUMPBIN -symbols"
4784 DUMPBIN=:
4786 esac
4789 if test "$DUMPBIN" != ":"; then
4790 NM="$DUMPBIN"
4793 test -z "$NM" && NM=nm
4800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4801 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4802 if test "${lt_cv_nm_interface+set}" = set; then :
4803 $as_echo_n "(cached) " >&6
4804 else
4805 lt_cv_nm_interface="BSD nm"
4806 echo "int some_variable = 0;" > conftest.$ac_ext
4807 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4808 (eval "$ac_compile" 2>conftest.err)
4809 cat conftest.err >&5
4810 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4811 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4812 cat conftest.err >&5
4813 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4814 cat conftest.out >&5
4815 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4816 lt_cv_nm_interface="MS dumpbin"
4818 rm -f conftest*
4820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4821 $as_echo "$lt_cv_nm_interface" >&6; }
4823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4824 $as_echo_n "checking whether ln -s works... " >&6; }
4825 LN_S=$as_ln_s
4826 if test "$LN_S" = "ln -s"; then
4827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4828 $as_echo "yes" >&6; }
4829 else
4830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4831 $as_echo "no, using $LN_S" >&6; }
4834 # find the maximum length of command line arguments
4835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4836 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
4837 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
4838 $as_echo_n "(cached) " >&6
4839 else
4841 teststring="ABCD"
4843 case $build_os in
4844 msdosdjgpp*)
4845 # On DJGPP, this test can blow up pretty badly due to problems in libc
4846 # (any single argument exceeding 2000 bytes causes a buffer overrun
4847 # during glob expansion). Even if it were fixed, the result of this
4848 # check would be larger than it should be.
4849 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4852 gnu*)
4853 # Under GNU Hurd, this test is not required because there is
4854 # no limit to the length of command line arguments.
4855 # Libtool will interpret -1 as no limit whatsoever
4856 lt_cv_sys_max_cmd_len=-1;
4859 cygwin* | mingw* | cegcc*)
4860 # On Win9x/ME, this test blows up -- it succeeds, but takes
4861 # about 5 minutes as the teststring grows exponentially.
4862 # Worse, since 9x/ME are not pre-emptively multitasking,
4863 # you end up with a "frozen" computer, even though with patience
4864 # the test eventually succeeds (with a max line length of 256k).
4865 # Instead, let's just punt: use the minimum linelength reported by
4866 # all of the supported platforms: 8192 (on NT/2K/XP).
4867 lt_cv_sys_max_cmd_len=8192;
4870 mint*)
4871 # On MiNT this can take a long time and run out of memory.
4872 lt_cv_sys_max_cmd_len=8192;
4875 amigaos*)
4876 # On AmigaOS with pdksh, this test takes hours, literally.
4877 # So we just punt and use a minimum line length of 8192.
4878 lt_cv_sys_max_cmd_len=8192;
4881 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4882 # This has been around since 386BSD, at least. Likely further.
4883 if test -x /sbin/sysctl; then
4884 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4885 elif test -x /usr/sbin/sysctl; then
4886 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4887 else
4888 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4890 # And add a safety zone
4891 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4892 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4895 interix*)
4896 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4897 lt_cv_sys_max_cmd_len=196608
4900 osf*)
4901 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4902 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4903 # nice to cause kernel panics so lets avoid the loop below.
4904 # First set a reasonable default.
4905 lt_cv_sys_max_cmd_len=16384
4907 if test -x /sbin/sysconfig; then
4908 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4909 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4910 esac
4913 sco3.2v5*)
4914 lt_cv_sys_max_cmd_len=102400
4916 sysv5* | sco5v6* | sysv4.2uw2*)
4917 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4918 if test -n "$kargmax"; then
4919 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4920 else
4921 lt_cv_sys_max_cmd_len=32768
4925 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4926 if test -n "$lt_cv_sys_max_cmd_len"; then
4927 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4928 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4929 else
4930 # Make teststring a little bigger before we do anything with it.
4931 # a 1K string should be a reasonable start.
4932 for i in 1 2 3 4 5 6 7 8 ; do
4933 teststring=$teststring$teststring
4934 done
4935 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4936 # If test is not a shell built-in, we'll probably end up computing a
4937 # maximum length that is only half of the actual maximum length, but
4938 # we can't tell.
4939 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4940 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4941 test $i != 17 # 1/2 MB should be enough
4943 i=`expr $i + 1`
4944 teststring=$teststring$teststring
4945 done
4946 # Only check the string length outside the loop.
4947 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4948 teststring=
4949 # Add a significant safety factor because C++ compilers can tack on
4950 # massive amounts of additional arguments before passing them to the
4951 # linker. It appears as though 1/2 is a usable value.
4952 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4955 esac
4959 if test -n $lt_cv_sys_max_cmd_len ; then
4960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4961 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4962 else
4963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4964 $as_echo "none" >&6; }
4966 max_cmd_len=$lt_cv_sys_max_cmd_len
4973 : ${CP="cp -f"}
4974 : ${MV="mv -f"}
4975 : ${RM="rm -f"}
4977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4978 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4979 # Try some XSI features
4980 xsi_shell=no
4981 ( _lt_dummy="a/b/c"
4982 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4983 = c,a/b,, \
4984 && eval 'test $(( 1 + 1 )) -eq 2 \
4985 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4986 && xsi_shell=yes
4987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4988 $as_echo "$xsi_shell" >&6; }
4991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4992 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4993 lt_shell_append=no
4994 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4995 >/dev/null 2>&1 \
4996 && lt_shell_append=yes
4997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4998 $as_echo "$lt_shell_append" >&6; }
5001 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5002 lt_unset=unset
5003 else
5004 lt_unset=false
5011 # test EBCDIC or ASCII
5012 case `echo X|tr X '\101'` in
5013 A) # ASCII based system
5014 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5015 lt_SP2NL='tr \040 \012'
5016 lt_NL2SP='tr \015\012 \040\040'
5018 *) # EBCDIC based system
5019 lt_SP2NL='tr \100 \n'
5020 lt_NL2SP='tr \r\n \100\100'
5022 esac
5032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5033 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5034 if test "${lt_cv_ld_reload_flag+set}" = set; then :
5035 $as_echo_n "(cached) " >&6
5036 else
5037 lt_cv_ld_reload_flag='-r'
5039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5040 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5041 reload_flag=$lt_cv_ld_reload_flag
5042 case $reload_flag in
5043 "" | " "*) ;;
5044 *) reload_flag=" $reload_flag" ;;
5045 esac
5046 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5047 case $host_os in
5048 darwin*)
5049 if test "$GCC" = yes; then
5050 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5051 else
5052 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5055 esac
5065 if test -n "$ac_tool_prefix"; then
5066 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5067 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5069 $as_echo_n "checking for $ac_word... " >&6; }
5070 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5071 $as_echo_n "(cached) " >&6
5072 else
5073 if test -n "$OBJDUMP"; then
5074 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5075 else
5076 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5077 for as_dir in $PATH
5079 IFS=$as_save_IFS
5080 test -z "$as_dir" && as_dir=.
5081 for ac_exec_ext in '' $ac_executable_extensions; do
5082 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5083 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5084 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5085 break 2
5087 done
5088 done
5089 IFS=$as_save_IFS
5093 OBJDUMP=$ac_cv_prog_OBJDUMP
5094 if test -n "$OBJDUMP"; then
5095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5096 $as_echo "$OBJDUMP" >&6; }
5097 else
5098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5099 $as_echo "no" >&6; }
5104 if test -z "$ac_cv_prog_OBJDUMP"; then
5105 ac_ct_OBJDUMP=$OBJDUMP
5106 # Extract the first word of "objdump", so it can be a program name with args.
5107 set dummy objdump; ac_word=$2
5108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5109 $as_echo_n "checking for $ac_word... " >&6; }
5110 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5111 $as_echo_n "(cached) " >&6
5112 else
5113 if test -n "$ac_ct_OBJDUMP"; then
5114 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5115 else
5116 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5117 for as_dir in $PATH
5119 IFS=$as_save_IFS
5120 test -z "$as_dir" && as_dir=.
5121 for ac_exec_ext in '' $ac_executable_extensions; do
5122 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5123 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5124 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5125 break 2
5127 done
5128 done
5129 IFS=$as_save_IFS
5133 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5134 if test -n "$ac_ct_OBJDUMP"; then
5135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5136 $as_echo "$ac_ct_OBJDUMP" >&6; }
5137 else
5138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5139 $as_echo "no" >&6; }
5142 if test "x$ac_ct_OBJDUMP" = x; then
5143 OBJDUMP="false"
5144 else
5145 case $cross_compiling:$ac_tool_warned in
5146 yes:)
5147 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5148 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5149 ac_tool_warned=yes ;;
5150 esac
5151 OBJDUMP=$ac_ct_OBJDUMP
5153 else
5154 OBJDUMP="$ac_cv_prog_OBJDUMP"
5157 test -z "$OBJDUMP" && OBJDUMP=objdump
5167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5168 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5169 if test "${lt_cv_deplibs_check_method+set}" = set; then :
5170 $as_echo_n "(cached) " >&6
5171 else
5172 lt_cv_file_magic_cmd='$MAGIC_CMD'
5173 lt_cv_file_magic_test_file=
5174 lt_cv_deplibs_check_method='unknown'
5175 # Need to set the preceding variable on all platforms that support
5176 # interlibrary dependencies.
5177 # 'none' -- dependencies not supported.
5178 # `unknown' -- same as none, but documents that we really don't know.
5179 # 'pass_all' -- all dependencies passed with no checks.
5180 # 'test_compile' -- check by making test program.
5181 # 'file_magic [[regex]]' -- check by looking for files in library path
5182 # which responds to the $file_magic_cmd with a given extended regex.
5183 # If you have `file' or equivalent on your system and you're not sure
5184 # whether `pass_all' will *always* work, you probably want this one.
5186 case $host_os in
5187 aix[4-9]*)
5188 lt_cv_deplibs_check_method=pass_all
5191 beos*)
5192 lt_cv_deplibs_check_method=pass_all
5195 bsdi[45]*)
5196 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5197 lt_cv_file_magic_cmd='/usr/bin/file -L'
5198 lt_cv_file_magic_test_file=/shlib/libc.so
5201 cygwin*)
5202 # func_win32_libid is a shell function defined in ltmain.sh
5203 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5204 lt_cv_file_magic_cmd='func_win32_libid'
5207 mingw* | pw32*)
5208 # Base MSYS/MinGW do not provide the 'file' command needed by
5209 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5210 # unless we find 'file', for example because we are cross-compiling.
5211 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5212 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5213 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5214 lt_cv_file_magic_cmd='func_win32_libid'
5215 else
5216 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5217 lt_cv_file_magic_cmd='$OBJDUMP -f'
5221 cegcc*)
5222 # use the weaker test based on 'objdump'. See mingw*.
5223 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5224 lt_cv_file_magic_cmd='$OBJDUMP -f'
5227 darwin* | rhapsody*)
5228 lt_cv_deplibs_check_method=pass_all
5231 freebsd* | dragonfly*)
5232 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5233 case $host_cpu in
5234 i*86 )
5235 # Not sure whether the presence of OpenBSD here was a mistake.
5236 # Let's accept both of them until this is cleared up.
5237 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5238 lt_cv_file_magic_cmd=/usr/bin/file
5239 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5241 esac
5242 else
5243 lt_cv_deplibs_check_method=pass_all
5247 gnu*)
5248 lt_cv_deplibs_check_method=pass_all
5251 haiku*)
5252 lt_cv_deplibs_check_method=pass_all
5255 hpux10.20* | hpux11*)
5256 lt_cv_file_magic_cmd=/usr/bin/file
5257 case $host_cpu in
5258 ia64*)
5259 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5260 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5262 hppa*64*)
5263 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]'
5264 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5267 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5268 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5270 esac
5273 interix[3-9]*)
5274 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5275 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5278 irix5* | irix6* | nonstopux*)
5279 case $LD in
5280 *-32|*"-32 ") libmagic=32-bit;;
5281 *-n32|*"-n32 ") libmagic=N32;;
5282 *-64|*"-64 ") libmagic=64-bit;;
5283 *) libmagic=never-match;;
5284 esac
5285 lt_cv_deplibs_check_method=pass_all
5288 # This must be Linux ELF.
5289 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5290 lt_cv_deplibs_check_method=pass_all
5293 netbsd*)
5294 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5295 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5296 else
5297 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5301 newos6*)
5302 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5303 lt_cv_file_magic_cmd=/usr/bin/file
5304 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5307 *nto* | *qnx*)
5308 lt_cv_deplibs_check_method=pass_all
5311 openbsd*)
5312 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5313 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5314 else
5315 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5319 osf3* | osf4* | osf5*)
5320 lt_cv_deplibs_check_method=pass_all
5323 rdos*)
5324 lt_cv_deplibs_check_method=pass_all
5327 solaris*)
5328 lt_cv_deplibs_check_method=pass_all
5331 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5332 lt_cv_deplibs_check_method=pass_all
5335 sysv4 | sysv4.3*)
5336 case $host_vendor in
5337 motorola)
5338 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]'
5339 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5341 ncr)
5342 lt_cv_deplibs_check_method=pass_all
5344 sequent)
5345 lt_cv_file_magic_cmd='/bin/file'
5346 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5348 sni)
5349 lt_cv_file_magic_cmd='/bin/file'
5350 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5351 lt_cv_file_magic_test_file=/lib/libc.so
5353 siemens)
5354 lt_cv_deplibs_check_method=pass_all
5357 lt_cv_deplibs_check_method=pass_all
5359 esac
5362 tpf*)
5363 lt_cv_deplibs_check_method=pass_all
5365 esac
5368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5369 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5370 file_magic_cmd=$lt_cv_file_magic_cmd
5371 deplibs_check_method=$lt_cv_deplibs_check_method
5372 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5385 if test -n "$ac_tool_prefix"; then
5386 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5387 set dummy ${ac_tool_prefix}ar; ac_word=$2
5388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5389 $as_echo_n "checking for $ac_word... " >&6; }
5390 if test "${ac_cv_prog_AR+set}" = set; then :
5391 $as_echo_n "(cached) " >&6
5392 else
5393 if test -n "$AR"; then
5394 ac_cv_prog_AR="$AR" # Let the user override the test.
5395 else
5396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5397 for as_dir in $PATH
5399 IFS=$as_save_IFS
5400 test -z "$as_dir" && as_dir=.
5401 for ac_exec_ext in '' $ac_executable_extensions; do
5402 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5403 ac_cv_prog_AR="${ac_tool_prefix}ar"
5404 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5405 break 2
5407 done
5408 done
5409 IFS=$as_save_IFS
5413 AR=$ac_cv_prog_AR
5414 if test -n "$AR"; then
5415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5416 $as_echo "$AR" >&6; }
5417 else
5418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5419 $as_echo "no" >&6; }
5424 if test -z "$ac_cv_prog_AR"; then
5425 ac_ct_AR=$AR
5426 # Extract the first word of "ar", so it can be a program name with args.
5427 set dummy ar; ac_word=$2
5428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5429 $as_echo_n "checking for $ac_word... " >&6; }
5430 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
5431 $as_echo_n "(cached) " >&6
5432 else
5433 if test -n "$ac_ct_AR"; then
5434 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5435 else
5436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5437 for as_dir in $PATH
5439 IFS=$as_save_IFS
5440 test -z "$as_dir" && as_dir=.
5441 for ac_exec_ext in '' $ac_executable_extensions; do
5442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5443 ac_cv_prog_ac_ct_AR="ar"
5444 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5445 break 2
5447 done
5448 done
5449 IFS=$as_save_IFS
5453 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5454 if test -n "$ac_ct_AR"; then
5455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5456 $as_echo "$ac_ct_AR" >&6; }
5457 else
5458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5459 $as_echo "no" >&6; }
5462 if test "x$ac_ct_AR" = x; then
5463 AR="false"
5464 else
5465 case $cross_compiling:$ac_tool_warned in
5466 yes:)
5467 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5468 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5469 ac_tool_warned=yes ;;
5470 esac
5471 AR=$ac_ct_AR
5473 else
5474 AR="$ac_cv_prog_AR"
5477 test -z "$AR" && AR=ar
5478 test -z "$AR_FLAGS" && AR_FLAGS=cru
5490 if test -n "$ac_tool_prefix"; then
5491 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5492 set dummy ${ac_tool_prefix}strip; ac_word=$2
5493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5494 $as_echo_n "checking for $ac_word... " >&6; }
5495 if test "${ac_cv_prog_STRIP+set}" = set; then :
5496 $as_echo_n "(cached) " >&6
5497 else
5498 if test -n "$STRIP"; then
5499 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5500 else
5501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5502 for as_dir in $PATH
5504 IFS=$as_save_IFS
5505 test -z "$as_dir" && as_dir=.
5506 for ac_exec_ext in '' $ac_executable_extensions; do
5507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5508 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5509 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5510 break 2
5512 done
5513 done
5514 IFS=$as_save_IFS
5518 STRIP=$ac_cv_prog_STRIP
5519 if test -n "$STRIP"; then
5520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5521 $as_echo "$STRIP" >&6; }
5522 else
5523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5524 $as_echo "no" >&6; }
5529 if test -z "$ac_cv_prog_STRIP"; then
5530 ac_ct_STRIP=$STRIP
5531 # Extract the first word of "strip", so it can be a program name with args.
5532 set dummy strip; ac_word=$2
5533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5534 $as_echo_n "checking for $ac_word... " >&6; }
5535 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
5536 $as_echo_n "(cached) " >&6
5537 else
5538 if test -n "$ac_ct_STRIP"; then
5539 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5540 else
5541 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5542 for as_dir in $PATH
5544 IFS=$as_save_IFS
5545 test -z "$as_dir" && as_dir=.
5546 for ac_exec_ext in '' $ac_executable_extensions; do
5547 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5548 ac_cv_prog_ac_ct_STRIP="strip"
5549 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5550 break 2
5552 done
5553 done
5554 IFS=$as_save_IFS
5558 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5559 if test -n "$ac_ct_STRIP"; then
5560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5561 $as_echo "$ac_ct_STRIP" >&6; }
5562 else
5563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5564 $as_echo "no" >&6; }
5567 if test "x$ac_ct_STRIP" = x; then
5568 STRIP=":"
5569 else
5570 case $cross_compiling:$ac_tool_warned in
5571 yes:)
5572 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5573 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5574 ac_tool_warned=yes ;;
5575 esac
5576 STRIP=$ac_ct_STRIP
5578 else
5579 STRIP="$ac_cv_prog_STRIP"
5582 test -z "$STRIP" && STRIP=:
5589 if test -n "$ac_tool_prefix"; then
5590 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5591 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5593 $as_echo_n "checking for $ac_word... " >&6; }
5594 if test "${ac_cv_prog_RANLIB+set}" = set; then :
5595 $as_echo_n "(cached) " >&6
5596 else
5597 if test -n "$RANLIB"; then
5598 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5599 else
5600 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5601 for as_dir in $PATH
5603 IFS=$as_save_IFS
5604 test -z "$as_dir" && as_dir=.
5605 for ac_exec_ext in '' $ac_executable_extensions; do
5606 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5607 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5608 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5609 break 2
5611 done
5612 done
5613 IFS=$as_save_IFS
5617 RANLIB=$ac_cv_prog_RANLIB
5618 if test -n "$RANLIB"; then
5619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5620 $as_echo "$RANLIB" >&6; }
5621 else
5622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5623 $as_echo "no" >&6; }
5628 if test -z "$ac_cv_prog_RANLIB"; then
5629 ac_ct_RANLIB=$RANLIB
5630 # Extract the first word of "ranlib", so it can be a program name with args.
5631 set dummy ranlib; ac_word=$2
5632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5633 $as_echo_n "checking for $ac_word... " >&6; }
5634 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5635 $as_echo_n "(cached) " >&6
5636 else
5637 if test -n "$ac_ct_RANLIB"; then
5638 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5639 else
5640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5641 for as_dir in $PATH
5643 IFS=$as_save_IFS
5644 test -z "$as_dir" && as_dir=.
5645 for ac_exec_ext in '' $ac_executable_extensions; do
5646 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5647 ac_cv_prog_ac_ct_RANLIB="ranlib"
5648 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5649 break 2
5651 done
5652 done
5653 IFS=$as_save_IFS
5657 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5658 if test -n "$ac_ct_RANLIB"; then
5659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5660 $as_echo "$ac_ct_RANLIB" >&6; }
5661 else
5662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5663 $as_echo "no" >&6; }
5666 if test "x$ac_ct_RANLIB" = x; then
5667 RANLIB=":"
5668 else
5669 case $cross_compiling:$ac_tool_warned in
5670 yes:)
5671 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5672 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5673 ac_tool_warned=yes ;;
5674 esac
5675 RANLIB=$ac_ct_RANLIB
5677 else
5678 RANLIB="$ac_cv_prog_RANLIB"
5681 test -z "$RANLIB" && RANLIB=:
5688 # Determine commands to create old-style static archives.
5689 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5690 old_postinstall_cmds='chmod 644 $oldlib'
5691 old_postuninstall_cmds=
5693 if test -n "$RANLIB"; then
5694 case $host_os in
5695 openbsd*)
5696 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5699 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5701 esac
5702 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5705 case $host_os in
5706 darwin*)
5707 lock_old_archive_extraction=yes ;;
5709 lock_old_archive_extraction=no ;;
5710 esac
5750 # If no C compiler was specified, use CC.
5751 LTCC=${LTCC-"$CC"}
5753 # If no C compiler flags were specified, use CFLAGS.
5754 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5756 # Allow CC to be a program name with arguments.
5757 compiler=$CC
5760 # Check for command to grab the raw symbol name followed by C symbol from nm.
5761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5762 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5763 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
5764 $as_echo_n "(cached) " >&6
5765 else
5767 # These are sane defaults that work on at least a few old systems.
5768 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
5770 # Character class describing NM global symbol codes.
5771 symcode='[BCDEGRST]'
5773 # Regexp to match symbols that can be accessed directly from C.
5774 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5776 # Define system-specific variables.
5777 case $host_os in
5778 aix*)
5779 symcode='[BCDT]'
5781 cygwin* | mingw* | pw32* | cegcc*)
5782 symcode='[ABCDGISTW]'
5784 hpux*)
5785 if test "$host_cpu" = ia64; then
5786 symcode='[ABCDEGRST]'
5789 irix* | nonstopux*)
5790 symcode='[BCDEGRST]'
5792 osf*)
5793 symcode='[BCDEGQRST]'
5795 solaris*)
5796 symcode='[BDRT]'
5798 sco3.2v5*)
5799 symcode='[DT]'
5801 sysv4.2uw2*)
5802 symcode='[DT]'
5804 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5805 symcode='[ABDT]'
5807 sysv4)
5808 symcode='[DFNSTU]'
5810 esac
5812 # If we're using GNU nm, then use its standard symbol codes.
5813 case `$NM -V 2>&1` in
5814 *GNU* | *'with BFD'*)
5815 symcode='[ABCDGIRSTW]' ;;
5816 esac
5818 # Transform an extracted symbol line into a proper C declaration.
5819 # Some systems (esp. on ia64) link data and code symbols differently,
5820 # so use this general approach.
5821 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5823 # Transform an extracted symbol line into symbol name and symbol address
5824 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5825 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'"
5827 # Handle CRLF in mingw tool chain
5828 opt_cr=
5829 case $build_os in
5830 mingw*)
5831 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5833 esac
5835 # Try without a prefix underscore, then with it.
5836 for ac_symprfx in "" "_"; do
5838 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5839 symxfrm="\\1 $ac_symprfx\\2 \\2"
5841 # Write the raw and C identifiers.
5842 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5843 # Fake it for dumpbin and say T for any non-static function
5844 # and D for any global variable.
5845 # Also find C++ and __fastcall symbols from MSVC++,
5846 # which start with @ or ?.
5847 lt_cv_sys_global_symbol_pipe="$AWK '"\
5848 " {last_section=section; section=\$ 3};"\
5849 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5850 " \$ 0!~/External *\|/{next};"\
5851 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5852 " {if(hide[section]) next};"\
5853 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5854 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5855 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
5856 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5857 " ' prfx=^$ac_symprfx"
5858 else
5859 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5862 # Check to see that the pipe works correctly.
5863 pipe_works=no
5865 rm -f conftest*
5866 cat > conftest.$ac_ext <<_LT_EOF
5867 #ifdef __cplusplus
5868 extern "C" {
5869 #endif
5870 char nm_test_var;
5871 void nm_test_func(void);
5872 void nm_test_func(void){}
5873 #ifdef __cplusplus
5875 #endif
5876 int main(){nm_test_var='a';nm_test_func();return(0);}
5877 _LT_EOF
5879 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5880 (eval $ac_compile) 2>&5
5881 ac_status=$?
5882 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5883 test $ac_status = 0; }; then
5884 # Now try to grab the symbols.
5885 nlist=conftest.nm
5886 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5887 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5888 ac_status=$?
5889 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5890 test $ac_status = 0; } && test -s "$nlist"; then
5891 # Try sorting and uniquifying the output.
5892 if sort "$nlist" | uniq > "$nlist"T; then
5893 mv -f "$nlist"T "$nlist"
5894 else
5895 rm -f "$nlist"T
5898 # Make sure that we snagged all the symbols we need.
5899 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5900 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5901 cat <<_LT_EOF > conftest.$ac_ext
5902 #ifdef __cplusplus
5903 extern "C" {
5904 #endif
5906 _LT_EOF
5907 # Now generate the symbol file.
5908 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5910 cat <<_LT_EOF >> conftest.$ac_ext
5912 /* The mapping between symbol names and symbols. */
5913 const struct {
5914 const char *name;
5915 void *address;
5917 lt__PROGRAM__LTX_preloaded_symbols[] =
5919 { "@PROGRAM@", (void *) 0 },
5920 _LT_EOF
5921 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5922 cat <<\_LT_EOF >> conftest.$ac_ext
5923 {0, (void *) 0}
5926 /* This works around a problem in FreeBSD linker */
5927 #ifdef FREEBSD_WORKAROUND
5928 static const void *lt_preloaded_setup() {
5929 return lt__PROGRAM__LTX_preloaded_symbols;
5931 #endif
5933 #ifdef __cplusplus
5935 #endif
5936 _LT_EOF
5937 # Now try linking the two files.
5938 mv conftest.$ac_objext conftstm.$ac_objext
5939 lt_save_LIBS="$LIBS"
5940 lt_save_CFLAGS="$CFLAGS"
5941 LIBS="conftstm.$ac_objext"
5942 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5943 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5944 (eval $ac_link) 2>&5
5945 ac_status=$?
5946 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5947 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5948 pipe_works=yes
5950 LIBS="$lt_save_LIBS"
5951 CFLAGS="$lt_save_CFLAGS"
5952 else
5953 echo "cannot find nm_test_func in $nlist" >&5
5955 else
5956 echo "cannot find nm_test_var in $nlist" >&5
5958 else
5959 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5961 else
5962 echo "$progname: failed program was:" >&5
5963 cat conftest.$ac_ext >&5
5965 rm -rf conftest* conftst*
5967 # Do not use the global_symbol_pipe unless it works.
5968 if test "$pipe_works" = yes; then
5969 break
5970 else
5971 lt_cv_sys_global_symbol_pipe=
5973 done
5977 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5978 lt_cv_sys_global_symbol_to_cdecl=
5980 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5982 $as_echo "failed" >&6; }
5983 else
5984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5985 $as_echo "ok" >&6; }
6009 # Check whether --enable-libtool-lock was given.
6010 if test "${enable_libtool_lock+set}" = set; then :
6011 enableval=$enable_libtool_lock;
6014 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6016 # Some flags need to be propagated to the compiler or linker for good
6017 # libtool support.
6018 case $host in
6019 ia64-*-hpux*)
6020 # Find out which ABI we are using.
6021 echo 'int i;' > conftest.$ac_ext
6022 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6023 (eval $ac_compile) 2>&5
6024 ac_status=$?
6025 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6026 test $ac_status = 0; }; then
6027 case `/usr/bin/file conftest.$ac_objext` in
6028 *ELF-32*)
6029 HPUX_IA64_MODE="32"
6031 *ELF-64*)
6032 HPUX_IA64_MODE="64"
6034 esac
6036 rm -rf conftest*
6038 *-*-irix6*)
6039 # Find out which ABI we are using.
6040 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6041 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6042 (eval $ac_compile) 2>&5
6043 ac_status=$?
6044 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6045 test $ac_status = 0; }; then
6046 if test "$lt_cv_prog_gnu_ld" = yes; then
6047 case `/usr/bin/file conftest.$ac_objext` in
6048 *32-bit*)
6049 LD="${LD-ld} -melf32bsmip"
6051 *N32*)
6052 LD="${LD-ld} -melf32bmipn32"
6054 *64-bit*)
6055 LD="${LD-ld} -melf64bmip"
6057 esac
6058 else
6059 case `/usr/bin/file conftest.$ac_objext` in
6060 *32-bit*)
6061 LD="${LD-ld} -32"
6063 *N32*)
6064 LD="${LD-ld} -n32"
6066 *64-bit*)
6067 LD="${LD-ld} -64"
6069 esac
6072 rm -rf conftest*
6075 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6076 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6077 # Find out which ABI we are using.
6078 echo 'int i;' > conftest.$ac_ext
6079 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6080 (eval $ac_compile) 2>&5
6081 ac_status=$?
6082 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6083 test $ac_status = 0; }; then
6084 case `/usr/bin/file conftest.o` in
6085 *32-bit*)
6086 case $host in
6087 x86_64-*kfreebsd*-gnu)
6088 LD="${LD-ld} -m elf_i386_fbsd"
6090 x86_64-*linux*)
6091 case `/usr/bin/file conftest.o` in
6092 *x86-64*)
6093 LD="${LD-ld} -m elf32_x86_64"
6096 LD="${LD-ld} -m elf_i386"
6098 esac
6100 powerpc64le-*linux*)
6101 LD="${LD-ld} -m elf32lppclinux"
6103 powerpc64-*linux*)
6104 LD="${LD-ld} -m elf32ppclinux"
6106 s390x-*linux*)
6107 LD="${LD-ld} -m elf_s390"
6109 sparc64-*linux*)
6110 LD="${LD-ld} -m elf32_sparc"
6112 esac
6114 *64-bit*)
6115 case $host in
6116 x86_64-*kfreebsd*-gnu)
6117 LD="${LD-ld} -m elf_x86_64_fbsd"
6119 x86_64-*linux*)
6120 LD="${LD-ld} -m elf_x86_64"
6122 powerpcle-*linux*)
6123 LD="${LD-ld} -m elf64lppc"
6125 powerpc-*linux*)
6126 LD="${LD-ld} -m elf64ppc"
6128 s390*-*linux*|s390*-*tpf*)
6129 LD="${LD-ld} -m elf64_s390"
6131 sparc*-*linux*)
6132 LD="${LD-ld} -m elf64_sparc"
6134 esac
6136 esac
6138 rm -rf conftest*
6141 *-*-sco3.2v5*)
6142 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6143 SAVE_CFLAGS="$CFLAGS"
6144 CFLAGS="$CFLAGS -belf"
6145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6146 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6147 if test "${lt_cv_cc_needs_belf+set}" = set; then :
6148 $as_echo_n "(cached) " >&6
6149 else
6150 ac_ext=c
6151 ac_cpp='$CPP $CPPFLAGS'
6152 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6153 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6154 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6157 /* end confdefs.h. */
6160 main ()
6164 return 0;
6166 _ACEOF
6167 if ac_fn_c_try_link "$LINENO"; then :
6168 lt_cv_cc_needs_belf=yes
6169 else
6170 lt_cv_cc_needs_belf=no
6172 rm -f core conftest.err conftest.$ac_objext \
6173 conftest$ac_exeext conftest.$ac_ext
6174 ac_ext=c
6175 ac_cpp='$CPP $CPPFLAGS'
6176 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6177 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6178 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6182 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6183 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6184 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6185 CFLAGS="$SAVE_CFLAGS"
6188 sparc*-*solaris*)
6189 # Find out which ABI we are using.
6190 echo 'int i;' > conftest.$ac_ext
6191 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6192 (eval $ac_compile) 2>&5
6193 ac_status=$?
6194 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6195 test $ac_status = 0; }; then
6196 case `/usr/bin/file conftest.o` in
6197 *64-bit*)
6198 case $lt_cv_prog_gnu_ld in
6199 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6201 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6202 LD="${LD-ld} -64"
6205 esac
6207 esac
6209 rm -rf conftest*
6211 esac
6213 need_locks="$enable_libtool_lock"
6216 case $host_os in
6217 rhapsody* | darwin*)
6218 if test -n "$ac_tool_prefix"; then
6219 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6220 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6222 $as_echo_n "checking for $ac_word... " >&6; }
6223 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
6224 $as_echo_n "(cached) " >&6
6225 else
6226 if test -n "$DSYMUTIL"; then
6227 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6228 else
6229 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6230 for as_dir in $PATH
6232 IFS=$as_save_IFS
6233 test -z "$as_dir" && as_dir=.
6234 for ac_exec_ext in '' $ac_executable_extensions; do
6235 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6236 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6237 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6238 break 2
6240 done
6241 done
6242 IFS=$as_save_IFS
6246 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6247 if test -n "$DSYMUTIL"; then
6248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6249 $as_echo "$DSYMUTIL" >&6; }
6250 else
6251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6252 $as_echo "no" >&6; }
6257 if test -z "$ac_cv_prog_DSYMUTIL"; then
6258 ac_ct_DSYMUTIL=$DSYMUTIL
6259 # Extract the first word of "dsymutil", so it can be a program name with args.
6260 set dummy dsymutil; ac_word=$2
6261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6262 $as_echo_n "checking for $ac_word... " >&6; }
6263 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
6264 $as_echo_n "(cached) " >&6
6265 else
6266 if test -n "$ac_ct_DSYMUTIL"; then
6267 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6268 else
6269 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6270 for as_dir in $PATH
6272 IFS=$as_save_IFS
6273 test -z "$as_dir" && as_dir=.
6274 for ac_exec_ext in '' $ac_executable_extensions; do
6275 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6276 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6277 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6278 break 2
6280 done
6281 done
6282 IFS=$as_save_IFS
6286 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6287 if test -n "$ac_ct_DSYMUTIL"; then
6288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6289 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6290 else
6291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6292 $as_echo "no" >&6; }
6295 if test "x$ac_ct_DSYMUTIL" = x; then
6296 DSYMUTIL=":"
6297 else
6298 case $cross_compiling:$ac_tool_warned in
6299 yes:)
6300 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6301 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6302 ac_tool_warned=yes ;;
6303 esac
6304 DSYMUTIL=$ac_ct_DSYMUTIL
6306 else
6307 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6310 if test -n "$ac_tool_prefix"; then
6311 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6312 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6314 $as_echo_n "checking for $ac_word... " >&6; }
6315 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
6316 $as_echo_n "(cached) " >&6
6317 else
6318 if test -n "$NMEDIT"; then
6319 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6320 else
6321 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6322 for as_dir in $PATH
6324 IFS=$as_save_IFS
6325 test -z "$as_dir" && as_dir=.
6326 for ac_exec_ext in '' $ac_executable_extensions; do
6327 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6328 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6329 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6330 break 2
6332 done
6333 done
6334 IFS=$as_save_IFS
6338 NMEDIT=$ac_cv_prog_NMEDIT
6339 if test -n "$NMEDIT"; then
6340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6341 $as_echo "$NMEDIT" >&6; }
6342 else
6343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6344 $as_echo "no" >&6; }
6349 if test -z "$ac_cv_prog_NMEDIT"; then
6350 ac_ct_NMEDIT=$NMEDIT
6351 # Extract the first word of "nmedit", so it can be a program name with args.
6352 set dummy nmedit; ac_word=$2
6353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6354 $as_echo_n "checking for $ac_word... " >&6; }
6355 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
6356 $as_echo_n "(cached) " >&6
6357 else
6358 if test -n "$ac_ct_NMEDIT"; then
6359 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6360 else
6361 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6362 for as_dir in $PATH
6364 IFS=$as_save_IFS
6365 test -z "$as_dir" && as_dir=.
6366 for ac_exec_ext in '' $ac_executable_extensions; do
6367 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6368 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6369 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6370 break 2
6372 done
6373 done
6374 IFS=$as_save_IFS
6378 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6379 if test -n "$ac_ct_NMEDIT"; then
6380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6381 $as_echo "$ac_ct_NMEDIT" >&6; }
6382 else
6383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6384 $as_echo "no" >&6; }
6387 if test "x$ac_ct_NMEDIT" = x; then
6388 NMEDIT=":"
6389 else
6390 case $cross_compiling:$ac_tool_warned in
6391 yes:)
6392 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6393 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6394 ac_tool_warned=yes ;;
6395 esac
6396 NMEDIT=$ac_ct_NMEDIT
6398 else
6399 NMEDIT="$ac_cv_prog_NMEDIT"
6402 if test -n "$ac_tool_prefix"; then
6403 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6404 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6406 $as_echo_n "checking for $ac_word... " >&6; }
6407 if test "${ac_cv_prog_LIPO+set}" = set; then :
6408 $as_echo_n "(cached) " >&6
6409 else
6410 if test -n "$LIPO"; then
6411 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6412 else
6413 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6414 for as_dir in $PATH
6416 IFS=$as_save_IFS
6417 test -z "$as_dir" && as_dir=.
6418 for ac_exec_ext in '' $ac_executable_extensions; do
6419 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6420 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6421 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6422 break 2
6424 done
6425 done
6426 IFS=$as_save_IFS
6430 LIPO=$ac_cv_prog_LIPO
6431 if test -n "$LIPO"; then
6432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6433 $as_echo "$LIPO" >&6; }
6434 else
6435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6436 $as_echo "no" >&6; }
6441 if test -z "$ac_cv_prog_LIPO"; then
6442 ac_ct_LIPO=$LIPO
6443 # Extract the first word of "lipo", so it can be a program name with args.
6444 set dummy lipo; ac_word=$2
6445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6446 $as_echo_n "checking for $ac_word... " >&6; }
6447 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
6448 $as_echo_n "(cached) " >&6
6449 else
6450 if test -n "$ac_ct_LIPO"; then
6451 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6452 else
6453 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6454 for as_dir in $PATH
6456 IFS=$as_save_IFS
6457 test -z "$as_dir" && as_dir=.
6458 for ac_exec_ext in '' $ac_executable_extensions; do
6459 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6460 ac_cv_prog_ac_ct_LIPO="lipo"
6461 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6462 break 2
6464 done
6465 done
6466 IFS=$as_save_IFS
6470 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6471 if test -n "$ac_ct_LIPO"; then
6472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6473 $as_echo "$ac_ct_LIPO" >&6; }
6474 else
6475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6476 $as_echo "no" >&6; }
6479 if test "x$ac_ct_LIPO" = x; then
6480 LIPO=":"
6481 else
6482 case $cross_compiling:$ac_tool_warned in
6483 yes:)
6484 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6485 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6486 ac_tool_warned=yes ;;
6487 esac
6488 LIPO=$ac_ct_LIPO
6490 else
6491 LIPO="$ac_cv_prog_LIPO"
6494 if test -n "$ac_tool_prefix"; then
6495 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6496 set dummy ${ac_tool_prefix}otool; ac_word=$2
6497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6498 $as_echo_n "checking for $ac_word... " >&6; }
6499 if test "${ac_cv_prog_OTOOL+set}" = set; then :
6500 $as_echo_n "(cached) " >&6
6501 else
6502 if test -n "$OTOOL"; then
6503 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6504 else
6505 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6506 for as_dir in $PATH
6508 IFS=$as_save_IFS
6509 test -z "$as_dir" && as_dir=.
6510 for ac_exec_ext in '' $ac_executable_extensions; do
6511 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6512 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6513 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6514 break 2
6516 done
6517 done
6518 IFS=$as_save_IFS
6522 OTOOL=$ac_cv_prog_OTOOL
6523 if test -n "$OTOOL"; then
6524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6525 $as_echo "$OTOOL" >&6; }
6526 else
6527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6528 $as_echo "no" >&6; }
6533 if test -z "$ac_cv_prog_OTOOL"; then
6534 ac_ct_OTOOL=$OTOOL
6535 # Extract the first word of "otool", so it can be a program name with args.
6536 set dummy otool; ac_word=$2
6537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6538 $as_echo_n "checking for $ac_word... " >&6; }
6539 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
6540 $as_echo_n "(cached) " >&6
6541 else
6542 if test -n "$ac_ct_OTOOL"; then
6543 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6544 else
6545 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6546 for as_dir in $PATH
6548 IFS=$as_save_IFS
6549 test -z "$as_dir" && as_dir=.
6550 for ac_exec_ext in '' $ac_executable_extensions; do
6551 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6552 ac_cv_prog_ac_ct_OTOOL="otool"
6553 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6554 break 2
6556 done
6557 done
6558 IFS=$as_save_IFS
6562 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6563 if test -n "$ac_ct_OTOOL"; then
6564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6565 $as_echo "$ac_ct_OTOOL" >&6; }
6566 else
6567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6568 $as_echo "no" >&6; }
6571 if test "x$ac_ct_OTOOL" = x; then
6572 OTOOL=":"
6573 else
6574 case $cross_compiling:$ac_tool_warned in
6575 yes:)
6576 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6577 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6578 ac_tool_warned=yes ;;
6579 esac
6580 OTOOL=$ac_ct_OTOOL
6582 else
6583 OTOOL="$ac_cv_prog_OTOOL"
6586 if test -n "$ac_tool_prefix"; then
6587 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6588 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6590 $as_echo_n "checking for $ac_word... " >&6; }
6591 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
6592 $as_echo_n "(cached) " >&6
6593 else
6594 if test -n "$OTOOL64"; then
6595 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6596 else
6597 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6598 for as_dir in $PATH
6600 IFS=$as_save_IFS
6601 test -z "$as_dir" && as_dir=.
6602 for ac_exec_ext in '' $ac_executable_extensions; do
6603 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6604 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6605 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6606 break 2
6608 done
6609 done
6610 IFS=$as_save_IFS
6614 OTOOL64=$ac_cv_prog_OTOOL64
6615 if test -n "$OTOOL64"; then
6616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6617 $as_echo "$OTOOL64" >&6; }
6618 else
6619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6620 $as_echo "no" >&6; }
6625 if test -z "$ac_cv_prog_OTOOL64"; then
6626 ac_ct_OTOOL64=$OTOOL64
6627 # Extract the first word of "otool64", so it can be a program name with args.
6628 set dummy otool64; ac_word=$2
6629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6630 $as_echo_n "checking for $ac_word... " >&6; }
6631 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
6632 $as_echo_n "(cached) " >&6
6633 else
6634 if test -n "$ac_ct_OTOOL64"; then
6635 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6636 else
6637 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6638 for as_dir in $PATH
6640 IFS=$as_save_IFS
6641 test -z "$as_dir" && as_dir=.
6642 for ac_exec_ext in '' $ac_executable_extensions; do
6643 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6644 ac_cv_prog_ac_ct_OTOOL64="otool64"
6645 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6646 break 2
6648 done
6649 done
6650 IFS=$as_save_IFS
6654 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6655 if test -n "$ac_ct_OTOOL64"; then
6656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6657 $as_echo "$ac_ct_OTOOL64" >&6; }
6658 else
6659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6660 $as_echo "no" >&6; }
6663 if test "x$ac_ct_OTOOL64" = x; then
6664 OTOOL64=":"
6665 else
6666 case $cross_compiling:$ac_tool_warned in
6667 yes:)
6668 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6669 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6670 ac_tool_warned=yes ;;
6671 esac
6672 OTOOL64=$ac_ct_OTOOL64
6674 else
6675 OTOOL64="$ac_cv_prog_OTOOL64"
6704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6705 $as_echo_n "checking for -single_module linker flag... " >&6; }
6706 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
6707 $as_echo_n "(cached) " >&6
6708 else
6709 lt_cv_apple_cc_single_mod=no
6710 if test -z "${LT_MULTI_MODULE}"; then
6711 # By default we will add the -single_module flag. You can override
6712 # by either setting the environment variable LT_MULTI_MODULE
6713 # non-empty at configure time, or by adding -multi_module to the
6714 # link flags.
6715 rm -rf libconftest.dylib*
6716 echo "int foo(void){return 1;}" > conftest.c
6717 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6718 -dynamiclib -Wl,-single_module conftest.c" >&5
6719 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6720 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6721 _lt_result=$?
6722 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6723 lt_cv_apple_cc_single_mod=yes
6724 else
6725 cat conftest.err >&5
6727 rm -rf libconftest.dylib*
6728 rm -f conftest.*
6731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6732 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6734 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6735 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
6736 $as_echo_n "(cached) " >&6
6737 else
6738 lt_cv_ld_exported_symbols_list=no
6739 save_LDFLAGS=$LDFLAGS
6740 echo "_main" > conftest.sym
6741 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6743 /* end confdefs.h. */
6746 main ()
6750 return 0;
6752 _ACEOF
6753 if ac_fn_c_try_link "$LINENO"; then :
6754 lt_cv_ld_exported_symbols_list=yes
6755 else
6756 lt_cv_ld_exported_symbols_list=no
6758 rm -f core conftest.err conftest.$ac_objext \
6759 conftest$ac_exeext conftest.$ac_ext
6760 LDFLAGS="$save_LDFLAGS"
6763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6764 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6766 $as_echo_n "checking for -force_load linker flag... " >&6; }
6767 if test "${lt_cv_ld_force_load+set}" = set; then :
6768 $as_echo_n "(cached) " >&6
6769 else
6770 lt_cv_ld_force_load=no
6771 cat > conftest.c << _LT_EOF
6772 int forced_loaded() { return 2;}
6773 _LT_EOF
6774 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6775 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6776 echo "$AR cru libconftest.a conftest.o" >&5
6777 $AR cru libconftest.a conftest.o 2>&5
6778 cat > conftest.c << _LT_EOF
6779 int main() { return 0;}
6780 _LT_EOF
6781 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6782 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6783 _lt_result=$?
6784 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6785 lt_cv_ld_force_load=yes
6786 else
6787 cat conftest.err >&5
6789 rm -f conftest.err libconftest.a conftest conftest.c
6790 rm -rf conftest.dSYM
6793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6794 $as_echo "$lt_cv_ld_force_load" >&6; }
6795 case $host_os in
6796 rhapsody* | darwin1.[012])
6797 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6798 darwin1.*)
6799 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6800 darwin*) # darwin 5.x on
6801 # if running on 10.5 or later, the deployment target defaults
6802 # to the OS version, if on x86, and 10.4, the deployment
6803 # target defaults to 10.4. Don't you love it?
6804 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6805 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6806 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6807 10.[012]*)
6808 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6809 10.*)
6810 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6811 esac
6813 esac
6814 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6815 _lt_dar_single_mod='$single_module'
6817 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6818 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6819 else
6820 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6822 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6823 _lt_dsymutil='~$DSYMUTIL $lib || :'
6824 else
6825 _lt_dsymutil=
6828 esac
6830 ac_ext=c
6831 ac_cpp='$CPP $CPPFLAGS'
6832 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6833 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6834 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6836 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6837 # On Suns, sometimes $CPP names a directory.
6838 if test -n "$CPP" && test -d "$CPP"; then
6839 CPP=
6841 if test -z "$CPP"; then
6842 if test "${ac_cv_prog_CPP+set}" = set; then :
6843 $as_echo_n "(cached) " >&6
6844 else
6845 # Double quotes because CPP needs to be expanded
6846 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6848 ac_preproc_ok=false
6849 for ac_c_preproc_warn_flag in '' yes
6851 # Use a header file that comes with gcc, so configuring glibc
6852 # with a fresh cross-compiler works.
6853 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6854 # <limits.h> exists even on freestanding compilers.
6855 # On the NeXT, cc -E runs the code through the compiler's parser,
6856 # not just through cpp. "Syntax error" is here to catch this case.
6857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6858 /* end confdefs.h. */
6859 #ifdef __STDC__
6860 # include <limits.h>
6861 #else
6862 # include <assert.h>
6863 #endif
6864 Syntax error
6865 _ACEOF
6866 if ac_fn_c_try_cpp "$LINENO"; then :
6868 else
6869 # Broken: fails on valid input.
6870 continue
6872 rm -f conftest.err conftest.$ac_ext
6874 # OK, works on sane cases. Now check whether nonexistent headers
6875 # can be detected and how.
6876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6877 /* end confdefs.h. */
6878 #include <ac_nonexistent.h>
6879 _ACEOF
6880 if ac_fn_c_try_cpp "$LINENO"; then :
6881 # Broken: success on invalid input.
6882 continue
6883 else
6884 # Passes both tests.
6885 ac_preproc_ok=:
6886 break
6888 rm -f conftest.err conftest.$ac_ext
6890 done
6891 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6892 rm -f conftest.err conftest.$ac_ext
6893 if $ac_preproc_ok; then :
6894 break
6897 done
6898 ac_cv_prog_CPP=$CPP
6901 CPP=$ac_cv_prog_CPP
6902 else
6903 ac_cv_prog_CPP=$CPP
6905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6906 $as_echo "$CPP" >&6; }
6907 ac_preproc_ok=false
6908 for ac_c_preproc_warn_flag in '' yes
6910 # Use a header file that comes with gcc, so configuring glibc
6911 # with a fresh cross-compiler works.
6912 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6913 # <limits.h> exists even on freestanding compilers.
6914 # On the NeXT, cc -E runs the code through the compiler's parser,
6915 # not just through cpp. "Syntax error" is here to catch this case.
6916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6917 /* end confdefs.h. */
6918 #ifdef __STDC__
6919 # include <limits.h>
6920 #else
6921 # include <assert.h>
6922 #endif
6923 Syntax error
6924 _ACEOF
6925 if ac_fn_c_try_cpp "$LINENO"; then :
6927 else
6928 # Broken: fails on valid input.
6929 continue
6931 rm -f conftest.err conftest.$ac_ext
6933 # OK, works on sane cases. Now check whether nonexistent headers
6934 # can be detected and how.
6935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6936 /* end confdefs.h. */
6937 #include <ac_nonexistent.h>
6938 _ACEOF
6939 if ac_fn_c_try_cpp "$LINENO"; then :
6940 # Broken: success on invalid input.
6941 continue
6942 else
6943 # Passes both tests.
6944 ac_preproc_ok=:
6945 break
6947 rm -f conftest.err conftest.$ac_ext
6949 done
6950 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6951 rm -f conftest.err conftest.$ac_ext
6952 if $ac_preproc_ok; then :
6954 else
6955 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6956 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6957 as_fn_error "C preprocessor \"$CPP\" fails sanity check
6958 See \`config.log' for more details." "$LINENO" 5; }
6961 ac_ext=c
6962 ac_cpp='$CPP $CPPFLAGS'
6963 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6964 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6965 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6969 $as_echo_n "checking for ANSI C header files... " >&6; }
6970 if test "${ac_cv_header_stdc+set}" = set; then :
6971 $as_echo_n "(cached) " >&6
6972 else
6973 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6974 /* end confdefs.h. */
6975 #include <stdlib.h>
6976 #include <stdarg.h>
6977 #include <string.h>
6978 #include <float.h>
6981 main ()
6985 return 0;
6987 _ACEOF
6988 if ac_fn_c_try_compile "$LINENO"; then :
6989 ac_cv_header_stdc=yes
6990 else
6991 ac_cv_header_stdc=no
6993 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6995 if test $ac_cv_header_stdc = yes; then
6996 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6997 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6998 /* end confdefs.h. */
6999 #include <string.h>
7001 _ACEOF
7002 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7003 $EGREP "memchr" >/dev/null 2>&1; then :
7005 else
7006 ac_cv_header_stdc=no
7008 rm -f conftest*
7012 if test $ac_cv_header_stdc = yes; then
7013 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7015 /* end confdefs.h. */
7016 #include <stdlib.h>
7018 _ACEOF
7019 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7020 $EGREP "free" >/dev/null 2>&1; then :
7022 else
7023 ac_cv_header_stdc=no
7025 rm -f conftest*
7029 if test $ac_cv_header_stdc = yes; then
7030 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7031 if test "$cross_compiling" = yes; then :
7033 else
7034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7035 /* end confdefs.h. */
7036 #include <ctype.h>
7037 #include <stdlib.h>
7038 #if ((' ' & 0x0FF) == 0x020)
7039 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7040 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7041 #else
7042 # define ISLOWER(c) \
7043 (('a' <= (c) && (c) <= 'i') \
7044 || ('j' <= (c) && (c) <= 'r') \
7045 || ('s' <= (c) && (c) <= 'z'))
7046 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7047 #endif
7049 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7051 main ()
7053 int i;
7054 for (i = 0; i < 256; i++)
7055 if (XOR (islower (i), ISLOWER (i))
7056 || toupper (i) != TOUPPER (i))
7057 return 2;
7058 return 0;
7060 _ACEOF
7061 if ac_fn_c_try_run "$LINENO"; then :
7063 else
7064 ac_cv_header_stdc=no
7066 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7067 conftest.$ac_objext conftest.beam conftest.$ac_ext
7072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7073 $as_echo "$ac_cv_header_stdc" >&6; }
7074 if test $ac_cv_header_stdc = yes; then
7076 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7080 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7081 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7082 inttypes.h stdint.h unistd.h
7083 do :
7084 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7085 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7087 eval as_val=\$$as_ac_Header
7088 if test "x$as_val" = x""yes; then :
7089 cat >>confdefs.h <<_ACEOF
7090 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7091 _ACEOF
7095 done
7098 for ac_header in dlfcn.h
7099 do :
7100 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7102 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7103 cat >>confdefs.h <<_ACEOF
7104 #define HAVE_DLFCN_H 1
7105 _ACEOF
7109 done
7115 # Set options
7119 enable_dlopen=no
7122 enable_win32_dll=no
7125 # Check whether --enable-shared was given.
7126 if test "${enable_shared+set}" = set; then :
7127 enableval=$enable_shared; p=${PACKAGE-default}
7128 case $enableval in
7129 yes) enable_shared=yes ;;
7130 no) enable_shared=no ;;
7132 enable_shared=no
7133 # Look at the argument we got. We use all the common list separators.
7134 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7135 for pkg in $enableval; do
7136 IFS="$lt_save_ifs"
7137 if test "X$pkg" = "X$p"; then
7138 enable_shared=yes
7140 done
7141 IFS="$lt_save_ifs"
7143 esac
7144 else
7145 enable_shared=yes
7156 # Check whether --enable-static was given.
7157 if test "${enable_static+set}" = set; then :
7158 enableval=$enable_static; p=${PACKAGE-default}
7159 case $enableval in
7160 yes) enable_static=yes ;;
7161 no) enable_static=no ;;
7163 enable_static=no
7164 # Look at the argument we got. We use all the common list separators.
7165 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7166 for pkg in $enableval; do
7167 IFS="$lt_save_ifs"
7168 if test "X$pkg" = "X$p"; then
7169 enable_static=yes
7171 done
7172 IFS="$lt_save_ifs"
7174 esac
7175 else
7176 enable_static=yes
7188 # Check whether --with-pic was given.
7189 if test "${with_pic+set}" = set; then :
7190 withval=$with_pic; pic_mode="$withval"
7191 else
7192 pic_mode=default
7196 test -z "$pic_mode" && pic_mode=default
7204 # Check whether --enable-fast-install was given.
7205 if test "${enable_fast_install+set}" = set; then :
7206 enableval=$enable_fast_install; p=${PACKAGE-default}
7207 case $enableval in
7208 yes) enable_fast_install=yes ;;
7209 no) enable_fast_install=no ;;
7211 enable_fast_install=no
7212 # Look at the argument we got. We use all the common list separators.
7213 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7214 for pkg in $enableval; do
7215 IFS="$lt_save_ifs"
7216 if test "X$pkg" = "X$p"; then
7217 enable_fast_install=yes
7219 done
7220 IFS="$lt_save_ifs"
7222 esac
7223 else
7224 enable_fast_install=yes
7237 # This can be used to rebuild libtool when needed
7238 LIBTOOL_DEPS="$ltmain"
7240 # Always use our own libtool.
7241 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7268 test -z "$LN_S" && LN_S="ln -s"
7283 if test -n "${ZSH_VERSION+set}" ; then
7284 setopt NO_GLOB_SUBST
7287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7288 $as_echo_n "checking for objdir... " >&6; }
7289 if test "${lt_cv_objdir+set}" = set; then :
7290 $as_echo_n "(cached) " >&6
7291 else
7292 rm -f .libs 2>/dev/null
7293 mkdir .libs 2>/dev/null
7294 if test -d .libs; then
7295 lt_cv_objdir=.libs
7296 else
7297 # MS-DOS does not allow filenames that begin with a dot.
7298 lt_cv_objdir=_libs
7300 rmdir .libs 2>/dev/null
7302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7303 $as_echo "$lt_cv_objdir" >&6; }
7304 objdir=$lt_cv_objdir
7310 cat >>confdefs.h <<_ACEOF
7311 #define LT_OBJDIR "$lt_cv_objdir/"
7312 _ACEOF
7317 case $host_os in
7318 aix3*)
7319 # AIX sometimes has problems with the GCC collect2 program. For some
7320 # reason, if we set the COLLECT_NAMES environment variable, the problems
7321 # vanish in a puff of smoke.
7322 if test "X${COLLECT_NAMES+set}" != Xset; then
7323 COLLECT_NAMES=
7324 export COLLECT_NAMES
7327 esac
7329 # Global variables:
7330 ofile=libtool
7331 can_build_shared=yes
7333 # All known linkers require a `.a' archive for static linking (except MSVC,
7334 # which needs '.lib').
7335 libext=a
7337 with_gnu_ld="$lt_cv_prog_gnu_ld"
7339 old_CC="$CC"
7340 old_CFLAGS="$CFLAGS"
7342 # Set sane defaults for various variables
7343 test -z "$CC" && CC=cc
7344 test -z "$LTCC" && LTCC=$CC
7345 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7346 test -z "$LD" && LD=ld
7347 test -z "$ac_objext" && ac_objext=o
7349 for cc_temp in $compiler""; do
7350 case $cc_temp in
7351 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7352 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7353 \-*) ;;
7354 *) break;;
7355 esac
7356 done
7357 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7360 # Only perform the check for file, if the check method requires it
7361 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7362 case $deplibs_check_method in
7363 file_magic*)
7364 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7366 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7367 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7368 $as_echo_n "(cached) " >&6
7369 else
7370 case $MAGIC_CMD in
7371 [\\/*] | ?:[\\/]*)
7372 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7375 lt_save_MAGIC_CMD="$MAGIC_CMD"
7376 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7377 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7378 for ac_dir in $ac_dummy; do
7379 IFS="$lt_save_ifs"
7380 test -z "$ac_dir" && ac_dir=.
7381 if test -f $ac_dir/${ac_tool_prefix}file; then
7382 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7383 if test -n "$file_magic_test_file"; then
7384 case $deplibs_check_method in
7385 "file_magic "*)
7386 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7387 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7388 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7389 $EGREP "$file_magic_regex" > /dev/null; then
7391 else
7392 cat <<_LT_EOF 1>&2
7394 *** Warning: the command libtool uses to detect shared libraries,
7395 *** $file_magic_cmd, produces output that libtool cannot recognize.
7396 *** The result is that libtool may fail to recognize shared libraries
7397 *** as such. This will affect the creation of libtool libraries that
7398 *** depend on shared libraries, but programs linked with such libtool
7399 *** libraries will work regardless of this problem. Nevertheless, you
7400 *** may want to report the problem to your system manager and/or to
7401 *** bug-libtool@gnu.org
7403 _LT_EOF
7404 fi ;;
7405 esac
7407 break
7409 done
7410 IFS="$lt_save_ifs"
7411 MAGIC_CMD="$lt_save_MAGIC_CMD"
7413 esac
7416 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7417 if test -n "$MAGIC_CMD"; then
7418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7419 $as_echo "$MAGIC_CMD" >&6; }
7420 else
7421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7422 $as_echo "no" >&6; }
7429 if test -z "$lt_cv_path_MAGIC_CMD"; then
7430 if test -n "$ac_tool_prefix"; then
7431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7432 $as_echo_n "checking for file... " >&6; }
7433 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7434 $as_echo_n "(cached) " >&6
7435 else
7436 case $MAGIC_CMD in
7437 [\\/*] | ?:[\\/]*)
7438 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7441 lt_save_MAGIC_CMD="$MAGIC_CMD"
7442 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7443 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7444 for ac_dir in $ac_dummy; do
7445 IFS="$lt_save_ifs"
7446 test -z "$ac_dir" && ac_dir=.
7447 if test -f $ac_dir/file; then
7448 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7449 if test -n "$file_magic_test_file"; then
7450 case $deplibs_check_method in
7451 "file_magic "*)
7452 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7453 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7454 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7455 $EGREP "$file_magic_regex" > /dev/null; then
7457 else
7458 cat <<_LT_EOF 1>&2
7460 *** Warning: the command libtool uses to detect shared libraries,
7461 *** $file_magic_cmd, produces output that libtool cannot recognize.
7462 *** The result is that libtool may fail to recognize shared libraries
7463 *** as such. This will affect the creation of libtool libraries that
7464 *** depend on shared libraries, but programs linked with such libtool
7465 *** libraries will work regardless of this problem. Nevertheless, you
7466 *** may want to report the problem to your system manager and/or to
7467 *** bug-libtool@gnu.org
7469 _LT_EOF
7470 fi ;;
7471 esac
7473 break
7475 done
7476 IFS="$lt_save_ifs"
7477 MAGIC_CMD="$lt_save_MAGIC_CMD"
7479 esac
7482 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7483 if test -n "$MAGIC_CMD"; then
7484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7485 $as_echo "$MAGIC_CMD" >&6; }
7486 else
7487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7488 $as_echo "no" >&6; }
7492 else
7493 MAGIC_CMD=:
7499 esac
7501 # Use C for the default configuration in the libtool script
7503 lt_save_CC="$CC"
7504 ac_ext=c
7505 ac_cpp='$CPP $CPPFLAGS'
7506 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7507 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7508 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7511 # Source file extension for C test sources.
7512 ac_ext=c
7514 # Object file extension for compiled C test sources.
7515 objext=o
7516 objext=$objext
7518 # Code to be used in simple compile tests
7519 lt_simple_compile_test_code="int some_variable = 0;"
7521 # Code to be used in simple link tests
7522 lt_simple_link_test_code='int main(){return(0);}'
7530 # If no C compiler was specified, use CC.
7531 LTCC=${LTCC-"$CC"}
7533 # If no C compiler flags were specified, use CFLAGS.
7534 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7536 # Allow CC to be a program name with arguments.
7537 compiler=$CC
7539 # Save the default compiler, since it gets overwritten when the other
7540 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7541 compiler_DEFAULT=$CC
7543 # save warnings/boilerplate of simple test code
7544 ac_outfile=conftest.$ac_objext
7545 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7546 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7547 _lt_compiler_boilerplate=`cat conftest.err`
7548 $RM conftest*
7550 ac_outfile=conftest.$ac_objext
7551 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7552 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7553 _lt_linker_boilerplate=`cat conftest.err`
7554 $RM -r conftest*
7557 ## CAVEAT EMPTOR:
7558 ## There is no encapsulation within the following macros, do not change
7559 ## the running order or otherwise move them around unless you know exactly
7560 ## what you are doing...
7561 if test -n "$compiler"; then
7563 lt_prog_compiler_no_builtin_flag=
7565 if test "$GCC" = yes; then
7566 case $cc_basename in
7567 nvcc*)
7568 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7570 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7571 esac
7573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7574 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7575 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7576 $as_echo_n "(cached) " >&6
7577 else
7578 lt_cv_prog_compiler_rtti_exceptions=no
7579 ac_outfile=conftest.$ac_objext
7580 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7581 lt_compiler_flag="-fno-rtti -fno-exceptions"
7582 # Insert the option either (1) after the last *FLAGS variable, or
7583 # (2) before a word containing "conftest.", or (3) at the end.
7584 # Note that $ac_compile itself does not contain backslashes and begins
7585 # with a dollar sign (not a hyphen), so the echo should work correctly.
7586 # The option is referenced via a variable to avoid confusing sed.
7587 lt_compile=`echo "$ac_compile" | $SED \
7588 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7589 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7590 -e 's:$: $lt_compiler_flag:'`
7591 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7592 (eval "$lt_compile" 2>conftest.err)
7593 ac_status=$?
7594 cat conftest.err >&5
7595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7596 if (exit $ac_status) && test -s "$ac_outfile"; then
7597 # The compiler can only warn and ignore the option if not recognized
7598 # So say no if there are warnings other than the usual output.
7599 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7600 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7601 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7602 lt_cv_prog_compiler_rtti_exceptions=yes
7605 $RM conftest*
7608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7609 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7611 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7612 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7613 else
7624 lt_prog_compiler_wl=
7625 lt_prog_compiler_pic=
7626 lt_prog_compiler_static=
7628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7629 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7631 if test "$GCC" = yes; then
7632 lt_prog_compiler_wl='-Wl,'
7633 lt_prog_compiler_static='-static'
7635 case $host_os in
7636 aix*)
7637 # All AIX code is PIC.
7638 if test "$host_cpu" = ia64; then
7639 # AIX 5 now supports IA64 processor
7640 lt_prog_compiler_static='-Bstatic'
7642 lt_prog_compiler_pic='-fPIC'
7645 amigaos*)
7646 case $host_cpu in
7647 powerpc)
7648 # see comment about AmigaOS4 .so support
7649 lt_prog_compiler_pic='-fPIC'
7651 m68k)
7652 # FIXME: we need at least 68020 code to build shared libraries, but
7653 # adding the `-m68020' flag to GCC prevents building anything better,
7654 # like `-m68040'.
7655 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7657 esac
7660 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7661 # PIC is the default for these OSes.
7664 mingw* | cygwin* | pw32* | os2* | cegcc*)
7665 # This hack is so that the source file can tell whether it is being
7666 # built for inclusion in a dll (and should export symbols for example).
7667 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7668 # (--disable-auto-import) libraries
7669 lt_prog_compiler_pic='-DDLL_EXPORT'
7672 darwin* | rhapsody*)
7673 # PIC is the default on this platform
7674 # Common symbols not allowed in MH_DYLIB files
7675 lt_prog_compiler_pic='-fno-common'
7678 haiku*)
7679 # PIC is the default for Haiku.
7680 # The "-static" flag exists, but is broken.
7681 lt_prog_compiler_static=
7684 hpux*)
7685 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7686 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7687 # sets the default TLS model and affects inlining.
7688 case $host_cpu in
7689 hppa*64*)
7690 # +Z the default
7693 lt_prog_compiler_pic='-fPIC'
7695 esac
7698 interix[3-9]*)
7699 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7700 # Instead, we relocate shared libraries at runtime.
7703 msdosdjgpp*)
7704 # Just because we use GCC doesn't mean we suddenly get shared libraries
7705 # on systems that don't support them.
7706 lt_prog_compiler_can_build_shared=no
7707 enable_shared=no
7710 *nto* | *qnx*)
7711 # QNX uses GNU C++, but need to define -shared option too, otherwise
7712 # it will coredump.
7713 lt_prog_compiler_pic='-fPIC -shared'
7716 sysv4*MP*)
7717 if test -d /usr/nec; then
7718 lt_prog_compiler_pic=-Kconform_pic
7723 lt_prog_compiler_pic='-fPIC'
7725 esac
7727 case $cc_basename in
7728 nvcc*) # Cuda Compiler Driver 2.2
7729 lt_prog_compiler_wl='-Xlinker '
7730 lt_prog_compiler_pic='-Xcompiler -fPIC'
7732 esac
7733 else
7734 # PORTME Check for flag to pass linker flags through the system compiler.
7735 case $host_os in
7736 aix*)
7737 lt_prog_compiler_wl='-Wl,'
7738 if test "$host_cpu" = ia64; then
7739 # AIX 5 now supports IA64 processor
7740 lt_prog_compiler_static='-Bstatic'
7741 else
7742 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7746 mingw* | cygwin* | pw32* | os2* | cegcc*)
7747 # This hack is so that the source file can tell whether it is being
7748 # built for inclusion in a dll (and should export symbols for example).
7749 lt_prog_compiler_pic='-DDLL_EXPORT'
7752 hpux9* | hpux10* | hpux11*)
7753 lt_prog_compiler_wl='-Wl,'
7754 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7755 # not for PA HP-UX.
7756 case $host_cpu in
7757 hppa*64*|ia64*)
7758 # +Z the default
7761 lt_prog_compiler_pic='+Z'
7763 esac
7764 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7765 lt_prog_compiler_static='${wl}-a ${wl}archive'
7768 irix5* | irix6* | nonstopux*)
7769 lt_prog_compiler_wl='-Wl,'
7770 # PIC (with -KPIC) is the default.
7771 lt_prog_compiler_static='-non_shared'
7774 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7775 case $cc_basename in
7776 # old Intel for x86_64 which still supported -KPIC.
7777 ecc*)
7778 lt_prog_compiler_wl='-Wl,'
7779 lt_prog_compiler_pic='-KPIC'
7780 lt_prog_compiler_static='-static'
7782 # icc used to be incompatible with GCC.
7783 # ICC 10 doesn't accept -KPIC any more.
7784 icc* | ifort*)
7785 lt_prog_compiler_wl='-Wl,'
7786 lt_prog_compiler_pic='-fPIC'
7787 lt_prog_compiler_static='-static'
7789 # Lahey Fortran 8.1.
7790 lf95*)
7791 lt_prog_compiler_wl='-Wl,'
7792 lt_prog_compiler_pic='--shared'
7793 lt_prog_compiler_static='--static'
7795 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7796 # Portland Group compilers (*not* the Pentium gcc compiler,
7797 # which looks to be a dead project)
7798 lt_prog_compiler_wl='-Wl,'
7799 lt_prog_compiler_pic='-fpic'
7800 lt_prog_compiler_static='-Bstatic'
7802 ccc*)
7803 lt_prog_compiler_wl='-Wl,'
7804 # All Alpha code is PIC.
7805 lt_prog_compiler_static='-non_shared'
7807 xl* | bgxl* | bgf* | mpixl*)
7808 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7809 lt_prog_compiler_wl='-Wl,'
7810 lt_prog_compiler_pic='-qpic'
7811 lt_prog_compiler_static='-qstaticlink'
7814 case `$CC -V 2>&1 | sed 5q` in
7815 *Sun\ F* | *Sun*Fortran*)
7816 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7817 lt_prog_compiler_pic='-KPIC'
7818 lt_prog_compiler_static='-Bstatic'
7819 lt_prog_compiler_wl=''
7821 *Sun\ C*)
7822 # Sun C 5.9
7823 lt_prog_compiler_pic='-KPIC'
7824 lt_prog_compiler_static='-Bstatic'
7825 lt_prog_compiler_wl='-Wl,'
7827 esac
7829 esac
7832 newsos6)
7833 lt_prog_compiler_pic='-KPIC'
7834 lt_prog_compiler_static='-Bstatic'
7837 *nto* | *qnx*)
7838 # QNX uses GNU C++, but need to define -shared option too, otherwise
7839 # it will coredump.
7840 lt_prog_compiler_pic='-fPIC -shared'
7843 osf3* | osf4* | osf5*)
7844 lt_prog_compiler_wl='-Wl,'
7845 # All OSF/1 code is PIC.
7846 lt_prog_compiler_static='-non_shared'
7849 rdos*)
7850 lt_prog_compiler_static='-non_shared'
7853 solaris*)
7854 lt_prog_compiler_pic='-KPIC'
7855 lt_prog_compiler_static='-Bstatic'
7856 case $cc_basename in
7857 f77* | f90* | f95*)
7858 lt_prog_compiler_wl='-Qoption ld ';;
7860 lt_prog_compiler_wl='-Wl,';;
7861 esac
7864 sunos4*)
7865 lt_prog_compiler_wl='-Qoption ld '
7866 lt_prog_compiler_pic='-PIC'
7867 lt_prog_compiler_static='-Bstatic'
7870 sysv4 | sysv4.2uw2* | sysv4.3*)
7871 lt_prog_compiler_wl='-Wl,'
7872 lt_prog_compiler_pic='-KPIC'
7873 lt_prog_compiler_static='-Bstatic'
7876 sysv4*MP*)
7877 if test -d /usr/nec ;then
7878 lt_prog_compiler_pic='-Kconform_pic'
7879 lt_prog_compiler_static='-Bstatic'
7883 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7884 lt_prog_compiler_wl='-Wl,'
7885 lt_prog_compiler_pic='-KPIC'
7886 lt_prog_compiler_static='-Bstatic'
7889 unicos*)
7890 lt_prog_compiler_wl='-Wl,'
7891 lt_prog_compiler_can_build_shared=no
7894 uts4*)
7895 lt_prog_compiler_pic='-pic'
7896 lt_prog_compiler_static='-Bstatic'
7900 lt_prog_compiler_can_build_shared=no
7902 esac
7905 case $host_os in
7906 # For platforms which do not support PIC, -DPIC is meaningless:
7907 *djgpp*)
7908 lt_prog_compiler_pic=
7911 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7913 esac
7914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7915 $as_echo "$lt_prog_compiler_pic" >&6; }
7923 # Check to make sure the PIC flag actually works.
7925 if test -n "$lt_prog_compiler_pic"; then
7926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7927 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7928 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
7929 $as_echo_n "(cached) " >&6
7930 else
7931 lt_cv_prog_compiler_pic_works=no
7932 ac_outfile=conftest.$ac_objext
7933 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7934 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
7935 # Insert the option either (1) after the last *FLAGS variable, or
7936 # (2) before a word containing "conftest.", or (3) at the end.
7937 # Note that $ac_compile itself does not contain backslashes and begins
7938 # with a dollar sign (not a hyphen), so the echo should work correctly.
7939 # The option is referenced via a variable to avoid confusing sed.
7940 lt_compile=`echo "$ac_compile" | $SED \
7941 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7942 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7943 -e 's:$: $lt_compiler_flag:'`
7944 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7945 (eval "$lt_compile" 2>conftest.err)
7946 ac_status=$?
7947 cat conftest.err >&5
7948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7949 if (exit $ac_status) && test -s "$ac_outfile"; then
7950 # The compiler can only warn and ignore the option if not recognized
7951 # So say no if there are warnings other than the usual output.
7952 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7953 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7954 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7955 lt_cv_prog_compiler_pic_works=yes
7958 $RM conftest*
7961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
7962 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
7964 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
7965 case $lt_prog_compiler_pic in
7966 "" | " "*) ;;
7967 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
7968 esac
7969 else
7970 lt_prog_compiler_pic=
7971 lt_prog_compiler_can_build_shared=no
7982 # Check to make sure the static flag actually works.
7984 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7986 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
7987 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
7988 $as_echo_n "(cached) " >&6
7989 else
7990 lt_cv_prog_compiler_static_works=no
7991 save_LDFLAGS="$LDFLAGS"
7992 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
7993 echo "$lt_simple_link_test_code" > conftest.$ac_ext
7994 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
7995 # The linker can only warn and ignore the option if not recognized
7996 # So say no if there are warnings
7997 if test -s conftest.err; then
7998 # Append any errors to the config.log.
7999 cat conftest.err 1>&5
8000 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8001 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8002 if diff conftest.exp conftest.er2 >/dev/null; then
8003 lt_cv_prog_compiler_static_works=yes
8005 else
8006 lt_cv_prog_compiler_static_works=yes
8009 $RM -r conftest*
8010 LDFLAGS="$save_LDFLAGS"
8013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8014 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8016 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8018 else
8019 lt_prog_compiler_static=
8028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8029 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8030 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8031 $as_echo_n "(cached) " >&6
8032 else
8033 lt_cv_prog_compiler_c_o=no
8034 $RM -r conftest 2>/dev/null
8035 mkdir conftest
8036 cd conftest
8037 mkdir out
8038 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8040 lt_compiler_flag="-o out/conftest2.$ac_objext"
8041 # Insert the option either (1) after the last *FLAGS variable, or
8042 # (2) before a word containing "conftest.", or (3) at the end.
8043 # Note that $ac_compile itself does not contain backslashes and begins
8044 # with a dollar sign (not a hyphen), so the echo should work correctly.
8045 lt_compile=`echo "$ac_compile" | $SED \
8046 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8047 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8048 -e 's:$: $lt_compiler_flag:'`
8049 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8050 (eval "$lt_compile" 2>out/conftest.err)
8051 ac_status=$?
8052 cat out/conftest.err >&5
8053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8054 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8055 then
8056 # The compiler can only warn and ignore the option if not recognized
8057 # So say no if there are warnings
8058 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8059 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8060 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8061 lt_cv_prog_compiler_c_o=yes
8064 chmod u+w . 2>&5
8065 $RM conftest*
8066 # SGI C++ compiler will create directory out/ii_files/ for
8067 # template instantiation
8068 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8069 $RM out/* && rmdir out
8070 cd ..
8071 $RM -r conftest
8072 $RM conftest*
8075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8076 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8084 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8085 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8086 $as_echo_n "(cached) " >&6
8087 else
8088 lt_cv_prog_compiler_c_o=no
8089 $RM -r conftest 2>/dev/null
8090 mkdir conftest
8091 cd conftest
8092 mkdir out
8093 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8095 lt_compiler_flag="-o out/conftest2.$ac_objext"
8096 # Insert the option either (1) after the last *FLAGS variable, or
8097 # (2) before a word containing "conftest.", or (3) at the end.
8098 # Note that $ac_compile itself does not contain backslashes and begins
8099 # with a dollar sign (not a hyphen), so the echo should work correctly.
8100 lt_compile=`echo "$ac_compile" | $SED \
8101 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8102 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8103 -e 's:$: $lt_compiler_flag:'`
8104 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8105 (eval "$lt_compile" 2>out/conftest.err)
8106 ac_status=$?
8107 cat out/conftest.err >&5
8108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8109 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8110 then
8111 # The compiler can only warn and ignore the option if not recognized
8112 # So say no if there are warnings
8113 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8114 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8115 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8116 lt_cv_prog_compiler_c_o=yes
8119 chmod u+w . 2>&5
8120 $RM conftest*
8121 # SGI C++ compiler will create directory out/ii_files/ for
8122 # template instantiation
8123 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8124 $RM out/* && rmdir out
8125 cd ..
8126 $RM -r conftest
8127 $RM conftest*
8130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8131 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8136 hard_links="nottested"
8137 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8138 # do not overwrite the value of need_locks provided by the user
8139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8140 $as_echo_n "checking if we can lock with hard links... " >&6; }
8141 hard_links=yes
8142 $RM conftest*
8143 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8144 touch conftest.a
8145 ln conftest.a conftest.b 2>&5 || hard_links=no
8146 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8148 $as_echo "$hard_links" >&6; }
8149 if test "$hard_links" = no; then
8150 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8151 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8152 need_locks=warn
8154 else
8155 need_locks=no
8163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8164 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8166 runpath_var=
8167 allow_undefined_flag=
8168 always_export_symbols=no
8169 archive_cmds=
8170 archive_expsym_cmds=
8171 compiler_needs_object=no
8172 enable_shared_with_static_runtimes=no
8173 export_dynamic_flag_spec=
8174 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8175 hardcode_automatic=no
8176 hardcode_direct=no
8177 hardcode_direct_absolute=no
8178 hardcode_libdir_flag_spec=
8179 hardcode_libdir_flag_spec_ld=
8180 hardcode_libdir_separator=
8181 hardcode_minus_L=no
8182 hardcode_shlibpath_var=unsupported
8183 inherit_rpath=no
8184 link_all_deplibs=unknown
8185 module_cmds=
8186 module_expsym_cmds=
8187 old_archive_from_new_cmds=
8188 old_archive_from_expsyms_cmds=
8189 thread_safe_flag_spec=
8190 whole_archive_flag_spec=
8191 # include_expsyms should be a list of space-separated symbols to be *always*
8192 # included in the symbol list
8193 include_expsyms=
8194 # exclude_expsyms can be an extended regexp of symbols to exclude
8195 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8196 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8197 # as well as any symbol that contains `d'.
8198 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8199 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8200 # platforms (ab)use it in PIC code, but their linkers get confused if
8201 # the symbol is explicitly referenced. Since portable code cannot
8202 # rely on this symbol name, it's probably fine to never include it in
8203 # preloaded symbol tables.
8204 # Exclude shared library initialization/finalization symbols.
8205 extract_expsyms_cmds=
8207 case $host_os in
8208 cygwin* | mingw* | pw32* | cegcc*)
8209 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8210 # When not using gcc, we currently assume that we are using
8211 # Microsoft Visual C++.
8212 if test "$GCC" != yes; then
8213 with_gnu_ld=no
8216 interix*)
8217 # we just hope/assume this is gcc and not c89 (= MSVC++)
8218 with_gnu_ld=yes
8220 openbsd*)
8221 with_gnu_ld=no
8223 esac
8225 ld_shlibs=yes
8227 # On some targets, GNU ld is compatible enough with the native linker
8228 # that we're better off using the native interface for both.
8229 lt_use_gnu_ld_interface=no
8230 if test "$with_gnu_ld" = yes; then
8231 case $host_os in
8232 aix*)
8233 # The AIX port of GNU ld has always aspired to compatibility
8234 # with the native linker. However, as the warning in the GNU ld
8235 # block says, versions before 2.19.5* couldn't really create working
8236 # shared libraries, regardless of the interface used.
8237 case `$LD -v 2>&1` in
8238 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8239 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8240 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8242 lt_use_gnu_ld_interface=yes
8244 esac
8247 lt_use_gnu_ld_interface=yes
8249 esac
8252 if test "$lt_use_gnu_ld_interface" = yes; then
8253 # If archive_cmds runs LD, not CC, wlarc should be empty
8254 wlarc='${wl}'
8256 # Set some defaults for GNU ld with shared library support. These
8257 # are reset later if shared libraries are not supported. Putting them
8258 # here allows them to be overridden if necessary.
8259 runpath_var=LD_RUN_PATH
8260 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8261 export_dynamic_flag_spec='${wl}--export-dynamic'
8262 # ancient GNU ld didn't support --whole-archive et. al.
8263 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8264 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8265 else
8266 whole_archive_flag_spec=
8268 supports_anon_versioning=no
8269 case `$LD -v 2>&1` in
8270 *GNU\ gold*) supports_anon_versioning=yes ;;
8271 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8272 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8273 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8274 *\ 2.11.*) ;; # other 2.11 versions
8275 *) supports_anon_versioning=yes ;;
8276 esac
8278 # See if GNU ld supports shared libraries.
8279 case $host_os in
8280 aix[3-9]*)
8281 # On AIX/PPC, the GNU linker is very broken
8282 if test "$host_cpu" != ia64; then
8283 ld_shlibs=no
8284 cat <<_LT_EOF 1>&2
8286 *** Warning: the GNU linker, at least up to release 2.19, is reported
8287 *** to be unable to reliably create shared libraries on AIX.
8288 *** Therefore, libtool is disabling shared libraries support. If you
8289 *** really care for shared libraries, you may want to install binutils
8290 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8291 *** You will then need to restart the configuration process.
8293 _LT_EOF
8297 amigaos*)
8298 case $host_cpu in
8299 powerpc)
8300 # see comment about AmigaOS4 .so support
8301 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8302 archive_expsym_cmds=''
8304 m68k)
8305 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)'
8306 hardcode_libdir_flag_spec='-L$libdir'
8307 hardcode_minus_L=yes
8309 esac
8312 beos*)
8313 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8314 allow_undefined_flag=unsupported
8315 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8316 # support --undefined. This deserves some investigation. FIXME
8317 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8318 else
8319 ld_shlibs=no
8323 cygwin* | mingw* | pw32* | cegcc*)
8324 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8325 # as there is no search path for DLLs.
8326 hardcode_libdir_flag_spec='-L$libdir'
8327 export_dynamic_flag_spec='${wl}--export-all-symbols'
8328 allow_undefined_flag=unsupported
8329 always_export_symbols=no
8330 enable_shared_with_static_runtimes=yes
8331 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8333 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8334 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8335 # If the export-symbols file already is a .def file (1st line
8336 # is EXPORTS), use it as is; otherwise, prepend...
8337 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8338 cp $export_symbols $output_objdir/$soname.def;
8339 else
8340 echo EXPORTS > $output_objdir/$soname.def;
8341 cat $export_symbols >> $output_objdir/$soname.def;
8343 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8344 else
8345 ld_shlibs=no
8349 haiku*)
8350 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8351 link_all_deplibs=yes
8354 interix[3-9]*)
8355 hardcode_direct=no
8356 hardcode_shlibpath_var=no
8357 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8358 export_dynamic_flag_spec='${wl}-E'
8359 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8360 # Instead, shared libraries are loaded at an image base (0x10000000 by
8361 # default) and relocated if they conflict, which is a slow very memory
8362 # consuming and fragmenting process. To avoid this, we pick a random,
8363 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8364 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8365 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8366 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'
8369 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8370 tmp_diet=no
8371 if test "$host_os" = linux-dietlibc; then
8372 case $cc_basename in
8373 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8374 esac
8376 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8377 && test "$tmp_diet" = no
8378 then
8379 tmp_addflag=
8380 tmp_sharedflag='-shared'
8381 case $cc_basename,$host_cpu in
8382 pgcc*) # Portland Group C compiler
8383 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'
8384 tmp_addflag=' $pic_flag'
8386 pgf77* | pgf90* | pgf95* | pgfortran*)
8387 # Portland Group f77 and f90 compilers
8388 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'
8389 tmp_addflag=' $pic_flag -Mnomain' ;;
8390 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8391 tmp_addflag=' -i_dynamic' ;;
8392 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8393 tmp_addflag=' -i_dynamic -nofor_main' ;;
8394 ifc* | ifort*) # Intel Fortran compiler
8395 tmp_addflag=' -nofor_main' ;;
8396 lf95*) # Lahey Fortran 8.1
8397 whole_archive_flag_spec=
8398 tmp_sharedflag='--shared' ;;
8399 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8400 tmp_sharedflag='-qmkshrobj'
8401 tmp_addflag= ;;
8402 nvcc*) # Cuda Compiler Driver 2.2
8403 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'
8404 compiler_needs_object=yes
8406 esac
8407 case `$CC -V 2>&1 | sed 5q` in
8408 *Sun\ C*) # Sun C 5.9
8409 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'
8410 compiler_needs_object=yes
8411 tmp_sharedflag='-G' ;;
8412 *Sun\ F*) # Sun Fortran 8.3
8413 tmp_sharedflag='-G' ;;
8414 esac
8415 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8417 if test "x$supports_anon_versioning" = xyes; then
8418 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8419 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8420 echo "local: *; };" >> $output_objdir/$libname.ver~
8421 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8424 case $cc_basename in
8425 xlf* | bgf* | bgxlf* | mpixlf*)
8426 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8427 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8428 hardcode_libdir_flag_spec=
8429 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8430 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8431 if test "x$supports_anon_versioning" = xyes; then
8432 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8433 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8434 echo "local: *; };" >> $output_objdir/$libname.ver~
8435 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8438 esac
8439 else
8440 ld_shlibs=no
8444 netbsd*)
8445 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8446 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8447 wlarc=
8448 else
8449 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8450 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8454 solaris*)
8455 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8456 ld_shlibs=no
8457 cat <<_LT_EOF 1>&2
8459 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8460 *** create shared libraries on Solaris systems. Therefore, libtool
8461 *** is disabling shared libraries support. We urge you to upgrade GNU
8462 *** binutils to release 2.9.1 or newer. Another option is to modify
8463 *** your PATH or compiler configuration so that the native linker is
8464 *** used, and then restart.
8466 _LT_EOF
8467 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8468 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8469 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8470 else
8471 ld_shlibs=no
8475 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8476 case `$LD -v 2>&1` in
8477 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8478 ld_shlibs=no
8479 cat <<_LT_EOF 1>&2
8481 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8482 *** reliably create shared libraries on SCO systems. Therefore, libtool
8483 *** is disabling shared libraries support. We urge you to upgrade GNU
8484 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8485 *** your PATH or compiler configuration so that the native linker is
8486 *** used, and then restart.
8488 _LT_EOF
8491 # For security reasons, it is highly recommended that you always
8492 # use absolute paths for naming shared libraries, and exclude the
8493 # DT_RUNPATH tag from executables and libraries. But doing so
8494 # requires that you compile everything twice, which is a pain.
8495 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8496 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8497 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8498 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8499 else
8500 ld_shlibs=no
8503 esac
8506 sunos4*)
8507 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8508 wlarc=
8509 hardcode_direct=yes
8510 hardcode_shlibpath_var=no
8514 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8515 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8516 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8517 else
8518 ld_shlibs=no
8521 esac
8523 if test "$ld_shlibs" = no; then
8524 runpath_var=
8525 hardcode_libdir_flag_spec=
8526 export_dynamic_flag_spec=
8527 whole_archive_flag_spec=
8529 else
8530 # PORTME fill in a description of your system's linker (not GNU ld)
8531 case $host_os in
8532 aix3*)
8533 allow_undefined_flag=unsupported
8534 always_export_symbols=yes
8535 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'
8536 # Note: this linker hardcodes the directories in LIBPATH if there
8537 # are no directories specified by -L.
8538 hardcode_minus_L=yes
8539 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8540 # Neither direct hardcoding nor static linking is supported with a
8541 # broken collect2.
8542 hardcode_direct=unsupported
8546 aix[4-9]*)
8547 if test "$host_cpu" = ia64; then
8548 # On IA64, the linker does run time linking by default, so we don't
8549 # have to do anything special.
8550 aix_use_runtimelinking=no
8551 exp_sym_flag='-Bexport'
8552 no_entry_flag=""
8553 else
8554 # If we're using GNU nm, then we don't want the "-C" option.
8555 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8556 # Also, AIX nm treats weak defined symbols like other global
8557 # defined symbols, whereas GNU nm marks them as "W".
8558 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8559 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'
8560 else
8561 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'
8563 aix_use_runtimelinking=no
8565 # Test if we are trying to use run time linking or normal
8566 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8567 # need to do runtime linking.
8568 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8569 for ld_flag in $LDFLAGS; do
8570 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8571 aix_use_runtimelinking=yes
8572 break
8574 done
8576 esac
8578 exp_sym_flag='-bexport'
8579 no_entry_flag='-bnoentry'
8582 # When large executables or shared objects are built, AIX ld can
8583 # have problems creating the table of contents. If linking a library
8584 # or program results in "error TOC overflow" add -mminimal-toc to
8585 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8586 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8588 archive_cmds=''
8589 hardcode_direct=yes
8590 hardcode_direct_absolute=yes
8591 hardcode_libdir_separator=':'
8592 link_all_deplibs=yes
8593 file_list_spec='${wl}-f,'
8595 if test "$GCC" = yes; then
8596 case $host_os in aix4.[012]|aix4.[012].*)
8597 # We only want to do this on AIX 4.2 and lower, the check
8598 # below for broken collect2 doesn't work under 4.3+
8599 collect2name=`${CC} -print-prog-name=collect2`
8600 if test -f "$collect2name" &&
8601 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8602 then
8603 # We have reworked collect2
8605 else
8606 # We have old collect2
8607 hardcode_direct=unsupported
8608 # It fails to find uninstalled libraries when the uninstalled
8609 # path is not listed in the libpath. Setting hardcode_minus_L
8610 # to unsupported forces relinking
8611 hardcode_minus_L=yes
8612 hardcode_libdir_flag_spec='-L$libdir'
8613 hardcode_libdir_separator=
8616 esac
8617 shared_flag='-shared'
8618 if test "$aix_use_runtimelinking" = yes; then
8619 shared_flag="$shared_flag "'${wl}-G'
8621 else
8622 # not using gcc
8623 if test "$host_cpu" = ia64; then
8624 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8625 # chokes on -Wl,-G. The following line is correct:
8626 shared_flag='-G'
8627 else
8628 if test "$aix_use_runtimelinking" = yes; then
8629 shared_flag='${wl}-G'
8630 else
8631 shared_flag='${wl}-bM:SRE'
8636 export_dynamic_flag_spec='${wl}-bexpall'
8637 # It seems that -bexpall does not export symbols beginning with
8638 # underscore (_), so it is better to generate a list of symbols to export.
8639 always_export_symbols=yes
8640 if test "$aix_use_runtimelinking" = yes; then
8641 # Warning - without using the other runtime loading flags (-brtl),
8642 # -berok will link without error, but may produce a broken library.
8643 allow_undefined_flag='-berok'
8644 # Determine the default libpath from the value encoded in an
8645 # empty executable.
8646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8647 /* end confdefs.h. */
8650 main ()
8654 return 0;
8656 _ACEOF
8657 if ac_fn_c_try_link "$LINENO"; then :
8659 lt_aix_libpath_sed='
8660 /Import File Strings/,/^$/ {
8661 /^0/ {
8662 s/^0 *\(.*\)$/\1/
8666 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8667 # Check for a 64-bit object if we didn't find anything.
8668 if test -z "$aix_libpath"; then
8669 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8672 rm -f core conftest.err conftest.$ac_objext \
8673 conftest$ac_exeext conftest.$ac_ext
8674 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8676 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8677 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"
8678 else
8679 if test "$host_cpu" = ia64; then
8680 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8681 allow_undefined_flag="-z nodefs"
8682 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"
8683 else
8684 # Determine the default libpath from the value encoded in an
8685 # empty executable.
8686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8687 /* end confdefs.h. */
8690 main ()
8694 return 0;
8696 _ACEOF
8697 if ac_fn_c_try_link "$LINENO"; then :
8699 lt_aix_libpath_sed='
8700 /Import File Strings/,/^$/ {
8701 /^0/ {
8702 s/^0 *\(.*\)$/\1/
8706 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8707 # Check for a 64-bit object if we didn't find anything.
8708 if test -z "$aix_libpath"; then
8709 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8712 rm -f core conftest.err conftest.$ac_objext \
8713 conftest$ac_exeext conftest.$ac_ext
8714 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8716 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8717 # Warning - without using the other run time loading flags,
8718 # -berok will link without error, but may produce a broken library.
8719 no_undefined_flag=' ${wl}-bernotok'
8720 allow_undefined_flag=' ${wl}-berok'
8721 if test "$with_gnu_ld" = yes; then
8722 # We only use this code for GNU lds that support --whole-archive.
8723 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8724 else
8725 # Exported symbols can be pulled into shared objects from archives
8726 whole_archive_flag_spec='$convenience'
8728 archive_cmds_need_lc=yes
8729 # This is similar to how AIX traditionally builds its shared libraries.
8730 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'
8735 amigaos*)
8736 case $host_cpu in
8737 powerpc)
8738 # see comment about AmigaOS4 .so support
8739 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8740 archive_expsym_cmds=''
8742 m68k)
8743 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)'
8744 hardcode_libdir_flag_spec='-L$libdir'
8745 hardcode_minus_L=yes
8747 esac
8750 bsdi[45]*)
8751 export_dynamic_flag_spec=-rdynamic
8754 cygwin* | mingw* | pw32* | cegcc*)
8755 # When not using gcc, we currently assume that we are using
8756 # Microsoft Visual C++.
8757 # hardcode_libdir_flag_spec is actually meaningless, as there is
8758 # no search path for DLLs.
8759 hardcode_libdir_flag_spec=' '
8760 allow_undefined_flag=unsupported
8761 # Tell ltmain to make .lib files, not .a files.
8762 libext=lib
8763 # Tell ltmain to make .dll files, not .so files.
8764 shrext_cmds=".dll"
8765 # FIXME: Setting linknames here is a bad hack.
8766 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8767 # The linker will automatically build a .lib file if we build a DLL.
8768 old_archive_from_new_cmds='true'
8769 # FIXME: Should let the user specify the lib program.
8770 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8771 fix_srcfile_path='`cygpath -w "$srcfile"`'
8772 enable_shared_with_static_runtimes=yes
8775 darwin* | rhapsody*)
8778 archive_cmds_need_lc=no
8779 hardcode_direct=no
8780 hardcode_automatic=yes
8781 hardcode_shlibpath_var=unsupported
8782 if test "$lt_cv_ld_force_load" = "yes"; then
8783 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\"`'
8784 else
8785 whole_archive_flag_spec=''
8787 link_all_deplibs=yes
8788 allow_undefined_flag="$_lt_dar_allow_undefined"
8789 case $cc_basename in
8790 ifort*) _lt_dar_can_shared=yes ;;
8791 *) _lt_dar_can_shared=$GCC ;;
8792 esac
8793 if test "$_lt_dar_can_shared" = "yes"; then
8794 output_verbose_link_cmd=func_echo_all
8795 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8796 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8797 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}"
8798 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}"
8800 else
8801 ld_shlibs=no
8806 dgux*)
8807 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8808 hardcode_libdir_flag_spec='-L$libdir'
8809 hardcode_shlibpath_var=no
8812 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8813 # support. Future versions do this automatically, but an explicit c++rt0.o
8814 # does not break anything, and helps significantly (at the cost of a little
8815 # extra space).
8816 freebsd2.2*)
8817 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8818 hardcode_libdir_flag_spec='-R$libdir'
8819 hardcode_direct=yes
8820 hardcode_shlibpath_var=no
8823 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8824 freebsd2.*)
8825 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8826 hardcode_direct=yes
8827 hardcode_minus_L=yes
8828 hardcode_shlibpath_var=no
8831 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8832 freebsd* | dragonfly*)
8833 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8834 hardcode_libdir_flag_spec='-R$libdir'
8835 hardcode_direct=yes
8836 hardcode_shlibpath_var=no
8839 hpux9*)
8840 if test "$GCC" = yes; then
8841 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'
8842 else
8843 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'
8845 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8846 hardcode_libdir_separator=:
8847 hardcode_direct=yes
8849 # hardcode_minus_L: Not really in the search PATH,
8850 # but as the default location of the library.
8851 hardcode_minus_L=yes
8852 export_dynamic_flag_spec='${wl}-E'
8855 hpux10*)
8856 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8857 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8858 else
8859 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8861 if test "$with_gnu_ld" = no; then
8862 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8863 hardcode_libdir_flag_spec_ld='+b $libdir'
8864 hardcode_libdir_separator=:
8865 hardcode_direct=yes
8866 hardcode_direct_absolute=yes
8867 export_dynamic_flag_spec='${wl}-E'
8868 # hardcode_minus_L: Not really in the search PATH,
8869 # but as the default location of the library.
8870 hardcode_minus_L=yes
8874 hpux11*)
8875 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8876 case $host_cpu in
8877 hppa*64*)
8878 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8880 ia64*)
8881 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8884 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8886 esac
8887 else
8888 case $host_cpu in
8889 hppa*64*)
8890 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8892 ia64*)
8893 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8897 # Older versions of the 11.00 compiler do not understand -b yet
8898 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
8899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
8900 $as_echo_n "checking if $CC understands -b... " >&6; }
8901 if test "${lt_cv_prog_compiler__b+set}" = set; then :
8902 $as_echo_n "(cached) " >&6
8903 else
8904 lt_cv_prog_compiler__b=no
8905 save_LDFLAGS="$LDFLAGS"
8906 LDFLAGS="$LDFLAGS -b"
8907 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8908 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8909 # The linker can only warn and ignore the option if not recognized
8910 # So say no if there are warnings
8911 if test -s conftest.err; then
8912 # Append any errors to the config.log.
8913 cat conftest.err 1>&5
8914 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8915 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8916 if diff conftest.exp conftest.er2 >/dev/null; then
8917 lt_cv_prog_compiler__b=yes
8919 else
8920 lt_cv_prog_compiler__b=yes
8923 $RM -r conftest*
8924 LDFLAGS="$save_LDFLAGS"
8927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
8928 $as_echo "$lt_cv_prog_compiler__b" >&6; }
8930 if test x"$lt_cv_prog_compiler__b" = xyes; then
8931 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8932 else
8933 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8937 esac
8939 if test "$with_gnu_ld" = no; then
8940 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8941 hardcode_libdir_separator=:
8943 case $host_cpu in
8944 hppa*64*|ia64*)
8945 hardcode_direct=no
8946 hardcode_shlibpath_var=no
8949 hardcode_direct=yes
8950 hardcode_direct_absolute=yes
8951 export_dynamic_flag_spec='${wl}-E'
8953 # hardcode_minus_L: Not really in the search PATH,
8954 # but as the default location of the library.
8955 hardcode_minus_L=yes
8957 esac
8961 irix5* | irix6* | nonstopux*)
8962 if test "$GCC" = yes; then
8963 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'
8964 # Try to use the -exported_symbol ld option, if it does not
8965 # work, assume that -exports_file does not work either and
8966 # implicitly export all symbols.
8967 save_LDFLAGS="$LDFLAGS"
8968 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8970 /* end confdefs.h. */
8971 int foo(void) {}
8972 _ACEOF
8973 if ac_fn_c_try_link "$LINENO"; then :
8974 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'
8977 rm -f core conftest.err conftest.$ac_objext \
8978 conftest$ac_exeext conftest.$ac_ext
8979 LDFLAGS="$save_LDFLAGS"
8980 else
8981 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'
8982 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'
8984 archive_cmds_need_lc='no'
8985 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8986 hardcode_libdir_separator=:
8987 inherit_rpath=yes
8988 link_all_deplibs=yes
8991 netbsd*)
8992 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8993 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
8994 else
8995 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
8997 hardcode_libdir_flag_spec='-R$libdir'
8998 hardcode_direct=yes
8999 hardcode_shlibpath_var=no
9002 newsos6)
9003 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9004 hardcode_direct=yes
9005 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9006 hardcode_libdir_separator=:
9007 hardcode_shlibpath_var=no
9010 *nto* | *qnx*)
9013 openbsd*)
9014 if test -f /usr/libexec/ld.so; then
9015 hardcode_direct=yes
9016 hardcode_shlibpath_var=no
9017 hardcode_direct_absolute=yes
9018 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9019 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9020 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9021 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9022 export_dynamic_flag_spec='${wl}-E'
9023 else
9024 case $host_os in
9025 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9026 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9027 hardcode_libdir_flag_spec='-R$libdir'
9030 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9031 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9033 esac
9035 else
9036 ld_shlibs=no
9040 os2*)
9041 hardcode_libdir_flag_spec='-L$libdir'
9042 hardcode_minus_L=yes
9043 allow_undefined_flag=unsupported
9044 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'
9045 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9048 osf3*)
9049 if test "$GCC" = yes; then
9050 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9051 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'
9052 else
9053 allow_undefined_flag=' -expect_unresolved \*'
9054 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'
9056 archive_cmds_need_lc='no'
9057 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9058 hardcode_libdir_separator=:
9061 osf4* | osf5*) # as osf3* with the addition of -msym flag
9062 if test "$GCC" = yes; then
9063 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9064 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'
9065 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9066 else
9067 allow_undefined_flag=' -expect_unresolved \*'
9068 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'
9069 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~
9070 $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'
9072 # Both c and cxx compiler support -rpath directly
9073 hardcode_libdir_flag_spec='-rpath $libdir'
9075 archive_cmds_need_lc='no'
9076 hardcode_libdir_separator=:
9079 solaris*)
9080 no_undefined_flag=' -z defs'
9081 if test "$GCC" = yes; then
9082 wlarc='${wl}'
9083 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9084 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9085 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9086 else
9087 case `$CC -V 2>&1` in
9088 *"Compilers 5.0"*)
9089 wlarc=''
9090 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9091 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9092 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9095 wlarc='${wl}'
9096 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9097 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9098 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9100 esac
9102 hardcode_libdir_flag_spec='-R$libdir'
9103 hardcode_shlibpath_var=no
9104 case $host_os in
9105 solaris2.[0-5] | solaris2.[0-5].*) ;;
9107 # The compiler driver will combine and reorder linker options,
9108 # but understands `-z linker_flag'. GCC discards it without `$wl',
9109 # but is careful enough not to reorder.
9110 # Supported since Solaris 2.6 (maybe 2.5.1?)
9111 if test "$GCC" = yes; then
9112 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9113 else
9114 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9117 esac
9118 link_all_deplibs=yes
9121 sunos4*)
9122 if test "x$host_vendor" = xsequent; then
9123 # Use $CC to link under sequent, because it throws in some extra .o
9124 # files that make .init and .fini sections work.
9125 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9126 else
9127 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9129 hardcode_libdir_flag_spec='-L$libdir'
9130 hardcode_direct=yes
9131 hardcode_minus_L=yes
9132 hardcode_shlibpath_var=no
9135 sysv4)
9136 case $host_vendor in
9137 sni)
9138 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9139 hardcode_direct=yes # is this really true???
9141 siemens)
9142 ## LD is ld it makes a PLAMLIB
9143 ## CC just makes a GrossModule.
9144 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9145 reload_cmds='$CC -r -o $output$reload_objs'
9146 hardcode_direct=no
9148 motorola)
9149 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9150 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9152 esac
9153 runpath_var='LD_RUN_PATH'
9154 hardcode_shlibpath_var=no
9157 sysv4.3*)
9158 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9159 hardcode_shlibpath_var=no
9160 export_dynamic_flag_spec='-Bexport'
9163 sysv4*MP*)
9164 if test -d /usr/nec; then
9165 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9166 hardcode_shlibpath_var=no
9167 runpath_var=LD_RUN_PATH
9168 hardcode_runpath_var=yes
9169 ld_shlibs=yes
9173 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9174 no_undefined_flag='${wl}-z,text'
9175 archive_cmds_need_lc=no
9176 hardcode_shlibpath_var=no
9177 runpath_var='LD_RUN_PATH'
9179 if test "$GCC" = yes; then
9180 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9181 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9182 else
9183 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9184 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9188 sysv5* | sco3.2v5* | sco5v6*)
9189 # Note: We can NOT use -z defs as we might desire, because we do not
9190 # link with -lc, and that would cause any symbols used from libc to
9191 # always be unresolved, which means just about no library would
9192 # ever link correctly. If we're not using GNU ld we use -z text
9193 # though, which does catch some bad symbols but isn't as heavy-handed
9194 # as -z defs.
9195 no_undefined_flag='${wl}-z,text'
9196 allow_undefined_flag='${wl}-z,nodefs'
9197 archive_cmds_need_lc=no
9198 hardcode_shlibpath_var=no
9199 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9200 hardcode_libdir_separator=':'
9201 link_all_deplibs=yes
9202 export_dynamic_flag_spec='${wl}-Bexport'
9203 runpath_var='LD_RUN_PATH'
9205 if test "$GCC" = yes; then
9206 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9207 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9208 else
9209 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9210 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9214 uts4*)
9215 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9216 hardcode_libdir_flag_spec='-L$libdir'
9217 hardcode_shlibpath_var=no
9221 ld_shlibs=no
9223 esac
9225 if test x$host_vendor = xsni; then
9226 case $host in
9227 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9228 export_dynamic_flag_spec='${wl}-Blargedynsym'
9230 esac
9234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9235 $as_echo "$ld_shlibs" >&6; }
9236 test "$ld_shlibs" = no && can_build_shared=no
9238 with_gnu_ld=$with_gnu_ld
9255 # Do we need to explicitly link libc?
9257 case "x$archive_cmds_need_lc" in
9258 x|xyes)
9259 # Assume -lc should be added
9260 archive_cmds_need_lc=yes
9262 if test "$enable_shared" = yes && test "$GCC" = yes; then
9263 case $archive_cmds in
9264 *'~'*)
9265 # FIXME: we may have to deal with multi-command sequences.
9267 '$CC '*)
9268 # Test whether the compiler implicitly links with -lc since on some
9269 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9270 # to ld, don't add -lc before -lgcc.
9271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9272 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9273 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9274 $as_echo_n "(cached) " >&6
9275 else
9276 $RM conftest*
9277 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9279 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9280 (eval $ac_compile) 2>&5
9281 ac_status=$?
9282 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9283 test $ac_status = 0; } 2>conftest.err; then
9284 soname=conftest
9285 lib=conftest
9286 libobjs=conftest.$ac_objext
9287 deplibs=
9288 wl=$lt_prog_compiler_wl
9289 pic_flag=$lt_prog_compiler_pic
9290 compiler_flags=-v
9291 linker_flags=-v
9292 verstring=
9293 output_objdir=.
9294 libname=conftest
9295 lt_save_allow_undefined_flag=$allow_undefined_flag
9296 allow_undefined_flag=
9297 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9298 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9299 ac_status=$?
9300 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9301 test $ac_status = 0; }
9302 then
9303 lt_cv_archive_cmds_need_lc=no
9304 else
9305 lt_cv_archive_cmds_need_lc=yes
9307 allow_undefined_flag=$lt_save_allow_undefined_flag
9308 else
9309 cat conftest.err 1>&5
9311 $RM conftest*
9314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9315 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9316 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9318 esac
9321 esac
9479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9480 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9482 if test "$GCC" = yes; then
9483 case $host_os in
9484 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9485 *) lt_awk_arg="/^libraries:/" ;;
9486 esac
9487 case $host_os in
9488 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9489 *) lt_sed_strip_eq="s,=/,/,g" ;;
9490 esac
9491 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9492 case $lt_search_path_spec in
9493 *\;*)
9494 # if the path contains ";" then we assume it to be the separator
9495 # otherwise default to the standard path separator (i.e. ":") - it is
9496 # assumed that no part of a normal pathname contains ";" but that should
9497 # okay in the real world where ";" in dirpaths is itself problematic.
9498 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9501 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9503 esac
9504 # Ok, now we have the path, separated by spaces, we can step through it
9505 # and add multilib dir if necessary.
9506 lt_tmp_lt_search_path_spec=
9507 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9508 for lt_sys_path in $lt_search_path_spec; do
9509 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9510 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9511 else
9512 test -d "$lt_sys_path" && \
9513 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9515 done
9516 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9517 BEGIN {RS=" "; FS="/|\n";} {
9518 lt_foo="";
9519 lt_count=0;
9520 for (lt_i = NF; lt_i > 0; lt_i--) {
9521 if ($lt_i != "" && $lt_i != ".") {
9522 if ($lt_i == "..") {
9523 lt_count++;
9524 } else {
9525 if (lt_count == 0) {
9526 lt_foo="/" $lt_i lt_foo;
9527 } else {
9528 lt_count--;
9533 if (lt_foo != "") { lt_freq[lt_foo]++; }
9534 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9536 # AWK program above erroneously prepends '/' to C:/dos/paths
9537 # for these hosts.
9538 case $host_os in
9539 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9540 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9541 esac
9542 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9543 else
9544 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9546 library_names_spec=
9547 libname_spec='lib$name'
9548 soname_spec=
9549 shrext_cmds=".so"
9550 postinstall_cmds=
9551 postuninstall_cmds=
9552 finish_cmds=
9553 finish_eval=
9554 shlibpath_var=
9555 shlibpath_overrides_runpath=unknown
9556 version_type=none
9557 dynamic_linker="$host_os ld.so"
9558 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9559 need_lib_prefix=unknown
9560 hardcode_into_libs=no
9562 # when you set need_version to no, make sure it does not cause -set_version
9563 # flags to be left without arguments
9564 need_version=unknown
9566 case $host_os in
9567 aix3*)
9568 version_type=linux
9569 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9570 shlibpath_var=LIBPATH
9572 # AIX 3 has no versioning support, so we append a major version to the name.
9573 soname_spec='${libname}${release}${shared_ext}$major'
9576 aix[4-9]*)
9577 version_type=linux
9578 need_lib_prefix=no
9579 need_version=no
9580 hardcode_into_libs=yes
9581 if test "$host_cpu" = ia64; then
9582 # AIX 5 supports IA64
9583 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9584 shlibpath_var=LD_LIBRARY_PATH
9585 else
9586 # With GCC up to 2.95.x, collect2 would create an import file
9587 # for dependence libraries. The import file would start with
9588 # the line `#! .'. This would cause the generated library to
9589 # depend on `.', always an invalid library. This was fixed in
9590 # development snapshots of GCC prior to 3.0.
9591 case $host_os in
9592 aix4 | aix4.[01] | aix4.[01].*)
9593 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9594 echo ' yes '
9595 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9597 else
9598 can_build_shared=no
9601 esac
9602 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9603 # soname into executable. Probably we can add versioning support to
9604 # collect2, so additional links can be useful in future.
9605 if test "$aix_use_runtimelinking" = yes; then
9606 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9607 # instead of lib<name>.a to let people know that these are not
9608 # typical AIX shared libraries.
9609 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9610 else
9611 # We preserve .a as extension for shared libraries through AIX4.2
9612 # and later when we are not doing run time linking.
9613 library_names_spec='${libname}${release}.a $libname.a'
9614 soname_spec='${libname}${release}${shared_ext}$major'
9616 shlibpath_var=LIBPATH
9620 amigaos*)
9621 case $host_cpu in
9622 powerpc)
9623 # Since July 2007 AmigaOS4 officially supports .so libraries.
9624 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9625 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9627 m68k)
9628 library_names_spec='$libname.ixlibrary $libname.a'
9629 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9630 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'
9632 esac
9635 beos*)
9636 library_names_spec='${libname}${shared_ext}'
9637 dynamic_linker="$host_os ld.so"
9638 shlibpath_var=LIBRARY_PATH
9641 bsdi[45]*)
9642 version_type=linux
9643 need_version=no
9644 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9645 soname_spec='${libname}${release}${shared_ext}$major'
9646 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9647 shlibpath_var=LD_LIBRARY_PATH
9648 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9649 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9650 # the default ld.so.conf also contains /usr/contrib/lib and
9651 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9652 # libtool to hard-code these into programs
9655 cygwin* | mingw* | pw32* | cegcc*)
9656 version_type=windows
9657 shrext_cmds=".dll"
9658 need_version=no
9659 need_lib_prefix=no
9661 case $GCC,$host_os in
9662 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9663 library_names_spec='$libname.dll.a'
9664 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9665 postinstall_cmds='base_file=`basename \${file}`~
9666 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9667 dldir=$destdir/`dirname \$dlpath`~
9668 test -d \$dldir || mkdir -p \$dldir~
9669 $install_prog $dir/$dlname \$dldir/$dlname~
9670 chmod a+x \$dldir/$dlname~
9671 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9672 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9674 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9675 dlpath=$dir/\$dldll~
9676 $RM \$dlpath'
9677 shlibpath_overrides_runpath=yes
9679 case $host_os in
9680 cygwin*)
9681 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9682 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9684 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9686 mingw* | cegcc*)
9687 # MinGW DLLs use traditional 'lib' prefix
9688 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9690 pw32*)
9691 # pw32 DLLs use 'pw' prefix rather than 'lib'
9692 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9694 esac
9698 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9700 esac
9701 dynamic_linker='Win32 ld.exe'
9702 # FIXME: first we should search . and the directory the executable is in
9703 shlibpath_var=PATH
9706 darwin* | rhapsody*)
9707 dynamic_linker="$host_os dyld"
9708 version_type=darwin
9709 need_lib_prefix=no
9710 need_version=no
9711 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9712 soname_spec='${libname}${release}${major}$shared_ext'
9713 shlibpath_overrides_runpath=yes
9714 shlibpath_var=DYLD_LIBRARY_PATH
9715 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9717 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9718 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9721 dgux*)
9722 version_type=linux
9723 need_lib_prefix=no
9724 need_version=no
9725 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9726 soname_spec='${libname}${release}${shared_ext}$major'
9727 shlibpath_var=LD_LIBRARY_PATH
9730 freebsd* | dragonfly*)
9731 # DragonFly does not have aout. When/if they implement a new
9732 # versioning mechanism, adjust this.
9733 if test -x /usr/bin/objformat; then
9734 objformat=`/usr/bin/objformat`
9735 else
9736 case $host_os in
9737 freebsd[23].*) objformat=aout ;;
9738 *) objformat=elf ;;
9739 esac
9741 version_type=freebsd-$objformat
9742 case $version_type in
9743 freebsd-elf*)
9744 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9745 need_version=no
9746 need_lib_prefix=no
9748 freebsd-*)
9749 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9750 need_version=yes
9752 esac
9753 shlibpath_var=LD_LIBRARY_PATH
9754 case $host_os in
9755 freebsd2.*)
9756 shlibpath_overrides_runpath=yes
9758 freebsd3.[01]* | freebsdelf3.[01]*)
9759 shlibpath_overrides_runpath=yes
9760 hardcode_into_libs=yes
9762 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9763 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9764 shlibpath_overrides_runpath=no
9765 hardcode_into_libs=yes
9767 *) # from 4.6 on, and DragonFly
9768 shlibpath_overrides_runpath=yes
9769 hardcode_into_libs=yes
9771 esac
9774 gnu*)
9775 version_type=linux
9776 need_lib_prefix=no
9777 need_version=no
9778 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9779 soname_spec='${libname}${release}${shared_ext}$major'
9780 shlibpath_var=LD_LIBRARY_PATH
9781 hardcode_into_libs=yes
9784 haiku*)
9785 version_type=linux
9786 need_lib_prefix=no
9787 need_version=no
9788 dynamic_linker="$host_os runtime_loader"
9789 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9790 soname_spec='${libname}${release}${shared_ext}$major'
9791 shlibpath_var=LIBRARY_PATH
9792 shlibpath_overrides_runpath=yes
9793 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9794 hardcode_into_libs=yes
9797 hpux9* | hpux10* | hpux11*)
9798 # Give a soname corresponding to the major version so that dld.sl refuses to
9799 # link against other versions.
9800 version_type=sunos
9801 need_lib_prefix=no
9802 need_version=no
9803 case $host_cpu in
9804 ia64*)
9805 shrext_cmds='.so'
9806 hardcode_into_libs=yes
9807 dynamic_linker="$host_os dld.so"
9808 shlibpath_var=LD_LIBRARY_PATH
9809 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9810 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9811 soname_spec='${libname}${release}${shared_ext}$major'
9812 if test "X$HPUX_IA64_MODE" = X32; then
9813 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9814 else
9815 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9817 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9819 hppa*64*)
9820 shrext_cmds='.sl'
9821 hardcode_into_libs=yes
9822 dynamic_linker="$host_os dld.sl"
9823 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9824 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9825 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9826 soname_spec='${libname}${release}${shared_ext}$major'
9827 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9828 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9831 shrext_cmds='.sl'
9832 dynamic_linker="$host_os dld.sl"
9833 shlibpath_var=SHLIB_PATH
9834 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9835 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9836 soname_spec='${libname}${release}${shared_ext}$major'
9838 esac
9839 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9840 postinstall_cmds='chmod 555 $lib'
9841 # or fails outright, so override atomically:
9842 install_override_mode=555
9845 interix[3-9]*)
9846 version_type=linux
9847 need_lib_prefix=no
9848 need_version=no
9849 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9850 soname_spec='${libname}${release}${shared_ext}$major'
9851 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9852 shlibpath_var=LD_LIBRARY_PATH
9853 shlibpath_overrides_runpath=no
9854 hardcode_into_libs=yes
9857 irix5* | irix6* | nonstopux*)
9858 case $host_os in
9859 nonstopux*) version_type=nonstopux ;;
9861 if test "$lt_cv_prog_gnu_ld" = yes; then
9862 version_type=linux
9863 else
9864 version_type=irix
9865 fi ;;
9866 esac
9867 need_lib_prefix=no
9868 need_version=no
9869 soname_spec='${libname}${release}${shared_ext}$major'
9870 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9871 case $host_os in
9872 irix5* | nonstopux*)
9873 libsuff= shlibsuff=
9876 case $LD in # libtool.m4 will add one of these switches to LD
9877 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9878 libsuff= shlibsuff= libmagic=32-bit;;
9879 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9880 libsuff=32 shlibsuff=N32 libmagic=N32;;
9881 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9882 libsuff=64 shlibsuff=64 libmagic=64-bit;;
9883 *) libsuff= shlibsuff= libmagic=never-match;;
9884 esac
9886 esac
9887 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9888 shlibpath_overrides_runpath=no
9889 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9890 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9891 hardcode_into_libs=yes
9894 # No shared lib support for Linux oldld, aout, or coff.
9895 linux*oldld* | linux*aout* | linux*coff*)
9896 dynamic_linker=no
9899 # This must be Linux ELF.
9900 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9901 version_type=linux
9902 need_lib_prefix=no
9903 need_version=no
9904 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9905 soname_spec='${libname}${release}${shared_ext}$major'
9906 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9907 shlibpath_var=LD_LIBRARY_PATH
9908 shlibpath_overrides_runpath=no
9910 # Some binutils ld are patched to set DT_RUNPATH
9911 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
9912 $as_echo_n "(cached) " >&6
9913 else
9914 lt_cv_shlibpath_overrides_runpath=no
9915 save_LDFLAGS=$LDFLAGS
9916 save_libdir=$libdir
9917 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9918 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9920 /* end confdefs.h. */
9923 main ()
9927 return 0;
9929 _ACEOF
9930 if ac_fn_c_try_link "$LINENO"; then :
9931 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
9932 lt_cv_shlibpath_overrides_runpath=yes
9935 rm -f core conftest.err conftest.$ac_objext \
9936 conftest$ac_exeext conftest.$ac_ext
9937 LDFLAGS=$save_LDFLAGS
9938 libdir=$save_libdir
9942 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
9944 # This implies no fast_install, which is unacceptable.
9945 # Some rework will be needed to allow for fast_install
9946 # before this can be enabled.
9947 hardcode_into_libs=yes
9949 # Append ld.so.conf contents to the search path
9950 if test -f /etc/ld.so.conf; then
9951 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' ' '`
9952 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
9955 # We used to test for /lib/ld.so.1 and disable shared libraries on
9956 # powerpc, because MkLinux only supported shared libraries with the
9957 # GNU dynamic linker. Since this was broken with cross compilers,
9958 # most powerpc-linux boxes support dynamic linking these days and
9959 # people can always --disable-shared, the test was removed, and we
9960 # assume the GNU/Linux dynamic linker is in use.
9961 dynamic_linker='GNU/Linux ld.so'
9964 netbsd*)
9965 version_type=sunos
9966 need_lib_prefix=no
9967 need_version=no
9968 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9969 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9970 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9971 dynamic_linker='NetBSD (a.out) ld.so'
9972 else
9973 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9974 soname_spec='${libname}${release}${shared_ext}$major'
9975 dynamic_linker='NetBSD ld.elf_so'
9977 shlibpath_var=LD_LIBRARY_PATH
9978 shlibpath_overrides_runpath=yes
9979 hardcode_into_libs=yes
9982 newsos6)
9983 version_type=linux
9984 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9985 shlibpath_var=LD_LIBRARY_PATH
9986 shlibpath_overrides_runpath=yes
9989 *nto* | *qnx*)
9990 version_type=qnx
9991 need_lib_prefix=no
9992 need_version=no
9993 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9994 soname_spec='${libname}${release}${shared_ext}$major'
9995 shlibpath_var=LD_LIBRARY_PATH
9996 shlibpath_overrides_runpath=no
9997 hardcode_into_libs=yes
9998 dynamic_linker='ldqnx.so'
10001 openbsd*)
10002 version_type=sunos
10003 sys_lib_dlsearch_path_spec="/usr/lib"
10004 need_lib_prefix=no
10005 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10006 case $host_os in
10007 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10008 *) need_version=no ;;
10009 esac
10010 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10011 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10012 shlibpath_var=LD_LIBRARY_PATH
10013 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10014 case $host_os in
10015 openbsd2.[89] | openbsd2.[89].*)
10016 shlibpath_overrides_runpath=no
10019 shlibpath_overrides_runpath=yes
10021 esac
10022 else
10023 shlibpath_overrides_runpath=yes
10027 os2*)
10028 libname_spec='$name'
10029 shrext_cmds=".dll"
10030 need_lib_prefix=no
10031 library_names_spec='$libname${shared_ext} $libname.a'
10032 dynamic_linker='OS/2 ld.exe'
10033 shlibpath_var=LIBPATH
10036 osf3* | osf4* | osf5*)
10037 version_type=osf
10038 need_lib_prefix=no
10039 need_version=no
10040 soname_spec='${libname}${release}${shared_ext}$major'
10041 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10042 shlibpath_var=LD_LIBRARY_PATH
10043 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10044 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10047 rdos*)
10048 dynamic_linker=no
10051 solaris*)
10052 version_type=linux
10053 need_lib_prefix=no
10054 need_version=no
10055 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10056 soname_spec='${libname}${release}${shared_ext}$major'
10057 shlibpath_var=LD_LIBRARY_PATH
10058 shlibpath_overrides_runpath=yes
10059 hardcode_into_libs=yes
10060 # ldd complains unless libraries are executable
10061 postinstall_cmds='chmod +x $lib'
10064 sunos4*)
10065 version_type=sunos
10066 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10067 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10068 shlibpath_var=LD_LIBRARY_PATH
10069 shlibpath_overrides_runpath=yes
10070 if test "$with_gnu_ld" = yes; then
10071 need_lib_prefix=no
10073 need_version=yes
10076 sysv4 | sysv4.3*)
10077 version_type=linux
10078 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10079 soname_spec='${libname}${release}${shared_ext}$major'
10080 shlibpath_var=LD_LIBRARY_PATH
10081 case $host_vendor in
10082 sni)
10083 shlibpath_overrides_runpath=no
10084 need_lib_prefix=no
10085 runpath_var=LD_RUN_PATH
10087 siemens)
10088 need_lib_prefix=no
10090 motorola)
10091 need_lib_prefix=no
10092 need_version=no
10093 shlibpath_overrides_runpath=no
10094 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10096 esac
10099 sysv4*MP*)
10100 if test -d /usr/nec ;then
10101 version_type=linux
10102 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10103 soname_spec='$libname${shared_ext}.$major'
10104 shlibpath_var=LD_LIBRARY_PATH
10108 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10109 version_type=freebsd-elf
10110 need_lib_prefix=no
10111 need_version=no
10112 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10113 soname_spec='${libname}${release}${shared_ext}$major'
10114 shlibpath_var=LD_LIBRARY_PATH
10115 shlibpath_overrides_runpath=yes
10116 hardcode_into_libs=yes
10117 if test "$with_gnu_ld" = yes; then
10118 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10119 else
10120 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10121 case $host_os in
10122 sco3.2v5*)
10123 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10125 esac
10127 sys_lib_dlsearch_path_spec='/usr/lib'
10130 tpf*)
10131 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10132 version_type=linux
10133 need_lib_prefix=no
10134 need_version=no
10135 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10136 shlibpath_var=LD_LIBRARY_PATH
10137 shlibpath_overrides_runpath=no
10138 hardcode_into_libs=yes
10141 uts4*)
10142 version_type=linux
10143 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10144 soname_spec='${libname}${release}${shared_ext}$major'
10145 shlibpath_var=LD_LIBRARY_PATH
10149 dynamic_linker=no
10151 esac
10152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10153 $as_echo "$dynamic_linker" >&6; }
10154 test "$dynamic_linker" = no && can_build_shared=no
10156 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10157 if test "$GCC" = yes; then
10158 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10161 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10162 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10164 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10165 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10260 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10261 hardcode_action=
10262 if test -n "$hardcode_libdir_flag_spec" ||
10263 test -n "$runpath_var" ||
10264 test "X$hardcode_automatic" = "Xyes" ; then
10266 # We can hardcode non-existent directories.
10267 if test "$hardcode_direct" != no &&
10268 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10269 # have to relink, otherwise we might link with an installed library
10270 # when we should be linking with a yet-to-be-installed one
10271 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10272 test "$hardcode_minus_L" != no; then
10273 # Linking always hardcodes the temporary library directory.
10274 hardcode_action=relink
10275 else
10276 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10277 hardcode_action=immediate
10279 else
10280 # We cannot hardcode anything, or else we can only hardcode existing
10281 # directories.
10282 hardcode_action=unsupported
10284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10285 $as_echo "$hardcode_action" >&6; }
10287 if test "$hardcode_action" = relink ||
10288 test "$inherit_rpath" = yes; then
10289 # Fast installation is not supported
10290 enable_fast_install=no
10291 elif test "$shlibpath_overrides_runpath" = yes ||
10292 test "$enable_shared" = no; then
10293 # Fast installation is not necessary
10294 enable_fast_install=needless
10302 if test "x$enable_dlopen" != xyes; then
10303 enable_dlopen=unknown
10304 enable_dlopen_self=unknown
10305 enable_dlopen_self_static=unknown
10306 else
10307 lt_cv_dlopen=no
10308 lt_cv_dlopen_libs=
10310 case $host_os in
10311 beos*)
10312 lt_cv_dlopen="load_add_on"
10313 lt_cv_dlopen_libs=
10314 lt_cv_dlopen_self=yes
10317 mingw* | pw32* | cegcc*)
10318 lt_cv_dlopen="LoadLibrary"
10319 lt_cv_dlopen_libs=
10322 cygwin*)
10323 lt_cv_dlopen="dlopen"
10324 lt_cv_dlopen_libs=
10327 darwin*)
10328 # if libdl is installed we need to link against it
10329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10330 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10331 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10332 $as_echo_n "(cached) " >&6
10333 else
10334 ac_check_lib_save_LIBS=$LIBS
10335 LIBS="-ldl $LIBS"
10336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10337 /* end confdefs.h. */
10339 /* Override any GCC internal prototype to avoid an error.
10340 Use char because int might match the return type of a GCC
10341 builtin and then its argument prototype would still apply. */
10342 #ifdef __cplusplus
10343 extern "C"
10344 #endif
10345 char dlopen ();
10347 main ()
10349 return dlopen ();
10351 return 0;
10353 _ACEOF
10354 if ac_fn_c_try_link "$LINENO"; then :
10355 ac_cv_lib_dl_dlopen=yes
10356 else
10357 ac_cv_lib_dl_dlopen=no
10359 rm -f core conftest.err conftest.$ac_objext \
10360 conftest$ac_exeext conftest.$ac_ext
10361 LIBS=$ac_check_lib_save_LIBS
10363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10364 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10365 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10366 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10367 else
10369 lt_cv_dlopen="dyld"
10370 lt_cv_dlopen_libs=
10371 lt_cv_dlopen_self=yes
10378 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10379 if test "x$ac_cv_func_shl_load" = x""yes; then :
10380 lt_cv_dlopen="shl_load"
10381 else
10382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10383 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10384 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10385 $as_echo_n "(cached) " >&6
10386 else
10387 ac_check_lib_save_LIBS=$LIBS
10388 LIBS="-ldld $LIBS"
10389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10390 /* end confdefs.h. */
10392 /* Override any GCC internal prototype to avoid an error.
10393 Use char because int might match the return type of a GCC
10394 builtin and then its argument prototype would still apply. */
10395 #ifdef __cplusplus
10396 extern "C"
10397 #endif
10398 char shl_load ();
10400 main ()
10402 return shl_load ();
10404 return 0;
10406 _ACEOF
10407 if ac_fn_c_try_link "$LINENO"; then :
10408 ac_cv_lib_dld_shl_load=yes
10409 else
10410 ac_cv_lib_dld_shl_load=no
10412 rm -f core conftest.err conftest.$ac_objext \
10413 conftest$ac_exeext conftest.$ac_ext
10414 LIBS=$ac_check_lib_save_LIBS
10416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10417 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10418 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
10419 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10420 else
10421 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10422 if test "x$ac_cv_func_dlopen" = x""yes; then :
10423 lt_cv_dlopen="dlopen"
10424 else
10425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10426 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10427 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10428 $as_echo_n "(cached) " >&6
10429 else
10430 ac_check_lib_save_LIBS=$LIBS
10431 LIBS="-ldl $LIBS"
10432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10433 /* end confdefs.h. */
10435 /* Override any GCC internal prototype to avoid an error.
10436 Use char because int might match the return type of a GCC
10437 builtin and then its argument prototype would still apply. */
10438 #ifdef __cplusplus
10439 extern "C"
10440 #endif
10441 char dlopen ();
10443 main ()
10445 return dlopen ();
10447 return 0;
10449 _ACEOF
10450 if ac_fn_c_try_link "$LINENO"; then :
10451 ac_cv_lib_dl_dlopen=yes
10452 else
10453 ac_cv_lib_dl_dlopen=no
10455 rm -f core conftest.err conftest.$ac_objext \
10456 conftest$ac_exeext conftest.$ac_ext
10457 LIBS=$ac_check_lib_save_LIBS
10459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10460 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10461 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10462 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10463 else
10464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10465 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10466 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10467 $as_echo_n "(cached) " >&6
10468 else
10469 ac_check_lib_save_LIBS=$LIBS
10470 LIBS="-lsvld $LIBS"
10471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10472 /* end confdefs.h. */
10474 /* Override any GCC internal prototype to avoid an error.
10475 Use char because int might match the return type of a GCC
10476 builtin and then its argument prototype would still apply. */
10477 #ifdef __cplusplus
10478 extern "C"
10479 #endif
10480 char dlopen ();
10482 main ()
10484 return dlopen ();
10486 return 0;
10488 _ACEOF
10489 if ac_fn_c_try_link "$LINENO"; then :
10490 ac_cv_lib_svld_dlopen=yes
10491 else
10492 ac_cv_lib_svld_dlopen=no
10494 rm -f core conftest.err conftest.$ac_objext \
10495 conftest$ac_exeext conftest.$ac_ext
10496 LIBS=$ac_check_lib_save_LIBS
10498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10499 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10500 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
10501 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10502 else
10503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10504 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10505 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10506 $as_echo_n "(cached) " >&6
10507 else
10508 ac_check_lib_save_LIBS=$LIBS
10509 LIBS="-ldld $LIBS"
10510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10511 /* end confdefs.h. */
10513 /* Override any GCC internal prototype to avoid an error.
10514 Use char because int might match the return type of a GCC
10515 builtin and then its argument prototype would still apply. */
10516 #ifdef __cplusplus
10517 extern "C"
10518 #endif
10519 char dld_link ();
10521 main ()
10523 return dld_link ();
10525 return 0;
10527 _ACEOF
10528 if ac_fn_c_try_link "$LINENO"; then :
10529 ac_cv_lib_dld_dld_link=yes
10530 else
10531 ac_cv_lib_dld_dld_link=no
10533 rm -f core conftest.err conftest.$ac_objext \
10534 conftest$ac_exeext conftest.$ac_ext
10535 LIBS=$ac_check_lib_save_LIBS
10537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10538 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10539 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
10540 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10559 esac
10561 if test "x$lt_cv_dlopen" != xno; then
10562 enable_dlopen=yes
10563 else
10564 enable_dlopen=no
10567 case $lt_cv_dlopen in
10568 dlopen)
10569 save_CPPFLAGS="$CPPFLAGS"
10570 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10572 save_LDFLAGS="$LDFLAGS"
10573 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10575 save_LIBS="$LIBS"
10576 LIBS="$lt_cv_dlopen_libs $LIBS"
10578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10579 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10580 if test "${lt_cv_dlopen_self+set}" = set; then :
10581 $as_echo_n "(cached) " >&6
10582 else
10583 if test "$cross_compiling" = yes; then :
10584 lt_cv_dlopen_self=cross
10585 else
10586 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10587 lt_status=$lt_dlunknown
10588 cat > conftest.$ac_ext <<_LT_EOF
10589 #line 10589 "configure"
10590 #include "confdefs.h"
10592 #if HAVE_DLFCN_H
10593 #include <dlfcn.h>
10594 #endif
10596 #include <stdio.h>
10598 #ifdef RTLD_GLOBAL
10599 # define LT_DLGLOBAL RTLD_GLOBAL
10600 #else
10601 # ifdef DL_GLOBAL
10602 # define LT_DLGLOBAL DL_GLOBAL
10603 # else
10604 # define LT_DLGLOBAL 0
10605 # endif
10606 #endif
10608 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10609 find out it does not work in some platform. */
10610 #ifndef LT_DLLAZY_OR_NOW
10611 # ifdef RTLD_LAZY
10612 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10613 # else
10614 # ifdef DL_LAZY
10615 # define LT_DLLAZY_OR_NOW DL_LAZY
10616 # else
10617 # ifdef RTLD_NOW
10618 # define LT_DLLAZY_OR_NOW RTLD_NOW
10619 # else
10620 # ifdef DL_NOW
10621 # define LT_DLLAZY_OR_NOW DL_NOW
10622 # else
10623 # define LT_DLLAZY_OR_NOW 0
10624 # endif
10625 # endif
10626 # endif
10627 # endif
10628 #endif
10630 /* When -fvisbility=hidden is used, assume the code has been annotated
10631 correspondingly for the symbols needed. */
10632 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10633 void fnord () __attribute__((visibility("default")));
10634 #endif
10636 void fnord () { int i=42; }
10637 int main ()
10639 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10640 int status = $lt_dlunknown;
10642 if (self)
10644 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10645 else
10647 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10648 else puts (dlerror ());
10650 /* dlclose (self); */
10652 else
10653 puts (dlerror ());
10655 return status;
10657 _LT_EOF
10658 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10659 (eval $ac_link) 2>&5
10660 ac_status=$?
10661 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10662 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10663 (./conftest; exit; ) >&5 2>/dev/null
10664 lt_status=$?
10665 case x$lt_status in
10666 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10667 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10668 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10669 esac
10670 else :
10671 # compilation failed
10672 lt_cv_dlopen_self=no
10675 rm -fr conftest*
10679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10680 $as_echo "$lt_cv_dlopen_self" >&6; }
10682 if test "x$lt_cv_dlopen_self" = xyes; then
10683 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10685 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10686 if test "${lt_cv_dlopen_self_static+set}" = set; then :
10687 $as_echo_n "(cached) " >&6
10688 else
10689 if test "$cross_compiling" = yes; then :
10690 lt_cv_dlopen_self_static=cross
10691 else
10692 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10693 lt_status=$lt_dlunknown
10694 cat > conftest.$ac_ext <<_LT_EOF
10695 #line 10695 "configure"
10696 #include "confdefs.h"
10698 #if HAVE_DLFCN_H
10699 #include <dlfcn.h>
10700 #endif
10702 #include <stdio.h>
10704 #ifdef RTLD_GLOBAL
10705 # define LT_DLGLOBAL RTLD_GLOBAL
10706 #else
10707 # ifdef DL_GLOBAL
10708 # define LT_DLGLOBAL DL_GLOBAL
10709 # else
10710 # define LT_DLGLOBAL 0
10711 # endif
10712 #endif
10714 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10715 find out it does not work in some platform. */
10716 #ifndef LT_DLLAZY_OR_NOW
10717 # ifdef RTLD_LAZY
10718 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10719 # else
10720 # ifdef DL_LAZY
10721 # define LT_DLLAZY_OR_NOW DL_LAZY
10722 # else
10723 # ifdef RTLD_NOW
10724 # define LT_DLLAZY_OR_NOW RTLD_NOW
10725 # else
10726 # ifdef DL_NOW
10727 # define LT_DLLAZY_OR_NOW DL_NOW
10728 # else
10729 # define LT_DLLAZY_OR_NOW 0
10730 # endif
10731 # endif
10732 # endif
10733 # endif
10734 #endif
10736 /* When -fvisbility=hidden is used, assume the code has been annotated
10737 correspondingly for the symbols needed. */
10738 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10739 void fnord () __attribute__((visibility("default")));
10740 #endif
10742 void fnord () { int i=42; }
10743 int main ()
10745 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10746 int status = $lt_dlunknown;
10748 if (self)
10750 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10751 else
10753 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10754 else puts (dlerror ());
10756 /* dlclose (self); */
10758 else
10759 puts (dlerror ());
10761 return status;
10763 _LT_EOF
10764 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10765 (eval $ac_link) 2>&5
10766 ac_status=$?
10767 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10768 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10769 (./conftest; exit; ) >&5 2>/dev/null
10770 lt_status=$?
10771 case x$lt_status in
10772 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10773 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10774 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10775 esac
10776 else :
10777 # compilation failed
10778 lt_cv_dlopen_self_static=no
10781 rm -fr conftest*
10785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10786 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10789 CPPFLAGS="$save_CPPFLAGS"
10790 LDFLAGS="$save_LDFLAGS"
10791 LIBS="$save_LIBS"
10793 esac
10795 case $lt_cv_dlopen_self in
10796 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10797 *) enable_dlopen_self=unknown ;;
10798 esac
10800 case $lt_cv_dlopen_self_static in
10801 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10802 *) enable_dlopen_self_static=unknown ;;
10803 esac
10822 striplib=
10823 old_striplib=
10824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10825 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
10826 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10827 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10828 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10830 $as_echo "yes" >&6; }
10831 else
10832 # FIXME - insert some real tests, host_os isn't really good enough
10833 case $host_os in
10834 darwin*)
10835 if test -n "$STRIP" ; then
10836 striplib="$STRIP -x"
10837 old_striplib="$STRIP -S"
10838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10839 $as_echo "yes" >&6; }
10840 else
10841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10842 $as_echo "no" >&6; }
10846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10847 $as_echo "no" >&6; }
10849 esac
10863 # Report which library types will actually be built
10864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10865 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
10866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10867 $as_echo "$can_build_shared" >&6; }
10869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10870 $as_echo_n "checking whether to build shared libraries... " >&6; }
10871 test "$can_build_shared" = "no" && enable_shared=no
10873 # On AIX, shared libraries and static libraries use the same namespace, and
10874 # are all built from PIC.
10875 case $host_os in
10876 aix3*)
10877 test "$enable_shared" = yes && enable_static=no
10878 if test -n "$RANLIB"; then
10879 archive_cmds="$archive_cmds~\$RANLIB \$lib"
10880 postinstall_cmds='$RANLIB $lib'
10884 aix[4-9]*)
10885 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10886 test "$enable_shared" = yes && enable_static=no
10889 esac
10890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10891 $as_echo "$enable_shared" >&6; }
10893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10894 $as_echo_n "checking whether to build static libraries... " >&6; }
10895 # Make sure either enable_shared or enable_static is yes.
10896 test "$enable_shared" = yes || enable_static=yes
10897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10898 $as_echo "$enable_static" >&6; }
10904 ac_ext=c
10905 ac_cpp='$CPP $CPPFLAGS'
10906 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10907 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10908 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10910 CC="$lt_save_CC"
10924 ac_config_commands="$ac_config_commands libtool"
10929 # Only expand once:
10935 case $host in
10936 *-cygwin* | *-mingw*)
10937 # 'host' will be top-level target in the case of a target lib,
10938 # we must compare to with_cross_host to decide if this is a native
10939 # or cross-compiler and select where to install dlls appropriately.
10940 if test -n "$with_cross_host" &&
10941 test x"$with_cross_host" != x"no"; then
10942 lt_host_flags='-no-undefined -bindir "$(toolexeclibdir)"';
10943 else
10944 lt_host_flags='-no-undefined -bindir "$(bindir)"';
10948 lt_host_flags=
10950 esac
10955 ac_fn_c_find_intX_t "$LINENO" "64" "ac_cv_c_int64_t"
10956 case $ac_cv_c_int64_t in #(
10957 no|yes) ;; #(
10960 cat >>confdefs.h <<_ACEOF
10961 #define int64_t $ac_cv_c_int64_t
10962 _ACEOF
10964 esac
10966 ac_fn_c_find_uintX_t "$LINENO" "64" "ac_cv_c_uint64_t"
10967 case $ac_cv_c_uint64_t in #(
10968 no|yes) ;; #(
10971 $as_echo "#define _UINT64_T 1" >>confdefs.h
10974 cat >>confdefs.h <<_ACEOF
10975 #define uint64_t $ac_cv_c_uint64_t
10976 _ACEOF
10978 esac
10980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
10981 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
10982 if test "${ac_cv_header_sys_wait_h+set}" = set; then :
10983 $as_echo_n "(cached) " >&6
10984 else
10985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10986 /* end confdefs.h. */
10987 #include <sys/types.h>
10988 #include <sys/wait.h>
10989 #ifndef WEXITSTATUS
10990 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
10991 #endif
10992 #ifndef WIFEXITED
10993 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
10994 #endif
10997 main ()
10999 int s;
11000 wait (&s);
11001 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
11003 return 0;
11005 _ACEOF
11006 if ac_fn_c_try_compile "$LINENO"; then :
11007 ac_cv_header_sys_wait_h=yes
11008 else
11009 ac_cv_header_sys_wait_h=no
11011 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
11014 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
11015 if test $ac_cv_header_sys_wait_h = yes; then
11017 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
11021 ac_config_files="$ac_config_files Makefile"
11023 ac_config_headers="$ac_config_headers config.h"
11025 cat >confcache <<\_ACEOF
11026 # This file is a shell script that caches the results of configure
11027 # tests run on this system so they can be shared between configure
11028 # scripts and configure runs, see configure's option --config-cache.
11029 # It is not useful on other systems. If it contains results you don't
11030 # want to keep, you may remove or edit it.
11032 # config.status only pays attention to the cache file if you give it
11033 # the --recheck option to rerun configure.
11035 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11036 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11037 # following values.
11039 _ACEOF
11041 # The following way of writing the cache mishandles newlines in values,
11042 # but we know of no workaround that is simple, portable, and efficient.
11043 # So, we kill variables containing newlines.
11044 # Ultrix sh set writes to stderr and can't be redirected directly,
11045 # and sets the high bit in the cache file unless we assign to the vars.
11047 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11048 eval ac_val=\$$ac_var
11049 case $ac_val in #(
11050 *${as_nl}*)
11051 case $ac_var in #(
11052 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11053 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11054 esac
11055 case $ac_var in #(
11056 _ | IFS | as_nl) ;; #(
11057 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11058 *) { eval $ac_var=; unset $ac_var;} ;;
11059 esac ;;
11060 esac
11061 done
11063 (set) 2>&1 |
11064 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11065 *${as_nl}ac_space=\ *)
11066 # `set' does not quote correctly, so add quotes: double-quote
11067 # substitution turns \\\\ into \\, and sed turns \\ into \.
11068 sed -n \
11069 "s/'/'\\\\''/g;
11070 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11071 ;; #(
11073 # `set' quotes correctly as required by POSIX, so do not add quotes.
11074 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11076 esac |
11077 sort
11079 sed '
11080 /^ac_cv_env_/b end
11081 t clear
11082 :clear
11083 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11084 t end
11085 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11086 :end' >>confcache
11087 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11088 if test -w "$cache_file"; then
11089 test "x$cache_file" != "x/dev/null" &&
11090 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11091 $as_echo "$as_me: updating cache $cache_file" >&6;}
11092 cat confcache >$cache_file
11093 else
11094 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11095 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11098 rm -f confcache
11100 test "x$prefix" = xNONE && prefix=$ac_default_prefix
11101 # Let make expand exec_prefix.
11102 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11104 DEFS=-DHAVE_CONFIG_H
11106 ac_libobjs=
11107 ac_ltlibobjs=
11108 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11109 # 1. Remove the extension, and $U if already installed.
11110 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11111 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11112 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11113 # will be set to the directory where LIBOBJS objects are built.
11114 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11115 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11116 done
11117 LIBOBJS=$ac_libobjs
11119 LTLIBOBJS=$ac_ltlibobjs
11122 if test -n "$EXEEXT"; then
11123 am__EXEEXT_TRUE=
11124 am__EXEEXT_FALSE='#'
11125 else
11126 am__EXEEXT_TRUE='#'
11127 am__EXEEXT_FALSE=
11130 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
11131 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
11132 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11134 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11135 as_fn_error "conditional \"AMDEP\" was never defined.
11136 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11138 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11139 as_fn_error "conditional \"am__fastdepCC\" was never defined.
11140 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11143 : ${CONFIG_STATUS=./config.status}
11144 ac_write_fail=0
11145 ac_clean_files_save=$ac_clean_files
11146 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11147 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11148 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11149 as_write_fail=0
11150 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11151 #! $SHELL
11152 # Generated by $as_me.
11153 # Run this file to recreate the current configuration.
11154 # Compiler output produced by configure, useful for debugging
11155 # configure, is in config.log if it exists.
11157 debug=false
11158 ac_cs_recheck=false
11159 ac_cs_silent=false
11161 SHELL=\${CONFIG_SHELL-$SHELL}
11162 export SHELL
11163 _ASEOF
11164 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11165 ## -------------------- ##
11166 ## M4sh Initialization. ##
11167 ## -------------------- ##
11169 # Be more Bourne compatible
11170 DUALCASE=1; export DUALCASE # for MKS sh
11171 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
11172 emulate sh
11173 NULLCMD=:
11174 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11175 # is contrary to our usage. Disable this feature.
11176 alias -g '${1+"$@"}'='"$@"'
11177 setopt NO_GLOB_SUBST
11178 else
11179 case `(set -o) 2>/dev/null` in #(
11180 *posix*) :
11181 set -o posix ;; #(
11182 *) :
11184 esac
11188 as_nl='
11190 export as_nl
11191 # Printing a long string crashes Solaris 7 /usr/bin/printf.
11192 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11193 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11194 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11195 # Prefer a ksh shell builtin over an external printf program on Solaris,
11196 # but without wasting forks for bash or zsh.
11197 if test -z "$BASH_VERSION$ZSH_VERSION" \
11198 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11199 as_echo='print -r --'
11200 as_echo_n='print -rn --'
11201 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11202 as_echo='printf %s\n'
11203 as_echo_n='printf %s'
11204 else
11205 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11206 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11207 as_echo_n='/usr/ucb/echo -n'
11208 else
11209 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11210 as_echo_n_body='eval
11211 arg=$1;
11212 case $arg in #(
11213 *"$as_nl"*)
11214 expr "X$arg" : "X\\(.*\\)$as_nl";
11215 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11216 esac;
11217 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11219 export as_echo_n_body
11220 as_echo_n='sh -c $as_echo_n_body as_echo'
11222 export as_echo_body
11223 as_echo='sh -c $as_echo_body as_echo'
11226 # The user is always right.
11227 if test "${PATH_SEPARATOR+set}" != set; then
11228 PATH_SEPARATOR=:
11229 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11230 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11231 PATH_SEPARATOR=';'
11236 # IFS
11237 # We need space, tab and new line, in precisely that order. Quoting is
11238 # there to prevent editors from complaining about space-tab.
11239 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
11240 # splitting by setting IFS to empty value.)
11241 IFS=" "" $as_nl"
11243 # Find who we are. Look in the path if we contain no directory separator.
11244 case $0 in #((
11245 *[\\/]* ) as_myself=$0 ;;
11246 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11247 for as_dir in $PATH
11249 IFS=$as_save_IFS
11250 test -z "$as_dir" && as_dir=.
11251 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11252 done
11253 IFS=$as_save_IFS
11256 esac
11257 # We did not find ourselves, most probably we were run as `sh COMMAND'
11258 # in which case we are not to be found in the path.
11259 if test "x$as_myself" = x; then
11260 as_myself=$0
11262 if test ! -f "$as_myself"; then
11263 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11264 exit 1
11267 # Unset variables that we do not need and which cause bugs (e.g. in
11268 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11269 # suppresses any "Segmentation fault" message there. '((' could
11270 # trigger a bug in pdksh 5.2.14.
11271 for as_var in BASH_ENV ENV MAIL MAILPATH
11272 do eval test x\${$as_var+set} = xset \
11273 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11274 done
11275 PS1='$ '
11276 PS2='> '
11277 PS4='+ '
11279 # NLS nuisances.
11280 LC_ALL=C
11281 export LC_ALL
11282 LANGUAGE=C
11283 export LANGUAGE
11285 # CDPATH.
11286 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11289 # as_fn_error ERROR [LINENO LOG_FD]
11290 # ---------------------------------
11291 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11292 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
11293 # script with status $?, using 1 if that was 0.
11294 as_fn_error ()
11296 as_status=$?; test $as_status -eq 0 && as_status=1
11297 if test "$3"; then
11298 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11299 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
11301 $as_echo "$as_me: error: $1" >&2
11302 as_fn_exit $as_status
11303 } # as_fn_error
11306 # as_fn_set_status STATUS
11307 # -----------------------
11308 # Set $? to STATUS, without forking.
11309 as_fn_set_status ()
11311 return $1
11312 } # as_fn_set_status
11314 # as_fn_exit STATUS
11315 # -----------------
11316 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11317 as_fn_exit ()
11319 set +e
11320 as_fn_set_status $1
11321 exit $1
11322 } # as_fn_exit
11324 # as_fn_unset VAR
11325 # ---------------
11326 # Portably unset VAR.
11327 as_fn_unset ()
11329 { eval $1=; unset $1;}
11331 as_unset=as_fn_unset
11332 # as_fn_append VAR VALUE
11333 # ----------------------
11334 # Append the text in VALUE to the end of the definition contained in VAR. Take
11335 # advantage of any shell optimizations that allow amortized linear growth over
11336 # repeated appends, instead of the typical quadratic growth present in naive
11337 # implementations.
11338 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11339 eval 'as_fn_append ()
11341 eval $1+=\$2
11343 else
11344 as_fn_append ()
11346 eval $1=\$$1\$2
11348 fi # as_fn_append
11350 # as_fn_arith ARG...
11351 # ------------------
11352 # Perform arithmetic evaluation on the ARGs, and store the result in the
11353 # global $as_val. Take advantage of shells that can avoid forks. The arguments
11354 # must be portable across $(()) and expr.
11355 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11356 eval 'as_fn_arith ()
11358 as_val=$(( $* ))
11360 else
11361 as_fn_arith ()
11363 as_val=`expr "$@" || test $? -eq 1`
11365 fi # as_fn_arith
11368 if expr a : '\(a\)' >/dev/null 2>&1 &&
11369 test "X`expr 00001 : '.*\(...\)'`" = X001; then
11370 as_expr=expr
11371 else
11372 as_expr=false
11375 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
11376 as_basename=basename
11377 else
11378 as_basename=false
11381 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11382 as_dirname=dirname
11383 else
11384 as_dirname=false
11387 as_me=`$as_basename -- "$0" ||
11388 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11389 X"$0" : 'X\(//\)$' \| \
11390 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11391 $as_echo X/"$0" |
11392 sed '/^.*\/\([^/][^/]*\)\/*$/{
11393 s//\1/
11396 /^X\/\(\/\/\)$/{
11397 s//\1/
11400 /^X\/\(\/\).*/{
11401 s//\1/
11404 s/.*/./; q'`
11406 # Avoid depending upon Character Ranges.
11407 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11408 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11409 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11410 as_cr_digits='0123456789'
11411 as_cr_alnum=$as_cr_Letters$as_cr_digits
11413 ECHO_C= ECHO_N= ECHO_T=
11414 case `echo -n x` in #(((((
11415 -n*)
11416 case `echo 'xy\c'` in
11417 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11418 xy) ECHO_C='\c';;
11419 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11420 ECHO_T=' ';;
11421 esac;;
11423 ECHO_N='-n';;
11424 esac
11426 rm -f conf$$ conf$$.exe conf$$.file
11427 if test -d conf$$.dir; then
11428 rm -f conf$$.dir/conf$$.file
11429 else
11430 rm -f conf$$.dir
11431 mkdir conf$$.dir 2>/dev/null
11433 if (echo >conf$$.file) 2>/dev/null; then
11434 if ln -s conf$$.file conf$$ 2>/dev/null; then
11435 as_ln_s='ln -s'
11436 # ... but there are two gotchas:
11437 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11438 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11439 # In both cases, we have to default to `cp -p'.
11440 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
11441 as_ln_s='cp -p'
11442 elif ln conf$$.file conf$$ 2>/dev/null; then
11443 as_ln_s=ln
11444 else
11445 as_ln_s='cp -p'
11447 else
11448 as_ln_s='cp -p'
11450 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11451 rmdir conf$$.dir 2>/dev/null
11454 # as_fn_mkdir_p
11455 # -------------
11456 # Create "$as_dir" as a directory, including parents if necessary.
11457 as_fn_mkdir_p ()
11460 case $as_dir in #(
11461 -*) as_dir=./$as_dir;;
11462 esac
11463 test -d "$as_dir" || eval $as_mkdir_p || {
11464 as_dirs=
11465 while :; do
11466 case $as_dir in #(
11467 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11468 *) as_qdir=$as_dir;;
11469 esac
11470 as_dirs="'$as_qdir' $as_dirs"
11471 as_dir=`$as_dirname -- "$as_dir" ||
11472 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11473 X"$as_dir" : 'X\(//\)[^/]' \| \
11474 X"$as_dir" : 'X\(//\)$' \| \
11475 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11476 $as_echo X"$as_dir" |
11477 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11478 s//\1/
11481 /^X\(\/\/\)[^/].*/{
11482 s//\1/
11485 /^X\(\/\/\)$/{
11486 s//\1/
11489 /^X\(\/\).*/{
11490 s//\1/
11493 s/.*/./; q'`
11494 test -d "$as_dir" && break
11495 done
11496 test -z "$as_dirs" || eval "mkdir $as_dirs"
11497 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
11500 } # as_fn_mkdir_p
11501 if mkdir -p . 2>/dev/null; then
11502 as_mkdir_p='mkdir -p "$as_dir"'
11503 else
11504 test -d ./-p && rmdir ./-p
11505 as_mkdir_p=false
11508 if test -x / >/dev/null 2>&1; then
11509 as_test_x='test -x'
11510 else
11511 if ls -dL / >/dev/null 2>&1; then
11512 as_ls_L_option=L
11513 else
11514 as_ls_L_option=
11516 as_test_x='
11517 eval sh -c '\''
11518 if test -d "$1"; then
11519 test -d "$1/.";
11520 else
11521 case $1 in #(
11522 -*)set "./$1";;
11523 esac;
11524 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
11525 ???[sx]*):;;*)false;;esac;fi
11526 '\'' sh
11529 as_executable_p=$as_test_x
11531 # Sed expression to map a string onto a valid CPP name.
11532 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11534 # Sed expression to map a string onto a valid variable name.
11535 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11538 exec 6>&1
11539 ## ----------------------------------- ##
11540 ## Main body of $CONFIG_STATUS script. ##
11541 ## ----------------------------------- ##
11542 _ASEOF
11543 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
11545 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11546 # Save the log message, to keep $0 and so on meaningful, and to
11547 # report actual input values of CONFIG_FILES etc. instead of their
11548 # values after options handling.
11549 ac_log="
11550 This file was extended by LTO plugin for ld $as_me 0.1, which was
11551 generated by GNU Autoconf 2.64. Invocation command line was
11553 CONFIG_FILES = $CONFIG_FILES
11554 CONFIG_HEADERS = $CONFIG_HEADERS
11555 CONFIG_LINKS = $CONFIG_LINKS
11556 CONFIG_COMMANDS = $CONFIG_COMMANDS
11557 $ $0 $@
11559 on `(hostname || uname -n) 2>/dev/null | sed 1q`
11562 _ACEOF
11564 case $ac_config_files in *"
11565 "*) set x $ac_config_files; shift; ac_config_files=$*;;
11566 esac
11568 case $ac_config_headers in *"
11569 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
11570 esac
11573 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11574 # Files that config.status was made for.
11575 config_files="$ac_config_files"
11576 config_headers="$ac_config_headers"
11577 config_commands="$ac_config_commands"
11579 _ACEOF
11581 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11582 ac_cs_usage="\
11583 \`$as_me' instantiates files and other configuration actions
11584 from templates according to the current configuration. Unless the files
11585 and actions are specified as TAGs, all are instantiated by default.
11587 Usage: $0 [OPTION]... [TAG]...
11589 -h, --help print this help, then exit
11590 -V, --version print version number and configuration settings, then exit
11591 -q, --quiet, --silent
11592 do not print progress messages
11593 -d, --debug don't remove temporary files
11594 --recheck update $as_me by reconfiguring in the same conditions
11595 --file=FILE[:TEMPLATE]
11596 instantiate the configuration file FILE
11597 --header=FILE[:TEMPLATE]
11598 instantiate the configuration header FILE
11600 Configuration files:
11601 $config_files
11603 Configuration headers:
11604 $config_headers
11606 Configuration commands:
11607 $config_commands
11609 Report bugs to the package provider."
11611 _ACEOF
11612 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11613 ac_cs_version="\\
11614 LTO plugin for ld config.status 0.1
11615 configured by $0, generated by GNU Autoconf 2.64,
11616 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
11618 Copyright (C) 2009 Free Software Foundation, Inc.
11619 This config.status script is free software; the Free Software Foundation
11620 gives unlimited permission to copy, distribute and modify it."
11622 ac_pwd='$ac_pwd'
11623 srcdir='$srcdir'
11624 INSTALL='$INSTALL'
11625 MKDIR_P='$MKDIR_P'
11626 AWK='$AWK'
11627 test -n "\$AWK" || AWK=awk
11628 _ACEOF
11630 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11631 # The default lists apply if the user does not specify any file.
11632 ac_need_defaults=:
11633 while test $# != 0
11635 case $1 in
11636 --*=*)
11637 ac_option=`expr "X$1" : 'X\([^=]*\)='`
11638 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
11639 ac_shift=:
11642 ac_option=$1
11643 ac_optarg=$2
11644 ac_shift=shift
11646 esac
11648 case $ac_option in
11649 # Handling of the options.
11650 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11651 ac_cs_recheck=: ;;
11652 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
11653 $as_echo "$ac_cs_version"; exit ;;
11654 --debug | --debu | --deb | --de | --d | -d )
11655 debug=: ;;
11656 --file | --fil | --fi | --f )
11657 $ac_shift
11658 case $ac_optarg in
11659 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11660 esac
11661 as_fn_append CONFIG_FILES " '$ac_optarg'"
11662 ac_need_defaults=false;;
11663 --header | --heade | --head | --hea )
11664 $ac_shift
11665 case $ac_optarg in
11666 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11667 esac
11668 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
11669 ac_need_defaults=false;;
11670 --he | --h)
11671 # Conflict between --help and --header
11672 as_fn_error "ambiguous option: \`$1'
11673 Try \`$0 --help' for more information.";;
11674 --help | --hel | -h )
11675 $as_echo "$ac_cs_usage"; exit ;;
11676 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
11677 | -silent | --silent | --silen | --sile | --sil | --si | --s)
11678 ac_cs_silent=: ;;
11680 # This is an error.
11681 -*) as_fn_error "unrecognized option: \`$1'
11682 Try \`$0 --help' for more information." ;;
11684 *) as_fn_append ac_config_targets " $1"
11685 ac_need_defaults=false ;;
11687 esac
11688 shift
11689 done
11691 ac_configure_extra_args=
11693 if $ac_cs_silent; then
11694 exec 6>/dev/null
11695 ac_configure_extra_args="$ac_configure_extra_args --silent"
11698 _ACEOF
11699 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11700 if \$ac_cs_recheck; then
11701 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
11702 shift
11703 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
11704 CONFIG_SHELL='$SHELL'
11705 export CONFIG_SHELL
11706 exec "\$@"
11709 _ACEOF
11710 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11711 exec 5>>config.log
11713 echo
11714 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
11715 ## Running $as_me. ##
11716 _ASBOX
11717 $as_echo "$ac_log"
11718 } >&5
11720 _ACEOF
11721 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11723 # INIT-COMMANDS
11725 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
11728 # The HP-UX ksh and POSIX shell print the target directory to stdout
11729 # if CDPATH is set.
11730 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11732 sed_quote_subst='$sed_quote_subst'
11733 double_quote_subst='$double_quote_subst'
11734 delay_variable_subst='$delay_variable_subst'
11735 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
11736 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
11737 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
11738 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
11739 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
11740 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
11741 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
11742 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
11743 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
11744 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
11745 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
11746 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
11747 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
11748 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
11749 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
11750 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
11751 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
11752 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
11753 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
11754 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
11755 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
11756 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
11757 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
11758 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
11759 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
11760 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
11761 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
11762 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
11763 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
11764 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
11765 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
11766 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
11767 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
11768 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
11769 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
11770 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
11771 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
11772 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
11773 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
11774 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
11775 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
11776 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
11777 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
11778 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
11779 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
11780 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
11781 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
11782 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
11783 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"`'
11784 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
11785 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
11786 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
11787 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
11788 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
11789 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
11790 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
11791 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
11792 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
11793 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
11794 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
11795 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
11796 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
11797 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
11798 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
11799 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
11800 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
11801 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
11802 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
11803 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
11804 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
11805 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
11806 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
11807 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
11808 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
11809 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
11810 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
11811 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
11812 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
11813 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
11814 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
11815 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
11816 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
11817 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
11818 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
11819 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
11820 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
11821 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
11822 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
11823 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
11824 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
11825 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
11826 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
11827 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
11828 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
11829 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
11830 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
11831 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
11832 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
11833 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
11834 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
11835 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
11836 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
11837 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
11838 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
11839 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
11840 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
11841 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
11842 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
11843 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
11844 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
11845 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
11846 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
11847 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
11848 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
11849 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
11850 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
11851 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
11852 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
11853 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
11854 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
11856 LTCC='$LTCC'
11857 LTCFLAGS='$LTCFLAGS'
11858 compiler='$compiler_DEFAULT'
11860 # A function that is used when there is no print builtin or printf.
11861 func_fallback_echo ()
11863 eval 'cat <<_LTECHO_EOF
11865 _LTECHO_EOF'
11868 # Quote evaled strings.
11869 for var in SHELL \
11870 ECHO \
11871 SED \
11872 GREP \
11873 EGREP \
11874 FGREP \
11875 LD \
11876 NM \
11877 LN_S \
11878 lt_SP2NL \
11879 lt_NL2SP \
11880 reload_flag \
11881 OBJDUMP \
11882 deplibs_check_method \
11883 file_magic_cmd \
11884 AR \
11885 AR_FLAGS \
11886 STRIP \
11887 RANLIB \
11888 CC \
11889 CFLAGS \
11890 compiler \
11891 lt_cv_sys_global_symbol_pipe \
11892 lt_cv_sys_global_symbol_to_cdecl \
11893 lt_cv_sys_global_symbol_to_c_name_address \
11894 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
11895 lt_prog_compiler_no_builtin_flag \
11896 lt_prog_compiler_wl \
11897 lt_prog_compiler_pic \
11898 lt_prog_compiler_static \
11899 lt_cv_prog_compiler_c_o \
11900 need_locks \
11901 DSYMUTIL \
11902 NMEDIT \
11903 LIPO \
11904 OTOOL \
11905 OTOOL64 \
11906 shrext_cmds \
11907 export_dynamic_flag_spec \
11908 whole_archive_flag_spec \
11909 compiler_needs_object \
11910 with_gnu_ld \
11911 allow_undefined_flag \
11912 no_undefined_flag \
11913 hardcode_libdir_flag_spec \
11914 hardcode_libdir_flag_spec_ld \
11915 hardcode_libdir_separator \
11916 fix_srcfile_path \
11917 exclude_expsyms \
11918 include_expsyms \
11919 file_list_spec \
11920 variables_saved_for_relink \
11921 libname_spec \
11922 library_names_spec \
11923 soname_spec \
11924 install_override_mode \
11925 finish_eval \
11926 old_striplib \
11927 striplib; do
11928 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
11929 *[\\\\\\\`\\"\\\$]*)
11930 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
11933 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
11935 esac
11936 done
11938 # Double-quote double-evaled strings.
11939 for var in reload_cmds \
11940 old_postinstall_cmds \
11941 old_postuninstall_cmds \
11942 old_archive_cmds \
11943 extract_expsyms_cmds \
11944 old_archive_from_new_cmds \
11945 old_archive_from_expsyms_cmds \
11946 archive_cmds \
11947 archive_expsym_cmds \
11948 module_cmds \
11949 module_expsym_cmds \
11950 export_symbols_cmds \
11951 prelink_cmds \
11952 postinstall_cmds \
11953 postuninstall_cmds \
11954 finish_cmds \
11955 sys_lib_search_path_spec \
11956 sys_lib_dlsearch_path_spec; do
11957 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
11958 *[\\\\\\\`\\"\\\$]*)
11959 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
11962 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
11964 esac
11965 done
11967 ac_aux_dir='$ac_aux_dir'
11968 xsi_shell='$xsi_shell'
11969 lt_shell_append='$lt_shell_append'
11971 # See if we are running on zsh, and set the options which allow our
11972 # commands through without removal of \ escapes INIT.
11973 if test -n "\${ZSH_VERSION+set}" ; then
11974 setopt NO_GLOB_SUBST
11978 PACKAGE='$PACKAGE'
11979 VERSION='$VERSION'
11980 TIMESTAMP='$TIMESTAMP'
11981 RM='$RM'
11982 ofile='$ofile'
11987 _ACEOF
11989 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11991 # Handling of arguments.
11992 for ac_config_target in $ac_config_targets
11994 case $ac_config_target in
11995 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
11996 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
11997 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
11998 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
12000 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
12001 esac
12002 done
12005 # If the user did not use the arguments to specify the items to instantiate,
12006 # then the envvar interface is used. Set only those that are not.
12007 # We use the long form for the default assignment because of an extremely
12008 # bizarre bug on SunOS 4.1.3.
12009 if $ac_need_defaults; then
12010 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12011 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12012 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12015 # Have a temporary directory for convenience. Make it in the build tree
12016 # simply because there is no reason against having it here, and in addition,
12017 # creating and moving files from /tmp can sometimes cause problems.
12018 # Hook for its removal unless debugging.
12019 # Note that there is a small window in which the directory will not be cleaned:
12020 # after its creation but before its name has been assigned to `$tmp'.
12021 $debug ||
12023 tmp=
12024 trap 'exit_status=$?
12025 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
12027 trap 'as_fn_exit 1' 1 2 13 15
12029 # Create a (secure) tmp directory for tmp files.
12032 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12033 test -n "$tmp" && test -d "$tmp"
12034 } ||
12036 tmp=./conf$$-$RANDOM
12037 (umask 077 && mkdir "$tmp")
12038 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
12040 # Set up the scripts for CONFIG_FILES section.
12041 # No need to generate them if there are no CONFIG_FILES.
12042 # This happens for instance with `./config.status config.h'.
12043 if test -n "$CONFIG_FILES"; then
12046 ac_cr=`echo X | tr X '\015'`
12047 # On cygwin, bash can eat \r inside `` if the user requested igncr.
12048 # But we know of no other shell where ac_cr would be empty at this
12049 # point, so we can use a bashism as a fallback.
12050 if test "x$ac_cr" = x; then
12051 eval ac_cr=\$\'\\r\'
12053 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12054 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12055 ac_cs_awk_cr='\r'
12056 else
12057 ac_cs_awk_cr=$ac_cr
12060 echo 'BEGIN {' >"$tmp/subs1.awk" &&
12061 _ACEOF
12065 echo "cat >conf$$subs.awk <<_ACEOF" &&
12066 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12067 echo "_ACEOF"
12068 } >conf$$subs.sh ||
12069 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12070 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
12071 ac_delim='%!_!# '
12072 for ac_last_try in false false false false false :; do
12073 . ./conf$$subs.sh ||
12074 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12076 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12077 if test $ac_delim_n = $ac_delim_num; then
12078 break
12079 elif $ac_last_try; then
12080 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12081 else
12082 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12084 done
12085 rm -f conf$$subs.sh
12087 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12088 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
12089 _ACEOF
12090 sed -n '
12092 s/^/S["/; s/!.*/"]=/
12095 s/^[^!]*!//
12096 :repl
12097 t repl
12098 s/'"$ac_delim"'$//
12099 t delim
12102 s/\(.\{148\}\).*/\1/
12103 t more1
12104 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12107 b repl
12108 :more1
12109 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12112 s/.\{148\}//
12113 t nl
12114 :delim
12116 s/\(.\{148\}\).*/\1/
12117 t more2
12118 s/["\\]/\\&/g; s/^/"/; s/$/"/
12121 :more2
12122 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12125 s/.\{148\}//
12126 t delim
12127 ' <conf$$subs.awk | sed '
12128 /^[^""]/{
12130 s/\n//
12132 ' >>$CONFIG_STATUS || ac_write_fail=1
12133 rm -f conf$$subs.awk
12134 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12135 _ACAWK
12136 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
12137 for (key in S) S_is_set[key] = 1
12138 FS = "\a"
12142 line = $ 0
12143 nfields = split(line, field, "@")
12144 substed = 0
12145 len = length(field[1])
12146 for (i = 2; i < nfields; i++) {
12147 key = field[i]
12148 keylen = length(key)
12149 if (S_is_set[key]) {
12150 value = S[key]
12151 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12152 len += length(value) + length(field[++i])
12153 substed = 1
12154 } else
12155 len += 1 + keylen
12158 print line
12161 _ACAWK
12162 _ACEOF
12163 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12164 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12165 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12166 else
12168 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
12169 || as_fn_error "could not setup config files machinery" "$LINENO" 5
12170 _ACEOF
12172 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12173 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12174 # trailing colons and then remove the whole line if VPATH becomes empty
12175 # (actually we leave an empty line to preserve line numbers).
12176 if test "x$srcdir" = x.; then
12177 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12178 s/:*\$(srcdir):*/:/
12179 s/:*\${srcdir}:*/:/
12180 s/:*@srcdir@:*/:/
12181 s/^\([^=]*=[ ]*\):*/\1/
12182 s/:*$//
12183 s/^[^=]*=[ ]*$//
12187 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12188 fi # test -n "$CONFIG_FILES"
12190 # Set up the scripts for CONFIG_HEADERS section.
12191 # No need to generate them if there are no CONFIG_HEADERS.
12192 # This happens for instance with `./config.status Makefile'.
12193 if test -n "$CONFIG_HEADERS"; then
12194 cat >"$tmp/defines.awk" <<\_ACAWK ||
12195 BEGIN {
12196 _ACEOF
12198 # Transform confdefs.h into an awk script `defines.awk', embedded as
12199 # here-document in config.status, that substitutes the proper values into
12200 # config.h.in to produce config.h.
12202 # Create a delimiter string that does not exist in confdefs.h, to ease
12203 # handling of long lines.
12204 ac_delim='%!_!# '
12205 for ac_last_try in false false :; do
12206 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
12207 if test -z "$ac_t"; then
12208 break
12209 elif $ac_last_try; then
12210 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
12211 else
12212 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12214 done
12216 # For the awk script, D is an array of macro values keyed by name,
12217 # likewise P contains macro parameters if any. Preserve backslash
12218 # newline sequences.
12220 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12221 sed -n '
12222 s/.\{148\}/&'"$ac_delim"'/g
12223 t rset
12224 :rset
12225 s/^[ ]*#[ ]*define[ ][ ]*/ /
12226 t def
12228 :def
12229 s/\\$//
12230 t bsnl
12231 s/["\\]/\\&/g
12232 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12233 D["\1"]=" \3"/p
12234 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12236 :bsnl
12237 s/["\\]/\\&/g
12238 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12239 D["\1"]=" \3\\\\\\n"\\/p
12240 t cont
12241 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12242 t cont
12244 :cont
12246 s/.\{148\}/&'"$ac_delim"'/g
12247 t clear
12248 :clear
12249 s/\\$//
12250 t bsnlc
12251 s/["\\]/\\&/g; s/^/"/; s/$/"/p
12253 :bsnlc
12254 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12255 b cont
12256 ' <confdefs.h | sed '
12257 s/'"$ac_delim"'/"\\\
12258 "/g' >>$CONFIG_STATUS || ac_write_fail=1
12260 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12261 for (key in D) D_is_set[key] = 1
12262 FS = "\a"
12264 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12265 line = \$ 0
12266 split(line, arg, " ")
12267 if (arg[1] == "#") {
12268 defundef = arg[2]
12269 mac1 = arg[3]
12270 } else {
12271 defundef = substr(arg[1], 2)
12272 mac1 = arg[2]
12274 split(mac1, mac2, "(") #)
12275 macro = mac2[1]
12276 prefix = substr(line, 1, index(line, defundef) - 1)
12277 if (D_is_set[macro]) {
12278 # Preserve the white space surrounding the "#".
12279 print prefix "define", macro P[macro] D[macro]
12280 next
12281 } else {
12282 # Replace #undef with comments. This is necessary, for example,
12283 # in the case of _POSIX_SOURCE, which is predefined and required
12284 # on some systems where configure will not decide to define it.
12285 if (defundef == "undef") {
12286 print "/*", prefix defundef, macro, "*/"
12287 next
12291 { print }
12292 _ACAWK
12293 _ACEOF
12294 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12295 as_fn_error "could not setup config headers machinery" "$LINENO" 5
12296 fi # test -n "$CONFIG_HEADERS"
12299 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
12300 shift
12301 for ac_tag
12303 case $ac_tag in
12304 :[FHLC]) ac_mode=$ac_tag; continue;;
12305 esac
12306 case $ac_mode$ac_tag in
12307 :[FHL]*:*);;
12308 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
12309 :[FH]-) ac_tag=-:-;;
12310 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12311 esac
12312 ac_save_IFS=$IFS
12313 IFS=:
12314 set x $ac_tag
12315 IFS=$ac_save_IFS
12316 shift
12317 ac_file=$1
12318 shift
12320 case $ac_mode in
12321 :L) ac_source=$1;;
12322 :[FH])
12323 ac_file_inputs=
12324 for ac_f
12326 case $ac_f in
12327 -) ac_f="$tmp/stdin";;
12328 *) # Look for the file first in the build tree, then in the source tree
12329 # (if the path is not absolute). The absolute path cannot be DOS-style,
12330 # because $ac_f cannot contain `:'.
12331 test -f "$ac_f" ||
12332 case $ac_f in
12333 [\\/$]*) false;;
12334 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12335 esac ||
12336 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
12337 esac
12338 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12339 as_fn_append ac_file_inputs " '$ac_f'"
12340 done
12342 # Let's still pretend it is `configure' which instantiates (i.e., don't
12343 # use $as_me), people would be surprised to read:
12344 # /* config.h. Generated by config.status. */
12345 configure_input='Generated from '`
12346 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12347 `' by configure.'
12348 if test x"$ac_file" != x-; then
12349 configure_input="$ac_file. $configure_input"
12350 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12351 $as_echo "$as_me: creating $ac_file" >&6;}
12353 # Neutralize special characters interpreted by sed in replacement strings.
12354 case $configure_input in #(
12355 *\&* | *\|* | *\\* )
12356 ac_sed_conf_input=`$as_echo "$configure_input" |
12357 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12358 *) ac_sed_conf_input=$configure_input;;
12359 esac
12361 case $ac_tag in
12362 *:-:* | *:-) cat >"$tmp/stdin" \
12363 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
12364 esac
12366 esac
12368 ac_dir=`$as_dirname -- "$ac_file" ||
12369 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12370 X"$ac_file" : 'X\(//\)[^/]' \| \
12371 X"$ac_file" : 'X\(//\)$' \| \
12372 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12373 $as_echo X"$ac_file" |
12374 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12375 s//\1/
12378 /^X\(\/\/\)[^/].*/{
12379 s//\1/
12382 /^X\(\/\/\)$/{
12383 s//\1/
12386 /^X\(\/\).*/{
12387 s//\1/
12390 s/.*/./; q'`
12391 as_dir="$ac_dir"; as_fn_mkdir_p
12392 ac_builddir=.
12394 case "$ac_dir" in
12395 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12397 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12398 # A ".." for each directory in $ac_dir_suffix.
12399 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12400 case $ac_top_builddir_sub in
12401 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12402 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12403 esac ;;
12404 esac
12405 ac_abs_top_builddir=$ac_pwd
12406 ac_abs_builddir=$ac_pwd$ac_dir_suffix
12407 # for backward compatibility:
12408 ac_top_builddir=$ac_top_build_prefix
12410 case $srcdir in
12411 .) # We are building in place.
12412 ac_srcdir=.
12413 ac_top_srcdir=$ac_top_builddir_sub
12414 ac_abs_top_srcdir=$ac_pwd ;;
12415 [\\/]* | ?:[\\/]* ) # Absolute name.
12416 ac_srcdir=$srcdir$ac_dir_suffix;
12417 ac_top_srcdir=$srcdir
12418 ac_abs_top_srcdir=$srcdir ;;
12419 *) # Relative name.
12420 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12421 ac_top_srcdir=$ac_top_build_prefix$srcdir
12422 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
12423 esac
12424 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
12427 case $ac_mode in
12430 # CONFIG_FILE
12433 case $INSTALL in
12434 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12435 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
12436 esac
12437 ac_MKDIR_P=$MKDIR_P
12438 case $MKDIR_P in
12439 [\\/$]* | ?:[\\/]* ) ;;
12440 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
12441 esac
12442 _ACEOF
12444 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12445 # If the template does not know about datarootdir, expand it.
12446 # FIXME: This hack should be removed a few years after 2.60.
12447 ac_datarootdir_hack=; ac_datarootdir_seen=
12448 ac_sed_dataroot='
12449 /datarootdir/ {
12453 /@datadir@/p
12454 /@docdir@/p
12455 /@infodir@/p
12456 /@localedir@/p
12457 /@mandir@/p'
12458 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12459 *datarootdir*) ac_datarootdir_seen=yes;;
12460 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12461 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12462 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12463 _ACEOF
12464 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12465 ac_datarootdir_hack='
12466 s&@datadir@&$datadir&g
12467 s&@docdir@&$docdir&g
12468 s&@infodir@&$infodir&g
12469 s&@localedir@&$localedir&g
12470 s&@mandir@&$mandir&g
12471 s&\\\${datarootdir}&$datarootdir&g' ;;
12472 esac
12473 _ACEOF
12475 # Neutralize VPATH when `$srcdir' = `.'.
12476 # Shell code in configure.ac might set extrasub.
12477 # FIXME: do we really want to maintain this feature?
12478 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12479 ac_sed_extra="$ac_vpsub
12480 $extrasub
12481 _ACEOF
12482 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12484 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12485 s|@configure_input@|$ac_sed_conf_input|;t t
12486 s&@top_builddir@&$ac_top_builddir_sub&;t t
12487 s&@top_build_prefix@&$ac_top_build_prefix&;t t
12488 s&@srcdir@&$ac_srcdir&;t t
12489 s&@abs_srcdir@&$ac_abs_srcdir&;t t
12490 s&@top_srcdir@&$ac_top_srcdir&;t t
12491 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12492 s&@builddir@&$ac_builddir&;t t
12493 s&@abs_builddir@&$ac_abs_builddir&;t t
12494 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12495 s&@INSTALL@&$ac_INSTALL&;t t
12496 s&@MKDIR_P@&$ac_MKDIR_P&;t t
12497 $ac_datarootdir_hack
12499 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
12500 || as_fn_error "could not create $ac_file" "$LINENO" 5
12502 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
12503 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
12504 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
12505 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12506 which seems to be undefined. Please make sure it is defined." >&5
12507 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12508 which seems to be undefined. Please make sure it is defined." >&2;}
12510 rm -f "$tmp/stdin"
12511 case $ac_file in
12512 -) cat "$tmp/out" && rm -f "$tmp/out";;
12513 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
12514 esac \
12515 || as_fn_error "could not create $ac_file" "$LINENO" 5
12519 # CONFIG_HEADER
12521 if test x"$ac_file" != x-; then
12523 $as_echo "/* $configure_input */" \
12524 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
12525 } >"$tmp/config.h" \
12526 || as_fn_error "could not create $ac_file" "$LINENO" 5
12527 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
12528 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
12529 $as_echo "$as_me: $ac_file is unchanged" >&6;}
12530 else
12531 rm -f "$ac_file"
12532 mv "$tmp/config.h" "$ac_file" \
12533 || as_fn_error "could not create $ac_file" "$LINENO" 5
12535 else
12536 $as_echo "/* $configure_input */" \
12537 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
12538 || as_fn_error "could not create -" "$LINENO" 5
12540 # Compute "$ac_file"'s index in $config_headers.
12541 _am_arg="$ac_file"
12542 _am_stamp_count=1
12543 for _am_header in $config_headers :; do
12544 case $_am_header in
12545 $_am_arg | $_am_arg:* )
12546 break ;;
12548 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
12549 esac
12550 done
12551 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
12552 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12553 X"$_am_arg" : 'X\(//\)[^/]' \| \
12554 X"$_am_arg" : 'X\(//\)$' \| \
12555 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
12556 $as_echo X"$_am_arg" |
12557 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12558 s//\1/
12561 /^X\(\/\/\)[^/].*/{
12562 s//\1/
12565 /^X\(\/\/\)$/{
12566 s//\1/
12569 /^X\(\/\).*/{
12570 s//\1/
12573 s/.*/./; q'`/stamp-h$_am_stamp_count
12576 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12577 $as_echo "$as_me: executing $ac_file commands" >&6;}
12579 esac
12582 case $ac_file$ac_mode in
12583 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
12584 # Autoconf 2.62 quotes --file arguments for eval, but not when files
12585 # are listed without --file. Let's play safe and only enable the eval
12586 # if we detect the quoting.
12587 case $CONFIG_FILES in
12588 *\'*) eval set x "$CONFIG_FILES" ;;
12589 *) set x $CONFIG_FILES ;;
12590 esac
12591 shift
12592 for mf
12594 # Strip MF so we end up with the name of the file.
12595 mf=`echo "$mf" | sed -e 's/:.*$//'`
12596 # Check whether this is an Automake generated Makefile or not.
12597 # We used to match only the files named `Makefile.in', but
12598 # some people rename them; so instead we look at the file content.
12599 # Grep'ing the first line is not enough: some people post-process
12600 # each Makefile.in and add a new line on top of each file to say so.
12601 # Grep'ing the whole file is not good either: AIX grep has a line
12602 # limit of 2048, but all sed's we know have understand at least 4000.
12603 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
12604 dirpart=`$as_dirname -- "$mf" ||
12605 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12606 X"$mf" : 'X\(//\)[^/]' \| \
12607 X"$mf" : 'X\(//\)$' \| \
12608 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
12609 $as_echo X"$mf" |
12610 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12611 s//\1/
12614 /^X\(\/\/\)[^/].*/{
12615 s//\1/
12618 /^X\(\/\/\)$/{
12619 s//\1/
12622 /^X\(\/\).*/{
12623 s//\1/
12626 s/.*/./; q'`
12627 else
12628 continue
12630 # Extract the definition of DEPDIR, am__include, and am__quote
12631 # from the Makefile without running `make'.
12632 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
12633 test -z "$DEPDIR" && continue
12634 am__include=`sed -n 's/^am__include = //p' < "$mf"`
12635 test -z "am__include" && continue
12636 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
12637 # When using ansi2knr, U may be empty or an underscore; expand it
12638 U=`sed -n 's/^U = //p' < "$mf"`
12639 # Find all dependency output files, they are included files with
12640 # $(DEPDIR) in their names. We invoke sed twice because it is the
12641 # simplest approach to changing $(DEPDIR) to its actual value in the
12642 # expansion.
12643 for file in `sed -n "
12644 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
12645 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
12646 # Make sure the directory exists.
12647 test -f "$dirpart/$file" && continue
12648 fdir=`$as_dirname -- "$file" ||
12649 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12650 X"$file" : 'X\(//\)[^/]' \| \
12651 X"$file" : 'X\(//\)$' \| \
12652 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
12653 $as_echo X"$file" |
12654 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12655 s//\1/
12658 /^X\(\/\/\)[^/].*/{
12659 s//\1/
12662 /^X\(\/\/\)$/{
12663 s//\1/
12666 /^X\(\/\).*/{
12667 s//\1/
12670 s/.*/./; q'`
12671 as_dir=$dirpart/$fdir; as_fn_mkdir_p
12672 # echo "creating $dirpart/$file"
12673 echo '# dummy' > "$dirpart/$file"
12674 done
12675 done
12678 "libtool":C)
12680 # See if we are running on zsh, and set the options which allow our
12681 # commands through without removal of \ escapes.
12682 if test -n "${ZSH_VERSION+set}" ; then
12683 setopt NO_GLOB_SUBST
12686 cfgfile="${ofile}T"
12687 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
12688 $RM "$cfgfile"
12690 cat <<_LT_EOF >> "$cfgfile"
12691 #! $SHELL
12693 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
12694 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
12695 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12696 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
12698 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
12699 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
12700 # Written by Gordon Matzigkeit, 1996
12702 # This file is part of GNU Libtool.
12704 # GNU Libtool is free software; you can redistribute it and/or
12705 # modify it under the terms of the GNU General Public License as
12706 # published by the Free Software Foundation; either version 2 of
12707 # the License, or (at your option) any later version.
12709 # As a special exception to the GNU General Public License,
12710 # if you distribute this file as part of a program or library that
12711 # is built using GNU Libtool, you may include this file under the
12712 # same distribution terms that you use for the rest of that program.
12714 # GNU Libtool is distributed in the hope that it will be useful,
12715 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12716 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12717 # GNU General Public License for more details.
12719 # You should have received a copy of the GNU General Public License
12720 # along with GNU Libtool; see the file COPYING. If not, a copy
12721 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
12722 # obtained by writing to the Free Software Foundation, Inc.,
12723 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
12726 # The names of the tagged configurations supported by this script.
12727 available_tags=""
12729 # ### BEGIN LIBTOOL CONFIG
12731 # Which release of libtool.m4 was used?
12732 macro_version=$macro_version
12733 macro_revision=$macro_revision
12735 # Whether or not to build shared libraries.
12736 build_libtool_libs=$enable_shared
12738 # Whether or not to build static libraries.
12739 build_old_libs=$enable_static
12741 # What type of objects to build.
12742 pic_mode=$pic_mode
12744 # Whether or not to optimize for fast installation.
12745 fast_install=$enable_fast_install
12747 # Shell to use when invoking shell scripts.
12748 SHELL=$lt_SHELL
12750 # An echo program that protects backslashes.
12751 ECHO=$lt_ECHO
12753 # The host system.
12754 host_alias=$host_alias
12755 host=$host
12756 host_os=$host_os
12758 # The build system.
12759 build_alias=$build_alias
12760 build=$build
12761 build_os=$build_os
12763 # A sed program that does not truncate output.
12764 SED=$lt_SED
12766 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
12767 Xsed="\$SED -e 1s/^X//"
12769 # A grep program that handles long lines.
12770 GREP=$lt_GREP
12772 # An ERE matcher.
12773 EGREP=$lt_EGREP
12775 # A literal string matcher.
12776 FGREP=$lt_FGREP
12778 # A BSD- or MS-compatible name lister.
12779 NM=$lt_NM
12781 # Whether we need soft or hard links.
12782 LN_S=$lt_LN_S
12784 # What is the maximum length of a command?
12785 max_cmd_len=$max_cmd_len
12787 # Object file suffix (normally "o").
12788 objext=$ac_objext
12790 # Executable file suffix (normally "").
12791 exeext=$exeext
12793 # whether the shell understands "unset".
12794 lt_unset=$lt_unset
12796 # turn spaces into newlines.
12797 SP2NL=$lt_lt_SP2NL
12799 # turn newlines into spaces.
12800 NL2SP=$lt_lt_NL2SP
12802 # An object symbol dumper.
12803 OBJDUMP=$lt_OBJDUMP
12805 # Method to check whether dependent libraries are shared objects.
12806 deplibs_check_method=$lt_deplibs_check_method
12808 # Command to use when deplibs_check_method == "file_magic".
12809 file_magic_cmd=$lt_file_magic_cmd
12811 # The archiver.
12812 AR=$lt_AR
12813 AR_FLAGS=$lt_AR_FLAGS
12815 # A symbol stripping program.
12816 STRIP=$lt_STRIP
12818 # Commands used to install an old-style archive.
12819 RANLIB=$lt_RANLIB
12820 old_postinstall_cmds=$lt_old_postinstall_cmds
12821 old_postuninstall_cmds=$lt_old_postuninstall_cmds
12823 # Whether to use a lock for old archive extraction.
12824 lock_old_archive_extraction=$lock_old_archive_extraction
12826 # A C compiler.
12827 LTCC=$lt_CC
12829 # LTCC compiler flags.
12830 LTCFLAGS=$lt_CFLAGS
12832 # Take the output of nm and produce a listing of raw symbols and C names.
12833 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
12835 # Transform the output of nm in a proper C declaration.
12836 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
12838 # Transform the output of nm in a C name address pair.
12839 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
12841 # Transform the output of nm in a C name address pair when lib prefix is needed.
12842 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
12844 # The name of the directory that contains temporary libtool files.
12845 objdir=$objdir
12847 # Used to examine libraries when file_magic_cmd begins with "file".
12848 MAGIC_CMD=$MAGIC_CMD
12850 # Must we lock files when doing compilation?
12851 need_locks=$lt_need_locks
12853 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
12854 DSYMUTIL=$lt_DSYMUTIL
12856 # Tool to change global to local symbols on Mac OS X.
12857 NMEDIT=$lt_NMEDIT
12859 # Tool to manipulate fat objects and archives on Mac OS X.
12860 LIPO=$lt_LIPO
12862 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
12863 OTOOL=$lt_OTOOL
12865 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
12866 OTOOL64=$lt_OTOOL64
12868 # Old archive suffix (normally "a").
12869 libext=$libext
12871 # Shared library suffix (normally ".so").
12872 shrext_cmds=$lt_shrext_cmds
12874 # The commands to extract the exported symbol list from a shared archive.
12875 extract_expsyms_cmds=$lt_extract_expsyms_cmds
12877 # Variables whose values should be saved in libtool wrapper scripts and
12878 # restored at link time.
12879 variables_saved_for_relink=$lt_variables_saved_for_relink
12881 # Do we need the "lib" prefix for modules?
12882 need_lib_prefix=$need_lib_prefix
12884 # Do we need a version for libraries?
12885 need_version=$need_version
12887 # Library versioning type.
12888 version_type=$version_type
12890 # Shared library runtime path variable.
12891 runpath_var=$runpath_var
12893 # Shared library path variable.
12894 shlibpath_var=$shlibpath_var
12896 # Is shlibpath searched before the hard-coded library search path?
12897 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
12899 # Format of library name prefix.
12900 libname_spec=$lt_libname_spec
12902 # List of archive names. First name is the real one, the rest are links.
12903 # The last name is the one that the linker finds with -lNAME
12904 library_names_spec=$lt_library_names_spec
12906 # The coded name of the library, if different from the real name.
12907 soname_spec=$lt_soname_spec
12909 # Permission mode override for installation of shared libraries.
12910 install_override_mode=$lt_install_override_mode
12912 # Command to use after installation of a shared archive.
12913 postinstall_cmds=$lt_postinstall_cmds
12915 # Command to use after uninstallation of a shared archive.
12916 postuninstall_cmds=$lt_postuninstall_cmds
12918 # Commands used to finish a libtool library installation in a directory.
12919 finish_cmds=$lt_finish_cmds
12921 # As "finish_cmds", except a single script fragment to be evaled but
12922 # not shown.
12923 finish_eval=$lt_finish_eval
12925 # Whether we should hardcode library paths into libraries.
12926 hardcode_into_libs=$hardcode_into_libs
12928 # Compile-time system search path for libraries.
12929 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
12931 # Run-time system search path for libraries.
12932 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
12934 # Whether dlopen is supported.
12935 dlopen_support=$enable_dlopen
12937 # Whether dlopen of programs is supported.
12938 dlopen_self=$enable_dlopen_self
12940 # Whether dlopen of statically linked programs is supported.
12941 dlopen_self_static=$enable_dlopen_self_static
12943 # Commands to strip libraries.
12944 old_striplib=$lt_old_striplib
12945 striplib=$lt_striplib
12948 # The linker used to build libraries.
12949 LD=$lt_LD
12951 # How to create reloadable object files.
12952 reload_flag=$lt_reload_flag
12953 reload_cmds=$lt_reload_cmds
12955 # Commands used to build an old-style archive.
12956 old_archive_cmds=$lt_old_archive_cmds
12958 # A language specific compiler.
12959 CC=$lt_compiler
12961 # Is the compiler the GNU compiler?
12962 with_gcc=$GCC
12964 # Compiler flag to turn off builtin functions.
12965 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
12967 # How to pass a linker flag through the compiler.
12968 wl=$lt_lt_prog_compiler_wl
12970 # Additional compiler flags for building library objects.
12971 pic_flag=$lt_lt_prog_compiler_pic
12973 # Compiler flag to prevent dynamic linking.
12974 link_static_flag=$lt_lt_prog_compiler_static
12976 # Does compiler simultaneously support -c and -o options?
12977 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
12979 # Whether or not to add -lc for building shared libraries.
12980 build_libtool_need_lc=$archive_cmds_need_lc
12982 # Whether or not to disallow shared libs when runtime libs are static.
12983 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
12985 # Compiler flag to allow reflexive dlopens.
12986 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
12988 # Compiler flag to generate shared objects directly from archives.
12989 whole_archive_flag_spec=$lt_whole_archive_flag_spec
12991 # Whether the compiler copes with passing no objects directly.
12992 compiler_needs_object=$lt_compiler_needs_object
12994 # Create an old-style archive from a shared archive.
12995 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
12997 # Create a temporary old-style archive to link instead of a shared archive.
12998 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13000 # Commands used to build a shared archive.
13001 archive_cmds=$lt_archive_cmds
13002 archive_expsym_cmds=$lt_archive_expsym_cmds
13004 # Commands used to build a loadable module if different from building
13005 # a shared archive.
13006 module_cmds=$lt_module_cmds
13007 module_expsym_cmds=$lt_module_expsym_cmds
13009 # Whether we are building with GNU ld or not.
13010 with_gnu_ld=$lt_with_gnu_ld
13012 # Flag that allows shared libraries with undefined symbols to be built.
13013 allow_undefined_flag=$lt_allow_undefined_flag
13015 # Flag that enforces no undefined symbols.
13016 no_undefined_flag=$lt_no_undefined_flag
13018 # Flag to hardcode \$libdir into a binary during linking.
13019 # This must work even if \$libdir does not exist
13020 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13022 # If ld is used when linking, flag to hardcode \$libdir into a binary
13023 # during linking. This must work even if \$libdir does not exist.
13024 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13026 # Whether we need a single "-rpath" flag with a separated argument.
13027 hardcode_libdir_separator=$lt_hardcode_libdir_separator
13029 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13030 # DIR into the resulting binary.
13031 hardcode_direct=$hardcode_direct
13033 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13034 # DIR into the resulting binary and the resulting library dependency is
13035 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13036 # library is relocated.
13037 hardcode_direct_absolute=$hardcode_direct_absolute
13039 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13040 # into the resulting binary.
13041 hardcode_minus_L=$hardcode_minus_L
13043 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13044 # into the resulting binary.
13045 hardcode_shlibpath_var=$hardcode_shlibpath_var
13047 # Set to "yes" if building a shared library automatically hardcodes DIR
13048 # into the library and all subsequent libraries and executables linked
13049 # against it.
13050 hardcode_automatic=$hardcode_automatic
13052 # Set to yes if linker adds runtime paths of dependent libraries
13053 # to runtime path list.
13054 inherit_rpath=$inherit_rpath
13056 # Whether libtool must link a program against all its dependency libraries.
13057 link_all_deplibs=$link_all_deplibs
13059 # Fix the shell variable \$srcfile for the compiler.
13060 fix_srcfile_path=$lt_fix_srcfile_path
13062 # Set to "yes" if exported symbols are required.
13063 always_export_symbols=$always_export_symbols
13065 # The commands to list exported symbols.
13066 export_symbols_cmds=$lt_export_symbols_cmds
13068 # Symbols that should not be listed in the preloaded symbols.
13069 exclude_expsyms=$lt_exclude_expsyms
13071 # Symbols that must always be exported.
13072 include_expsyms=$lt_include_expsyms
13074 # Commands necessary for linking programs (against libraries) with templates.
13075 prelink_cmds=$lt_prelink_cmds
13077 # Specify filename containing input files.
13078 file_list_spec=$lt_file_list_spec
13080 # How to hardcode a shared library path into an executable.
13081 hardcode_action=$hardcode_action
13083 # ### END LIBTOOL CONFIG
13085 _LT_EOF
13087 case $host_os in
13088 aix3*)
13089 cat <<\_LT_EOF >> "$cfgfile"
13090 # AIX sometimes has problems with the GCC collect2 program. For some
13091 # reason, if we set the COLLECT_NAMES environment variable, the problems
13092 # vanish in a puff of smoke.
13093 if test "X${COLLECT_NAMES+set}" != Xset; then
13094 COLLECT_NAMES=
13095 export COLLECT_NAMES
13097 _LT_EOF
13099 esac
13102 ltmain="$ac_aux_dir/ltmain.sh"
13105 # We use sed instead of cat because bash on DJGPP gets confused if
13106 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13107 # text mode, it properly converts lines to CR/LF. This bash problem
13108 # is reportedly fixed, but why not run on old versions too?
13109 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13110 || (rm -f "$cfgfile"; exit 1)
13112 case $xsi_shell in
13113 yes)
13114 cat << \_LT_EOF >> "$cfgfile"
13116 # func_dirname file append nondir_replacement
13117 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13118 # otherwise set result to NONDIR_REPLACEMENT.
13119 func_dirname ()
13121 case ${1} in
13122 */*) func_dirname_result="${1%/*}${2}" ;;
13123 * ) func_dirname_result="${3}" ;;
13124 esac
13127 # func_basename file
13128 func_basename ()
13130 func_basename_result="${1##*/}"
13133 # func_dirname_and_basename file append nondir_replacement
13134 # perform func_basename and func_dirname in a single function
13135 # call:
13136 # dirname: Compute the dirname of FILE. If nonempty,
13137 # add APPEND to the result, otherwise set result
13138 # to NONDIR_REPLACEMENT.
13139 # value returned in "$func_dirname_result"
13140 # basename: Compute filename of FILE.
13141 # value retuned in "$func_basename_result"
13142 # Implementation must be kept synchronized with func_dirname
13143 # and func_basename. For efficiency, we do not delegate to
13144 # those functions but instead duplicate the functionality here.
13145 func_dirname_and_basename ()
13147 case ${1} in
13148 */*) func_dirname_result="${1%/*}${2}" ;;
13149 * ) func_dirname_result="${3}" ;;
13150 esac
13151 func_basename_result="${1##*/}"
13154 # func_stripname prefix suffix name
13155 # strip PREFIX and SUFFIX off of NAME.
13156 # PREFIX and SUFFIX must not contain globbing or regex special
13157 # characters, hashes, percent signs, but SUFFIX may contain a leading
13158 # dot (in which case that matches only a dot).
13159 func_stripname ()
13161 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13162 # positional parameters, so assign one to ordinary parameter first.
13163 func_stripname_result=${3}
13164 func_stripname_result=${func_stripname_result#"${1}"}
13165 func_stripname_result=${func_stripname_result%"${2}"}
13168 # func_opt_split
13169 func_opt_split ()
13171 func_opt_split_opt=${1%%=*}
13172 func_opt_split_arg=${1#*=}
13175 # func_lo2o object
13176 func_lo2o ()
13178 case ${1} in
13179 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13180 *) func_lo2o_result=${1} ;;
13181 esac
13184 # func_xform libobj-or-source
13185 func_xform ()
13187 func_xform_result=${1%.*}.lo
13190 # func_arith arithmetic-term...
13191 func_arith ()
13193 func_arith_result=$(( $* ))
13196 # func_len string
13197 # STRING may not start with a hyphen.
13198 func_len ()
13200 func_len_result=${#1}
13203 _LT_EOF
13205 *) # Bourne compatible functions.
13206 cat << \_LT_EOF >> "$cfgfile"
13208 # func_dirname file append nondir_replacement
13209 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13210 # otherwise set result to NONDIR_REPLACEMENT.
13211 func_dirname ()
13213 # Extract subdirectory from the argument.
13214 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13215 if test "X$func_dirname_result" = "X${1}"; then
13216 func_dirname_result="${3}"
13217 else
13218 func_dirname_result="$func_dirname_result${2}"
13222 # func_basename file
13223 func_basename ()
13225 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13229 # func_stripname prefix suffix name
13230 # strip PREFIX and SUFFIX off of NAME.
13231 # PREFIX and SUFFIX must not contain globbing or regex special
13232 # characters, hashes, percent signs, but SUFFIX may contain a leading
13233 # dot (in which case that matches only a dot).
13234 # func_strip_suffix prefix name
13235 func_stripname ()
13237 case ${2} in
13238 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13239 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13240 esac
13243 # sed scripts:
13244 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13245 my_sed_long_arg='1s/^-[^=]*=//'
13247 # func_opt_split
13248 func_opt_split ()
13250 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13251 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13254 # func_lo2o object
13255 func_lo2o ()
13257 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13260 # func_xform libobj-or-source
13261 func_xform ()
13263 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13266 # func_arith arithmetic-term...
13267 func_arith ()
13269 func_arith_result=`expr "$@"`
13272 # func_len string
13273 # STRING may not start with a hyphen.
13274 func_len ()
13276 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13279 _LT_EOF
13280 esac
13282 case $lt_shell_append in
13283 yes)
13284 cat << \_LT_EOF >> "$cfgfile"
13286 # func_append var value
13287 # Append VALUE to the end of shell variable VAR.
13288 func_append ()
13290 eval "$1+=\$2"
13292 _LT_EOF
13295 cat << \_LT_EOF >> "$cfgfile"
13297 # func_append var value
13298 # Append VALUE to the end of shell variable VAR.
13299 func_append ()
13301 eval "$1=\$$1\$2"
13304 _LT_EOF
13306 esac
13309 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13310 || (rm -f "$cfgfile"; exit 1)
13312 mv -f "$cfgfile" "$ofile" ||
13313 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13314 chmod +x "$ofile"
13318 esac
13319 done # for ac_tag
13322 as_fn_exit 0
13323 _ACEOF
13324 ac_clean_files=$ac_clean_files_save
13326 test $ac_write_fail = 0 ||
13327 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
13330 # configure is writing to config.log, and then calls config.status.
13331 # config.status does its own redirection, appending to config.log.
13332 # Unfortunately, on DOS this fails, as config.log is still kept open
13333 # by configure, so config.status won't be able to write to it; its
13334 # output is simply discarded. So we exec the FD to /dev/null,
13335 # effectively closing config.log, so it can be properly (re)opened and
13336 # appended to by config.status. When coming back to configure, we
13337 # need to make the FD available again.
13338 if test "$no_create" != yes; then
13339 ac_cs_success=:
13340 ac_config_status_args=
13341 test "$silent" = yes &&
13342 ac_config_status_args="$ac_config_status_args --quiet"
13343 exec 5>/dev/null
13344 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13345 exec 5>>config.log
13346 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13347 # would make configure fail if this is the last instruction.
13348 $ac_cs_success || as_fn_exit $?
13350 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13351 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13352 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}