2014-04-14 Martin Jambor <mjambor@suse.cz>
[official-gcc.git] / lto-plugin / configure
blob2fc838329c7c5db7d017af438e5483a9932ed14c
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"
4090 # Need -Wc to get it through libtool.
4091 if test "x$GCC" = xyes; then ac_lto_plugin_ldflags="-Wc,-static-libgcc"; fi
4093 case `pwd` in
4094 *\ * | *\ *)
4095 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4096 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4097 esac
4101 macro_version='2.2.7a'
4102 macro_revision='1.3134'
4116 ltmain="$ac_aux_dir/ltmain.sh"
4118 # Backslashify metacharacters that are still active within
4119 # double-quoted strings.
4120 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4122 # Same as above, but do not quote variable references.
4123 double_quote_subst='s/\(["`\\]\)/\\\1/g'
4125 # Sed substitution to delay expansion of an escaped shell variable in a
4126 # double_quote_subst'ed string.
4127 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4129 # Sed substitution to delay expansion of an escaped single quote.
4130 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4132 # Sed substitution to avoid accidental globbing in evaled expressions
4133 no_glob_subst='s/\*/\\\*/g'
4135 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4136 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4137 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4140 $as_echo_n "checking how to print strings... " >&6; }
4141 # Test print first, because it will be a builtin if present.
4142 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4143 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4144 ECHO='print -r --'
4145 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4146 ECHO='printf %s\n'
4147 else
4148 # Use this function as a fallback that always works.
4149 func_fallback_echo ()
4151 eval 'cat <<_LTECHO_EOF
4153 _LTECHO_EOF'
4155 ECHO='func_fallback_echo'
4158 # func_echo_all arg...
4159 # Invoke $ECHO with all args, space-separated.
4160 func_echo_all ()
4162 $ECHO ""
4165 case "$ECHO" in
4166 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4167 $as_echo "printf" >&6; } ;;
4168 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4169 $as_echo "print -r" >&6; } ;;
4170 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4171 $as_echo "cat" >&6; } ;;
4172 esac
4187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4188 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4189 if test "${ac_cv_path_SED+set}" = set; then :
4190 $as_echo_n "(cached) " >&6
4191 else
4192 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4193 for ac_i in 1 2 3 4 5 6 7; do
4194 ac_script="$ac_script$as_nl$ac_script"
4195 done
4196 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4197 { ac_script=; unset ac_script;}
4198 if test -z "$SED"; then
4199 ac_path_SED_found=false
4200 # Loop through the user's path and test for each of PROGNAME-LIST
4201 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4202 for as_dir in $PATH
4204 IFS=$as_save_IFS
4205 test -z "$as_dir" && as_dir=.
4206 for ac_prog in sed gsed; do
4207 for ac_exec_ext in '' $ac_executable_extensions; do
4208 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4209 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4210 # Check for GNU ac_path_SED and select it if it is found.
4211 # Check for GNU $ac_path_SED
4212 case `"$ac_path_SED" --version 2>&1` in
4213 *GNU*)
4214 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4216 ac_count=0
4217 $as_echo_n 0123456789 >"conftest.in"
4218 while :
4220 cat "conftest.in" "conftest.in" >"conftest.tmp"
4221 mv "conftest.tmp" "conftest.in"
4222 cp "conftest.in" "conftest.nl"
4223 $as_echo '' >> "conftest.nl"
4224 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4225 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4226 as_fn_arith $ac_count + 1 && ac_count=$as_val
4227 if test $ac_count -gt ${ac_path_SED_max-0}; then
4228 # Best one so far, save it but keep looking for a better one
4229 ac_cv_path_SED="$ac_path_SED"
4230 ac_path_SED_max=$ac_count
4232 # 10*(2^10) chars as input seems more than enough
4233 test $ac_count -gt 10 && break
4234 done
4235 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4236 esac
4238 $ac_path_SED_found && break 3
4239 done
4240 done
4241 done
4242 IFS=$as_save_IFS
4243 if test -z "$ac_cv_path_SED"; then
4244 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
4246 else
4247 ac_cv_path_SED=$SED
4251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4252 $as_echo "$ac_cv_path_SED" >&6; }
4253 SED="$ac_cv_path_SED"
4254 rm -f conftest.sed
4256 test -z "$SED" && SED=sed
4257 Xsed="$SED -e 1s/^X//"
4269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4270 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4271 if test "${ac_cv_path_GREP+set}" = set; then :
4272 $as_echo_n "(cached) " >&6
4273 else
4274 if test -z "$GREP"; then
4275 ac_path_GREP_found=false
4276 # Loop through the user's path and test for each of PROGNAME-LIST
4277 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4278 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4280 IFS=$as_save_IFS
4281 test -z "$as_dir" && as_dir=.
4282 for ac_prog in grep ggrep; do
4283 for ac_exec_ext in '' $ac_executable_extensions; do
4284 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4285 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4286 # Check for GNU ac_path_GREP and select it if it is found.
4287 # Check for GNU $ac_path_GREP
4288 case `"$ac_path_GREP" --version 2>&1` in
4289 *GNU*)
4290 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4292 ac_count=0
4293 $as_echo_n 0123456789 >"conftest.in"
4294 while :
4296 cat "conftest.in" "conftest.in" >"conftest.tmp"
4297 mv "conftest.tmp" "conftest.in"
4298 cp "conftest.in" "conftest.nl"
4299 $as_echo 'GREP' >> "conftest.nl"
4300 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4301 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4302 as_fn_arith $ac_count + 1 && ac_count=$as_val
4303 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4304 # Best one so far, save it but keep looking for a better one
4305 ac_cv_path_GREP="$ac_path_GREP"
4306 ac_path_GREP_max=$ac_count
4308 # 10*(2^10) chars as input seems more than enough
4309 test $ac_count -gt 10 && break
4310 done
4311 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4312 esac
4314 $ac_path_GREP_found && break 3
4315 done
4316 done
4317 done
4318 IFS=$as_save_IFS
4319 if test -z "$ac_cv_path_GREP"; then
4320 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4322 else
4323 ac_cv_path_GREP=$GREP
4327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4328 $as_echo "$ac_cv_path_GREP" >&6; }
4329 GREP="$ac_cv_path_GREP"
4332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4333 $as_echo_n "checking for egrep... " >&6; }
4334 if test "${ac_cv_path_EGREP+set}" = set; then :
4335 $as_echo_n "(cached) " >&6
4336 else
4337 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4338 then ac_cv_path_EGREP="$GREP -E"
4339 else
4340 if test -z "$EGREP"; then
4341 ac_path_EGREP_found=false
4342 # Loop through the user's path and test for each of PROGNAME-LIST
4343 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4344 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4346 IFS=$as_save_IFS
4347 test -z "$as_dir" && as_dir=.
4348 for ac_prog in egrep; do
4349 for ac_exec_ext in '' $ac_executable_extensions; do
4350 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4351 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4352 # Check for GNU ac_path_EGREP and select it if it is found.
4353 # Check for GNU $ac_path_EGREP
4354 case `"$ac_path_EGREP" --version 2>&1` in
4355 *GNU*)
4356 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4358 ac_count=0
4359 $as_echo_n 0123456789 >"conftest.in"
4360 while :
4362 cat "conftest.in" "conftest.in" >"conftest.tmp"
4363 mv "conftest.tmp" "conftest.in"
4364 cp "conftest.in" "conftest.nl"
4365 $as_echo 'EGREP' >> "conftest.nl"
4366 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4367 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4368 as_fn_arith $ac_count + 1 && ac_count=$as_val
4369 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4370 # Best one so far, save it but keep looking for a better one
4371 ac_cv_path_EGREP="$ac_path_EGREP"
4372 ac_path_EGREP_max=$ac_count
4374 # 10*(2^10) chars as input seems more than enough
4375 test $ac_count -gt 10 && break
4376 done
4377 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4378 esac
4380 $ac_path_EGREP_found && break 3
4381 done
4382 done
4383 done
4384 IFS=$as_save_IFS
4385 if test -z "$ac_cv_path_EGREP"; then
4386 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4388 else
4389 ac_cv_path_EGREP=$EGREP
4394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4395 $as_echo "$ac_cv_path_EGREP" >&6; }
4396 EGREP="$ac_cv_path_EGREP"
4399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4400 $as_echo_n "checking for fgrep... " >&6; }
4401 if test "${ac_cv_path_FGREP+set}" = set; then :
4402 $as_echo_n "(cached) " >&6
4403 else
4404 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4405 then ac_cv_path_FGREP="$GREP -F"
4406 else
4407 if test -z "$FGREP"; then
4408 ac_path_FGREP_found=false
4409 # Loop through the user's path and test for each of PROGNAME-LIST
4410 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4411 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4413 IFS=$as_save_IFS
4414 test -z "$as_dir" && as_dir=.
4415 for ac_prog in fgrep; do
4416 for ac_exec_ext in '' $ac_executable_extensions; do
4417 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4418 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4419 # Check for GNU ac_path_FGREP and select it if it is found.
4420 # Check for GNU $ac_path_FGREP
4421 case `"$ac_path_FGREP" --version 2>&1` in
4422 *GNU*)
4423 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4425 ac_count=0
4426 $as_echo_n 0123456789 >"conftest.in"
4427 while :
4429 cat "conftest.in" "conftest.in" >"conftest.tmp"
4430 mv "conftest.tmp" "conftest.in"
4431 cp "conftest.in" "conftest.nl"
4432 $as_echo 'FGREP' >> "conftest.nl"
4433 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4434 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4435 as_fn_arith $ac_count + 1 && ac_count=$as_val
4436 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4437 # Best one so far, save it but keep looking for a better one
4438 ac_cv_path_FGREP="$ac_path_FGREP"
4439 ac_path_FGREP_max=$ac_count
4441 # 10*(2^10) chars as input seems more than enough
4442 test $ac_count -gt 10 && break
4443 done
4444 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4445 esac
4447 $ac_path_FGREP_found && break 3
4448 done
4449 done
4450 done
4451 IFS=$as_save_IFS
4452 if test -z "$ac_cv_path_FGREP"; then
4453 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4455 else
4456 ac_cv_path_FGREP=$FGREP
4461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4462 $as_echo "$ac_cv_path_FGREP" >&6; }
4463 FGREP="$ac_cv_path_FGREP"
4466 test -z "$GREP" && GREP=grep
4486 # Check whether --with-gnu-ld was given.
4487 if test "${with_gnu_ld+set}" = set; then :
4488 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4489 else
4490 with_gnu_ld=no
4493 ac_prog=ld
4494 if test "$GCC" = yes; then
4495 # Check if gcc -print-prog-name=ld gives a path.
4496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4497 $as_echo_n "checking for ld used by $CC... " >&6; }
4498 case $host in
4499 *-*-mingw*)
4500 # gcc leaves a trailing carriage return which upsets mingw
4501 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4503 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4504 esac
4505 case $ac_prog in
4506 # Accept absolute paths.
4507 [\\/]* | ?:[\\/]*)
4508 re_direlt='/[^/][^/]*/\.\./'
4509 # Canonicalize the pathname of ld
4510 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4511 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4512 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4513 done
4514 test -z "$LD" && LD="$ac_prog"
4517 # If it fails, then pretend we aren't using GCC.
4518 ac_prog=ld
4521 # If it is relative, then search for the first ld in PATH.
4522 with_gnu_ld=unknown
4524 esac
4525 elif test "$with_gnu_ld" = yes; then
4526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4527 $as_echo_n "checking for GNU ld... " >&6; }
4528 else
4529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4530 $as_echo_n "checking for non-GNU ld... " >&6; }
4532 if test "${lt_cv_path_LD+set}" = set; then :
4533 $as_echo_n "(cached) " >&6
4534 else
4535 if test -z "$LD"; then
4536 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4537 for ac_dir in $PATH; do
4538 IFS="$lt_save_ifs"
4539 test -z "$ac_dir" && ac_dir=.
4540 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4541 lt_cv_path_LD="$ac_dir/$ac_prog"
4542 # Check to see if the program is GNU ld. I'd rather use --version,
4543 # but apparently some variants of GNU ld only accept -v.
4544 # Break only if it was the GNU/non-GNU ld that we prefer.
4545 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4546 *GNU* | *'with BFD'*)
4547 test "$with_gnu_ld" != no && break
4550 test "$with_gnu_ld" != yes && break
4552 esac
4554 done
4555 IFS="$lt_save_ifs"
4556 else
4557 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4561 LD="$lt_cv_path_LD"
4562 if test -n "$LD"; then
4563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4564 $as_echo "$LD" >&6; }
4565 else
4566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4567 $as_echo "no" >&6; }
4569 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
4570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4571 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4572 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
4573 $as_echo_n "(cached) " >&6
4574 else
4575 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4576 case `$LD -v 2>&1 </dev/null` in
4577 *GNU* | *'with BFD'*)
4578 lt_cv_prog_gnu_ld=yes
4581 lt_cv_prog_gnu_ld=no
4583 esac
4585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4586 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4587 with_gnu_ld=$lt_cv_prog_gnu_ld
4597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4598 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4599 if test "${lt_cv_path_NM+set}" = set; then :
4600 $as_echo_n "(cached) " >&6
4601 else
4602 if test -n "$NM"; then
4603 # Let the user override the test.
4604 lt_cv_path_NM="$NM"
4605 else
4606 lt_nm_to_check="${ac_tool_prefix}nm"
4607 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4608 lt_nm_to_check="$lt_nm_to_check nm"
4610 for lt_tmp_nm in $lt_nm_to_check; do
4611 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4612 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4613 IFS="$lt_save_ifs"
4614 test -z "$ac_dir" && ac_dir=.
4615 tmp_nm="$ac_dir/$lt_tmp_nm"
4616 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4617 # Check to see if the nm accepts a BSD-compat flag.
4618 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4619 # nm: unknown option "B" ignored
4620 # Tru64's nm complains that /dev/null is an invalid object file
4621 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4622 */dev/null* | *'Invalid file or object type'*)
4623 lt_cv_path_NM="$tmp_nm -B"
4624 break
4627 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4628 */dev/null*)
4629 lt_cv_path_NM="$tmp_nm -p"
4630 break
4633 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4634 continue # so that we can try to find one that supports BSD flags
4636 esac
4638 esac
4640 done
4641 IFS="$lt_save_ifs"
4642 done
4643 : ${lt_cv_path_NM=no}
4646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4647 $as_echo "$lt_cv_path_NM" >&6; }
4648 if test "$lt_cv_path_NM" != "no"; then
4649 NM="$lt_cv_path_NM"
4650 else
4651 # Didn't find any BSD compatible name lister, look for dumpbin.
4652 if test -n "$DUMPBIN"; then :
4653 # Let the user override the test.
4654 else
4655 if test -n "$ac_tool_prefix"; then
4656 for ac_prog in dumpbin "link -dump"
4658 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4659 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4661 $as_echo_n "checking for $ac_word... " >&6; }
4662 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
4663 $as_echo_n "(cached) " >&6
4664 else
4665 if test -n "$DUMPBIN"; then
4666 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4667 else
4668 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4669 for as_dir in $PATH
4671 IFS=$as_save_IFS
4672 test -z "$as_dir" && as_dir=.
4673 for ac_exec_ext in '' $ac_executable_extensions; do
4674 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4675 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4676 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4677 break 2
4679 done
4680 done
4681 IFS=$as_save_IFS
4685 DUMPBIN=$ac_cv_prog_DUMPBIN
4686 if test -n "$DUMPBIN"; then
4687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4688 $as_echo "$DUMPBIN" >&6; }
4689 else
4690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4691 $as_echo "no" >&6; }
4695 test -n "$DUMPBIN" && break
4696 done
4698 if test -z "$DUMPBIN"; then
4699 ac_ct_DUMPBIN=$DUMPBIN
4700 for ac_prog in dumpbin "link -dump"
4702 # Extract the first word of "$ac_prog", so it can be a program name with args.
4703 set dummy $ac_prog; ac_word=$2
4704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4705 $as_echo_n "checking for $ac_word... " >&6; }
4706 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
4707 $as_echo_n "(cached) " >&6
4708 else
4709 if test -n "$ac_ct_DUMPBIN"; then
4710 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4711 else
4712 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4713 for as_dir in $PATH
4715 IFS=$as_save_IFS
4716 test -z "$as_dir" && as_dir=.
4717 for ac_exec_ext in '' $ac_executable_extensions; do
4718 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4719 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4720 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4721 break 2
4723 done
4724 done
4725 IFS=$as_save_IFS
4729 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4730 if test -n "$ac_ct_DUMPBIN"; then
4731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4732 $as_echo "$ac_ct_DUMPBIN" >&6; }
4733 else
4734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4735 $as_echo "no" >&6; }
4739 test -n "$ac_ct_DUMPBIN" && break
4740 done
4742 if test "x$ac_ct_DUMPBIN" = x; then
4743 DUMPBIN=":"
4744 else
4745 case $cross_compiling:$ac_tool_warned in
4746 yes:)
4747 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4748 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4749 ac_tool_warned=yes ;;
4750 esac
4751 DUMPBIN=$ac_ct_DUMPBIN
4755 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4756 *COFF*)
4757 DUMPBIN="$DUMPBIN -symbols"
4760 DUMPBIN=:
4762 esac
4765 if test "$DUMPBIN" != ":"; then
4766 NM="$DUMPBIN"
4769 test -z "$NM" && NM=nm
4776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4777 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4778 if test "${lt_cv_nm_interface+set}" = set; then :
4779 $as_echo_n "(cached) " >&6
4780 else
4781 lt_cv_nm_interface="BSD nm"
4782 echo "int some_variable = 0;" > conftest.$ac_ext
4783 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4784 (eval "$ac_compile" 2>conftest.err)
4785 cat conftest.err >&5
4786 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4787 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4788 cat conftest.err >&5
4789 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4790 cat conftest.out >&5
4791 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4792 lt_cv_nm_interface="MS dumpbin"
4794 rm -f conftest*
4796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4797 $as_echo "$lt_cv_nm_interface" >&6; }
4799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4800 $as_echo_n "checking whether ln -s works... " >&6; }
4801 LN_S=$as_ln_s
4802 if test "$LN_S" = "ln -s"; then
4803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4804 $as_echo "yes" >&6; }
4805 else
4806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4807 $as_echo "no, using $LN_S" >&6; }
4810 # find the maximum length of command line arguments
4811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4812 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
4813 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
4814 $as_echo_n "(cached) " >&6
4815 else
4817 teststring="ABCD"
4819 case $build_os in
4820 msdosdjgpp*)
4821 # On DJGPP, this test can blow up pretty badly due to problems in libc
4822 # (any single argument exceeding 2000 bytes causes a buffer overrun
4823 # during glob expansion). Even if it were fixed, the result of this
4824 # check would be larger than it should be.
4825 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4828 gnu*)
4829 # Under GNU Hurd, this test is not required because there is
4830 # no limit to the length of command line arguments.
4831 # Libtool will interpret -1 as no limit whatsoever
4832 lt_cv_sys_max_cmd_len=-1;
4835 cygwin* | mingw* | cegcc*)
4836 # On Win9x/ME, this test blows up -- it succeeds, but takes
4837 # about 5 minutes as the teststring grows exponentially.
4838 # Worse, since 9x/ME are not pre-emptively multitasking,
4839 # you end up with a "frozen" computer, even though with patience
4840 # the test eventually succeeds (with a max line length of 256k).
4841 # Instead, let's just punt: use the minimum linelength reported by
4842 # all of the supported platforms: 8192 (on NT/2K/XP).
4843 lt_cv_sys_max_cmd_len=8192;
4846 mint*)
4847 # On MiNT this can take a long time and run out of memory.
4848 lt_cv_sys_max_cmd_len=8192;
4851 amigaos*)
4852 # On AmigaOS with pdksh, this test takes hours, literally.
4853 # So we just punt and use a minimum line length of 8192.
4854 lt_cv_sys_max_cmd_len=8192;
4857 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4858 # This has been around since 386BSD, at least. Likely further.
4859 if test -x /sbin/sysctl; then
4860 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4861 elif test -x /usr/sbin/sysctl; then
4862 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4863 else
4864 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4866 # And add a safety zone
4867 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4868 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4871 interix*)
4872 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4873 lt_cv_sys_max_cmd_len=196608
4876 osf*)
4877 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4878 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4879 # nice to cause kernel panics so lets avoid the loop below.
4880 # First set a reasonable default.
4881 lt_cv_sys_max_cmd_len=16384
4883 if test -x /sbin/sysconfig; then
4884 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4885 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4886 esac
4889 sco3.2v5*)
4890 lt_cv_sys_max_cmd_len=102400
4892 sysv5* | sco5v6* | sysv4.2uw2*)
4893 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4894 if test -n "$kargmax"; then
4895 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4896 else
4897 lt_cv_sys_max_cmd_len=32768
4901 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4902 if test -n "$lt_cv_sys_max_cmd_len"; then
4903 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4904 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4905 else
4906 # Make teststring a little bigger before we do anything with it.
4907 # a 1K string should be a reasonable start.
4908 for i in 1 2 3 4 5 6 7 8 ; do
4909 teststring=$teststring$teststring
4910 done
4911 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4912 # If test is not a shell built-in, we'll probably end up computing a
4913 # maximum length that is only half of the actual maximum length, but
4914 # we can't tell.
4915 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4916 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4917 test $i != 17 # 1/2 MB should be enough
4919 i=`expr $i + 1`
4920 teststring=$teststring$teststring
4921 done
4922 # Only check the string length outside the loop.
4923 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4924 teststring=
4925 # Add a significant safety factor because C++ compilers can tack on
4926 # massive amounts of additional arguments before passing them to the
4927 # linker. It appears as though 1/2 is a usable value.
4928 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4931 esac
4935 if test -n $lt_cv_sys_max_cmd_len ; then
4936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4937 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4938 else
4939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4940 $as_echo "none" >&6; }
4942 max_cmd_len=$lt_cv_sys_max_cmd_len
4949 : ${CP="cp -f"}
4950 : ${MV="mv -f"}
4951 : ${RM="rm -f"}
4953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4954 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4955 # Try some XSI features
4956 xsi_shell=no
4957 ( _lt_dummy="a/b/c"
4958 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4959 = c,a/b,, \
4960 && eval 'test $(( 1 + 1 )) -eq 2 \
4961 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4962 && xsi_shell=yes
4963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4964 $as_echo "$xsi_shell" >&6; }
4967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4968 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4969 lt_shell_append=no
4970 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4971 >/dev/null 2>&1 \
4972 && lt_shell_append=yes
4973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4974 $as_echo "$lt_shell_append" >&6; }
4977 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4978 lt_unset=unset
4979 else
4980 lt_unset=false
4987 # test EBCDIC or ASCII
4988 case `echo X|tr X '\101'` in
4989 A) # ASCII based system
4990 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4991 lt_SP2NL='tr \040 \012'
4992 lt_NL2SP='tr \015\012 \040\040'
4994 *) # EBCDIC based system
4995 lt_SP2NL='tr \100 \n'
4996 lt_NL2SP='tr \r\n \100\100'
4998 esac
5008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5009 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5010 if test "${lt_cv_ld_reload_flag+set}" = set; then :
5011 $as_echo_n "(cached) " >&6
5012 else
5013 lt_cv_ld_reload_flag='-r'
5015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5016 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5017 reload_flag=$lt_cv_ld_reload_flag
5018 case $reload_flag in
5019 "" | " "*) ;;
5020 *) reload_flag=" $reload_flag" ;;
5021 esac
5022 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5023 case $host_os in
5024 darwin*)
5025 if test "$GCC" = yes; then
5026 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5027 else
5028 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5031 esac
5041 if test -n "$ac_tool_prefix"; then
5042 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5043 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5045 $as_echo_n "checking for $ac_word... " >&6; }
5046 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5047 $as_echo_n "(cached) " >&6
5048 else
5049 if test -n "$OBJDUMP"; then
5050 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5051 else
5052 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5053 for as_dir in $PATH
5055 IFS=$as_save_IFS
5056 test -z "$as_dir" && as_dir=.
5057 for ac_exec_ext in '' $ac_executable_extensions; do
5058 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5059 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5060 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5061 break 2
5063 done
5064 done
5065 IFS=$as_save_IFS
5069 OBJDUMP=$ac_cv_prog_OBJDUMP
5070 if test -n "$OBJDUMP"; then
5071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5072 $as_echo "$OBJDUMP" >&6; }
5073 else
5074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5075 $as_echo "no" >&6; }
5080 if test -z "$ac_cv_prog_OBJDUMP"; then
5081 ac_ct_OBJDUMP=$OBJDUMP
5082 # Extract the first word of "objdump", so it can be a program name with args.
5083 set dummy objdump; ac_word=$2
5084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5085 $as_echo_n "checking for $ac_word... " >&6; }
5086 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5087 $as_echo_n "(cached) " >&6
5088 else
5089 if test -n "$ac_ct_OBJDUMP"; then
5090 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5091 else
5092 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5093 for as_dir in $PATH
5095 IFS=$as_save_IFS
5096 test -z "$as_dir" && as_dir=.
5097 for ac_exec_ext in '' $ac_executable_extensions; do
5098 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5099 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5100 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5101 break 2
5103 done
5104 done
5105 IFS=$as_save_IFS
5109 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5110 if test -n "$ac_ct_OBJDUMP"; then
5111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5112 $as_echo "$ac_ct_OBJDUMP" >&6; }
5113 else
5114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5115 $as_echo "no" >&6; }
5118 if test "x$ac_ct_OBJDUMP" = x; then
5119 OBJDUMP="false"
5120 else
5121 case $cross_compiling:$ac_tool_warned in
5122 yes:)
5123 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5124 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5125 ac_tool_warned=yes ;;
5126 esac
5127 OBJDUMP=$ac_ct_OBJDUMP
5129 else
5130 OBJDUMP="$ac_cv_prog_OBJDUMP"
5133 test -z "$OBJDUMP" && OBJDUMP=objdump
5143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5144 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5145 if test "${lt_cv_deplibs_check_method+set}" = set; then :
5146 $as_echo_n "(cached) " >&6
5147 else
5148 lt_cv_file_magic_cmd='$MAGIC_CMD'
5149 lt_cv_file_magic_test_file=
5150 lt_cv_deplibs_check_method='unknown'
5151 # Need to set the preceding variable on all platforms that support
5152 # interlibrary dependencies.
5153 # 'none' -- dependencies not supported.
5154 # `unknown' -- same as none, but documents that we really don't know.
5155 # 'pass_all' -- all dependencies passed with no checks.
5156 # 'test_compile' -- check by making test program.
5157 # 'file_magic [[regex]]' -- check by looking for files in library path
5158 # which responds to the $file_magic_cmd with a given extended regex.
5159 # If you have `file' or equivalent on your system and you're not sure
5160 # whether `pass_all' will *always* work, you probably want this one.
5162 case $host_os in
5163 aix[4-9]*)
5164 lt_cv_deplibs_check_method=pass_all
5167 beos*)
5168 lt_cv_deplibs_check_method=pass_all
5171 bsdi[45]*)
5172 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5173 lt_cv_file_magic_cmd='/usr/bin/file -L'
5174 lt_cv_file_magic_test_file=/shlib/libc.so
5177 cygwin*)
5178 # func_win32_libid is a shell function defined in ltmain.sh
5179 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5180 lt_cv_file_magic_cmd='func_win32_libid'
5183 mingw* | pw32*)
5184 # Base MSYS/MinGW do not provide the 'file' command needed by
5185 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5186 # unless we find 'file', for example because we are cross-compiling.
5187 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5188 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5189 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5190 lt_cv_file_magic_cmd='func_win32_libid'
5191 else
5192 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5193 lt_cv_file_magic_cmd='$OBJDUMP -f'
5197 cegcc*)
5198 # use the weaker test based on 'objdump'. See mingw*.
5199 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5200 lt_cv_file_magic_cmd='$OBJDUMP -f'
5203 darwin* | rhapsody*)
5204 lt_cv_deplibs_check_method=pass_all
5207 freebsd* | dragonfly*)
5208 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5209 case $host_cpu in
5210 i*86 )
5211 # Not sure whether the presence of OpenBSD here was a mistake.
5212 # Let's accept both of them until this is cleared up.
5213 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5214 lt_cv_file_magic_cmd=/usr/bin/file
5215 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5217 esac
5218 else
5219 lt_cv_deplibs_check_method=pass_all
5223 gnu*)
5224 lt_cv_deplibs_check_method=pass_all
5227 haiku*)
5228 lt_cv_deplibs_check_method=pass_all
5231 hpux10.20* | hpux11*)
5232 lt_cv_file_magic_cmd=/usr/bin/file
5233 case $host_cpu in
5234 ia64*)
5235 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5236 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5238 hppa*64*)
5239 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]'
5240 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5243 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5244 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5246 esac
5249 interix[3-9]*)
5250 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5251 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5254 irix5* | irix6* | nonstopux*)
5255 case $LD in
5256 *-32|*"-32 ") libmagic=32-bit;;
5257 *-n32|*"-n32 ") libmagic=N32;;
5258 *-64|*"-64 ") libmagic=64-bit;;
5259 *) libmagic=never-match;;
5260 esac
5261 lt_cv_deplibs_check_method=pass_all
5264 # This must be Linux ELF.
5265 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5266 lt_cv_deplibs_check_method=pass_all
5269 netbsd*)
5270 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5271 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5272 else
5273 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5277 newos6*)
5278 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5279 lt_cv_file_magic_cmd=/usr/bin/file
5280 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5283 *nto* | *qnx*)
5284 lt_cv_deplibs_check_method=pass_all
5287 openbsd*)
5288 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5289 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5290 else
5291 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5295 osf3* | osf4* | osf5*)
5296 lt_cv_deplibs_check_method=pass_all
5299 rdos*)
5300 lt_cv_deplibs_check_method=pass_all
5303 solaris*)
5304 lt_cv_deplibs_check_method=pass_all
5307 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5308 lt_cv_deplibs_check_method=pass_all
5311 sysv4 | sysv4.3*)
5312 case $host_vendor in
5313 motorola)
5314 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]'
5315 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5317 ncr)
5318 lt_cv_deplibs_check_method=pass_all
5320 sequent)
5321 lt_cv_file_magic_cmd='/bin/file'
5322 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5324 sni)
5325 lt_cv_file_magic_cmd='/bin/file'
5326 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5327 lt_cv_file_magic_test_file=/lib/libc.so
5329 siemens)
5330 lt_cv_deplibs_check_method=pass_all
5333 lt_cv_deplibs_check_method=pass_all
5335 esac
5338 tpf*)
5339 lt_cv_deplibs_check_method=pass_all
5341 esac
5344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5345 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5346 file_magic_cmd=$lt_cv_file_magic_cmd
5347 deplibs_check_method=$lt_cv_deplibs_check_method
5348 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5361 if test -n "$ac_tool_prefix"; then
5362 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5363 set dummy ${ac_tool_prefix}ar; ac_word=$2
5364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5365 $as_echo_n "checking for $ac_word... " >&6; }
5366 if test "${ac_cv_prog_AR+set}" = set; then :
5367 $as_echo_n "(cached) " >&6
5368 else
5369 if test -n "$AR"; then
5370 ac_cv_prog_AR="$AR" # Let the user override the test.
5371 else
5372 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5373 for as_dir in $PATH
5375 IFS=$as_save_IFS
5376 test -z "$as_dir" && as_dir=.
5377 for ac_exec_ext in '' $ac_executable_extensions; do
5378 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5379 ac_cv_prog_AR="${ac_tool_prefix}ar"
5380 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5381 break 2
5383 done
5384 done
5385 IFS=$as_save_IFS
5389 AR=$ac_cv_prog_AR
5390 if test -n "$AR"; then
5391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5392 $as_echo "$AR" >&6; }
5393 else
5394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5395 $as_echo "no" >&6; }
5400 if test -z "$ac_cv_prog_AR"; then
5401 ac_ct_AR=$AR
5402 # Extract the first word of "ar", so it can be a program name with args.
5403 set dummy ar; ac_word=$2
5404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5405 $as_echo_n "checking for $ac_word... " >&6; }
5406 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
5407 $as_echo_n "(cached) " >&6
5408 else
5409 if test -n "$ac_ct_AR"; then
5410 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5411 else
5412 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5413 for as_dir in $PATH
5415 IFS=$as_save_IFS
5416 test -z "$as_dir" && as_dir=.
5417 for ac_exec_ext in '' $ac_executable_extensions; do
5418 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5419 ac_cv_prog_ac_ct_AR="ar"
5420 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5421 break 2
5423 done
5424 done
5425 IFS=$as_save_IFS
5429 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5430 if test -n "$ac_ct_AR"; then
5431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5432 $as_echo "$ac_ct_AR" >&6; }
5433 else
5434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5435 $as_echo "no" >&6; }
5438 if test "x$ac_ct_AR" = x; then
5439 AR="false"
5440 else
5441 case $cross_compiling:$ac_tool_warned in
5442 yes:)
5443 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5444 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5445 ac_tool_warned=yes ;;
5446 esac
5447 AR=$ac_ct_AR
5449 else
5450 AR="$ac_cv_prog_AR"
5453 test -z "$AR" && AR=ar
5454 test -z "$AR_FLAGS" && AR_FLAGS=cru
5466 if test -n "$ac_tool_prefix"; then
5467 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5468 set dummy ${ac_tool_prefix}strip; ac_word=$2
5469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5470 $as_echo_n "checking for $ac_word... " >&6; }
5471 if test "${ac_cv_prog_STRIP+set}" = set; then :
5472 $as_echo_n "(cached) " >&6
5473 else
5474 if test -n "$STRIP"; then
5475 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5476 else
5477 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5478 for as_dir in $PATH
5480 IFS=$as_save_IFS
5481 test -z "$as_dir" && as_dir=.
5482 for ac_exec_ext in '' $ac_executable_extensions; do
5483 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5484 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5485 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5486 break 2
5488 done
5489 done
5490 IFS=$as_save_IFS
5494 STRIP=$ac_cv_prog_STRIP
5495 if test -n "$STRIP"; then
5496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5497 $as_echo "$STRIP" >&6; }
5498 else
5499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5500 $as_echo "no" >&6; }
5505 if test -z "$ac_cv_prog_STRIP"; then
5506 ac_ct_STRIP=$STRIP
5507 # Extract the first word of "strip", so it can be a program name with args.
5508 set dummy strip; ac_word=$2
5509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5510 $as_echo_n "checking for $ac_word... " >&6; }
5511 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
5512 $as_echo_n "(cached) " >&6
5513 else
5514 if test -n "$ac_ct_STRIP"; then
5515 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5516 else
5517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5518 for as_dir in $PATH
5520 IFS=$as_save_IFS
5521 test -z "$as_dir" && as_dir=.
5522 for ac_exec_ext in '' $ac_executable_extensions; do
5523 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5524 ac_cv_prog_ac_ct_STRIP="strip"
5525 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5526 break 2
5528 done
5529 done
5530 IFS=$as_save_IFS
5534 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5535 if test -n "$ac_ct_STRIP"; then
5536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5537 $as_echo "$ac_ct_STRIP" >&6; }
5538 else
5539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5540 $as_echo "no" >&6; }
5543 if test "x$ac_ct_STRIP" = x; then
5544 STRIP=":"
5545 else
5546 case $cross_compiling:$ac_tool_warned in
5547 yes:)
5548 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5549 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5550 ac_tool_warned=yes ;;
5551 esac
5552 STRIP=$ac_ct_STRIP
5554 else
5555 STRIP="$ac_cv_prog_STRIP"
5558 test -z "$STRIP" && STRIP=:
5565 if test -n "$ac_tool_prefix"; then
5566 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5567 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5569 $as_echo_n "checking for $ac_word... " >&6; }
5570 if test "${ac_cv_prog_RANLIB+set}" = set; then :
5571 $as_echo_n "(cached) " >&6
5572 else
5573 if test -n "$RANLIB"; then
5574 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5575 else
5576 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5577 for as_dir in $PATH
5579 IFS=$as_save_IFS
5580 test -z "$as_dir" && as_dir=.
5581 for ac_exec_ext in '' $ac_executable_extensions; do
5582 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5583 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5584 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5585 break 2
5587 done
5588 done
5589 IFS=$as_save_IFS
5593 RANLIB=$ac_cv_prog_RANLIB
5594 if test -n "$RANLIB"; then
5595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5596 $as_echo "$RANLIB" >&6; }
5597 else
5598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5599 $as_echo "no" >&6; }
5604 if test -z "$ac_cv_prog_RANLIB"; then
5605 ac_ct_RANLIB=$RANLIB
5606 # Extract the first word of "ranlib", so it can be a program name with args.
5607 set dummy ranlib; ac_word=$2
5608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5609 $as_echo_n "checking for $ac_word... " >&6; }
5610 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5611 $as_echo_n "(cached) " >&6
5612 else
5613 if test -n "$ac_ct_RANLIB"; then
5614 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5615 else
5616 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5617 for as_dir in $PATH
5619 IFS=$as_save_IFS
5620 test -z "$as_dir" && as_dir=.
5621 for ac_exec_ext in '' $ac_executable_extensions; do
5622 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5623 ac_cv_prog_ac_ct_RANLIB="ranlib"
5624 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5625 break 2
5627 done
5628 done
5629 IFS=$as_save_IFS
5633 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5634 if test -n "$ac_ct_RANLIB"; then
5635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5636 $as_echo "$ac_ct_RANLIB" >&6; }
5637 else
5638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5639 $as_echo "no" >&6; }
5642 if test "x$ac_ct_RANLIB" = x; then
5643 RANLIB=":"
5644 else
5645 case $cross_compiling:$ac_tool_warned in
5646 yes:)
5647 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5648 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5649 ac_tool_warned=yes ;;
5650 esac
5651 RANLIB=$ac_ct_RANLIB
5653 else
5654 RANLIB="$ac_cv_prog_RANLIB"
5657 test -z "$RANLIB" && RANLIB=:
5664 # Determine commands to create old-style static archives.
5665 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5666 old_postinstall_cmds='chmod 644 $oldlib'
5667 old_postuninstall_cmds=
5669 if test -n "$RANLIB"; then
5670 case $host_os in
5671 openbsd*)
5672 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5675 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5677 esac
5678 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5681 case $host_os in
5682 darwin*)
5683 lock_old_archive_extraction=yes ;;
5685 lock_old_archive_extraction=no ;;
5686 esac
5726 # If no C compiler was specified, use CC.
5727 LTCC=${LTCC-"$CC"}
5729 # If no C compiler flags were specified, use CFLAGS.
5730 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5732 # Allow CC to be a program name with arguments.
5733 compiler=$CC
5736 # Check for command to grab the raw symbol name followed by C symbol from nm.
5737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5738 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5739 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
5740 $as_echo_n "(cached) " >&6
5741 else
5743 # These are sane defaults that work on at least a few old systems.
5744 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
5746 # Character class describing NM global symbol codes.
5747 symcode='[BCDEGRST]'
5749 # Regexp to match symbols that can be accessed directly from C.
5750 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5752 # Define system-specific variables.
5753 case $host_os in
5754 aix*)
5755 symcode='[BCDT]'
5757 cygwin* | mingw* | pw32* | cegcc*)
5758 symcode='[ABCDGISTW]'
5760 hpux*)
5761 if test "$host_cpu" = ia64; then
5762 symcode='[ABCDEGRST]'
5765 irix* | nonstopux*)
5766 symcode='[BCDEGRST]'
5768 osf*)
5769 symcode='[BCDEGQRST]'
5771 solaris*)
5772 symcode='[BDRT]'
5774 sco3.2v5*)
5775 symcode='[DT]'
5777 sysv4.2uw2*)
5778 symcode='[DT]'
5780 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5781 symcode='[ABDT]'
5783 sysv4)
5784 symcode='[DFNSTU]'
5786 esac
5788 # If we're using GNU nm, then use its standard symbol codes.
5789 case `$NM -V 2>&1` in
5790 *GNU* | *'with BFD'*)
5791 symcode='[ABCDGIRSTW]' ;;
5792 esac
5794 # Transform an extracted symbol line into a proper C declaration.
5795 # Some systems (esp. on ia64) link data and code symbols differently,
5796 # so use this general approach.
5797 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5799 # Transform an extracted symbol line into symbol name and symbol address
5800 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5801 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'"
5803 # Handle CRLF in mingw tool chain
5804 opt_cr=
5805 case $build_os in
5806 mingw*)
5807 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5809 esac
5811 # Try without a prefix underscore, then with it.
5812 for ac_symprfx in "" "_"; do
5814 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5815 symxfrm="\\1 $ac_symprfx\\2 \\2"
5817 # Write the raw and C identifiers.
5818 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5819 # Fake it for dumpbin and say T for any non-static function
5820 # and D for any global variable.
5821 # Also find C++ and __fastcall symbols from MSVC++,
5822 # which start with @ or ?.
5823 lt_cv_sys_global_symbol_pipe="$AWK '"\
5824 " {last_section=section; section=\$ 3};"\
5825 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5826 " \$ 0!~/External *\|/{next};"\
5827 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5828 " {if(hide[section]) next};"\
5829 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5830 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5831 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
5832 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5833 " ' prfx=^$ac_symprfx"
5834 else
5835 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5838 # Check to see that the pipe works correctly.
5839 pipe_works=no
5841 rm -f conftest*
5842 cat > conftest.$ac_ext <<_LT_EOF
5843 #ifdef __cplusplus
5844 extern "C" {
5845 #endif
5846 char nm_test_var;
5847 void nm_test_func(void);
5848 void nm_test_func(void){}
5849 #ifdef __cplusplus
5851 #endif
5852 int main(){nm_test_var='a';nm_test_func();return(0);}
5853 _LT_EOF
5855 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5856 (eval $ac_compile) 2>&5
5857 ac_status=$?
5858 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5859 test $ac_status = 0; }; then
5860 # Now try to grab the symbols.
5861 nlist=conftest.nm
5862 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5863 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5864 ac_status=$?
5865 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5866 test $ac_status = 0; } && test -s "$nlist"; then
5867 # Try sorting and uniquifying the output.
5868 if sort "$nlist" | uniq > "$nlist"T; then
5869 mv -f "$nlist"T "$nlist"
5870 else
5871 rm -f "$nlist"T
5874 # Make sure that we snagged all the symbols we need.
5875 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5876 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5877 cat <<_LT_EOF > conftest.$ac_ext
5878 #ifdef __cplusplus
5879 extern "C" {
5880 #endif
5882 _LT_EOF
5883 # Now generate the symbol file.
5884 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5886 cat <<_LT_EOF >> conftest.$ac_ext
5888 /* The mapping between symbol names and symbols. */
5889 const struct {
5890 const char *name;
5891 void *address;
5893 lt__PROGRAM__LTX_preloaded_symbols[] =
5895 { "@PROGRAM@", (void *) 0 },
5896 _LT_EOF
5897 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5898 cat <<\_LT_EOF >> conftest.$ac_ext
5899 {0, (void *) 0}
5902 /* This works around a problem in FreeBSD linker */
5903 #ifdef FREEBSD_WORKAROUND
5904 static const void *lt_preloaded_setup() {
5905 return lt__PROGRAM__LTX_preloaded_symbols;
5907 #endif
5909 #ifdef __cplusplus
5911 #endif
5912 _LT_EOF
5913 # Now try linking the two files.
5914 mv conftest.$ac_objext conftstm.$ac_objext
5915 lt_save_LIBS="$LIBS"
5916 lt_save_CFLAGS="$CFLAGS"
5917 LIBS="conftstm.$ac_objext"
5918 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5919 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5920 (eval $ac_link) 2>&5
5921 ac_status=$?
5922 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5923 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5924 pipe_works=yes
5926 LIBS="$lt_save_LIBS"
5927 CFLAGS="$lt_save_CFLAGS"
5928 else
5929 echo "cannot find nm_test_func in $nlist" >&5
5931 else
5932 echo "cannot find nm_test_var in $nlist" >&5
5934 else
5935 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5937 else
5938 echo "$progname: failed program was:" >&5
5939 cat conftest.$ac_ext >&5
5941 rm -rf conftest* conftst*
5943 # Do not use the global_symbol_pipe unless it works.
5944 if test "$pipe_works" = yes; then
5945 break
5946 else
5947 lt_cv_sys_global_symbol_pipe=
5949 done
5953 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5954 lt_cv_sys_global_symbol_to_cdecl=
5956 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5958 $as_echo "failed" >&6; }
5959 else
5960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5961 $as_echo "ok" >&6; }
5985 # Check whether --enable-libtool-lock was given.
5986 if test "${enable_libtool_lock+set}" = set; then :
5987 enableval=$enable_libtool_lock;
5990 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5992 # Some flags need to be propagated to the compiler or linker for good
5993 # libtool support.
5994 case $host in
5995 ia64-*-hpux*)
5996 # Find out which ABI we are using.
5997 echo 'int i;' > conftest.$ac_ext
5998 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5999 (eval $ac_compile) 2>&5
6000 ac_status=$?
6001 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6002 test $ac_status = 0; }; then
6003 case `/usr/bin/file conftest.$ac_objext` in
6004 *ELF-32*)
6005 HPUX_IA64_MODE="32"
6007 *ELF-64*)
6008 HPUX_IA64_MODE="64"
6010 esac
6012 rm -rf conftest*
6014 *-*-irix6*)
6015 # Find out which ABI we are using.
6016 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6017 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6018 (eval $ac_compile) 2>&5
6019 ac_status=$?
6020 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6021 test $ac_status = 0; }; then
6022 if test "$lt_cv_prog_gnu_ld" = yes; then
6023 case `/usr/bin/file conftest.$ac_objext` in
6024 *32-bit*)
6025 LD="${LD-ld} -melf32bsmip"
6027 *N32*)
6028 LD="${LD-ld} -melf32bmipn32"
6030 *64-bit*)
6031 LD="${LD-ld} -melf64bmip"
6033 esac
6034 else
6035 case `/usr/bin/file conftest.$ac_objext` in
6036 *32-bit*)
6037 LD="${LD-ld} -32"
6039 *N32*)
6040 LD="${LD-ld} -n32"
6042 *64-bit*)
6043 LD="${LD-ld} -64"
6045 esac
6048 rm -rf conftest*
6051 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6052 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6053 # Find out which ABI we are using.
6054 echo 'int i;' > conftest.$ac_ext
6055 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6056 (eval $ac_compile) 2>&5
6057 ac_status=$?
6058 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6059 test $ac_status = 0; }; then
6060 case `/usr/bin/file conftest.o` in
6061 *32-bit*)
6062 case $host in
6063 x86_64-*kfreebsd*-gnu)
6064 LD="${LD-ld} -m elf_i386_fbsd"
6066 x86_64-*linux*)
6067 case `/usr/bin/file conftest.o` in
6068 *x86-64*)
6069 LD="${LD-ld} -m elf32_x86_64"
6072 LD="${LD-ld} -m elf_i386"
6074 esac
6076 powerpc64le-*linux*)
6077 LD="${LD-ld} -m elf32lppclinux"
6079 powerpc64-*linux*)
6080 LD="${LD-ld} -m elf32ppclinux"
6082 s390x-*linux*)
6083 LD="${LD-ld} -m elf_s390"
6085 sparc64-*linux*)
6086 LD="${LD-ld} -m elf32_sparc"
6088 esac
6090 *64-bit*)
6091 case $host in
6092 x86_64-*kfreebsd*-gnu)
6093 LD="${LD-ld} -m elf_x86_64_fbsd"
6095 x86_64-*linux*)
6096 LD="${LD-ld} -m elf_x86_64"
6098 powerpcle-*linux*)
6099 LD="${LD-ld} -m elf64lppc"
6101 powerpc-*linux*)
6102 LD="${LD-ld} -m elf64ppc"
6104 s390*-*linux*|s390*-*tpf*)
6105 LD="${LD-ld} -m elf64_s390"
6107 sparc*-*linux*)
6108 LD="${LD-ld} -m elf64_sparc"
6110 esac
6112 esac
6114 rm -rf conftest*
6117 *-*-sco3.2v5*)
6118 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6119 SAVE_CFLAGS="$CFLAGS"
6120 CFLAGS="$CFLAGS -belf"
6121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6122 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6123 if test "${lt_cv_cc_needs_belf+set}" = set; then :
6124 $as_echo_n "(cached) " >&6
6125 else
6126 ac_ext=c
6127 ac_cpp='$CPP $CPPFLAGS'
6128 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6129 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6130 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6133 /* end confdefs.h. */
6136 main ()
6140 return 0;
6142 _ACEOF
6143 if ac_fn_c_try_link "$LINENO"; then :
6144 lt_cv_cc_needs_belf=yes
6145 else
6146 lt_cv_cc_needs_belf=no
6148 rm -f core conftest.err conftest.$ac_objext \
6149 conftest$ac_exeext conftest.$ac_ext
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
6157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6158 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6159 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6160 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6161 CFLAGS="$SAVE_CFLAGS"
6164 sparc*-*solaris*)
6165 # Find out which ABI we are using.
6166 echo 'int i;' > conftest.$ac_ext
6167 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6168 (eval $ac_compile) 2>&5
6169 ac_status=$?
6170 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6171 test $ac_status = 0; }; then
6172 case `/usr/bin/file conftest.o` in
6173 *64-bit*)
6174 case $lt_cv_prog_gnu_ld in
6175 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6177 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6178 LD="${LD-ld} -64"
6181 esac
6183 esac
6185 rm -rf conftest*
6187 esac
6189 need_locks="$enable_libtool_lock"
6192 case $host_os in
6193 rhapsody* | darwin*)
6194 if test -n "$ac_tool_prefix"; then
6195 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6196 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6198 $as_echo_n "checking for $ac_word... " >&6; }
6199 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
6200 $as_echo_n "(cached) " >&6
6201 else
6202 if test -n "$DSYMUTIL"; then
6203 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6204 else
6205 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6206 for as_dir in $PATH
6208 IFS=$as_save_IFS
6209 test -z "$as_dir" && as_dir=.
6210 for ac_exec_ext in '' $ac_executable_extensions; do
6211 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6212 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6213 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6214 break 2
6216 done
6217 done
6218 IFS=$as_save_IFS
6222 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6223 if test -n "$DSYMUTIL"; then
6224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6225 $as_echo "$DSYMUTIL" >&6; }
6226 else
6227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6228 $as_echo "no" >&6; }
6233 if test -z "$ac_cv_prog_DSYMUTIL"; then
6234 ac_ct_DSYMUTIL=$DSYMUTIL
6235 # Extract the first word of "dsymutil", so it can be a program name with args.
6236 set dummy dsymutil; ac_word=$2
6237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6238 $as_echo_n "checking for $ac_word... " >&6; }
6239 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
6240 $as_echo_n "(cached) " >&6
6241 else
6242 if test -n "$ac_ct_DSYMUTIL"; then
6243 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6244 else
6245 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6246 for as_dir in $PATH
6248 IFS=$as_save_IFS
6249 test -z "$as_dir" && as_dir=.
6250 for ac_exec_ext in '' $ac_executable_extensions; do
6251 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6252 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6253 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6254 break 2
6256 done
6257 done
6258 IFS=$as_save_IFS
6262 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6263 if test -n "$ac_ct_DSYMUTIL"; then
6264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6265 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6266 else
6267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6268 $as_echo "no" >&6; }
6271 if test "x$ac_ct_DSYMUTIL" = x; then
6272 DSYMUTIL=":"
6273 else
6274 case $cross_compiling:$ac_tool_warned in
6275 yes:)
6276 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6277 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6278 ac_tool_warned=yes ;;
6279 esac
6280 DSYMUTIL=$ac_ct_DSYMUTIL
6282 else
6283 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6286 if test -n "$ac_tool_prefix"; then
6287 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6288 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6290 $as_echo_n "checking for $ac_word... " >&6; }
6291 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
6292 $as_echo_n "(cached) " >&6
6293 else
6294 if test -n "$NMEDIT"; then
6295 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6296 else
6297 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6298 for as_dir in $PATH
6300 IFS=$as_save_IFS
6301 test -z "$as_dir" && as_dir=.
6302 for ac_exec_ext in '' $ac_executable_extensions; do
6303 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6304 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6305 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6306 break 2
6308 done
6309 done
6310 IFS=$as_save_IFS
6314 NMEDIT=$ac_cv_prog_NMEDIT
6315 if test -n "$NMEDIT"; then
6316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6317 $as_echo "$NMEDIT" >&6; }
6318 else
6319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6320 $as_echo "no" >&6; }
6325 if test -z "$ac_cv_prog_NMEDIT"; then
6326 ac_ct_NMEDIT=$NMEDIT
6327 # Extract the first word of "nmedit", so it can be a program name with args.
6328 set dummy nmedit; ac_word=$2
6329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6330 $as_echo_n "checking for $ac_word... " >&6; }
6331 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
6332 $as_echo_n "(cached) " >&6
6333 else
6334 if test -n "$ac_ct_NMEDIT"; then
6335 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6336 else
6337 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6338 for as_dir in $PATH
6340 IFS=$as_save_IFS
6341 test -z "$as_dir" && as_dir=.
6342 for ac_exec_ext in '' $ac_executable_extensions; do
6343 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6344 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6345 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6346 break 2
6348 done
6349 done
6350 IFS=$as_save_IFS
6354 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6355 if test -n "$ac_ct_NMEDIT"; then
6356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6357 $as_echo "$ac_ct_NMEDIT" >&6; }
6358 else
6359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6360 $as_echo "no" >&6; }
6363 if test "x$ac_ct_NMEDIT" = x; then
6364 NMEDIT=":"
6365 else
6366 case $cross_compiling:$ac_tool_warned in
6367 yes:)
6368 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6369 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6370 ac_tool_warned=yes ;;
6371 esac
6372 NMEDIT=$ac_ct_NMEDIT
6374 else
6375 NMEDIT="$ac_cv_prog_NMEDIT"
6378 if test -n "$ac_tool_prefix"; then
6379 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6380 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6382 $as_echo_n "checking for $ac_word... " >&6; }
6383 if test "${ac_cv_prog_LIPO+set}" = set; then :
6384 $as_echo_n "(cached) " >&6
6385 else
6386 if test -n "$LIPO"; then
6387 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6388 else
6389 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6390 for as_dir in $PATH
6392 IFS=$as_save_IFS
6393 test -z "$as_dir" && as_dir=.
6394 for ac_exec_ext in '' $ac_executable_extensions; do
6395 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6396 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6397 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6398 break 2
6400 done
6401 done
6402 IFS=$as_save_IFS
6406 LIPO=$ac_cv_prog_LIPO
6407 if test -n "$LIPO"; then
6408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6409 $as_echo "$LIPO" >&6; }
6410 else
6411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6412 $as_echo "no" >&6; }
6417 if test -z "$ac_cv_prog_LIPO"; then
6418 ac_ct_LIPO=$LIPO
6419 # Extract the first word of "lipo", so it can be a program name with args.
6420 set dummy lipo; ac_word=$2
6421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6422 $as_echo_n "checking for $ac_word... " >&6; }
6423 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
6424 $as_echo_n "(cached) " >&6
6425 else
6426 if test -n "$ac_ct_LIPO"; then
6427 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6428 else
6429 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6430 for as_dir in $PATH
6432 IFS=$as_save_IFS
6433 test -z "$as_dir" && as_dir=.
6434 for ac_exec_ext in '' $ac_executable_extensions; do
6435 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6436 ac_cv_prog_ac_ct_LIPO="lipo"
6437 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6438 break 2
6440 done
6441 done
6442 IFS=$as_save_IFS
6446 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6447 if test -n "$ac_ct_LIPO"; then
6448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6449 $as_echo "$ac_ct_LIPO" >&6; }
6450 else
6451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6452 $as_echo "no" >&6; }
6455 if test "x$ac_ct_LIPO" = x; then
6456 LIPO=":"
6457 else
6458 case $cross_compiling:$ac_tool_warned in
6459 yes:)
6460 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6461 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6462 ac_tool_warned=yes ;;
6463 esac
6464 LIPO=$ac_ct_LIPO
6466 else
6467 LIPO="$ac_cv_prog_LIPO"
6470 if test -n "$ac_tool_prefix"; then
6471 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6472 set dummy ${ac_tool_prefix}otool; ac_word=$2
6473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6474 $as_echo_n "checking for $ac_word... " >&6; }
6475 if test "${ac_cv_prog_OTOOL+set}" = set; then :
6476 $as_echo_n "(cached) " >&6
6477 else
6478 if test -n "$OTOOL"; then
6479 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6480 else
6481 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6482 for as_dir in $PATH
6484 IFS=$as_save_IFS
6485 test -z "$as_dir" && as_dir=.
6486 for ac_exec_ext in '' $ac_executable_extensions; do
6487 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6488 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6489 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6490 break 2
6492 done
6493 done
6494 IFS=$as_save_IFS
6498 OTOOL=$ac_cv_prog_OTOOL
6499 if test -n "$OTOOL"; then
6500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6501 $as_echo "$OTOOL" >&6; }
6502 else
6503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6504 $as_echo "no" >&6; }
6509 if test -z "$ac_cv_prog_OTOOL"; then
6510 ac_ct_OTOOL=$OTOOL
6511 # Extract the first word of "otool", so it can be a program name with args.
6512 set dummy otool; ac_word=$2
6513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6514 $as_echo_n "checking for $ac_word... " >&6; }
6515 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
6516 $as_echo_n "(cached) " >&6
6517 else
6518 if test -n "$ac_ct_OTOOL"; then
6519 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6520 else
6521 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6522 for as_dir in $PATH
6524 IFS=$as_save_IFS
6525 test -z "$as_dir" && as_dir=.
6526 for ac_exec_ext in '' $ac_executable_extensions; do
6527 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6528 ac_cv_prog_ac_ct_OTOOL="otool"
6529 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6530 break 2
6532 done
6533 done
6534 IFS=$as_save_IFS
6538 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6539 if test -n "$ac_ct_OTOOL"; then
6540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6541 $as_echo "$ac_ct_OTOOL" >&6; }
6542 else
6543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6544 $as_echo "no" >&6; }
6547 if test "x$ac_ct_OTOOL" = x; then
6548 OTOOL=":"
6549 else
6550 case $cross_compiling:$ac_tool_warned in
6551 yes:)
6552 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6553 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6554 ac_tool_warned=yes ;;
6555 esac
6556 OTOOL=$ac_ct_OTOOL
6558 else
6559 OTOOL="$ac_cv_prog_OTOOL"
6562 if test -n "$ac_tool_prefix"; then
6563 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6564 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6566 $as_echo_n "checking for $ac_word... " >&6; }
6567 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
6568 $as_echo_n "(cached) " >&6
6569 else
6570 if test -n "$OTOOL64"; then
6571 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6572 else
6573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6574 for as_dir in $PATH
6576 IFS=$as_save_IFS
6577 test -z "$as_dir" && as_dir=.
6578 for ac_exec_ext in '' $ac_executable_extensions; do
6579 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6580 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6581 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6582 break 2
6584 done
6585 done
6586 IFS=$as_save_IFS
6590 OTOOL64=$ac_cv_prog_OTOOL64
6591 if test -n "$OTOOL64"; then
6592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6593 $as_echo "$OTOOL64" >&6; }
6594 else
6595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6596 $as_echo "no" >&6; }
6601 if test -z "$ac_cv_prog_OTOOL64"; then
6602 ac_ct_OTOOL64=$OTOOL64
6603 # Extract the first word of "otool64", so it can be a program name with args.
6604 set dummy otool64; ac_word=$2
6605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6606 $as_echo_n "checking for $ac_word... " >&6; }
6607 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
6608 $as_echo_n "(cached) " >&6
6609 else
6610 if test -n "$ac_ct_OTOOL64"; then
6611 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6612 else
6613 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6614 for as_dir in $PATH
6616 IFS=$as_save_IFS
6617 test -z "$as_dir" && as_dir=.
6618 for ac_exec_ext in '' $ac_executable_extensions; do
6619 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6620 ac_cv_prog_ac_ct_OTOOL64="otool64"
6621 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6622 break 2
6624 done
6625 done
6626 IFS=$as_save_IFS
6630 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6631 if test -n "$ac_ct_OTOOL64"; then
6632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6633 $as_echo "$ac_ct_OTOOL64" >&6; }
6634 else
6635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6636 $as_echo "no" >&6; }
6639 if test "x$ac_ct_OTOOL64" = x; then
6640 OTOOL64=":"
6641 else
6642 case $cross_compiling:$ac_tool_warned in
6643 yes:)
6644 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6645 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6646 ac_tool_warned=yes ;;
6647 esac
6648 OTOOL64=$ac_ct_OTOOL64
6650 else
6651 OTOOL64="$ac_cv_prog_OTOOL64"
6680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6681 $as_echo_n "checking for -single_module linker flag... " >&6; }
6682 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
6683 $as_echo_n "(cached) " >&6
6684 else
6685 lt_cv_apple_cc_single_mod=no
6686 if test -z "${LT_MULTI_MODULE}"; then
6687 # By default we will add the -single_module flag. You can override
6688 # by either setting the environment variable LT_MULTI_MODULE
6689 # non-empty at configure time, or by adding -multi_module to the
6690 # link flags.
6691 rm -rf libconftest.dylib*
6692 echo "int foo(void){return 1;}" > conftest.c
6693 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6694 -dynamiclib -Wl,-single_module conftest.c" >&5
6695 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6696 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6697 _lt_result=$?
6698 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6699 lt_cv_apple_cc_single_mod=yes
6700 else
6701 cat conftest.err >&5
6703 rm -rf libconftest.dylib*
6704 rm -f conftest.*
6707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6708 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6710 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6711 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
6712 $as_echo_n "(cached) " >&6
6713 else
6714 lt_cv_ld_exported_symbols_list=no
6715 save_LDFLAGS=$LDFLAGS
6716 echo "_main" > conftest.sym
6717 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6719 /* end confdefs.h. */
6722 main ()
6726 return 0;
6728 _ACEOF
6729 if ac_fn_c_try_link "$LINENO"; then :
6730 lt_cv_ld_exported_symbols_list=yes
6731 else
6732 lt_cv_ld_exported_symbols_list=no
6734 rm -f core conftest.err conftest.$ac_objext \
6735 conftest$ac_exeext conftest.$ac_ext
6736 LDFLAGS="$save_LDFLAGS"
6739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6740 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6742 $as_echo_n "checking for -force_load linker flag... " >&6; }
6743 if test "${lt_cv_ld_force_load+set}" = set; then :
6744 $as_echo_n "(cached) " >&6
6745 else
6746 lt_cv_ld_force_load=no
6747 cat > conftest.c << _LT_EOF
6748 int forced_loaded() { return 2;}
6749 _LT_EOF
6750 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6751 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6752 echo "$AR cru libconftest.a conftest.o" >&5
6753 $AR cru libconftest.a conftest.o 2>&5
6754 cat > conftest.c << _LT_EOF
6755 int main() { return 0;}
6756 _LT_EOF
6757 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6758 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6759 _lt_result=$?
6760 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6761 lt_cv_ld_force_load=yes
6762 else
6763 cat conftest.err >&5
6765 rm -f conftest.err libconftest.a conftest conftest.c
6766 rm -rf conftest.dSYM
6769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6770 $as_echo "$lt_cv_ld_force_load" >&6; }
6771 case $host_os in
6772 rhapsody* | darwin1.[012])
6773 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6774 darwin1.*)
6775 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6776 darwin*) # darwin 5.x on
6777 # if running on 10.5 or later, the deployment target defaults
6778 # to the OS version, if on x86, and 10.4, the deployment
6779 # target defaults to 10.4. Don't you love it?
6780 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6781 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6782 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6783 10.[012]*)
6784 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6785 10.*)
6786 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6787 esac
6789 esac
6790 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6791 _lt_dar_single_mod='$single_module'
6793 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6794 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6795 else
6796 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6798 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6799 _lt_dsymutil='~$DSYMUTIL $lib || :'
6800 else
6801 _lt_dsymutil=
6804 esac
6806 ac_ext=c
6807 ac_cpp='$CPP $CPPFLAGS'
6808 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6809 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6810 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6812 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6813 # On Suns, sometimes $CPP names a directory.
6814 if test -n "$CPP" && test -d "$CPP"; then
6815 CPP=
6817 if test -z "$CPP"; then
6818 if test "${ac_cv_prog_CPP+set}" = set; then :
6819 $as_echo_n "(cached) " >&6
6820 else
6821 # Double quotes because CPP needs to be expanded
6822 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6824 ac_preproc_ok=false
6825 for ac_c_preproc_warn_flag in '' yes
6827 # Use a header file that comes with gcc, so configuring glibc
6828 # with a fresh cross-compiler works.
6829 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6830 # <limits.h> exists even on freestanding compilers.
6831 # On the NeXT, cc -E runs the code through the compiler's parser,
6832 # not just through cpp. "Syntax error" is here to catch this case.
6833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6834 /* end confdefs.h. */
6835 #ifdef __STDC__
6836 # include <limits.h>
6837 #else
6838 # include <assert.h>
6839 #endif
6840 Syntax error
6841 _ACEOF
6842 if ac_fn_c_try_cpp "$LINENO"; then :
6844 else
6845 # Broken: fails on valid input.
6846 continue
6848 rm -f conftest.err conftest.$ac_ext
6850 # OK, works on sane cases. Now check whether nonexistent headers
6851 # can be detected and how.
6852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6853 /* end confdefs.h. */
6854 #include <ac_nonexistent.h>
6855 _ACEOF
6856 if ac_fn_c_try_cpp "$LINENO"; then :
6857 # Broken: success on invalid input.
6858 continue
6859 else
6860 # Passes both tests.
6861 ac_preproc_ok=:
6862 break
6864 rm -f conftest.err conftest.$ac_ext
6866 done
6867 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6868 rm -f conftest.err conftest.$ac_ext
6869 if $ac_preproc_ok; then :
6870 break
6873 done
6874 ac_cv_prog_CPP=$CPP
6877 CPP=$ac_cv_prog_CPP
6878 else
6879 ac_cv_prog_CPP=$CPP
6881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6882 $as_echo "$CPP" >&6; }
6883 ac_preproc_ok=false
6884 for ac_c_preproc_warn_flag in '' yes
6886 # Use a header file that comes with gcc, so configuring glibc
6887 # with a fresh cross-compiler works.
6888 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6889 # <limits.h> exists even on freestanding compilers.
6890 # On the NeXT, cc -E runs the code through the compiler's parser,
6891 # not just through cpp. "Syntax error" is here to catch this case.
6892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6893 /* end confdefs.h. */
6894 #ifdef __STDC__
6895 # include <limits.h>
6896 #else
6897 # include <assert.h>
6898 #endif
6899 Syntax error
6900 _ACEOF
6901 if ac_fn_c_try_cpp "$LINENO"; then :
6903 else
6904 # Broken: fails on valid input.
6905 continue
6907 rm -f conftest.err conftest.$ac_ext
6909 # OK, works on sane cases. Now check whether nonexistent headers
6910 # can be detected and how.
6911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6912 /* end confdefs.h. */
6913 #include <ac_nonexistent.h>
6914 _ACEOF
6915 if ac_fn_c_try_cpp "$LINENO"; then :
6916 # Broken: success on invalid input.
6917 continue
6918 else
6919 # Passes both tests.
6920 ac_preproc_ok=:
6921 break
6923 rm -f conftest.err conftest.$ac_ext
6925 done
6926 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6927 rm -f conftest.err conftest.$ac_ext
6928 if $ac_preproc_ok; then :
6930 else
6931 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6932 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6933 as_fn_error "C preprocessor \"$CPP\" fails sanity check
6934 See \`config.log' for more details." "$LINENO" 5; }
6937 ac_ext=c
6938 ac_cpp='$CPP $CPPFLAGS'
6939 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6940 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6941 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6945 $as_echo_n "checking for ANSI C header files... " >&6; }
6946 if test "${ac_cv_header_stdc+set}" = set; then :
6947 $as_echo_n "(cached) " >&6
6948 else
6949 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6950 /* end confdefs.h. */
6951 #include <stdlib.h>
6952 #include <stdarg.h>
6953 #include <string.h>
6954 #include <float.h>
6957 main ()
6961 return 0;
6963 _ACEOF
6964 if ac_fn_c_try_compile "$LINENO"; then :
6965 ac_cv_header_stdc=yes
6966 else
6967 ac_cv_header_stdc=no
6969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6971 if test $ac_cv_header_stdc = yes; then
6972 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6973 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6974 /* end confdefs.h. */
6975 #include <string.h>
6977 _ACEOF
6978 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6979 $EGREP "memchr" >/dev/null 2>&1; then :
6981 else
6982 ac_cv_header_stdc=no
6984 rm -f conftest*
6988 if test $ac_cv_header_stdc = yes; then
6989 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6991 /* end confdefs.h. */
6992 #include <stdlib.h>
6994 _ACEOF
6995 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6996 $EGREP "free" >/dev/null 2>&1; then :
6998 else
6999 ac_cv_header_stdc=no
7001 rm -f conftest*
7005 if test $ac_cv_header_stdc = yes; then
7006 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7007 if test "$cross_compiling" = yes; then :
7009 else
7010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7011 /* end confdefs.h. */
7012 #include <ctype.h>
7013 #include <stdlib.h>
7014 #if ((' ' & 0x0FF) == 0x020)
7015 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7016 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7017 #else
7018 # define ISLOWER(c) \
7019 (('a' <= (c) && (c) <= 'i') \
7020 || ('j' <= (c) && (c) <= 'r') \
7021 || ('s' <= (c) && (c) <= 'z'))
7022 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7023 #endif
7025 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7027 main ()
7029 int i;
7030 for (i = 0; i < 256; i++)
7031 if (XOR (islower (i), ISLOWER (i))
7032 || toupper (i) != TOUPPER (i))
7033 return 2;
7034 return 0;
7036 _ACEOF
7037 if ac_fn_c_try_run "$LINENO"; then :
7039 else
7040 ac_cv_header_stdc=no
7042 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7043 conftest.$ac_objext conftest.beam conftest.$ac_ext
7048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7049 $as_echo "$ac_cv_header_stdc" >&6; }
7050 if test $ac_cv_header_stdc = yes; then
7052 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7056 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7057 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7058 inttypes.h stdint.h unistd.h
7059 do :
7060 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7061 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7063 eval as_val=\$$as_ac_Header
7064 if test "x$as_val" = x""yes; then :
7065 cat >>confdefs.h <<_ACEOF
7066 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7067 _ACEOF
7071 done
7074 for ac_header in dlfcn.h
7075 do :
7076 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7078 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7079 cat >>confdefs.h <<_ACEOF
7080 #define HAVE_DLFCN_H 1
7081 _ACEOF
7085 done
7091 # Set options
7095 enable_dlopen=no
7098 enable_win32_dll=no
7101 # Check whether --enable-shared was given.
7102 if test "${enable_shared+set}" = set; then :
7103 enableval=$enable_shared; p=${PACKAGE-default}
7104 case $enableval in
7105 yes) enable_shared=yes ;;
7106 no) enable_shared=no ;;
7108 enable_shared=no
7109 # Look at the argument we got. We use all the common list separators.
7110 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7111 for pkg in $enableval; do
7112 IFS="$lt_save_ifs"
7113 if test "X$pkg" = "X$p"; then
7114 enable_shared=yes
7116 done
7117 IFS="$lt_save_ifs"
7119 esac
7120 else
7121 enable_shared=yes
7132 # Check whether --enable-static was given.
7133 if test "${enable_static+set}" = set; then :
7134 enableval=$enable_static; p=${PACKAGE-default}
7135 case $enableval in
7136 yes) enable_static=yes ;;
7137 no) enable_static=no ;;
7139 enable_static=no
7140 # Look at the argument we got. We use all the common list separators.
7141 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7142 for pkg in $enableval; do
7143 IFS="$lt_save_ifs"
7144 if test "X$pkg" = "X$p"; then
7145 enable_static=yes
7147 done
7148 IFS="$lt_save_ifs"
7150 esac
7151 else
7152 enable_static=yes
7164 # Check whether --with-pic was given.
7165 if test "${with_pic+set}" = set; then :
7166 withval=$with_pic; pic_mode="$withval"
7167 else
7168 pic_mode=default
7172 test -z "$pic_mode" && pic_mode=default
7180 # Check whether --enable-fast-install was given.
7181 if test "${enable_fast_install+set}" = set; then :
7182 enableval=$enable_fast_install; p=${PACKAGE-default}
7183 case $enableval in
7184 yes) enable_fast_install=yes ;;
7185 no) enable_fast_install=no ;;
7187 enable_fast_install=no
7188 # Look at the argument we got. We use all the common list separators.
7189 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7190 for pkg in $enableval; do
7191 IFS="$lt_save_ifs"
7192 if test "X$pkg" = "X$p"; then
7193 enable_fast_install=yes
7195 done
7196 IFS="$lt_save_ifs"
7198 esac
7199 else
7200 enable_fast_install=yes
7213 # This can be used to rebuild libtool when needed
7214 LIBTOOL_DEPS="$ltmain"
7216 # Always use our own libtool.
7217 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7244 test -z "$LN_S" && LN_S="ln -s"
7259 if test -n "${ZSH_VERSION+set}" ; then
7260 setopt NO_GLOB_SUBST
7263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7264 $as_echo_n "checking for objdir... " >&6; }
7265 if test "${lt_cv_objdir+set}" = set; then :
7266 $as_echo_n "(cached) " >&6
7267 else
7268 rm -f .libs 2>/dev/null
7269 mkdir .libs 2>/dev/null
7270 if test -d .libs; then
7271 lt_cv_objdir=.libs
7272 else
7273 # MS-DOS does not allow filenames that begin with a dot.
7274 lt_cv_objdir=_libs
7276 rmdir .libs 2>/dev/null
7278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7279 $as_echo "$lt_cv_objdir" >&6; }
7280 objdir=$lt_cv_objdir
7286 cat >>confdefs.h <<_ACEOF
7287 #define LT_OBJDIR "$lt_cv_objdir/"
7288 _ACEOF
7293 case $host_os in
7294 aix3*)
7295 # AIX sometimes has problems with the GCC collect2 program. For some
7296 # reason, if we set the COLLECT_NAMES environment variable, the problems
7297 # vanish in a puff of smoke.
7298 if test "X${COLLECT_NAMES+set}" != Xset; then
7299 COLLECT_NAMES=
7300 export COLLECT_NAMES
7303 esac
7305 # Global variables:
7306 ofile=libtool
7307 can_build_shared=yes
7309 # All known linkers require a `.a' archive for static linking (except MSVC,
7310 # which needs '.lib').
7311 libext=a
7313 with_gnu_ld="$lt_cv_prog_gnu_ld"
7315 old_CC="$CC"
7316 old_CFLAGS="$CFLAGS"
7318 # Set sane defaults for various variables
7319 test -z "$CC" && CC=cc
7320 test -z "$LTCC" && LTCC=$CC
7321 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7322 test -z "$LD" && LD=ld
7323 test -z "$ac_objext" && ac_objext=o
7325 for cc_temp in $compiler""; do
7326 case $cc_temp in
7327 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7328 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7329 \-*) ;;
7330 *) break;;
7331 esac
7332 done
7333 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7336 # Only perform the check for file, if the check method requires it
7337 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7338 case $deplibs_check_method in
7339 file_magic*)
7340 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7342 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7343 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7344 $as_echo_n "(cached) " >&6
7345 else
7346 case $MAGIC_CMD in
7347 [\\/*] | ?:[\\/]*)
7348 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7351 lt_save_MAGIC_CMD="$MAGIC_CMD"
7352 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7353 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7354 for ac_dir in $ac_dummy; do
7355 IFS="$lt_save_ifs"
7356 test -z "$ac_dir" && ac_dir=.
7357 if test -f $ac_dir/${ac_tool_prefix}file; then
7358 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7359 if test -n "$file_magic_test_file"; then
7360 case $deplibs_check_method in
7361 "file_magic "*)
7362 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7363 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7364 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7365 $EGREP "$file_magic_regex" > /dev/null; then
7367 else
7368 cat <<_LT_EOF 1>&2
7370 *** Warning: the command libtool uses to detect shared libraries,
7371 *** $file_magic_cmd, produces output that libtool cannot recognize.
7372 *** The result is that libtool may fail to recognize shared libraries
7373 *** as such. This will affect the creation of libtool libraries that
7374 *** depend on shared libraries, but programs linked with such libtool
7375 *** libraries will work regardless of this problem. Nevertheless, you
7376 *** may want to report the problem to your system manager and/or to
7377 *** bug-libtool@gnu.org
7379 _LT_EOF
7380 fi ;;
7381 esac
7383 break
7385 done
7386 IFS="$lt_save_ifs"
7387 MAGIC_CMD="$lt_save_MAGIC_CMD"
7389 esac
7392 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7393 if test -n "$MAGIC_CMD"; then
7394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7395 $as_echo "$MAGIC_CMD" >&6; }
7396 else
7397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7398 $as_echo "no" >&6; }
7405 if test -z "$lt_cv_path_MAGIC_CMD"; then
7406 if test -n "$ac_tool_prefix"; then
7407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7408 $as_echo_n "checking for file... " >&6; }
7409 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7410 $as_echo_n "(cached) " >&6
7411 else
7412 case $MAGIC_CMD in
7413 [\\/*] | ?:[\\/]*)
7414 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7417 lt_save_MAGIC_CMD="$MAGIC_CMD"
7418 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7419 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7420 for ac_dir in $ac_dummy; do
7421 IFS="$lt_save_ifs"
7422 test -z "$ac_dir" && ac_dir=.
7423 if test -f $ac_dir/file; then
7424 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7425 if test -n "$file_magic_test_file"; then
7426 case $deplibs_check_method in
7427 "file_magic "*)
7428 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7429 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7430 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7431 $EGREP "$file_magic_regex" > /dev/null; then
7433 else
7434 cat <<_LT_EOF 1>&2
7436 *** Warning: the command libtool uses to detect shared libraries,
7437 *** $file_magic_cmd, produces output that libtool cannot recognize.
7438 *** The result is that libtool may fail to recognize shared libraries
7439 *** as such. This will affect the creation of libtool libraries that
7440 *** depend on shared libraries, but programs linked with such libtool
7441 *** libraries will work regardless of this problem. Nevertheless, you
7442 *** may want to report the problem to your system manager and/or to
7443 *** bug-libtool@gnu.org
7445 _LT_EOF
7446 fi ;;
7447 esac
7449 break
7451 done
7452 IFS="$lt_save_ifs"
7453 MAGIC_CMD="$lt_save_MAGIC_CMD"
7455 esac
7458 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7459 if test -n "$MAGIC_CMD"; then
7460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7461 $as_echo "$MAGIC_CMD" >&6; }
7462 else
7463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7464 $as_echo "no" >&6; }
7468 else
7469 MAGIC_CMD=:
7475 esac
7477 # Use C for the default configuration in the libtool script
7479 lt_save_CC="$CC"
7480 ac_ext=c
7481 ac_cpp='$CPP $CPPFLAGS'
7482 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7483 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7484 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7487 # Source file extension for C test sources.
7488 ac_ext=c
7490 # Object file extension for compiled C test sources.
7491 objext=o
7492 objext=$objext
7494 # Code to be used in simple compile tests
7495 lt_simple_compile_test_code="int some_variable = 0;"
7497 # Code to be used in simple link tests
7498 lt_simple_link_test_code='int main(){return(0);}'
7506 # If no C compiler was specified, use CC.
7507 LTCC=${LTCC-"$CC"}
7509 # If no C compiler flags were specified, use CFLAGS.
7510 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7512 # Allow CC to be a program name with arguments.
7513 compiler=$CC
7515 # Save the default compiler, since it gets overwritten when the other
7516 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7517 compiler_DEFAULT=$CC
7519 # save warnings/boilerplate of simple test code
7520 ac_outfile=conftest.$ac_objext
7521 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7522 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7523 _lt_compiler_boilerplate=`cat conftest.err`
7524 $RM conftest*
7526 ac_outfile=conftest.$ac_objext
7527 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7528 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7529 _lt_linker_boilerplate=`cat conftest.err`
7530 $RM -r conftest*
7533 ## CAVEAT EMPTOR:
7534 ## There is no encapsulation within the following macros, do not change
7535 ## the running order or otherwise move them around unless you know exactly
7536 ## what you are doing...
7537 if test -n "$compiler"; then
7539 lt_prog_compiler_no_builtin_flag=
7541 if test "$GCC" = yes; then
7542 case $cc_basename in
7543 nvcc*)
7544 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7546 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7547 esac
7549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7550 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7551 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7552 $as_echo_n "(cached) " >&6
7553 else
7554 lt_cv_prog_compiler_rtti_exceptions=no
7555 ac_outfile=conftest.$ac_objext
7556 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7557 lt_compiler_flag="-fno-rtti -fno-exceptions"
7558 # Insert the option either (1) after the last *FLAGS variable, or
7559 # (2) before a word containing "conftest.", or (3) at the end.
7560 # Note that $ac_compile itself does not contain backslashes and begins
7561 # with a dollar sign (not a hyphen), so the echo should work correctly.
7562 # The option is referenced via a variable to avoid confusing sed.
7563 lt_compile=`echo "$ac_compile" | $SED \
7564 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7565 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7566 -e 's:$: $lt_compiler_flag:'`
7567 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7568 (eval "$lt_compile" 2>conftest.err)
7569 ac_status=$?
7570 cat conftest.err >&5
7571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7572 if (exit $ac_status) && test -s "$ac_outfile"; then
7573 # The compiler can only warn and ignore the option if not recognized
7574 # So say no if there are warnings other than the usual output.
7575 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7576 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7577 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7578 lt_cv_prog_compiler_rtti_exceptions=yes
7581 $RM conftest*
7584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7585 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7587 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7588 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7589 else
7600 lt_prog_compiler_wl=
7601 lt_prog_compiler_pic=
7602 lt_prog_compiler_static=
7604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7605 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7607 if test "$GCC" = yes; then
7608 lt_prog_compiler_wl='-Wl,'
7609 lt_prog_compiler_static='-static'
7611 case $host_os in
7612 aix*)
7613 # All AIX code is PIC.
7614 if test "$host_cpu" = ia64; then
7615 # AIX 5 now supports IA64 processor
7616 lt_prog_compiler_static='-Bstatic'
7618 lt_prog_compiler_pic='-fPIC'
7621 amigaos*)
7622 case $host_cpu in
7623 powerpc)
7624 # see comment about AmigaOS4 .so support
7625 lt_prog_compiler_pic='-fPIC'
7627 m68k)
7628 # FIXME: we need at least 68020 code to build shared libraries, but
7629 # adding the `-m68020' flag to GCC prevents building anything better,
7630 # like `-m68040'.
7631 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7633 esac
7636 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7637 # PIC is the default for these OSes.
7640 mingw* | cygwin* | pw32* | os2* | cegcc*)
7641 # This hack is so that the source file can tell whether it is being
7642 # built for inclusion in a dll (and should export symbols for example).
7643 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7644 # (--disable-auto-import) libraries
7645 lt_prog_compiler_pic='-DDLL_EXPORT'
7648 darwin* | rhapsody*)
7649 # PIC is the default on this platform
7650 # Common symbols not allowed in MH_DYLIB files
7651 lt_prog_compiler_pic='-fno-common'
7654 haiku*)
7655 # PIC is the default for Haiku.
7656 # The "-static" flag exists, but is broken.
7657 lt_prog_compiler_static=
7660 hpux*)
7661 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7662 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7663 # sets the default TLS model and affects inlining.
7664 case $host_cpu in
7665 hppa*64*)
7666 # +Z the default
7669 lt_prog_compiler_pic='-fPIC'
7671 esac
7674 interix[3-9]*)
7675 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7676 # Instead, we relocate shared libraries at runtime.
7679 msdosdjgpp*)
7680 # Just because we use GCC doesn't mean we suddenly get shared libraries
7681 # on systems that don't support them.
7682 lt_prog_compiler_can_build_shared=no
7683 enable_shared=no
7686 *nto* | *qnx*)
7687 # QNX uses GNU C++, but need to define -shared option too, otherwise
7688 # it will coredump.
7689 lt_prog_compiler_pic='-fPIC -shared'
7692 sysv4*MP*)
7693 if test -d /usr/nec; then
7694 lt_prog_compiler_pic=-Kconform_pic
7699 lt_prog_compiler_pic='-fPIC'
7701 esac
7703 case $cc_basename in
7704 nvcc*) # Cuda Compiler Driver 2.2
7705 lt_prog_compiler_wl='-Xlinker '
7706 lt_prog_compiler_pic='-Xcompiler -fPIC'
7708 esac
7709 else
7710 # PORTME Check for flag to pass linker flags through the system compiler.
7711 case $host_os in
7712 aix*)
7713 lt_prog_compiler_wl='-Wl,'
7714 if test "$host_cpu" = ia64; then
7715 # AIX 5 now supports IA64 processor
7716 lt_prog_compiler_static='-Bstatic'
7717 else
7718 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7722 mingw* | cygwin* | pw32* | os2* | cegcc*)
7723 # This hack is so that the source file can tell whether it is being
7724 # built for inclusion in a dll (and should export symbols for example).
7725 lt_prog_compiler_pic='-DDLL_EXPORT'
7728 hpux9* | hpux10* | hpux11*)
7729 lt_prog_compiler_wl='-Wl,'
7730 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7731 # not for PA HP-UX.
7732 case $host_cpu in
7733 hppa*64*|ia64*)
7734 # +Z the default
7737 lt_prog_compiler_pic='+Z'
7739 esac
7740 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7741 lt_prog_compiler_static='${wl}-a ${wl}archive'
7744 irix5* | irix6* | nonstopux*)
7745 lt_prog_compiler_wl='-Wl,'
7746 # PIC (with -KPIC) is the default.
7747 lt_prog_compiler_static='-non_shared'
7750 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7751 case $cc_basename in
7752 # old Intel for x86_64 which still supported -KPIC.
7753 ecc*)
7754 lt_prog_compiler_wl='-Wl,'
7755 lt_prog_compiler_pic='-KPIC'
7756 lt_prog_compiler_static='-static'
7758 # icc used to be incompatible with GCC.
7759 # ICC 10 doesn't accept -KPIC any more.
7760 icc* | ifort*)
7761 lt_prog_compiler_wl='-Wl,'
7762 lt_prog_compiler_pic='-fPIC'
7763 lt_prog_compiler_static='-static'
7765 # Lahey Fortran 8.1.
7766 lf95*)
7767 lt_prog_compiler_wl='-Wl,'
7768 lt_prog_compiler_pic='--shared'
7769 lt_prog_compiler_static='--static'
7771 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7772 # Portland Group compilers (*not* the Pentium gcc compiler,
7773 # which looks to be a dead project)
7774 lt_prog_compiler_wl='-Wl,'
7775 lt_prog_compiler_pic='-fpic'
7776 lt_prog_compiler_static='-Bstatic'
7778 ccc*)
7779 lt_prog_compiler_wl='-Wl,'
7780 # All Alpha code is PIC.
7781 lt_prog_compiler_static='-non_shared'
7783 xl* | bgxl* | bgf* | mpixl*)
7784 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7785 lt_prog_compiler_wl='-Wl,'
7786 lt_prog_compiler_pic='-qpic'
7787 lt_prog_compiler_static='-qstaticlink'
7790 case `$CC -V 2>&1 | sed 5q` in
7791 *Sun\ F* | *Sun*Fortran*)
7792 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7793 lt_prog_compiler_pic='-KPIC'
7794 lt_prog_compiler_static='-Bstatic'
7795 lt_prog_compiler_wl=''
7797 *Sun\ C*)
7798 # Sun C 5.9
7799 lt_prog_compiler_pic='-KPIC'
7800 lt_prog_compiler_static='-Bstatic'
7801 lt_prog_compiler_wl='-Wl,'
7803 esac
7805 esac
7808 newsos6)
7809 lt_prog_compiler_pic='-KPIC'
7810 lt_prog_compiler_static='-Bstatic'
7813 *nto* | *qnx*)
7814 # QNX uses GNU C++, but need to define -shared option too, otherwise
7815 # it will coredump.
7816 lt_prog_compiler_pic='-fPIC -shared'
7819 osf3* | osf4* | osf5*)
7820 lt_prog_compiler_wl='-Wl,'
7821 # All OSF/1 code is PIC.
7822 lt_prog_compiler_static='-non_shared'
7825 rdos*)
7826 lt_prog_compiler_static='-non_shared'
7829 solaris*)
7830 lt_prog_compiler_pic='-KPIC'
7831 lt_prog_compiler_static='-Bstatic'
7832 case $cc_basename in
7833 f77* | f90* | f95*)
7834 lt_prog_compiler_wl='-Qoption ld ';;
7836 lt_prog_compiler_wl='-Wl,';;
7837 esac
7840 sunos4*)
7841 lt_prog_compiler_wl='-Qoption ld '
7842 lt_prog_compiler_pic='-PIC'
7843 lt_prog_compiler_static='-Bstatic'
7846 sysv4 | sysv4.2uw2* | sysv4.3*)
7847 lt_prog_compiler_wl='-Wl,'
7848 lt_prog_compiler_pic='-KPIC'
7849 lt_prog_compiler_static='-Bstatic'
7852 sysv4*MP*)
7853 if test -d /usr/nec ;then
7854 lt_prog_compiler_pic='-Kconform_pic'
7855 lt_prog_compiler_static='-Bstatic'
7859 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7860 lt_prog_compiler_wl='-Wl,'
7861 lt_prog_compiler_pic='-KPIC'
7862 lt_prog_compiler_static='-Bstatic'
7865 unicos*)
7866 lt_prog_compiler_wl='-Wl,'
7867 lt_prog_compiler_can_build_shared=no
7870 uts4*)
7871 lt_prog_compiler_pic='-pic'
7872 lt_prog_compiler_static='-Bstatic'
7876 lt_prog_compiler_can_build_shared=no
7878 esac
7881 case $host_os in
7882 # For platforms which do not support PIC, -DPIC is meaningless:
7883 *djgpp*)
7884 lt_prog_compiler_pic=
7887 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7889 esac
7890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7891 $as_echo "$lt_prog_compiler_pic" >&6; }
7899 # Check to make sure the PIC flag actually works.
7901 if test -n "$lt_prog_compiler_pic"; then
7902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7903 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7904 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
7905 $as_echo_n "(cached) " >&6
7906 else
7907 lt_cv_prog_compiler_pic_works=no
7908 ac_outfile=conftest.$ac_objext
7909 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7910 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
7911 # Insert the option either (1) after the last *FLAGS variable, or
7912 # (2) before a word containing "conftest.", or (3) at the end.
7913 # Note that $ac_compile itself does not contain backslashes and begins
7914 # with a dollar sign (not a hyphen), so the echo should work correctly.
7915 # The option is referenced via a variable to avoid confusing sed.
7916 lt_compile=`echo "$ac_compile" | $SED \
7917 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7918 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7919 -e 's:$: $lt_compiler_flag:'`
7920 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7921 (eval "$lt_compile" 2>conftest.err)
7922 ac_status=$?
7923 cat conftest.err >&5
7924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7925 if (exit $ac_status) && test -s "$ac_outfile"; then
7926 # The compiler can only warn and ignore the option if not recognized
7927 # So say no if there are warnings other than the usual output.
7928 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7929 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7930 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7931 lt_cv_prog_compiler_pic_works=yes
7934 $RM conftest*
7937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
7938 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
7940 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
7941 case $lt_prog_compiler_pic in
7942 "" | " "*) ;;
7943 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
7944 esac
7945 else
7946 lt_prog_compiler_pic=
7947 lt_prog_compiler_can_build_shared=no
7958 # Check to make sure the static flag actually works.
7960 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7962 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
7963 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
7964 $as_echo_n "(cached) " >&6
7965 else
7966 lt_cv_prog_compiler_static_works=no
7967 save_LDFLAGS="$LDFLAGS"
7968 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
7969 echo "$lt_simple_link_test_code" > conftest.$ac_ext
7970 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
7971 # The linker can only warn and ignore the option if not recognized
7972 # So say no if there are warnings
7973 if test -s conftest.err; then
7974 # Append any errors to the config.log.
7975 cat conftest.err 1>&5
7976 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
7977 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7978 if diff conftest.exp conftest.er2 >/dev/null; then
7979 lt_cv_prog_compiler_static_works=yes
7981 else
7982 lt_cv_prog_compiler_static_works=yes
7985 $RM -r conftest*
7986 LDFLAGS="$save_LDFLAGS"
7989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
7990 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
7992 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
7994 else
7995 lt_prog_compiler_static=
8004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8005 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8006 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8007 $as_echo_n "(cached) " >&6
8008 else
8009 lt_cv_prog_compiler_c_o=no
8010 $RM -r conftest 2>/dev/null
8011 mkdir conftest
8012 cd conftest
8013 mkdir out
8014 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8016 lt_compiler_flag="-o out/conftest2.$ac_objext"
8017 # Insert the option either (1) after the last *FLAGS variable, or
8018 # (2) before a word containing "conftest.", or (3) at the end.
8019 # Note that $ac_compile itself does not contain backslashes and begins
8020 # with a dollar sign (not a hyphen), so the echo should work correctly.
8021 lt_compile=`echo "$ac_compile" | $SED \
8022 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8023 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8024 -e 's:$: $lt_compiler_flag:'`
8025 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8026 (eval "$lt_compile" 2>out/conftest.err)
8027 ac_status=$?
8028 cat out/conftest.err >&5
8029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8030 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8031 then
8032 # The compiler can only warn and ignore the option if not recognized
8033 # So say no if there are warnings
8034 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8035 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8036 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8037 lt_cv_prog_compiler_c_o=yes
8040 chmod u+w . 2>&5
8041 $RM conftest*
8042 # SGI C++ compiler will create directory out/ii_files/ for
8043 # template instantiation
8044 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8045 $RM out/* && rmdir out
8046 cd ..
8047 $RM -r conftest
8048 $RM conftest*
8051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8052 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8060 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8061 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8062 $as_echo_n "(cached) " >&6
8063 else
8064 lt_cv_prog_compiler_c_o=no
8065 $RM -r conftest 2>/dev/null
8066 mkdir conftest
8067 cd conftest
8068 mkdir out
8069 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8071 lt_compiler_flag="-o out/conftest2.$ac_objext"
8072 # Insert the option either (1) after the last *FLAGS variable, or
8073 # (2) before a word containing "conftest.", or (3) at the end.
8074 # Note that $ac_compile itself does not contain backslashes and begins
8075 # with a dollar sign (not a hyphen), so the echo should work correctly.
8076 lt_compile=`echo "$ac_compile" | $SED \
8077 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8078 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8079 -e 's:$: $lt_compiler_flag:'`
8080 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8081 (eval "$lt_compile" 2>out/conftest.err)
8082 ac_status=$?
8083 cat out/conftest.err >&5
8084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8085 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8086 then
8087 # The compiler can only warn and ignore the option if not recognized
8088 # So say no if there are warnings
8089 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8090 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8091 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8092 lt_cv_prog_compiler_c_o=yes
8095 chmod u+w . 2>&5
8096 $RM conftest*
8097 # SGI C++ compiler will create directory out/ii_files/ for
8098 # template instantiation
8099 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8100 $RM out/* && rmdir out
8101 cd ..
8102 $RM -r conftest
8103 $RM conftest*
8106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8107 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8112 hard_links="nottested"
8113 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8114 # do not overwrite the value of need_locks provided by the user
8115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8116 $as_echo_n "checking if we can lock with hard links... " >&6; }
8117 hard_links=yes
8118 $RM conftest*
8119 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8120 touch conftest.a
8121 ln conftest.a conftest.b 2>&5 || hard_links=no
8122 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8124 $as_echo "$hard_links" >&6; }
8125 if test "$hard_links" = no; then
8126 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8127 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8128 need_locks=warn
8130 else
8131 need_locks=no
8139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8140 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8142 runpath_var=
8143 allow_undefined_flag=
8144 always_export_symbols=no
8145 archive_cmds=
8146 archive_expsym_cmds=
8147 compiler_needs_object=no
8148 enable_shared_with_static_runtimes=no
8149 export_dynamic_flag_spec=
8150 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8151 hardcode_automatic=no
8152 hardcode_direct=no
8153 hardcode_direct_absolute=no
8154 hardcode_libdir_flag_spec=
8155 hardcode_libdir_flag_spec_ld=
8156 hardcode_libdir_separator=
8157 hardcode_minus_L=no
8158 hardcode_shlibpath_var=unsupported
8159 inherit_rpath=no
8160 link_all_deplibs=unknown
8161 module_cmds=
8162 module_expsym_cmds=
8163 old_archive_from_new_cmds=
8164 old_archive_from_expsyms_cmds=
8165 thread_safe_flag_spec=
8166 whole_archive_flag_spec=
8167 # include_expsyms should be a list of space-separated symbols to be *always*
8168 # included in the symbol list
8169 include_expsyms=
8170 # exclude_expsyms can be an extended regexp of symbols to exclude
8171 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8172 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8173 # as well as any symbol that contains `d'.
8174 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8175 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8176 # platforms (ab)use it in PIC code, but their linkers get confused if
8177 # the symbol is explicitly referenced. Since portable code cannot
8178 # rely on this symbol name, it's probably fine to never include it in
8179 # preloaded symbol tables.
8180 # Exclude shared library initialization/finalization symbols.
8181 extract_expsyms_cmds=
8183 case $host_os in
8184 cygwin* | mingw* | pw32* | cegcc*)
8185 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8186 # When not using gcc, we currently assume that we are using
8187 # Microsoft Visual C++.
8188 if test "$GCC" != yes; then
8189 with_gnu_ld=no
8192 interix*)
8193 # we just hope/assume this is gcc and not c89 (= MSVC++)
8194 with_gnu_ld=yes
8196 openbsd*)
8197 with_gnu_ld=no
8199 esac
8201 ld_shlibs=yes
8203 # On some targets, GNU ld is compatible enough with the native linker
8204 # that we're better off using the native interface for both.
8205 lt_use_gnu_ld_interface=no
8206 if test "$with_gnu_ld" = yes; then
8207 case $host_os in
8208 aix*)
8209 # The AIX port of GNU ld has always aspired to compatibility
8210 # with the native linker. However, as the warning in the GNU ld
8211 # block says, versions before 2.19.5* couldn't really create working
8212 # shared libraries, regardless of the interface used.
8213 case `$LD -v 2>&1` in
8214 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8215 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8216 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8218 lt_use_gnu_ld_interface=yes
8220 esac
8223 lt_use_gnu_ld_interface=yes
8225 esac
8228 if test "$lt_use_gnu_ld_interface" = yes; then
8229 # If archive_cmds runs LD, not CC, wlarc should be empty
8230 wlarc='${wl}'
8232 # Set some defaults for GNU ld with shared library support. These
8233 # are reset later if shared libraries are not supported. Putting them
8234 # here allows them to be overridden if necessary.
8235 runpath_var=LD_RUN_PATH
8236 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8237 export_dynamic_flag_spec='${wl}--export-dynamic'
8238 # ancient GNU ld didn't support --whole-archive et. al.
8239 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8240 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8241 else
8242 whole_archive_flag_spec=
8244 supports_anon_versioning=no
8245 case `$LD -v 2>&1` in
8246 *GNU\ gold*) supports_anon_versioning=yes ;;
8247 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8248 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8249 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8250 *\ 2.11.*) ;; # other 2.11 versions
8251 *) supports_anon_versioning=yes ;;
8252 esac
8254 # See if GNU ld supports shared libraries.
8255 case $host_os in
8256 aix[3-9]*)
8257 # On AIX/PPC, the GNU linker is very broken
8258 if test "$host_cpu" != ia64; then
8259 ld_shlibs=no
8260 cat <<_LT_EOF 1>&2
8262 *** Warning: the GNU linker, at least up to release 2.19, is reported
8263 *** to be unable to reliably create shared libraries on AIX.
8264 *** Therefore, libtool is disabling shared libraries support. If you
8265 *** really care for shared libraries, you may want to install binutils
8266 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8267 *** You will then need to restart the configuration process.
8269 _LT_EOF
8273 amigaos*)
8274 case $host_cpu in
8275 powerpc)
8276 # see comment about AmigaOS4 .so support
8277 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8278 archive_expsym_cmds=''
8280 m68k)
8281 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)'
8282 hardcode_libdir_flag_spec='-L$libdir'
8283 hardcode_minus_L=yes
8285 esac
8288 beos*)
8289 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8290 allow_undefined_flag=unsupported
8291 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8292 # support --undefined. This deserves some investigation. FIXME
8293 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8294 else
8295 ld_shlibs=no
8299 cygwin* | mingw* | pw32* | cegcc*)
8300 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8301 # as there is no search path for DLLs.
8302 hardcode_libdir_flag_spec='-L$libdir'
8303 export_dynamic_flag_spec='${wl}--export-all-symbols'
8304 allow_undefined_flag=unsupported
8305 always_export_symbols=no
8306 enable_shared_with_static_runtimes=yes
8307 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8309 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8310 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8311 # If the export-symbols file already is a .def file (1st line
8312 # is EXPORTS), use it as is; otherwise, prepend...
8313 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8314 cp $export_symbols $output_objdir/$soname.def;
8315 else
8316 echo EXPORTS > $output_objdir/$soname.def;
8317 cat $export_symbols >> $output_objdir/$soname.def;
8319 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8320 else
8321 ld_shlibs=no
8325 haiku*)
8326 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8327 link_all_deplibs=yes
8330 interix[3-9]*)
8331 hardcode_direct=no
8332 hardcode_shlibpath_var=no
8333 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8334 export_dynamic_flag_spec='${wl}-E'
8335 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8336 # Instead, shared libraries are loaded at an image base (0x10000000 by
8337 # default) and relocated if they conflict, which is a slow very memory
8338 # consuming and fragmenting process. To avoid this, we pick a random,
8339 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8340 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8341 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8342 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'
8345 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8346 tmp_diet=no
8347 if test "$host_os" = linux-dietlibc; then
8348 case $cc_basename in
8349 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8350 esac
8352 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8353 && test "$tmp_diet" = no
8354 then
8355 tmp_addflag=
8356 tmp_sharedflag='-shared'
8357 case $cc_basename,$host_cpu in
8358 pgcc*) # Portland Group C compiler
8359 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'
8360 tmp_addflag=' $pic_flag'
8362 pgf77* | pgf90* | pgf95* | pgfortran*)
8363 # Portland Group f77 and f90 compilers
8364 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'
8365 tmp_addflag=' $pic_flag -Mnomain' ;;
8366 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8367 tmp_addflag=' -i_dynamic' ;;
8368 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8369 tmp_addflag=' -i_dynamic -nofor_main' ;;
8370 ifc* | ifort*) # Intel Fortran compiler
8371 tmp_addflag=' -nofor_main' ;;
8372 lf95*) # Lahey Fortran 8.1
8373 whole_archive_flag_spec=
8374 tmp_sharedflag='--shared' ;;
8375 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8376 tmp_sharedflag='-qmkshrobj'
8377 tmp_addflag= ;;
8378 nvcc*) # Cuda Compiler Driver 2.2
8379 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'
8380 compiler_needs_object=yes
8382 esac
8383 case `$CC -V 2>&1 | sed 5q` in
8384 *Sun\ C*) # Sun C 5.9
8385 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'
8386 compiler_needs_object=yes
8387 tmp_sharedflag='-G' ;;
8388 *Sun\ F*) # Sun Fortran 8.3
8389 tmp_sharedflag='-G' ;;
8390 esac
8391 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8393 if test "x$supports_anon_versioning" = xyes; then
8394 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8395 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8396 echo "local: *; };" >> $output_objdir/$libname.ver~
8397 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8400 case $cc_basename in
8401 xlf* | bgf* | bgxlf* | mpixlf*)
8402 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8403 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8404 hardcode_libdir_flag_spec=
8405 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8406 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8407 if test "x$supports_anon_versioning" = xyes; then
8408 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8409 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8410 echo "local: *; };" >> $output_objdir/$libname.ver~
8411 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8414 esac
8415 else
8416 ld_shlibs=no
8420 netbsd*)
8421 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8422 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8423 wlarc=
8424 else
8425 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8426 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8430 solaris*)
8431 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8432 ld_shlibs=no
8433 cat <<_LT_EOF 1>&2
8435 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8436 *** create shared libraries on Solaris systems. Therefore, libtool
8437 *** is disabling shared libraries support. We urge you to upgrade GNU
8438 *** binutils to release 2.9.1 or newer. Another option is to modify
8439 *** your PATH or compiler configuration so that the native linker is
8440 *** used, and then restart.
8442 _LT_EOF
8443 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8444 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8445 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8446 else
8447 ld_shlibs=no
8451 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8452 case `$LD -v 2>&1` in
8453 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8454 ld_shlibs=no
8455 cat <<_LT_EOF 1>&2
8457 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8458 *** reliably create shared libraries on SCO systems. Therefore, libtool
8459 *** is disabling shared libraries support. We urge you to upgrade GNU
8460 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8461 *** your PATH or compiler configuration so that the native linker is
8462 *** used, and then restart.
8464 _LT_EOF
8467 # For security reasons, it is highly recommended that you always
8468 # use absolute paths for naming shared libraries, and exclude the
8469 # DT_RUNPATH tag from executables and libraries. But doing so
8470 # requires that you compile everything twice, which is a pain.
8471 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8472 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8473 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8474 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8475 else
8476 ld_shlibs=no
8479 esac
8482 sunos4*)
8483 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8484 wlarc=
8485 hardcode_direct=yes
8486 hardcode_shlibpath_var=no
8490 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8491 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8492 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8493 else
8494 ld_shlibs=no
8497 esac
8499 if test "$ld_shlibs" = no; then
8500 runpath_var=
8501 hardcode_libdir_flag_spec=
8502 export_dynamic_flag_spec=
8503 whole_archive_flag_spec=
8505 else
8506 # PORTME fill in a description of your system's linker (not GNU ld)
8507 case $host_os in
8508 aix3*)
8509 allow_undefined_flag=unsupported
8510 always_export_symbols=yes
8511 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'
8512 # Note: this linker hardcodes the directories in LIBPATH if there
8513 # are no directories specified by -L.
8514 hardcode_minus_L=yes
8515 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8516 # Neither direct hardcoding nor static linking is supported with a
8517 # broken collect2.
8518 hardcode_direct=unsupported
8522 aix[4-9]*)
8523 if test "$host_cpu" = ia64; then
8524 # On IA64, the linker does run time linking by default, so we don't
8525 # have to do anything special.
8526 aix_use_runtimelinking=no
8527 exp_sym_flag='-Bexport'
8528 no_entry_flag=""
8529 else
8530 # If we're using GNU nm, then we don't want the "-C" option.
8531 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8532 # Also, AIX nm treats weak defined symbols like other global
8533 # defined symbols, whereas GNU nm marks them as "W".
8534 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8535 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'
8536 else
8537 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'
8539 aix_use_runtimelinking=no
8541 # Test if we are trying to use run time linking or normal
8542 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8543 # need to do runtime linking.
8544 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8545 for ld_flag in $LDFLAGS; do
8546 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8547 aix_use_runtimelinking=yes
8548 break
8550 done
8552 esac
8554 exp_sym_flag='-bexport'
8555 no_entry_flag='-bnoentry'
8558 # When large executables or shared objects are built, AIX ld can
8559 # have problems creating the table of contents. If linking a library
8560 # or program results in "error TOC overflow" add -mminimal-toc to
8561 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8562 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8564 archive_cmds=''
8565 hardcode_direct=yes
8566 hardcode_direct_absolute=yes
8567 hardcode_libdir_separator=':'
8568 link_all_deplibs=yes
8569 file_list_spec='${wl}-f,'
8571 if test "$GCC" = yes; then
8572 case $host_os in aix4.[012]|aix4.[012].*)
8573 # We only want to do this on AIX 4.2 and lower, the check
8574 # below for broken collect2 doesn't work under 4.3+
8575 collect2name=`${CC} -print-prog-name=collect2`
8576 if test -f "$collect2name" &&
8577 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8578 then
8579 # We have reworked collect2
8581 else
8582 # We have old collect2
8583 hardcode_direct=unsupported
8584 # It fails to find uninstalled libraries when the uninstalled
8585 # path is not listed in the libpath. Setting hardcode_minus_L
8586 # to unsupported forces relinking
8587 hardcode_minus_L=yes
8588 hardcode_libdir_flag_spec='-L$libdir'
8589 hardcode_libdir_separator=
8592 esac
8593 shared_flag='-shared'
8594 if test "$aix_use_runtimelinking" = yes; then
8595 shared_flag="$shared_flag "'${wl}-G'
8597 else
8598 # not using gcc
8599 if test "$host_cpu" = ia64; then
8600 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8601 # chokes on -Wl,-G. The following line is correct:
8602 shared_flag='-G'
8603 else
8604 if test "$aix_use_runtimelinking" = yes; then
8605 shared_flag='${wl}-G'
8606 else
8607 shared_flag='${wl}-bM:SRE'
8612 export_dynamic_flag_spec='${wl}-bexpall'
8613 # It seems that -bexpall does not export symbols beginning with
8614 # underscore (_), so it is better to generate a list of symbols to export.
8615 always_export_symbols=yes
8616 if test "$aix_use_runtimelinking" = yes; then
8617 # Warning - without using the other runtime loading flags (-brtl),
8618 # -berok will link without error, but may produce a broken library.
8619 allow_undefined_flag='-berok'
8620 # Determine the default libpath from the value encoded in an
8621 # empty executable.
8622 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8623 /* end confdefs.h. */
8626 main ()
8630 return 0;
8632 _ACEOF
8633 if ac_fn_c_try_link "$LINENO"; then :
8635 lt_aix_libpath_sed='
8636 /Import File Strings/,/^$/ {
8637 /^0/ {
8638 s/^0 *\(.*\)$/\1/
8642 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8643 # Check for a 64-bit object if we didn't find anything.
8644 if test -z "$aix_libpath"; then
8645 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8648 rm -f core conftest.err conftest.$ac_objext \
8649 conftest$ac_exeext conftest.$ac_ext
8650 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8652 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8653 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"
8654 else
8655 if test "$host_cpu" = ia64; then
8656 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8657 allow_undefined_flag="-z nodefs"
8658 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"
8659 else
8660 # Determine the default libpath from the value encoded in an
8661 # empty executable.
8662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8663 /* end confdefs.h. */
8666 main ()
8670 return 0;
8672 _ACEOF
8673 if ac_fn_c_try_link "$LINENO"; then :
8675 lt_aix_libpath_sed='
8676 /Import File Strings/,/^$/ {
8677 /^0/ {
8678 s/^0 *\(.*\)$/\1/
8682 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8683 # Check for a 64-bit object if we didn't find anything.
8684 if test -z "$aix_libpath"; then
8685 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8688 rm -f core conftest.err conftest.$ac_objext \
8689 conftest$ac_exeext conftest.$ac_ext
8690 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8692 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8693 # Warning - without using the other run time loading flags,
8694 # -berok will link without error, but may produce a broken library.
8695 no_undefined_flag=' ${wl}-bernotok'
8696 allow_undefined_flag=' ${wl}-berok'
8697 if test "$with_gnu_ld" = yes; then
8698 # We only use this code for GNU lds that support --whole-archive.
8699 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8700 else
8701 # Exported symbols can be pulled into shared objects from archives
8702 whole_archive_flag_spec='$convenience'
8704 archive_cmds_need_lc=yes
8705 # This is similar to how AIX traditionally builds its shared libraries.
8706 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'
8711 amigaos*)
8712 case $host_cpu in
8713 powerpc)
8714 # see comment about AmigaOS4 .so support
8715 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8716 archive_expsym_cmds=''
8718 m68k)
8719 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)'
8720 hardcode_libdir_flag_spec='-L$libdir'
8721 hardcode_minus_L=yes
8723 esac
8726 bsdi[45]*)
8727 export_dynamic_flag_spec=-rdynamic
8730 cygwin* | mingw* | pw32* | cegcc*)
8731 # When not using gcc, we currently assume that we are using
8732 # Microsoft Visual C++.
8733 # hardcode_libdir_flag_spec is actually meaningless, as there is
8734 # no search path for DLLs.
8735 hardcode_libdir_flag_spec=' '
8736 allow_undefined_flag=unsupported
8737 # Tell ltmain to make .lib files, not .a files.
8738 libext=lib
8739 # Tell ltmain to make .dll files, not .so files.
8740 shrext_cmds=".dll"
8741 # FIXME: Setting linknames here is a bad hack.
8742 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8743 # The linker will automatically build a .lib file if we build a DLL.
8744 old_archive_from_new_cmds='true'
8745 # FIXME: Should let the user specify the lib program.
8746 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8747 fix_srcfile_path='`cygpath -w "$srcfile"`'
8748 enable_shared_with_static_runtimes=yes
8751 darwin* | rhapsody*)
8754 archive_cmds_need_lc=no
8755 hardcode_direct=no
8756 hardcode_automatic=yes
8757 hardcode_shlibpath_var=unsupported
8758 if test "$lt_cv_ld_force_load" = "yes"; then
8759 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\"`'
8760 else
8761 whole_archive_flag_spec=''
8763 link_all_deplibs=yes
8764 allow_undefined_flag="$_lt_dar_allow_undefined"
8765 case $cc_basename in
8766 ifort*) _lt_dar_can_shared=yes ;;
8767 *) _lt_dar_can_shared=$GCC ;;
8768 esac
8769 if test "$_lt_dar_can_shared" = "yes"; then
8770 output_verbose_link_cmd=func_echo_all
8771 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8772 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8773 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}"
8774 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}"
8776 else
8777 ld_shlibs=no
8782 dgux*)
8783 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8784 hardcode_libdir_flag_spec='-L$libdir'
8785 hardcode_shlibpath_var=no
8788 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8789 # support. Future versions do this automatically, but an explicit c++rt0.o
8790 # does not break anything, and helps significantly (at the cost of a little
8791 # extra space).
8792 freebsd2.2*)
8793 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8794 hardcode_libdir_flag_spec='-R$libdir'
8795 hardcode_direct=yes
8796 hardcode_shlibpath_var=no
8799 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8800 freebsd2.*)
8801 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8802 hardcode_direct=yes
8803 hardcode_minus_L=yes
8804 hardcode_shlibpath_var=no
8807 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8808 freebsd* | dragonfly*)
8809 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8810 hardcode_libdir_flag_spec='-R$libdir'
8811 hardcode_direct=yes
8812 hardcode_shlibpath_var=no
8815 hpux9*)
8816 if test "$GCC" = yes; then
8817 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'
8818 else
8819 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'
8821 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8822 hardcode_libdir_separator=:
8823 hardcode_direct=yes
8825 # hardcode_minus_L: Not really in the search PATH,
8826 # but as the default location of the library.
8827 hardcode_minus_L=yes
8828 export_dynamic_flag_spec='${wl}-E'
8831 hpux10*)
8832 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8833 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8834 else
8835 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8837 if test "$with_gnu_ld" = no; then
8838 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8839 hardcode_libdir_flag_spec_ld='+b $libdir'
8840 hardcode_libdir_separator=:
8841 hardcode_direct=yes
8842 hardcode_direct_absolute=yes
8843 export_dynamic_flag_spec='${wl}-E'
8844 # hardcode_minus_L: Not really in the search PATH,
8845 # but as the default location of the library.
8846 hardcode_minus_L=yes
8850 hpux11*)
8851 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8852 case $host_cpu in
8853 hppa*64*)
8854 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8856 ia64*)
8857 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8860 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8862 esac
8863 else
8864 case $host_cpu in
8865 hppa*64*)
8866 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8868 ia64*)
8869 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8873 # Older versions of the 11.00 compiler do not understand -b yet
8874 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
8875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
8876 $as_echo_n "checking if $CC understands -b... " >&6; }
8877 if test "${lt_cv_prog_compiler__b+set}" = set; then :
8878 $as_echo_n "(cached) " >&6
8879 else
8880 lt_cv_prog_compiler__b=no
8881 save_LDFLAGS="$LDFLAGS"
8882 LDFLAGS="$LDFLAGS -b"
8883 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8884 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8885 # The linker can only warn and ignore the option if not recognized
8886 # So say no if there are warnings
8887 if test -s conftest.err; then
8888 # Append any errors to the config.log.
8889 cat conftest.err 1>&5
8890 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8891 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8892 if diff conftest.exp conftest.er2 >/dev/null; then
8893 lt_cv_prog_compiler__b=yes
8895 else
8896 lt_cv_prog_compiler__b=yes
8899 $RM -r conftest*
8900 LDFLAGS="$save_LDFLAGS"
8903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
8904 $as_echo "$lt_cv_prog_compiler__b" >&6; }
8906 if test x"$lt_cv_prog_compiler__b" = xyes; then
8907 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8908 else
8909 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8913 esac
8915 if test "$with_gnu_ld" = no; then
8916 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8917 hardcode_libdir_separator=:
8919 case $host_cpu in
8920 hppa*64*|ia64*)
8921 hardcode_direct=no
8922 hardcode_shlibpath_var=no
8925 hardcode_direct=yes
8926 hardcode_direct_absolute=yes
8927 export_dynamic_flag_spec='${wl}-E'
8929 # hardcode_minus_L: Not really in the search PATH,
8930 # but as the default location of the library.
8931 hardcode_minus_L=yes
8933 esac
8937 irix5* | irix6* | nonstopux*)
8938 if test "$GCC" = yes; then
8939 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'
8940 # Try to use the -exported_symbol ld option, if it does not
8941 # work, assume that -exports_file does not work either and
8942 # implicitly export all symbols.
8943 save_LDFLAGS="$LDFLAGS"
8944 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8946 /* end confdefs.h. */
8947 int foo(void) {}
8948 _ACEOF
8949 if ac_fn_c_try_link "$LINENO"; then :
8950 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'
8953 rm -f core conftest.err conftest.$ac_objext \
8954 conftest$ac_exeext conftest.$ac_ext
8955 LDFLAGS="$save_LDFLAGS"
8956 else
8957 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'
8958 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'
8960 archive_cmds_need_lc='no'
8961 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8962 hardcode_libdir_separator=:
8963 inherit_rpath=yes
8964 link_all_deplibs=yes
8967 netbsd*)
8968 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8969 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
8970 else
8971 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
8973 hardcode_libdir_flag_spec='-R$libdir'
8974 hardcode_direct=yes
8975 hardcode_shlibpath_var=no
8978 newsos6)
8979 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8980 hardcode_direct=yes
8981 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8982 hardcode_libdir_separator=:
8983 hardcode_shlibpath_var=no
8986 *nto* | *qnx*)
8989 openbsd*)
8990 if test -f /usr/libexec/ld.so; then
8991 hardcode_direct=yes
8992 hardcode_shlibpath_var=no
8993 hardcode_direct_absolute=yes
8994 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8995 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8996 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8997 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8998 export_dynamic_flag_spec='${wl}-E'
8999 else
9000 case $host_os in
9001 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9002 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9003 hardcode_libdir_flag_spec='-R$libdir'
9006 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9007 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9009 esac
9011 else
9012 ld_shlibs=no
9016 os2*)
9017 hardcode_libdir_flag_spec='-L$libdir'
9018 hardcode_minus_L=yes
9019 allow_undefined_flag=unsupported
9020 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'
9021 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9024 osf3*)
9025 if test "$GCC" = yes; then
9026 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9027 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'
9028 else
9029 allow_undefined_flag=' -expect_unresolved \*'
9030 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'
9032 archive_cmds_need_lc='no'
9033 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9034 hardcode_libdir_separator=:
9037 osf4* | osf5*) # as osf3* with the addition of -msym flag
9038 if test "$GCC" = yes; then
9039 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9040 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'
9041 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9042 else
9043 allow_undefined_flag=' -expect_unresolved \*'
9044 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'
9045 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~
9046 $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'
9048 # Both c and cxx compiler support -rpath directly
9049 hardcode_libdir_flag_spec='-rpath $libdir'
9051 archive_cmds_need_lc='no'
9052 hardcode_libdir_separator=:
9055 solaris*)
9056 no_undefined_flag=' -z defs'
9057 if test "$GCC" = yes; then
9058 wlarc='${wl}'
9059 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9060 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9061 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9062 else
9063 case `$CC -V 2>&1` in
9064 *"Compilers 5.0"*)
9065 wlarc=''
9066 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9067 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9068 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9071 wlarc='${wl}'
9072 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9073 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9074 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9076 esac
9078 hardcode_libdir_flag_spec='-R$libdir'
9079 hardcode_shlibpath_var=no
9080 case $host_os in
9081 solaris2.[0-5] | solaris2.[0-5].*) ;;
9083 # The compiler driver will combine and reorder linker options,
9084 # but understands `-z linker_flag'. GCC discards it without `$wl',
9085 # but is careful enough not to reorder.
9086 # Supported since Solaris 2.6 (maybe 2.5.1?)
9087 if test "$GCC" = yes; then
9088 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9089 else
9090 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9093 esac
9094 link_all_deplibs=yes
9097 sunos4*)
9098 if test "x$host_vendor" = xsequent; then
9099 # Use $CC to link under sequent, because it throws in some extra .o
9100 # files that make .init and .fini sections work.
9101 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9102 else
9103 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9105 hardcode_libdir_flag_spec='-L$libdir'
9106 hardcode_direct=yes
9107 hardcode_minus_L=yes
9108 hardcode_shlibpath_var=no
9111 sysv4)
9112 case $host_vendor in
9113 sni)
9114 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9115 hardcode_direct=yes # is this really true???
9117 siemens)
9118 ## LD is ld it makes a PLAMLIB
9119 ## CC just makes a GrossModule.
9120 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9121 reload_cmds='$CC -r -o $output$reload_objs'
9122 hardcode_direct=no
9124 motorola)
9125 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9126 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9128 esac
9129 runpath_var='LD_RUN_PATH'
9130 hardcode_shlibpath_var=no
9133 sysv4.3*)
9134 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9135 hardcode_shlibpath_var=no
9136 export_dynamic_flag_spec='-Bexport'
9139 sysv4*MP*)
9140 if test -d /usr/nec; then
9141 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9142 hardcode_shlibpath_var=no
9143 runpath_var=LD_RUN_PATH
9144 hardcode_runpath_var=yes
9145 ld_shlibs=yes
9149 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9150 no_undefined_flag='${wl}-z,text'
9151 archive_cmds_need_lc=no
9152 hardcode_shlibpath_var=no
9153 runpath_var='LD_RUN_PATH'
9155 if test "$GCC" = yes; then
9156 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9157 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9158 else
9159 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9160 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9164 sysv5* | sco3.2v5* | sco5v6*)
9165 # Note: We can NOT use -z defs as we might desire, because we do not
9166 # link with -lc, and that would cause any symbols used from libc to
9167 # always be unresolved, which means just about no library would
9168 # ever link correctly. If we're not using GNU ld we use -z text
9169 # though, which does catch some bad symbols but isn't as heavy-handed
9170 # as -z defs.
9171 no_undefined_flag='${wl}-z,text'
9172 allow_undefined_flag='${wl}-z,nodefs'
9173 archive_cmds_need_lc=no
9174 hardcode_shlibpath_var=no
9175 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9176 hardcode_libdir_separator=':'
9177 link_all_deplibs=yes
9178 export_dynamic_flag_spec='${wl}-Bexport'
9179 runpath_var='LD_RUN_PATH'
9181 if test "$GCC" = yes; then
9182 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9183 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9184 else
9185 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9186 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9190 uts4*)
9191 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9192 hardcode_libdir_flag_spec='-L$libdir'
9193 hardcode_shlibpath_var=no
9197 ld_shlibs=no
9199 esac
9201 if test x$host_vendor = xsni; then
9202 case $host in
9203 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9204 export_dynamic_flag_spec='${wl}-Blargedynsym'
9206 esac
9210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9211 $as_echo "$ld_shlibs" >&6; }
9212 test "$ld_shlibs" = no && can_build_shared=no
9214 with_gnu_ld=$with_gnu_ld
9231 # Do we need to explicitly link libc?
9233 case "x$archive_cmds_need_lc" in
9234 x|xyes)
9235 # Assume -lc should be added
9236 archive_cmds_need_lc=yes
9238 if test "$enable_shared" = yes && test "$GCC" = yes; then
9239 case $archive_cmds in
9240 *'~'*)
9241 # FIXME: we may have to deal with multi-command sequences.
9243 '$CC '*)
9244 # Test whether the compiler implicitly links with -lc since on some
9245 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9246 # to ld, don't add -lc before -lgcc.
9247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9248 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9249 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9250 $as_echo_n "(cached) " >&6
9251 else
9252 $RM conftest*
9253 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9255 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9256 (eval $ac_compile) 2>&5
9257 ac_status=$?
9258 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9259 test $ac_status = 0; } 2>conftest.err; then
9260 soname=conftest
9261 lib=conftest
9262 libobjs=conftest.$ac_objext
9263 deplibs=
9264 wl=$lt_prog_compiler_wl
9265 pic_flag=$lt_prog_compiler_pic
9266 compiler_flags=-v
9267 linker_flags=-v
9268 verstring=
9269 output_objdir=.
9270 libname=conftest
9271 lt_save_allow_undefined_flag=$allow_undefined_flag
9272 allow_undefined_flag=
9273 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9274 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9275 ac_status=$?
9276 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9277 test $ac_status = 0; }
9278 then
9279 lt_cv_archive_cmds_need_lc=no
9280 else
9281 lt_cv_archive_cmds_need_lc=yes
9283 allow_undefined_flag=$lt_save_allow_undefined_flag
9284 else
9285 cat conftest.err 1>&5
9287 $RM conftest*
9290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9291 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9292 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9294 esac
9297 esac
9455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9456 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9458 if test "$GCC" = yes; then
9459 case $host_os in
9460 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9461 *) lt_awk_arg="/^libraries:/" ;;
9462 esac
9463 case $host_os in
9464 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9465 *) lt_sed_strip_eq="s,=/,/,g" ;;
9466 esac
9467 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9468 case $lt_search_path_spec in
9469 *\;*)
9470 # if the path contains ";" then we assume it to be the separator
9471 # otherwise default to the standard path separator (i.e. ":") - it is
9472 # assumed that no part of a normal pathname contains ";" but that should
9473 # okay in the real world where ";" in dirpaths is itself problematic.
9474 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9477 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9479 esac
9480 # Ok, now we have the path, separated by spaces, we can step through it
9481 # and add multilib dir if necessary.
9482 lt_tmp_lt_search_path_spec=
9483 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9484 for lt_sys_path in $lt_search_path_spec; do
9485 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9486 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9487 else
9488 test -d "$lt_sys_path" && \
9489 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9491 done
9492 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9493 BEGIN {RS=" "; FS="/|\n";} {
9494 lt_foo="";
9495 lt_count=0;
9496 for (lt_i = NF; lt_i > 0; lt_i--) {
9497 if ($lt_i != "" && $lt_i != ".") {
9498 if ($lt_i == "..") {
9499 lt_count++;
9500 } else {
9501 if (lt_count == 0) {
9502 lt_foo="/" $lt_i lt_foo;
9503 } else {
9504 lt_count--;
9509 if (lt_foo != "") { lt_freq[lt_foo]++; }
9510 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9512 # AWK program above erroneously prepends '/' to C:/dos/paths
9513 # for these hosts.
9514 case $host_os in
9515 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9516 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9517 esac
9518 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9519 else
9520 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9522 library_names_spec=
9523 libname_spec='lib$name'
9524 soname_spec=
9525 shrext_cmds=".so"
9526 postinstall_cmds=
9527 postuninstall_cmds=
9528 finish_cmds=
9529 finish_eval=
9530 shlibpath_var=
9531 shlibpath_overrides_runpath=unknown
9532 version_type=none
9533 dynamic_linker="$host_os ld.so"
9534 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9535 need_lib_prefix=unknown
9536 hardcode_into_libs=no
9538 # when you set need_version to no, make sure it does not cause -set_version
9539 # flags to be left without arguments
9540 need_version=unknown
9542 case $host_os in
9543 aix3*)
9544 version_type=linux
9545 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9546 shlibpath_var=LIBPATH
9548 # AIX 3 has no versioning support, so we append a major version to the name.
9549 soname_spec='${libname}${release}${shared_ext}$major'
9552 aix[4-9]*)
9553 version_type=linux
9554 need_lib_prefix=no
9555 need_version=no
9556 hardcode_into_libs=yes
9557 if test "$host_cpu" = ia64; then
9558 # AIX 5 supports IA64
9559 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9560 shlibpath_var=LD_LIBRARY_PATH
9561 else
9562 # With GCC up to 2.95.x, collect2 would create an import file
9563 # for dependence libraries. The import file would start with
9564 # the line `#! .'. This would cause the generated library to
9565 # depend on `.', always an invalid library. This was fixed in
9566 # development snapshots of GCC prior to 3.0.
9567 case $host_os in
9568 aix4 | aix4.[01] | aix4.[01].*)
9569 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9570 echo ' yes '
9571 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9573 else
9574 can_build_shared=no
9577 esac
9578 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9579 # soname into executable. Probably we can add versioning support to
9580 # collect2, so additional links can be useful in future.
9581 if test "$aix_use_runtimelinking" = yes; then
9582 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9583 # instead of lib<name>.a to let people know that these are not
9584 # typical AIX shared libraries.
9585 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9586 else
9587 # We preserve .a as extension for shared libraries through AIX4.2
9588 # and later when we are not doing run time linking.
9589 library_names_spec='${libname}${release}.a $libname.a'
9590 soname_spec='${libname}${release}${shared_ext}$major'
9592 shlibpath_var=LIBPATH
9596 amigaos*)
9597 case $host_cpu in
9598 powerpc)
9599 # Since July 2007 AmigaOS4 officially supports .so libraries.
9600 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9601 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9603 m68k)
9604 library_names_spec='$libname.ixlibrary $libname.a'
9605 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9606 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'
9608 esac
9611 beos*)
9612 library_names_spec='${libname}${shared_ext}'
9613 dynamic_linker="$host_os ld.so"
9614 shlibpath_var=LIBRARY_PATH
9617 bsdi[45]*)
9618 version_type=linux
9619 need_version=no
9620 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9621 soname_spec='${libname}${release}${shared_ext}$major'
9622 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9623 shlibpath_var=LD_LIBRARY_PATH
9624 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9625 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9626 # the default ld.so.conf also contains /usr/contrib/lib and
9627 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9628 # libtool to hard-code these into programs
9631 cygwin* | mingw* | pw32* | cegcc*)
9632 version_type=windows
9633 shrext_cmds=".dll"
9634 need_version=no
9635 need_lib_prefix=no
9637 case $GCC,$host_os in
9638 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9639 library_names_spec='$libname.dll.a'
9640 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9641 postinstall_cmds='base_file=`basename \${file}`~
9642 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9643 dldir=$destdir/`dirname \$dlpath`~
9644 test -d \$dldir || mkdir -p \$dldir~
9645 $install_prog $dir/$dlname \$dldir/$dlname~
9646 chmod a+x \$dldir/$dlname~
9647 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9648 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9650 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9651 dlpath=$dir/\$dldll~
9652 $RM \$dlpath'
9653 shlibpath_overrides_runpath=yes
9655 case $host_os in
9656 cygwin*)
9657 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9658 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9660 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9662 mingw* | cegcc*)
9663 # MinGW DLLs use traditional 'lib' prefix
9664 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9666 pw32*)
9667 # pw32 DLLs use 'pw' prefix rather than 'lib'
9668 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9670 esac
9674 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9676 esac
9677 dynamic_linker='Win32 ld.exe'
9678 # FIXME: first we should search . and the directory the executable is in
9679 shlibpath_var=PATH
9682 darwin* | rhapsody*)
9683 dynamic_linker="$host_os dyld"
9684 version_type=darwin
9685 need_lib_prefix=no
9686 need_version=no
9687 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9688 soname_spec='${libname}${release}${major}$shared_ext'
9689 shlibpath_overrides_runpath=yes
9690 shlibpath_var=DYLD_LIBRARY_PATH
9691 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9693 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9694 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9697 dgux*)
9698 version_type=linux
9699 need_lib_prefix=no
9700 need_version=no
9701 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9702 soname_spec='${libname}${release}${shared_ext}$major'
9703 shlibpath_var=LD_LIBRARY_PATH
9706 freebsd* | dragonfly*)
9707 # DragonFly does not have aout. When/if they implement a new
9708 # versioning mechanism, adjust this.
9709 if test -x /usr/bin/objformat; then
9710 objformat=`/usr/bin/objformat`
9711 else
9712 case $host_os in
9713 freebsd[23].*) objformat=aout ;;
9714 *) objformat=elf ;;
9715 esac
9717 version_type=freebsd-$objformat
9718 case $version_type in
9719 freebsd-elf*)
9720 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9721 need_version=no
9722 need_lib_prefix=no
9724 freebsd-*)
9725 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9726 need_version=yes
9728 esac
9729 shlibpath_var=LD_LIBRARY_PATH
9730 case $host_os in
9731 freebsd2.*)
9732 shlibpath_overrides_runpath=yes
9734 freebsd3.[01]* | freebsdelf3.[01]*)
9735 shlibpath_overrides_runpath=yes
9736 hardcode_into_libs=yes
9738 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9739 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9740 shlibpath_overrides_runpath=no
9741 hardcode_into_libs=yes
9743 *) # from 4.6 on, and DragonFly
9744 shlibpath_overrides_runpath=yes
9745 hardcode_into_libs=yes
9747 esac
9750 gnu*)
9751 version_type=linux
9752 need_lib_prefix=no
9753 need_version=no
9754 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9755 soname_spec='${libname}${release}${shared_ext}$major'
9756 shlibpath_var=LD_LIBRARY_PATH
9757 hardcode_into_libs=yes
9760 haiku*)
9761 version_type=linux
9762 need_lib_prefix=no
9763 need_version=no
9764 dynamic_linker="$host_os runtime_loader"
9765 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9766 soname_spec='${libname}${release}${shared_ext}$major'
9767 shlibpath_var=LIBRARY_PATH
9768 shlibpath_overrides_runpath=yes
9769 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9770 hardcode_into_libs=yes
9773 hpux9* | hpux10* | hpux11*)
9774 # Give a soname corresponding to the major version so that dld.sl refuses to
9775 # link against other versions.
9776 version_type=sunos
9777 need_lib_prefix=no
9778 need_version=no
9779 case $host_cpu in
9780 ia64*)
9781 shrext_cmds='.so'
9782 hardcode_into_libs=yes
9783 dynamic_linker="$host_os dld.so"
9784 shlibpath_var=LD_LIBRARY_PATH
9785 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9786 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9787 soname_spec='${libname}${release}${shared_ext}$major'
9788 if test "X$HPUX_IA64_MODE" = X32; then
9789 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9790 else
9791 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9793 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9795 hppa*64*)
9796 shrext_cmds='.sl'
9797 hardcode_into_libs=yes
9798 dynamic_linker="$host_os dld.sl"
9799 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9800 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9801 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9802 soname_spec='${libname}${release}${shared_ext}$major'
9803 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9804 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9807 shrext_cmds='.sl'
9808 dynamic_linker="$host_os dld.sl"
9809 shlibpath_var=SHLIB_PATH
9810 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9811 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9812 soname_spec='${libname}${release}${shared_ext}$major'
9814 esac
9815 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9816 postinstall_cmds='chmod 555 $lib'
9817 # or fails outright, so override atomically:
9818 install_override_mode=555
9821 interix[3-9]*)
9822 version_type=linux
9823 need_lib_prefix=no
9824 need_version=no
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 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9828 shlibpath_var=LD_LIBRARY_PATH
9829 shlibpath_overrides_runpath=no
9830 hardcode_into_libs=yes
9833 irix5* | irix6* | nonstopux*)
9834 case $host_os in
9835 nonstopux*) version_type=nonstopux ;;
9837 if test "$lt_cv_prog_gnu_ld" = yes; then
9838 version_type=linux
9839 else
9840 version_type=irix
9841 fi ;;
9842 esac
9843 need_lib_prefix=no
9844 need_version=no
9845 soname_spec='${libname}${release}${shared_ext}$major'
9846 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9847 case $host_os in
9848 irix5* | nonstopux*)
9849 libsuff= shlibsuff=
9852 case $LD in # libtool.m4 will add one of these switches to LD
9853 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9854 libsuff= shlibsuff= libmagic=32-bit;;
9855 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9856 libsuff=32 shlibsuff=N32 libmagic=N32;;
9857 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9858 libsuff=64 shlibsuff=64 libmagic=64-bit;;
9859 *) libsuff= shlibsuff= libmagic=never-match;;
9860 esac
9862 esac
9863 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9864 shlibpath_overrides_runpath=no
9865 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9866 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9867 hardcode_into_libs=yes
9870 # No shared lib support for Linux oldld, aout, or coff.
9871 linux*oldld* | linux*aout* | linux*coff*)
9872 dynamic_linker=no
9875 # This must be Linux ELF.
9876 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9877 version_type=linux
9878 need_lib_prefix=no
9879 need_version=no
9880 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9881 soname_spec='${libname}${release}${shared_ext}$major'
9882 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9883 shlibpath_var=LD_LIBRARY_PATH
9884 shlibpath_overrides_runpath=no
9886 # Some binutils ld are patched to set DT_RUNPATH
9887 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
9888 $as_echo_n "(cached) " >&6
9889 else
9890 lt_cv_shlibpath_overrides_runpath=no
9891 save_LDFLAGS=$LDFLAGS
9892 save_libdir=$libdir
9893 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9894 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9896 /* end confdefs.h. */
9899 main ()
9903 return 0;
9905 _ACEOF
9906 if ac_fn_c_try_link "$LINENO"; then :
9907 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
9908 lt_cv_shlibpath_overrides_runpath=yes
9911 rm -f core conftest.err conftest.$ac_objext \
9912 conftest$ac_exeext conftest.$ac_ext
9913 LDFLAGS=$save_LDFLAGS
9914 libdir=$save_libdir
9918 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
9920 # This implies no fast_install, which is unacceptable.
9921 # Some rework will be needed to allow for fast_install
9922 # before this can be enabled.
9923 hardcode_into_libs=yes
9925 # Append ld.so.conf contents to the search path
9926 if test -f /etc/ld.so.conf; then
9927 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' ' '`
9928 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
9931 # We used to test for /lib/ld.so.1 and disable shared libraries on
9932 # powerpc, because MkLinux only supported shared libraries with the
9933 # GNU dynamic linker. Since this was broken with cross compilers,
9934 # most powerpc-linux boxes support dynamic linking these days and
9935 # people can always --disable-shared, the test was removed, and we
9936 # assume the GNU/Linux dynamic linker is in use.
9937 dynamic_linker='GNU/Linux ld.so'
9940 netbsd*)
9941 version_type=sunos
9942 need_lib_prefix=no
9943 need_version=no
9944 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9945 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9946 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9947 dynamic_linker='NetBSD (a.out) ld.so'
9948 else
9949 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9950 soname_spec='${libname}${release}${shared_ext}$major'
9951 dynamic_linker='NetBSD ld.elf_so'
9953 shlibpath_var=LD_LIBRARY_PATH
9954 shlibpath_overrides_runpath=yes
9955 hardcode_into_libs=yes
9958 newsos6)
9959 version_type=linux
9960 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9961 shlibpath_var=LD_LIBRARY_PATH
9962 shlibpath_overrides_runpath=yes
9965 *nto* | *qnx*)
9966 version_type=qnx
9967 need_lib_prefix=no
9968 need_version=no
9969 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9970 soname_spec='${libname}${release}${shared_ext}$major'
9971 shlibpath_var=LD_LIBRARY_PATH
9972 shlibpath_overrides_runpath=no
9973 hardcode_into_libs=yes
9974 dynamic_linker='ldqnx.so'
9977 openbsd*)
9978 version_type=sunos
9979 sys_lib_dlsearch_path_spec="/usr/lib"
9980 need_lib_prefix=no
9981 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9982 case $host_os in
9983 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
9984 *) need_version=no ;;
9985 esac
9986 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9987 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9988 shlibpath_var=LD_LIBRARY_PATH
9989 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9990 case $host_os in
9991 openbsd2.[89] | openbsd2.[89].*)
9992 shlibpath_overrides_runpath=no
9995 shlibpath_overrides_runpath=yes
9997 esac
9998 else
9999 shlibpath_overrides_runpath=yes
10003 os2*)
10004 libname_spec='$name'
10005 shrext_cmds=".dll"
10006 need_lib_prefix=no
10007 library_names_spec='$libname${shared_ext} $libname.a'
10008 dynamic_linker='OS/2 ld.exe'
10009 shlibpath_var=LIBPATH
10012 osf3* | osf4* | osf5*)
10013 version_type=osf
10014 need_lib_prefix=no
10015 need_version=no
10016 soname_spec='${libname}${release}${shared_ext}$major'
10017 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10018 shlibpath_var=LD_LIBRARY_PATH
10019 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10020 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10023 rdos*)
10024 dynamic_linker=no
10027 solaris*)
10028 version_type=linux
10029 need_lib_prefix=no
10030 need_version=no
10031 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10032 soname_spec='${libname}${release}${shared_ext}$major'
10033 shlibpath_var=LD_LIBRARY_PATH
10034 shlibpath_overrides_runpath=yes
10035 hardcode_into_libs=yes
10036 # ldd complains unless libraries are executable
10037 postinstall_cmds='chmod +x $lib'
10040 sunos4*)
10041 version_type=sunos
10042 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10043 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10044 shlibpath_var=LD_LIBRARY_PATH
10045 shlibpath_overrides_runpath=yes
10046 if test "$with_gnu_ld" = yes; then
10047 need_lib_prefix=no
10049 need_version=yes
10052 sysv4 | sysv4.3*)
10053 version_type=linux
10054 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10055 soname_spec='${libname}${release}${shared_ext}$major'
10056 shlibpath_var=LD_LIBRARY_PATH
10057 case $host_vendor in
10058 sni)
10059 shlibpath_overrides_runpath=no
10060 need_lib_prefix=no
10061 runpath_var=LD_RUN_PATH
10063 siemens)
10064 need_lib_prefix=no
10066 motorola)
10067 need_lib_prefix=no
10068 need_version=no
10069 shlibpath_overrides_runpath=no
10070 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10072 esac
10075 sysv4*MP*)
10076 if test -d /usr/nec ;then
10077 version_type=linux
10078 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10079 soname_spec='$libname${shared_ext}.$major'
10080 shlibpath_var=LD_LIBRARY_PATH
10084 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10085 version_type=freebsd-elf
10086 need_lib_prefix=no
10087 need_version=no
10088 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10089 soname_spec='${libname}${release}${shared_ext}$major'
10090 shlibpath_var=LD_LIBRARY_PATH
10091 shlibpath_overrides_runpath=yes
10092 hardcode_into_libs=yes
10093 if test "$with_gnu_ld" = yes; then
10094 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10095 else
10096 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10097 case $host_os in
10098 sco3.2v5*)
10099 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10101 esac
10103 sys_lib_dlsearch_path_spec='/usr/lib'
10106 tpf*)
10107 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10108 version_type=linux
10109 need_lib_prefix=no
10110 need_version=no
10111 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10112 shlibpath_var=LD_LIBRARY_PATH
10113 shlibpath_overrides_runpath=no
10114 hardcode_into_libs=yes
10117 uts4*)
10118 version_type=linux
10119 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10120 soname_spec='${libname}${release}${shared_ext}$major'
10121 shlibpath_var=LD_LIBRARY_PATH
10125 dynamic_linker=no
10127 esac
10128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10129 $as_echo "$dynamic_linker" >&6; }
10130 test "$dynamic_linker" = no && can_build_shared=no
10132 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10133 if test "$GCC" = yes; then
10134 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10137 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10138 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10140 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10141 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10236 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10237 hardcode_action=
10238 if test -n "$hardcode_libdir_flag_spec" ||
10239 test -n "$runpath_var" ||
10240 test "X$hardcode_automatic" = "Xyes" ; then
10242 # We can hardcode non-existent directories.
10243 if test "$hardcode_direct" != no &&
10244 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10245 # have to relink, otherwise we might link with an installed library
10246 # when we should be linking with a yet-to-be-installed one
10247 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10248 test "$hardcode_minus_L" != no; then
10249 # Linking always hardcodes the temporary library directory.
10250 hardcode_action=relink
10251 else
10252 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10253 hardcode_action=immediate
10255 else
10256 # We cannot hardcode anything, or else we can only hardcode existing
10257 # directories.
10258 hardcode_action=unsupported
10260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10261 $as_echo "$hardcode_action" >&6; }
10263 if test "$hardcode_action" = relink ||
10264 test "$inherit_rpath" = yes; then
10265 # Fast installation is not supported
10266 enable_fast_install=no
10267 elif test "$shlibpath_overrides_runpath" = yes ||
10268 test "$enable_shared" = no; then
10269 # Fast installation is not necessary
10270 enable_fast_install=needless
10278 if test "x$enable_dlopen" != xyes; then
10279 enable_dlopen=unknown
10280 enable_dlopen_self=unknown
10281 enable_dlopen_self_static=unknown
10282 else
10283 lt_cv_dlopen=no
10284 lt_cv_dlopen_libs=
10286 case $host_os in
10287 beos*)
10288 lt_cv_dlopen="load_add_on"
10289 lt_cv_dlopen_libs=
10290 lt_cv_dlopen_self=yes
10293 mingw* | pw32* | cegcc*)
10294 lt_cv_dlopen="LoadLibrary"
10295 lt_cv_dlopen_libs=
10298 cygwin*)
10299 lt_cv_dlopen="dlopen"
10300 lt_cv_dlopen_libs=
10303 darwin*)
10304 # if libdl is installed we need to link against it
10305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10306 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10307 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10308 $as_echo_n "(cached) " >&6
10309 else
10310 ac_check_lib_save_LIBS=$LIBS
10311 LIBS="-ldl $LIBS"
10312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10313 /* end confdefs.h. */
10315 /* Override any GCC internal prototype to avoid an error.
10316 Use char because int might match the return type of a GCC
10317 builtin and then its argument prototype would still apply. */
10318 #ifdef __cplusplus
10319 extern "C"
10320 #endif
10321 char dlopen ();
10323 main ()
10325 return dlopen ();
10327 return 0;
10329 _ACEOF
10330 if ac_fn_c_try_link "$LINENO"; then :
10331 ac_cv_lib_dl_dlopen=yes
10332 else
10333 ac_cv_lib_dl_dlopen=no
10335 rm -f core conftest.err conftest.$ac_objext \
10336 conftest$ac_exeext conftest.$ac_ext
10337 LIBS=$ac_check_lib_save_LIBS
10339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10340 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10341 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10342 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10343 else
10345 lt_cv_dlopen="dyld"
10346 lt_cv_dlopen_libs=
10347 lt_cv_dlopen_self=yes
10354 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10355 if test "x$ac_cv_func_shl_load" = x""yes; then :
10356 lt_cv_dlopen="shl_load"
10357 else
10358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10359 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10360 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10361 $as_echo_n "(cached) " >&6
10362 else
10363 ac_check_lib_save_LIBS=$LIBS
10364 LIBS="-ldld $LIBS"
10365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10366 /* end confdefs.h. */
10368 /* Override any GCC internal prototype to avoid an error.
10369 Use char because int might match the return type of a GCC
10370 builtin and then its argument prototype would still apply. */
10371 #ifdef __cplusplus
10372 extern "C"
10373 #endif
10374 char shl_load ();
10376 main ()
10378 return shl_load ();
10380 return 0;
10382 _ACEOF
10383 if ac_fn_c_try_link "$LINENO"; then :
10384 ac_cv_lib_dld_shl_load=yes
10385 else
10386 ac_cv_lib_dld_shl_load=no
10388 rm -f core conftest.err conftest.$ac_objext \
10389 conftest$ac_exeext conftest.$ac_ext
10390 LIBS=$ac_check_lib_save_LIBS
10392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10393 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10394 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
10395 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10396 else
10397 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10398 if test "x$ac_cv_func_dlopen" = x""yes; then :
10399 lt_cv_dlopen="dlopen"
10400 else
10401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10402 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10403 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10404 $as_echo_n "(cached) " >&6
10405 else
10406 ac_check_lib_save_LIBS=$LIBS
10407 LIBS="-ldl $LIBS"
10408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10409 /* end confdefs.h. */
10411 /* Override any GCC internal prototype to avoid an error.
10412 Use char because int might match the return type of a GCC
10413 builtin and then its argument prototype would still apply. */
10414 #ifdef __cplusplus
10415 extern "C"
10416 #endif
10417 char dlopen ();
10419 main ()
10421 return dlopen ();
10423 return 0;
10425 _ACEOF
10426 if ac_fn_c_try_link "$LINENO"; then :
10427 ac_cv_lib_dl_dlopen=yes
10428 else
10429 ac_cv_lib_dl_dlopen=no
10431 rm -f core conftest.err conftest.$ac_objext \
10432 conftest$ac_exeext conftest.$ac_ext
10433 LIBS=$ac_check_lib_save_LIBS
10435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10436 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10437 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10438 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10439 else
10440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10441 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10442 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10443 $as_echo_n "(cached) " >&6
10444 else
10445 ac_check_lib_save_LIBS=$LIBS
10446 LIBS="-lsvld $LIBS"
10447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10448 /* end confdefs.h. */
10450 /* Override any GCC internal prototype to avoid an error.
10451 Use char because int might match the return type of a GCC
10452 builtin and then its argument prototype would still apply. */
10453 #ifdef __cplusplus
10454 extern "C"
10455 #endif
10456 char dlopen ();
10458 main ()
10460 return dlopen ();
10462 return 0;
10464 _ACEOF
10465 if ac_fn_c_try_link "$LINENO"; then :
10466 ac_cv_lib_svld_dlopen=yes
10467 else
10468 ac_cv_lib_svld_dlopen=no
10470 rm -f core conftest.err conftest.$ac_objext \
10471 conftest$ac_exeext conftest.$ac_ext
10472 LIBS=$ac_check_lib_save_LIBS
10474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10475 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10476 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
10477 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10478 else
10479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10480 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10481 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10482 $as_echo_n "(cached) " >&6
10483 else
10484 ac_check_lib_save_LIBS=$LIBS
10485 LIBS="-ldld $LIBS"
10486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10487 /* end confdefs.h. */
10489 /* Override any GCC internal prototype to avoid an error.
10490 Use char because int might match the return type of a GCC
10491 builtin and then its argument prototype would still apply. */
10492 #ifdef __cplusplus
10493 extern "C"
10494 #endif
10495 char dld_link ();
10497 main ()
10499 return dld_link ();
10501 return 0;
10503 _ACEOF
10504 if ac_fn_c_try_link "$LINENO"; then :
10505 ac_cv_lib_dld_dld_link=yes
10506 else
10507 ac_cv_lib_dld_dld_link=no
10509 rm -f core conftest.err conftest.$ac_objext \
10510 conftest$ac_exeext conftest.$ac_ext
10511 LIBS=$ac_check_lib_save_LIBS
10513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10514 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10515 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
10516 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10535 esac
10537 if test "x$lt_cv_dlopen" != xno; then
10538 enable_dlopen=yes
10539 else
10540 enable_dlopen=no
10543 case $lt_cv_dlopen in
10544 dlopen)
10545 save_CPPFLAGS="$CPPFLAGS"
10546 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10548 save_LDFLAGS="$LDFLAGS"
10549 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10551 save_LIBS="$LIBS"
10552 LIBS="$lt_cv_dlopen_libs $LIBS"
10554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10555 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10556 if test "${lt_cv_dlopen_self+set}" = set; then :
10557 $as_echo_n "(cached) " >&6
10558 else
10559 if test "$cross_compiling" = yes; then :
10560 lt_cv_dlopen_self=cross
10561 else
10562 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10563 lt_status=$lt_dlunknown
10564 cat > conftest.$ac_ext <<_LT_EOF
10565 #line 10565 "configure"
10566 #include "confdefs.h"
10568 #if HAVE_DLFCN_H
10569 #include <dlfcn.h>
10570 #endif
10572 #include <stdio.h>
10574 #ifdef RTLD_GLOBAL
10575 # define LT_DLGLOBAL RTLD_GLOBAL
10576 #else
10577 # ifdef DL_GLOBAL
10578 # define LT_DLGLOBAL DL_GLOBAL
10579 # else
10580 # define LT_DLGLOBAL 0
10581 # endif
10582 #endif
10584 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10585 find out it does not work in some platform. */
10586 #ifndef LT_DLLAZY_OR_NOW
10587 # ifdef RTLD_LAZY
10588 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10589 # else
10590 # ifdef DL_LAZY
10591 # define LT_DLLAZY_OR_NOW DL_LAZY
10592 # else
10593 # ifdef RTLD_NOW
10594 # define LT_DLLAZY_OR_NOW RTLD_NOW
10595 # else
10596 # ifdef DL_NOW
10597 # define LT_DLLAZY_OR_NOW DL_NOW
10598 # else
10599 # define LT_DLLAZY_OR_NOW 0
10600 # endif
10601 # endif
10602 # endif
10603 # endif
10604 #endif
10606 /* When -fvisbility=hidden is used, assume the code has been annotated
10607 correspondingly for the symbols needed. */
10608 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10609 void fnord () __attribute__((visibility("default")));
10610 #endif
10612 void fnord () { int i=42; }
10613 int main ()
10615 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10616 int status = $lt_dlunknown;
10618 if (self)
10620 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10621 else
10623 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10624 else puts (dlerror ());
10626 /* dlclose (self); */
10628 else
10629 puts (dlerror ());
10631 return status;
10633 _LT_EOF
10634 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10635 (eval $ac_link) 2>&5
10636 ac_status=$?
10637 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10638 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10639 (./conftest; exit; ) >&5 2>/dev/null
10640 lt_status=$?
10641 case x$lt_status in
10642 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10643 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10644 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10645 esac
10646 else :
10647 # compilation failed
10648 lt_cv_dlopen_self=no
10651 rm -fr conftest*
10655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10656 $as_echo "$lt_cv_dlopen_self" >&6; }
10658 if test "x$lt_cv_dlopen_self" = xyes; then
10659 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10661 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10662 if test "${lt_cv_dlopen_self_static+set}" = set; then :
10663 $as_echo_n "(cached) " >&6
10664 else
10665 if test "$cross_compiling" = yes; then :
10666 lt_cv_dlopen_self_static=cross
10667 else
10668 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10669 lt_status=$lt_dlunknown
10670 cat > conftest.$ac_ext <<_LT_EOF
10671 #line 10671 "configure"
10672 #include "confdefs.h"
10674 #if HAVE_DLFCN_H
10675 #include <dlfcn.h>
10676 #endif
10678 #include <stdio.h>
10680 #ifdef RTLD_GLOBAL
10681 # define LT_DLGLOBAL RTLD_GLOBAL
10682 #else
10683 # ifdef DL_GLOBAL
10684 # define LT_DLGLOBAL DL_GLOBAL
10685 # else
10686 # define LT_DLGLOBAL 0
10687 # endif
10688 #endif
10690 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10691 find out it does not work in some platform. */
10692 #ifndef LT_DLLAZY_OR_NOW
10693 # ifdef RTLD_LAZY
10694 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10695 # else
10696 # ifdef DL_LAZY
10697 # define LT_DLLAZY_OR_NOW DL_LAZY
10698 # else
10699 # ifdef RTLD_NOW
10700 # define LT_DLLAZY_OR_NOW RTLD_NOW
10701 # else
10702 # ifdef DL_NOW
10703 # define LT_DLLAZY_OR_NOW DL_NOW
10704 # else
10705 # define LT_DLLAZY_OR_NOW 0
10706 # endif
10707 # endif
10708 # endif
10709 # endif
10710 #endif
10712 /* When -fvisbility=hidden is used, assume the code has been annotated
10713 correspondingly for the symbols needed. */
10714 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10715 void fnord () __attribute__((visibility("default")));
10716 #endif
10718 void fnord () { int i=42; }
10719 int main ()
10721 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10722 int status = $lt_dlunknown;
10724 if (self)
10726 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10727 else
10729 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10730 else puts (dlerror ());
10732 /* dlclose (self); */
10734 else
10735 puts (dlerror ());
10737 return status;
10739 _LT_EOF
10740 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10741 (eval $ac_link) 2>&5
10742 ac_status=$?
10743 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10744 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10745 (./conftest; exit; ) >&5 2>/dev/null
10746 lt_status=$?
10747 case x$lt_status in
10748 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10749 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10750 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10751 esac
10752 else :
10753 # compilation failed
10754 lt_cv_dlopen_self_static=no
10757 rm -fr conftest*
10761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10762 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10765 CPPFLAGS="$save_CPPFLAGS"
10766 LDFLAGS="$save_LDFLAGS"
10767 LIBS="$save_LIBS"
10769 esac
10771 case $lt_cv_dlopen_self in
10772 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10773 *) enable_dlopen_self=unknown ;;
10774 esac
10776 case $lt_cv_dlopen_self_static in
10777 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10778 *) enable_dlopen_self_static=unknown ;;
10779 esac
10798 striplib=
10799 old_striplib=
10800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10801 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
10802 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10803 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10804 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10806 $as_echo "yes" >&6; }
10807 else
10808 # FIXME - insert some real tests, host_os isn't really good enough
10809 case $host_os in
10810 darwin*)
10811 if test -n "$STRIP" ; then
10812 striplib="$STRIP -x"
10813 old_striplib="$STRIP -S"
10814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10815 $as_echo "yes" >&6; }
10816 else
10817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10818 $as_echo "no" >&6; }
10822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10823 $as_echo "no" >&6; }
10825 esac
10839 # Report which library types will actually be built
10840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10841 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
10842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10843 $as_echo "$can_build_shared" >&6; }
10845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10846 $as_echo_n "checking whether to build shared libraries... " >&6; }
10847 test "$can_build_shared" = "no" && enable_shared=no
10849 # On AIX, shared libraries and static libraries use the same namespace, and
10850 # are all built from PIC.
10851 case $host_os in
10852 aix3*)
10853 test "$enable_shared" = yes && enable_static=no
10854 if test -n "$RANLIB"; then
10855 archive_cmds="$archive_cmds~\$RANLIB \$lib"
10856 postinstall_cmds='$RANLIB $lib'
10860 aix[4-9]*)
10861 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10862 test "$enable_shared" = yes && enable_static=no
10865 esac
10866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10867 $as_echo "$enable_shared" >&6; }
10869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10870 $as_echo_n "checking whether to build static libraries... " >&6; }
10871 # Make sure either enable_shared or enable_static is yes.
10872 test "$enable_shared" = yes || enable_static=yes
10873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10874 $as_echo "$enable_static" >&6; }
10880 ac_ext=c
10881 ac_cpp='$CPP $CPPFLAGS'
10882 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10883 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10884 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10886 CC="$lt_save_CC"
10900 ac_config_commands="$ac_config_commands libtool"
10905 # Only expand once:
10911 case $host in
10912 *-cygwin* | *-mingw*)
10913 # 'host' will be top-level target in the case of a target lib,
10914 # we must compare to with_cross_host to decide if this is a native
10915 # or cross-compiler and select where to install dlls appropriately.
10916 if test -n "$with_cross_host" &&
10917 test x"$with_cross_host" != x"no"; then
10918 lt_host_flags='-no-undefined -bindir "$(toolexeclibdir)"';
10919 else
10920 lt_host_flags='-no-undefined -bindir "$(bindir)"';
10924 lt_host_flags=
10926 esac
10931 ac_fn_c_find_intX_t "$LINENO" "64" "ac_cv_c_int64_t"
10932 case $ac_cv_c_int64_t in #(
10933 no|yes) ;; #(
10936 cat >>confdefs.h <<_ACEOF
10937 #define int64_t $ac_cv_c_int64_t
10938 _ACEOF
10940 esac
10942 ac_fn_c_find_uintX_t "$LINENO" "64" "ac_cv_c_uint64_t"
10943 case $ac_cv_c_uint64_t in #(
10944 no|yes) ;; #(
10947 $as_echo "#define _UINT64_T 1" >>confdefs.h
10950 cat >>confdefs.h <<_ACEOF
10951 #define uint64_t $ac_cv_c_uint64_t
10952 _ACEOF
10954 esac
10956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
10957 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
10958 if test "${ac_cv_header_sys_wait_h+set}" = set; then :
10959 $as_echo_n "(cached) " >&6
10960 else
10961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10962 /* end confdefs.h. */
10963 #include <sys/types.h>
10964 #include <sys/wait.h>
10965 #ifndef WEXITSTATUS
10966 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
10967 #endif
10968 #ifndef WIFEXITED
10969 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
10970 #endif
10973 main ()
10975 int s;
10976 wait (&s);
10977 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
10979 return 0;
10981 _ACEOF
10982 if ac_fn_c_try_compile "$LINENO"; then :
10983 ac_cv_header_sys_wait_h=yes
10984 else
10985 ac_cv_header_sys_wait_h=no
10987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
10990 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
10991 if test $ac_cv_header_sys_wait_h = yes; then
10993 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
10997 ac_config_files="$ac_config_files Makefile"
10999 ac_config_headers="$ac_config_headers config.h"
11001 cat >confcache <<\_ACEOF
11002 # This file is a shell script that caches the results of configure
11003 # tests run on this system so they can be shared between configure
11004 # scripts and configure runs, see configure's option --config-cache.
11005 # It is not useful on other systems. If it contains results you don't
11006 # want to keep, you may remove or edit it.
11008 # config.status only pays attention to the cache file if you give it
11009 # the --recheck option to rerun configure.
11011 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11012 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11013 # following values.
11015 _ACEOF
11017 # The following way of writing the cache mishandles newlines in values,
11018 # but we know of no workaround that is simple, portable, and efficient.
11019 # So, we kill variables containing newlines.
11020 # Ultrix sh set writes to stderr and can't be redirected directly,
11021 # and sets the high bit in the cache file unless we assign to the vars.
11023 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11024 eval ac_val=\$$ac_var
11025 case $ac_val in #(
11026 *${as_nl}*)
11027 case $ac_var in #(
11028 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11029 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11030 esac
11031 case $ac_var in #(
11032 _ | IFS | as_nl) ;; #(
11033 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11034 *) { eval $ac_var=; unset $ac_var;} ;;
11035 esac ;;
11036 esac
11037 done
11039 (set) 2>&1 |
11040 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11041 *${as_nl}ac_space=\ *)
11042 # `set' does not quote correctly, so add quotes: double-quote
11043 # substitution turns \\\\ into \\, and sed turns \\ into \.
11044 sed -n \
11045 "s/'/'\\\\''/g;
11046 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11047 ;; #(
11049 # `set' quotes correctly as required by POSIX, so do not add quotes.
11050 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11052 esac |
11053 sort
11055 sed '
11056 /^ac_cv_env_/b end
11057 t clear
11058 :clear
11059 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11060 t end
11061 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11062 :end' >>confcache
11063 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11064 if test -w "$cache_file"; then
11065 test "x$cache_file" != "x/dev/null" &&
11066 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11067 $as_echo "$as_me: updating cache $cache_file" >&6;}
11068 cat confcache >$cache_file
11069 else
11070 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11071 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11074 rm -f confcache
11076 test "x$prefix" = xNONE && prefix=$ac_default_prefix
11077 # Let make expand exec_prefix.
11078 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11080 DEFS=-DHAVE_CONFIG_H
11082 ac_libobjs=
11083 ac_ltlibobjs=
11084 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11085 # 1. Remove the extension, and $U if already installed.
11086 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11087 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11088 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11089 # will be set to the directory where LIBOBJS objects are built.
11090 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11091 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11092 done
11093 LIBOBJS=$ac_libobjs
11095 LTLIBOBJS=$ac_ltlibobjs
11098 if test -n "$EXEEXT"; then
11099 am__EXEEXT_TRUE=
11100 am__EXEEXT_FALSE='#'
11101 else
11102 am__EXEEXT_TRUE='#'
11103 am__EXEEXT_FALSE=
11106 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
11107 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
11108 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11110 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11111 as_fn_error "conditional \"AMDEP\" was never defined.
11112 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11114 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11115 as_fn_error "conditional \"am__fastdepCC\" was never defined.
11116 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11119 : ${CONFIG_STATUS=./config.status}
11120 ac_write_fail=0
11121 ac_clean_files_save=$ac_clean_files
11122 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11123 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11124 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11125 as_write_fail=0
11126 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11127 #! $SHELL
11128 # Generated by $as_me.
11129 # Run this file to recreate the current configuration.
11130 # Compiler output produced by configure, useful for debugging
11131 # configure, is in config.log if it exists.
11133 debug=false
11134 ac_cs_recheck=false
11135 ac_cs_silent=false
11137 SHELL=\${CONFIG_SHELL-$SHELL}
11138 export SHELL
11139 _ASEOF
11140 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11141 ## -------------------- ##
11142 ## M4sh Initialization. ##
11143 ## -------------------- ##
11145 # Be more Bourne compatible
11146 DUALCASE=1; export DUALCASE # for MKS sh
11147 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
11148 emulate sh
11149 NULLCMD=:
11150 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11151 # is contrary to our usage. Disable this feature.
11152 alias -g '${1+"$@"}'='"$@"'
11153 setopt NO_GLOB_SUBST
11154 else
11155 case `(set -o) 2>/dev/null` in #(
11156 *posix*) :
11157 set -o posix ;; #(
11158 *) :
11160 esac
11164 as_nl='
11166 export as_nl
11167 # Printing a long string crashes Solaris 7 /usr/bin/printf.
11168 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11169 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11170 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11171 # Prefer a ksh shell builtin over an external printf program on Solaris,
11172 # but without wasting forks for bash or zsh.
11173 if test -z "$BASH_VERSION$ZSH_VERSION" \
11174 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11175 as_echo='print -r --'
11176 as_echo_n='print -rn --'
11177 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11178 as_echo='printf %s\n'
11179 as_echo_n='printf %s'
11180 else
11181 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11182 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11183 as_echo_n='/usr/ucb/echo -n'
11184 else
11185 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11186 as_echo_n_body='eval
11187 arg=$1;
11188 case $arg in #(
11189 *"$as_nl"*)
11190 expr "X$arg" : "X\\(.*\\)$as_nl";
11191 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11192 esac;
11193 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11195 export as_echo_n_body
11196 as_echo_n='sh -c $as_echo_n_body as_echo'
11198 export as_echo_body
11199 as_echo='sh -c $as_echo_body as_echo'
11202 # The user is always right.
11203 if test "${PATH_SEPARATOR+set}" != set; then
11204 PATH_SEPARATOR=:
11205 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11206 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11207 PATH_SEPARATOR=';'
11212 # IFS
11213 # We need space, tab and new line, in precisely that order. Quoting is
11214 # there to prevent editors from complaining about space-tab.
11215 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
11216 # splitting by setting IFS to empty value.)
11217 IFS=" "" $as_nl"
11219 # Find who we are. Look in the path if we contain no directory separator.
11220 case $0 in #((
11221 *[\\/]* ) as_myself=$0 ;;
11222 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11223 for as_dir in $PATH
11225 IFS=$as_save_IFS
11226 test -z "$as_dir" && as_dir=.
11227 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11228 done
11229 IFS=$as_save_IFS
11232 esac
11233 # We did not find ourselves, most probably we were run as `sh COMMAND'
11234 # in which case we are not to be found in the path.
11235 if test "x$as_myself" = x; then
11236 as_myself=$0
11238 if test ! -f "$as_myself"; then
11239 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11240 exit 1
11243 # Unset variables that we do not need and which cause bugs (e.g. in
11244 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11245 # suppresses any "Segmentation fault" message there. '((' could
11246 # trigger a bug in pdksh 5.2.14.
11247 for as_var in BASH_ENV ENV MAIL MAILPATH
11248 do eval test x\${$as_var+set} = xset \
11249 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11250 done
11251 PS1='$ '
11252 PS2='> '
11253 PS4='+ '
11255 # NLS nuisances.
11256 LC_ALL=C
11257 export LC_ALL
11258 LANGUAGE=C
11259 export LANGUAGE
11261 # CDPATH.
11262 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11265 # as_fn_error ERROR [LINENO LOG_FD]
11266 # ---------------------------------
11267 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11268 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
11269 # script with status $?, using 1 if that was 0.
11270 as_fn_error ()
11272 as_status=$?; test $as_status -eq 0 && as_status=1
11273 if test "$3"; then
11274 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11275 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
11277 $as_echo "$as_me: error: $1" >&2
11278 as_fn_exit $as_status
11279 } # as_fn_error
11282 # as_fn_set_status STATUS
11283 # -----------------------
11284 # Set $? to STATUS, without forking.
11285 as_fn_set_status ()
11287 return $1
11288 } # as_fn_set_status
11290 # as_fn_exit STATUS
11291 # -----------------
11292 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11293 as_fn_exit ()
11295 set +e
11296 as_fn_set_status $1
11297 exit $1
11298 } # as_fn_exit
11300 # as_fn_unset VAR
11301 # ---------------
11302 # Portably unset VAR.
11303 as_fn_unset ()
11305 { eval $1=; unset $1;}
11307 as_unset=as_fn_unset
11308 # as_fn_append VAR VALUE
11309 # ----------------------
11310 # Append the text in VALUE to the end of the definition contained in VAR. Take
11311 # advantage of any shell optimizations that allow amortized linear growth over
11312 # repeated appends, instead of the typical quadratic growth present in naive
11313 # implementations.
11314 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11315 eval 'as_fn_append ()
11317 eval $1+=\$2
11319 else
11320 as_fn_append ()
11322 eval $1=\$$1\$2
11324 fi # as_fn_append
11326 # as_fn_arith ARG...
11327 # ------------------
11328 # Perform arithmetic evaluation on the ARGs, and store the result in the
11329 # global $as_val. Take advantage of shells that can avoid forks. The arguments
11330 # must be portable across $(()) and expr.
11331 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11332 eval 'as_fn_arith ()
11334 as_val=$(( $* ))
11336 else
11337 as_fn_arith ()
11339 as_val=`expr "$@" || test $? -eq 1`
11341 fi # as_fn_arith
11344 if expr a : '\(a\)' >/dev/null 2>&1 &&
11345 test "X`expr 00001 : '.*\(...\)'`" = X001; then
11346 as_expr=expr
11347 else
11348 as_expr=false
11351 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
11352 as_basename=basename
11353 else
11354 as_basename=false
11357 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11358 as_dirname=dirname
11359 else
11360 as_dirname=false
11363 as_me=`$as_basename -- "$0" ||
11364 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11365 X"$0" : 'X\(//\)$' \| \
11366 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11367 $as_echo X/"$0" |
11368 sed '/^.*\/\([^/][^/]*\)\/*$/{
11369 s//\1/
11372 /^X\/\(\/\/\)$/{
11373 s//\1/
11376 /^X\/\(\/\).*/{
11377 s//\1/
11380 s/.*/./; q'`
11382 # Avoid depending upon Character Ranges.
11383 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11384 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11385 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11386 as_cr_digits='0123456789'
11387 as_cr_alnum=$as_cr_Letters$as_cr_digits
11389 ECHO_C= ECHO_N= ECHO_T=
11390 case `echo -n x` in #(((((
11391 -n*)
11392 case `echo 'xy\c'` in
11393 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11394 xy) ECHO_C='\c';;
11395 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11396 ECHO_T=' ';;
11397 esac;;
11399 ECHO_N='-n';;
11400 esac
11402 rm -f conf$$ conf$$.exe conf$$.file
11403 if test -d conf$$.dir; then
11404 rm -f conf$$.dir/conf$$.file
11405 else
11406 rm -f conf$$.dir
11407 mkdir conf$$.dir 2>/dev/null
11409 if (echo >conf$$.file) 2>/dev/null; then
11410 if ln -s conf$$.file conf$$ 2>/dev/null; then
11411 as_ln_s='ln -s'
11412 # ... but there are two gotchas:
11413 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11414 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11415 # In both cases, we have to default to `cp -p'.
11416 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
11417 as_ln_s='cp -p'
11418 elif ln conf$$.file conf$$ 2>/dev/null; then
11419 as_ln_s=ln
11420 else
11421 as_ln_s='cp -p'
11423 else
11424 as_ln_s='cp -p'
11426 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11427 rmdir conf$$.dir 2>/dev/null
11430 # as_fn_mkdir_p
11431 # -------------
11432 # Create "$as_dir" as a directory, including parents if necessary.
11433 as_fn_mkdir_p ()
11436 case $as_dir in #(
11437 -*) as_dir=./$as_dir;;
11438 esac
11439 test -d "$as_dir" || eval $as_mkdir_p || {
11440 as_dirs=
11441 while :; do
11442 case $as_dir in #(
11443 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11444 *) as_qdir=$as_dir;;
11445 esac
11446 as_dirs="'$as_qdir' $as_dirs"
11447 as_dir=`$as_dirname -- "$as_dir" ||
11448 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11449 X"$as_dir" : 'X\(//\)[^/]' \| \
11450 X"$as_dir" : 'X\(//\)$' \| \
11451 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11452 $as_echo X"$as_dir" |
11453 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11454 s//\1/
11457 /^X\(\/\/\)[^/].*/{
11458 s//\1/
11461 /^X\(\/\/\)$/{
11462 s//\1/
11465 /^X\(\/\).*/{
11466 s//\1/
11469 s/.*/./; q'`
11470 test -d "$as_dir" && break
11471 done
11472 test -z "$as_dirs" || eval "mkdir $as_dirs"
11473 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
11476 } # as_fn_mkdir_p
11477 if mkdir -p . 2>/dev/null; then
11478 as_mkdir_p='mkdir -p "$as_dir"'
11479 else
11480 test -d ./-p && rmdir ./-p
11481 as_mkdir_p=false
11484 if test -x / >/dev/null 2>&1; then
11485 as_test_x='test -x'
11486 else
11487 if ls -dL / >/dev/null 2>&1; then
11488 as_ls_L_option=L
11489 else
11490 as_ls_L_option=
11492 as_test_x='
11493 eval sh -c '\''
11494 if test -d "$1"; then
11495 test -d "$1/.";
11496 else
11497 case $1 in #(
11498 -*)set "./$1";;
11499 esac;
11500 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
11501 ???[sx]*):;;*)false;;esac;fi
11502 '\'' sh
11505 as_executable_p=$as_test_x
11507 # Sed expression to map a string onto a valid CPP name.
11508 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11510 # Sed expression to map a string onto a valid variable name.
11511 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11514 exec 6>&1
11515 ## ----------------------------------- ##
11516 ## Main body of $CONFIG_STATUS script. ##
11517 ## ----------------------------------- ##
11518 _ASEOF
11519 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
11521 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11522 # Save the log message, to keep $0 and so on meaningful, and to
11523 # report actual input values of CONFIG_FILES etc. instead of their
11524 # values after options handling.
11525 ac_log="
11526 This file was extended by LTO plugin for ld $as_me 0.1, which was
11527 generated by GNU Autoconf 2.64. Invocation command line was
11529 CONFIG_FILES = $CONFIG_FILES
11530 CONFIG_HEADERS = $CONFIG_HEADERS
11531 CONFIG_LINKS = $CONFIG_LINKS
11532 CONFIG_COMMANDS = $CONFIG_COMMANDS
11533 $ $0 $@
11535 on `(hostname || uname -n) 2>/dev/null | sed 1q`
11538 _ACEOF
11540 case $ac_config_files in *"
11541 "*) set x $ac_config_files; shift; ac_config_files=$*;;
11542 esac
11544 case $ac_config_headers in *"
11545 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
11546 esac
11549 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11550 # Files that config.status was made for.
11551 config_files="$ac_config_files"
11552 config_headers="$ac_config_headers"
11553 config_commands="$ac_config_commands"
11555 _ACEOF
11557 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11558 ac_cs_usage="\
11559 \`$as_me' instantiates files and other configuration actions
11560 from templates according to the current configuration. Unless the files
11561 and actions are specified as TAGs, all are instantiated by default.
11563 Usage: $0 [OPTION]... [TAG]...
11565 -h, --help print this help, then exit
11566 -V, --version print version number and configuration settings, then exit
11567 -q, --quiet, --silent
11568 do not print progress messages
11569 -d, --debug don't remove temporary files
11570 --recheck update $as_me by reconfiguring in the same conditions
11571 --file=FILE[:TEMPLATE]
11572 instantiate the configuration file FILE
11573 --header=FILE[:TEMPLATE]
11574 instantiate the configuration header FILE
11576 Configuration files:
11577 $config_files
11579 Configuration headers:
11580 $config_headers
11582 Configuration commands:
11583 $config_commands
11585 Report bugs to the package provider."
11587 _ACEOF
11588 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11589 ac_cs_version="\\
11590 LTO plugin for ld config.status 0.1
11591 configured by $0, generated by GNU Autoconf 2.64,
11592 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
11594 Copyright (C) 2009 Free Software Foundation, Inc.
11595 This config.status script is free software; the Free Software Foundation
11596 gives unlimited permission to copy, distribute and modify it."
11598 ac_pwd='$ac_pwd'
11599 srcdir='$srcdir'
11600 INSTALL='$INSTALL'
11601 MKDIR_P='$MKDIR_P'
11602 AWK='$AWK'
11603 test -n "\$AWK" || AWK=awk
11604 _ACEOF
11606 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11607 # The default lists apply if the user does not specify any file.
11608 ac_need_defaults=:
11609 while test $# != 0
11611 case $1 in
11612 --*=*)
11613 ac_option=`expr "X$1" : 'X\([^=]*\)='`
11614 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
11615 ac_shift=:
11618 ac_option=$1
11619 ac_optarg=$2
11620 ac_shift=shift
11622 esac
11624 case $ac_option in
11625 # Handling of the options.
11626 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11627 ac_cs_recheck=: ;;
11628 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
11629 $as_echo "$ac_cs_version"; exit ;;
11630 --debug | --debu | --deb | --de | --d | -d )
11631 debug=: ;;
11632 --file | --fil | --fi | --f )
11633 $ac_shift
11634 case $ac_optarg in
11635 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11636 esac
11637 as_fn_append CONFIG_FILES " '$ac_optarg'"
11638 ac_need_defaults=false;;
11639 --header | --heade | --head | --hea )
11640 $ac_shift
11641 case $ac_optarg in
11642 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11643 esac
11644 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
11645 ac_need_defaults=false;;
11646 --he | --h)
11647 # Conflict between --help and --header
11648 as_fn_error "ambiguous option: \`$1'
11649 Try \`$0 --help' for more information.";;
11650 --help | --hel | -h )
11651 $as_echo "$ac_cs_usage"; exit ;;
11652 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
11653 | -silent | --silent | --silen | --sile | --sil | --si | --s)
11654 ac_cs_silent=: ;;
11656 # This is an error.
11657 -*) as_fn_error "unrecognized option: \`$1'
11658 Try \`$0 --help' for more information." ;;
11660 *) as_fn_append ac_config_targets " $1"
11661 ac_need_defaults=false ;;
11663 esac
11664 shift
11665 done
11667 ac_configure_extra_args=
11669 if $ac_cs_silent; then
11670 exec 6>/dev/null
11671 ac_configure_extra_args="$ac_configure_extra_args --silent"
11674 _ACEOF
11675 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11676 if \$ac_cs_recheck; then
11677 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
11678 shift
11679 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
11680 CONFIG_SHELL='$SHELL'
11681 export CONFIG_SHELL
11682 exec "\$@"
11685 _ACEOF
11686 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11687 exec 5>>config.log
11689 echo
11690 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
11691 ## Running $as_me. ##
11692 _ASBOX
11693 $as_echo "$ac_log"
11694 } >&5
11696 _ACEOF
11697 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11699 # INIT-COMMANDS
11701 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
11704 # The HP-UX ksh and POSIX shell print the target directory to stdout
11705 # if CDPATH is set.
11706 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11708 sed_quote_subst='$sed_quote_subst'
11709 double_quote_subst='$double_quote_subst'
11710 delay_variable_subst='$delay_variable_subst'
11711 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
11712 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
11713 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
11714 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
11715 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
11716 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
11717 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
11718 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
11719 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
11720 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
11721 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
11722 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
11723 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
11724 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
11725 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
11726 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
11727 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
11728 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
11729 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
11730 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
11731 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
11732 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
11733 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
11734 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
11735 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
11736 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
11737 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
11738 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
11739 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
11740 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
11741 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
11742 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
11743 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
11744 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
11745 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
11746 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
11747 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
11748 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
11749 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
11750 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
11751 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
11752 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
11753 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
11754 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
11755 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
11756 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
11757 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
11758 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
11759 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"`'
11760 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
11761 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
11762 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
11763 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
11764 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
11765 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
11766 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
11767 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
11768 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
11769 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
11770 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
11771 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
11772 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
11773 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
11774 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
11775 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
11776 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
11777 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
11778 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
11779 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
11780 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
11781 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
11782 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
11783 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
11784 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
11785 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
11786 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
11787 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
11788 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
11789 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
11790 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
11791 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
11792 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
11793 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
11794 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
11795 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
11796 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
11797 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
11798 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
11799 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
11800 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
11801 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
11802 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
11803 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
11804 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
11805 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
11806 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
11807 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
11808 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
11809 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
11810 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
11811 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
11812 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
11813 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
11814 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
11815 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
11816 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
11817 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
11818 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
11819 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
11820 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
11821 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
11822 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
11823 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
11824 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
11825 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
11826 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
11827 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
11828 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
11829 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
11830 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
11832 LTCC='$LTCC'
11833 LTCFLAGS='$LTCFLAGS'
11834 compiler='$compiler_DEFAULT'
11836 # A function that is used when there is no print builtin or printf.
11837 func_fallback_echo ()
11839 eval 'cat <<_LTECHO_EOF
11841 _LTECHO_EOF'
11844 # Quote evaled strings.
11845 for var in SHELL \
11846 ECHO \
11847 SED \
11848 GREP \
11849 EGREP \
11850 FGREP \
11851 LD \
11852 NM \
11853 LN_S \
11854 lt_SP2NL \
11855 lt_NL2SP \
11856 reload_flag \
11857 OBJDUMP \
11858 deplibs_check_method \
11859 file_magic_cmd \
11860 AR \
11861 AR_FLAGS \
11862 STRIP \
11863 RANLIB \
11864 CC \
11865 CFLAGS \
11866 compiler \
11867 lt_cv_sys_global_symbol_pipe \
11868 lt_cv_sys_global_symbol_to_cdecl \
11869 lt_cv_sys_global_symbol_to_c_name_address \
11870 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
11871 lt_prog_compiler_no_builtin_flag \
11872 lt_prog_compiler_wl \
11873 lt_prog_compiler_pic \
11874 lt_prog_compiler_static \
11875 lt_cv_prog_compiler_c_o \
11876 need_locks \
11877 DSYMUTIL \
11878 NMEDIT \
11879 LIPO \
11880 OTOOL \
11881 OTOOL64 \
11882 shrext_cmds \
11883 export_dynamic_flag_spec \
11884 whole_archive_flag_spec \
11885 compiler_needs_object \
11886 with_gnu_ld \
11887 allow_undefined_flag \
11888 no_undefined_flag \
11889 hardcode_libdir_flag_spec \
11890 hardcode_libdir_flag_spec_ld \
11891 hardcode_libdir_separator \
11892 fix_srcfile_path \
11893 exclude_expsyms \
11894 include_expsyms \
11895 file_list_spec \
11896 variables_saved_for_relink \
11897 libname_spec \
11898 library_names_spec \
11899 soname_spec \
11900 install_override_mode \
11901 finish_eval \
11902 old_striplib \
11903 striplib; do
11904 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
11905 *[\\\\\\\`\\"\\\$]*)
11906 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
11909 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
11911 esac
11912 done
11914 # Double-quote double-evaled strings.
11915 for var in reload_cmds \
11916 old_postinstall_cmds \
11917 old_postuninstall_cmds \
11918 old_archive_cmds \
11919 extract_expsyms_cmds \
11920 old_archive_from_new_cmds \
11921 old_archive_from_expsyms_cmds \
11922 archive_cmds \
11923 archive_expsym_cmds \
11924 module_cmds \
11925 module_expsym_cmds \
11926 export_symbols_cmds \
11927 prelink_cmds \
11928 postinstall_cmds \
11929 postuninstall_cmds \
11930 finish_cmds \
11931 sys_lib_search_path_spec \
11932 sys_lib_dlsearch_path_spec; do
11933 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
11934 *[\\\\\\\`\\"\\\$]*)
11935 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
11938 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
11940 esac
11941 done
11943 ac_aux_dir='$ac_aux_dir'
11944 xsi_shell='$xsi_shell'
11945 lt_shell_append='$lt_shell_append'
11947 # See if we are running on zsh, and set the options which allow our
11948 # commands through without removal of \ escapes INIT.
11949 if test -n "\${ZSH_VERSION+set}" ; then
11950 setopt NO_GLOB_SUBST
11954 PACKAGE='$PACKAGE'
11955 VERSION='$VERSION'
11956 TIMESTAMP='$TIMESTAMP'
11957 RM='$RM'
11958 ofile='$ofile'
11963 _ACEOF
11965 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11967 # Handling of arguments.
11968 for ac_config_target in $ac_config_targets
11970 case $ac_config_target in
11971 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
11972 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
11973 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
11974 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
11976 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
11977 esac
11978 done
11981 # If the user did not use the arguments to specify the items to instantiate,
11982 # then the envvar interface is used. Set only those that are not.
11983 # We use the long form for the default assignment because of an extremely
11984 # bizarre bug on SunOS 4.1.3.
11985 if $ac_need_defaults; then
11986 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
11987 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
11988 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
11991 # Have a temporary directory for convenience. Make it in the build tree
11992 # simply because there is no reason against having it here, and in addition,
11993 # creating and moving files from /tmp can sometimes cause problems.
11994 # Hook for its removal unless debugging.
11995 # Note that there is a small window in which the directory will not be cleaned:
11996 # after its creation but before its name has been assigned to `$tmp'.
11997 $debug ||
11999 tmp=
12000 trap 'exit_status=$?
12001 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
12003 trap 'as_fn_exit 1' 1 2 13 15
12005 # Create a (secure) tmp directory for tmp files.
12008 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12009 test -n "$tmp" && test -d "$tmp"
12010 } ||
12012 tmp=./conf$$-$RANDOM
12013 (umask 077 && mkdir "$tmp")
12014 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
12016 # Set up the scripts for CONFIG_FILES section.
12017 # No need to generate them if there are no CONFIG_FILES.
12018 # This happens for instance with `./config.status config.h'.
12019 if test -n "$CONFIG_FILES"; then
12022 ac_cr=`echo X | tr X '\015'`
12023 # On cygwin, bash can eat \r inside `` if the user requested igncr.
12024 # But we know of no other shell where ac_cr would be empty at this
12025 # point, so we can use a bashism as a fallback.
12026 if test "x$ac_cr" = x; then
12027 eval ac_cr=\$\'\\r\'
12029 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12030 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12031 ac_cs_awk_cr='\r'
12032 else
12033 ac_cs_awk_cr=$ac_cr
12036 echo 'BEGIN {' >"$tmp/subs1.awk" &&
12037 _ACEOF
12041 echo "cat >conf$$subs.awk <<_ACEOF" &&
12042 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12043 echo "_ACEOF"
12044 } >conf$$subs.sh ||
12045 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12046 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
12047 ac_delim='%!_!# '
12048 for ac_last_try in false false false false false :; do
12049 . ./conf$$subs.sh ||
12050 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12052 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12053 if test $ac_delim_n = $ac_delim_num; then
12054 break
12055 elif $ac_last_try; then
12056 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12057 else
12058 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12060 done
12061 rm -f conf$$subs.sh
12063 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12064 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
12065 _ACEOF
12066 sed -n '
12068 s/^/S["/; s/!.*/"]=/
12071 s/^[^!]*!//
12072 :repl
12073 t repl
12074 s/'"$ac_delim"'$//
12075 t delim
12078 s/\(.\{148\}\).*/\1/
12079 t more1
12080 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12083 b repl
12084 :more1
12085 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12088 s/.\{148\}//
12089 t nl
12090 :delim
12092 s/\(.\{148\}\).*/\1/
12093 t more2
12094 s/["\\]/\\&/g; s/^/"/; s/$/"/
12097 :more2
12098 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12101 s/.\{148\}//
12102 t delim
12103 ' <conf$$subs.awk | sed '
12104 /^[^""]/{
12106 s/\n//
12108 ' >>$CONFIG_STATUS || ac_write_fail=1
12109 rm -f conf$$subs.awk
12110 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12111 _ACAWK
12112 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
12113 for (key in S) S_is_set[key] = 1
12114 FS = "\a"
12118 line = $ 0
12119 nfields = split(line, field, "@")
12120 substed = 0
12121 len = length(field[1])
12122 for (i = 2; i < nfields; i++) {
12123 key = field[i]
12124 keylen = length(key)
12125 if (S_is_set[key]) {
12126 value = S[key]
12127 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12128 len += length(value) + length(field[++i])
12129 substed = 1
12130 } else
12131 len += 1 + keylen
12134 print line
12137 _ACAWK
12138 _ACEOF
12139 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12140 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12141 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12142 else
12144 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
12145 || as_fn_error "could not setup config files machinery" "$LINENO" 5
12146 _ACEOF
12148 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12149 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12150 # trailing colons and then remove the whole line if VPATH becomes empty
12151 # (actually we leave an empty line to preserve line numbers).
12152 if test "x$srcdir" = x.; then
12153 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12154 s/:*\$(srcdir):*/:/
12155 s/:*\${srcdir}:*/:/
12156 s/:*@srcdir@:*/:/
12157 s/^\([^=]*=[ ]*\):*/\1/
12158 s/:*$//
12159 s/^[^=]*=[ ]*$//
12163 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12164 fi # test -n "$CONFIG_FILES"
12166 # Set up the scripts for CONFIG_HEADERS section.
12167 # No need to generate them if there are no CONFIG_HEADERS.
12168 # This happens for instance with `./config.status Makefile'.
12169 if test -n "$CONFIG_HEADERS"; then
12170 cat >"$tmp/defines.awk" <<\_ACAWK ||
12171 BEGIN {
12172 _ACEOF
12174 # Transform confdefs.h into an awk script `defines.awk', embedded as
12175 # here-document in config.status, that substitutes the proper values into
12176 # config.h.in to produce config.h.
12178 # Create a delimiter string that does not exist in confdefs.h, to ease
12179 # handling of long lines.
12180 ac_delim='%!_!# '
12181 for ac_last_try in false false :; do
12182 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
12183 if test -z "$ac_t"; then
12184 break
12185 elif $ac_last_try; then
12186 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
12187 else
12188 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12190 done
12192 # For the awk script, D is an array of macro values keyed by name,
12193 # likewise P contains macro parameters if any. Preserve backslash
12194 # newline sequences.
12196 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12197 sed -n '
12198 s/.\{148\}/&'"$ac_delim"'/g
12199 t rset
12200 :rset
12201 s/^[ ]*#[ ]*define[ ][ ]*/ /
12202 t def
12204 :def
12205 s/\\$//
12206 t bsnl
12207 s/["\\]/\\&/g
12208 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12209 D["\1"]=" \3"/p
12210 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12212 :bsnl
12213 s/["\\]/\\&/g
12214 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12215 D["\1"]=" \3\\\\\\n"\\/p
12216 t cont
12217 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12218 t cont
12220 :cont
12222 s/.\{148\}/&'"$ac_delim"'/g
12223 t clear
12224 :clear
12225 s/\\$//
12226 t bsnlc
12227 s/["\\]/\\&/g; s/^/"/; s/$/"/p
12229 :bsnlc
12230 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12231 b cont
12232 ' <confdefs.h | sed '
12233 s/'"$ac_delim"'/"\\\
12234 "/g' >>$CONFIG_STATUS || ac_write_fail=1
12236 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12237 for (key in D) D_is_set[key] = 1
12238 FS = "\a"
12240 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12241 line = \$ 0
12242 split(line, arg, " ")
12243 if (arg[1] == "#") {
12244 defundef = arg[2]
12245 mac1 = arg[3]
12246 } else {
12247 defundef = substr(arg[1], 2)
12248 mac1 = arg[2]
12250 split(mac1, mac2, "(") #)
12251 macro = mac2[1]
12252 prefix = substr(line, 1, index(line, defundef) - 1)
12253 if (D_is_set[macro]) {
12254 # Preserve the white space surrounding the "#".
12255 print prefix "define", macro P[macro] D[macro]
12256 next
12257 } else {
12258 # Replace #undef with comments. This is necessary, for example,
12259 # in the case of _POSIX_SOURCE, which is predefined and required
12260 # on some systems where configure will not decide to define it.
12261 if (defundef == "undef") {
12262 print "/*", prefix defundef, macro, "*/"
12263 next
12267 { print }
12268 _ACAWK
12269 _ACEOF
12270 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12271 as_fn_error "could not setup config headers machinery" "$LINENO" 5
12272 fi # test -n "$CONFIG_HEADERS"
12275 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
12276 shift
12277 for ac_tag
12279 case $ac_tag in
12280 :[FHLC]) ac_mode=$ac_tag; continue;;
12281 esac
12282 case $ac_mode$ac_tag in
12283 :[FHL]*:*);;
12284 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
12285 :[FH]-) ac_tag=-:-;;
12286 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12287 esac
12288 ac_save_IFS=$IFS
12289 IFS=:
12290 set x $ac_tag
12291 IFS=$ac_save_IFS
12292 shift
12293 ac_file=$1
12294 shift
12296 case $ac_mode in
12297 :L) ac_source=$1;;
12298 :[FH])
12299 ac_file_inputs=
12300 for ac_f
12302 case $ac_f in
12303 -) ac_f="$tmp/stdin";;
12304 *) # Look for the file first in the build tree, then in the source tree
12305 # (if the path is not absolute). The absolute path cannot be DOS-style,
12306 # because $ac_f cannot contain `:'.
12307 test -f "$ac_f" ||
12308 case $ac_f in
12309 [\\/$]*) false;;
12310 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12311 esac ||
12312 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
12313 esac
12314 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12315 as_fn_append ac_file_inputs " '$ac_f'"
12316 done
12318 # Let's still pretend it is `configure' which instantiates (i.e., don't
12319 # use $as_me), people would be surprised to read:
12320 # /* config.h. Generated by config.status. */
12321 configure_input='Generated from '`
12322 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12323 `' by configure.'
12324 if test x"$ac_file" != x-; then
12325 configure_input="$ac_file. $configure_input"
12326 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12327 $as_echo "$as_me: creating $ac_file" >&6;}
12329 # Neutralize special characters interpreted by sed in replacement strings.
12330 case $configure_input in #(
12331 *\&* | *\|* | *\\* )
12332 ac_sed_conf_input=`$as_echo "$configure_input" |
12333 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12334 *) ac_sed_conf_input=$configure_input;;
12335 esac
12337 case $ac_tag in
12338 *:-:* | *:-) cat >"$tmp/stdin" \
12339 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
12340 esac
12342 esac
12344 ac_dir=`$as_dirname -- "$ac_file" ||
12345 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12346 X"$ac_file" : 'X\(//\)[^/]' \| \
12347 X"$ac_file" : 'X\(//\)$' \| \
12348 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12349 $as_echo X"$ac_file" |
12350 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12351 s//\1/
12354 /^X\(\/\/\)[^/].*/{
12355 s//\1/
12358 /^X\(\/\/\)$/{
12359 s//\1/
12362 /^X\(\/\).*/{
12363 s//\1/
12366 s/.*/./; q'`
12367 as_dir="$ac_dir"; as_fn_mkdir_p
12368 ac_builddir=.
12370 case "$ac_dir" in
12371 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12373 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12374 # A ".." for each directory in $ac_dir_suffix.
12375 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12376 case $ac_top_builddir_sub in
12377 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12378 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12379 esac ;;
12380 esac
12381 ac_abs_top_builddir=$ac_pwd
12382 ac_abs_builddir=$ac_pwd$ac_dir_suffix
12383 # for backward compatibility:
12384 ac_top_builddir=$ac_top_build_prefix
12386 case $srcdir in
12387 .) # We are building in place.
12388 ac_srcdir=.
12389 ac_top_srcdir=$ac_top_builddir_sub
12390 ac_abs_top_srcdir=$ac_pwd ;;
12391 [\\/]* | ?:[\\/]* ) # Absolute name.
12392 ac_srcdir=$srcdir$ac_dir_suffix;
12393 ac_top_srcdir=$srcdir
12394 ac_abs_top_srcdir=$srcdir ;;
12395 *) # Relative name.
12396 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12397 ac_top_srcdir=$ac_top_build_prefix$srcdir
12398 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
12399 esac
12400 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
12403 case $ac_mode in
12406 # CONFIG_FILE
12409 case $INSTALL in
12410 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12411 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
12412 esac
12413 ac_MKDIR_P=$MKDIR_P
12414 case $MKDIR_P in
12415 [\\/$]* | ?:[\\/]* ) ;;
12416 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
12417 esac
12418 _ACEOF
12420 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12421 # If the template does not know about datarootdir, expand it.
12422 # FIXME: This hack should be removed a few years after 2.60.
12423 ac_datarootdir_hack=; ac_datarootdir_seen=
12424 ac_sed_dataroot='
12425 /datarootdir/ {
12429 /@datadir@/p
12430 /@docdir@/p
12431 /@infodir@/p
12432 /@localedir@/p
12433 /@mandir@/p'
12434 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12435 *datarootdir*) ac_datarootdir_seen=yes;;
12436 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12437 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12438 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12439 _ACEOF
12440 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12441 ac_datarootdir_hack='
12442 s&@datadir@&$datadir&g
12443 s&@docdir@&$docdir&g
12444 s&@infodir@&$infodir&g
12445 s&@localedir@&$localedir&g
12446 s&@mandir@&$mandir&g
12447 s&\\\${datarootdir}&$datarootdir&g' ;;
12448 esac
12449 _ACEOF
12451 # Neutralize VPATH when `$srcdir' = `.'.
12452 # Shell code in configure.ac might set extrasub.
12453 # FIXME: do we really want to maintain this feature?
12454 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12455 ac_sed_extra="$ac_vpsub
12456 $extrasub
12457 _ACEOF
12458 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12460 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12461 s|@configure_input@|$ac_sed_conf_input|;t t
12462 s&@top_builddir@&$ac_top_builddir_sub&;t t
12463 s&@top_build_prefix@&$ac_top_build_prefix&;t t
12464 s&@srcdir@&$ac_srcdir&;t t
12465 s&@abs_srcdir@&$ac_abs_srcdir&;t t
12466 s&@top_srcdir@&$ac_top_srcdir&;t t
12467 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12468 s&@builddir@&$ac_builddir&;t t
12469 s&@abs_builddir@&$ac_abs_builddir&;t t
12470 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12471 s&@INSTALL@&$ac_INSTALL&;t t
12472 s&@MKDIR_P@&$ac_MKDIR_P&;t t
12473 $ac_datarootdir_hack
12475 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
12476 || as_fn_error "could not create $ac_file" "$LINENO" 5
12478 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
12479 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
12480 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
12481 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12482 which seems to be undefined. Please make sure it is defined." >&5
12483 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12484 which seems to be undefined. Please make sure it is defined." >&2;}
12486 rm -f "$tmp/stdin"
12487 case $ac_file in
12488 -) cat "$tmp/out" && rm -f "$tmp/out";;
12489 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
12490 esac \
12491 || as_fn_error "could not create $ac_file" "$LINENO" 5
12495 # CONFIG_HEADER
12497 if test x"$ac_file" != x-; then
12499 $as_echo "/* $configure_input */" \
12500 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
12501 } >"$tmp/config.h" \
12502 || as_fn_error "could not create $ac_file" "$LINENO" 5
12503 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
12504 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
12505 $as_echo "$as_me: $ac_file is unchanged" >&6;}
12506 else
12507 rm -f "$ac_file"
12508 mv "$tmp/config.h" "$ac_file" \
12509 || as_fn_error "could not create $ac_file" "$LINENO" 5
12511 else
12512 $as_echo "/* $configure_input */" \
12513 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
12514 || as_fn_error "could not create -" "$LINENO" 5
12516 # Compute "$ac_file"'s index in $config_headers.
12517 _am_arg="$ac_file"
12518 _am_stamp_count=1
12519 for _am_header in $config_headers :; do
12520 case $_am_header in
12521 $_am_arg | $_am_arg:* )
12522 break ;;
12524 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
12525 esac
12526 done
12527 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
12528 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12529 X"$_am_arg" : 'X\(//\)[^/]' \| \
12530 X"$_am_arg" : 'X\(//\)$' \| \
12531 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
12532 $as_echo X"$_am_arg" |
12533 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12534 s//\1/
12537 /^X\(\/\/\)[^/].*/{
12538 s//\1/
12541 /^X\(\/\/\)$/{
12542 s//\1/
12545 /^X\(\/\).*/{
12546 s//\1/
12549 s/.*/./; q'`/stamp-h$_am_stamp_count
12552 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12553 $as_echo "$as_me: executing $ac_file commands" >&6;}
12555 esac
12558 case $ac_file$ac_mode in
12559 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
12560 # Autoconf 2.62 quotes --file arguments for eval, but not when files
12561 # are listed without --file. Let's play safe and only enable the eval
12562 # if we detect the quoting.
12563 case $CONFIG_FILES in
12564 *\'*) eval set x "$CONFIG_FILES" ;;
12565 *) set x $CONFIG_FILES ;;
12566 esac
12567 shift
12568 for mf
12570 # Strip MF so we end up with the name of the file.
12571 mf=`echo "$mf" | sed -e 's/:.*$//'`
12572 # Check whether this is an Automake generated Makefile or not.
12573 # We used to match only the files named `Makefile.in', but
12574 # some people rename them; so instead we look at the file content.
12575 # Grep'ing the first line is not enough: some people post-process
12576 # each Makefile.in and add a new line on top of each file to say so.
12577 # Grep'ing the whole file is not good either: AIX grep has a line
12578 # limit of 2048, but all sed's we know have understand at least 4000.
12579 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
12580 dirpart=`$as_dirname -- "$mf" ||
12581 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12582 X"$mf" : 'X\(//\)[^/]' \| \
12583 X"$mf" : 'X\(//\)$' \| \
12584 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
12585 $as_echo X"$mf" |
12586 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12587 s//\1/
12590 /^X\(\/\/\)[^/].*/{
12591 s//\1/
12594 /^X\(\/\/\)$/{
12595 s//\1/
12598 /^X\(\/\).*/{
12599 s//\1/
12602 s/.*/./; q'`
12603 else
12604 continue
12606 # Extract the definition of DEPDIR, am__include, and am__quote
12607 # from the Makefile without running `make'.
12608 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
12609 test -z "$DEPDIR" && continue
12610 am__include=`sed -n 's/^am__include = //p' < "$mf"`
12611 test -z "am__include" && continue
12612 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
12613 # When using ansi2knr, U may be empty or an underscore; expand it
12614 U=`sed -n 's/^U = //p' < "$mf"`
12615 # Find all dependency output files, they are included files with
12616 # $(DEPDIR) in their names. We invoke sed twice because it is the
12617 # simplest approach to changing $(DEPDIR) to its actual value in the
12618 # expansion.
12619 for file in `sed -n "
12620 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
12621 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
12622 # Make sure the directory exists.
12623 test -f "$dirpart/$file" && continue
12624 fdir=`$as_dirname -- "$file" ||
12625 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12626 X"$file" : 'X\(//\)[^/]' \| \
12627 X"$file" : 'X\(//\)$' \| \
12628 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
12629 $as_echo X"$file" |
12630 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12631 s//\1/
12634 /^X\(\/\/\)[^/].*/{
12635 s//\1/
12638 /^X\(\/\/\)$/{
12639 s//\1/
12642 /^X\(\/\).*/{
12643 s//\1/
12646 s/.*/./; q'`
12647 as_dir=$dirpart/$fdir; as_fn_mkdir_p
12648 # echo "creating $dirpart/$file"
12649 echo '# dummy' > "$dirpart/$file"
12650 done
12651 done
12654 "libtool":C)
12656 # See if we are running on zsh, and set the options which allow our
12657 # commands through without removal of \ escapes.
12658 if test -n "${ZSH_VERSION+set}" ; then
12659 setopt NO_GLOB_SUBST
12662 cfgfile="${ofile}T"
12663 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
12664 $RM "$cfgfile"
12666 cat <<_LT_EOF >> "$cfgfile"
12667 #! $SHELL
12669 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
12670 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
12671 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12672 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
12674 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
12675 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
12676 # Written by Gordon Matzigkeit, 1996
12678 # This file is part of GNU Libtool.
12680 # GNU Libtool is free software; you can redistribute it and/or
12681 # modify it under the terms of the GNU General Public License as
12682 # published by the Free Software Foundation; either version 2 of
12683 # the License, or (at your option) any later version.
12685 # As a special exception to the GNU General Public License,
12686 # if you distribute this file as part of a program or library that
12687 # is built using GNU Libtool, you may include this file under the
12688 # same distribution terms that you use for the rest of that program.
12690 # GNU Libtool is distributed in the hope that it will be useful,
12691 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12692 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12693 # GNU General Public License for more details.
12695 # You should have received a copy of the GNU General Public License
12696 # along with GNU Libtool; see the file COPYING. If not, a copy
12697 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
12698 # obtained by writing to the Free Software Foundation, Inc.,
12699 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
12702 # The names of the tagged configurations supported by this script.
12703 available_tags=""
12705 # ### BEGIN LIBTOOL CONFIG
12707 # Which release of libtool.m4 was used?
12708 macro_version=$macro_version
12709 macro_revision=$macro_revision
12711 # Whether or not to build shared libraries.
12712 build_libtool_libs=$enable_shared
12714 # Whether or not to build static libraries.
12715 build_old_libs=$enable_static
12717 # What type of objects to build.
12718 pic_mode=$pic_mode
12720 # Whether or not to optimize for fast installation.
12721 fast_install=$enable_fast_install
12723 # Shell to use when invoking shell scripts.
12724 SHELL=$lt_SHELL
12726 # An echo program that protects backslashes.
12727 ECHO=$lt_ECHO
12729 # The host system.
12730 host_alias=$host_alias
12731 host=$host
12732 host_os=$host_os
12734 # The build system.
12735 build_alias=$build_alias
12736 build=$build
12737 build_os=$build_os
12739 # A sed program that does not truncate output.
12740 SED=$lt_SED
12742 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
12743 Xsed="\$SED -e 1s/^X//"
12745 # A grep program that handles long lines.
12746 GREP=$lt_GREP
12748 # An ERE matcher.
12749 EGREP=$lt_EGREP
12751 # A literal string matcher.
12752 FGREP=$lt_FGREP
12754 # A BSD- or MS-compatible name lister.
12755 NM=$lt_NM
12757 # Whether we need soft or hard links.
12758 LN_S=$lt_LN_S
12760 # What is the maximum length of a command?
12761 max_cmd_len=$max_cmd_len
12763 # Object file suffix (normally "o").
12764 objext=$ac_objext
12766 # Executable file suffix (normally "").
12767 exeext=$exeext
12769 # whether the shell understands "unset".
12770 lt_unset=$lt_unset
12772 # turn spaces into newlines.
12773 SP2NL=$lt_lt_SP2NL
12775 # turn newlines into spaces.
12776 NL2SP=$lt_lt_NL2SP
12778 # An object symbol dumper.
12779 OBJDUMP=$lt_OBJDUMP
12781 # Method to check whether dependent libraries are shared objects.
12782 deplibs_check_method=$lt_deplibs_check_method
12784 # Command to use when deplibs_check_method == "file_magic".
12785 file_magic_cmd=$lt_file_magic_cmd
12787 # The archiver.
12788 AR=$lt_AR
12789 AR_FLAGS=$lt_AR_FLAGS
12791 # A symbol stripping program.
12792 STRIP=$lt_STRIP
12794 # Commands used to install an old-style archive.
12795 RANLIB=$lt_RANLIB
12796 old_postinstall_cmds=$lt_old_postinstall_cmds
12797 old_postuninstall_cmds=$lt_old_postuninstall_cmds
12799 # Whether to use a lock for old archive extraction.
12800 lock_old_archive_extraction=$lock_old_archive_extraction
12802 # A C compiler.
12803 LTCC=$lt_CC
12805 # LTCC compiler flags.
12806 LTCFLAGS=$lt_CFLAGS
12808 # Take the output of nm and produce a listing of raw symbols and C names.
12809 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
12811 # Transform the output of nm in a proper C declaration.
12812 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
12814 # Transform the output of nm in a C name address pair.
12815 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
12817 # Transform the output of nm in a C name address pair when lib prefix is needed.
12818 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
12820 # The name of the directory that contains temporary libtool files.
12821 objdir=$objdir
12823 # Used to examine libraries when file_magic_cmd begins with "file".
12824 MAGIC_CMD=$MAGIC_CMD
12826 # Must we lock files when doing compilation?
12827 need_locks=$lt_need_locks
12829 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
12830 DSYMUTIL=$lt_DSYMUTIL
12832 # Tool to change global to local symbols on Mac OS X.
12833 NMEDIT=$lt_NMEDIT
12835 # Tool to manipulate fat objects and archives on Mac OS X.
12836 LIPO=$lt_LIPO
12838 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
12839 OTOOL=$lt_OTOOL
12841 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
12842 OTOOL64=$lt_OTOOL64
12844 # Old archive suffix (normally "a").
12845 libext=$libext
12847 # Shared library suffix (normally ".so").
12848 shrext_cmds=$lt_shrext_cmds
12850 # The commands to extract the exported symbol list from a shared archive.
12851 extract_expsyms_cmds=$lt_extract_expsyms_cmds
12853 # Variables whose values should be saved in libtool wrapper scripts and
12854 # restored at link time.
12855 variables_saved_for_relink=$lt_variables_saved_for_relink
12857 # Do we need the "lib" prefix for modules?
12858 need_lib_prefix=$need_lib_prefix
12860 # Do we need a version for libraries?
12861 need_version=$need_version
12863 # Library versioning type.
12864 version_type=$version_type
12866 # Shared library runtime path variable.
12867 runpath_var=$runpath_var
12869 # Shared library path variable.
12870 shlibpath_var=$shlibpath_var
12872 # Is shlibpath searched before the hard-coded library search path?
12873 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
12875 # Format of library name prefix.
12876 libname_spec=$lt_libname_spec
12878 # List of archive names. First name is the real one, the rest are links.
12879 # The last name is the one that the linker finds with -lNAME
12880 library_names_spec=$lt_library_names_spec
12882 # The coded name of the library, if different from the real name.
12883 soname_spec=$lt_soname_spec
12885 # Permission mode override for installation of shared libraries.
12886 install_override_mode=$lt_install_override_mode
12888 # Command to use after installation of a shared archive.
12889 postinstall_cmds=$lt_postinstall_cmds
12891 # Command to use after uninstallation of a shared archive.
12892 postuninstall_cmds=$lt_postuninstall_cmds
12894 # Commands used to finish a libtool library installation in a directory.
12895 finish_cmds=$lt_finish_cmds
12897 # As "finish_cmds", except a single script fragment to be evaled but
12898 # not shown.
12899 finish_eval=$lt_finish_eval
12901 # Whether we should hardcode library paths into libraries.
12902 hardcode_into_libs=$hardcode_into_libs
12904 # Compile-time system search path for libraries.
12905 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
12907 # Run-time system search path for libraries.
12908 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
12910 # Whether dlopen is supported.
12911 dlopen_support=$enable_dlopen
12913 # Whether dlopen of programs is supported.
12914 dlopen_self=$enable_dlopen_self
12916 # Whether dlopen of statically linked programs is supported.
12917 dlopen_self_static=$enable_dlopen_self_static
12919 # Commands to strip libraries.
12920 old_striplib=$lt_old_striplib
12921 striplib=$lt_striplib
12924 # The linker used to build libraries.
12925 LD=$lt_LD
12927 # How to create reloadable object files.
12928 reload_flag=$lt_reload_flag
12929 reload_cmds=$lt_reload_cmds
12931 # Commands used to build an old-style archive.
12932 old_archive_cmds=$lt_old_archive_cmds
12934 # A language specific compiler.
12935 CC=$lt_compiler
12937 # Is the compiler the GNU compiler?
12938 with_gcc=$GCC
12940 # Compiler flag to turn off builtin functions.
12941 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
12943 # How to pass a linker flag through the compiler.
12944 wl=$lt_lt_prog_compiler_wl
12946 # Additional compiler flags for building library objects.
12947 pic_flag=$lt_lt_prog_compiler_pic
12949 # Compiler flag to prevent dynamic linking.
12950 link_static_flag=$lt_lt_prog_compiler_static
12952 # Does compiler simultaneously support -c and -o options?
12953 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
12955 # Whether or not to add -lc for building shared libraries.
12956 build_libtool_need_lc=$archive_cmds_need_lc
12958 # Whether or not to disallow shared libs when runtime libs are static.
12959 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
12961 # Compiler flag to allow reflexive dlopens.
12962 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
12964 # Compiler flag to generate shared objects directly from archives.
12965 whole_archive_flag_spec=$lt_whole_archive_flag_spec
12967 # Whether the compiler copes with passing no objects directly.
12968 compiler_needs_object=$lt_compiler_needs_object
12970 # Create an old-style archive from a shared archive.
12971 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
12973 # Create a temporary old-style archive to link instead of a shared archive.
12974 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
12976 # Commands used to build a shared archive.
12977 archive_cmds=$lt_archive_cmds
12978 archive_expsym_cmds=$lt_archive_expsym_cmds
12980 # Commands used to build a loadable module if different from building
12981 # a shared archive.
12982 module_cmds=$lt_module_cmds
12983 module_expsym_cmds=$lt_module_expsym_cmds
12985 # Whether we are building with GNU ld or not.
12986 with_gnu_ld=$lt_with_gnu_ld
12988 # Flag that allows shared libraries with undefined symbols to be built.
12989 allow_undefined_flag=$lt_allow_undefined_flag
12991 # Flag that enforces no undefined symbols.
12992 no_undefined_flag=$lt_no_undefined_flag
12994 # Flag to hardcode \$libdir into a binary during linking.
12995 # This must work even if \$libdir does not exist
12996 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
12998 # If ld is used when linking, flag to hardcode \$libdir into a binary
12999 # during linking. This must work even if \$libdir does not exist.
13000 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13002 # Whether we need a single "-rpath" flag with a separated argument.
13003 hardcode_libdir_separator=$lt_hardcode_libdir_separator
13005 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13006 # DIR into the resulting binary.
13007 hardcode_direct=$hardcode_direct
13009 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13010 # DIR into the resulting binary and the resulting library dependency is
13011 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13012 # library is relocated.
13013 hardcode_direct_absolute=$hardcode_direct_absolute
13015 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13016 # into the resulting binary.
13017 hardcode_minus_L=$hardcode_minus_L
13019 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13020 # into the resulting binary.
13021 hardcode_shlibpath_var=$hardcode_shlibpath_var
13023 # Set to "yes" if building a shared library automatically hardcodes DIR
13024 # into the library and all subsequent libraries and executables linked
13025 # against it.
13026 hardcode_automatic=$hardcode_automatic
13028 # Set to yes if linker adds runtime paths of dependent libraries
13029 # to runtime path list.
13030 inherit_rpath=$inherit_rpath
13032 # Whether libtool must link a program against all its dependency libraries.
13033 link_all_deplibs=$link_all_deplibs
13035 # Fix the shell variable \$srcfile for the compiler.
13036 fix_srcfile_path=$lt_fix_srcfile_path
13038 # Set to "yes" if exported symbols are required.
13039 always_export_symbols=$always_export_symbols
13041 # The commands to list exported symbols.
13042 export_symbols_cmds=$lt_export_symbols_cmds
13044 # Symbols that should not be listed in the preloaded symbols.
13045 exclude_expsyms=$lt_exclude_expsyms
13047 # Symbols that must always be exported.
13048 include_expsyms=$lt_include_expsyms
13050 # Commands necessary for linking programs (against libraries) with templates.
13051 prelink_cmds=$lt_prelink_cmds
13053 # Specify filename containing input files.
13054 file_list_spec=$lt_file_list_spec
13056 # How to hardcode a shared library path into an executable.
13057 hardcode_action=$hardcode_action
13059 # ### END LIBTOOL CONFIG
13061 _LT_EOF
13063 case $host_os in
13064 aix3*)
13065 cat <<\_LT_EOF >> "$cfgfile"
13066 # AIX sometimes has problems with the GCC collect2 program. For some
13067 # reason, if we set the COLLECT_NAMES environment variable, the problems
13068 # vanish in a puff of smoke.
13069 if test "X${COLLECT_NAMES+set}" != Xset; then
13070 COLLECT_NAMES=
13071 export COLLECT_NAMES
13073 _LT_EOF
13075 esac
13078 ltmain="$ac_aux_dir/ltmain.sh"
13081 # We use sed instead of cat because bash on DJGPP gets confused if
13082 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13083 # text mode, it properly converts lines to CR/LF. This bash problem
13084 # is reportedly fixed, but why not run on old versions too?
13085 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13086 || (rm -f "$cfgfile"; exit 1)
13088 case $xsi_shell in
13089 yes)
13090 cat << \_LT_EOF >> "$cfgfile"
13092 # func_dirname file append nondir_replacement
13093 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13094 # otherwise set result to NONDIR_REPLACEMENT.
13095 func_dirname ()
13097 case ${1} in
13098 */*) func_dirname_result="${1%/*}${2}" ;;
13099 * ) func_dirname_result="${3}" ;;
13100 esac
13103 # func_basename file
13104 func_basename ()
13106 func_basename_result="${1##*/}"
13109 # func_dirname_and_basename file append nondir_replacement
13110 # perform func_basename and func_dirname in a single function
13111 # call:
13112 # dirname: Compute the dirname of FILE. If nonempty,
13113 # add APPEND to the result, otherwise set result
13114 # to NONDIR_REPLACEMENT.
13115 # value returned in "$func_dirname_result"
13116 # basename: Compute filename of FILE.
13117 # value retuned in "$func_basename_result"
13118 # Implementation must be kept synchronized with func_dirname
13119 # and func_basename. For efficiency, we do not delegate to
13120 # those functions but instead duplicate the functionality here.
13121 func_dirname_and_basename ()
13123 case ${1} in
13124 */*) func_dirname_result="${1%/*}${2}" ;;
13125 * ) func_dirname_result="${3}" ;;
13126 esac
13127 func_basename_result="${1##*/}"
13130 # func_stripname prefix suffix name
13131 # strip PREFIX and SUFFIX off of NAME.
13132 # PREFIX and SUFFIX must not contain globbing or regex special
13133 # characters, hashes, percent signs, but SUFFIX may contain a leading
13134 # dot (in which case that matches only a dot).
13135 func_stripname ()
13137 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13138 # positional parameters, so assign one to ordinary parameter first.
13139 func_stripname_result=${3}
13140 func_stripname_result=${func_stripname_result#"${1}"}
13141 func_stripname_result=${func_stripname_result%"${2}"}
13144 # func_opt_split
13145 func_opt_split ()
13147 func_opt_split_opt=${1%%=*}
13148 func_opt_split_arg=${1#*=}
13151 # func_lo2o object
13152 func_lo2o ()
13154 case ${1} in
13155 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13156 *) func_lo2o_result=${1} ;;
13157 esac
13160 # func_xform libobj-or-source
13161 func_xform ()
13163 func_xform_result=${1%.*}.lo
13166 # func_arith arithmetic-term...
13167 func_arith ()
13169 func_arith_result=$(( $* ))
13172 # func_len string
13173 # STRING may not start with a hyphen.
13174 func_len ()
13176 func_len_result=${#1}
13179 _LT_EOF
13181 *) # Bourne compatible functions.
13182 cat << \_LT_EOF >> "$cfgfile"
13184 # func_dirname file append nondir_replacement
13185 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13186 # otherwise set result to NONDIR_REPLACEMENT.
13187 func_dirname ()
13189 # Extract subdirectory from the argument.
13190 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13191 if test "X$func_dirname_result" = "X${1}"; then
13192 func_dirname_result="${3}"
13193 else
13194 func_dirname_result="$func_dirname_result${2}"
13198 # func_basename file
13199 func_basename ()
13201 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13205 # func_stripname prefix suffix name
13206 # strip PREFIX and SUFFIX off of NAME.
13207 # PREFIX and SUFFIX must not contain globbing or regex special
13208 # characters, hashes, percent signs, but SUFFIX may contain a leading
13209 # dot (in which case that matches only a dot).
13210 # func_strip_suffix prefix name
13211 func_stripname ()
13213 case ${2} in
13214 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13215 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13216 esac
13219 # sed scripts:
13220 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13221 my_sed_long_arg='1s/^-[^=]*=//'
13223 # func_opt_split
13224 func_opt_split ()
13226 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13227 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13230 # func_lo2o object
13231 func_lo2o ()
13233 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13236 # func_xform libobj-or-source
13237 func_xform ()
13239 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13242 # func_arith arithmetic-term...
13243 func_arith ()
13245 func_arith_result=`expr "$@"`
13248 # func_len string
13249 # STRING may not start with a hyphen.
13250 func_len ()
13252 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13255 _LT_EOF
13256 esac
13258 case $lt_shell_append in
13259 yes)
13260 cat << \_LT_EOF >> "$cfgfile"
13262 # func_append var value
13263 # Append VALUE to the end of shell variable VAR.
13264 func_append ()
13266 eval "$1+=\$2"
13268 _LT_EOF
13271 cat << \_LT_EOF >> "$cfgfile"
13273 # func_append var value
13274 # Append VALUE to the end of shell variable VAR.
13275 func_append ()
13277 eval "$1=\$$1\$2"
13280 _LT_EOF
13282 esac
13285 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13286 || (rm -f "$cfgfile"; exit 1)
13288 mv -f "$cfgfile" "$ofile" ||
13289 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13290 chmod +x "$ofile"
13294 esac
13295 done # for ac_tag
13298 as_fn_exit 0
13299 _ACEOF
13300 ac_clean_files=$ac_clean_files_save
13302 test $ac_write_fail = 0 ||
13303 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
13306 # configure is writing to config.log, and then calls config.status.
13307 # config.status does its own redirection, appending to config.log.
13308 # Unfortunately, on DOS this fails, as config.log is still kept open
13309 # by configure, so config.status won't be able to write to it; its
13310 # output is simply discarded. So we exec the FD to /dev/null,
13311 # effectively closing config.log, so it can be properly (re)opened and
13312 # appended to by config.status. When coming back to configure, we
13313 # need to make the FD available again.
13314 if test "$no_create" != yes; then
13315 ac_cs_success=:
13316 ac_config_status_args=
13317 test "$silent" = yes &&
13318 ac_config_status_args="$ac_config_status_args --quiet"
13319 exec 5>/dev/null
13320 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13321 exec 5>>config.log
13322 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13323 # would make configure fail if this is the last instruction.
13324 $ac_cs_success || as_fn_exit $?
13326 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13327 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13328 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}