PR c++/38543
[official-gcc.git] / libitm / configure
blob8e1d19ee5a8fdecebaf1728cac0ac0e80a9395cd
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64 for GNU TM Runtime Library 1.0.
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='GNU TM Runtime Library'
558 PACKAGE_TARNAME='libitm'
559 PACKAGE_VERSION='1.0'
560 PACKAGE_STRING='GNU TM Runtime Library 1.0'
561 PACKAGE_BUGREPORT=''
562 PACKAGE_URL='http://www.gnu.org/software/libitm/'
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 ARCH_FUTEX_FALSE
605 ARCH_FUTEX_TRUE
606 ARCH_X86_AVX_FALSE
607 ARCH_X86_AVX_TRUE
608 ARCH_X86_FALSE
609 ARCH_X86_TRUE
610 ARCH_ARM_FALSE
611 ARCH_ARM_TRUE
612 link_itm
613 XLDFLAGS
614 XCFLAGS
615 config_path
616 LIBITM_BUILD_VERSIONED_SHLIB_SUN_FALSE
617 LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE
618 LIBITM_BUILD_VERSIONED_SHLIB_GNU_FALSE
619 LIBITM_BUILD_VERSIONED_SHLIB_GNU_TRUE
620 LIBITM_BUILD_VERSIONED_SHLIB_FALSE
621 LIBITM_BUILD_VERSIONED_SHLIB_TRUE
622 OPT_LDFLAGS
623 SECTION_LDFLAGS
624 HAVE_HWCAP_FALSE
625 HAVE_HWCAP_TRUE
626 HWCAP_LDFLAGS
627 libtool_VERSION
628 MAINT
629 MAINTAINER_MODE_FALSE
630 MAINTAINER_MODE_TRUE
631 enable_static
632 enable_shared
633 CXXCPP
635 OTOOL64
636 OTOOL
637 LIPO
638 NMEDIT
639 DSYMUTIL
640 OBJDUMP
641 LN_S
642 ac_ct_DUMPBIN
643 DUMPBIN
645 FGREP
646 EGREP
647 GREP
649 LIBTOOL
650 BUILD_INFO_FALSE
651 BUILD_INFO_TRUE
652 PERL
653 RANLIB
656 am__fastdepCCAS_FALSE
657 am__fastdepCCAS_TRUE
658 CCASDEPMODE
659 CCASFLAGS
660 CCAS
661 am__fastdepCXX_FALSE
662 am__fastdepCXX_TRUE
663 CXXDEPMODE
664 ac_ct_CXX
665 CXXFLAGS
667 am__fastdepCC_FALSE
668 am__fastdepCC_TRUE
669 CCDEPMODE
670 AMDEPBACKSLASH
671 AMDEP_FALSE
672 AMDEP_TRUE
673 am__quote
674 am__include
675 DEPDIR
676 OBJEXT
677 EXEEXT
678 ac_ct_CC
679 CPPFLAGS
680 LDFLAGS
681 CFLAGS
683 toolexeclibdir
684 toolexecdir
685 multi_basedir
686 am__untar
687 am__tar
688 AMTAR
689 am__leading_dot
690 SET_MAKE
692 mkdir_p
693 MKDIR_P
694 INSTALL_STRIP_PROGRAM
695 STRIP
696 install_sh
697 MAKEINFO
698 AUTOHEADER
699 AUTOMAKE
700 AUTOCONF
701 ACLOCAL
702 VERSION
703 PACKAGE
704 CYGPATH_W
705 am__isrc
706 INSTALL_DATA
707 INSTALL_SCRIPT
708 INSTALL_PROGRAM
709 target_os
710 target_vendor
711 target_cpu
712 target
713 host_os
714 host_vendor
715 host_cpu
716 host
717 build_os
718 build_vendor
719 build_cpu
720 build
721 GENINSRC_FALSE
722 GENINSRC_TRUE
723 target_alias
724 host_alias
725 build_alias
726 LIBS
727 ECHO_T
728 ECHO_N
729 ECHO_C
730 DEFS
731 mandir
732 localedir
733 libdir
734 psdir
735 pdfdir
736 dvidir
737 htmldir
738 infodir
739 docdir
740 oldincludedir
741 includedir
742 localstatedir
743 sharedstatedir
744 sysconfdir
745 datadir
746 datarootdir
747 libexecdir
748 sbindir
749 bindir
750 program_transform_name
751 prefix
752 exec_prefix
753 PACKAGE_URL
754 PACKAGE_BUGREPORT
755 PACKAGE_STRING
756 PACKAGE_VERSION
757 PACKAGE_TARNAME
758 PACKAGE_NAME
759 PATH_SEPARATOR
760 SHELL'
761 ac_subst_files=''
762 ac_user_opts='
763 enable_option_checking
764 enable_version_specific_runtime_libs
765 enable_generated_files_in_srcdir
766 enable_multilib
767 enable_dependency_tracking
768 enable_shared
769 enable_static
770 with_pic
771 enable_fast_install
772 with_gnu_ld
773 enable_libtool_lock
774 enable_maintainer_mode
775 enable_linux_futex
776 enable_tls
777 enable_symvers
779 ac_precious_vars='build_alias
780 host_alias
781 target_alias
783 CPPFLAGS
784 CXXCPP'
787 # Initialize some variables set by options.
788 ac_init_help=
789 ac_init_version=false
790 ac_unrecognized_opts=
791 ac_unrecognized_sep=
792 # The variables have the same names as the options, with
793 # dashes changed to underlines.
794 cache_file=/dev/null
795 exec_prefix=NONE
796 no_create=
797 no_recursion=
798 prefix=NONE
799 program_prefix=NONE
800 program_suffix=NONE
801 program_transform_name=s,x,x,
802 silent=
803 site=
804 srcdir=
805 verbose=
806 x_includes=NONE
807 x_libraries=NONE
809 # Installation directory options.
810 # These are left unexpanded so users can "make install exec_prefix=/foo"
811 # and all the variables that are supposed to be based on exec_prefix
812 # by default will actually change.
813 # Use braces instead of parens because sh, perl, etc. also accept them.
814 # (The list follows the same order as the GNU Coding Standards.)
815 bindir='${exec_prefix}/bin'
816 sbindir='${exec_prefix}/sbin'
817 libexecdir='${exec_prefix}/libexec'
818 datarootdir='${prefix}/share'
819 datadir='${datarootdir}'
820 sysconfdir='${prefix}/etc'
821 sharedstatedir='${prefix}/com'
822 localstatedir='${prefix}/var'
823 includedir='${prefix}/include'
824 oldincludedir='/usr/include'
825 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
826 infodir='${datarootdir}/info'
827 htmldir='${docdir}'
828 dvidir='${docdir}'
829 pdfdir='${docdir}'
830 psdir='${docdir}'
831 libdir='${exec_prefix}/lib'
832 localedir='${datarootdir}/locale'
833 mandir='${datarootdir}/man'
835 ac_prev=
836 ac_dashdash=
837 for ac_option
839 # If the previous option needs an argument, assign it.
840 if test -n "$ac_prev"; then
841 eval $ac_prev=\$ac_option
842 ac_prev=
843 continue
846 case $ac_option in
847 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
848 *) ac_optarg=yes ;;
849 esac
851 # Accept the important Cygnus configure options, so we can diagnose typos.
853 case $ac_dashdash$ac_option in
855 ac_dashdash=yes ;;
857 -bindir | --bindir | --bindi | --bind | --bin | --bi)
858 ac_prev=bindir ;;
859 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
860 bindir=$ac_optarg ;;
862 -build | --build | --buil | --bui | --bu)
863 ac_prev=build_alias ;;
864 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
865 build_alias=$ac_optarg ;;
867 -cache-file | --cache-file | --cache-fil | --cache-fi \
868 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
869 ac_prev=cache_file ;;
870 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
871 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
872 cache_file=$ac_optarg ;;
874 --config-cache | -C)
875 cache_file=config.cache ;;
877 -datadir | --datadir | --datadi | --datad)
878 ac_prev=datadir ;;
879 -datadir=* | --datadir=* | --datadi=* | --datad=*)
880 datadir=$ac_optarg ;;
882 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
883 | --dataroo | --dataro | --datar)
884 ac_prev=datarootdir ;;
885 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
886 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
887 datarootdir=$ac_optarg ;;
889 -disable-* | --disable-*)
890 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
891 # Reject names that are not valid shell variable names.
892 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
893 as_fn_error "invalid feature name: $ac_useropt"
894 ac_useropt_orig=$ac_useropt
895 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
896 case $ac_user_opts in
898 "enable_$ac_useropt"
899 "*) ;;
900 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
901 ac_unrecognized_sep=', ';;
902 esac
903 eval enable_$ac_useropt=no ;;
905 -docdir | --docdir | --docdi | --doc | --do)
906 ac_prev=docdir ;;
907 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
908 docdir=$ac_optarg ;;
910 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
911 ac_prev=dvidir ;;
912 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
913 dvidir=$ac_optarg ;;
915 -enable-* | --enable-*)
916 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
917 # Reject names that are not valid shell variable names.
918 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
919 as_fn_error "invalid feature name: $ac_useropt"
920 ac_useropt_orig=$ac_useropt
921 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
922 case $ac_user_opts in
924 "enable_$ac_useropt"
925 "*) ;;
926 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
927 ac_unrecognized_sep=', ';;
928 esac
929 eval enable_$ac_useropt=\$ac_optarg ;;
931 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
932 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
933 | --exec | --exe | --ex)
934 ac_prev=exec_prefix ;;
935 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
936 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
937 | --exec=* | --exe=* | --ex=*)
938 exec_prefix=$ac_optarg ;;
940 -gas | --gas | --ga | --g)
941 # Obsolete; use --with-gas.
942 with_gas=yes ;;
944 -help | --help | --hel | --he | -h)
945 ac_init_help=long ;;
946 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
947 ac_init_help=recursive ;;
948 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
949 ac_init_help=short ;;
951 -host | --host | --hos | --ho)
952 ac_prev=host_alias ;;
953 -host=* | --host=* | --hos=* | --ho=*)
954 host_alias=$ac_optarg ;;
956 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
957 ac_prev=htmldir ;;
958 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
959 | --ht=*)
960 htmldir=$ac_optarg ;;
962 -includedir | --includedir | --includedi | --included | --include \
963 | --includ | --inclu | --incl | --inc)
964 ac_prev=includedir ;;
965 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
966 | --includ=* | --inclu=* | --incl=* | --inc=*)
967 includedir=$ac_optarg ;;
969 -infodir | --infodir | --infodi | --infod | --info | --inf)
970 ac_prev=infodir ;;
971 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
972 infodir=$ac_optarg ;;
974 -libdir | --libdir | --libdi | --libd)
975 ac_prev=libdir ;;
976 -libdir=* | --libdir=* | --libdi=* | --libd=*)
977 libdir=$ac_optarg ;;
979 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
980 | --libexe | --libex | --libe)
981 ac_prev=libexecdir ;;
982 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
983 | --libexe=* | --libex=* | --libe=*)
984 libexecdir=$ac_optarg ;;
986 -localedir | --localedir | --localedi | --localed | --locale)
987 ac_prev=localedir ;;
988 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
989 localedir=$ac_optarg ;;
991 -localstatedir | --localstatedir | --localstatedi | --localstated \
992 | --localstate | --localstat | --localsta | --localst | --locals)
993 ac_prev=localstatedir ;;
994 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
995 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
996 localstatedir=$ac_optarg ;;
998 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
999 ac_prev=mandir ;;
1000 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1001 mandir=$ac_optarg ;;
1003 -nfp | --nfp | --nf)
1004 # Obsolete; use --without-fp.
1005 with_fp=no ;;
1007 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1008 | --no-cr | --no-c | -n)
1009 no_create=yes ;;
1011 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1012 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1013 no_recursion=yes ;;
1015 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1016 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1017 | --oldin | --oldi | --old | --ol | --o)
1018 ac_prev=oldincludedir ;;
1019 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1020 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1021 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1022 oldincludedir=$ac_optarg ;;
1024 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1025 ac_prev=prefix ;;
1026 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1027 prefix=$ac_optarg ;;
1029 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1030 | --program-pre | --program-pr | --program-p)
1031 ac_prev=program_prefix ;;
1032 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1033 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1034 program_prefix=$ac_optarg ;;
1036 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1037 | --program-suf | --program-su | --program-s)
1038 ac_prev=program_suffix ;;
1039 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1040 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1041 program_suffix=$ac_optarg ;;
1043 -program-transform-name | --program-transform-name \
1044 | --program-transform-nam | --program-transform-na \
1045 | --program-transform-n | --program-transform- \
1046 | --program-transform | --program-transfor \
1047 | --program-transfo | --program-transf \
1048 | --program-trans | --program-tran \
1049 | --progr-tra | --program-tr | --program-t)
1050 ac_prev=program_transform_name ;;
1051 -program-transform-name=* | --program-transform-name=* \
1052 | --program-transform-nam=* | --program-transform-na=* \
1053 | --program-transform-n=* | --program-transform-=* \
1054 | --program-transform=* | --program-transfor=* \
1055 | --program-transfo=* | --program-transf=* \
1056 | --program-trans=* | --program-tran=* \
1057 | --progr-tra=* | --program-tr=* | --program-t=*)
1058 program_transform_name=$ac_optarg ;;
1060 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1061 ac_prev=pdfdir ;;
1062 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1063 pdfdir=$ac_optarg ;;
1065 -psdir | --psdir | --psdi | --psd | --ps)
1066 ac_prev=psdir ;;
1067 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1068 psdir=$ac_optarg ;;
1070 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1071 | -silent | --silent | --silen | --sile | --sil)
1072 silent=yes ;;
1074 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1075 ac_prev=sbindir ;;
1076 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1077 | --sbi=* | --sb=*)
1078 sbindir=$ac_optarg ;;
1080 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1081 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1082 | --sharedst | --shareds | --shared | --share | --shar \
1083 | --sha | --sh)
1084 ac_prev=sharedstatedir ;;
1085 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1086 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1087 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1088 | --sha=* | --sh=*)
1089 sharedstatedir=$ac_optarg ;;
1091 -site | --site | --sit)
1092 ac_prev=site ;;
1093 -site=* | --site=* | --sit=*)
1094 site=$ac_optarg ;;
1096 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1097 ac_prev=srcdir ;;
1098 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1099 srcdir=$ac_optarg ;;
1101 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1102 | --syscon | --sysco | --sysc | --sys | --sy)
1103 ac_prev=sysconfdir ;;
1104 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1105 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1106 sysconfdir=$ac_optarg ;;
1108 -target | --target | --targe | --targ | --tar | --ta | --t)
1109 ac_prev=target_alias ;;
1110 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1111 target_alias=$ac_optarg ;;
1113 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1114 verbose=yes ;;
1116 -version | --version | --versio | --versi | --vers | -V)
1117 ac_init_version=: ;;
1119 -with-* | --with-*)
1120 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1121 # Reject names that are not valid shell variable names.
1122 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1123 as_fn_error "invalid package name: $ac_useropt"
1124 ac_useropt_orig=$ac_useropt
1125 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1126 case $ac_user_opts in
1128 "with_$ac_useropt"
1129 "*) ;;
1130 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1131 ac_unrecognized_sep=', ';;
1132 esac
1133 eval with_$ac_useropt=\$ac_optarg ;;
1135 -without-* | --without-*)
1136 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1137 # Reject names that are not valid shell variable names.
1138 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1139 as_fn_error "invalid package name: $ac_useropt"
1140 ac_useropt_orig=$ac_useropt
1141 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1142 case $ac_user_opts in
1144 "with_$ac_useropt"
1145 "*) ;;
1146 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1147 ac_unrecognized_sep=', ';;
1148 esac
1149 eval with_$ac_useropt=no ;;
1151 --x)
1152 # Obsolete; use --with-x.
1153 with_x=yes ;;
1155 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1156 | --x-incl | --x-inc | --x-in | --x-i)
1157 ac_prev=x_includes ;;
1158 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1159 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1160 x_includes=$ac_optarg ;;
1162 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1163 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1164 ac_prev=x_libraries ;;
1165 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1166 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1167 x_libraries=$ac_optarg ;;
1169 -*) as_fn_error "unrecognized option: \`$ac_option'
1170 Try \`$0 --help' for more information."
1173 *=*)
1174 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1175 # Reject names that are not valid shell variable names.
1176 case $ac_envvar in #(
1177 '' | [0-9]* | *[!_$as_cr_alnum]* )
1178 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1179 esac
1180 eval $ac_envvar=\$ac_optarg
1181 export $ac_envvar ;;
1184 # FIXME: should be removed in autoconf 3.0.
1185 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1186 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1187 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1188 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1191 esac
1192 done
1194 if test -n "$ac_prev"; then
1195 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1196 as_fn_error "missing argument to $ac_option"
1199 if test -n "$ac_unrecognized_opts"; then
1200 case $enable_option_checking in
1201 no) ;;
1202 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1203 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1204 esac
1207 # Check all directory arguments for consistency.
1208 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1209 datadir sysconfdir sharedstatedir localstatedir includedir \
1210 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1211 libdir localedir mandir
1213 eval ac_val=\$$ac_var
1214 # Remove trailing slashes.
1215 case $ac_val in
1216 */ )
1217 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1218 eval $ac_var=\$ac_val;;
1219 esac
1220 # Be sure to have absolute directory names.
1221 case $ac_val in
1222 [\\/$]* | ?:[\\/]* ) continue;;
1223 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1224 esac
1225 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1226 done
1228 # There might be people who depend on the old broken behavior: `$host'
1229 # used to hold the argument of --host etc.
1230 # FIXME: To remove some day.
1231 build=$build_alias
1232 host=$host_alias
1233 target=$target_alias
1235 # FIXME: To remove some day.
1236 if test "x$host_alias" != x; then
1237 if test "x$build_alias" = x; then
1238 cross_compiling=maybe
1239 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1240 If a cross compiler is detected then cross compile mode will be used." >&2
1241 elif test "x$build_alias" != "x$host_alias"; then
1242 cross_compiling=yes
1246 ac_tool_prefix=
1247 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1249 test "$silent" = yes && exec 6>/dev/null
1252 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1253 ac_ls_di=`ls -di .` &&
1254 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1255 as_fn_error "working directory cannot be determined"
1256 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1257 as_fn_error "pwd does not report name of working directory"
1260 # Find the source files, if location was not specified.
1261 if test -z "$srcdir"; then
1262 ac_srcdir_defaulted=yes
1263 # Try the directory containing this script, then the parent directory.
1264 ac_confdir=`$as_dirname -- "$as_myself" ||
1265 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1266 X"$as_myself" : 'X\(//\)[^/]' \| \
1267 X"$as_myself" : 'X\(//\)$' \| \
1268 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1269 $as_echo X"$as_myself" |
1270 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1271 s//\1/
1274 /^X\(\/\/\)[^/].*/{
1275 s//\1/
1278 /^X\(\/\/\)$/{
1279 s//\1/
1282 /^X\(\/\).*/{
1283 s//\1/
1286 s/.*/./; q'`
1287 srcdir=$ac_confdir
1288 if test ! -r "$srcdir/$ac_unique_file"; then
1289 srcdir=..
1291 else
1292 ac_srcdir_defaulted=no
1294 if test ! -r "$srcdir/$ac_unique_file"; then
1295 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1296 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1298 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1299 ac_abs_confdir=`(
1300 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1301 pwd)`
1302 # When building in place, set srcdir=.
1303 if test "$ac_abs_confdir" = "$ac_pwd"; then
1304 srcdir=.
1306 # Remove unnecessary trailing slashes from srcdir.
1307 # Double slashes in file names in object file debugging info
1308 # mess up M-x gdb in Emacs.
1309 case $srcdir in
1310 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1311 esac
1312 for ac_var in $ac_precious_vars; do
1313 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1314 eval ac_env_${ac_var}_value=\$${ac_var}
1315 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1316 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1317 done
1320 # Report the --help message.
1322 if test "$ac_init_help" = "long"; then
1323 # Omit some internal or obsolete options to make the list less imposing.
1324 # This message is too long to be a string in the A/UX 3.1 sh.
1325 cat <<_ACEOF
1326 \`configure' configures GNU TM Runtime Library 1.0 to adapt to many kinds of systems.
1328 Usage: $0 [OPTION]... [VAR=VALUE]...
1330 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1331 VAR=VALUE. See below for descriptions of some of the useful variables.
1333 Defaults for the options are specified in brackets.
1335 Configuration:
1336 -h, --help display this help and exit
1337 --help=short display options specific to this package
1338 --help=recursive display the short help of all the included packages
1339 -V, --version display version information and exit
1340 -q, --quiet, --silent do not print \`checking...' messages
1341 --cache-file=FILE cache test results in FILE [disabled]
1342 -C, --config-cache alias for \`--cache-file=config.cache'
1343 -n, --no-create do not create output files
1344 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1346 Installation directories:
1347 --prefix=PREFIX install architecture-independent files in PREFIX
1348 [$ac_default_prefix]
1349 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1350 [PREFIX]
1352 By default, \`make install' will install all the files in
1353 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1354 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1355 for instance \`--prefix=\$HOME'.
1357 For better control, use the options below.
1359 Fine tuning of the installation directories:
1360 --bindir=DIR user executables [EPREFIX/bin]
1361 --sbindir=DIR system admin executables [EPREFIX/sbin]
1362 --libexecdir=DIR program executables [EPREFIX/libexec]
1363 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1364 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1365 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1366 --libdir=DIR object code libraries [EPREFIX/lib]
1367 --includedir=DIR C header files [PREFIX/include]
1368 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1369 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1370 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1371 --infodir=DIR info documentation [DATAROOTDIR/info]
1372 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1373 --mandir=DIR man documentation [DATAROOTDIR/man]
1374 --docdir=DIR documentation root [DATAROOTDIR/doc/libitm]
1375 --htmldir=DIR html documentation [DOCDIR]
1376 --dvidir=DIR dvi documentation [DOCDIR]
1377 --pdfdir=DIR pdf documentation [DOCDIR]
1378 --psdir=DIR ps documentation [DOCDIR]
1379 _ACEOF
1381 cat <<\_ACEOF
1383 Program names:
1384 --program-prefix=PREFIX prepend PREFIX to installed program names
1385 --program-suffix=SUFFIX append SUFFIX to installed program names
1386 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1388 System types:
1389 --build=BUILD configure for building on BUILD [guessed]
1390 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1391 --target=TARGET configure for building compilers for TARGET [HOST]
1392 _ACEOF
1395 if test -n "$ac_init_help"; then
1396 case $ac_init_help in
1397 short | recursive ) echo "Configuration of GNU TM Runtime Library 1.0:";;
1398 esac
1399 cat <<\_ACEOF
1401 Optional Features:
1402 --disable-option-checking ignore unrecognized --enable/--with options
1403 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1404 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1405 --enable-version-specific-runtime-libs
1406 Specify that runtime libraries should be installed
1407 in a compiler-specific directory [default=no]
1408 --enable-generated-files-in-srcdir
1409 put copies of generated files in source dir intended
1410 for creating source tarballs for users without
1411 texinfo bison or flex. [default=no]
1412 --enable-multilib build many library versions (default)
1413 --disable-dependency-tracking speeds up one-time build
1414 --enable-dependency-tracking do not reject slow dependency extractors
1415 --enable-shared[=PKGS] build shared libraries [default=yes]
1416 --enable-static[=PKGS] build static libraries [default=yes]
1417 --enable-fast-install[=PKGS]
1418 optimize for fast installation [default=yes]
1419 --disable-libtool-lock avoid locking (might break parallel builds)
1420 --enable-maintainer-mode enable make rules and dependencies not useful
1421 (and sometimes confusing) to the casual installer
1422 --enable-linux-futex use the Linux futex system call [default=default]
1423 --enable-tls Use thread-local storage [default=yes]
1424 --enable-symvers=STYLE enables symbol versioning of the shared library
1425 [default=yes]
1427 Optional Packages:
1428 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1429 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1430 --with-pic try to use only PIC/non-PIC objects [default=use
1431 both]
1432 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1434 Some influential environment variables:
1435 CC C compiler command
1436 CFLAGS C compiler flags
1437 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1438 nonstandard directory <lib dir>
1439 LIBS libraries to pass to the linker, e.g. -l<library>
1440 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1441 you have headers in a nonstandard directory <include dir>
1442 CXX C++ compiler command
1443 CXXFLAGS C++ compiler flags
1444 CCAS assembler compiler command (defaults to CC)
1445 CCASFLAGS assembler compiler flags (defaults to CFLAGS)
1446 CPP C preprocessor
1447 CXXCPP C++ preprocessor
1449 Use these variables to override the choices made by `configure' or to help
1450 it to find libraries and programs with nonstandard names/locations.
1452 Report bugs to the package provider.
1453 GNU TM Runtime Library home page: <http://www.gnu.org/software/libitm/>.
1454 General help using GNU software: <http://www.gnu.org/gethelp/>.
1455 _ACEOF
1456 ac_status=$?
1459 if test "$ac_init_help" = "recursive"; then
1460 # If there are subdirs, report their specific --help.
1461 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1462 test -d "$ac_dir" ||
1463 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1464 continue
1465 ac_builddir=.
1467 case "$ac_dir" in
1468 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1470 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1471 # A ".." for each directory in $ac_dir_suffix.
1472 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1473 case $ac_top_builddir_sub in
1474 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1475 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1476 esac ;;
1477 esac
1478 ac_abs_top_builddir=$ac_pwd
1479 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1480 # for backward compatibility:
1481 ac_top_builddir=$ac_top_build_prefix
1483 case $srcdir in
1484 .) # We are building in place.
1485 ac_srcdir=.
1486 ac_top_srcdir=$ac_top_builddir_sub
1487 ac_abs_top_srcdir=$ac_pwd ;;
1488 [\\/]* | ?:[\\/]* ) # Absolute name.
1489 ac_srcdir=$srcdir$ac_dir_suffix;
1490 ac_top_srcdir=$srcdir
1491 ac_abs_top_srcdir=$srcdir ;;
1492 *) # Relative name.
1493 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1494 ac_top_srcdir=$ac_top_build_prefix$srcdir
1495 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1496 esac
1497 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1499 cd "$ac_dir" || { ac_status=$?; continue; }
1500 # Check for guested configure.
1501 if test -f "$ac_srcdir/configure.gnu"; then
1502 echo &&
1503 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1504 elif test -f "$ac_srcdir/configure"; then
1505 echo &&
1506 $SHELL "$ac_srcdir/configure" --help=recursive
1507 else
1508 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1509 fi || ac_status=$?
1510 cd "$ac_pwd" || { ac_status=$?; break; }
1511 done
1514 test -n "$ac_init_help" && exit $ac_status
1515 if $ac_init_version; then
1516 cat <<\_ACEOF
1517 GNU TM Runtime Library configure 1.0
1518 generated by GNU Autoconf 2.64
1520 Copyright (C) 2009 Free Software Foundation, Inc.
1521 This configure script is free software; the Free Software Foundation
1522 gives unlimited permission to copy, distribute and modify it.
1523 _ACEOF
1524 exit
1527 ## ------------------------ ##
1528 ## Autoconf initialization. ##
1529 ## ------------------------ ##
1531 # ac_fn_c_try_compile LINENO
1532 # --------------------------
1533 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1534 ac_fn_c_try_compile ()
1536 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1537 rm -f conftest.$ac_objext
1538 if { { ac_try="$ac_compile"
1539 case "(($ac_try" in
1540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1541 *) ac_try_echo=$ac_try;;
1542 esac
1543 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1544 $as_echo "$ac_try_echo"; } >&5
1545 (eval "$ac_compile") 2>conftest.err
1546 ac_status=$?
1547 if test -s conftest.err; then
1548 grep -v '^ *+' conftest.err >conftest.er1
1549 cat conftest.er1 >&5
1550 mv -f conftest.er1 conftest.err
1552 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1553 test $ac_status = 0; } && {
1554 test -z "$ac_c_werror_flag" ||
1555 test ! -s conftest.err
1556 } && test -s conftest.$ac_objext; then :
1557 ac_retval=0
1558 else
1559 $as_echo "$as_me: failed program was:" >&5
1560 sed 's/^/| /' conftest.$ac_ext >&5
1562 ac_retval=1
1564 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1565 return $ac_retval
1567 } # ac_fn_c_try_compile
1569 # ac_fn_cxx_try_compile LINENO
1570 # ----------------------------
1571 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1572 ac_fn_cxx_try_compile ()
1574 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1575 rm -f conftest.$ac_objext
1576 if { { ac_try="$ac_compile"
1577 case "(($ac_try" in
1578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1579 *) ac_try_echo=$ac_try;;
1580 esac
1581 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1582 $as_echo "$ac_try_echo"; } >&5
1583 (eval "$ac_compile") 2>conftest.err
1584 ac_status=$?
1585 if test -s conftest.err; then
1586 grep -v '^ *+' conftest.err >conftest.er1
1587 cat conftest.er1 >&5
1588 mv -f conftest.er1 conftest.err
1590 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1591 test $ac_status = 0; } && {
1592 test -z "$ac_cxx_werror_flag" ||
1593 test ! -s conftest.err
1594 } && test -s conftest.$ac_objext; then :
1595 ac_retval=0
1596 else
1597 $as_echo "$as_me: failed program was:" >&5
1598 sed 's/^/| /' conftest.$ac_ext >&5
1600 ac_retval=1
1602 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1603 return $ac_retval
1605 } # ac_fn_cxx_try_compile
1607 # ac_fn_c_try_link LINENO
1608 # -----------------------
1609 # Try to link conftest.$ac_ext, and return whether this succeeded.
1610 ac_fn_c_try_link ()
1612 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1613 rm -f conftest.$ac_objext conftest$ac_exeext
1614 if { { ac_try="$ac_link"
1615 case "(($ac_try" in
1616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1617 *) ac_try_echo=$ac_try;;
1618 esac
1619 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1620 $as_echo "$ac_try_echo"; } >&5
1621 (eval "$ac_link") 2>conftest.err
1622 ac_status=$?
1623 if test -s conftest.err; then
1624 grep -v '^ *+' conftest.err >conftest.er1
1625 cat conftest.er1 >&5
1626 mv -f conftest.er1 conftest.err
1628 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1629 test $ac_status = 0; } && {
1630 test -z "$ac_c_werror_flag" ||
1631 test ! -s conftest.err
1632 } && test -s conftest$ac_exeext && {
1633 test "$cross_compiling" = yes ||
1634 $as_test_x conftest$ac_exeext
1635 }; then :
1636 ac_retval=0
1637 else
1638 $as_echo "$as_me: failed program was:" >&5
1639 sed 's/^/| /' conftest.$ac_ext >&5
1641 ac_retval=1
1643 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1644 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1645 # interfere with the next link command; also delete a directory that is
1646 # left behind by Apple's compiler. We do this before executing the actions.
1647 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1648 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1649 return $ac_retval
1651 } # ac_fn_c_try_link
1653 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1654 # -------------------------------------------------------
1655 # Tests whether HEADER exists and can be compiled using the include files in
1656 # INCLUDES, setting the cache variable VAR accordingly.
1657 ac_fn_c_check_header_compile ()
1659 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1661 $as_echo_n "checking for $2... " >&6; }
1662 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1663 $as_echo_n "(cached) " >&6
1664 else
1665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1666 /* end confdefs.h. */
1668 #include <$2>
1669 _ACEOF
1670 if ac_fn_c_try_compile "$LINENO"; then :
1671 eval "$3=yes"
1672 else
1673 eval "$3=no"
1675 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1677 eval ac_res=\$$3
1678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1679 $as_echo "$ac_res" >&6; }
1680 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1682 } # ac_fn_c_check_header_compile
1684 # ac_fn_c_try_cpp LINENO
1685 # ----------------------
1686 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1687 ac_fn_c_try_cpp ()
1689 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1690 if { { ac_try="$ac_cpp conftest.$ac_ext"
1691 case "(($ac_try" in
1692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1693 *) ac_try_echo=$ac_try;;
1694 esac
1695 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1696 $as_echo "$ac_try_echo"; } >&5
1697 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1698 ac_status=$?
1699 if test -s conftest.err; then
1700 grep -v '^ *+' conftest.err >conftest.er1
1701 cat conftest.er1 >&5
1702 mv -f conftest.er1 conftest.err
1704 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1705 test $ac_status = 0; } >/dev/null && {
1706 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1707 test ! -s conftest.err
1708 }; then :
1709 ac_retval=0
1710 else
1711 $as_echo "$as_me: failed program was:" >&5
1712 sed 's/^/| /' conftest.$ac_ext >&5
1714 ac_retval=1
1716 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1717 return $ac_retval
1719 } # ac_fn_c_try_cpp
1721 # ac_fn_c_try_run LINENO
1722 # ----------------------
1723 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1724 # that executables *can* be run.
1725 ac_fn_c_try_run ()
1727 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1728 if { { ac_try="$ac_link"
1729 case "(($ac_try" in
1730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1731 *) ac_try_echo=$ac_try;;
1732 esac
1733 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1734 $as_echo "$ac_try_echo"; } >&5
1735 (eval "$ac_link") 2>&5
1736 ac_status=$?
1737 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1738 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1739 { { case "(($ac_try" in
1740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1741 *) ac_try_echo=$ac_try;;
1742 esac
1743 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1744 $as_echo "$ac_try_echo"; } >&5
1745 (eval "$ac_try") 2>&5
1746 ac_status=$?
1747 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1748 test $ac_status = 0; }; }; then :
1749 ac_retval=0
1750 else
1751 $as_echo "$as_me: program exited with status $ac_status" >&5
1752 $as_echo "$as_me: failed program was:" >&5
1753 sed 's/^/| /' conftest.$ac_ext >&5
1755 ac_retval=$ac_status
1757 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1758 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1759 return $ac_retval
1761 } # ac_fn_c_try_run
1763 # ac_fn_c_check_func LINENO FUNC VAR
1764 # ----------------------------------
1765 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1766 ac_fn_c_check_func ()
1768 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1770 $as_echo_n "checking for $2... " >&6; }
1771 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1772 $as_echo_n "(cached) " >&6
1773 else
1774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1775 /* end confdefs.h. */
1776 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1777 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1778 #define $2 innocuous_$2
1780 /* System header to define __stub macros and hopefully few prototypes,
1781 which can conflict with char $2 (); below.
1782 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1783 <limits.h> exists even on freestanding compilers. */
1785 #ifdef __STDC__
1786 # include <limits.h>
1787 #else
1788 # include <assert.h>
1789 #endif
1791 #undef $2
1793 /* Override any GCC internal prototype to avoid an error.
1794 Use char because int might match the return type of a GCC
1795 builtin and then its argument prototype would still apply. */
1796 #ifdef __cplusplus
1797 extern "C"
1798 #endif
1799 char $2 ();
1800 /* The GNU C library defines this for functions which it implements
1801 to always fail with ENOSYS. Some functions are actually named
1802 something starting with __ and the normal name is an alias. */
1803 #if defined __stub_$2 || defined __stub___$2
1804 choke me
1805 #endif
1808 main ()
1810 return $2 ();
1812 return 0;
1814 _ACEOF
1815 if ac_fn_c_try_link "$LINENO"; then :
1816 eval "$3=yes"
1817 else
1818 eval "$3=no"
1820 rm -f core conftest.err conftest.$ac_objext \
1821 conftest$ac_exeext conftest.$ac_ext
1823 eval ac_res=\$$3
1824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1825 $as_echo "$ac_res" >&6; }
1826 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1828 } # ac_fn_c_check_func
1830 # ac_fn_cxx_try_cpp LINENO
1831 # ------------------------
1832 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1833 ac_fn_cxx_try_cpp ()
1835 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1836 if { { ac_try="$ac_cpp conftest.$ac_ext"
1837 case "(($ac_try" in
1838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1839 *) ac_try_echo=$ac_try;;
1840 esac
1841 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1842 $as_echo "$ac_try_echo"; } >&5
1843 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1844 ac_status=$?
1845 if test -s conftest.err; then
1846 grep -v '^ *+' conftest.err >conftest.er1
1847 cat conftest.er1 >&5
1848 mv -f conftest.er1 conftest.err
1850 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1851 test $ac_status = 0; } >/dev/null && {
1852 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
1853 test ! -s conftest.err
1854 }; then :
1855 ac_retval=0
1856 else
1857 $as_echo "$as_me: failed program was:" >&5
1858 sed 's/^/| /' conftest.$ac_ext >&5
1860 ac_retval=1
1862 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1863 return $ac_retval
1865 } # ac_fn_cxx_try_cpp
1867 # ac_fn_cxx_try_link LINENO
1868 # -------------------------
1869 # Try to link conftest.$ac_ext, and return whether this succeeded.
1870 ac_fn_cxx_try_link ()
1872 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1873 rm -f conftest.$ac_objext conftest$ac_exeext
1874 if { { ac_try="$ac_link"
1875 case "(($ac_try" in
1876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1877 *) ac_try_echo=$ac_try;;
1878 esac
1879 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1880 $as_echo "$ac_try_echo"; } >&5
1881 (eval "$ac_link") 2>conftest.err
1882 ac_status=$?
1883 if test -s conftest.err; then
1884 grep -v '^ *+' conftest.err >conftest.er1
1885 cat conftest.er1 >&5
1886 mv -f conftest.er1 conftest.err
1888 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1889 test $ac_status = 0; } && {
1890 test -z "$ac_cxx_werror_flag" ||
1891 test ! -s conftest.err
1892 } && test -s conftest$ac_exeext && {
1893 test "$cross_compiling" = yes ||
1894 $as_test_x conftest$ac_exeext
1895 }; then :
1896 ac_retval=0
1897 else
1898 $as_echo "$as_me: failed program was:" >&5
1899 sed 's/^/| /' conftest.$ac_ext >&5
1901 ac_retval=1
1903 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1904 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1905 # interfere with the next link command; also delete a directory that is
1906 # left behind by Apple's compiler. We do this before executing the actions.
1907 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1908 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1909 return $ac_retval
1911 } # ac_fn_cxx_try_link
1913 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1914 # -------------------------------------------------------
1915 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1916 # the include files in INCLUDES and setting the cache variable VAR
1917 # accordingly.
1918 ac_fn_c_check_header_mongrel ()
1920 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1921 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1923 $as_echo_n "checking for $2... " >&6; }
1924 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1925 $as_echo_n "(cached) " >&6
1927 eval ac_res=\$$3
1928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1929 $as_echo "$ac_res" >&6; }
1930 else
1931 # Is the header compilable?
1932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1933 $as_echo_n "checking $2 usability... " >&6; }
1934 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1935 /* end confdefs.h. */
1937 #include <$2>
1938 _ACEOF
1939 if ac_fn_c_try_compile "$LINENO"; then :
1940 ac_header_compiler=yes
1941 else
1942 ac_header_compiler=no
1944 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1946 $as_echo "$ac_header_compiler" >&6; }
1948 # Is the header present?
1949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1950 $as_echo_n "checking $2 presence... " >&6; }
1951 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1952 /* end confdefs.h. */
1953 #include <$2>
1954 _ACEOF
1955 if ac_fn_c_try_cpp "$LINENO"; then :
1956 ac_header_preproc=yes
1957 else
1958 ac_header_preproc=no
1960 rm -f conftest.err conftest.$ac_ext
1961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1962 $as_echo "$ac_header_preproc" >&6; }
1964 # So? What about this header?
1965 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1966 yes:no: )
1967 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1968 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1969 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1970 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1972 no:yes:* )
1973 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1974 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1975 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1976 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1977 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1978 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1979 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1980 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1981 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1982 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1984 esac
1985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1986 $as_echo_n "checking for $2... " >&6; }
1987 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1988 $as_echo_n "(cached) " >&6
1989 else
1990 eval "$3=\$ac_header_compiler"
1992 eval ac_res=\$$3
1993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1994 $as_echo "$ac_res" >&6; }
1996 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1998 } # ac_fn_c_check_header_mongrel
2000 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2001 # -------------------------------------------
2002 # Tests whether TYPE exists after having included INCLUDES, setting cache
2003 # variable VAR accordingly.
2004 ac_fn_c_check_type ()
2006 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2008 $as_echo_n "checking for $2... " >&6; }
2009 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2010 $as_echo_n "(cached) " >&6
2011 else
2012 eval "$3=no"
2013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2014 /* end confdefs.h. */
2017 main ()
2019 if (sizeof ($2))
2020 return 0;
2022 return 0;
2024 _ACEOF
2025 if ac_fn_c_try_compile "$LINENO"; then :
2026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2027 /* end confdefs.h. */
2030 main ()
2032 if (sizeof (($2)))
2033 return 0;
2035 return 0;
2037 _ACEOF
2038 if ac_fn_c_try_compile "$LINENO"; then :
2040 else
2041 eval "$3=yes"
2043 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2045 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2047 eval ac_res=\$$3
2048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2049 $as_echo "$ac_res" >&6; }
2050 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2052 } # ac_fn_c_check_type
2054 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2055 # --------------------------------------------
2056 # Tries to find the compile-time value of EXPR in a program that includes
2057 # INCLUDES, setting VAR accordingly. Returns whether the value could be
2058 # computed
2059 ac_fn_c_compute_int ()
2061 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2062 if test "$cross_compiling" = yes; then
2063 # Depending upon the size, compute the lo and hi bounds.
2064 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2065 /* end confdefs.h. */
2068 main ()
2070 static int test_array [1 - 2 * !(($2) >= 0)];
2071 test_array [0] = 0
2074 return 0;
2076 _ACEOF
2077 if ac_fn_c_try_compile "$LINENO"; then :
2078 ac_lo=0 ac_mid=0
2079 while :; do
2080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2081 /* end confdefs.h. */
2084 main ()
2086 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2087 test_array [0] = 0
2090 return 0;
2092 _ACEOF
2093 if ac_fn_c_try_compile "$LINENO"; then :
2094 ac_hi=$ac_mid; break
2095 else
2096 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2097 if test $ac_lo -le $ac_mid; then
2098 ac_lo= ac_hi=
2099 break
2101 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2103 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2104 done
2105 else
2106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2107 /* end confdefs.h. */
2110 main ()
2112 static int test_array [1 - 2 * !(($2) < 0)];
2113 test_array [0] = 0
2116 return 0;
2118 _ACEOF
2119 if ac_fn_c_try_compile "$LINENO"; then :
2120 ac_hi=-1 ac_mid=-1
2121 while :; do
2122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2123 /* end confdefs.h. */
2126 main ()
2128 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2129 test_array [0] = 0
2132 return 0;
2134 _ACEOF
2135 if ac_fn_c_try_compile "$LINENO"; then :
2136 ac_lo=$ac_mid; break
2137 else
2138 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2139 if test $ac_mid -le $ac_hi; then
2140 ac_lo= ac_hi=
2141 break
2143 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2146 done
2147 else
2148 ac_lo= ac_hi=
2150 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2153 # Binary search between lo and hi bounds.
2154 while test "x$ac_lo" != "x$ac_hi"; do
2155 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2157 /* end confdefs.h. */
2160 main ()
2162 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2163 test_array [0] = 0
2166 return 0;
2168 _ACEOF
2169 if ac_fn_c_try_compile "$LINENO"; then :
2170 ac_hi=$ac_mid
2171 else
2172 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2174 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2175 done
2176 case $ac_lo in #((
2177 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2178 '') ac_retval=1 ;;
2179 esac
2180 else
2181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2182 /* end confdefs.h. */
2184 static long int longval () { return $2; }
2185 static unsigned long int ulongval () { return $2; }
2186 #include <stdio.h>
2187 #include <stdlib.h>
2189 main ()
2192 FILE *f = fopen ("conftest.val", "w");
2193 if (! f)
2194 return 1;
2195 if (($2) < 0)
2197 long int i = longval ();
2198 if (i != ($2))
2199 return 1;
2200 fprintf (f, "%ld", i);
2202 else
2204 unsigned long int i = ulongval ();
2205 if (i != ($2))
2206 return 1;
2207 fprintf (f, "%lu", i);
2209 /* Do not output a trailing newline, as this causes \r\n confusion
2210 on some platforms. */
2211 return ferror (f) || fclose (f) != 0;
2214 return 0;
2216 _ACEOF
2217 if ac_fn_c_try_run "$LINENO"; then :
2218 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2219 else
2220 ac_retval=1
2222 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2223 conftest.$ac_objext conftest.beam conftest.$ac_ext
2224 rm -f conftest.val
2227 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2228 return $ac_retval
2230 } # ac_fn_c_compute_int
2232 # ac_fn_c_check_decl LINENO SYMBOL VAR
2233 # ------------------------------------
2234 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2235 ac_fn_c_check_decl ()
2237 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2238 as_decl_name=`echo $2|sed 's/ *(.*//'`
2239 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2241 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2242 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2243 $as_echo_n "(cached) " >&6
2244 else
2245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2246 /* end confdefs.h. */
2249 main ()
2251 #ifndef $as_decl_name
2252 #ifdef __cplusplus
2253 (void) $as_decl_use;
2254 #else
2255 (void) $as_decl_name;
2256 #endif
2257 #endif
2260 return 0;
2262 _ACEOF
2263 if ac_fn_c_try_compile "$LINENO"; then :
2264 eval "$3=yes"
2265 else
2266 eval "$3=no"
2268 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2270 eval ac_res=\$$3
2271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2272 $as_echo "$ac_res" >&6; }
2273 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2275 } # ac_fn_c_check_decl
2276 cat >config.log <<_ACEOF
2277 This file contains any messages produced by compilers while
2278 running configure, to aid debugging if configure makes a mistake.
2280 It was created by GNU TM Runtime Library $as_me 1.0, which was
2281 generated by GNU Autoconf 2.64. Invocation command line was
2283 $ $0 $@
2285 _ACEOF
2286 exec 5>>config.log
2288 cat <<_ASUNAME
2289 ## --------- ##
2290 ## Platform. ##
2291 ## --------- ##
2293 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2294 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2295 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2296 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2297 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2299 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2300 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2302 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2303 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2304 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2305 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2306 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2307 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2308 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2310 _ASUNAME
2312 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2313 for as_dir in $PATH
2315 IFS=$as_save_IFS
2316 test -z "$as_dir" && as_dir=.
2317 $as_echo "PATH: $as_dir"
2318 done
2319 IFS=$as_save_IFS
2321 } >&5
2323 cat >&5 <<_ACEOF
2326 ## ----------- ##
2327 ## Core tests. ##
2328 ## ----------- ##
2330 _ACEOF
2333 # Keep a trace of the command line.
2334 # Strip out --no-create and --no-recursion so they do not pile up.
2335 # Strip out --silent because we don't want to record it for future runs.
2336 # Also quote any args containing shell meta-characters.
2337 # Make two passes to allow for proper duplicate-argument suppression.
2338 ac_configure_args=
2339 ac_configure_args0=
2340 ac_configure_args1=
2341 ac_must_keep_next=false
2342 for ac_pass in 1 2
2344 for ac_arg
2346 case $ac_arg in
2347 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2348 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2349 | -silent | --silent | --silen | --sile | --sil)
2350 continue ;;
2351 *\'*)
2352 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2353 esac
2354 case $ac_pass in
2355 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2357 as_fn_append ac_configure_args1 " '$ac_arg'"
2358 if test $ac_must_keep_next = true; then
2359 ac_must_keep_next=false # Got value, back to normal.
2360 else
2361 case $ac_arg in
2362 *=* | --config-cache | -C | -disable-* | --disable-* \
2363 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2364 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2365 | -with-* | --with-* | -without-* | --without-* | --x)
2366 case "$ac_configure_args0 " in
2367 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2368 esac
2370 -* ) ac_must_keep_next=true ;;
2371 esac
2373 as_fn_append ac_configure_args " '$ac_arg'"
2375 esac
2376 done
2377 done
2378 { ac_configure_args0=; unset ac_configure_args0;}
2379 { ac_configure_args1=; unset ac_configure_args1;}
2381 # When interrupted or exit'd, cleanup temporary files, and complete
2382 # config.log. We remove comments because anyway the quotes in there
2383 # would cause problems or look ugly.
2384 # WARNING: Use '\'' to represent an apostrophe within the trap.
2385 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2386 trap 'exit_status=$?
2387 # Save into config.log some information that might help in debugging.
2389 echo
2391 cat <<\_ASBOX
2392 ## ---------------- ##
2393 ## Cache variables. ##
2394 ## ---------------- ##
2395 _ASBOX
2396 echo
2397 # The following way of writing the cache mishandles newlines in values,
2399 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2400 eval ac_val=\$$ac_var
2401 case $ac_val in #(
2402 *${as_nl}*)
2403 case $ac_var in #(
2404 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2405 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2406 esac
2407 case $ac_var in #(
2408 _ | IFS | as_nl) ;; #(
2409 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2410 *) { eval $ac_var=; unset $ac_var;} ;;
2411 esac ;;
2412 esac
2413 done
2414 (set) 2>&1 |
2415 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2416 *${as_nl}ac_space=\ *)
2417 sed -n \
2418 "s/'\''/'\''\\\\'\'''\''/g;
2419 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2420 ;; #(
2422 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2424 esac |
2425 sort
2427 echo
2429 cat <<\_ASBOX
2430 ## ----------------- ##
2431 ## Output variables. ##
2432 ## ----------------- ##
2433 _ASBOX
2434 echo
2435 for ac_var in $ac_subst_vars
2437 eval ac_val=\$$ac_var
2438 case $ac_val in
2439 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2440 esac
2441 $as_echo "$ac_var='\''$ac_val'\''"
2442 done | sort
2443 echo
2445 if test -n "$ac_subst_files"; then
2446 cat <<\_ASBOX
2447 ## ------------------- ##
2448 ## File substitutions. ##
2449 ## ------------------- ##
2450 _ASBOX
2451 echo
2452 for ac_var in $ac_subst_files
2454 eval ac_val=\$$ac_var
2455 case $ac_val in
2456 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2457 esac
2458 $as_echo "$ac_var='\''$ac_val'\''"
2459 done | sort
2460 echo
2463 if test -s confdefs.h; then
2464 cat <<\_ASBOX
2465 ## ----------- ##
2466 ## confdefs.h. ##
2467 ## ----------- ##
2468 _ASBOX
2469 echo
2470 cat confdefs.h
2471 echo
2473 test "$ac_signal" != 0 &&
2474 $as_echo "$as_me: caught signal $ac_signal"
2475 $as_echo "$as_me: exit $exit_status"
2476 } >&5
2477 rm -f core *.core core.conftest.* &&
2478 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2479 exit $exit_status
2481 for ac_signal in 1 2 13 15; do
2482 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2483 done
2484 ac_signal=0
2486 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2487 rm -f -r conftest* confdefs.h
2489 $as_echo "/* confdefs.h */" > confdefs.h
2491 # Predefined preprocessor variables.
2493 cat >>confdefs.h <<_ACEOF
2494 #define PACKAGE_NAME "$PACKAGE_NAME"
2495 _ACEOF
2497 cat >>confdefs.h <<_ACEOF
2498 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2499 _ACEOF
2501 cat >>confdefs.h <<_ACEOF
2502 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2503 _ACEOF
2505 cat >>confdefs.h <<_ACEOF
2506 #define PACKAGE_STRING "$PACKAGE_STRING"
2507 _ACEOF
2509 cat >>confdefs.h <<_ACEOF
2510 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2511 _ACEOF
2513 cat >>confdefs.h <<_ACEOF
2514 #define PACKAGE_URL "$PACKAGE_URL"
2515 _ACEOF
2518 # Let the site file select an alternate cache file if it wants to.
2519 # Prefer an explicitly selected file to automatically selected ones.
2520 ac_site_file1=NONE
2521 ac_site_file2=NONE
2522 if test -n "$CONFIG_SITE"; then
2523 ac_site_file1=$CONFIG_SITE
2524 elif test "x$prefix" != xNONE; then
2525 ac_site_file1=$prefix/share/config.site
2526 ac_site_file2=$prefix/etc/config.site
2527 else
2528 ac_site_file1=$ac_default_prefix/share/config.site
2529 ac_site_file2=$ac_default_prefix/etc/config.site
2531 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2533 test "x$ac_site_file" = xNONE && continue
2534 if test -r "$ac_site_file"; then
2535 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2536 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2537 sed 's/^/| /' "$ac_site_file" >&5
2538 . "$ac_site_file"
2540 done
2542 if test -r "$cache_file"; then
2543 # Some versions of bash will fail to source /dev/null (special
2544 # files actually), so we avoid doing that.
2545 if test -f "$cache_file"; then
2546 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2547 $as_echo "$as_me: loading cache $cache_file" >&6;}
2548 case $cache_file in
2549 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2550 *) . "./$cache_file";;
2551 esac
2553 else
2554 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2555 $as_echo "$as_me: creating cache $cache_file" >&6;}
2556 >$cache_file
2559 # Check that the precious variables saved in the cache have kept the same
2560 # value.
2561 ac_cache_corrupted=false
2562 for ac_var in $ac_precious_vars; do
2563 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2564 eval ac_new_set=\$ac_env_${ac_var}_set
2565 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2566 eval ac_new_val=\$ac_env_${ac_var}_value
2567 case $ac_old_set,$ac_new_set in
2568 set,)
2569 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2570 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2571 ac_cache_corrupted=: ;;
2572 ,set)
2573 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2574 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2575 ac_cache_corrupted=: ;;
2576 ,);;
2578 if test "x$ac_old_val" != "x$ac_new_val"; then
2579 # differences in whitespace do not lead to failure.
2580 ac_old_val_w=`echo x $ac_old_val`
2581 ac_new_val_w=`echo x $ac_new_val`
2582 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2583 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2584 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2585 ac_cache_corrupted=:
2586 else
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2588 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2589 eval $ac_var=\$ac_old_val
2591 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2592 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2593 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2594 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2595 fi;;
2596 esac
2597 # Pass precious variables to config.status.
2598 if test "$ac_new_set" = set; then
2599 case $ac_new_val in
2600 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2601 *) ac_arg=$ac_var=$ac_new_val ;;
2602 esac
2603 case " $ac_configure_args " in
2604 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2605 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2606 esac
2608 done
2609 if $ac_cache_corrupted; then
2610 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2611 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2612 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2613 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2614 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2616 ## -------------------- ##
2617 ## Main body of script. ##
2618 ## -------------------- ##
2620 ac_ext=c
2621 ac_cpp='$CPP $CPPFLAGS'
2622 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2623 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2624 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2630 ac_config_headers="$ac_config_headers config.h"
2633 # -------
2634 # Options
2635 # -------
2637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-version-specific-runtime-libs" >&5
2638 $as_echo_n "checking for --enable-version-specific-runtime-libs... " >&6; }
2639 # Check whether --enable-version-specific-runtime-libs was given.
2640 if test "${enable_version_specific_runtime_libs+set}" = set; then :
2641 enableval=$enable_version_specific_runtime_libs;
2642 case "$enableval" in
2643 yes|no) ;;
2644 *) as_fn_error "Unknown argument to enable/disable version-specific-runtime-libs" "$LINENO" 5 ;;
2645 esac
2647 else
2648 enable_version_specific_runtime_libs=no
2652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_version_specific_runtime_libs" >&5
2653 $as_echo "$enable_version_specific_runtime_libs" >&6; }
2655 # We would like our source tree to be readonly. However when releases or
2656 # pre-releases are generated, the flex/bison generated files as well as the
2657 # various formats of manuals need to be included along with the rest of the
2658 # sources. Therefore we have --enable-generated-files-in-srcdir to do
2659 # just that.
2660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-generated-files-in-srcdir" >&5
2661 $as_echo_n "checking for --enable-generated-files-in-srcdir... " >&6; }
2662 # Check whether --enable-generated-files-in-srcdir was given.
2663 if test "${enable_generated_files_in_srcdir+set}" = set; then :
2664 enableval=$enable_generated_files_in_srcdir;
2665 case "$enableval" in
2666 yes|no) ;;
2667 *) as_fn_error "Unknown argument to enable/disable generated-files-in-srcdir" "$LINENO" 5 ;;
2668 esac
2670 else
2671 enable_generated_files_in_srcdir=no
2675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_generated_files_in_srcdir" >&5
2676 $as_echo "$enable_generated_files_in_srcdir" >&6; }
2677 if test "$enable_generated_files_in_srcdir" = yes; then
2678 GENINSRC_TRUE=
2679 GENINSRC_FALSE='#'
2680 else
2681 GENINSRC_TRUE='#'
2682 GENINSRC_FALSE=
2687 # -------
2688 # -------
2690 # Gets build, host, target, *_vendor, *_cpu, *_os, etc.
2692 # You will slowly go insane if you do not grok the following fact: when
2693 # building this library, the top-level /target/ becomes the library's /host/.
2695 # configure then causes --target to default to --host, exactly like any
2696 # other package using autoconf. Therefore, 'target' and 'host' will
2697 # always be the same. This makes sense both for native and cross compilers
2698 # just think about it for a little while. :-)
2700 # Also, if this library is being configured as part of a cross compiler, the
2701 # top-level configure script will pass the "real" host as $with_cross_host.
2703 # Do not delete or change the following two lines. For why, see
2704 # http://gcc.gnu.org/ml/libstdc++/2003-07/msg00451.html
2705 ac_aux_dir=
2706 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2707 for ac_t in install-sh install.sh shtool; do
2708 if test -f "$ac_dir/$ac_t"; then
2709 ac_aux_dir=$ac_dir
2710 ac_install_sh="$ac_aux_dir/$ac_t -c"
2711 break 2
2713 done
2714 done
2715 if test -z "$ac_aux_dir"; then
2716 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2719 # These three variables are undocumented and unsupported,
2720 # and are intended to be withdrawn in a future Autoconf release.
2721 # They can cause serious problems if a builder's source tree is in a directory
2722 # whose full name contains unusual characters.
2723 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2724 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2725 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2728 # Make sure we can run config.sub.
2729 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2730 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2733 $as_echo_n "checking build system type... " >&6; }
2734 if test "${ac_cv_build+set}" = set; then :
2735 $as_echo_n "(cached) " >&6
2736 else
2737 ac_build_alias=$build_alias
2738 test "x$ac_build_alias" = x &&
2739 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2740 test "x$ac_build_alias" = x &&
2741 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2742 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2743 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2747 $as_echo "$ac_cv_build" >&6; }
2748 case $ac_cv_build in
2749 *-*-*) ;;
2750 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2751 esac
2752 build=$ac_cv_build
2753 ac_save_IFS=$IFS; IFS='-'
2754 set x $ac_cv_build
2755 shift
2756 build_cpu=$1
2757 build_vendor=$2
2758 shift; shift
2759 # Remember, the first character of IFS is used to create $*,
2760 # except with old shells:
2761 build_os=$*
2762 IFS=$ac_save_IFS
2763 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2767 $as_echo_n "checking host system type... " >&6; }
2768 if test "${ac_cv_host+set}" = set; then :
2769 $as_echo_n "(cached) " >&6
2770 else
2771 if test "x$host_alias" = x; then
2772 ac_cv_host=$ac_cv_build
2773 else
2774 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2775 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2780 $as_echo "$ac_cv_host" >&6; }
2781 case $ac_cv_host in
2782 *-*-*) ;;
2783 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2784 esac
2785 host=$ac_cv_host
2786 ac_save_IFS=$IFS; IFS='-'
2787 set x $ac_cv_host
2788 shift
2789 host_cpu=$1
2790 host_vendor=$2
2791 shift; shift
2792 # Remember, the first character of IFS is used to create $*,
2793 # except with old shells:
2794 host_os=$*
2795 IFS=$ac_save_IFS
2796 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2800 $as_echo_n "checking target system type... " >&6; }
2801 if test "${ac_cv_target+set}" = set; then :
2802 $as_echo_n "(cached) " >&6
2803 else
2804 if test "x$target_alias" = x; then
2805 ac_cv_target=$ac_cv_host
2806 else
2807 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2808 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2813 $as_echo "$ac_cv_target" >&6; }
2814 case $ac_cv_target in
2815 *-*-*) ;;
2816 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2817 esac
2818 target=$ac_cv_target
2819 ac_save_IFS=$IFS; IFS='-'
2820 set x $ac_cv_target
2821 shift
2822 target_cpu=$1
2823 target_vendor=$2
2824 shift; shift
2825 # Remember, the first character of IFS is used to create $*,
2826 # except with old shells:
2827 target_os=$*
2828 IFS=$ac_save_IFS
2829 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2832 # The aliases save the names the user supplied, while $host etc.
2833 # will get canonicalized.
2834 test -n "$target_alias" &&
2835 test "$program_prefix$program_suffix$program_transform_name" = \
2836 NONENONEs,x,x, &&
2837 program_prefix=${target_alias}-
2839 target_alias=${target_alias-$host_alias}
2841 # Sets up automake. Must come after AC_CANONICAL_SYSTEM. Each of the
2842 # following is magically included in AUTOMAKE_OPTIONS in each Makefile.am.
2843 # 1.9.0: minimum required version
2844 # no-define: PACKAGE and VERSION will not be #define'd in config.h (a bunch
2845 # of other PACKAGE_* variables will, however, and there's nothing
2846 # we can do about that; they come from AC_INIT).
2847 # foreign: we don't follow the normal rules for GNU packages (no COPYING
2848 # file in the top srcdir, etc, etc), so stop complaining.
2849 # -Wall: turns on all automake warnings...
2850 # -Wno-portability: ...except this one, since GNU make is required.
2851 # -Wno-override: ... and this one, since we do want this in testsuite.
2852 am__api_version='1.11'
2854 # Find a good install program. We prefer a C program (faster),
2855 # so one script is as good as another. But avoid the broken or
2856 # incompatible versions:
2857 # SysV /etc/install, /usr/sbin/install
2858 # SunOS /usr/etc/install
2859 # IRIX /sbin/install
2860 # AIX /bin/install
2861 # AmigaOS /C/install, which installs bootblocks on floppy discs
2862 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2863 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2864 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2865 # OS/2's system install, which has a completely different semantic
2866 # ./install, which can be erroneously created by make from ./install.sh.
2867 # Reject install programs that cannot install multiple files.
2868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2869 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2870 if test -z "$INSTALL"; then
2871 if test "${ac_cv_path_install+set}" = set; then :
2872 $as_echo_n "(cached) " >&6
2873 else
2874 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2875 for as_dir in $PATH
2877 IFS=$as_save_IFS
2878 test -z "$as_dir" && as_dir=.
2879 # Account for people who put trailing slashes in PATH elements.
2880 case $as_dir/ in #((
2881 ./ | .// | /[cC]/* | \
2882 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2883 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2884 /usr/ucb/* ) ;;
2886 # OSF1 and SCO ODT 3.0 have their own names for install.
2887 # Don't use installbsd from OSF since it installs stuff as root
2888 # by default.
2889 for ac_prog in ginstall scoinst install; do
2890 for ac_exec_ext in '' $ac_executable_extensions; do
2891 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2892 if test $ac_prog = install &&
2893 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2894 # AIX install. It has an incompatible calling convention.
2896 elif test $ac_prog = install &&
2897 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2898 # program-specific install script used by HP pwplus--don't use.
2900 else
2901 rm -rf conftest.one conftest.two conftest.dir
2902 echo one > conftest.one
2903 echo two > conftest.two
2904 mkdir conftest.dir
2905 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2906 test -s conftest.one && test -s conftest.two &&
2907 test -s conftest.dir/conftest.one &&
2908 test -s conftest.dir/conftest.two
2909 then
2910 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2911 break 3
2915 done
2916 done
2918 esac
2920 done
2921 IFS=$as_save_IFS
2923 rm -rf conftest.one conftest.two conftest.dir
2926 if test "${ac_cv_path_install+set}" = set; then
2927 INSTALL=$ac_cv_path_install
2928 else
2929 # As a last resort, use the slow shell script. Don't cache a
2930 # value for INSTALL within a source directory, because that will
2931 # break other packages using the cache if that directory is
2932 # removed, or if the value is a relative name.
2933 INSTALL=$ac_install_sh
2936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2937 $as_echo "$INSTALL" >&6; }
2939 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2940 # It thinks the first close brace ends the variable substitution.
2941 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2943 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2945 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2948 $as_echo_n "checking whether build environment is sane... " >&6; }
2949 # Just in case
2950 sleep 1
2951 echo timestamp > conftest.file
2952 # Reject unsafe characters in $srcdir or the absolute working directory
2953 # name. Accept space and tab only in the latter.
2954 am_lf='
2956 case `pwd` in
2957 *[\\\"\#\$\&\'\`$am_lf]*)
2958 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2959 esac
2960 case $srcdir in
2961 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2962 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2963 esac
2965 # Do `set' in a subshell so we don't clobber the current shell's
2966 # arguments. Must try -L first in case configure is actually a
2967 # symlink; some systems play weird games with the mod time of symlinks
2968 # (eg FreeBSD returns the mod time of the symlink's containing
2969 # directory).
2970 if (
2971 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2972 if test "$*" = "X"; then
2973 # -L didn't work.
2974 set X `ls -t "$srcdir/configure" conftest.file`
2976 rm -f conftest.file
2977 if test "$*" != "X $srcdir/configure conftest.file" \
2978 && test "$*" != "X conftest.file $srcdir/configure"; then
2980 # If neither matched, then we have a broken ls. This can happen
2981 # if, for instance, CONFIG_SHELL is bash and it inherits a
2982 # broken ls alias from the environment. This has actually
2983 # happened. Such a system could not be considered "sane".
2984 as_fn_error "ls -t appears to fail. Make sure there is not a broken
2985 alias in your environment" "$LINENO" 5
2988 test "$2" = conftest.file
2990 then
2991 # Ok.
2993 else
2994 as_fn_error "newly created file is older than distributed files!
2995 Check your system clock" "$LINENO" 5
2997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2998 $as_echo "yes" >&6; }
2999 test "$program_prefix" != NONE &&
3000 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3001 # Use a double $ so make ignores it.
3002 test "$program_suffix" != NONE &&
3003 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3004 # Double any \ or $.
3005 # By default was `s,x,x', remove it if useless.
3006 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3007 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3009 # expand $ac_aux_dir to an absolute path
3010 am_aux_dir=`cd $ac_aux_dir && pwd`
3012 if test x"${MISSING+set}" != xset; then
3013 case $am_aux_dir in
3014 *\ * | *\ *)
3015 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3017 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3018 esac
3020 # Use eval to expand $SHELL
3021 if eval "$MISSING --run true"; then
3022 am_missing_run="$MISSING --run "
3023 else
3024 am_missing_run=
3025 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3026 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3029 if test x"${install_sh}" != xset; then
3030 case $am_aux_dir in
3031 *\ * | *\ *)
3032 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3034 install_sh="\${SHELL} $am_aux_dir/install-sh"
3035 esac
3038 # Installed binaries are usually stripped using `strip' when the user
3039 # run `make install-strip'. However `strip' might not be the right
3040 # tool to use in cross-compilation environments, therefore Automake
3041 # will honor the `STRIP' environment variable to overrule this program.
3042 if test "$cross_compiling" != no; then
3043 if test -n "$ac_tool_prefix"; then
3044 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3045 set dummy ${ac_tool_prefix}strip; ac_word=$2
3046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3047 $as_echo_n "checking for $ac_word... " >&6; }
3048 if test "${ac_cv_prog_STRIP+set}" = set; then :
3049 $as_echo_n "(cached) " >&6
3050 else
3051 if test -n "$STRIP"; then
3052 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3053 else
3054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3055 for as_dir in $PATH
3057 IFS=$as_save_IFS
3058 test -z "$as_dir" && as_dir=.
3059 for ac_exec_ext in '' $ac_executable_extensions; do
3060 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3061 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3062 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3063 break 2
3065 done
3066 done
3067 IFS=$as_save_IFS
3071 STRIP=$ac_cv_prog_STRIP
3072 if test -n "$STRIP"; then
3073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3074 $as_echo "$STRIP" >&6; }
3075 else
3076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3077 $as_echo "no" >&6; }
3082 if test -z "$ac_cv_prog_STRIP"; then
3083 ac_ct_STRIP=$STRIP
3084 # Extract the first word of "strip", so it can be a program name with args.
3085 set dummy strip; ac_word=$2
3086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3087 $as_echo_n "checking for $ac_word... " >&6; }
3088 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3089 $as_echo_n "(cached) " >&6
3090 else
3091 if test -n "$ac_ct_STRIP"; then
3092 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3093 else
3094 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3095 for as_dir in $PATH
3097 IFS=$as_save_IFS
3098 test -z "$as_dir" && as_dir=.
3099 for ac_exec_ext in '' $ac_executable_extensions; do
3100 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3101 ac_cv_prog_ac_ct_STRIP="strip"
3102 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3103 break 2
3105 done
3106 done
3107 IFS=$as_save_IFS
3111 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3112 if test -n "$ac_ct_STRIP"; then
3113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3114 $as_echo "$ac_ct_STRIP" >&6; }
3115 else
3116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3117 $as_echo "no" >&6; }
3120 if test "x$ac_ct_STRIP" = x; then
3121 STRIP=":"
3122 else
3123 case $cross_compiling:$ac_tool_warned in
3124 yes:)
3125 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3126 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3127 ac_tool_warned=yes ;;
3128 esac
3129 STRIP=$ac_ct_STRIP
3131 else
3132 STRIP="$ac_cv_prog_STRIP"
3136 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3139 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3140 if test -z "$MKDIR_P"; then
3141 if test "${ac_cv_path_mkdir+set}" = set; then :
3142 $as_echo_n "(cached) " >&6
3143 else
3144 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3145 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3147 IFS=$as_save_IFS
3148 test -z "$as_dir" && as_dir=.
3149 for ac_prog in mkdir gmkdir; do
3150 for ac_exec_ext in '' $ac_executable_extensions; do
3151 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3152 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3153 'mkdir (GNU coreutils) '* | \
3154 'mkdir (coreutils) '* | \
3155 'mkdir (fileutils) '4.1*)
3156 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3157 break 3;;
3158 esac
3159 done
3160 done
3161 done
3162 IFS=$as_save_IFS
3166 if test "${ac_cv_path_mkdir+set}" = set; then
3167 MKDIR_P="$ac_cv_path_mkdir -p"
3168 else
3169 # As a last resort, use the slow shell script. Don't cache a
3170 # value for MKDIR_P within a source directory, because that will
3171 # break other packages using the cache if that directory is
3172 # removed, or if the value is a relative name.
3173 test -d ./--version && rmdir ./--version
3174 MKDIR_P="$ac_install_sh -d"
3177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3178 $as_echo "$MKDIR_P" >&6; }
3180 mkdir_p="$MKDIR_P"
3181 case $mkdir_p in
3182 [\\/$]* | ?:[\\/]*) ;;
3183 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3184 esac
3186 for ac_prog in gawk mawk nawk awk
3188 # Extract the first word of "$ac_prog", so it can be a program name with args.
3189 set dummy $ac_prog; ac_word=$2
3190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3191 $as_echo_n "checking for $ac_word... " >&6; }
3192 if test "${ac_cv_prog_AWK+set}" = set; then :
3193 $as_echo_n "(cached) " >&6
3194 else
3195 if test -n "$AWK"; then
3196 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3197 else
3198 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3199 for as_dir in $PATH
3201 IFS=$as_save_IFS
3202 test -z "$as_dir" && as_dir=.
3203 for ac_exec_ext in '' $ac_executable_extensions; do
3204 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3205 ac_cv_prog_AWK="$ac_prog"
3206 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3207 break 2
3209 done
3210 done
3211 IFS=$as_save_IFS
3215 AWK=$ac_cv_prog_AWK
3216 if test -n "$AWK"; then
3217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3218 $as_echo "$AWK" >&6; }
3219 else
3220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3221 $as_echo "no" >&6; }
3225 test -n "$AWK" && break
3226 done
3228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3229 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3230 set x ${MAKE-make}
3231 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3232 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3233 $as_echo_n "(cached) " >&6
3234 else
3235 cat >conftest.make <<\_ACEOF
3236 SHELL = /bin/sh
3237 all:
3238 @echo '@@@%%%=$(MAKE)=@@@%%%'
3239 _ACEOF
3240 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3241 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3242 *@@@%%%=?*=@@@%%%*)
3243 eval ac_cv_prog_make_${ac_make}_set=yes;;
3245 eval ac_cv_prog_make_${ac_make}_set=no;;
3246 esac
3247 rm -f conftest.make
3249 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3251 $as_echo "yes" >&6; }
3252 SET_MAKE=
3253 else
3254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3255 $as_echo "no" >&6; }
3256 SET_MAKE="MAKE=${MAKE-make}"
3259 rm -rf .tst 2>/dev/null
3260 mkdir .tst 2>/dev/null
3261 if test -d .tst; then
3262 am__leading_dot=.
3263 else
3264 am__leading_dot=_
3266 rmdir .tst 2>/dev/null
3268 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3269 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3270 # is not polluted with repeated "-I."
3271 am__isrc=' -I$(srcdir)'
3272 # test to see if srcdir already configured
3273 if test -f $srcdir/config.status; then
3274 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3278 # test whether we have cygpath
3279 if test -z "$CYGPATH_W"; then
3280 if (cygpath --version) >/dev/null 2>/dev/null; then
3281 CYGPATH_W='cygpath -w'
3282 else
3283 CYGPATH_W=echo
3288 # Define the identity of the package.
3289 PACKAGE='libitm'
3290 VERSION='1.0'
3293 cat >>confdefs.h <<_ACEOF
3294 #define PACKAGE "$PACKAGE"
3295 _ACEOF
3298 cat >>confdefs.h <<_ACEOF
3299 #define VERSION "$VERSION"
3300 _ACEOF
3302 # Some tools Automake needs.
3304 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3307 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3310 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3313 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3316 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3318 # We need awk for the "check" target. The system "awk" is bad on
3319 # some platforms.
3320 # Always define AMTAR for backward compatibility.
3322 AMTAR=${AMTAR-"${am_missing_run}tar"}
3324 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3330 # Default to --enable-multilib
3331 # Check whether --enable-multilib was given.
3332 if test "${enable_multilib+set}" = set; then :
3333 enableval=$enable_multilib; case "$enableval" in
3334 yes) multilib=yes ;;
3335 no) multilib=no ;;
3336 *) as_fn_error "bad value $enableval for multilib option" "$LINENO" 5 ;;
3337 esac
3338 else
3339 multilib=yes
3343 # We may get other options which we leave undocumented:
3344 # --with-target-subdir, --with-multisrctop, --with-multisubdir
3345 # See config-ml.in if you want the gory details.
3347 if test "$srcdir" = "."; then
3348 if test "$with_target_subdir" != "."; then
3349 multi_basedir="$srcdir/$with_multisrctop../.."
3350 else
3351 multi_basedir="$srcdir/$with_multisrctop.."
3353 else
3354 multi_basedir="$srcdir/.."
3358 # Even if the default multilib is not a cross compilation,
3359 # it may be that some of the other multilibs are.
3360 if test $cross_compiling = no && test $multilib = yes \
3361 && test "x${with_multisubdir}" != x ; then
3362 cross_compiling=maybe
3365 ac_config_commands="$ac_config_commands default-1"
3368 # Calculate toolexeclibdir
3369 # Also toolexecdir, though it's only used in toolexeclibdir
3370 case ${enable_version_specific_runtime_libs} in
3371 yes)
3372 # Need the gcc compiler version to know where to install libraries
3373 # and header files if --enable-version-specific-runtime-libs option
3374 # is selected.
3375 toolexecdir='$(libdir)/gcc/$(target_alias)'
3376 toolexeclibdir='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
3379 if test -n "$with_cross_host" &&
3380 test x"$with_cross_host" != x"no"; then
3381 # Install a library built with a cross compiler in tooldir, not libdir.
3382 toolexecdir='$(exec_prefix)/$(target_alias)'
3383 toolexeclibdir='$(toolexecdir)/lib'
3384 else
3385 toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
3386 toolexeclibdir='$(libdir)'
3388 multi_os_directory=`$CC -print-multi-os-directory`
3389 case $multi_os_directory in
3390 .) ;; # Avoid trailing /.
3391 *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;
3392 esac
3394 esac
3398 # Check the compiler.
3399 # The same as in boehm-gc and libstdc++. Have to borrow it from there.
3400 # We must force CC to /not/ be precious variables; otherwise
3401 # the wrong, non-multilib-adjusted value will be used in multilibs.
3402 # As a side effect, we have to subst CFLAGS ourselves.
3406 ac_ext=c
3407 ac_cpp='$CPP $CPPFLAGS'
3408 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3409 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3410 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3411 if test -n "$ac_tool_prefix"; then
3412 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3413 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3415 $as_echo_n "checking for $ac_word... " >&6; }
3416 if test "${ac_cv_prog_CC+set}" = set; then :
3417 $as_echo_n "(cached) " >&6
3418 else
3419 if test -n "$CC"; then
3420 ac_cv_prog_CC="$CC" # Let the user override the test.
3421 else
3422 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3423 for as_dir in $PATH
3425 IFS=$as_save_IFS
3426 test -z "$as_dir" && as_dir=.
3427 for ac_exec_ext in '' $ac_executable_extensions; do
3428 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3429 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3430 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3431 break 2
3433 done
3434 done
3435 IFS=$as_save_IFS
3439 CC=$ac_cv_prog_CC
3440 if test -n "$CC"; then
3441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3442 $as_echo "$CC" >&6; }
3443 else
3444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3445 $as_echo "no" >&6; }
3450 if test -z "$ac_cv_prog_CC"; then
3451 ac_ct_CC=$CC
3452 # Extract the first word of "gcc", so it can be a program name with args.
3453 set dummy gcc; ac_word=$2
3454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3455 $as_echo_n "checking for $ac_word... " >&6; }
3456 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3457 $as_echo_n "(cached) " >&6
3458 else
3459 if test -n "$ac_ct_CC"; then
3460 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3461 else
3462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3463 for as_dir in $PATH
3465 IFS=$as_save_IFS
3466 test -z "$as_dir" && as_dir=.
3467 for ac_exec_ext in '' $ac_executable_extensions; do
3468 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3469 ac_cv_prog_ac_ct_CC="gcc"
3470 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3471 break 2
3473 done
3474 done
3475 IFS=$as_save_IFS
3479 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3480 if test -n "$ac_ct_CC"; then
3481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3482 $as_echo "$ac_ct_CC" >&6; }
3483 else
3484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3485 $as_echo "no" >&6; }
3488 if test "x$ac_ct_CC" = x; then
3489 CC=""
3490 else
3491 case $cross_compiling:$ac_tool_warned in
3492 yes:)
3493 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3494 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3495 ac_tool_warned=yes ;;
3496 esac
3497 CC=$ac_ct_CC
3499 else
3500 CC="$ac_cv_prog_CC"
3503 if test -z "$CC"; then
3504 if test -n "$ac_tool_prefix"; then
3505 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3506 set dummy ${ac_tool_prefix}cc; ac_word=$2
3507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3508 $as_echo_n "checking for $ac_word... " >&6; }
3509 if test "${ac_cv_prog_CC+set}" = set; then :
3510 $as_echo_n "(cached) " >&6
3511 else
3512 if test -n "$CC"; then
3513 ac_cv_prog_CC="$CC" # Let the user override the test.
3514 else
3515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3516 for as_dir in $PATH
3518 IFS=$as_save_IFS
3519 test -z "$as_dir" && as_dir=.
3520 for ac_exec_ext in '' $ac_executable_extensions; do
3521 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3522 ac_cv_prog_CC="${ac_tool_prefix}cc"
3523 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3524 break 2
3526 done
3527 done
3528 IFS=$as_save_IFS
3532 CC=$ac_cv_prog_CC
3533 if test -n "$CC"; then
3534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3535 $as_echo "$CC" >&6; }
3536 else
3537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3538 $as_echo "no" >&6; }
3544 if test -z "$CC"; then
3545 # Extract the first word of "cc", so it can be a program name with args.
3546 set dummy cc; ac_word=$2
3547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3548 $as_echo_n "checking for $ac_word... " >&6; }
3549 if test "${ac_cv_prog_CC+set}" = set; then :
3550 $as_echo_n "(cached) " >&6
3551 else
3552 if test -n "$CC"; then
3553 ac_cv_prog_CC="$CC" # Let the user override the test.
3554 else
3555 ac_prog_rejected=no
3556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3557 for as_dir in $PATH
3559 IFS=$as_save_IFS
3560 test -z "$as_dir" && as_dir=.
3561 for ac_exec_ext in '' $ac_executable_extensions; do
3562 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3563 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3564 ac_prog_rejected=yes
3565 continue
3567 ac_cv_prog_CC="cc"
3568 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3569 break 2
3571 done
3572 done
3573 IFS=$as_save_IFS
3575 if test $ac_prog_rejected = yes; then
3576 # We found a bogon in the path, so make sure we never use it.
3577 set dummy $ac_cv_prog_CC
3578 shift
3579 if test $# != 0; then
3580 # We chose a different compiler from the bogus one.
3581 # However, it has the same basename, so the bogon will be chosen
3582 # first if we set CC to just the basename; use the full file name.
3583 shift
3584 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3589 CC=$ac_cv_prog_CC
3590 if test -n "$CC"; then
3591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3592 $as_echo "$CC" >&6; }
3593 else
3594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3595 $as_echo "no" >&6; }
3600 if test -z "$CC"; then
3601 if test -n "$ac_tool_prefix"; then
3602 for ac_prog in cl.exe
3604 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3605 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3607 $as_echo_n "checking for $ac_word... " >&6; }
3608 if test "${ac_cv_prog_CC+set}" = set; then :
3609 $as_echo_n "(cached) " >&6
3610 else
3611 if test -n "$CC"; then
3612 ac_cv_prog_CC="$CC" # Let the user override the test.
3613 else
3614 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3615 for as_dir in $PATH
3617 IFS=$as_save_IFS
3618 test -z "$as_dir" && as_dir=.
3619 for ac_exec_ext in '' $ac_executable_extensions; do
3620 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3621 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3622 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3623 break 2
3625 done
3626 done
3627 IFS=$as_save_IFS
3631 CC=$ac_cv_prog_CC
3632 if test -n "$CC"; then
3633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3634 $as_echo "$CC" >&6; }
3635 else
3636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3637 $as_echo "no" >&6; }
3641 test -n "$CC" && break
3642 done
3644 if test -z "$CC"; then
3645 ac_ct_CC=$CC
3646 for ac_prog in cl.exe
3648 # Extract the first word of "$ac_prog", so it can be a program name with args.
3649 set dummy $ac_prog; ac_word=$2
3650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3651 $as_echo_n "checking for $ac_word... " >&6; }
3652 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3653 $as_echo_n "(cached) " >&6
3654 else
3655 if test -n "$ac_ct_CC"; then
3656 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3657 else
3658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3659 for as_dir in $PATH
3661 IFS=$as_save_IFS
3662 test -z "$as_dir" && as_dir=.
3663 for ac_exec_ext in '' $ac_executable_extensions; do
3664 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3665 ac_cv_prog_ac_ct_CC="$ac_prog"
3666 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3667 break 2
3669 done
3670 done
3671 IFS=$as_save_IFS
3675 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3676 if test -n "$ac_ct_CC"; then
3677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3678 $as_echo "$ac_ct_CC" >&6; }
3679 else
3680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3681 $as_echo "no" >&6; }
3685 test -n "$ac_ct_CC" && break
3686 done
3688 if test "x$ac_ct_CC" = x; then
3689 CC=""
3690 else
3691 case $cross_compiling:$ac_tool_warned in
3692 yes:)
3693 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3694 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3695 ac_tool_warned=yes ;;
3696 esac
3697 CC=$ac_ct_CC
3704 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3705 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3706 as_fn_error "no acceptable C compiler found in \$PATH
3707 See \`config.log' for more details." "$LINENO" 5; }
3709 # Provide some information about the compiler.
3710 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3711 set X $ac_compile
3712 ac_compiler=$2
3713 for ac_option in --version -v -V -qversion; do
3714 { { ac_try="$ac_compiler $ac_option >&5"
3715 case "(($ac_try" in
3716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3717 *) ac_try_echo=$ac_try;;
3718 esac
3719 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3720 $as_echo "$ac_try_echo"; } >&5
3721 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3722 ac_status=$?
3723 if test -s conftest.err; then
3724 sed '10a\
3725 ... rest of stderr output deleted ...
3726 10q' conftest.err >conftest.er1
3727 cat conftest.er1 >&5
3728 rm -f conftest.er1 conftest.err
3730 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3731 test $ac_status = 0; }
3732 done
3734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3735 /* end confdefs.h. */
3738 main ()
3742 return 0;
3744 _ACEOF
3745 ac_clean_files_save=$ac_clean_files
3746 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3747 # Try to create an executable without -o first, disregard a.out.
3748 # It will help us diagnose broken compilers, and finding out an intuition
3749 # of exeext.
3750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3751 $as_echo_n "checking for C compiler default output file name... " >&6; }
3752 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3754 # The possible output files:
3755 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3757 ac_rmfiles=
3758 for ac_file in $ac_files
3760 case $ac_file in
3761 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3762 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3763 esac
3764 done
3765 rm -f $ac_rmfiles
3767 if { { ac_try="$ac_link_default"
3768 case "(($ac_try" in
3769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3770 *) ac_try_echo=$ac_try;;
3771 esac
3772 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3773 $as_echo "$ac_try_echo"; } >&5
3774 (eval "$ac_link_default") 2>&5
3775 ac_status=$?
3776 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3777 test $ac_status = 0; }; then :
3778 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3779 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3780 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3781 # so that the user can short-circuit this test for compilers unknown to
3782 # Autoconf.
3783 for ac_file in $ac_files ''
3785 test -f "$ac_file" || continue
3786 case $ac_file in
3787 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3789 [ab].out )
3790 # We found the default executable, but exeext='' is most
3791 # certainly right.
3792 break;;
3793 *.* )
3794 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3795 then :; else
3796 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3798 # We set ac_cv_exeext here because the later test for it is not
3799 # safe: cross compilers may not add the suffix if given an `-o'
3800 # argument, so we may need to know it at that point already.
3801 # Even if this section looks crufty: it has the advantage of
3802 # actually working.
3803 break;;
3805 break;;
3806 esac
3807 done
3808 test "$ac_cv_exeext" = no && ac_cv_exeext=
3810 else
3811 ac_file=''
3813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3814 $as_echo "$ac_file" >&6; }
3815 if test -z "$ac_file"; then :
3816 $as_echo "$as_me: failed program was:" >&5
3817 sed 's/^/| /' conftest.$ac_ext >&5
3819 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3820 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3821 { as_fn_set_status 77
3822 as_fn_error "C compiler cannot create executables
3823 See \`config.log' for more details." "$LINENO" 5; }; }
3825 ac_exeext=$ac_cv_exeext
3827 # Check that the compiler produces executables we can run. If not, either
3828 # the compiler is broken, or we cross compile.
3829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3830 $as_echo_n "checking whether the C compiler works... " >&6; }
3831 # If not cross compiling, check that we can run a simple program.
3832 if test "$cross_compiling" != yes; then
3833 if { ac_try='./$ac_file'
3834 { { case "(($ac_try" in
3835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3836 *) ac_try_echo=$ac_try;;
3837 esac
3838 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3839 $as_echo "$ac_try_echo"; } >&5
3840 (eval "$ac_try") 2>&5
3841 ac_status=$?
3842 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3843 test $ac_status = 0; }; }; then
3844 cross_compiling=no
3845 else
3846 if test "$cross_compiling" = maybe; then
3847 cross_compiling=yes
3848 else
3849 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3850 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3851 as_fn_error "cannot run C compiled programs.
3852 If you meant to cross compile, use \`--host'.
3853 See \`config.log' for more details." "$LINENO" 5; }
3857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3858 $as_echo "yes" >&6; }
3860 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3861 ac_clean_files=$ac_clean_files_save
3862 # Check that the compiler produces executables we can run. If not, either
3863 # the compiler is broken, or we cross compile.
3864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3865 $as_echo_n "checking whether we are cross compiling... " >&6; }
3866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3867 $as_echo "$cross_compiling" >&6; }
3869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3870 $as_echo_n "checking for suffix of executables... " >&6; }
3871 if { { ac_try="$ac_link"
3872 case "(($ac_try" in
3873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3874 *) ac_try_echo=$ac_try;;
3875 esac
3876 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3877 $as_echo "$ac_try_echo"; } >&5
3878 (eval "$ac_link") 2>&5
3879 ac_status=$?
3880 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3881 test $ac_status = 0; }; then :
3882 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3883 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3884 # work properly (i.e., refer to `conftest.exe'), while it won't with
3885 # `rm'.
3886 for ac_file in conftest.exe conftest conftest.*; do
3887 test -f "$ac_file" || continue
3888 case $ac_file in
3889 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3890 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3891 break;;
3892 * ) break;;
3893 esac
3894 done
3895 else
3896 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3897 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3898 as_fn_error "cannot compute suffix of executables: cannot compile and link
3899 See \`config.log' for more details." "$LINENO" 5; }
3901 rm -f conftest$ac_cv_exeext
3902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3903 $as_echo "$ac_cv_exeext" >&6; }
3905 rm -f conftest.$ac_ext
3906 EXEEXT=$ac_cv_exeext
3907 ac_exeext=$EXEEXT
3908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3909 $as_echo_n "checking for suffix of object files... " >&6; }
3910 if test "${ac_cv_objext+set}" = set; then :
3911 $as_echo_n "(cached) " >&6
3912 else
3913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3914 /* end confdefs.h. */
3917 main ()
3921 return 0;
3923 _ACEOF
3924 rm -f conftest.o conftest.obj
3925 if { { ac_try="$ac_compile"
3926 case "(($ac_try" in
3927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3928 *) ac_try_echo=$ac_try;;
3929 esac
3930 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3931 $as_echo "$ac_try_echo"; } >&5
3932 (eval "$ac_compile") 2>&5
3933 ac_status=$?
3934 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3935 test $ac_status = 0; }; then :
3936 for ac_file in conftest.o conftest.obj conftest.*; do
3937 test -f "$ac_file" || continue;
3938 case $ac_file in
3939 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3940 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3941 break;;
3942 esac
3943 done
3944 else
3945 $as_echo "$as_me: failed program was:" >&5
3946 sed 's/^/| /' conftest.$ac_ext >&5
3948 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3949 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3950 as_fn_error "cannot compute suffix of object files: cannot compile
3951 See \`config.log' for more details." "$LINENO" 5; }
3953 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3956 $as_echo "$ac_cv_objext" >&6; }
3957 OBJEXT=$ac_cv_objext
3958 ac_objext=$OBJEXT
3959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3960 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3961 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3962 $as_echo_n "(cached) " >&6
3963 else
3964 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3965 /* end confdefs.h. */
3968 main ()
3970 #ifndef __GNUC__
3971 choke me
3972 #endif
3975 return 0;
3977 _ACEOF
3978 if ac_fn_c_try_compile "$LINENO"; then :
3979 ac_compiler_gnu=yes
3980 else
3981 ac_compiler_gnu=no
3983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3984 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3988 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3989 if test $ac_compiler_gnu = yes; then
3990 GCC=yes
3991 else
3992 GCC=
3994 ac_test_CFLAGS=${CFLAGS+set}
3995 ac_save_CFLAGS=$CFLAGS
3996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3997 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3998 if test "${ac_cv_prog_cc_g+set}" = set; then :
3999 $as_echo_n "(cached) " >&6
4000 else
4001 ac_save_c_werror_flag=$ac_c_werror_flag
4002 ac_c_werror_flag=yes
4003 ac_cv_prog_cc_g=no
4004 CFLAGS="-g"
4005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4006 /* end confdefs.h. */
4009 main ()
4013 return 0;
4015 _ACEOF
4016 if ac_fn_c_try_compile "$LINENO"; then :
4017 ac_cv_prog_cc_g=yes
4018 else
4019 CFLAGS=""
4020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4021 /* end confdefs.h. */
4024 main ()
4028 return 0;
4030 _ACEOF
4031 if ac_fn_c_try_compile "$LINENO"; then :
4033 else
4034 ac_c_werror_flag=$ac_save_c_werror_flag
4035 CFLAGS="-g"
4036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4037 /* end confdefs.h. */
4040 main ()
4044 return 0;
4046 _ACEOF
4047 if ac_fn_c_try_compile "$LINENO"; then :
4048 ac_cv_prog_cc_g=yes
4050 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4052 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4054 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4055 ac_c_werror_flag=$ac_save_c_werror_flag
4057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4058 $as_echo "$ac_cv_prog_cc_g" >&6; }
4059 if test "$ac_test_CFLAGS" = set; then
4060 CFLAGS=$ac_save_CFLAGS
4061 elif test $ac_cv_prog_cc_g = yes; then
4062 if test "$GCC" = yes; then
4063 CFLAGS="-g -O2"
4064 else
4065 CFLAGS="-g"
4067 else
4068 if test "$GCC" = yes; then
4069 CFLAGS="-O2"
4070 else
4071 CFLAGS=
4074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4075 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4076 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4077 $as_echo_n "(cached) " >&6
4078 else
4079 ac_cv_prog_cc_c89=no
4080 ac_save_CC=$CC
4081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4082 /* end confdefs.h. */
4083 #include <stdarg.h>
4084 #include <stdio.h>
4085 #include <sys/types.h>
4086 #include <sys/stat.h>
4087 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4088 struct buf { int x; };
4089 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4090 static char *e (p, i)
4091 char **p;
4092 int i;
4094 return p[i];
4096 static char *f (char * (*g) (char **, int), char **p, ...)
4098 char *s;
4099 va_list v;
4100 va_start (v,p);
4101 s = g (p, va_arg (v,int));
4102 va_end (v);
4103 return s;
4106 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4107 function prototypes and stuff, but not '\xHH' hex character constants.
4108 These don't provoke an error unfortunately, instead are silently treated
4109 as 'x'. The following induces an error, until -std is added to get
4110 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4111 array size at least. It's necessary to write '\x00'==0 to get something
4112 that's true only with -std. */
4113 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4115 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4116 inside strings and character constants. */
4117 #define FOO(x) 'x'
4118 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4120 int test (int i, double x);
4121 struct s1 {int (*f) (int a);};
4122 struct s2 {int (*f) (double a);};
4123 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4124 int argc;
4125 char **argv;
4127 main ()
4129 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4131 return 0;
4133 _ACEOF
4134 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4135 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4137 CC="$ac_save_CC $ac_arg"
4138 if ac_fn_c_try_compile "$LINENO"; then :
4139 ac_cv_prog_cc_c89=$ac_arg
4141 rm -f core conftest.err conftest.$ac_objext
4142 test "x$ac_cv_prog_cc_c89" != "xno" && break
4143 done
4144 rm -f conftest.$ac_ext
4145 CC=$ac_save_CC
4148 # AC_CACHE_VAL
4149 case "x$ac_cv_prog_cc_c89" in
4151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4152 $as_echo "none needed" >&6; } ;;
4153 xno)
4154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4155 $as_echo "unsupported" >&6; } ;;
4157 CC="$CC $ac_cv_prog_cc_c89"
4158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4159 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4160 esac
4161 if test "x$ac_cv_prog_cc_c89" != xno; then :
4165 ac_ext=c
4166 ac_cpp='$CPP $CPPFLAGS'
4167 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4168 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4169 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4170 DEPDIR="${am__leading_dot}deps"
4172 ac_config_commands="$ac_config_commands depfiles"
4175 am_make=${MAKE-make}
4176 cat > confinc << 'END'
4177 am__doit:
4178 @echo this is the am__doit target
4179 .PHONY: am__doit
4181 # If we don't find an include directive, just comment out the code.
4182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4183 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4184 am__include="#"
4185 am__quote=
4186 _am_result=none
4187 # First try GNU make style include.
4188 echo "include confinc" > confmf
4189 # Ignore all kinds of additional output from `make'.
4190 case `$am_make -s -f confmf 2> /dev/null` in #(
4191 *the\ am__doit\ target*)
4192 am__include=include
4193 am__quote=
4194 _am_result=GNU
4196 esac
4197 # Now try BSD make style include.
4198 if test "$am__include" = "#"; then
4199 echo '.include "confinc"' > confmf
4200 case `$am_make -s -f confmf 2> /dev/null` in #(
4201 *the\ am__doit\ target*)
4202 am__include=.include
4203 am__quote="\""
4204 _am_result=BSD
4206 esac
4210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4211 $as_echo "$_am_result" >&6; }
4212 rm -f confinc confmf
4214 # Check whether --enable-dependency-tracking was given.
4215 if test "${enable_dependency_tracking+set}" = set; then :
4216 enableval=$enable_dependency_tracking;
4219 if test "x$enable_dependency_tracking" != xno; then
4220 am_depcomp="$ac_aux_dir/depcomp"
4221 AMDEPBACKSLASH='\'
4223 if test "x$enable_dependency_tracking" != xno; then
4224 AMDEP_TRUE=
4225 AMDEP_FALSE='#'
4226 else
4227 AMDEP_TRUE='#'
4228 AMDEP_FALSE=
4233 depcc="$CC" am_compiler_list=
4235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4236 $as_echo_n "checking dependency style of $depcc... " >&6; }
4237 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4238 $as_echo_n "(cached) " >&6
4239 else
4240 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4241 # We make a subdir and do the tests there. Otherwise we can end up
4242 # making bogus files that we don't know about and never remove. For
4243 # instance it was reported that on HP-UX the gcc test will end up
4244 # making a dummy file named `D' -- because `-MD' means `put the output
4245 # in D'.
4246 mkdir conftest.dir
4247 # Copy depcomp to subdir because otherwise we won't find it if we're
4248 # using a relative directory.
4249 cp "$am_depcomp" conftest.dir
4250 cd conftest.dir
4251 # We will build objects and dependencies in a subdirectory because
4252 # it helps to detect inapplicable dependency modes. For instance
4253 # both Tru64's cc and ICC support -MD to output dependencies as a
4254 # side effect of compilation, but ICC will put the dependencies in
4255 # the current directory while Tru64 will put them in the object
4256 # directory.
4257 mkdir sub
4259 am_cv_CC_dependencies_compiler_type=none
4260 if test "$am_compiler_list" = ""; then
4261 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4263 am__universal=false
4264 case " $depcc " in #(
4265 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4266 esac
4268 for depmode in $am_compiler_list; do
4269 # Setup a source with many dependencies, because some compilers
4270 # like to wrap large dependency lists on column 80 (with \), and
4271 # we should not choose a depcomp mode which is confused by this.
4273 # We need to recreate these files for each test, as the compiler may
4274 # overwrite some of them when testing with obscure command lines.
4275 # This happens at least with the AIX C compiler.
4276 : > sub/conftest.c
4277 for i in 1 2 3 4 5 6; do
4278 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4279 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4280 # Solaris 8's {/usr,}/bin/sh.
4281 touch sub/conftst$i.h
4282 done
4283 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4285 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4286 # mode. It turns out that the SunPro C++ compiler does not properly
4287 # handle `-M -o', and we need to detect this. Also, some Intel
4288 # versions had trouble with output in subdirs
4289 am__obj=sub/conftest.${OBJEXT-o}
4290 am__minus_obj="-o $am__obj"
4291 case $depmode in
4292 gcc)
4293 # This depmode causes a compiler race in universal mode.
4294 test "$am__universal" = false || continue
4296 nosideeffect)
4297 # after this tag, mechanisms are not by side-effect, so they'll
4298 # only be used when explicitly requested
4299 if test "x$enable_dependency_tracking" = xyes; then
4300 continue
4301 else
4302 break
4305 msvisualcpp | msvcmsys)
4306 # This compiler won't grok `-c -o', but also, the minuso test has
4307 # not run yet. These depmodes are late enough in the game, and
4308 # so weak that their functioning should not be impacted.
4309 am__obj=conftest.${OBJEXT-o}
4310 am__minus_obj=
4312 none) break ;;
4313 esac
4314 if depmode=$depmode \
4315 source=sub/conftest.c object=$am__obj \
4316 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4317 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4318 >/dev/null 2>conftest.err &&
4319 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4320 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4321 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4322 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4323 # icc doesn't choke on unknown options, it will just issue warnings
4324 # or remarks (even with -Werror). So we grep stderr for any message
4325 # that says an option was ignored or not supported.
4326 # When given -MP, icc 7.0 and 7.1 complain thusly:
4327 # icc: Command line warning: ignoring option '-M'; no argument required
4328 # The diagnosis changed in icc 8.0:
4329 # icc: Command line remark: option '-MP' not supported
4330 if (grep 'ignoring option' conftest.err ||
4331 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4332 am_cv_CC_dependencies_compiler_type=$depmode
4333 break
4336 done
4338 cd ..
4339 rm -rf conftest.dir
4340 else
4341 am_cv_CC_dependencies_compiler_type=none
4345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4346 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4347 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4350 test "x$enable_dependency_tracking" != xno \
4351 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4352 am__fastdepCC_TRUE=
4353 am__fastdepCC_FALSE='#'
4354 else
4355 am__fastdepCC_TRUE='#'
4356 am__fastdepCC_FALSE=
4360 ac_ext=cpp
4361 ac_cpp='$CXXCPP $CPPFLAGS'
4362 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4363 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4364 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4365 if test -z "$CXX"; then
4366 if test -n "$CCC"; then
4367 CXX=$CCC
4368 else
4369 if test -n "$ac_tool_prefix"; then
4370 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4372 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4373 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4375 $as_echo_n "checking for $ac_word... " >&6; }
4376 if test "${ac_cv_prog_CXX+set}" = set; then :
4377 $as_echo_n "(cached) " >&6
4378 else
4379 if test -n "$CXX"; then
4380 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4381 else
4382 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4383 for as_dir in $PATH
4385 IFS=$as_save_IFS
4386 test -z "$as_dir" && as_dir=.
4387 for ac_exec_ext in '' $ac_executable_extensions; do
4388 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4389 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4390 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4391 break 2
4393 done
4394 done
4395 IFS=$as_save_IFS
4399 CXX=$ac_cv_prog_CXX
4400 if test -n "$CXX"; then
4401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4402 $as_echo "$CXX" >&6; }
4403 else
4404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4405 $as_echo "no" >&6; }
4409 test -n "$CXX" && break
4410 done
4412 if test -z "$CXX"; then
4413 ac_ct_CXX=$CXX
4414 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4416 # Extract the first word of "$ac_prog", so it can be a program name with args.
4417 set dummy $ac_prog; ac_word=$2
4418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4419 $as_echo_n "checking for $ac_word... " >&6; }
4420 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
4421 $as_echo_n "(cached) " >&6
4422 else
4423 if test -n "$ac_ct_CXX"; then
4424 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4425 else
4426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4427 for as_dir in $PATH
4429 IFS=$as_save_IFS
4430 test -z "$as_dir" && as_dir=.
4431 for ac_exec_ext in '' $ac_executable_extensions; do
4432 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4433 ac_cv_prog_ac_ct_CXX="$ac_prog"
4434 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4435 break 2
4437 done
4438 done
4439 IFS=$as_save_IFS
4443 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4444 if test -n "$ac_ct_CXX"; then
4445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4446 $as_echo "$ac_ct_CXX" >&6; }
4447 else
4448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4449 $as_echo "no" >&6; }
4453 test -n "$ac_ct_CXX" && break
4454 done
4456 if test "x$ac_ct_CXX" = x; then
4457 CXX="g++"
4458 else
4459 case $cross_compiling:$ac_tool_warned in
4460 yes:)
4461 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4462 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4463 ac_tool_warned=yes ;;
4464 esac
4465 CXX=$ac_ct_CXX
4471 # Provide some information about the compiler.
4472 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4473 set X $ac_compile
4474 ac_compiler=$2
4475 for ac_option in --version -v -V -qversion; do
4476 { { ac_try="$ac_compiler $ac_option >&5"
4477 case "(($ac_try" in
4478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4479 *) ac_try_echo=$ac_try;;
4480 esac
4481 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4482 $as_echo "$ac_try_echo"; } >&5
4483 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4484 ac_status=$?
4485 if test -s conftest.err; then
4486 sed '10a\
4487 ... rest of stderr output deleted ...
4488 10q' conftest.err >conftest.er1
4489 cat conftest.er1 >&5
4490 rm -f conftest.er1 conftest.err
4492 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4493 test $ac_status = 0; }
4494 done
4496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4497 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4498 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
4499 $as_echo_n "(cached) " >&6
4500 else
4501 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4502 /* end confdefs.h. */
4505 main ()
4507 #ifndef __GNUC__
4508 choke me
4509 #endif
4512 return 0;
4514 _ACEOF
4515 if ac_fn_cxx_try_compile "$LINENO"; then :
4516 ac_compiler_gnu=yes
4517 else
4518 ac_compiler_gnu=no
4520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4521 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4525 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4526 if test $ac_compiler_gnu = yes; then
4527 GXX=yes
4528 else
4529 GXX=
4531 ac_test_CXXFLAGS=${CXXFLAGS+set}
4532 ac_save_CXXFLAGS=$CXXFLAGS
4533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4534 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4535 if test "${ac_cv_prog_cxx_g+set}" = set; then :
4536 $as_echo_n "(cached) " >&6
4537 else
4538 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4539 ac_cxx_werror_flag=yes
4540 ac_cv_prog_cxx_g=no
4541 CXXFLAGS="-g"
4542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4543 /* end confdefs.h. */
4546 main ()
4550 return 0;
4552 _ACEOF
4553 if ac_fn_cxx_try_compile "$LINENO"; then :
4554 ac_cv_prog_cxx_g=yes
4555 else
4556 CXXFLAGS=""
4557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4558 /* end confdefs.h. */
4561 main ()
4565 return 0;
4567 _ACEOF
4568 if ac_fn_cxx_try_compile "$LINENO"; then :
4570 else
4571 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4572 CXXFLAGS="-g"
4573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4574 /* end confdefs.h. */
4577 main ()
4581 return 0;
4583 _ACEOF
4584 if ac_fn_cxx_try_compile "$LINENO"; then :
4585 ac_cv_prog_cxx_g=yes
4587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4589 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4592 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4595 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4596 if test "$ac_test_CXXFLAGS" = set; then
4597 CXXFLAGS=$ac_save_CXXFLAGS
4598 elif test $ac_cv_prog_cxx_g = yes; then
4599 if test "$GXX" = yes; then
4600 CXXFLAGS="-g -O2"
4601 else
4602 CXXFLAGS="-g"
4604 else
4605 if test "$GXX" = yes; then
4606 CXXFLAGS="-O2"
4607 else
4608 CXXFLAGS=
4611 ac_ext=c
4612 ac_cpp='$CPP $CPPFLAGS'
4613 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4614 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4615 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4617 depcc="$CXX" am_compiler_list=
4619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4620 $as_echo_n "checking dependency style of $depcc... " >&6; }
4621 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
4622 $as_echo_n "(cached) " >&6
4623 else
4624 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4625 # We make a subdir and do the tests there. Otherwise we can end up
4626 # making bogus files that we don't know about and never remove. For
4627 # instance it was reported that on HP-UX the gcc test will end up
4628 # making a dummy file named `D' -- because `-MD' means `put the output
4629 # in D'.
4630 mkdir conftest.dir
4631 # Copy depcomp to subdir because otherwise we won't find it if we're
4632 # using a relative directory.
4633 cp "$am_depcomp" conftest.dir
4634 cd conftest.dir
4635 # We will build objects and dependencies in a subdirectory because
4636 # it helps to detect inapplicable dependency modes. For instance
4637 # both Tru64's cc and ICC support -MD to output dependencies as a
4638 # side effect of compilation, but ICC will put the dependencies in
4639 # the current directory while Tru64 will put them in the object
4640 # directory.
4641 mkdir sub
4643 am_cv_CXX_dependencies_compiler_type=none
4644 if test "$am_compiler_list" = ""; then
4645 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4647 am__universal=false
4648 case " $depcc " in #(
4649 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4650 esac
4652 for depmode in $am_compiler_list; do
4653 # Setup a source with many dependencies, because some compilers
4654 # like to wrap large dependency lists on column 80 (with \), and
4655 # we should not choose a depcomp mode which is confused by this.
4657 # We need to recreate these files for each test, as the compiler may
4658 # overwrite some of them when testing with obscure command lines.
4659 # This happens at least with the AIX C compiler.
4660 : > sub/conftest.c
4661 for i in 1 2 3 4 5 6; do
4662 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4663 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4664 # Solaris 8's {/usr,}/bin/sh.
4665 touch sub/conftst$i.h
4666 done
4667 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4669 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4670 # mode. It turns out that the SunPro C++ compiler does not properly
4671 # handle `-M -o', and we need to detect this. Also, some Intel
4672 # versions had trouble with output in subdirs
4673 am__obj=sub/conftest.${OBJEXT-o}
4674 am__minus_obj="-o $am__obj"
4675 case $depmode in
4676 gcc)
4677 # This depmode causes a compiler race in universal mode.
4678 test "$am__universal" = false || continue
4680 nosideeffect)
4681 # after this tag, mechanisms are not by side-effect, so they'll
4682 # only be used when explicitly requested
4683 if test "x$enable_dependency_tracking" = xyes; then
4684 continue
4685 else
4686 break
4689 msvisualcpp | msvcmsys)
4690 # This compiler won't grok `-c -o', but also, the minuso test has
4691 # not run yet. These depmodes are late enough in the game, and
4692 # so weak that their functioning should not be impacted.
4693 am__obj=conftest.${OBJEXT-o}
4694 am__minus_obj=
4696 none) break ;;
4697 esac
4698 if depmode=$depmode \
4699 source=sub/conftest.c object=$am__obj \
4700 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4701 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4702 >/dev/null 2>conftest.err &&
4703 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4704 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4705 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4706 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4707 # icc doesn't choke on unknown options, it will just issue warnings
4708 # or remarks (even with -Werror). So we grep stderr for any message
4709 # that says an option was ignored or not supported.
4710 # When given -MP, icc 7.0 and 7.1 complain thusly:
4711 # icc: Command line warning: ignoring option '-M'; no argument required
4712 # The diagnosis changed in icc 8.0:
4713 # icc: Command line remark: option '-MP' not supported
4714 if (grep 'ignoring option' conftest.err ||
4715 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4716 am_cv_CXX_dependencies_compiler_type=$depmode
4717 break
4720 done
4722 cd ..
4723 rm -rf conftest.dir
4724 else
4725 am_cv_CXX_dependencies_compiler_type=none
4729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
4730 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
4731 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
4734 test "x$enable_dependency_tracking" != xno \
4735 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
4736 am__fastdepCXX_TRUE=
4737 am__fastdepCXX_FALSE='#'
4738 else
4739 am__fastdepCXX_TRUE='#'
4740 am__fastdepCXX_FALSE=
4744 # By default we simply use the C compiler to build assembly code.
4746 test "${CCAS+set}" = set || CCAS=$CC
4747 test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
4751 depcc="$CCAS" am_compiler_list=
4753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4754 $as_echo_n "checking dependency style of $depcc... " >&6; }
4755 if test "${am_cv_CCAS_dependencies_compiler_type+set}" = set; then :
4756 $as_echo_n "(cached) " >&6
4757 else
4758 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4759 # We make a subdir and do the tests there. Otherwise we can end up
4760 # making bogus files that we don't know about and never remove. For
4761 # instance it was reported that on HP-UX the gcc test will end up
4762 # making a dummy file named `D' -- because `-MD' means `put the output
4763 # in D'.
4764 mkdir conftest.dir
4765 # Copy depcomp to subdir because otherwise we won't find it if we're
4766 # using a relative directory.
4767 cp "$am_depcomp" conftest.dir
4768 cd conftest.dir
4769 # We will build objects and dependencies in a subdirectory because
4770 # it helps to detect inapplicable dependency modes. For instance
4771 # both Tru64's cc and ICC support -MD to output dependencies as a
4772 # side effect of compilation, but ICC will put the dependencies in
4773 # the current directory while Tru64 will put them in the object
4774 # directory.
4775 mkdir sub
4777 am_cv_CCAS_dependencies_compiler_type=none
4778 if test "$am_compiler_list" = ""; then
4779 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4781 am__universal=false
4784 for depmode in $am_compiler_list; do
4785 # Setup a source with many dependencies, because some compilers
4786 # like to wrap large dependency lists on column 80 (with \), and
4787 # we should not choose a depcomp mode which is confused by this.
4789 # We need to recreate these files for each test, as the compiler may
4790 # overwrite some of them when testing with obscure command lines.
4791 # This happens at least with the AIX C compiler.
4792 : > sub/conftest.c
4793 for i in 1 2 3 4 5 6; do
4794 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4795 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4796 # Solaris 8's {/usr,}/bin/sh.
4797 touch sub/conftst$i.h
4798 done
4799 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4801 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4802 # mode. It turns out that the SunPro C++ compiler does not properly
4803 # handle `-M -o', and we need to detect this. Also, some Intel
4804 # versions had trouble with output in subdirs
4805 am__obj=sub/conftest.${OBJEXT-o}
4806 am__minus_obj="-o $am__obj"
4807 case $depmode in
4808 gcc)
4809 # This depmode causes a compiler race in universal mode.
4810 test "$am__universal" = false || continue
4812 nosideeffect)
4813 # after this tag, mechanisms are not by side-effect, so they'll
4814 # only be used when explicitly requested
4815 if test "x$enable_dependency_tracking" = xyes; then
4816 continue
4817 else
4818 break
4821 msvisualcpp | msvcmsys)
4822 # This compiler won't grok `-c -o', but also, the minuso test has
4823 # not run yet. These depmodes are late enough in the game, and
4824 # so weak that their functioning should not be impacted.
4825 am__obj=conftest.${OBJEXT-o}
4826 am__minus_obj=
4828 none) break ;;
4829 esac
4830 if depmode=$depmode \
4831 source=sub/conftest.c object=$am__obj \
4832 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4833 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4834 >/dev/null 2>conftest.err &&
4835 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4836 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4837 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4838 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4839 # icc doesn't choke on unknown options, it will just issue warnings
4840 # or remarks (even with -Werror). So we grep stderr for any message
4841 # that says an option was ignored or not supported.
4842 # When given -MP, icc 7.0 and 7.1 complain thusly:
4843 # icc: Command line warning: ignoring option '-M'; no argument required
4844 # The diagnosis changed in icc 8.0:
4845 # icc: Command line remark: option '-MP' not supported
4846 if (grep 'ignoring option' conftest.err ||
4847 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4848 am_cv_CCAS_dependencies_compiler_type=$depmode
4849 break
4852 done
4854 cd ..
4855 rm -rf conftest.dir
4856 else
4857 am_cv_CCAS_dependencies_compiler_type=none
4861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CCAS_dependencies_compiler_type" >&5
4862 $as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; }
4863 CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type
4866 test "x$enable_dependency_tracking" != xno \
4867 && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then
4868 am__fastdepCCAS_TRUE=
4869 am__fastdepCCAS_FALSE='#'
4870 else
4871 am__fastdepCCAS_TRUE='#'
4872 am__fastdepCCAS_FALSE=
4880 # In order to override CFLAGS_FOR_TARGET, all of our special flags go
4881 # in XCFLAGS. But we need them in CFLAGS during configury. So put them
4882 # in both places for now and restore CFLAGS at the end of config.
4883 save_CFLAGS="$CFLAGS"
4885 # Find other programs we need.
4886 if test -n "$ac_tool_prefix"; then
4887 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4888 set dummy ${ac_tool_prefix}ar; ac_word=$2
4889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4890 $as_echo_n "checking for $ac_word... " >&6; }
4891 if test "${ac_cv_prog_AR+set}" = set; then :
4892 $as_echo_n "(cached) " >&6
4893 else
4894 if test -n "$AR"; then
4895 ac_cv_prog_AR="$AR" # Let the user override the test.
4896 else
4897 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4898 for as_dir in $PATH
4900 IFS=$as_save_IFS
4901 test -z "$as_dir" && as_dir=.
4902 for ac_exec_ext in '' $ac_executable_extensions; do
4903 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4904 ac_cv_prog_AR="${ac_tool_prefix}ar"
4905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4906 break 2
4908 done
4909 done
4910 IFS=$as_save_IFS
4914 AR=$ac_cv_prog_AR
4915 if test -n "$AR"; then
4916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4917 $as_echo "$AR" >&6; }
4918 else
4919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4920 $as_echo "no" >&6; }
4925 if test -z "$ac_cv_prog_AR"; then
4926 ac_ct_AR=$AR
4927 # Extract the first word of "ar", so it can be a program name with args.
4928 set dummy ar; ac_word=$2
4929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4930 $as_echo_n "checking for $ac_word... " >&6; }
4931 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4932 $as_echo_n "(cached) " >&6
4933 else
4934 if test -n "$ac_ct_AR"; then
4935 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4936 else
4937 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4938 for as_dir in $PATH
4940 IFS=$as_save_IFS
4941 test -z "$as_dir" && as_dir=.
4942 for ac_exec_ext in '' $ac_executable_extensions; do
4943 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4944 ac_cv_prog_ac_ct_AR="ar"
4945 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4946 break 2
4948 done
4949 done
4950 IFS=$as_save_IFS
4954 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4955 if test -n "$ac_ct_AR"; then
4956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4957 $as_echo "$ac_ct_AR" >&6; }
4958 else
4959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4960 $as_echo "no" >&6; }
4963 if test "x$ac_ct_AR" = x; then
4964 AR=""
4965 else
4966 case $cross_compiling:$ac_tool_warned in
4967 yes:)
4968 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4969 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4970 ac_tool_warned=yes ;;
4971 esac
4972 AR=$ac_ct_AR
4974 else
4975 AR="$ac_cv_prog_AR"
4978 if test -n "$ac_tool_prefix"; then
4979 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
4980 set dummy ${ac_tool_prefix}nm; ac_word=$2
4981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4982 $as_echo_n "checking for $ac_word... " >&6; }
4983 if test "${ac_cv_prog_NM+set}" = set; then :
4984 $as_echo_n "(cached) " >&6
4985 else
4986 if test -n "$NM"; then
4987 ac_cv_prog_NM="$NM" # Let the user override the test.
4988 else
4989 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4990 for as_dir in $PATH
4992 IFS=$as_save_IFS
4993 test -z "$as_dir" && as_dir=.
4994 for ac_exec_ext in '' $ac_executable_extensions; do
4995 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4996 ac_cv_prog_NM="${ac_tool_prefix}nm"
4997 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4998 break 2
5000 done
5001 done
5002 IFS=$as_save_IFS
5006 NM=$ac_cv_prog_NM
5007 if test -n "$NM"; then
5008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
5009 $as_echo "$NM" >&6; }
5010 else
5011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5012 $as_echo "no" >&6; }
5017 if test -z "$ac_cv_prog_NM"; then
5018 ac_ct_NM=$NM
5019 # Extract the first word of "nm", so it can be a program name with args.
5020 set dummy nm; ac_word=$2
5021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5022 $as_echo_n "checking for $ac_word... " >&6; }
5023 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then :
5024 $as_echo_n "(cached) " >&6
5025 else
5026 if test -n "$ac_ct_NM"; then
5027 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5028 else
5029 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5030 for as_dir in $PATH
5032 IFS=$as_save_IFS
5033 test -z "$as_dir" && as_dir=.
5034 for ac_exec_ext in '' $ac_executable_extensions; do
5035 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5036 ac_cv_prog_ac_ct_NM="nm"
5037 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5038 break 2
5040 done
5041 done
5042 IFS=$as_save_IFS
5046 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5047 if test -n "$ac_ct_NM"; then
5048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NM" >&5
5049 $as_echo "$ac_ct_NM" >&6; }
5050 else
5051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5052 $as_echo "no" >&6; }
5055 if test "x$ac_ct_NM" = x; then
5056 NM=""
5057 else
5058 case $cross_compiling:$ac_tool_warned in
5059 yes:)
5060 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5061 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5062 ac_tool_warned=yes ;;
5063 esac
5064 NM=$ac_ct_NM
5066 else
5067 NM="$ac_cv_prog_NM"
5070 if test -n "$ac_tool_prefix"; then
5071 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5072 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5074 $as_echo_n "checking for $ac_word... " >&6; }
5075 if test "${ac_cv_prog_RANLIB+set}" = set; then :
5076 $as_echo_n "(cached) " >&6
5077 else
5078 if test -n "$RANLIB"; then
5079 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5080 else
5081 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5082 for as_dir in $PATH
5084 IFS=$as_save_IFS
5085 test -z "$as_dir" && as_dir=.
5086 for ac_exec_ext in '' $ac_executable_extensions; do
5087 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5088 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5089 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5090 break 2
5092 done
5093 done
5094 IFS=$as_save_IFS
5098 RANLIB=$ac_cv_prog_RANLIB
5099 if test -n "$RANLIB"; then
5100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5101 $as_echo "$RANLIB" >&6; }
5102 else
5103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5104 $as_echo "no" >&6; }
5109 if test -z "$ac_cv_prog_RANLIB"; then
5110 ac_ct_RANLIB=$RANLIB
5111 # Extract the first word of "ranlib", so it can be a program name with args.
5112 set dummy ranlib; ac_word=$2
5113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5114 $as_echo_n "checking for $ac_word... " >&6; }
5115 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5116 $as_echo_n "(cached) " >&6
5117 else
5118 if test -n "$ac_ct_RANLIB"; then
5119 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5120 else
5121 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5122 for as_dir in $PATH
5124 IFS=$as_save_IFS
5125 test -z "$as_dir" && as_dir=.
5126 for ac_exec_ext in '' $ac_executable_extensions; do
5127 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5128 ac_cv_prog_ac_ct_RANLIB="ranlib"
5129 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5130 break 2
5132 done
5133 done
5134 IFS=$as_save_IFS
5138 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5139 if test -n "$ac_ct_RANLIB"; then
5140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5141 $as_echo "$ac_ct_RANLIB" >&6; }
5142 else
5143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5144 $as_echo "no" >&6; }
5147 if test "x$ac_ct_RANLIB" = x; then
5148 RANLIB="ranlib-not-found-in-path-error"
5149 else
5150 case $cross_compiling:$ac_tool_warned in
5151 yes:)
5152 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5153 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5154 ac_tool_warned=yes ;;
5155 esac
5156 RANLIB=$ac_ct_RANLIB
5158 else
5159 RANLIB="$ac_cv_prog_RANLIB"
5162 # Extract the first word of "perl", so it can be a program name with args.
5163 set dummy perl; ac_word=$2
5164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5165 $as_echo_n "checking for $ac_word... " >&6; }
5166 if test "${ac_cv_path_PERL+set}" = set; then :
5167 $as_echo_n "(cached) " >&6
5168 else
5169 case $PERL in
5170 [\\/]* | ?:[\\/]*)
5171 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
5174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5175 for as_dir in $PATH
5177 IFS=$as_save_IFS
5178 test -z "$as_dir" && as_dir=.
5179 for ac_exec_ext in '' $ac_executable_extensions; do
5180 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5181 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
5182 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5183 break 2
5185 done
5186 done
5187 IFS=$as_save_IFS
5189 test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="perl-not-found-in-path-error"
5191 esac
5193 PERL=$ac_cv_path_PERL
5194 if test -n "$PERL"; then
5195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
5196 $as_echo "$PERL" >&6; }
5197 else
5198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5199 $as_echo "no" >&6; }
5203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
5204 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
5205 set x ${MAKE-make}
5206 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
5207 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
5208 $as_echo_n "(cached) " >&6
5209 else
5210 cat >conftest.make <<\_ACEOF
5211 SHELL = /bin/sh
5212 all:
5213 @echo '@@@%%%=$(MAKE)=@@@%%%'
5214 _ACEOF
5215 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5216 case `${MAKE-make} -f conftest.make 2>/dev/null` in
5217 *@@@%%%=?*=@@@%%%*)
5218 eval ac_cv_prog_make_${ac_make}_set=yes;;
5220 eval ac_cv_prog_make_${ac_make}_set=no;;
5221 esac
5222 rm -f conftest.make
5224 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
5225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5226 $as_echo "yes" >&6; }
5227 SET_MAKE=
5228 else
5229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5230 $as_echo "no" >&6; }
5231 SET_MAKE="MAKE=${MAKE-make}"
5236 # See if makeinfo has been installed and is modern enough
5237 # that we can use it.
5239 # Extract the first word of "makeinfo", so it can be a program name with args.
5240 set dummy makeinfo; ac_word=$2
5241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5242 $as_echo_n "checking for $ac_word... " >&6; }
5243 if test "${ac_cv_prog_MAKEINFO+set}" = set; then :
5244 $as_echo_n "(cached) " >&6
5245 else
5246 if test -n "$MAKEINFO"; then
5247 ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
5248 else
5249 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5250 for as_dir in $PATH
5252 IFS=$as_save_IFS
5253 test -z "$as_dir" && as_dir=.
5254 for ac_exec_ext in '' $ac_executable_extensions; do
5255 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5256 ac_cv_prog_MAKEINFO="makeinfo"
5257 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5258 break 2
5260 done
5261 done
5262 IFS=$as_save_IFS
5266 MAKEINFO=$ac_cv_prog_MAKEINFO
5267 if test -n "$MAKEINFO"; then
5268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKEINFO" >&5
5269 $as_echo "$MAKEINFO" >&6; }
5270 else
5271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5272 $as_echo "no" >&6; }
5276 if test -n "$MAKEINFO"; then
5277 # Found it, now check the version.
5278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for modern makeinfo" >&5
5279 $as_echo_n "checking for modern makeinfo... " >&6; }
5280 if test "${gcc_cv_prog_makeinfo_modern+set}" = set; then :
5281 $as_echo_n "(cached) " >&6
5282 else
5283 ac_prog_version=`eval $MAKEINFO --version 2>&1 |
5284 sed -n 's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'`
5286 case $ac_prog_version in
5287 '') gcc_cv_prog_makeinfo_modern=no;;
5288 4.[4-9]*|4.[1-9][0-9]*|[5-9]*|[1-9][0-9]*) gcc_cv_prog_makeinfo_modern=yes;;
5289 *) gcc_cv_prog_makeinfo_modern=no;;
5290 esac
5293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_makeinfo_modern" >&5
5294 $as_echo "$gcc_cv_prog_makeinfo_modern" >&6; }
5295 else
5296 gcc_cv_prog_makeinfo_modern=no
5298 if test $gcc_cv_prog_makeinfo_modern = no; then
5299 MAKEINFO="${CONFIG_SHELL-/bin/sh} $ac_aux_dir/missing makeinfo"
5302 if test $gcc_cv_prog_makeinfo_modern = "yes"; then
5303 BUILD_INFO_TRUE=
5304 BUILD_INFO_FALSE='#'
5305 else
5306 BUILD_INFO_TRUE='#'
5307 BUILD_INFO_FALSE=
5312 # Configure libtool
5313 case `pwd` in
5314 *\ * | *\ *)
5315 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5316 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5317 esac
5321 macro_version='2.2.7a'
5322 macro_revision='1.3134'
5336 ltmain="$ac_aux_dir/ltmain.sh"
5338 # Backslashify metacharacters that are still active within
5339 # double-quoted strings.
5340 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5342 # Same as above, but do not quote variable references.
5343 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5345 # Sed substitution to delay expansion of an escaped shell variable in a
5346 # double_quote_subst'ed string.
5347 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5349 # Sed substitution to delay expansion of an escaped single quote.
5350 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5352 # Sed substitution to avoid accidental globbing in evaled expressions
5353 no_glob_subst='s/\*/\\\*/g'
5355 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5356 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5357 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5360 $as_echo_n "checking how to print strings... " >&6; }
5361 # Test print first, because it will be a builtin if present.
5362 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5363 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5364 ECHO='print -r --'
5365 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5366 ECHO='printf %s\n'
5367 else
5368 # Use this function as a fallback that always works.
5369 func_fallback_echo ()
5371 eval 'cat <<_LTECHO_EOF
5373 _LTECHO_EOF'
5375 ECHO='func_fallback_echo'
5378 # func_echo_all arg...
5379 # Invoke $ECHO with all args, space-separated.
5380 func_echo_all ()
5382 $ECHO ""
5385 case "$ECHO" in
5386 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5387 $as_echo "printf" >&6; } ;;
5388 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5389 $as_echo "print -r" >&6; } ;;
5390 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5391 $as_echo "cat" >&6; } ;;
5392 esac
5407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5408 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5409 if test "${ac_cv_path_SED+set}" = set; then :
5410 $as_echo_n "(cached) " >&6
5411 else
5412 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5413 for ac_i in 1 2 3 4 5 6 7; do
5414 ac_script="$ac_script$as_nl$ac_script"
5415 done
5416 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5417 { ac_script=; unset ac_script;}
5418 if test -z "$SED"; then
5419 ac_path_SED_found=false
5420 # Loop through the user's path and test for each of PROGNAME-LIST
5421 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5422 for as_dir in $PATH
5424 IFS=$as_save_IFS
5425 test -z "$as_dir" && as_dir=.
5426 for ac_prog in sed gsed; do
5427 for ac_exec_ext in '' $ac_executable_extensions; do
5428 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5429 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5430 # Check for GNU ac_path_SED and select it if it is found.
5431 # Check for GNU $ac_path_SED
5432 case `"$ac_path_SED" --version 2>&1` in
5433 *GNU*)
5434 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5436 ac_count=0
5437 $as_echo_n 0123456789 >"conftest.in"
5438 while :
5440 cat "conftest.in" "conftest.in" >"conftest.tmp"
5441 mv "conftest.tmp" "conftest.in"
5442 cp "conftest.in" "conftest.nl"
5443 $as_echo '' >> "conftest.nl"
5444 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5445 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5446 as_fn_arith $ac_count + 1 && ac_count=$as_val
5447 if test $ac_count -gt ${ac_path_SED_max-0}; then
5448 # Best one so far, save it but keep looking for a better one
5449 ac_cv_path_SED="$ac_path_SED"
5450 ac_path_SED_max=$ac_count
5452 # 10*(2^10) chars as input seems more than enough
5453 test $ac_count -gt 10 && break
5454 done
5455 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5456 esac
5458 $ac_path_SED_found && break 3
5459 done
5460 done
5461 done
5462 IFS=$as_save_IFS
5463 if test -z "$ac_cv_path_SED"; then
5464 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5466 else
5467 ac_cv_path_SED=$SED
5471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5472 $as_echo "$ac_cv_path_SED" >&6; }
5473 SED="$ac_cv_path_SED"
5474 rm -f conftest.sed
5476 test -z "$SED" && SED=sed
5477 Xsed="$SED -e 1s/^X//"
5489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5490 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5491 if test "${ac_cv_path_GREP+set}" = set; then :
5492 $as_echo_n "(cached) " >&6
5493 else
5494 if test -z "$GREP"; then
5495 ac_path_GREP_found=false
5496 # Loop through the user's path and test for each of PROGNAME-LIST
5497 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5498 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5500 IFS=$as_save_IFS
5501 test -z "$as_dir" && as_dir=.
5502 for ac_prog in grep ggrep; do
5503 for ac_exec_ext in '' $ac_executable_extensions; do
5504 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5505 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5506 # Check for GNU ac_path_GREP and select it if it is found.
5507 # Check for GNU $ac_path_GREP
5508 case `"$ac_path_GREP" --version 2>&1` in
5509 *GNU*)
5510 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5512 ac_count=0
5513 $as_echo_n 0123456789 >"conftest.in"
5514 while :
5516 cat "conftest.in" "conftest.in" >"conftest.tmp"
5517 mv "conftest.tmp" "conftest.in"
5518 cp "conftest.in" "conftest.nl"
5519 $as_echo 'GREP' >> "conftest.nl"
5520 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5521 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5522 as_fn_arith $ac_count + 1 && ac_count=$as_val
5523 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5524 # Best one so far, save it but keep looking for a better one
5525 ac_cv_path_GREP="$ac_path_GREP"
5526 ac_path_GREP_max=$ac_count
5528 # 10*(2^10) chars as input seems more than enough
5529 test $ac_count -gt 10 && break
5530 done
5531 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5532 esac
5534 $ac_path_GREP_found && break 3
5535 done
5536 done
5537 done
5538 IFS=$as_save_IFS
5539 if test -z "$ac_cv_path_GREP"; then
5540 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5542 else
5543 ac_cv_path_GREP=$GREP
5547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5548 $as_echo "$ac_cv_path_GREP" >&6; }
5549 GREP="$ac_cv_path_GREP"
5552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5553 $as_echo_n "checking for egrep... " >&6; }
5554 if test "${ac_cv_path_EGREP+set}" = set; then :
5555 $as_echo_n "(cached) " >&6
5556 else
5557 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5558 then ac_cv_path_EGREP="$GREP -E"
5559 else
5560 if test -z "$EGREP"; then
5561 ac_path_EGREP_found=false
5562 # Loop through the user's path and test for each of PROGNAME-LIST
5563 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5564 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5566 IFS=$as_save_IFS
5567 test -z "$as_dir" && as_dir=.
5568 for ac_prog in egrep; do
5569 for ac_exec_ext in '' $ac_executable_extensions; do
5570 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5571 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5572 # Check for GNU ac_path_EGREP and select it if it is found.
5573 # Check for GNU $ac_path_EGREP
5574 case `"$ac_path_EGREP" --version 2>&1` in
5575 *GNU*)
5576 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5578 ac_count=0
5579 $as_echo_n 0123456789 >"conftest.in"
5580 while :
5582 cat "conftest.in" "conftest.in" >"conftest.tmp"
5583 mv "conftest.tmp" "conftest.in"
5584 cp "conftest.in" "conftest.nl"
5585 $as_echo 'EGREP' >> "conftest.nl"
5586 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5587 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5588 as_fn_arith $ac_count + 1 && ac_count=$as_val
5589 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5590 # Best one so far, save it but keep looking for a better one
5591 ac_cv_path_EGREP="$ac_path_EGREP"
5592 ac_path_EGREP_max=$ac_count
5594 # 10*(2^10) chars as input seems more than enough
5595 test $ac_count -gt 10 && break
5596 done
5597 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5598 esac
5600 $ac_path_EGREP_found && break 3
5601 done
5602 done
5603 done
5604 IFS=$as_save_IFS
5605 if test -z "$ac_cv_path_EGREP"; then
5606 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5608 else
5609 ac_cv_path_EGREP=$EGREP
5614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5615 $as_echo "$ac_cv_path_EGREP" >&6; }
5616 EGREP="$ac_cv_path_EGREP"
5619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5620 $as_echo_n "checking for fgrep... " >&6; }
5621 if test "${ac_cv_path_FGREP+set}" = set; then :
5622 $as_echo_n "(cached) " >&6
5623 else
5624 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5625 then ac_cv_path_FGREP="$GREP -F"
5626 else
5627 if test -z "$FGREP"; then
5628 ac_path_FGREP_found=false
5629 # Loop through the user's path and test for each of PROGNAME-LIST
5630 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5631 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5633 IFS=$as_save_IFS
5634 test -z "$as_dir" && as_dir=.
5635 for ac_prog in fgrep; do
5636 for ac_exec_ext in '' $ac_executable_extensions; do
5637 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5638 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5639 # Check for GNU ac_path_FGREP and select it if it is found.
5640 # Check for GNU $ac_path_FGREP
5641 case `"$ac_path_FGREP" --version 2>&1` in
5642 *GNU*)
5643 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5645 ac_count=0
5646 $as_echo_n 0123456789 >"conftest.in"
5647 while :
5649 cat "conftest.in" "conftest.in" >"conftest.tmp"
5650 mv "conftest.tmp" "conftest.in"
5651 cp "conftest.in" "conftest.nl"
5652 $as_echo 'FGREP' >> "conftest.nl"
5653 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5654 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5655 as_fn_arith $ac_count + 1 && ac_count=$as_val
5656 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5657 # Best one so far, save it but keep looking for a better one
5658 ac_cv_path_FGREP="$ac_path_FGREP"
5659 ac_path_FGREP_max=$ac_count
5661 # 10*(2^10) chars as input seems more than enough
5662 test $ac_count -gt 10 && break
5663 done
5664 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5665 esac
5667 $ac_path_FGREP_found && break 3
5668 done
5669 done
5670 done
5671 IFS=$as_save_IFS
5672 if test -z "$ac_cv_path_FGREP"; then
5673 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5675 else
5676 ac_cv_path_FGREP=$FGREP
5681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5682 $as_echo "$ac_cv_path_FGREP" >&6; }
5683 FGREP="$ac_cv_path_FGREP"
5686 test -z "$GREP" && GREP=grep
5706 # Check whether --with-gnu-ld was given.
5707 if test "${with_gnu_ld+set}" = set; then :
5708 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5709 else
5710 with_gnu_ld=no
5713 ac_prog=ld
5714 if test "$GCC" = yes; then
5715 # Check if gcc -print-prog-name=ld gives a path.
5716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5717 $as_echo_n "checking for ld used by $CC... " >&6; }
5718 case $host in
5719 *-*-mingw*)
5720 # gcc leaves a trailing carriage return which upsets mingw
5721 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5723 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5724 esac
5725 case $ac_prog in
5726 # Accept absolute paths.
5727 [\\/]* | ?:[\\/]*)
5728 re_direlt='/[^/][^/]*/\.\./'
5729 # Canonicalize the pathname of ld
5730 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5731 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5732 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5733 done
5734 test -z "$LD" && LD="$ac_prog"
5737 # If it fails, then pretend we aren't using GCC.
5738 ac_prog=ld
5741 # If it is relative, then search for the first ld in PATH.
5742 with_gnu_ld=unknown
5744 esac
5745 elif test "$with_gnu_ld" = yes; then
5746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5747 $as_echo_n "checking for GNU ld... " >&6; }
5748 else
5749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5750 $as_echo_n "checking for non-GNU ld... " >&6; }
5752 if test "${lt_cv_path_LD+set}" = set; then :
5753 $as_echo_n "(cached) " >&6
5754 else
5755 if test -z "$LD"; then
5756 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5757 for ac_dir in $PATH; do
5758 IFS="$lt_save_ifs"
5759 test -z "$ac_dir" && ac_dir=.
5760 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5761 lt_cv_path_LD="$ac_dir/$ac_prog"
5762 # Check to see if the program is GNU ld. I'd rather use --version,
5763 # but apparently some variants of GNU ld only accept -v.
5764 # Break only if it was the GNU/non-GNU ld that we prefer.
5765 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5766 *GNU* | *'with BFD'*)
5767 test "$with_gnu_ld" != no && break
5770 test "$with_gnu_ld" != yes && break
5772 esac
5774 done
5775 IFS="$lt_save_ifs"
5776 else
5777 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5781 LD="$lt_cv_path_LD"
5782 if test -n "$LD"; then
5783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5784 $as_echo "$LD" >&6; }
5785 else
5786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5787 $as_echo "no" >&6; }
5789 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5791 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5792 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5793 $as_echo_n "(cached) " >&6
5794 else
5795 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5796 case `$LD -v 2>&1 </dev/null` in
5797 *GNU* | *'with BFD'*)
5798 lt_cv_prog_gnu_ld=yes
5801 lt_cv_prog_gnu_ld=no
5803 esac
5805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5806 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5807 with_gnu_ld=$lt_cv_prog_gnu_ld
5817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5818 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5819 if test "${lt_cv_path_NM+set}" = set; then :
5820 $as_echo_n "(cached) " >&6
5821 else
5822 if test -n "$NM"; then
5823 # Let the user override the test.
5824 lt_cv_path_NM="$NM"
5825 else
5826 lt_nm_to_check="${ac_tool_prefix}nm"
5827 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5828 lt_nm_to_check="$lt_nm_to_check nm"
5830 for lt_tmp_nm in $lt_nm_to_check; do
5831 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5832 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5833 IFS="$lt_save_ifs"
5834 test -z "$ac_dir" && ac_dir=.
5835 tmp_nm="$ac_dir/$lt_tmp_nm"
5836 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5837 # Check to see if the nm accepts a BSD-compat flag.
5838 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5839 # nm: unknown option "B" ignored
5840 # Tru64's nm complains that /dev/null is an invalid object file
5841 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5842 */dev/null* | *'Invalid file or object type'*)
5843 lt_cv_path_NM="$tmp_nm -B"
5844 break
5847 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5848 */dev/null*)
5849 lt_cv_path_NM="$tmp_nm -p"
5850 break
5853 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5854 continue # so that we can try to find one that supports BSD flags
5856 esac
5858 esac
5860 done
5861 IFS="$lt_save_ifs"
5862 done
5863 : ${lt_cv_path_NM=no}
5866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5867 $as_echo "$lt_cv_path_NM" >&6; }
5868 if test "$lt_cv_path_NM" != "no"; then
5869 NM="$lt_cv_path_NM"
5870 else
5871 # Didn't find any BSD compatible name lister, look for dumpbin.
5872 if test -n "$DUMPBIN"; then :
5873 # Let the user override the test.
5874 else
5875 if test -n "$ac_tool_prefix"; then
5876 for ac_prog in dumpbin "link -dump"
5878 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5879 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5881 $as_echo_n "checking for $ac_word... " >&6; }
5882 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5883 $as_echo_n "(cached) " >&6
5884 else
5885 if test -n "$DUMPBIN"; then
5886 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5887 else
5888 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5889 for as_dir in $PATH
5891 IFS=$as_save_IFS
5892 test -z "$as_dir" && as_dir=.
5893 for ac_exec_ext in '' $ac_executable_extensions; do
5894 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5895 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5896 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5897 break 2
5899 done
5900 done
5901 IFS=$as_save_IFS
5905 DUMPBIN=$ac_cv_prog_DUMPBIN
5906 if test -n "$DUMPBIN"; then
5907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5908 $as_echo "$DUMPBIN" >&6; }
5909 else
5910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5911 $as_echo "no" >&6; }
5915 test -n "$DUMPBIN" && break
5916 done
5918 if test -z "$DUMPBIN"; then
5919 ac_ct_DUMPBIN=$DUMPBIN
5920 for ac_prog in dumpbin "link -dump"
5922 # Extract the first word of "$ac_prog", so it can be a program name with args.
5923 set dummy $ac_prog; ac_word=$2
5924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5925 $as_echo_n "checking for $ac_word... " >&6; }
5926 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5927 $as_echo_n "(cached) " >&6
5928 else
5929 if test -n "$ac_ct_DUMPBIN"; then
5930 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5931 else
5932 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5933 for as_dir in $PATH
5935 IFS=$as_save_IFS
5936 test -z "$as_dir" && as_dir=.
5937 for ac_exec_ext in '' $ac_executable_extensions; do
5938 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5939 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5940 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5941 break 2
5943 done
5944 done
5945 IFS=$as_save_IFS
5949 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5950 if test -n "$ac_ct_DUMPBIN"; then
5951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5952 $as_echo "$ac_ct_DUMPBIN" >&6; }
5953 else
5954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5955 $as_echo "no" >&6; }
5959 test -n "$ac_ct_DUMPBIN" && break
5960 done
5962 if test "x$ac_ct_DUMPBIN" = x; then
5963 DUMPBIN=":"
5964 else
5965 case $cross_compiling:$ac_tool_warned in
5966 yes:)
5967 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5968 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5969 ac_tool_warned=yes ;;
5970 esac
5971 DUMPBIN=$ac_ct_DUMPBIN
5975 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5976 *COFF*)
5977 DUMPBIN="$DUMPBIN -symbols"
5980 DUMPBIN=:
5982 esac
5985 if test "$DUMPBIN" != ":"; then
5986 NM="$DUMPBIN"
5989 test -z "$NM" && NM=nm
5996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5997 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5998 if test "${lt_cv_nm_interface+set}" = set; then :
5999 $as_echo_n "(cached) " >&6
6000 else
6001 lt_cv_nm_interface="BSD nm"
6002 echo "int some_variable = 0;" > conftest.$ac_ext
6003 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6004 (eval "$ac_compile" 2>conftest.err)
6005 cat conftest.err >&5
6006 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6007 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6008 cat conftest.err >&5
6009 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6010 cat conftest.out >&5
6011 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6012 lt_cv_nm_interface="MS dumpbin"
6014 rm -f conftest*
6016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6017 $as_echo "$lt_cv_nm_interface" >&6; }
6019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6020 $as_echo_n "checking whether ln -s works... " >&6; }
6021 LN_S=$as_ln_s
6022 if test "$LN_S" = "ln -s"; then
6023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6024 $as_echo "yes" >&6; }
6025 else
6026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6027 $as_echo "no, using $LN_S" >&6; }
6030 # find the maximum length of command line arguments
6031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6032 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6033 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6034 $as_echo_n "(cached) " >&6
6035 else
6037 teststring="ABCD"
6039 case $build_os in
6040 msdosdjgpp*)
6041 # On DJGPP, this test can blow up pretty badly due to problems in libc
6042 # (any single argument exceeding 2000 bytes causes a buffer overrun
6043 # during glob expansion). Even if it were fixed, the result of this
6044 # check would be larger than it should be.
6045 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6048 gnu*)
6049 # Under GNU Hurd, this test is not required because there is
6050 # no limit to the length of command line arguments.
6051 # Libtool will interpret -1 as no limit whatsoever
6052 lt_cv_sys_max_cmd_len=-1;
6055 cygwin* | mingw* | cegcc*)
6056 # On Win9x/ME, this test blows up -- it succeeds, but takes
6057 # about 5 minutes as the teststring grows exponentially.
6058 # Worse, since 9x/ME are not pre-emptively multitasking,
6059 # you end up with a "frozen" computer, even though with patience
6060 # the test eventually succeeds (with a max line length of 256k).
6061 # Instead, let's just punt: use the minimum linelength reported by
6062 # all of the supported platforms: 8192 (on NT/2K/XP).
6063 lt_cv_sys_max_cmd_len=8192;
6066 mint*)
6067 # On MiNT this can take a long time and run out of memory.
6068 lt_cv_sys_max_cmd_len=8192;
6071 amigaos*)
6072 # On AmigaOS with pdksh, this test takes hours, literally.
6073 # So we just punt and use a minimum line length of 8192.
6074 lt_cv_sys_max_cmd_len=8192;
6077 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6078 # This has been around since 386BSD, at least. Likely further.
6079 if test -x /sbin/sysctl; then
6080 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6081 elif test -x /usr/sbin/sysctl; then
6082 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6083 else
6084 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6086 # And add a safety zone
6087 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6088 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6091 interix*)
6092 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6093 lt_cv_sys_max_cmd_len=196608
6096 osf*)
6097 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6098 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6099 # nice to cause kernel panics so lets avoid the loop below.
6100 # First set a reasonable default.
6101 lt_cv_sys_max_cmd_len=16384
6103 if test -x /sbin/sysconfig; then
6104 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6105 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6106 esac
6109 sco3.2v5*)
6110 lt_cv_sys_max_cmd_len=102400
6112 sysv5* | sco5v6* | sysv4.2uw2*)
6113 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6114 if test -n "$kargmax"; then
6115 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6116 else
6117 lt_cv_sys_max_cmd_len=32768
6121 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6122 if test -n "$lt_cv_sys_max_cmd_len"; then
6123 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6124 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6125 else
6126 # Make teststring a little bigger before we do anything with it.
6127 # a 1K string should be a reasonable start.
6128 for i in 1 2 3 4 5 6 7 8 ; do
6129 teststring=$teststring$teststring
6130 done
6131 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6132 # If test is not a shell built-in, we'll probably end up computing a
6133 # maximum length that is only half of the actual maximum length, but
6134 # we can't tell.
6135 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6136 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6137 test $i != 17 # 1/2 MB should be enough
6139 i=`expr $i + 1`
6140 teststring=$teststring$teststring
6141 done
6142 # Only check the string length outside the loop.
6143 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6144 teststring=
6145 # Add a significant safety factor because C++ compilers can tack on
6146 # massive amounts of additional arguments before passing them to the
6147 # linker. It appears as though 1/2 is a usable value.
6148 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6151 esac
6155 if test -n $lt_cv_sys_max_cmd_len ; then
6156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6157 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6158 else
6159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6160 $as_echo "none" >&6; }
6162 max_cmd_len=$lt_cv_sys_max_cmd_len
6169 : ${CP="cp -f"}
6170 : ${MV="mv -f"}
6171 : ${RM="rm -f"}
6173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6174 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6175 # Try some XSI features
6176 xsi_shell=no
6177 ( _lt_dummy="a/b/c"
6178 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6179 = c,a/b,, \
6180 && eval 'test $(( 1 + 1 )) -eq 2 \
6181 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6182 && xsi_shell=yes
6183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6184 $as_echo "$xsi_shell" >&6; }
6187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6188 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6189 lt_shell_append=no
6190 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6191 >/dev/null 2>&1 \
6192 && lt_shell_append=yes
6193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6194 $as_echo "$lt_shell_append" >&6; }
6197 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6198 lt_unset=unset
6199 else
6200 lt_unset=false
6207 # test EBCDIC or ASCII
6208 case `echo X|tr X '\101'` in
6209 A) # ASCII based system
6210 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6211 lt_SP2NL='tr \040 \012'
6212 lt_NL2SP='tr \015\012 \040\040'
6214 *) # EBCDIC based system
6215 lt_SP2NL='tr \100 \n'
6216 lt_NL2SP='tr \r\n \100\100'
6218 esac
6228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6229 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6230 if test "${lt_cv_ld_reload_flag+set}" = set; then :
6231 $as_echo_n "(cached) " >&6
6232 else
6233 lt_cv_ld_reload_flag='-r'
6235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6236 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6237 reload_flag=$lt_cv_ld_reload_flag
6238 case $reload_flag in
6239 "" | " "*) ;;
6240 *) reload_flag=" $reload_flag" ;;
6241 esac
6242 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6243 case $host_os in
6244 darwin*)
6245 if test "$GCC" = yes; then
6246 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6247 else
6248 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6251 esac
6261 if test -n "$ac_tool_prefix"; then
6262 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6263 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6265 $as_echo_n "checking for $ac_word... " >&6; }
6266 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6267 $as_echo_n "(cached) " >&6
6268 else
6269 if test -n "$OBJDUMP"; then
6270 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6271 else
6272 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6273 for as_dir in $PATH
6275 IFS=$as_save_IFS
6276 test -z "$as_dir" && as_dir=.
6277 for ac_exec_ext in '' $ac_executable_extensions; do
6278 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6279 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6280 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6281 break 2
6283 done
6284 done
6285 IFS=$as_save_IFS
6289 OBJDUMP=$ac_cv_prog_OBJDUMP
6290 if test -n "$OBJDUMP"; then
6291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6292 $as_echo "$OBJDUMP" >&6; }
6293 else
6294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6295 $as_echo "no" >&6; }
6300 if test -z "$ac_cv_prog_OBJDUMP"; then
6301 ac_ct_OBJDUMP=$OBJDUMP
6302 # Extract the first word of "objdump", so it can be a program name with args.
6303 set dummy objdump; ac_word=$2
6304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6305 $as_echo_n "checking for $ac_word... " >&6; }
6306 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6307 $as_echo_n "(cached) " >&6
6308 else
6309 if test -n "$ac_ct_OBJDUMP"; then
6310 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6311 else
6312 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6313 for as_dir in $PATH
6315 IFS=$as_save_IFS
6316 test -z "$as_dir" && as_dir=.
6317 for ac_exec_ext in '' $ac_executable_extensions; do
6318 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6319 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6320 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6321 break 2
6323 done
6324 done
6325 IFS=$as_save_IFS
6329 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6330 if test -n "$ac_ct_OBJDUMP"; then
6331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6332 $as_echo "$ac_ct_OBJDUMP" >&6; }
6333 else
6334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6335 $as_echo "no" >&6; }
6338 if test "x$ac_ct_OBJDUMP" = x; then
6339 OBJDUMP="false"
6340 else
6341 case $cross_compiling:$ac_tool_warned in
6342 yes:)
6343 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6344 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6345 ac_tool_warned=yes ;;
6346 esac
6347 OBJDUMP=$ac_ct_OBJDUMP
6349 else
6350 OBJDUMP="$ac_cv_prog_OBJDUMP"
6353 test -z "$OBJDUMP" && OBJDUMP=objdump
6363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6364 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6365 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6366 $as_echo_n "(cached) " >&6
6367 else
6368 lt_cv_file_magic_cmd='$MAGIC_CMD'
6369 lt_cv_file_magic_test_file=
6370 lt_cv_deplibs_check_method='unknown'
6371 # Need to set the preceding variable on all platforms that support
6372 # interlibrary dependencies.
6373 # 'none' -- dependencies not supported.
6374 # `unknown' -- same as none, but documents that we really don't know.
6375 # 'pass_all' -- all dependencies passed with no checks.
6376 # 'test_compile' -- check by making test program.
6377 # 'file_magic [[regex]]' -- check by looking for files in library path
6378 # which responds to the $file_magic_cmd with a given extended regex.
6379 # If you have `file' or equivalent on your system and you're not sure
6380 # whether `pass_all' will *always* work, you probably want this one.
6382 case $host_os in
6383 aix[4-9]*)
6384 lt_cv_deplibs_check_method=pass_all
6387 beos*)
6388 lt_cv_deplibs_check_method=pass_all
6391 bsdi[45]*)
6392 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6393 lt_cv_file_magic_cmd='/usr/bin/file -L'
6394 lt_cv_file_magic_test_file=/shlib/libc.so
6397 cygwin*)
6398 # func_win32_libid is a shell function defined in ltmain.sh
6399 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6400 lt_cv_file_magic_cmd='func_win32_libid'
6403 mingw* | pw32*)
6404 # Base MSYS/MinGW do not provide the 'file' command needed by
6405 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6406 # unless we find 'file', for example because we are cross-compiling.
6407 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6408 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6409 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6410 lt_cv_file_magic_cmd='func_win32_libid'
6411 else
6412 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6413 lt_cv_file_magic_cmd='$OBJDUMP -f'
6417 cegcc*)
6418 # use the weaker test based on 'objdump'. See mingw*.
6419 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6420 lt_cv_file_magic_cmd='$OBJDUMP -f'
6423 darwin* | rhapsody*)
6424 lt_cv_deplibs_check_method=pass_all
6427 freebsd* | dragonfly*)
6428 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6429 case $host_cpu in
6430 i*86 )
6431 # Not sure whether the presence of OpenBSD here was a mistake.
6432 # Let's accept both of them until this is cleared up.
6433 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6434 lt_cv_file_magic_cmd=/usr/bin/file
6435 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6437 esac
6438 else
6439 lt_cv_deplibs_check_method=pass_all
6443 gnu*)
6444 lt_cv_deplibs_check_method=pass_all
6447 haiku*)
6448 lt_cv_deplibs_check_method=pass_all
6451 hpux10.20* | hpux11*)
6452 lt_cv_file_magic_cmd=/usr/bin/file
6453 case $host_cpu in
6454 ia64*)
6455 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6456 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6458 hppa*64*)
6459 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]'
6460 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6463 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6464 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6466 esac
6469 interix[3-9]*)
6470 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6471 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6474 irix5* | irix6* | nonstopux*)
6475 case $LD in
6476 *-32|*"-32 ") libmagic=32-bit;;
6477 *-n32|*"-n32 ") libmagic=N32;;
6478 *-64|*"-64 ") libmagic=64-bit;;
6479 *) libmagic=never-match;;
6480 esac
6481 lt_cv_deplibs_check_method=pass_all
6484 # This must be Linux ELF.
6485 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6486 lt_cv_deplibs_check_method=pass_all
6489 netbsd*)
6490 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6491 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6492 else
6493 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6497 newos6*)
6498 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6499 lt_cv_file_magic_cmd=/usr/bin/file
6500 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6503 *nto* | *qnx*)
6504 lt_cv_deplibs_check_method=pass_all
6507 openbsd*)
6508 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6509 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6510 else
6511 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6515 osf3* | osf4* | osf5*)
6516 lt_cv_deplibs_check_method=pass_all
6519 rdos*)
6520 lt_cv_deplibs_check_method=pass_all
6523 solaris*)
6524 lt_cv_deplibs_check_method=pass_all
6527 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6528 lt_cv_deplibs_check_method=pass_all
6531 sysv4 | sysv4.3*)
6532 case $host_vendor in
6533 motorola)
6534 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]'
6535 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6537 ncr)
6538 lt_cv_deplibs_check_method=pass_all
6540 sequent)
6541 lt_cv_file_magic_cmd='/bin/file'
6542 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6544 sni)
6545 lt_cv_file_magic_cmd='/bin/file'
6546 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6547 lt_cv_file_magic_test_file=/lib/libc.so
6549 siemens)
6550 lt_cv_deplibs_check_method=pass_all
6553 lt_cv_deplibs_check_method=pass_all
6555 esac
6558 tpf*)
6559 lt_cv_deplibs_check_method=pass_all
6561 esac
6564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6565 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6566 file_magic_cmd=$lt_cv_file_magic_cmd
6567 deplibs_check_method=$lt_cv_deplibs_check_method
6568 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6581 if test -n "$ac_tool_prefix"; then
6582 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6583 set dummy ${ac_tool_prefix}ar; ac_word=$2
6584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6585 $as_echo_n "checking for $ac_word... " >&6; }
6586 if test "${ac_cv_prog_AR+set}" = set; then :
6587 $as_echo_n "(cached) " >&6
6588 else
6589 if test -n "$AR"; then
6590 ac_cv_prog_AR="$AR" # Let the user override the test.
6591 else
6592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6593 for as_dir in $PATH
6595 IFS=$as_save_IFS
6596 test -z "$as_dir" && as_dir=.
6597 for ac_exec_ext in '' $ac_executable_extensions; do
6598 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6599 ac_cv_prog_AR="${ac_tool_prefix}ar"
6600 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6601 break 2
6603 done
6604 done
6605 IFS=$as_save_IFS
6609 AR=$ac_cv_prog_AR
6610 if test -n "$AR"; then
6611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6612 $as_echo "$AR" >&6; }
6613 else
6614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6615 $as_echo "no" >&6; }
6620 if test -z "$ac_cv_prog_AR"; then
6621 ac_ct_AR=$AR
6622 # Extract the first word of "ar", so it can be a program name with args.
6623 set dummy ar; ac_word=$2
6624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6625 $as_echo_n "checking for $ac_word... " >&6; }
6626 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6627 $as_echo_n "(cached) " >&6
6628 else
6629 if test -n "$ac_ct_AR"; then
6630 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6631 else
6632 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6633 for as_dir in $PATH
6635 IFS=$as_save_IFS
6636 test -z "$as_dir" && as_dir=.
6637 for ac_exec_ext in '' $ac_executable_extensions; do
6638 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6639 ac_cv_prog_ac_ct_AR="ar"
6640 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6641 break 2
6643 done
6644 done
6645 IFS=$as_save_IFS
6649 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6650 if test -n "$ac_ct_AR"; then
6651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6652 $as_echo "$ac_ct_AR" >&6; }
6653 else
6654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6655 $as_echo "no" >&6; }
6658 if test "x$ac_ct_AR" = x; then
6659 AR="false"
6660 else
6661 case $cross_compiling:$ac_tool_warned in
6662 yes:)
6663 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6664 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6665 ac_tool_warned=yes ;;
6666 esac
6667 AR=$ac_ct_AR
6669 else
6670 AR="$ac_cv_prog_AR"
6673 test -z "$AR" && AR=ar
6674 test -z "$AR_FLAGS" && AR_FLAGS=cru
6686 if test -n "$ac_tool_prefix"; then
6687 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6688 set dummy ${ac_tool_prefix}strip; ac_word=$2
6689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6690 $as_echo_n "checking for $ac_word... " >&6; }
6691 if test "${ac_cv_prog_STRIP+set}" = set; then :
6692 $as_echo_n "(cached) " >&6
6693 else
6694 if test -n "$STRIP"; then
6695 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6696 else
6697 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6698 for as_dir in $PATH
6700 IFS=$as_save_IFS
6701 test -z "$as_dir" && as_dir=.
6702 for ac_exec_ext in '' $ac_executable_extensions; do
6703 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6704 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6705 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6706 break 2
6708 done
6709 done
6710 IFS=$as_save_IFS
6714 STRIP=$ac_cv_prog_STRIP
6715 if test -n "$STRIP"; then
6716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6717 $as_echo "$STRIP" >&6; }
6718 else
6719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6720 $as_echo "no" >&6; }
6725 if test -z "$ac_cv_prog_STRIP"; then
6726 ac_ct_STRIP=$STRIP
6727 # Extract the first word of "strip", so it can be a program name with args.
6728 set dummy strip; ac_word=$2
6729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6730 $as_echo_n "checking for $ac_word... " >&6; }
6731 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6732 $as_echo_n "(cached) " >&6
6733 else
6734 if test -n "$ac_ct_STRIP"; then
6735 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6736 else
6737 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6738 for as_dir in $PATH
6740 IFS=$as_save_IFS
6741 test -z "$as_dir" && as_dir=.
6742 for ac_exec_ext in '' $ac_executable_extensions; do
6743 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6744 ac_cv_prog_ac_ct_STRIP="strip"
6745 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6746 break 2
6748 done
6749 done
6750 IFS=$as_save_IFS
6754 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6755 if test -n "$ac_ct_STRIP"; then
6756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6757 $as_echo "$ac_ct_STRIP" >&6; }
6758 else
6759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6760 $as_echo "no" >&6; }
6763 if test "x$ac_ct_STRIP" = x; then
6764 STRIP=":"
6765 else
6766 case $cross_compiling:$ac_tool_warned in
6767 yes:)
6768 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6769 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6770 ac_tool_warned=yes ;;
6771 esac
6772 STRIP=$ac_ct_STRIP
6774 else
6775 STRIP="$ac_cv_prog_STRIP"
6778 test -z "$STRIP" && STRIP=:
6785 if test -n "$ac_tool_prefix"; then
6786 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6787 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6789 $as_echo_n "checking for $ac_word... " >&6; }
6790 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6791 $as_echo_n "(cached) " >&6
6792 else
6793 if test -n "$RANLIB"; then
6794 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6795 else
6796 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6797 for as_dir in $PATH
6799 IFS=$as_save_IFS
6800 test -z "$as_dir" && as_dir=.
6801 for ac_exec_ext in '' $ac_executable_extensions; do
6802 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6803 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6804 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6805 break 2
6807 done
6808 done
6809 IFS=$as_save_IFS
6813 RANLIB=$ac_cv_prog_RANLIB
6814 if test -n "$RANLIB"; then
6815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6816 $as_echo "$RANLIB" >&6; }
6817 else
6818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6819 $as_echo "no" >&6; }
6824 if test -z "$ac_cv_prog_RANLIB"; then
6825 ac_ct_RANLIB=$RANLIB
6826 # Extract the first word of "ranlib", so it can be a program name with args.
6827 set dummy ranlib; ac_word=$2
6828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6829 $as_echo_n "checking for $ac_word... " >&6; }
6830 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6831 $as_echo_n "(cached) " >&6
6832 else
6833 if test -n "$ac_ct_RANLIB"; then
6834 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6835 else
6836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6837 for as_dir in $PATH
6839 IFS=$as_save_IFS
6840 test -z "$as_dir" && as_dir=.
6841 for ac_exec_ext in '' $ac_executable_extensions; do
6842 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6843 ac_cv_prog_ac_ct_RANLIB="ranlib"
6844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6845 break 2
6847 done
6848 done
6849 IFS=$as_save_IFS
6853 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6854 if test -n "$ac_ct_RANLIB"; then
6855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6856 $as_echo "$ac_ct_RANLIB" >&6; }
6857 else
6858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6859 $as_echo "no" >&6; }
6862 if test "x$ac_ct_RANLIB" = x; then
6863 RANLIB=":"
6864 else
6865 case $cross_compiling:$ac_tool_warned in
6866 yes:)
6867 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6868 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6869 ac_tool_warned=yes ;;
6870 esac
6871 RANLIB=$ac_ct_RANLIB
6873 else
6874 RANLIB="$ac_cv_prog_RANLIB"
6877 test -z "$RANLIB" && RANLIB=:
6884 # Determine commands to create old-style static archives.
6885 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6886 old_postinstall_cmds='chmod 644 $oldlib'
6887 old_postuninstall_cmds=
6889 if test -n "$RANLIB"; then
6890 case $host_os in
6891 openbsd*)
6892 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6895 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6897 esac
6898 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6901 case $host_os in
6902 darwin*)
6903 lock_old_archive_extraction=yes ;;
6905 lock_old_archive_extraction=no ;;
6906 esac
6946 # If no C compiler was specified, use CC.
6947 LTCC=${LTCC-"$CC"}
6949 # If no C compiler flags were specified, use CFLAGS.
6950 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6952 # Allow CC to be a program name with arguments.
6953 compiler=$CC
6956 # Check for command to grab the raw symbol name followed by C symbol from nm.
6957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6958 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6959 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6960 $as_echo_n "(cached) " >&6
6961 else
6963 # These are sane defaults that work on at least a few old systems.
6964 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6966 # Character class describing NM global symbol codes.
6967 symcode='[BCDEGRST]'
6969 # Regexp to match symbols that can be accessed directly from C.
6970 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6972 # Define system-specific variables.
6973 case $host_os in
6974 aix*)
6975 symcode='[BCDT]'
6977 cygwin* | mingw* | pw32* | cegcc*)
6978 symcode='[ABCDGISTW]'
6980 hpux*)
6981 if test "$host_cpu" = ia64; then
6982 symcode='[ABCDEGRST]'
6985 irix* | nonstopux*)
6986 symcode='[BCDEGRST]'
6988 osf*)
6989 symcode='[BCDEGQRST]'
6991 solaris*)
6992 symcode='[BDRT]'
6994 sco3.2v5*)
6995 symcode='[DT]'
6997 sysv4.2uw2*)
6998 symcode='[DT]'
7000 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7001 symcode='[ABDT]'
7003 sysv4)
7004 symcode='[DFNSTU]'
7006 esac
7008 # If we're using GNU nm, then use its standard symbol codes.
7009 case `$NM -V 2>&1` in
7010 *GNU* | *'with BFD'*)
7011 symcode='[ABCDGIRSTW]' ;;
7012 esac
7014 # Transform an extracted symbol line into a proper C declaration.
7015 # Some systems (esp. on ia64) link data and code symbols differently,
7016 # so use this general approach.
7017 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7019 # Transform an extracted symbol line into symbol name and symbol address
7020 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7021 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'"
7023 # Handle CRLF in mingw tool chain
7024 opt_cr=
7025 case $build_os in
7026 mingw*)
7027 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7029 esac
7031 # Try without a prefix underscore, then with it.
7032 for ac_symprfx in "" "_"; do
7034 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7035 symxfrm="\\1 $ac_symprfx\\2 \\2"
7037 # Write the raw and C identifiers.
7038 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7039 # Fake it for dumpbin and say T for any non-static function
7040 # and D for any global variable.
7041 # Also find C++ and __fastcall symbols from MSVC++,
7042 # which start with @ or ?.
7043 lt_cv_sys_global_symbol_pipe="$AWK '"\
7044 " {last_section=section; section=\$ 3};"\
7045 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7046 " \$ 0!~/External *\|/{next};"\
7047 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7048 " {if(hide[section]) next};"\
7049 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7050 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7051 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7052 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7053 " ' prfx=^$ac_symprfx"
7054 else
7055 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7058 # Check to see that the pipe works correctly.
7059 pipe_works=no
7061 rm -f conftest*
7062 cat > conftest.$ac_ext <<_LT_EOF
7063 #ifdef __cplusplus
7064 extern "C" {
7065 #endif
7066 char nm_test_var;
7067 void nm_test_func(void);
7068 void nm_test_func(void){}
7069 #ifdef __cplusplus
7071 #endif
7072 int main(){nm_test_var='a';nm_test_func();return(0);}
7073 _LT_EOF
7075 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7076 (eval $ac_compile) 2>&5
7077 ac_status=$?
7078 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7079 test $ac_status = 0; }; then
7080 # Now try to grab the symbols.
7081 nlist=conftest.nm
7082 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7083 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7084 ac_status=$?
7085 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7086 test $ac_status = 0; } && test -s "$nlist"; then
7087 # Try sorting and uniquifying the output.
7088 if sort "$nlist" | uniq > "$nlist"T; then
7089 mv -f "$nlist"T "$nlist"
7090 else
7091 rm -f "$nlist"T
7094 # Make sure that we snagged all the symbols we need.
7095 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7096 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7097 cat <<_LT_EOF > conftest.$ac_ext
7098 #ifdef __cplusplus
7099 extern "C" {
7100 #endif
7102 _LT_EOF
7103 # Now generate the symbol file.
7104 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7106 cat <<_LT_EOF >> conftest.$ac_ext
7108 /* The mapping between symbol names and symbols. */
7109 const struct {
7110 const char *name;
7111 void *address;
7113 lt__PROGRAM__LTX_preloaded_symbols[] =
7115 { "@PROGRAM@", (void *) 0 },
7116 _LT_EOF
7117 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7118 cat <<\_LT_EOF >> conftest.$ac_ext
7119 {0, (void *) 0}
7122 /* This works around a problem in FreeBSD linker */
7123 #ifdef FREEBSD_WORKAROUND
7124 static const void *lt_preloaded_setup() {
7125 return lt__PROGRAM__LTX_preloaded_symbols;
7127 #endif
7129 #ifdef __cplusplus
7131 #endif
7132 _LT_EOF
7133 # Now try linking the two files.
7134 mv conftest.$ac_objext conftstm.$ac_objext
7135 lt_save_LIBS="$LIBS"
7136 lt_save_CFLAGS="$CFLAGS"
7137 LIBS="conftstm.$ac_objext"
7138 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7139 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7140 (eval $ac_link) 2>&5
7141 ac_status=$?
7142 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7143 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7144 pipe_works=yes
7146 LIBS="$lt_save_LIBS"
7147 CFLAGS="$lt_save_CFLAGS"
7148 else
7149 echo "cannot find nm_test_func in $nlist" >&5
7151 else
7152 echo "cannot find nm_test_var in $nlist" >&5
7154 else
7155 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7157 else
7158 echo "$progname: failed program was:" >&5
7159 cat conftest.$ac_ext >&5
7161 rm -rf conftest* conftst*
7163 # Do not use the global_symbol_pipe unless it works.
7164 if test "$pipe_works" = yes; then
7165 break
7166 else
7167 lt_cv_sys_global_symbol_pipe=
7169 done
7173 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7174 lt_cv_sys_global_symbol_to_cdecl=
7176 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7178 $as_echo "failed" >&6; }
7179 else
7180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7181 $as_echo "ok" >&6; }
7206 # Check whether --enable-libtool-lock was given.
7207 if test "${enable_libtool_lock+set}" = set; then :
7208 enableval=$enable_libtool_lock;
7211 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7213 # Some flags need to be propagated to the compiler or linker for good
7214 # libtool support.
7215 case $host in
7216 ia64-*-hpux*)
7217 # Find out which ABI we are using.
7218 echo 'int i;' > conftest.$ac_ext
7219 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7220 (eval $ac_compile) 2>&5
7221 ac_status=$?
7222 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7223 test $ac_status = 0; }; then
7224 case `/usr/bin/file conftest.$ac_objext` in
7225 *ELF-32*)
7226 HPUX_IA64_MODE="32"
7228 *ELF-64*)
7229 HPUX_IA64_MODE="64"
7231 esac
7233 rm -rf conftest*
7235 *-*-irix6*)
7236 # Find out which ABI we are using.
7237 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7238 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7239 (eval $ac_compile) 2>&5
7240 ac_status=$?
7241 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7242 test $ac_status = 0; }; then
7243 if test "$lt_cv_prog_gnu_ld" = yes; then
7244 case `/usr/bin/file conftest.$ac_objext` in
7245 *32-bit*)
7246 LD="${LD-ld} -melf32bsmip"
7248 *N32*)
7249 LD="${LD-ld} -melf32bmipn32"
7251 *64-bit*)
7252 LD="${LD-ld} -melf64bmip"
7254 esac
7255 else
7256 case `/usr/bin/file conftest.$ac_objext` in
7257 *32-bit*)
7258 LD="${LD-ld} -32"
7260 *N32*)
7261 LD="${LD-ld} -n32"
7263 *64-bit*)
7264 LD="${LD-ld} -64"
7266 esac
7269 rm -rf conftest*
7272 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
7273 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7274 # Find out which ABI we are using.
7275 echo 'int i;' > conftest.$ac_ext
7276 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7277 (eval $ac_compile) 2>&5
7278 ac_status=$?
7279 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7280 test $ac_status = 0; }; then
7281 case `/usr/bin/file conftest.o` in
7282 *32-bit*)
7283 case $host in
7284 x86_64-*kfreebsd*-gnu)
7285 LD="${LD-ld} -m elf_i386_fbsd"
7287 x86_64-*linux*)
7288 LD="${LD-ld} -m elf_i386"
7290 ppc64-*linux*|powerpc64-*linux*)
7291 LD="${LD-ld} -m elf32ppclinux"
7293 s390x-*linux*)
7294 LD="${LD-ld} -m elf_s390"
7296 sparc64-*linux*)
7297 LD="${LD-ld} -m elf32_sparc"
7299 esac
7301 *64-bit*)
7302 case $host in
7303 x86_64-*kfreebsd*-gnu)
7304 LD="${LD-ld} -m elf_x86_64_fbsd"
7306 x86_64-*linux*)
7307 LD="${LD-ld} -m elf_x86_64"
7309 ppc*-*linux*|powerpc*-*linux*)
7310 LD="${LD-ld} -m elf64ppc"
7312 s390*-*linux*|s390*-*tpf*)
7313 LD="${LD-ld} -m elf64_s390"
7315 sparc*-*linux*)
7316 LD="${LD-ld} -m elf64_sparc"
7318 esac
7320 esac
7322 rm -rf conftest*
7325 *-*-sco3.2v5*)
7326 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7327 SAVE_CFLAGS="$CFLAGS"
7328 CFLAGS="$CFLAGS -belf"
7329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7330 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7331 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7332 $as_echo_n "(cached) " >&6
7333 else
7334 ac_ext=c
7335 ac_cpp='$CPP $CPPFLAGS'
7336 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7337 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7338 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7341 /* end confdefs.h. */
7344 main ()
7348 return 0;
7350 _ACEOF
7351 if ac_fn_c_try_link "$LINENO"; then :
7352 lt_cv_cc_needs_belf=yes
7353 else
7354 lt_cv_cc_needs_belf=no
7356 rm -f core conftest.err conftest.$ac_objext \
7357 conftest$ac_exeext conftest.$ac_ext
7358 ac_ext=c
7359 ac_cpp='$CPP $CPPFLAGS'
7360 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7361 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7362 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7366 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7367 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7368 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7369 CFLAGS="$SAVE_CFLAGS"
7372 sparc*-*solaris*)
7373 # Find out which ABI we are using.
7374 echo 'int i;' > conftest.$ac_ext
7375 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7376 (eval $ac_compile) 2>&5
7377 ac_status=$?
7378 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7379 test $ac_status = 0; }; then
7380 case `/usr/bin/file conftest.o` in
7381 *64-bit*)
7382 case $lt_cv_prog_gnu_ld in
7383 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7385 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7386 LD="${LD-ld} -64"
7389 esac
7391 esac
7393 rm -rf conftest*
7395 esac
7397 need_locks="$enable_libtool_lock"
7400 case $host_os in
7401 rhapsody* | darwin*)
7402 if test -n "$ac_tool_prefix"; then
7403 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7404 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7406 $as_echo_n "checking for $ac_word... " >&6; }
7407 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7408 $as_echo_n "(cached) " >&6
7409 else
7410 if test -n "$DSYMUTIL"; then
7411 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7412 else
7413 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7414 for as_dir in $PATH
7416 IFS=$as_save_IFS
7417 test -z "$as_dir" && as_dir=.
7418 for ac_exec_ext in '' $ac_executable_extensions; do
7419 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7420 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7421 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7422 break 2
7424 done
7425 done
7426 IFS=$as_save_IFS
7430 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7431 if test -n "$DSYMUTIL"; then
7432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7433 $as_echo "$DSYMUTIL" >&6; }
7434 else
7435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7436 $as_echo "no" >&6; }
7441 if test -z "$ac_cv_prog_DSYMUTIL"; then
7442 ac_ct_DSYMUTIL=$DSYMUTIL
7443 # Extract the first word of "dsymutil", so it can be a program name with args.
7444 set dummy dsymutil; ac_word=$2
7445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7446 $as_echo_n "checking for $ac_word... " >&6; }
7447 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7448 $as_echo_n "(cached) " >&6
7449 else
7450 if test -n "$ac_ct_DSYMUTIL"; then
7451 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7452 else
7453 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7454 for as_dir in $PATH
7456 IFS=$as_save_IFS
7457 test -z "$as_dir" && as_dir=.
7458 for ac_exec_ext in '' $ac_executable_extensions; do
7459 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7460 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7461 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7462 break 2
7464 done
7465 done
7466 IFS=$as_save_IFS
7470 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7471 if test -n "$ac_ct_DSYMUTIL"; then
7472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7473 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7474 else
7475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7476 $as_echo "no" >&6; }
7479 if test "x$ac_ct_DSYMUTIL" = x; then
7480 DSYMUTIL=":"
7481 else
7482 case $cross_compiling:$ac_tool_warned in
7483 yes:)
7484 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7485 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7486 ac_tool_warned=yes ;;
7487 esac
7488 DSYMUTIL=$ac_ct_DSYMUTIL
7490 else
7491 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7494 if test -n "$ac_tool_prefix"; then
7495 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7496 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7498 $as_echo_n "checking for $ac_word... " >&6; }
7499 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7500 $as_echo_n "(cached) " >&6
7501 else
7502 if test -n "$NMEDIT"; then
7503 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7504 else
7505 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7506 for as_dir in $PATH
7508 IFS=$as_save_IFS
7509 test -z "$as_dir" && as_dir=.
7510 for ac_exec_ext in '' $ac_executable_extensions; do
7511 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7512 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7513 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7514 break 2
7516 done
7517 done
7518 IFS=$as_save_IFS
7522 NMEDIT=$ac_cv_prog_NMEDIT
7523 if test -n "$NMEDIT"; then
7524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7525 $as_echo "$NMEDIT" >&6; }
7526 else
7527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7528 $as_echo "no" >&6; }
7533 if test -z "$ac_cv_prog_NMEDIT"; then
7534 ac_ct_NMEDIT=$NMEDIT
7535 # Extract the first word of "nmedit", so it can be a program name with args.
7536 set dummy nmedit; ac_word=$2
7537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7538 $as_echo_n "checking for $ac_word... " >&6; }
7539 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7540 $as_echo_n "(cached) " >&6
7541 else
7542 if test -n "$ac_ct_NMEDIT"; then
7543 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7544 else
7545 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7546 for as_dir in $PATH
7548 IFS=$as_save_IFS
7549 test -z "$as_dir" && as_dir=.
7550 for ac_exec_ext in '' $ac_executable_extensions; do
7551 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7552 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7553 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7554 break 2
7556 done
7557 done
7558 IFS=$as_save_IFS
7562 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7563 if test -n "$ac_ct_NMEDIT"; then
7564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7565 $as_echo "$ac_ct_NMEDIT" >&6; }
7566 else
7567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7568 $as_echo "no" >&6; }
7571 if test "x$ac_ct_NMEDIT" = x; then
7572 NMEDIT=":"
7573 else
7574 case $cross_compiling:$ac_tool_warned in
7575 yes:)
7576 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7577 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7578 ac_tool_warned=yes ;;
7579 esac
7580 NMEDIT=$ac_ct_NMEDIT
7582 else
7583 NMEDIT="$ac_cv_prog_NMEDIT"
7586 if test -n "$ac_tool_prefix"; then
7587 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7588 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7590 $as_echo_n "checking for $ac_word... " >&6; }
7591 if test "${ac_cv_prog_LIPO+set}" = set; then :
7592 $as_echo_n "(cached) " >&6
7593 else
7594 if test -n "$LIPO"; then
7595 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7596 else
7597 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7598 for as_dir in $PATH
7600 IFS=$as_save_IFS
7601 test -z "$as_dir" && as_dir=.
7602 for ac_exec_ext in '' $ac_executable_extensions; do
7603 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7604 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7605 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7606 break 2
7608 done
7609 done
7610 IFS=$as_save_IFS
7614 LIPO=$ac_cv_prog_LIPO
7615 if test -n "$LIPO"; then
7616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7617 $as_echo "$LIPO" >&6; }
7618 else
7619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7620 $as_echo "no" >&6; }
7625 if test -z "$ac_cv_prog_LIPO"; then
7626 ac_ct_LIPO=$LIPO
7627 # Extract the first word of "lipo", so it can be a program name with args.
7628 set dummy lipo; ac_word=$2
7629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7630 $as_echo_n "checking for $ac_word... " >&6; }
7631 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7632 $as_echo_n "(cached) " >&6
7633 else
7634 if test -n "$ac_ct_LIPO"; then
7635 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7636 else
7637 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7638 for as_dir in $PATH
7640 IFS=$as_save_IFS
7641 test -z "$as_dir" && as_dir=.
7642 for ac_exec_ext in '' $ac_executable_extensions; do
7643 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7644 ac_cv_prog_ac_ct_LIPO="lipo"
7645 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7646 break 2
7648 done
7649 done
7650 IFS=$as_save_IFS
7654 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7655 if test -n "$ac_ct_LIPO"; then
7656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7657 $as_echo "$ac_ct_LIPO" >&6; }
7658 else
7659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7660 $as_echo "no" >&6; }
7663 if test "x$ac_ct_LIPO" = x; then
7664 LIPO=":"
7665 else
7666 case $cross_compiling:$ac_tool_warned in
7667 yes:)
7668 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7669 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7670 ac_tool_warned=yes ;;
7671 esac
7672 LIPO=$ac_ct_LIPO
7674 else
7675 LIPO="$ac_cv_prog_LIPO"
7678 if test -n "$ac_tool_prefix"; then
7679 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7680 set dummy ${ac_tool_prefix}otool; ac_word=$2
7681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7682 $as_echo_n "checking for $ac_word... " >&6; }
7683 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7684 $as_echo_n "(cached) " >&6
7685 else
7686 if test -n "$OTOOL"; then
7687 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7688 else
7689 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7690 for as_dir in $PATH
7692 IFS=$as_save_IFS
7693 test -z "$as_dir" && as_dir=.
7694 for ac_exec_ext in '' $ac_executable_extensions; do
7695 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7696 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7697 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7698 break 2
7700 done
7701 done
7702 IFS=$as_save_IFS
7706 OTOOL=$ac_cv_prog_OTOOL
7707 if test -n "$OTOOL"; then
7708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7709 $as_echo "$OTOOL" >&6; }
7710 else
7711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7712 $as_echo "no" >&6; }
7717 if test -z "$ac_cv_prog_OTOOL"; then
7718 ac_ct_OTOOL=$OTOOL
7719 # Extract the first word of "otool", so it can be a program name with args.
7720 set dummy otool; ac_word=$2
7721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7722 $as_echo_n "checking for $ac_word... " >&6; }
7723 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7724 $as_echo_n "(cached) " >&6
7725 else
7726 if test -n "$ac_ct_OTOOL"; then
7727 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7728 else
7729 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7730 for as_dir in $PATH
7732 IFS=$as_save_IFS
7733 test -z "$as_dir" && as_dir=.
7734 for ac_exec_ext in '' $ac_executable_extensions; do
7735 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7736 ac_cv_prog_ac_ct_OTOOL="otool"
7737 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7738 break 2
7740 done
7741 done
7742 IFS=$as_save_IFS
7746 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7747 if test -n "$ac_ct_OTOOL"; then
7748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7749 $as_echo "$ac_ct_OTOOL" >&6; }
7750 else
7751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7752 $as_echo "no" >&6; }
7755 if test "x$ac_ct_OTOOL" = x; then
7756 OTOOL=":"
7757 else
7758 case $cross_compiling:$ac_tool_warned in
7759 yes:)
7760 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7761 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7762 ac_tool_warned=yes ;;
7763 esac
7764 OTOOL=$ac_ct_OTOOL
7766 else
7767 OTOOL="$ac_cv_prog_OTOOL"
7770 if test -n "$ac_tool_prefix"; then
7771 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7772 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7774 $as_echo_n "checking for $ac_word... " >&6; }
7775 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7776 $as_echo_n "(cached) " >&6
7777 else
7778 if test -n "$OTOOL64"; then
7779 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7780 else
7781 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7782 for as_dir in $PATH
7784 IFS=$as_save_IFS
7785 test -z "$as_dir" && as_dir=.
7786 for ac_exec_ext in '' $ac_executable_extensions; do
7787 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7788 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7789 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7790 break 2
7792 done
7793 done
7794 IFS=$as_save_IFS
7798 OTOOL64=$ac_cv_prog_OTOOL64
7799 if test -n "$OTOOL64"; then
7800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7801 $as_echo "$OTOOL64" >&6; }
7802 else
7803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7804 $as_echo "no" >&6; }
7809 if test -z "$ac_cv_prog_OTOOL64"; then
7810 ac_ct_OTOOL64=$OTOOL64
7811 # Extract the first word of "otool64", so it can be a program name with args.
7812 set dummy otool64; ac_word=$2
7813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7814 $as_echo_n "checking for $ac_word... " >&6; }
7815 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7816 $as_echo_n "(cached) " >&6
7817 else
7818 if test -n "$ac_ct_OTOOL64"; then
7819 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7820 else
7821 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7822 for as_dir in $PATH
7824 IFS=$as_save_IFS
7825 test -z "$as_dir" && as_dir=.
7826 for ac_exec_ext in '' $ac_executable_extensions; do
7827 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7828 ac_cv_prog_ac_ct_OTOOL64="otool64"
7829 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7830 break 2
7832 done
7833 done
7834 IFS=$as_save_IFS
7838 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7839 if test -n "$ac_ct_OTOOL64"; then
7840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7841 $as_echo "$ac_ct_OTOOL64" >&6; }
7842 else
7843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7844 $as_echo "no" >&6; }
7847 if test "x$ac_ct_OTOOL64" = x; then
7848 OTOOL64=":"
7849 else
7850 case $cross_compiling:$ac_tool_warned in
7851 yes:)
7852 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7853 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7854 ac_tool_warned=yes ;;
7855 esac
7856 OTOOL64=$ac_ct_OTOOL64
7858 else
7859 OTOOL64="$ac_cv_prog_OTOOL64"
7888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7889 $as_echo_n "checking for -single_module linker flag... " >&6; }
7890 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7891 $as_echo_n "(cached) " >&6
7892 else
7893 lt_cv_apple_cc_single_mod=no
7894 if test -z "${LT_MULTI_MODULE}"; then
7895 # By default we will add the -single_module flag. You can override
7896 # by either setting the environment variable LT_MULTI_MODULE
7897 # non-empty at configure time, or by adding -multi_module to the
7898 # link flags.
7899 rm -rf libconftest.dylib*
7900 echo "int foo(void){return 1;}" > conftest.c
7901 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7902 -dynamiclib -Wl,-single_module conftest.c" >&5
7903 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7904 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7905 _lt_result=$?
7906 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7907 lt_cv_apple_cc_single_mod=yes
7908 else
7909 cat conftest.err >&5
7911 rm -rf libconftest.dylib*
7912 rm -f conftest.*
7915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7916 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7918 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7919 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7920 $as_echo_n "(cached) " >&6
7921 else
7922 lt_cv_ld_exported_symbols_list=no
7923 save_LDFLAGS=$LDFLAGS
7924 echo "_main" > conftest.sym
7925 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7926 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7927 /* end confdefs.h. */
7930 main ()
7934 return 0;
7936 _ACEOF
7937 if ac_fn_c_try_link "$LINENO"; then :
7938 lt_cv_ld_exported_symbols_list=yes
7939 else
7940 lt_cv_ld_exported_symbols_list=no
7942 rm -f core conftest.err conftest.$ac_objext \
7943 conftest$ac_exeext conftest.$ac_ext
7944 LDFLAGS="$save_LDFLAGS"
7947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7948 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7950 $as_echo_n "checking for -force_load linker flag... " >&6; }
7951 if test "${lt_cv_ld_force_load+set}" = set; then :
7952 $as_echo_n "(cached) " >&6
7953 else
7954 lt_cv_ld_force_load=no
7955 cat > conftest.c << _LT_EOF
7956 int forced_loaded() { return 2;}
7957 _LT_EOF
7958 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7959 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7960 echo "$AR cru libconftest.a conftest.o" >&5
7961 $AR cru libconftest.a conftest.o 2>&5
7962 cat > conftest.c << _LT_EOF
7963 int main() { return 0;}
7964 _LT_EOF
7965 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7966 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7967 _lt_result=$?
7968 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7969 lt_cv_ld_force_load=yes
7970 else
7971 cat conftest.err >&5
7973 rm -f conftest.err libconftest.a conftest conftest.c
7974 rm -rf conftest.dSYM
7977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7978 $as_echo "$lt_cv_ld_force_load" >&6; }
7979 case $host_os in
7980 rhapsody* | darwin1.[012])
7981 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7982 darwin1.*)
7983 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7984 darwin*) # darwin 5.x on
7985 # if running on 10.5 or later, the deployment target defaults
7986 # to the OS version, if on x86, and 10.4, the deployment
7987 # target defaults to 10.4. Don't you love it?
7988 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7989 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7990 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7991 10.[012]*)
7992 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7993 10.*)
7994 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7995 esac
7997 esac
7998 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7999 _lt_dar_single_mod='$single_module'
8001 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8002 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8003 else
8004 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8006 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8007 _lt_dsymutil='~$DSYMUTIL $lib || :'
8008 else
8009 _lt_dsymutil=
8012 esac
8014 ac_ext=c
8015 ac_cpp='$CPP $CPPFLAGS'
8016 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8017 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8018 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
8020 $as_echo_n "checking how to run the C preprocessor... " >&6; }
8021 # On Suns, sometimes $CPP names a directory.
8022 if test -n "$CPP" && test -d "$CPP"; then
8023 CPP=
8025 if test -z "$CPP"; then
8026 if test "${ac_cv_prog_CPP+set}" = set; then :
8027 $as_echo_n "(cached) " >&6
8028 else
8029 # Double quotes because CPP needs to be expanded
8030 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
8032 ac_preproc_ok=false
8033 for ac_c_preproc_warn_flag in '' yes
8035 # Use a header file that comes with gcc, so configuring glibc
8036 # with a fresh cross-compiler works.
8037 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8038 # <limits.h> exists even on freestanding compilers.
8039 # On the NeXT, cc -E runs the code through the compiler's parser,
8040 # not just through cpp. "Syntax error" is here to catch this case.
8041 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8042 /* end confdefs.h. */
8043 #ifdef __STDC__
8044 # include <limits.h>
8045 #else
8046 # include <assert.h>
8047 #endif
8048 Syntax error
8049 _ACEOF
8050 if ac_fn_c_try_cpp "$LINENO"; then :
8052 else
8053 # Broken: fails on valid input.
8054 continue
8056 rm -f conftest.err conftest.$ac_ext
8058 # OK, works on sane cases. Now check whether nonexistent headers
8059 # can be detected and how.
8060 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8061 /* end confdefs.h. */
8062 #include <ac_nonexistent.h>
8063 _ACEOF
8064 if ac_fn_c_try_cpp "$LINENO"; then :
8065 # Broken: success on invalid input.
8066 continue
8067 else
8068 # Passes both tests.
8069 ac_preproc_ok=:
8070 break
8072 rm -f conftest.err conftest.$ac_ext
8074 done
8075 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8076 rm -f conftest.err conftest.$ac_ext
8077 if $ac_preproc_ok; then :
8078 break
8081 done
8082 ac_cv_prog_CPP=$CPP
8085 CPP=$ac_cv_prog_CPP
8086 else
8087 ac_cv_prog_CPP=$CPP
8089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
8090 $as_echo "$CPP" >&6; }
8091 ac_preproc_ok=false
8092 for ac_c_preproc_warn_flag in '' yes
8094 # Use a header file that comes with gcc, so configuring glibc
8095 # with a fresh cross-compiler works.
8096 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8097 # <limits.h> exists even on freestanding compilers.
8098 # On the NeXT, cc -E runs the code through the compiler's parser,
8099 # not just through cpp. "Syntax error" is here to catch this case.
8100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8101 /* end confdefs.h. */
8102 #ifdef __STDC__
8103 # include <limits.h>
8104 #else
8105 # include <assert.h>
8106 #endif
8107 Syntax error
8108 _ACEOF
8109 if ac_fn_c_try_cpp "$LINENO"; then :
8111 else
8112 # Broken: fails on valid input.
8113 continue
8115 rm -f conftest.err conftest.$ac_ext
8117 # OK, works on sane cases. Now check whether nonexistent headers
8118 # can be detected and how.
8119 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8120 /* end confdefs.h. */
8121 #include <ac_nonexistent.h>
8122 _ACEOF
8123 if ac_fn_c_try_cpp "$LINENO"; then :
8124 # Broken: success on invalid input.
8125 continue
8126 else
8127 # Passes both tests.
8128 ac_preproc_ok=:
8129 break
8131 rm -f conftest.err conftest.$ac_ext
8133 done
8134 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8135 rm -f conftest.err conftest.$ac_ext
8136 if $ac_preproc_ok; then :
8138 else
8139 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8140 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
8141 as_fn_error "C preprocessor \"$CPP\" fails sanity check
8142 See \`config.log' for more details." "$LINENO" 5; }
8145 ac_ext=c
8146 ac_cpp='$CPP $CPPFLAGS'
8147 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8148 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8149 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
8153 $as_echo_n "checking for ANSI C header files... " >&6; }
8154 if test "${ac_cv_header_stdc+set}" = set; then :
8155 $as_echo_n "(cached) " >&6
8156 else
8157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8158 /* end confdefs.h. */
8159 #include <stdlib.h>
8160 #include <stdarg.h>
8161 #include <string.h>
8162 #include <float.h>
8165 main ()
8169 return 0;
8171 _ACEOF
8172 if ac_fn_c_try_compile "$LINENO"; then :
8173 ac_cv_header_stdc=yes
8174 else
8175 ac_cv_header_stdc=no
8177 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8179 if test $ac_cv_header_stdc = yes; then
8180 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
8181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8182 /* end confdefs.h. */
8183 #include <string.h>
8185 _ACEOF
8186 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8187 $EGREP "memchr" >/dev/null 2>&1; then :
8189 else
8190 ac_cv_header_stdc=no
8192 rm -f conftest*
8196 if test $ac_cv_header_stdc = yes; then
8197 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
8198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8199 /* end confdefs.h. */
8200 #include <stdlib.h>
8202 _ACEOF
8203 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8204 $EGREP "free" >/dev/null 2>&1; then :
8206 else
8207 ac_cv_header_stdc=no
8209 rm -f conftest*
8213 if test $ac_cv_header_stdc = yes; then
8214 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
8215 if test "$cross_compiling" = yes; then :
8217 else
8218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8219 /* end confdefs.h. */
8220 #include <ctype.h>
8221 #include <stdlib.h>
8222 #if ((' ' & 0x0FF) == 0x020)
8223 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8224 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8225 #else
8226 # define ISLOWER(c) \
8227 (('a' <= (c) && (c) <= 'i') \
8228 || ('j' <= (c) && (c) <= 'r') \
8229 || ('s' <= (c) && (c) <= 'z'))
8230 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
8231 #endif
8233 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
8235 main ()
8237 int i;
8238 for (i = 0; i < 256; i++)
8239 if (XOR (islower (i), ISLOWER (i))
8240 || toupper (i) != TOUPPER (i))
8241 return 2;
8242 return 0;
8244 _ACEOF
8245 if ac_fn_c_try_run "$LINENO"; then :
8247 else
8248 ac_cv_header_stdc=no
8250 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8251 conftest.$ac_objext conftest.beam conftest.$ac_ext
8256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
8257 $as_echo "$ac_cv_header_stdc" >&6; }
8258 if test $ac_cv_header_stdc = yes; then
8260 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
8264 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
8265 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
8266 inttypes.h stdint.h unistd.h
8267 do :
8268 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8269 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
8271 eval as_val=\$$as_ac_Header
8272 if test "x$as_val" = x""yes; then :
8273 cat >>confdefs.h <<_ACEOF
8274 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8275 _ACEOF
8279 done
8282 for ac_header in dlfcn.h
8283 do :
8284 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8286 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8287 cat >>confdefs.h <<_ACEOF
8288 #define HAVE_DLFCN_H 1
8289 _ACEOF
8293 done
8300 # Set options
8304 enable_dlopen=no
8307 enable_win32_dll=no
8310 # Check whether --enable-shared was given.
8311 if test "${enable_shared+set}" = set; then :
8312 enableval=$enable_shared; p=${PACKAGE-default}
8313 case $enableval in
8314 yes) enable_shared=yes ;;
8315 no) enable_shared=no ;;
8317 enable_shared=no
8318 # Look at the argument we got. We use all the common list separators.
8319 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8320 for pkg in $enableval; do
8321 IFS="$lt_save_ifs"
8322 if test "X$pkg" = "X$p"; then
8323 enable_shared=yes
8325 done
8326 IFS="$lt_save_ifs"
8328 esac
8329 else
8330 enable_shared=yes
8341 # Check whether --enable-static was given.
8342 if test "${enable_static+set}" = set; then :
8343 enableval=$enable_static; p=${PACKAGE-default}
8344 case $enableval in
8345 yes) enable_static=yes ;;
8346 no) enable_static=no ;;
8348 enable_static=no
8349 # Look at the argument we got. We use all the common list separators.
8350 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8351 for pkg in $enableval; do
8352 IFS="$lt_save_ifs"
8353 if test "X$pkg" = "X$p"; then
8354 enable_static=yes
8356 done
8357 IFS="$lt_save_ifs"
8359 esac
8360 else
8361 enable_static=yes
8373 # Check whether --with-pic was given.
8374 if test "${with_pic+set}" = set; then :
8375 withval=$with_pic; pic_mode="$withval"
8376 else
8377 pic_mode=default
8381 test -z "$pic_mode" && pic_mode=default
8389 # Check whether --enable-fast-install was given.
8390 if test "${enable_fast_install+set}" = set; then :
8391 enableval=$enable_fast_install; p=${PACKAGE-default}
8392 case $enableval in
8393 yes) enable_fast_install=yes ;;
8394 no) enable_fast_install=no ;;
8396 enable_fast_install=no
8397 # Look at the argument we got. We use all the common list separators.
8398 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8399 for pkg in $enableval; do
8400 IFS="$lt_save_ifs"
8401 if test "X$pkg" = "X$p"; then
8402 enable_fast_install=yes
8404 done
8405 IFS="$lt_save_ifs"
8407 esac
8408 else
8409 enable_fast_install=yes
8422 # This can be used to rebuild libtool when needed
8423 LIBTOOL_DEPS="$ltmain"
8425 # Always use our own libtool.
8426 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8453 test -z "$LN_S" && LN_S="ln -s"
8468 if test -n "${ZSH_VERSION+set}" ; then
8469 setopt NO_GLOB_SUBST
8472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8473 $as_echo_n "checking for objdir... " >&6; }
8474 if test "${lt_cv_objdir+set}" = set; then :
8475 $as_echo_n "(cached) " >&6
8476 else
8477 rm -f .libs 2>/dev/null
8478 mkdir .libs 2>/dev/null
8479 if test -d .libs; then
8480 lt_cv_objdir=.libs
8481 else
8482 # MS-DOS does not allow filenames that begin with a dot.
8483 lt_cv_objdir=_libs
8485 rmdir .libs 2>/dev/null
8487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8488 $as_echo "$lt_cv_objdir" >&6; }
8489 objdir=$lt_cv_objdir
8495 cat >>confdefs.h <<_ACEOF
8496 #define LT_OBJDIR "$lt_cv_objdir/"
8497 _ACEOF
8502 case $host_os in
8503 aix3*)
8504 # AIX sometimes has problems with the GCC collect2 program. For some
8505 # reason, if we set the COLLECT_NAMES environment variable, the problems
8506 # vanish in a puff of smoke.
8507 if test "X${COLLECT_NAMES+set}" != Xset; then
8508 COLLECT_NAMES=
8509 export COLLECT_NAMES
8512 esac
8514 # Global variables:
8515 ofile=libtool
8516 can_build_shared=yes
8518 # All known linkers require a `.a' archive for static linking (except MSVC,
8519 # which needs '.lib').
8520 libext=a
8522 with_gnu_ld="$lt_cv_prog_gnu_ld"
8524 old_CC="$CC"
8525 old_CFLAGS="$CFLAGS"
8527 # Set sane defaults for various variables
8528 test -z "$CC" && CC=cc
8529 test -z "$LTCC" && LTCC=$CC
8530 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8531 test -z "$LD" && LD=ld
8532 test -z "$ac_objext" && ac_objext=o
8534 for cc_temp in $compiler""; do
8535 case $cc_temp in
8536 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8537 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8538 \-*) ;;
8539 *) break;;
8540 esac
8541 done
8542 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8545 # Only perform the check for file, if the check method requires it
8546 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8547 case $deplibs_check_method in
8548 file_magic*)
8549 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8551 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8552 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8553 $as_echo_n "(cached) " >&6
8554 else
8555 case $MAGIC_CMD in
8556 [\\/*] | ?:[\\/]*)
8557 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8560 lt_save_MAGIC_CMD="$MAGIC_CMD"
8561 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8562 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8563 for ac_dir in $ac_dummy; do
8564 IFS="$lt_save_ifs"
8565 test -z "$ac_dir" && ac_dir=.
8566 if test -f $ac_dir/${ac_tool_prefix}file; then
8567 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8568 if test -n "$file_magic_test_file"; then
8569 case $deplibs_check_method in
8570 "file_magic "*)
8571 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8572 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8573 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8574 $EGREP "$file_magic_regex" > /dev/null; then
8576 else
8577 cat <<_LT_EOF 1>&2
8579 *** Warning: the command libtool uses to detect shared libraries,
8580 *** $file_magic_cmd, produces output that libtool cannot recognize.
8581 *** The result is that libtool may fail to recognize shared libraries
8582 *** as such. This will affect the creation of libtool libraries that
8583 *** depend on shared libraries, but programs linked with such libtool
8584 *** libraries will work regardless of this problem. Nevertheless, you
8585 *** may want to report the problem to your system manager and/or to
8586 *** bug-libtool@gnu.org
8588 _LT_EOF
8589 fi ;;
8590 esac
8592 break
8594 done
8595 IFS="$lt_save_ifs"
8596 MAGIC_CMD="$lt_save_MAGIC_CMD"
8598 esac
8601 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8602 if test -n "$MAGIC_CMD"; then
8603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8604 $as_echo "$MAGIC_CMD" >&6; }
8605 else
8606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8607 $as_echo "no" >&6; }
8614 if test -z "$lt_cv_path_MAGIC_CMD"; then
8615 if test -n "$ac_tool_prefix"; then
8616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8617 $as_echo_n "checking for file... " >&6; }
8618 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8619 $as_echo_n "(cached) " >&6
8620 else
8621 case $MAGIC_CMD in
8622 [\\/*] | ?:[\\/]*)
8623 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8626 lt_save_MAGIC_CMD="$MAGIC_CMD"
8627 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8628 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8629 for ac_dir in $ac_dummy; do
8630 IFS="$lt_save_ifs"
8631 test -z "$ac_dir" && ac_dir=.
8632 if test -f $ac_dir/file; then
8633 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8634 if test -n "$file_magic_test_file"; then
8635 case $deplibs_check_method in
8636 "file_magic "*)
8637 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8638 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8639 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8640 $EGREP "$file_magic_regex" > /dev/null; then
8642 else
8643 cat <<_LT_EOF 1>&2
8645 *** Warning: the command libtool uses to detect shared libraries,
8646 *** $file_magic_cmd, produces output that libtool cannot recognize.
8647 *** The result is that libtool may fail to recognize shared libraries
8648 *** as such. This will affect the creation of libtool libraries that
8649 *** depend on shared libraries, but programs linked with such libtool
8650 *** libraries will work regardless of this problem. Nevertheless, you
8651 *** may want to report the problem to your system manager and/or to
8652 *** bug-libtool@gnu.org
8654 _LT_EOF
8655 fi ;;
8656 esac
8658 break
8660 done
8661 IFS="$lt_save_ifs"
8662 MAGIC_CMD="$lt_save_MAGIC_CMD"
8664 esac
8667 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8668 if test -n "$MAGIC_CMD"; then
8669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8670 $as_echo "$MAGIC_CMD" >&6; }
8671 else
8672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8673 $as_echo "no" >&6; }
8677 else
8678 MAGIC_CMD=:
8684 esac
8686 # Use C for the default configuration in the libtool script
8688 lt_save_CC="$CC"
8689 ac_ext=c
8690 ac_cpp='$CPP $CPPFLAGS'
8691 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8692 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8693 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8696 # Source file extension for C test sources.
8697 ac_ext=c
8699 # Object file extension for compiled C test sources.
8700 objext=o
8701 objext=$objext
8703 # Code to be used in simple compile tests
8704 lt_simple_compile_test_code="int some_variable = 0;"
8706 # Code to be used in simple link tests
8707 lt_simple_link_test_code='int main(){return(0);}'
8715 # If no C compiler was specified, use CC.
8716 LTCC=${LTCC-"$CC"}
8718 # If no C compiler flags were specified, use CFLAGS.
8719 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8721 # Allow CC to be a program name with arguments.
8722 compiler=$CC
8724 # Save the default compiler, since it gets overwritten when the other
8725 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8726 compiler_DEFAULT=$CC
8728 # save warnings/boilerplate of simple test code
8729 ac_outfile=conftest.$ac_objext
8730 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8731 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8732 _lt_compiler_boilerplate=`cat conftest.err`
8733 $RM conftest*
8735 ac_outfile=conftest.$ac_objext
8736 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8737 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8738 _lt_linker_boilerplate=`cat conftest.err`
8739 $RM -r conftest*
8742 ## CAVEAT EMPTOR:
8743 ## There is no encapsulation within the following macros, do not change
8744 ## the running order or otherwise move them around unless you know exactly
8745 ## what you are doing...
8746 if test -n "$compiler"; then
8748 lt_prog_compiler_no_builtin_flag=
8750 if test "$GCC" = yes; then
8751 case $cc_basename in
8752 nvcc*)
8753 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8755 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8756 esac
8758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8759 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8760 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8761 $as_echo_n "(cached) " >&6
8762 else
8763 lt_cv_prog_compiler_rtti_exceptions=no
8764 ac_outfile=conftest.$ac_objext
8765 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8766 lt_compiler_flag="-fno-rtti -fno-exceptions"
8767 # Insert the option either (1) after the last *FLAGS variable, or
8768 # (2) before a word containing "conftest.", or (3) at the end.
8769 # Note that $ac_compile itself does not contain backslashes and begins
8770 # with a dollar sign (not a hyphen), so the echo should work correctly.
8771 # The option is referenced via a variable to avoid confusing sed.
8772 lt_compile=`echo "$ac_compile" | $SED \
8773 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8774 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8775 -e 's:$: $lt_compiler_flag:'`
8776 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8777 (eval "$lt_compile" 2>conftest.err)
8778 ac_status=$?
8779 cat conftest.err >&5
8780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8781 if (exit $ac_status) && test -s "$ac_outfile"; then
8782 # The compiler can only warn and ignore the option if not recognized
8783 # So say no if there are warnings other than the usual output.
8784 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8785 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8786 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8787 lt_cv_prog_compiler_rtti_exceptions=yes
8790 $RM conftest*
8793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8794 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8796 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8797 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8798 else
8809 lt_prog_compiler_wl=
8810 lt_prog_compiler_pic=
8811 lt_prog_compiler_static=
8813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8814 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8816 if test "$GCC" = yes; then
8817 lt_prog_compiler_wl='-Wl,'
8818 lt_prog_compiler_static='-static'
8820 case $host_os in
8821 aix*)
8822 # All AIX code is PIC.
8823 if test "$host_cpu" = ia64; then
8824 # AIX 5 now supports IA64 processor
8825 lt_prog_compiler_static='-Bstatic'
8829 amigaos*)
8830 case $host_cpu in
8831 powerpc)
8832 # see comment about AmigaOS4 .so support
8833 lt_prog_compiler_pic='-fPIC'
8835 m68k)
8836 # FIXME: we need at least 68020 code to build shared libraries, but
8837 # adding the `-m68020' flag to GCC prevents building anything better,
8838 # like `-m68040'.
8839 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8841 esac
8844 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8845 # PIC is the default for these OSes.
8848 mingw* | cygwin* | pw32* | os2* | cegcc*)
8849 # This hack is so that the source file can tell whether it is being
8850 # built for inclusion in a dll (and should export symbols for example).
8851 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8852 # (--disable-auto-import) libraries
8853 lt_prog_compiler_pic='-DDLL_EXPORT'
8856 darwin* | rhapsody*)
8857 # PIC is the default on this platform
8858 # Common symbols not allowed in MH_DYLIB files
8859 lt_prog_compiler_pic='-fno-common'
8862 haiku*)
8863 # PIC is the default for Haiku.
8864 # The "-static" flag exists, but is broken.
8865 lt_prog_compiler_static=
8868 hpux*)
8869 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8870 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8871 # sets the default TLS model and affects inlining.
8872 case $host_cpu in
8873 hppa*64*)
8874 # +Z the default
8877 lt_prog_compiler_pic='-fPIC'
8879 esac
8882 interix[3-9]*)
8883 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8884 # Instead, we relocate shared libraries at runtime.
8887 msdosdjgpp*)
8888 # Just because we use GCC doesn't mean we suddenly get shared libraries
8889 # on systems that don't support them.
8890 lt_prog_compiler_can_build_shared=no
8891 enable_shared=no
8894 *nto* | *qnx*)
8895 # QNX uses GNU C++, but need to define -shared option too, otherwise
8896 # it will coredump.
8897 lt_prog_compiler_pic='-fPIC -shared'
8900 sysv4*MP*)
8901 if test -d /usr/nec; then
8902 lt_prog_compiler_pic=-Kconform_pic
8907 lt_prog_compiler_pic='-fPIC'
8909 esac
8911 case $cc_basename in
8912 nvcc*) # Cuda Compiler Driver 2.2
8913 lt_prog_compiler_wl='-Xlinker '
8914 lt_prog_compiler_pic='-Xcompiler -fPIC'
8916 esac
8917 else
8918 # PORTME Check for flag to pass linker flags through the system compiler.
8919 case $host_os in
8920 aix*)
8921 lt_prog_compiler_wl='-Wl,'
8922 if test "$host_cpu" = ia64; then
8923 # AIX 5 now supports IA64 processor
8924 lt_prog_compiler_static='-Bstatic'
8925 else
8926 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8930 mingw* | cygwin* | pw32* | os2* | cegcc*)
8931 # This hack is so that the source file can tell whether it is being
8932 # built for inclusion in a dll (and should export symbols for example).
8933 lt_prog_compiler_pic='-DDLL_EXPORT'
8936 hpux9* | hpux10* | hpux11*)
8937 lt_prog_compiler_wl='-Wl,'
8938 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8939 # not for PA HP-UX.
8940 case $host_cpu in
8941 hppa*64*|ia64*)
8942 # +Z the default
8945 lt_prog_compiler_pic='+Z'
8947 esac
8948 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8949 lt_prog_compiler_static='${wl}-a ${wl}archive'
8952 irix5* | irix6* | nonstopux*)
8953 lt_prog_compiler_wl='-Wl,'
8954 # PIC (with -KPIC) is the default.
8955 lt_prog_compiler_static='-non_shared'
8958 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8959 case $cc_basename in
8960 # old Intel for x86_64 which still supported -KPIC.
8961 ecc*)
8962 lt_prog_compiler_wl='-Wl,'
8963 lt_prog_compiler_pic='-KPIC'
8964 lt_prog_compiler_static='-static'
8966 # icc used to be incompatible with GCC.
8967 # ICC 10 doesn't accept -KPIC any more.
8968 icc* | ifort*)
8969 lt_prog_compiler_wl='-Wl,'
8970 lt_prog_compiler_pic='-fPIC'
8971 lt_prog_compiler_static='-static'
8973 # Lahey Fortran 8.1.
8974 lf95*)
8975 lt_prog_compiler_wl='-Wl,'
8976 lt_prog_compiler_pic='--shared'
8977 lt_prog_compiler_static='--static'
8979 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8980 # Portland Group compilers (*not* the Pentium gcc compiler,
8981 # which looks to be a dead project)
8982 lt_prog_compiler_wl='-Wl,'
8983 lt_prog_compiler_pic='-fpic'
8984 lt_prog_compiler_static='-Bstatic'
8986 ccc*)
8987 lt_prog_compiler_wl='-Wl,'
8988 # All Alpha code is PIC.
8989 lt_prog_compiler_static='-non_shared'
8991 xl* | bgxl* | bgf* | mpixl*)
8992 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8993 lt_prog_compiler_wl='-Wl,'
8994 lt_prog_compiler_pic='-qpic'
8995 lt_prog_compiler_static='-qstaticlink'
8998 case `$CC -V 2>&1 | sed 5q` in
8999 *Sun\ F* | *Sun*Fortran*)
9000 # Sun Fortran 8.3 passes all unrecognized flags to the linker
9001 lt_prog_compiler_pic='-KPIC'
9002 lt_prog_compiler_static='-Bstatic'
9003 lt_prog_compiler_wl=''
9005 *Sun\ C*)
9006 # Sun C 5.9
9007 lt_prog_compiler_pic='-KPIC'
9008 lt_prog_compiler_static='-Bstatic'
9009 lt_prog_compiler_wl='-Wl,'
9011 esac
9013 esac
9016 newsos6)
9017 lt_prog_compiler_pic='-KPIC'
9018 lt_prog_compiler_static='-Bstatic'
9021 *nto* | *qnx*)
9022 # QNX uses GNU C++, but need to define -shared option too, otherwise
9023 # it will coredump.
9024 lt_prog_compiler_pic='-fPIC -shared'
9027 osf3* | osf4* | osf5*)
9028 lt_prog_compiler_wl='-Wl,'
9029 # All OSF/1 code is PIC.
9030 lt_prog_compiler_static='-non_shared'
9033 rdos*)
9034 lt_prog_compiler_static='-non_shared'
9037 solaris*)
9038 lt_prog_compiler_pic='-KPIC'
9039 lt_prog_compiler_static='-Bstatic'
9040 case $cc_basename in
9041 f77* | f90* | f95*)
9042 lt_prog_compiler_wl='-Qoption ld ';;
9044 lt_prog_compiler_wl='-Wl,';;
9045 esac
9048 sunos4*)
9049 lt_prog_compiler_wl='-Qoption ld '
9050 lt_prog_compiler_pic='-PIC'
9051 lt_prog_compiler_static='-Bstatic'
9054 sysv4 | sysv4.2uw2* | sysv4.3*)
9055 lt_prog_compiler_wl='-Wl,'
9056 lt_prog_compiler_pic='-KPIC'
9057 lt_prog_compiler_static='-Bstatic'
9060 sysv4*MP*)
9061 if test -d /usr/nec ;then
9062 lt_prog_compiler_pic='-Kconform_pic'
9063 lt_prog_compiler_static='-Bstatic'
9067 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9068 lt_prog_compiler_wl='-Wl,'
9069 lt_prog_compiler_pic='-KPIC'
9070 lt_prog_compiler_static='-Bstatic'
9073 unicos*)
9074 lt_prog_compiler_wl='-Wl,'
9075 lt_prog_compiler_can_build_shared=no
9078 uts4*)
9079 lt_prog_compiler_pic='-pic'
9080 lt_prog_compiler_static='-Bstatic'
9084 lt_prog_compiler_can_build_shared=no
9086 esac
9089 case $host_os in
9090 # For platforms which do not support PIC, -DPIC is meaningless:
9091 *djgpp*)
9092 lt_prog_compiler_pic=
9095 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9097 esac
9098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
9099 $as_echo "$lt_prog_compiler_pic" >&6; }
9107 # Check to make sure the PIC flag actually works.
9109 if test -n "$lt_prog_compiler_pic"; then
9110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9111 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
9112 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
9113 $as_echo_n "(cached) " >&6
9114 else
9115 lt_cv_prog_compiler_pic_works=no
9116 ac_outfile=conftest.$ac_objext
9117 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9118 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9119 # Insert the option either (1) after the last *FLAGS variable, or
9120 # (2) before a word containing "conftest.", or (3) at the end.
9121 # Note that $ac_compile itself does not contain backslashes and begins
9122 # with a dollar sign (not a hyphen), so the echo should work correctly.
9123 # The option is referenced via a variable to avoid confusing sed.
9124 lt_compile=`echo "$ac_compile" | $SED \
9125 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9126 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9127 -e 's:$: $lt_compiler_flag:'`
9128 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9129 (eval "$lt_compile" 2>conftest.err)
9130 ac_status=$?
9131 cat conftest.err >&5
9132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9133 if (exit $ac_status) && test -s "$ac_outfile"; then
9134 # The compiler can only warn and ignore the option if not recognized
9135 # So say no if there are warnings other than the usual output.
9136 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9137 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9138 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9139 lt_cv_prog_compiler_pic_works=yes
9142 $RM conftest*
9145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9146 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
9148 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9149 case $lt_prog_compiler_pic in
9150 "" | " "*) ;;
9151 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9152 esac
9153 else
9154 lt_prog_compiler_pic=
9155 lt_prog_compiler_can_build_shared=no
9166 # Check to make sure the static flag actually works.
9168 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9170 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9171 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
9172 $as_echo_n "(cached) " >&6
9173 else
9174 lt_cv_prog_compiler_static_works=no
9175 save_LDFLAGS="$LDFLAGS"
9176 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9177 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9178 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9179 # The linker can only warn and ignore the option if not recognized
9180 # So say no if there are warnings
9181 if test -s conftest.err; then
9182 # Append any errors to the config.log.
9183 cat conftest.err 1>&5
9184 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9185 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9186 if diff conftest.exp conftest.er2 >/dev/null; then
9187 lt_cv_prog_compiler_static_works=yes
9189 else
9190 lt_cv_prog_compiler_static_works=yes
9193 $RM -r conftest*
9194 LDFLAGS="$save_LDFLAGS"
9197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9198 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
9200 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9202 else
9203 lt_prog_compiler_static=
9212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9213 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9214 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9215 $as_echo_n "(cached) " >&6
9216 else
9217 lt_cv_prog_compiler_c_o=no
9218 $RM -r conftest 2>/dev/null
9219 mkdir conftest
9220 cd conftest
9221 mkdir out
9222 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9224 lt_compiler_flag="-o out/conftest2.$ac_objext"
9225 # Insert the option either (1) after the last *FLAGS variable, or
9226 # (2) before a word containing "conftest.", or (3) at the end.
9227 # Note that $ac_compile itself does not contain backslashes and begins
9228 # with a dollar sign (not a hyphen), so the echo should work correctly.
9229 lt_compile=`echo "$ac_compile" | $SED \
9230 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9231 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9232 -e 's:$: $lt_compiler_flag:'`
9233 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9234 (eval "$lt_compile" 2>out/conftest.err)
9235 ac_status=$?
9236 cat out/conftest.err >&5
9237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9238 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9239 then
9240 # The compiler can only warn and ignore the option if not recognized
9241 # So say no if there are warnings
9242 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9243 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9244 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9245 lt_cv_prog_compiler_c_o=yes
9248 chmod u+w . 2>&5
9249 $RM conftest*
9250 # SGI C++ compiler will create directory out/ii_files/ for
9251 # template instantiation
9252 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9253 $RM out/* && rmdir out
9254 cd ..
9255 $RM -r conftest
9256 $RM conftest*
9259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9260 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9268 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9269 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9270 $as_echo_n "(cached) " >&6
9271 else
9272 lt_cv_prog_compiler_c_o=no
9273 $RM -r conftest 2>/dev/null
9274 mkdir conftest
9275 cd conftest
9276 mkdir out
9277 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9279 lt_compiler_flag="-o out/conftest2.$ac_objext"
9280 # Insert the option either (1) after the last *FLAGS variable, or
9281 # (2) before a word containing "conftest.", or (3) at the end.
9282 # Note that $ac_compile itself does not contain backslashes and begins
9283 # with a dollar sign (not a hyphen), so the echo should work correctly.
9284 lt_compile=`echo "$ac_compile" | $SED \
9285 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9286 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9287 -e 's:$: $lt_compiler_flag:'`
9288 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9289 (eval "$lt_compile" 2>out/conftest.err)
9290 ac_status=$?
9291 cat out/conftest.err >&5
9292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9293 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9294 then
9295 # The compiler can only warn and ignore the option if not recognized
9296 # So say no if there are warnings
9297 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9298 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9299 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9300 lt_cv_prog_compiler_c_o=yes
9303 chmod u+w . 2>&5
9304 $RM conftest*
9305 # SGI C++ compiler will create directory out/ii_files/ for
9306 # template instantiation
9307 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9308 $RM out/* && rmdir out
9309 cd ..
9310 $RM -r conftest
9311 $RM conftest*
9314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9315 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9320 hard_links="nottested"
9321 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9322 # do not overwrite the value of need_locks provided by the user
9323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9324 $as_echo_n "checking if we can lock with hard links... " >&6; }
9325 hard_links=yes
9326 $RM conftest*
9327 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9328 touch conftest.a
9329 ln conftest.a conftest.b 2>&5 || hard_links=no
9330 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9332 $as_echo "$hard_links" >&6; }
9333 if test "$hard_links" = no; then
9334 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9335 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9336 need_locks=warn
9338 else
9339 need_locks=no
9347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9348 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9350 runpath_var=
9351 allow_undefined_flag=
9352 always_export_symbols=no
9353 archive_cmds=
9354 archive_expsym_cmds=
9355 compiler_needs_object=no
9356 enable_shared_with_static_runtimes=no
9357 export_dynamic_flag_spec=
9358 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9359 hardcode_automatic=no
9360 hardcode_direct=no
9361 hardcode_direct_absolute=no
9362 hardcode_libdir_flag_spec=
9363 hardcode_libdir_flag_spec_ld=
9364 hardcode_libdir_separator=
9365 hardcode_minus_L=no
9366 hardcode_shlibpath_var=unsupported
9367 inherit_rpath=no
9368 link_all_deplibs=unknown
9369 module_cmds=
9370 module_expsym_cmds=
9371 old_archive_from_new_cmds=
9372 old_archive_from_expsyms_cmds=
9373 thread_safe_flag_spec=
9374 whole_archive_flag_spec=
9375 # include_expsyms should be a list of space-separated symbols to be *always*
9376 # included in the symbol list
9377 include_expsyms=
9378 # exclude_expsyms can be an extended regexp of symbols to exclude
9379 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9380 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9381 # as well as any symbol that contains `d'.
9382 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9383 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9384 # platforms (ab)use it in PIC code, but their linkers get confused if
9385 # the symbol is explicitly referenced. Since portable code cannot
9386 # rely on this symbol name, it's probably fine to never include it in
9387 # preloaded symbol tables.
9388 # Exclude shared library initialization/finalization symbols.
9389 extract_expsyms_cmds=
9391 case $host_os in
9392 cygwin* | mingw* | pw32* | cegcc*)
9393 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9394 # When not using gcc, we currently assume that we are using
9395 # Microsoft Visual C++.
9396 if test "$GCC" != yes; then
9397 with_gnu_ld=no
9400 interix*)
9401 # we just hope/assume this is gcc and not c89 (= MSVC++)
9402 with_gnu_ld=yes
9404 openbsd*)
9405 with_gnu_ld=no
9407 esac
9409 ld_shlibs=yes
9411 # On some targets, GNU ld is compatible enough with the native linker
9412 # that we're better off using the native interface for both.
9413 lt_use_gnu_ld_interface=no
9414 if test "$with_gnu_ld" = yes; then
9415 case $host_os in
9416 aix*)
9417 # The AIX port of GNU ld has always aspired to compatibility
9418 # with the native linker. However, as the warning in the GNU ld
9419 # block says, versions before 2.19.5* couldn't really create working
9420 # shared libraries, regardless of the interface used.
9421 case `$LD -v 2>&1` in
9422 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9423 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9424 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9426 lt_use_gnu_ld_interface=yes
9428 esac
9431 lt_use_gnu_ld_interface=yes
9433 esac
9436 if test "$lt_use_gnu_ld_interface" = yes; then
9437 # If archive_cmds runs LD, not CC, wlarc should be empty
9438 wlarc='${wl}'
9440 # Set some defaults for GNU ld with shared library support. These
9441 # are reset later if shared libraries are not supported. Putting them
9442 # here allows them to be overridden if necessary.
9443 runpath_var=LD_RUN_PATH
9444 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9445 export_dynamic_flag_spec='${wl}--export-dynamic'
9446 # ancient GNU ld didn't support --whole-archive et. al.
9447 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9448 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9449 else
9450 whole_archive_flag_spec=
9452 supports_anon_versioning=no
9453 case `$LD -v 2>&1` in
9454 *GNU\ gold*) supports_anon_versioning=yes ;;
9455 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9456 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9457 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9458 *\ 2.11.*) ;; # other 2.11 versions
9459 *) supports_anon_versioning=yes ;;
9460 esac
9462 # See if GNU ld supports shared libraries.
9463 case $host_os in
9464 aix[3-9]*)
9465 # On AIX/PPC, the GNU linker is very broken
9466 if test "$host_cpu" != ia64; then
9467 ld_shlibs=no
9468 cat <<_LT_EOF 1>&2
9470 *** Warning: the GNU linker, at least up to release 2.19, is reported
9471 *** to be unable to reliably create shared libraries on AIX.
9472 *** Therefore, libtool is disabling shared libraries support. If you
9473 *** really care for shared libraries, you may want to install binutils
9474 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9475 *** You will then need to restart the configuration process.
9477 _LT_EOF
9481 amigaos*)
9482 case $host_cpu in
9483 powerpc)
9484 # see comment about AmigaOS4 .so support
9485 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9486 archive_expsym_cmds=''
9488 m68k)
9489 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)'
9490 hardcode_libdir_flag_spec='-L$libdir'
9491 hardcode_minus_L=yes
9493 esac
9496 beos*)
9497 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9498 allow_undefined_flag=unsupported
9499 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9500 # support --undefined. This deserves some investigation. FIXME
9501 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9502 else
9503 ld_shlibs=no
9507 cygwin* | mingw* | pw32* | cegcc*)
9508 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9509 # as there is no search path for DLLs.
9510 hardcode_libdir_flag_spec='-L$libdir'
9511 export_dynamic_flag_spec='${wl}--export-all-symbols'
9512 allow_undefined_flag=unsupported
9513 always_export_symbols=no
9514 enable_shared_with_static_runtimes=yes
9515 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9517 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9518 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9519 # If the export-symbols file already is a .def file (1st line
9520 # is EXPORTS), use it as is; otherwise, prepend...
9521 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9522 cp $export_symbols $output_objdir/$soname.def;
9523 else
9524 echo EXPORTS > $output_objdir/$soname.def;
9525 cat $export_symbols >> $output_objdir/$soname.def;
9527 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9528 else
9529 ld_shlibs=no
9533 haiku*)
9534 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9535 link_all_deplibs=yes
9538 interix[3-9]*)
9539 hardcode_direct=no
9540 hardcode_shlibpath_var=no
9541 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9542 export_dynamic_flag_spec='${wl}-E'
9543 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9544 # Instead, shared libraries are loaded at an image base (0x10000000 by
9545 # default) and relocated if they conflict, which is a slow very memory
9546 # consuming and fragmenting process. To avoid this, we pick a random,
9547 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9548 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9549 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9550 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'
9553 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9554 tmp_diet=no
9555 if test "$host_os" = linux-dietlibc; then
9556 case $cc_basename in
9557 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9558 esac
9560 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9561 && test "$tmp_diet" = no
9562 then
9563 tmp_addflag=
9564 tmp_sharedflag='-shared'
9565 case $cc_basename,$host_cpu in
9566 pgcc*) # Portland Group C compiler
9567 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'
9568 tmp_addflag=' $pic_flag'
9570 pgf77* | pgf90* | pgf95* | pgfortran*)
9571 # Portland Group f77 and f90 compilers
9572 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'
9573 tmp_addflag=' $pic_flag -Mnomain' ;;
9574 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9575 tmp_addflag=' -i_dynamic' ;;
9576 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9577 tmp_addflag=' -i_dynamic -nofor_main' ;;
9578 ifc* | ifort*) # Intel Fortran compiler
9579 tmp_addflag=' -nofor_main' ;;
9580 lf95*) # Lahey Fortran 8.1
9581 whole_archive_flag_spec=
9582 tmp_sharedflag='--shared' ;;
9583 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9584 tmp_sharedflag='-qmkshrobj'
9585 tmp_addflag= ;;
9586 nvcc*) # Cuda Compiler Driver 2.2
9587 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'
9588 compiler_needs_object=yes
9590 esac
9591 case `$CC -V 2>&1 | sed 5q` in
9592 *Sun\ C*) # Sun C 5.9
9593 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'
9594 compiler_needs_object=yes
9595 tmp_sharedflag='-G' ;;
9596 *Sun\ F*) # Sun Fortran 8.3
9597 tmp_sharedflag='-G' ;;
9598 esac
9599 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9601 if test "x$supports_anon_versioning" = xyes; then
9602 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9603 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9604 echo "local: *; };" >> $output_objdir/$libname.ver~
9605 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9608 case $cc_basename in
9609 xlf* | bgf* | bgxlf* | mpixlf*)
9610 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9611 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9612 hardcode_libdir_flag_spec=
9613 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9614 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9615 if test "x$supports_anon_versioning" = xyes; then
9616 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9617 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9618 echo "local: *; };" >> $output_objdir/$libname.ver~
9619 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9622 esac
9623 else
9624 ld_shlibs=no
9628 netbsd*)
9629 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9630 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9631 wlarc=
9632 else
9633 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9634 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9638 solaris*)
9639 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9640 ld_shlibs=no
9641 cat <<_LT_EOF 1>&2
9643 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9644 *** create shared libraries on Solaris systems. Therefore, libtool
9645 *** is disabling shared libraries support. We urge you to upgrade GNU
9646 *** binutils to release 2.9.1 or newer. Another option is to modify
9647 *** your PATH or compiler configuration so that the native linker is
9648 *** used, and then restart.
9650 _LT_EOF
9651 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9652 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9653 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9654 else
9655 ld_shlibs=no
9659 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9660 case `$LD -v 2>&1` in
9661 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9662 ld_shlibs=no
9663 cat <<_LT_EOF 1>&2
9665 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9666 *** reliably create shared libraries on SCO systems. Therefore, libtool
9667 *** is disabling shared libraries support. We urge you to upgrade GNU
9668 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9669 *** your PATH or compiler configuration so that the native linker is
9670 *** used, and then restart.
9672 _LT_EOF
9675 # For security reasons, it is highly recommended that you always
9676 # use absolute paths for naming shared libraries, and exclude the
9677 # DT_RUNPATH tag from executables and libraries. But doing so
9678 # requires that you compile everything twice, which is a pain.
9679 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9680 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9681 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9682 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9683 else
9684 ld_shlibs=no
9687 esac
9690 sunos4*)
9691 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9692 wlarc=
9693 hardcode_direct=yes
9694 hardcode_shlibpath_var=no
9698 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9699 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9700 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9701 else
9702 ld_shlibs=no
9705 esac
9707 if test "$ld_shlibs" = no; then
9708 runpath_var=
9709 hardcode_libdir_flag_spec=
9710 export_dynamic_flag_spec=
9711 whole_archive_flag_spec=
9713 else
9714 # PORTME fill in a description of your system's linker (not GNU ld)
9715 case $host_os in
9716 aix3*)
9717 allow_undefined_flag=unsupported
9718 always_export_symbols=yes
9719 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'
9720 # Note: this linker hardcodes the directories in LIBPATH if there
9721 # are no directories specified by -L.
9722 hardcode_minus_L=yes
9723 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9724 # Neither direct hardcoding nor static linking is supported with a
9725 # broken collect2.
9726 hardcode_direct=unsupported
9730 aix[4-9]*)
9731 if test "$host_cpu" = ia64; then
9732 # On IA64, the linker does run time linking by default, so we don't
9733 # have to do anything special.
9734 aix_use_runtimelinking=no
9735 exp_sym_flag='-Bexport'
9736 no_entry_flag=""
9737 else
9738 # If we're using GNU nm, then we don't want the "-C" option.
9739 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9740 # Also, AIX nm treats weak defined symbols like other global
9741 # defined symbols, whereas GNU nm marks them as "W".
9742 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9743 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'
9744 else
9745 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'
9747 aix_use_runtimelinking=no
9749 # Test if we are trying to use run time linking or normal
9750 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9751 # need to do runtime linking.
9752 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9753 for ld_flag in $LDFLAGS; do
9754 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9755 aix_use_runtimelinking=yes
9756 break
9758 done
9760 esac
9762 exp_sym_flag='-bexport'
9763 no_entry_flag='-bnoentry'
9766 # When large executables or shared objects are built, AIX ld can
9767 # have problems creating the table of contents. If linking a library
9768 # or program results in "error TOC overflow" add -mminimal-toc to
9769 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9770 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9772 archive_cmds=''
9773 hardcode_direct=yes
9774 hardcode_direct_absolute=yes
9775 hardcode_libdir_separator=':'
9776 link_all_deplibs=yes
9777 file_list_spec='${wl}-f,'
9779 if test "$GCC" = yes; then
9780 case $host_os in aix4.[012]|aix4.[012].*)
9781 # We only want to do this on AIX 4.2 and lower, the check
9782 # below for broken collect2 doesn't work under 4.3+
9783 collect2name=`${CC} -print-prog-name=collect2`
9784 if test -f "$collect2name" &&
9785 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9786 then
9787 # We have reworked collect2
9789 else
9790 # We have old collect2
9791 hardcode_direct=unsupported
9792 # It fails to find uninstalled libraries when the uninstalled
9793 # path is not listed in the libpath. Setting hardcode_minus_L
9794 # to unsupported forces relinking
9795 hardcode_minus_L=yes
9796 hardcode_libdir_flag_spec='-L$libdir'
9797 hardcode_libdir_separator=
9800 esac
9801 shared_flag='-shared'
9802 if test "$aix_use_runtimelinking" = yes; then
9803 shared_flag="$shared_flag "'${wl}-G'
9805 else
9806 # not using gcc
9807 if test "$host_cpu" = ia64; then
9808 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9809 # chokes on -Wl,-G. The following line is correct:
9810 shared_flag='-G'
9811 else
9812 if test "$aix_use_runtimelinking" = yes; then
9813 shared_flag='${wl}-G'
9814 else
9815 shared_flag='${wl}-bM:SRE'
9820 export_dynamic_flag_spec='${wl}-bexpall'
9821 # It seems that -bexpall does not export symbols beginning with
9822 # underscore (_), so it is better to generate a list of symbols to export.
9823 always_export_symbols=yes
9824 if test "$aix_use_runtimelinking" = yes; then
9825 # Warning - without using the other runtime loading flags (-brtl),
9826 # -berok will link without error, but may produce a broken library.
9827 allow_undefined_flag='-berok'
9828 # Determine the default libpath from the value encoded in an
9829 # empty executable.
9830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9831 /* end confdefs.h. */
9834 main ()
9838 return 0;
9840 _ACEOF
9841 if ac_fn_c_try_link "$LINENO"; then :
9843 lt_aix_libpath_sed='
9844 /Import File Strings/,/^$/ {
9845 /^0/ {
9846 s/^0 *\(.*\)$/\1/
9850 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9851 # Check for a 64-bit object if we didn't find anything.
9852 if test -z "$aix_libpath"; then
9853 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9856 rm -f core conftest.err conftest.$ac_objext \
9857 conftest$ac_exeext conftest.$ac_ext
9858 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9860 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9861 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"
9862 else
9863 if test "$host_cpu" = ia64; then
9864 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9865 allow_undefined_flag="-z nodefs"
9866 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"
9867 else
9868 # Determine the default libpath from the value encoded in an
9869 # empty executable.
9870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9871 /* end confdefs.h. */
9874 main ()
9878 return 0;
9880 _ACEOF
9881 if ac_fn_c_try_link "$LINENO"; then :
9883 lt_aix_libpath_sed='
9884 /Import File Strings/,/^$/ {
9885 /^0/ {
9886 s/^0 *\(.*\)$/\1/
9890 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9891 # Check for a 64-bit object if we didn't find anything.
9892 if test -z "$aix_libpath"; then
9893 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9896 rm -f core conftest.err conftest.$ac_objext \
9897 conftest$ac_exeext conftest.$ac_ext
9898 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9900 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9901 # Warning - without using the other run time loading flags,
9902 # -berok will link without error, but may produce a broken library.
9903 no_undefined_flag=' ${wl}-bernotok'
9904 allow_undefined_flag=' ${wl}-berok'
9905 if test "$with_gnu_ld" = yes; then
9906 # We only use this code for GNU lds that support --whole-archive.
9907 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9908 else
9909 # Exported symbols can be pulled into shared objects from archives
9910 whole_archive_flag_spec='$convenience'
9912 archive_cmds_need_lc=yes
9913 # This is similar to how AIX traditionally builds its shared libraries.
9914 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'
9919 amigaos*)
9920 case $host_cpu in
9921 powerpc)
9922 # see comment about AmigaOS4 .so support
9923 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9924 archive_expsym_cmds=''
9926 m68k)
9927 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)'
9928 hardcode_libdir_flag_spec='-L$libdir'
9929 hardcode_minus_L=yes
9931 esac
9934 bsdi[45]*)
9935 export_dynamic_flag_spec=-rdynamic
9938 cygwin* | mingw* | pw32* | cegcc*)
9939 # When not using gcc, we currently assume that we are using
9940 # Microsoft Visual C++.
9941 # hardcode_libdir_flag_spec is actually meaningless, as there is
9942 # no search path for DLLs.
9943 hardcode_libdir_flag_spec=' '
9944 allow_undefined_flag=unsupported
9945 # Tell ltmain to make .lib files, not .a files.
9946 libext=lib
9947 # Tell ltmain to make .dll files, not .so files.
9948 shrext_cmds=".dll"
9949 # FIXME: Setting linknames here is a bad hack.
9950 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9951 # The linker will automatically build a .lib file if we build a DLL.
9952 old_archive_from_new_cmds='true'
9953 # FIXME: Should let the user specify the lib program.
9954 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9955 fix_srcfile_path='`cygpath -w "$srcfile"`'
9956 enable_shared_with_static_runtimes=yes
9959 darwin* | rhapsody*)
9962 archive_cmds_need_lc=no
9963 hardcode_direct=no
9964 hardcode_automatic=yes
9965 hardcode_shlibpath_var=unsupported
9966 if test "$lt_cv_ld_force_load" = "yes"; then
9967 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\"`'
9968 else
9969 whole_archive_flag_spec=''
9971 link_all_deplibs=yes
9972 allow_undefined_flag="$_lt_dar_allow_undefined"
9973 case $cc_basename in
9974 ifort*) _lt_dar_can_shared=yes ;;
9975 *) _lt_dar_can_shared=$GCC ;;
9976 esac
9977 if test "$_lt_dar_can_shared" = "yes"; then
9978 output_verbose_link_cmd=func_echo_all
9979 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9980 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9981 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}"
9982 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}"
9984 else
9985 ld_shlibs=no
9990 dgux*)
9991 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9992 hardcode_libdir_flag_spec='-L$libdir'
9993 hardcode_shlibpath_var=no
9996 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9997 # support. Future versions do this automatically, but an explicit c++rt0.o
9998 # does not break anything, and helps significantly (at the cost of a little
9999 # extra space).
10000 freebsd2.2*)
10001 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
10002 hardcode_libdir_flag_spec='-R$libdir'
10003 hardcode_direct=yes
10004 hardcode_shlibpath_var=no
10007 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10008 freebsd2.*)
10009 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10010 hardcode_direct=yes
10011 hardcode_minus_L=yes
10012 hardcode_shlibpath_var=no
10015 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10016 freebsd* | dragonfly*)
10017 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
10018 hardcode_libdir_flag_spec='-R$libdir'
10019 hardcode_direct=yes
10020 hardcode_shlibpath_var=no
10023 hpux9*)
10024 if test "$GCC" = yes; then
10025 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'
10026 else
10027 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'
10029 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10030 hardcode_libdir_separator=:
10031 hardcode_direct=yes
10033 # hardcode_minus_L: Not really in the search PATH,
10034 # but as the default location of the library.
10035 hardcode_minus_L=yes
10036 export_dynamic_flag_spec='${wl}-E'
10039 hpux10*)
10040 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10041 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10042 else
10043 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10045 if test "$with_gnu_ld" = no; then
10046 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10047 hardcode_libdir_flag_spec_ld='+b $libdir'
10048 hardcode_libdir_separator=:
10049 hardcode_direct=yes
10050 hardcode_direct_absolute=yes
10051 export_dynamic_flag_spec='${wl}-E'
10052 # hardcode_minus_L: Not really in the search PATH,
10053 # but as the default location of the library.
10054 hardcode_minus_L=yes
10058 hpux11*)
10059 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10060 case $host_cpu in
10061 hppa*64*)
10062 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10064 ia64*)
10065 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10068 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10070 esac
10071 else
10072 case $host_cpu in
10073 hppa*64*)
10074 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10076 ia64*)
10077 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10081 # Older versions of the 11.00 compiler do not understand -b yet
10082 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10084 $as_echo_n "checking if $CC understands -b... " >&6; }
10085 if test "${lt_cv_prog_compiler__b+set}" = set; then :
10086 $as_echo_n "(cached) " >&6
10087 else
10088 lt_cv_prog_compiler__b=no
10089 save_LDFLAGS="$LDFLAGS"
10090 LDFLAGS="$LDFLAGS -b"
10091 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10092 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10093 # The linker can only warn and ignore the option if not recognized
10094 # So say no if there are warnings
10095 if test -s conftest.err; then
10096 # Append any errors to the config.log.
10097 cat conftest.err 1>&5
10098 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10099 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10100 if diff conftest.exp conftest.er2 >/dev/null; then
10101 lt_cv_prog_compiler__b=yes
10103 else
10104 lt_cv_prog_compiler__b=yes
10107 $RM -r conftest*
10108 LDFLAGS="$save_LDFLAGS"
10111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10112 $as_echo "$lt_cv_prog_compiler__b" >&6; }
10114 if test x"$lt_cv_prog_compiler__b" = xyes; then
10115 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10116 else
10117 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10121 esac
10123 if test "$with_gnu_ld" = no; then
10124 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10125 hardcode_libdir_separator=:
10127 case $host_cpu in
10128 hppa*64*|ia64*)
10129 hardcode_direct=no
10130 hardcode_shlibpath_var=no
10133 hardcode_direct=yes
10134 hardcode_direct_absolute=yes
10135 export_dynamic_flag_spec='${wl}-E'
10137 # hardcode_minus_L: Not really in the search PATH,
10138 # but as the default location of the library.
10139 hardcode_minus_L=yes
10141 esac
10145 irix5* | irix6* | nonstopux*)
10146 if test "$GCC" = yes; then
10147 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'
10148 # Try to use the -exported_symbol ld option, if it does not
10149 # work, assume that -exports_file does not work either and
10150 # implicitly export all symbols.
10151 save_LDFLAGS="$LDFLAGS"
10152 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10154 /* end confdefs.h. */
10155 int foo(void) {}
10156 _ACEOF
10157 if ac_fn_c_try_link "$LINENO"; then :
10158 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'
10161 rm -f core conftest.err conftest.$ac_objext \
10162 conftest$ac_exeext conftest.$ac_ext
10163 LDFLAGS="$save_LDFLAGS"
10164 else
10165 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'
10166 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'
10168 archive_cmds_need_lc='no'
10169 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10170 hardcode_libdir_separator=:
10171 inherit_rpath=yes
10172 link_all_deplibs=yes
10175 netbsd*)
10176 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10177 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10178 else
10179 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10181 hardcode_libdir_flag_spec='-R$libdir'
10182 hardcode_direct=yes
10183 hardcode_shlibpath_var=no
10186 newsos6)
10187 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10188 hardcode_direct=yes
10189 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10190 hardcode_libdir_separator=:
10191 hardcode_shlibpath_var=no
10194 *nto* | *qnx*)
10197 openbsd*)
10198 if test -f /usr/libexec/ld.so; then
10199 hardcode_direct=yes
10200 hardcode_shlibpath_var=no
10201 hardcode_direct_absolute=yes
10202 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10203 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10204 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10205 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10206 export_dynamic_flag_spec='${wl}-E'
10207 else
10208 case $host_os in
10209 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10210 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10211 hardcode_libdir_flag_spec='-R$libdir'
10214 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10215 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10217 esac
10219 else
10220 ld_shlibs=no
10224 os2*)
10225 hardcode_libdir_flag_spec='-L$libdir'
10226 hardcode_minus_L=yes
10227 allow_undefined_flag=unsupported
10228 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'
10229 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10232 osf3*)
10233 if test "$GCC" = yes; then
10234 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10235 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'
10236 else
10237 allow_undefined_flag=' -expect_unresolved \*'
10238 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'
10240 archive_cmds_need_lc='no'
10241 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10242 hardcode_libdir_separator=:
10245 osf4* | osf5*) # as osf3* with the addition of -msym flag
10246 if test "$GCC" = yes; then
10247 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10248 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'
10249 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10250 else
10251 allow_undefined_flag=' -expect_unresolved \*'
10252 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'
10253 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~
10254 $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'
10256 # Both c and cxx compiler support -rpath directly
10257 hardcode_libdir_flag_spec='-rpath $libdir'
10259 archive_cmds_need_lc='no'
10260 hardcode_libdir_separator=:
10263 solaris*)
10264 no_undefined_flag=' -z defs'
10265 if test "$GCC" = yes; then
10266 wlarc='${wl}'
10267 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10268 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10269 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10270 else
10271 case `$CC -V 2>&1` in
10272 *"Compilers 5.0"*)
10273 wlarc=''
10274 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10275 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10276 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10279 wlarc='${wl}'
10280 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10281 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10282 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10284 esac
10286 hardcode_libdir_flag_spec='-R$libdir'
10287 hardcode_shlibpath_var=no
10288 case $host_os in
10289 solaris2.[0-5] | solaris2.[0-5].*) ;;
10291 # The compiler driver will combine and reorder linker options,
10292 # but understands `-z linker_flag'. GCC discards it without `$wl',
10293 # but is careful enough not to reorder.
10294 # Supported since Solaris 2.6 (maybe 2.5.1?)
10295 if test "$GCC" = yes; then
10296 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10297 else
10298 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10301 esac
10302 link_all_deplibs=yes
10305 sunos4*)
10306 if test "x$host_vendor" = xsequent; then
10307 # Use $CC to link under sequent, because it throws in some extra .o
10308 # files that make .init and .fini sections work.
10309 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10310 else
10311 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10313 hardcode_libdir_flag_spec='-L$libdir'
10314 hardcode_direct=yes
10315 hardcode_minus_L=yes
10316 hardcode_shlibpath_var=no
10319 sysv4)
10320 case $host_vendor in
10321 sni)
10322 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10323 hardcode_direct=yes # is this really true???
10325 siemens)
10326 ## LD is ld it makes a PLAMLIB
10327 ## CC just makes a GrossModule.
10328 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10329 reload_cmds='$CC -r -o $output$reload_objs'
10330 hardcode_direct=no
10332 motorola)
10333 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10334 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10336 esac
10337 runpath_var='LD_RUN_PATH'
10338 hardcode_shlibpath_var=no
10341 sysv4.3*)
10342 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10343 hardcode_shlibpath_var=no
10344 export_dynamic_flag_spec='-Bexport'
10347 sysv4*MP*)
10348 if test -d /usr/nec; then
10349 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10350 hardcode_shlibpath_var=no
10351 runpath_var=LD_RUN_PATH
10352 hardcode_runpath_var=yes
10353 ld_shlibs=yes
10357 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10358 no_undefined_flag='${wl}-z,text'
10359 archive_cmds_need_lc=no
10360 hardcode_shlibpath_var=no
10361 runpath_var='LD_RUN_PATH'
10363 if test "$GCC" = yes; then
10364 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10365 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10366 else
10367 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10368 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10372 sysv5* | sco3.2v5* | sco5v6*)
10373 # Note: We can NOT use -z defs as we might desire, because we do not
10374 # link with -lc, and that would cause any symbols used from libc to
10375 # always be unresolved, which means just about no library would
10376 # ever link correctly. If we're not using GNU ld we use -z text
10377 # though, which does catch some bad symbols but isn't as heavy-handed
10378 # as -z defs.
10379 no_undefined_flag='${wl}-z,text'
10380 allow_undefined_flag='${wl}-z,nodefs'
10381 archive_cmds_need_lc=no
10382 hardcode_shlibpath_var=no
10383 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10384 hardcode_libdir_separator=':'
10385 link_all_deplibs=yes
10386 export_dynamic_flag_spec='${wl}-Bexport'
10387 runpath_var='LD_RUN_PATH'
10389 if test "$GCC" = yes; then
10390 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10391 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10392 else
10393 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10394 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10398 uts4*)
10399 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10400 hardcode_libdir_flag_spec='-L$libdir'
10401 hardcode_shlibpath_var=no
10405 ld_shlibs=no
10407 esac
10409 if test x$host_vendor = xsni; then
10410 case $host in
10411 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10412 export_dynamic_flag_spec='${wl}-Blargedynsym'
10414 esac
10418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10419 $as_echo "$ld_shlibs" >&6; }
10420 test "$ld_shlibs" = no && can_build_shared=no
10422 with_gnu_ld=$with_gnu_ld
10439 # Do we need to explicitly link libc?
10441 case "x$archive_cmds_need_lc" in
10442 x|xyes)
10443 # Assume -lc should be added
10444 archive_cmds_need_lc=yes
10446 if test "$enable_shared" = yes && test "$GCC" = yes; then
10447 case $archive_cmds in
10448 *'~'*)
10449 # FIXME: we may have to deal with multi-command sequences.
10451 '$CC '*)
10452 # Test whether the compiler implicitly links with -lc since on some
10453 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10454 # to ld, don't add -lc before -lgcc.
10455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10456 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10457 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
10458 $as_echo_n "(cached) " >&6
10459 else
10460 $RM conftest*
10461 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10463 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10464 (eval $ac_compile) 2>&5
10465 ac_status=$?
10466 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10467 test $ac_status = 0; } 2>conftest.err; then
10468 soname=conftest
10469 lib=conftest
10470 libobjs=conftest.$ac_objext
10471 deplibs=
10472 wl=$lt_prog_compiler_wl
10473 pic_flag=$lt_prog_compiler_pic
10474 compiler_flags=-v
10475 linker_flags=-v
10476 verstring=
10477 output_objdir=.
10478 libname=conftest
10479 lt_save_allow_undefined_flag=$allow_undefined_flag
10480 allow_undefined_flag=
10481 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10482 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10483 ac_status=$?
10484 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10485 test $ac_status = 0; }
10486 then
10487 lt_cv_archive_cmds_need_lc=no
10488 else
10489 lt_cv_archive_cmds_need_lc=yes
10491 allow_undefined_flag=$lt_save_allow_undefined_flag
10492 else
10493 cat conftest.err 1>&5
10495 $RM conftest*
10498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10499 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10500 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10502 esac
10505 esac
10663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10664 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10666 if test "$GCC" = yes; then
10667 case $host_os in
10668 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10669 *) lt_awk_arg="/^libraries:/" ;;
10670 esac
10671 case $host_os in
10672 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10673 *) lt_sed_strip_eq="s,=/,/,g" ;;
10674 esac
10675 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10676 case $lt_search_path_spec in
10677 *\;*)
10678 # if the path contains ";" then we assume it to be the separator
10679 # otherwise default to the standard path separator (i.e. ":") - it is
10680 # assumed that no part of a normal pathname contains ";" but that should
10681 # okay in the real world where ";" in dirpaths is itself problematic.
10682 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10685 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10687 esac
10688 # Ok, now we have the path, separated by spaces, we can step through it
10689 # and add multilib dir if necessary.
10690 lt_tmp_lt_search_path_spec=
10691 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10692 for lt_sys_path in $lt_search_path_spec; do
10693 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10694 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10695 else
10696 test -d "$lt_sys_path" && \
10697 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10699 done
10700 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10701 BEGIN {RS=" "; FS="/|\n";} {
10702 lt_foo="";
10703 lt_count=0;
10704 for (lt_i = NF; lt_i > 0; lt_i--) {
10705 if ($lt_i != "" && $lt_i != ".") {
10706 if ($lt_i == "..") {
10707 lt_count++;
10708 } else {
10709 if (lt_count == 0) {
10710 lt_foo="/" $lt_i lt_foo;
10711 } else {
10712 lt_count--;
10717 if (lt_foo != "") { lt_freq[lt_foo]++; }
10718 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10720 # AWK program above erroneously prepends '/' to C:/dos/paths
10721 # for these hosts.
10722 case $host_os in
10723 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10724 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10725 esac
10726 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10727 else
10728 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10730 library_names_spec=
10731 libname_spec='lib$name'
10732 soname_spec=
10733 shrext_cmds=".so"
10734 postinstall_cmds=
10735 postuninstall_cmds=
10736 finish_cmds=
10737 finish_eval=
10738 shlibpath_var=
10739 shlibpath_overrides_runpath=unknown
10740 version_type=none
10741 dynamic_linker="$host_os ld.so"
10742 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10743 need_lib_prefix=unknown
10744 hardcode_into_libs=no
10746 # when you set need_version to no, make sure it does not cause -set_version
10747 # flags to be left without arguments
10748 need_version=unknown
10750 case $host_os in
10751 aix3*)
10752 version_type=linux
10753 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10754 shlibpath_var=LIBPATH
10756 # AIX 3 has no versioning support, so we append a major version to the name.
10757 soname_spec='${libname}${release}${shared_ext}$major'
10760 aix[4-9]*)
10761 version_type=linux
10762 need_lib_prefix=no
10763 need_version=no
10764 hardcode_into_libs=yes
10765 if test "$host_cpu" = ia64; then
10766 # AIX 5 supports IA64
10767 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10768 shlibpath_var=LD_LIBRARY_PATH
10769 else
10770 # With GCC up to 2.95.x, collect2 would create an import file
10771 # for dependence libraries. The import file would start with
10772 # the line `#! .'. This would cause the generated library to
10773 # depend on `.', always an invalid library. This was fixed in
10774 # development snapshots of GCC prior to 3.0.
10775 case $host_os in
10776 aix4 | aix4.[01] | aix4.[01].*)
10777 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10778 echo ' yes '
10779 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10781 else
10782 can_build_shared=no
10785 esac
10786 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10787 # soname into executable. Probably we can add versioning support to
10788 # collect2, so additional links can be useful in future.
10789 if test "$aix_use_runtimelinking" = yes; then
10790 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10791 # instead of lib<name>.a to let people know that these are not
10792 # typical AIX shared libraries.
10793 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10794 else
10795 # We preserve .a as extension for shared libraries through AIX4.2
10796 # and later when we are not doing run time linking.
10797 library_names_spec='${libname}${release}.a $libname.a'
10798 soname_spec='${libname}${release}${shared_ext}$major'
10800 shlibpath_var=LIBPATH
10804 amigaos*)
10805 case $host_cpu in
10806 powerpc)
10807 # Since July 2007 AmigaOS4 officially supports .so libraries.
10808 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10809 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10811 m68k)
10812 library_names_spec='$libname.ixlibrary $libname.a'
10813 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10814 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'
10816 esac
10819 beos*)
10820 library_names_spec='${libname}${shared_ext}'
10821 dynamic_linker="$host_os ld.so"
10822 shlibpath_var=LIBRARY_PATH
10825 bsdi[45]*)
10826 version_type=linux
10827 need_version=no
10828 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10829 soname_spec='${libname}${release}${shared_ext}$major'
10830 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10831 shlibpath_var=LD_LIBRARY_PATH
10832 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10833 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10834 # the default ld.so.conf also contains /usr/contrib/lib and
10835 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10836 # libtool to hard-code these into programs
10839 cygwin* | mingw* | pw32* | cegcc*)
10840 version_type=windows
10841 shrext_cmds=".dll"
10842 need_version=no
10843 need_lib_prefix=no
10845 case $GCC,$host_os in
10846 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10847 library_names_spec='$libname.dll.a'
10848 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10849 postinstall_cmds='base_file=`basename \${file}`~
10850 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10851 dldir=$destdir/`dirname \$dlpath`~
10852 test -d \$dldir || mkdir -p \$dldir~
10853 $install_prog $dir/$dlname \$dldir/$dlname~
10854 chmod a+x \$dldir/$dlname~
10855 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10856 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10858 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10859 dlpath=$dir/\$dldll~
10860 $RM \$dlpath'
10861 shlibpath_overrides_runpath=yes
10863 case $host_os in
10864 cygwin*)
10865 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10866 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10868 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10870 mingw* | cegcc*)
10871 # MinGW DLLs use traditional 'lib' prefix
10872 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10874 pw32*)
10875 # pw32 DLLs use 'pw' prefix rather than 'lib'
10876 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10878 esac
10882 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10884 esac
10885 dynamic_linker='Win32 ld.exe'
10886 # FIXME: first we should search . and the directory the executable is in
10887 shlibpath_var=PATH
10890 darwin* | rhapsody*)
10891 dynamic_linker="$host_os dyld"
10892 version_type=darwin
10893 need_lib_prefix=no
10894 need_version=no
10895 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10896 soname_spec='${libname}${release}${major}$shared_ext'
10897 shlibpath_overrides_runpath=yes
10898 shlibpath_var=DYLD_LIBRARY_PATH
10899 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10901 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10902 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10905 dgux*)
10906 version_type=linux
10907 need_lib_prefix=no
10908 need_version=no
10909 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10910 soname_spec='${libname}${release}${shared_ext}$major'
10911 shlibpath_var=LD_LIBRARY_PATH
10914 freebsd* | dragonfly*)
10915 # DragonFly does not have aout. When/if they implement a new
10916 # versioning mechanism, adjust this.
10917 if test -x /usr/bin/objformat; then
10918 objformat=`/usr/bin/objformat`
10919 else
10920 case $host_os in
10921 freebsd[23].*) objformat=aout ;;
10922 *) objformat=elf ;;
10923 esac
10925 version_type=freebsd-$objformat
10926 case $version_type in
10927 freebsd-elf*)
10928 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10929 need_version=no
10930 need_lib_prefix=no
10932 freebsd-*)
10933 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10934 need_version=yes
10936 esac
10937 shlibpath_var=LD_LIBRARY_PATH
10938 case $host_os in
10939 freebsd2.*)
10940 shlibpath_overrides_runpath=yes
10942 freebsd3.[01]* | freebsdelf3.[01]*)
10943 shlibpath_overrides_runpath=yes
10944 hardcode_into_libs=yes
10946 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10947 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10948 shlibpath_overrides_runpath=no
10949 hardcode_into_libs=yes
10951 *) # from 4.6 on, and DragonFly
10952 shlibpath_overrides_runpath=yes
10953 hardcode_into_libs=yes
10955 esac
10958 gnu*)
10959 version_type=linux
10960 need_lib_prefix=no
10961 need_version=no
10962 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10963 soname_spec='${libname}${release}${shared_ext}$major'
10964 shlibpath_var=LD_LIBRARY_PATH
10965 hardcode_into_libs=yes
10968 haiku*)
10969 version_type=linux
10970 need_lib_prefix=no
10971 need_version=no
10972 dynamic_linker="$host_os runtime_loader"
10973 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10974 soname_spec='${libname}${release}${shared_ext}$major'
10975 shlibpath_var=LIBRARY_PATH
10976 shlibpath_overrides_runpath=yes
10977 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10978 hardcode_into_libs=yes
10981 hpux9* | hpux10* | hpux11*)
10982 # Give a soname corresponding to the major version so that dld.sl refuses to
10983 # link against other versions.
10984 version_type=sunos
10985 need_lib_prefix=no
10986 need_version=no
10987 case $host_cpu in
10988 ia64*)
10989 shrext_cmds='.so'
10990 hardcode_into_libs=yes
10991 dynamic_linker="$host_os dld.so"
10992 shlibpath_var=LD_LIBRARY_PATH
10993 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10994 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10995 soname_spec='${libname}${release}${shared_ext}$major'
10996 if test "X$HPUX_IA64_MODE" = X32; then
10997 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10998 else
10999 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11001 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11003 hppa*64*)
11004 shrext_cmds='.sl'
11005 hardcode_into_libs=yes
11006 dynamic_linker="$host_os dld.sl"
11007 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
11008 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11009 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11010 soname_spec='${libname}${release}${shared_ext}$major'
11011 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11012 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11015 shrext_cmds='.sl'
11016 dynamic_linker="$host_os dld.sl"
11017 shlibpath_var=SHLIB_PATH
11018 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11019 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11020 soname_spec='${libname}${release}${shared_ext}$major'
11022 esac
11023 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
11024 postinstall_cmds='chmod 555 $lib'
11025 # or fails outright, so override atomically:
11026 install_override_mode=555
11029 interix[3-9]*)
11030 version_type=linux
11031 need_lib_prefix=no
11032 need_version=no
11033 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11034 soname_spec='${libname}${release}${shared_ext}$major'
11035 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11036 shlibpath_var=LD_LIBRARY_PATH
11037 shlibpath_overrides_runpath=no
11038 hardcode_into_libs=yes
11041 irix5* | irix6* | nonstopux*)
11042 case $host_os in
11043 nonstopux*) version_type=nonstopux ;;
11045 if test "$lt_cv_prog_gnu_ld" = yes; then
11046 version_type=linux
11047 else
11048 version_type=irix
11049 fi ;;
11050 esac
11051 need_lib_prefix=no
11052 need_version=no
11053 soname_spec='${libname}${release}${shared_ext}$major'
11054 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11055 case $host_os in
11056 irix5* | nonstopux*)
11057 libsuff= shlibsuff=
11060 case $LD in # libtool.m4 will add one of these switches to LD
11061 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11062 libsuff= shlibsuff= libmagic=32-bit;;
11063 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11064 libsuff=32 shlibsuff=N32 libmagic=N32;;
11065 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11066 libsuff=64 shlibsuff=64 libmagic=64-bit;;
11067 *) libsuff= shlibsuff= libmagic=never-match;;
11068 esac
11070 esac
11071 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11072 shlibpath_overrides_runpath=no
11073 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11074 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11075 hardcode_into_libs=yes
11078 # No shared lib support for Linux oldld, aout, or coff.
11079 linux*oldld* | linux*aout* | linux*coff*)
11080 dynamic_linker=no
11083 # This must be Linux ELF.
11084 linux* | k*bsd*-gnu | kopensolaris*-gnu)
11085 version_type=linux
11086 need_lib_prefix=no
11087 need_version=no
11088 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11089 soname_spec='${libname}${release}${shared_ext}$major'
11090 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11091 shlibpath_var=LD_LIBRARY_PATH
11092 shlibpath_overrides_runpath=no
11094 # Some binutils ld are patched to set DT_RUNPATH
11095 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
11096 $as_echo_n "(cached) " >&6
11097 else
11098 lt_cv_shlibpath_overrides_runpath=no
11099 save_LDFLAGS=$LDFLAGS
11100 save_libdir=$libdir
11101 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11102 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11104 /* end confdefs.h. */
11107 main ()
11111 return 0;
11113 _ACEOF
11114 if ac_fn_c_try_link "$LINENO"; then :
11115 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
11116 lt_cv_shlibpath_overrides_runpath=yes
11119 rm -f core conftest.err conftest.$ac_objext \
11120 conftest$ac_exeext conftest.$ac_ext
11121 LDFLAGS=$save_LDFLAGS
11122 libdir=$save_libdir
11126 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
11128 # This implies no fast_install, which is unacceptable.
11129 # Some rework will be needed to allow for fast_install
11130 # before this can be enabled.
11131 hardcode_into_libs=yes
11133 # Append ld.so.conf contents to the search path
11134 if test -f /etc/ld.so.conf; then
11135 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' ' '`
11136 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11139 # We used to test for /lib/ld.so.1 and disable shared libraries on
11140 # powerpc, because MkLinux only supported shared libraries with the
11141 # GNU dynamic linker. Since this was broken with cross compilers,
11142 # most powerpc-linux boxes support dynamic linking these days and
11143 # people can always --disable-shared, the test was removed, and we
11144 # assume the GNU/Linux dynamic linker is in use.
11145 dynamic_linker='GNU/Linux ld.so'
11148 netbsd*)
11149 version_type=sunos
11150 need_lib_prefix=no
11151 need_version=no
11152 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11153 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11154 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11155 dynamic_linker='NetBSD (a.out) ld.so'
11156 else
11157 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11158 soname_spec='${libname}${release}${shared_ext}$major'
11159 dynamic_linker='NetBSD ld.elf_so'
11161 shlibpath_var=LD_LIBRARY_PATH
11162 shlibpath_overrides_runpath=yes
11163 hardcode_into_libs=yes
11166 newsos6)
11167 version_type=linux
11168 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11169 shlibpath_var=LD_LIBRARY_PATH
11170 shlibpath_overrides_runpath=yes
11173 *nto* | *qnx*)
11174 version_type=qnx
11175 need_lib_prefix=no
11176 need_version=no
11177 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11178 soname_spec='${libname}${release}${shared_ext}$major'
11179 shlibpath_var=LD_LIBRARY_PATH
11180 shlibpath_overrides_runpath=no
11181 hardcode_into_libs=yes
11182 dynamic_linker='ldqnx.so'
11185 openbsd*)
11186 version_type=sunos
11187 sys_lib_dlsearch_path_spec="/usr/lib"
11188 need_lib_prefix=no
11189 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11190 case $host_os in
11191 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11192 *) need_version=no ;;
11193 esac
11194 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11195 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11196 shlibpath_var=LD_LIBRARY_PATH
11197 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11198 case $host_os in
11199 openbsd2.[89] | openbsd2.[89].*)
11200 shlibpath_overrides_runpath=no
11203 shlibpath_overrides_runpath=yes
11205 esac
11206 else
11207 shlibpath_overrides_runpath=yes
11211 os2*)
11212 libname_spec='$name'
11213 shrext_cmds=".dll"
11214 need_lib_prefix=no
11215 library_names_spec='$libname${shared_ext} $libname.a'
11216 dynamic_linker='OS/2 ld.exe'
11217 shlibpath_var=LIBPATH
11220 osf3* | osf4* | osf5*)
11221 version_type=osf
11222 need_lib_prefix=no
11223 need_version=no
11224 soname_spec='${libname}${release}${shared_ext}$major'
11225 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11226 shlibpath_var=LD_LIBRARY_PATH
11227 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11228 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11231 rdos*)
11232 dynamic_linker=no
11235 solaris*)
11236 version_type=linux
11237 need_lib_prefix=no
11238 need_version=no
11239 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11240 soname_spec='${libname}${release}${shared_ext}$major'
11241 shlibpath_var=LD_LIBRARY_PATH
11242 shlibpath_overrides_runpath=yes
11243 hardcode_into_libs=yes
11244 # ldd complains unless libraries are executable
11245 postinstall_cmds='chmod +x $lib'
11248 sunos4*)
11249 version_type=sunos
11250 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11251 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11252 shlibpath_var=LD_LIBRARY_PATH
11253 shlibpath_overrides_runpath=yes
11254 if test "$with_gnu_ld" = yes; then
11255 need_lib_prefix=no
11257 need_version=yes
11260 sysv4 | sysv4.3*)
11261 version_type=linux
11262 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11263 soname_spec='${libname}${release}${shared_ext}$major'
11264 shlibpath_var=LD_LIBRARY_PATH
11265 case $host_vendor in
11266 sni)
11267 shlibpath_overrides_runpath=no
11268 need_lib_prefix=no
11269 runpath_var=LD_RUN_PATH
11271 siemens)
11272 need_lib_prefix=no
11274 motorola)
11275 need_lib_prefix=no
11276 need_version=no
11277 shlibpath_overrides_runpath=no
11278 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11280 esac
11283 sysv4*MP*)
11284 if test -d /usr/nec ;then
11285 version_type=linux
11286 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11287 soname_spec='$libname${shared_ext}.$major'
11288 shlibpath_var=LD_LIBRARY_PATH
11292 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11293 version_type=freebsd-elf
11294 need_lib_prefix=no
11295 need_version=no
11296 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11297 soname_spec='${libname}${release}${shared_ext}$major'
11298 shlibpath_var=LD_LIBRARY_PATH
11299 shlibpath_overrides_runpath=yes
11300 hardcode_into_libs=yes
11301 if test "$with_gnu_ld" = yes; then
11302 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11303 else
11304 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11305 case $host_os in
11306 sco3.2v5*)
11307 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11309 esac
11311 sys_lib_dlsearch_path_spec='/usr/lib'
11314 tpf*)
11315 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11316 version_type=linux
11317 need_lib_prefix=no
11318 need_version=no
11319 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11320 shlibpath_var=LD_LIBRARY_PATH
11321 shlibpath_overrides_runpath=no
11322 hardcode_into_libs=yes
11325 uts4*)
11326 version_type=linux
11327 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11328 soname_spec='${libname}${release}${shared_ext}$major'
11329 shlibpath_var=LD_LIBRARY_PATH
11333 dynamic_linker=no
11335 esac
11336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11337 $as_echo "$dynamic_linker" >&6; }
11338 test "$dynamic_linker" = no && can_build_shared=no
11340 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11341 if test "$GCC" = yes; then
11342 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11345 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11346 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11348 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11349 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11444 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11445 hardcode_action=
11446 if test -n "$hardcode_libdir_flag_spec" ||
11447 test -n "$runpath_var" ||
11448 test "X$hardcode_automatic" = "Xyes" ; then
11450 # We can hardcode non-existent directories.
11451 if test "$hardcode_direct" != no &&
11452 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11453 # have to relink, otherwise we might link with an installed library
11454 # when we should be linking with a yet-to-be-installed one
11455 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11456 test "$hardcode_minus_L" != no; then
11457 # Linking always hardcodes the temporary library directory.
11458 hardcode_action=relink
11459 else
11460 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11461 hardcode_action=immediate
11463 else
11464 # We cannot hardcode anything, or else we can only hardcode existing
11465 # directories.
11466 hardcode_action=unsupported
11468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11469 $as_echo "$hardcode_action" >&6; }
11471 if test "$hardcode_action" = relink ||
11472 test "$inherit_rpath" = yes; then
11473 # Fast installation is not supported
11474 enable_fast_install=no
11475 elif test "$shlibpath_overrides_runpath" = yes ||
11476 test "$enable_shared" = no; then
11477 # Fast installation is not necessary
11478 enable_fast_install=needless
11486 if test "x$enable_dlopen" != xyes; then
11487 enable_dlopen=unknown
11488 enable_dlopen_self=unknown
11489 enable_dlopen_self_static=unknown
11490 else
11491 lt_cv_dlopen=no
11492 lt_cv_dlopen_libs=
11494 case $host_os in
11495 beos*)
11496 lt_cv_dlopen="load_add_on"
11497 lt_cv_dlopen_libs=
11498 lt_cv_dlopen_self=yes
11501 mingw* | pw32* | cegcc*)
11502 lt_cv_dlopen="LoadLibrary"
11503 lt_cv_dlopen_libs=
11506 cygwin*)
11507 lt_cv_dlopen="dlopen"
11508 lt_cv_dlopen_libs=
11511 darwin*)
11512 # if libdl is installed we need to link against it
11513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11514 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11515 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11516 $as_echo_n "(cached) " >&6
11517 else
11518 ac_check_lib_save_LIBS=$LIBS
11519 LIBS="-ldl $LIBS"
11520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11521 /* end confdefs.h. */
11523 /* Override any GCC internal prototype to avoid an error.
11524 Use char because int might match the return type of a GCC
11525 builtin and then its argument prototype would still apply. */
11526 #ifdef __cplusplus
11527 extern "C"
11528 #endif
11529 char dlopen ();
11531 main ()
11533 return dlopen ();
11535 return 0;
11537 _ACEOF
11538 if ac_fn_c_try_link "$LINENO"; then :
11539 ac_cv_lib_dl_dlopen=yes
11540 else
11541 ac_cv_lib_dl_dlopen=no
11543 rm -f core conftest.err conftest.$ac_objext \
11544 conftest$ac_exeext conftest.$ac_ext
11545 LIBS=$ac_check_lib_save_LIBS
11547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11548 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11549 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11550 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11551 else
11553 lt_cv_dlopen="dyld"
11554 lt_cv_dlopen_libs=
11555 lt_cv_dlopen_self=yes
11562 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11563 if test "x$ac_cv_func_shl_load" = x""yes; then :
11564 lt_cv_dlopen="shl_load"
11565 else
11566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11567 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11568 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11569 $as_echo_n "(cached) " >&6
11570 else
11571 ac_check_lib_save_LIBS=$LIBS
11572 LIBS="-ldld $LIBS"
11573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11574 /* end confdefs.h. */
11576 /* Override any GCC internal prototype to avoid an error.
11577 Use char because int might match the return type of a GCC
11578 builtin and then its argument prototype would still apply. */
11579 #ifdef __cplusplus
11580 extern "C"
11581 #endif
11582 char shl_load ();
11584 main ()
11586 return shl_load ();
11588 return 0;
11590 _ACEOF
11591 if ac_fn_c_try_link "$LINENO"; then :
11592 ac_cv_lib_dld_shl_load=yes
11593 else
11594 ac_cv_lib_dld_shl_load=no
11596 rm -f core conftest.err conftest.$ac_objext \
11597 conftest$ac_exeext conftest.$ac_ext
11598 LIBS=$ac_check_lib_save_LIBS
11600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11601 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11602 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
11603 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11604 else
11605 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11606 if test "x$ac_cv_func_dlopen" = x""yes; then :
11607 lt_cv_dlopen="dlopen"
11608 else
11609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11610 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11611 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11612 $as_echo_n "(cached) " >&6
11613 else
11614 ac_check_lib_save_LIBS=$LIBS
11615 LIBS="-ldl $LIBS"
11616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11617 /* end confdefs.h. */
11619 /* Override any GCC internal prototype to avoid an error.
11620 Use char because int might match the return type of a GCC
11621 builtin and then its argument prototype would still apply. */
11622 #ifdef __cplusplus
11623 extern "C"
11624 #endif
11625 char dlopen ();
11627 main ()
11629 return dlopen ();
11631 return 0;
11633 _ACEOF
11634 if ac_fn_c_try_link "$LINENO"; then :
11635 ac_cv_lib_dl_dlopen=yes
11636 else
11637 ac_cv_lib_dl_dlopen=no
11639 rm -f core conftest.err conftest.$ac_objext \
11640 conftest$ac_exeext conftest.$ac_ext
11641 LIBS=$ac_check_lib_save_LIBS
11643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11644 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11645 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11646 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11647 else
11648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11649 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11650 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11651 $as_echo_n "(cached) " >&6
11652 else
11653 ac_check_lib_save_LIBS=$LIBS
11654 LIBS="-lsvld $LIBS"
11655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11656 /* end confdefs.h. */
11658 /* Override any GCC internal prototype to avoid an error.
11659 Use char because int might match the return type of a GCC
11660 builtin and then its argument prototype would still apply. */
11661 #ifdef __cplusplus
11662 extern "C"
11663 #endif
11664 char dlopen ();
11666 main ()
11668 return dlopen ();
11670 return 0;
11672 _ACEOF
11673 if ac_fn_c_try_link "$LINENO"; then :
11674 ac_cv_lib_svld_dlopen=yes
11675 else
11676 ac_cv_lib_svld_dlopen=no
11678 rm -f core conftest.err conftest.$ac_objext \
11679 conftest$ac_exeext conftest.$ac_ext
11680 LIBS=$ac_check_lib_save_LIBS
11682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11683 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11684 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11685 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11686 else
11687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11688 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11689 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11690 $as_echo_n "(cached) " >&6
11691 else
11692 ac_check_lib_save_LIBS=$LIBS
11693 LIBS="-ldld $LIBS"
11694 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11695 /* end confdefs.h. */
11697 /* Override any GCC internal prototype to avoid an error.
11698 Use char because int might match the return type of a GCC
11699 builtin and then its argument prototype would still apply. */
11700 #ifdef __cplusplus
11701 extern "C"
11702 #endif
11703 char dld_link ();
11705 main ()
11707 return dld_link ();
11709 return 0;
11711 _ACEOF
11712 if ac_fn_c_try_link "$LINENO"; then :
11713 ac_cv_lib_dld_dld_link=yes
11714 else
11715 ac_cv_lib_dld_dld_link=no
11717 rm -f core conftest.err conftest.$ac_objext \
11718 conftest$ac_exeext conftest.$ac_ext
11719 LIBS=$ac_check_lib_save_LIBS
11721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11722 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11723 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11724 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11743 esac
11745 if test "x$lt_cv_dlopen" != xno; then
11746 enable_dlopen=yes
11747 else
11748 enable_dlopen=no
11751 case $lt_cv_dlopen in
11752 dlopen)
11753 save_CPPFLAGS="$CPPFLAGS"
11754 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11756 save_LDFLAGS="$LDFLAGS"
11757 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11759 save_LIBS="$LIBS"
11760 LIBS="$lt_cv_dlopen_libs $LIBS"
11762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11763 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11764 if test "${lt_cv_dlopen_self+set}" = set; then :
11765 $as_echo_n "(cached) " >&6
11766 else
11767 if test "$cross_compiling" = yes; then :
11768 lt_cv_dlopen_self=cross
11769 else
11770 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11771 lt_status=$lt_dlunknown
11772 cat > conftest.$ac_ext <<_LT_EOF
11773 #line 11773 "configure"
11774 #include "confdefs.h"
11776 #if HAVE_DLFCN_H
11777 #include <dlfcn.h>
11778 #endif
11780 #include <stdio.h>
11782 #ifdef RTLD_GLOBAL
11783 # define LT_DLGLOBAL RTLD_GLOBAL
11784 #else
11785 # ifdef DL_GLOBAL
11786 # define LT_DLGLOBAL DL_GLOBAL
11787 # else
11788 # define LT_DLGLOBAL 0
11789 # endif
11790 #endif
11792 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11793 find out it does not work in some platform. */
11794 #ifndef LT_DLLAZY_OR_NOW
11795 # ifdef RTLD_LAZY
11796 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11797 # else
11798 # ifdef DL_LAZY
11799 # define LT_DLLAZY_OR_NOW DL_LAZY
11800 # else
11801 # ifdef RTLD_NOW
11802 # define LT_DLLAZY_OR_NOW RTLD_NOW
11803 # else
11804 # ifdef DL_NOW
11805 # define LT_DLLAZY_OR_NOW DL_NOW
11806 # else
11807 # define LT_DLLAZY_OR_NOW 0
11808 # endif
11809 # endif
11810 # endif
11811 # endif
11812 #endif
11814 /* When -fvisbility=hidden is used, assume the code has been annotated
11815 correspondingly for the symbols needed. */
11816 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11817 void fnord () __attribute__((visibility("default")));
11818 #endif
11820 void fnord () { int i=42; }
11821 int main ()
11823 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11824 int status = $lt_dlunknown;
11826 if (self)
11828 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11829 else
11831 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11832 else puts (dlerror ());
11834 /* dlclose (self); */
11836 else
11837 puts (dlerror ());
11839 return status;
11841 _LT_EOF
11842 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11843 (eval $ac_link) 2>&5
11844 ac_status=$?
11845 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11846 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11847 (./conftest; exit; ) >&5 2>/dev/null
11848 lt_status=$?
11849 case x$lt_status in
11850 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11851 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11852 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11853 esac
11854 else :
11855 # compilation failed
11856 lt_cv_dlopen_self=no
11859 rm -fr conftest*
11863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11864 $as_echo "$lt_cv_dlopen_self" >&6; }
11866 if test "x$lt_cv_dlopen_self" = xyes; then
11867 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11869 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11870 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11871 $as_echo_n "(cached) " >&6
11872 else
11873 if test "$cross_compiling" = yes; then :
11874 lt_cv_dlopen_self_static=cross
11875 else
11876 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11877 lt_status=$lt_dlunknown
11878 cat > conftest.$ac_ext <<_LT_EOF
11879 #line 11879 "configure"
11880 #include "confdefs.h"
11882 #if HAVE_DLFCN_H
11883 #include <dlfcn.h>
11884 #endif
11886 #include <stdio.h>
11888 #ifdef RTLD_GLOBAL
11889 # define LT_DLGLOBAL RTLD_GLOBAL
11890 #else
11891 # ifdef DL_GLOBAL
11892 # define LT_DLGLOBAL DL_GLOBAL
11893 # else
11894 # define LT_DLGLOBAL 0
11895 # endif
11896 #endif
11898 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11899 find out it does not work in some platform. */
11900 #ifndef LT_DLLAZY_OR_NOW
11901 # ifdef RTLD_LAZY
11902 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11903 # else
11904 # ifdef DL_LAZY
11905 # define LT_DLLAZY_OR_NOW DL_LAZY
11906 # else
11907 # ifdef RTLD_NOW
11908 # define LT_DLLAZY_OR_NOW RTLD_NOW
11909 # else
11910 # ifdef DL_NOW
11911 # define LT_DLLAZY_OR_NOW DL_NOW
11912 # else
11913 # define LT_DLLAZY_OR_NOW 0
11914 # endif
11915 # endif
11916 # endif
11917 # endif
11918 #endif
11920 /* When -fvisbility=hidden is used, assume the code has been annotated
11921 correspondingly for the symbols needed. */
11922 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11923 void fnord () __attribute__((visibility("default")));
11924 #endif
11926 void fnord () { int i=42; }
11927 int main ()
11929 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11930 int status = $lt_dlunknown;
11932 if (self)
11934 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11935 else
11937 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11938 else puts (dlerror ());
11940 /* dlclose (self); */
11942 else
11943 puts (dlerror ());
11945 return status;
11947 _LT_EOF
11948 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11949 (eval $ac_link) 2>&5
11950 ac_status=$?
11951 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11952 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11953 (./conftest; exit; ) >&5 2>/dev/null
11954 lt_status=$?
11955 case x$lt_status in
11956 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11957 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11958 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11959 esac
11960 else :
11961 # compilation failed
11962 lt_cv_dlopen_self_static=no
11965 rm -fr conftest*
11969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11970 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11973 CPPFLAGS="$save_CPPFLAGS"
11974 LDFLAGS="$save_LDFLAGS"
11975 LIBS="$save_LIBS"
11977 esac
11979 case $lt_cv_dlopen_self in
11980 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11981 *) enable_dlopen_self=unknown ;;
11982 esac
11984 case $lt_cv_dlopen_self_static in
11985 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11986 *) enable_dlopen_self_static=unknown ;;
11987 esac
12006 striplib=
12007 old_striplib=
12008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
12009 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
12010 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
12011 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12012 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12014 $as_echo "yes" >&6; }
12015 else
12016 # FIXME - insert some real tests, host_os isn't really good enough
12017 case $host_os in
12018 darwin*)
12019 if test -n "$STRIP" ; then
12020 striplib="$STRIP -x"
12021 old_striplib="$STRIP -S"
12022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12023 $as_echo "yes" >&6; }
12024 else
12025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12026 $as_echo "no" >&6; }
12030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12031 $as_echo "no" >&6; }
12033 esac
12047 # Report which library types will actually be built
12048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12049 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
12050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12051 $as_echo "$can_build_shared" >&6; }
12053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12054 $as_echo_n "checking whether to build shared libraries... " >&6; }
12055 test "$can_build_shared" = "no" && enable_shared=no
12057 # On AIX, shared libraries and static libraries use the same namespace, and
12058 # are all built from PIC.
12059 case $host_os in
12060 aix3*)
12061 test "$enable_shared" = yes && enable_static=no
12062 if test -n "$RANLIB"; then
12063 archive_cmds="$archive_cmds~\$RANLIB \$lib"
12064 postinstall_cmds='$RANLIB $lib'
12068 aix[4-9]*)
12069 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12070 test "$enable_shared" = yes && enable_static=no
12073 esac
12074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12075 $as_echo "$enable_shared" >&6; }
12077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12078 $as_echo_n "checking whether to build static libraries... " >&6; }
12079 # Make sure either enable_shared or enable_static is yes.
12080 test "$enable_shared" = yes || enable_static=yes
12081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12082 $as_echo "$enable_static" >&6; }
12088 ac_ext=c
12089 ac_cpp='$CPP $CPPFLAGS'
12090 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12091 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12092 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12094 CC="$lt_save_CC"
12096 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
12097 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
12098 (test "X$CXX" != "Xg++"))) ; then
12099 ac_ext=cpp
12100 ac_cpp='$CXXCPP $CPPFLAGS'
12101 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12102 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12103 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
12105 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
12106 if test -z "$CXXCPP"; then
12107 if test "${ac_cv_prog_CXXCPP+set}" = set; then :
12108 $as_echo_n "(cached) " >&6
12109 else
12110 # Double quotes because CXXCPP needs to be expanded
12111 for CXXCPP in "$CXX -E" "/lib/cpp"
12113 ac_preproc_ok=false
12114 for ac_cxx_preproc_warn_flag in '' yes
12116 # Use a header file that comes with gcc, so configuring glibc
12117 # with a fresh cross-compiler works.
12118 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12119 # <limits.h> exists even on freestanding compilers.
12120 # On the NeXT, cc -E runs the code through the compiler's parser,
12121 # not just through cpp. "Syntax error" is here to catch this case.
12122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12123 /* end confdefs.h. */
12124 #ifdef __STDC__
12125 # include <limits.h>
12126 #else
12127 # include <assert.h>
12128 #endif
12129 Syntax error
12130 _ACEOF
12131 if ac_fn_cxx_try_cpp "$LINENO"; then :
12133 else
12134 # Broken: fails on valid input.
12135 continue
12137 rm -f conftest.err conftest.$ac_ext
12139 # OK, works on sane cases. Now check whether nonexistent headers
12140 # can be detected and how.
12141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12142 /* end confdefs.h. */
12143 #include <ac_nonexistent.h>
12144 _ACEOF
12145 if ac_fn_cxx_try_cpp "$LINENO"; then :
12146 # Broken: success on invalid input.
12147 continue
12148 else
12149 # Passes both tests.
12150 ac_preproc_ok=:
12151 break
12153 rm -f conftest.err conftest.$ac_ext
12155 done
12156 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12157 rm -f conftest.err conftest.$ac_ext
12158 if $ac_preproc_ok; then :
12159 break
12162 done
12163 ac_cv_prog_CXXCPP=$CXXCPP
12166 CXXCPP=$ac_cv_prog_CXXCPP
12167 else
12168 ac_cv_prog_CXXCPP=$CXXCPP
12170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
12171 $as_echo "$CXXCPP" >&6; }
12172 ac_preproc_ok=false
12173 for ac_cxx_preproc_warn_flag in '' yes
12175 # Use a header file that comes with gcc, so configuring glibc
12176 # with a fresh cross-compiler works.
12177 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12178 # <limits.h> exists even on freestanding compilers.
12179 # On the NeXT, cc -E runs the code through the compiler's parser,
12180 # not just through cpp. "Syntax error" is here to catch this case.
12181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12182 /* end confdefs.h. */
12183 #ifdef __STDC__
12184 # include <limits.h>
12185 #else
12186 # include <assert.h>
12187 #endif
12188 Syntax error
12189 _ACEOF
12190 if ac_fn_cxx_try_cpp "$LINENO"; then :
12192 else
12193 # Broken: fails on valid input.
12194 continue
12196 rm -f conftest.err conftest.$ac_ext
12198 # OK, works on sane cases. Now check whether nonexistent headers
12199 # can be detected and how.
12200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12201 /* end confdefs.h. */
12202 #include <ac_nonexistent.h>
12203 _ACEOF
12204 if ac_fn_cxx_try_cpp "$LINENO"; then :
12205 # Broken: success on invalid input.
12206 continue
12207 else
12208 # Passes both tests.
12209 ac_preproc_ok=:
12210 break
12212 rm -f conftest.err conftest.$ac_ext
12214 done
12215 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12216 rm -f conftest.err conftest.$ac_ext
12217 if $ac_preproc_ok; then :
12219 else
12220 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12221 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12222 as_fn_error "C++ preprocessor \"$CXXCPP\" fails sanity check
12223 See \`config.log' for more details." "$LINENO" 5; }
12226 ac_ext=c
12227 ac_cpp='$CPP $CPPFLAGS'
12228 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12229 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12230 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12232 else
12233 _lt_caught_CXX_error=yes
12236 ac_ext=cpp
12237 ac_cpp='$CXXCPP $CPPFLAGS'
12238 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12239 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12240 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12242 archive_cmds_need_lc_CXX=no
12243 allow_undefined_flag_CXX=
12244 always_export_symbols_CXX=no
12245 archive_expsym_cmds_CXX=
12246 compiler_needs_object_CXX=no
12247 export_dynamic_flag_spec_CXX=
12248 hardcode_direct_CXX=no
12249 hardcode_direct_absolute_CXX=no
12250 hardcode_libdir_flag_spec_CXX=
12251 hardcode_libdir_flag_spec_ld_CXX=
12252 hardcode_libdir_separator_CXX=
12253 hardcode_minus_L_CXX=no
12254 hardcode_shlibpath_var_CXX=unsupported
12255 hardcode_automatic_CXX=no
12256 inherit_rpath_CXX=no
12257 module_cmds_CXX=
12258 module_expsym_cmds_CXX=
12259 link_all_deplibs_CXX=unknown
12260 old_archive_cmds_CXX=$old_archive_cmds
12261 reload_flag_CXX=$reload_flag
12262 reload_cmds_CXX=$reload_cmds
12263 no_undefined_flag_CXX=
12264 whole_archive_flag_spec_CXX=
12265 enable_shared_with_static_runtimes_CXX=no
12267 # Source file extension for C++ test sources.
12268 ac_ext=cpp
12270 # Object file extension for compiled C++ test sources.
12271 objext=o
12272 objext_CXX=$objext
12274 # No sense in running all these tests if we already determined that
12275 # the CXX compiler isn't working. Some variables (like enable_shared)
12276 # are currently assumed to apply to all compilers on this platform,
12277 # and will be corrupted by setting them based on a non-working compiler.
12278 if test "$_lt_caught_CXX_error" != yes; then
12279 # Code to be used in simple compile tests
12280 lt_simple_compile_test_code="int some_variable = 0;"
12282 # Code to be used in simple link tests
12283 lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
12285 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
12292 # If no C compiler was specified, use CC.
12293 LTCC=${LTCC-"$CC"}
12295 # If no C compiler flags were specified, use CFLAGS.
12296 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
12298 # Allow CC to be a program name with arguments.
12299 compiler=$CC
12302 # save warnings/boilerplate of simple test code
12303 ac_outfile=conftest.$ac_objext
12304 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
12305 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
12306 _lt_compiler_boilerplate=`cat conftest.err`
12307 $RM conftest*
12309 ac_outfile=conftest.$ac_objext
12310 echo "$lt_simple_link_test_code" >conftest.$ac_ext
12311 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
12312 _lt_linker_boilerplate=`cat conftest.err`
12313 $RM -r conftest*
12316 # Allow CC to be a program name with arguments.
12317 lt_save_CC=$CC
12318 lt_save_LD=$LD
12319 lt_save_GCC=$GCC
12320 GCC=$GXX
12321 lt_save_with_gnu_ld=$with_gnu_ld
12322 lt_save_path_LD=$lt_cv_path_LD
12323 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
12324 lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
12325 else
12326 $as_unset lt_cv_prog_gnu_ld
12328 if test -n "${lt_cv_path_LDCXX+set}"; then
12329 lt_cv_path_LD=$lt_cv_path_LDCXX
12330 else
12331 $as_unset lt_cv_path_LD
12333 test -z "${LDCXX+set}" || LD=$LDCXX
12334 CC=${CXX-"c++"}
12335 compiler=$CC
12336 compiler_CXX=$CC
12337 for cc_temp in $compiler""; do
12338 case $cc_temp in
12339 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
12340 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
12341 \-*) ;;
12342 *) break;;
12343 esac
12344 done
12345 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
12348 if test -n "$compiler"; then
12349 # We don't want -fno-exception when compiling C++ code, so set the
12350 # no_builtin_flag separately
12351 if test "$GXX" = yes; then
12352 lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
12353 else
12354 lt_prog_compiler_no_builtin_flag_CXX=
12357 if test "$GXX" = yes; then
12358 # Set up default GNU C++ configuration
12362 # Check whether --with-gnu-ld was given.
12363 if test "${with_gnu_ld+set}" = set; then :
12364 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
12365 else
12366 with_gnu_ld=no
12369 ac_prog=ld
12370 if test "$GCC" = yes; then
12371 # Check if gcc -print-prog-name=ld gives a path.
12372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
12373 $as_echo_n "checking for ld used by $CC... " >&6; }
12374 case $host in
12375 *-*-mingw*)
12376 # gcc leaves a trailing carriage return which upsets mingw
12377 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
12379 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
12380 esac
12381 case $ac_prog in
12382 # Accept absolute paths.
12383 [\\/]* | ?:[\\/]*)
12384 re_direlt='/[^/][^/]*/\.\./'
12385 # Canonicalize the pathname of ld
12386 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
12387 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
12388 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
12389 done
12390 test -z "$LD" && LD="$ac_prog"
12393 # If it fails, then pretend we aren't using GCC.
12394 ac_prog=ld
12397 # If it is relative, then search for the first ld in PATH.
12398 with_gnu_ld=unknown
12400 esac
12401 elif test "$with_gnu_ld" = yes; then
12402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
12403 $as_echo_n "checking for GNU ld... " >&6; }
12404 else
12405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
12406 $as_echo_n "checking for non-GNU ld... " >&6; }
12408 if test "${lt_cv_path_LD+set}" = set; then :
12409 $as_echo_n "(cached) " >&6
12410 else
12411 if test -z "$LD"; then
12412 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
12413 for ac_dir in $PATH; do
12414 IFS="$lt_save_ifs"
12415 test -z "$ac_dir" && ac_dir=.
12416 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
12417 lt_cv_path_LD="$ac_dir/$ac_prog"
12418 # Check to see if the program is GNU ld. I'd rather use --version,
12419 # but apparently some variants of GNU ld only accept -v.
12420 # Break only if it was the GNU/non-GNU ld that we prefer.
12421 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
12422 *GNU* | *'with BFD'*)
12423 test "$with_gnu_ld" != no && break
12426 test "$with_gnu_ld" != yes && break
12428 esac
12430 done
12431 IFS="$lt_save_ifs"
12432 else
12433 lt_cv_path_LD="$LD" # Let the user override the test with a path.
12437 LD="$lt_cv_path_LD"
12438 if test -n "$LD"; then
12439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
12440 $as_echo "$LD" >&6; }
12441 else
12442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12443 $as_echo "no" >&6; }
12445 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
12446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
12447 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
12448 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
12449 $as_echo_n "(cached) " >&6
12450 else
12451 # I'd rather use --version here, but apparently some GNU lds only accept -v.
12452 case `$LD -v 2>&1 </dev/null` in
12453 *GNU* | *'with BFD'*)
12454 lt_cv_prog_gnu_ld=yes
12457 lt_cv_prog_gnu_ld=no
12459 esac
12461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
12462 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
12463 with_gnu_ld=$lt_cv_prog_gnu_ld
12471 # Check if GNU C++ uses GNU ld as the underlying linker, since the
12472 # archiving commands below assume that GNU ld is being used.
12473 if test "$with_gnu_ld" = yes; then
12474 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12475 archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12477 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12478 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
12480 # If archive_cmds runs LD, not CC, wlarc should be empty
12481 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
12482 # investigate it a little bit more. (MM)
12483 wlarc='${wl}'
12485 # ancient GNU ld didn't support --whole-archive et. al.
12486 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
12487 $GREP 'no-whole-archive' > /dev/null; then
12488 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
12489 else
12490 whole_archive_flag_spec_CXX=
12492 else
12493 with_gnu_ld=no
12494 wlarc=
12496 # A generic and very simple default shared library creation
12497 # command for GNU C++ for the case where it uses the native
12498 # linker, instead of GNU ld. If possible, this setting should
12499 # overridden to take advantage of the native linker features on
12500 # the platform it is being used on.
12501 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
12504 # Commands to make compiler produce verbose output that lists
12505 # what "hidden" libraries, object files and flags are used when
12506 # linking a shared library.
12507 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
12509 else
12510 GXX=no
12511 with_gnu_ld=no
12512 wlarc=
12515 # PORTME: fill in a description of your system's C++ link characteristics
12516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
12517 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
12518 ld_shlibs_CXX=yes
12519 case $host_os in
12520 aix3*)
12521 # FIXME: insert proper C++ library support
12522 ld_shlibs_CXX=no
12524 aix[4-9]*)
12525 if test "$host_cpu" = ia64; then
12526 # On IA64, the linker does run time linking by default, so we don't
12527 # have to do anything special.
12528 aix_use_runtimelinking=no
12529 exp_sym_flag='-Bexport'
12530 no_entry_flag=""
12531 else
12532 aix_use_runtimelinking=no
12534 # Test if we are trying to use run time linking or normal
12535 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
12536 # need to do runtime linking.
12537 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
12538 for ld_flag in $LDFLAGS; do
12539 case $ld_flag in
12540 *-brtl*)
12541 aix_use_runtimelinking=yes
12542 break
12544 esac
12545 done
12547 esac
12549 exp_sym_flag='-bexport'
12550 no_entry_flag='-bnoentry'
12553 # When large executables or shared objects are built, AIX ld can
12554 # have problems creating the table of contents. If linking a library
12555 # or program results in "error TOC overflow" add -mminimal-toc to
12556 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
12557 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
12559 archive_cmds_CXX=''
12560 hardcode_direct_CXX=yes
12561 hardcode_direct_absolute_CXX=yes
12562 hardcode_libdir_separator_CXX=':'
12563 link_all_deplibs_CXX=yes
12564 file_list_spec_CXX='${wl}-f,'
12566 if test "$GXX" = yes; then
12567 case $host_os in aix4.[012]|aix4.[012].*)
12568 # We only want to do this on AIX 4.2 and lower, the check
12569 # below for broken collect2 doesn't work under 4.3+
12570 collect2name=`${CC} -print-prog-name=collect2`
12571 if test -f "$collect2name" &&
12572 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
12573 then
12574 # We have reworked collect2
12576 else
12577 # We have old collect2
12578 hardcode_direct_CXX=unsupported
12579 # It fails to find uninstalled libraries when the uninstalled
12580 # path is not listed in the libpath. Setting hardcode_minus_L
12581 # to unsupported forces relinking
12582 hardcode_minus_L_CXX=yes
12583 hardcode_libdir_flag_spec_CXX='-L$libdir'
12584 hardcode_libdir_separator_CXX=
12586 esac
12587 shared_flag='-shared'
12588 if test "$aix_use_runtimelinking" = yes; then
12589 shared_flag="$shared_flag "'${wl}-G'
12591 else
12592 # not using gcc
12593 if test "$host_cpu" = ia64; then
12594 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
12595 # chokes on -Wl,-G. The following line is correct:
12596 shared_flag='-G'
12597 else
12598 if test "$aix_use_runtimelinking" = yes; then
12599 shared_flag='${wl}-G'
12600 else
12601 shared_flag='${wl}-bM:SRE'
12606 export_dynamic_flag_spec_CXX='${wl}-bexpall'
12607 # It seems that -bexpall does not export symbols beginning with
12608 # underscore (_), so it is better to generate a list of symbols to
12609 # export.
12610 always_export_symbols_CXX=yes
12611 if test "$aix_use_runtimelinking" = yes; then
12612 # Warning - without using the other runtime loading flags (-brtl),
12613 # -berok will link without error, but may produce a broken library.
12614 allow_undefined_flag_CXX='-berok'
12615 # Determine the default libpath from the value encoded in an empty
12616 # executable.
12617 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12618 /* end confdefs.h. */
12621 main ()
12625 return 0;
12627 _ACEOF
12628 if ac_fn_cxx_try_link "$LINENO"; then :
12630 lt_aix_libpath_sed='
12631 /Import File Strings/,/^$/ {
12632 /^0/ {
12633 s/^0 *\(.*\)$/\1/
12637 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12638 # Check for a 64-bit object if we didn't find anything.
12639 if test -z "$aix_libpath"; then
12640 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12643 rm -f core conftest.err conftest.$ac_objext \
12644 conftest$ac_exeext conftest.$ac_ext
12645 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
12647 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
12649 archive_expsym_cmds_CXX='$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"
12650 else
12651 if test "$host_cpu" = ia64; then
12652 hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
12653 allow_undefined_flag_CXX="-z nodefs"
12654 archive_expsym_cmds_CXX="\$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"
12655 else
12656 # Determine the default libpath from the value encoded in an
12657 # empty executable.
12658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12659 /* end confdefs.h. */
12662 main ()
12666 return 0;
12668 _ACEOF
12669 if ac_fn_cxx_try_link "$LINENO"; then :
12671 lt_aix_libpath_sed='
12672 /Import File Strings/,/^$/ {
12673 /^0/ {
12674 s/^0 *\(.*\)$/\1/
12678 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12679 # Check for a 64-bit object if we didn't find anything.
12680 if test -z "$aix_libpath"; then
12681 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12684 rm -f core conftest.err conftest.$ac_objext \
12685 conftest$ac_exeext conftest.$ac_ext
12686 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
12688 hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
12689 # Warning - without using the other run time loading flags,
12690 # -berok will link without error, but may produce a broken library.
12691 no_undefined_flag_CXX=' ${wl}-bernotok'
12692 allow_undefined_flag_CXX=' ${wl}-berok'
12693 if test "$with_gnu_ld" = yes; then
12694 # We only use this code for GNU lds that support --whole-archive.
12695 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
12696 else
12697 # Exported symbols can be pulled into shared objects from archives
12698 whole_archive_flag_spec_CXX='$convenience'
12700 archive_cmds_need_lc_CXX=yes
12701 # This is similar to how AIX traditionally builds its shared
12702 # libraries.
12703 archive_expsym_cmds_CXX="\$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'
12708 beos*)
12709 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
12710 allow_undefined_flag_CXX=unsupported
12711 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
12712 # support --undefined. This deserves some investigation. FIXME
12713 archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12714 else
12715 ld_shlibs_CXX=no
12719 chorus*)
12720 case $cc_basename in
12722 # FIXME: insert proper C++ library support
12723 ld_shlibs_CXX=no
12725 esac
12728 cygwin* | mingw* | pw32* | cegcc*)
12729 # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
12730 # as there is no search path for DLLs.
12731 hardcode_libdir_flag_spec_CXX='-L$libdir'
12732 export_dynamic_flag_spec_CXX='${wl}--export-all-symbols'
12733 allow_undefined_flag_CXX=unsupported
12734 always_export_symbols_CXX=no
12735 enable_shared_with_static_runtimes_CXX=yes
12737 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
12738 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
12739 # If the export-symbols file already is a .def file (1st line
12740 # is EXPORTS), use it as is; otherwise, prepend...
12741 archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
12742 cp $export_symbols $output_objdir/$soname.def;
12743 else
12744 echo EXPORTS > $output_objdir/$soname.def;
12745 cat $export_symbols >> $output_objdir/$soname.def;
12747 $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
12748 else
12749 ld_shlibs_CXX=no
12752 darwin* | rhapsody*)
12755 archive_cmds_need_lc_CXX=no
12756 hardcode_direct_CXX=no
12757 hardcode_automatic_CXX=yes
12758 hardcode_shlibpath_var_CXX=unsupported
12759 if test "$lt_cv_ld_force_load" = "yes"; then
12760 whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
12761 else
12762 whole_archive_flag_spec_CXX=''
12764 link_all_deplibs_CXX=yes
12765 allow_undefined_flag_CXX="$_lt_dar_allow_undefined"
12766 case $cc_basename in
12767 ifort*) _lt_dar_can_shared=yes ;;
12768 *) _lt_dar_can_shared=$GCC ;;
12769 esac
12770 if test "$_lt_dar_can_shared" = "yes"; then
12771 output_verbose_link_cmd=func_echo_all
12772 archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
12773 module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
12774 archive_expsym_cmds_CXX="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}"
12775 module_expsym_cmds_CXX="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}"
12776 if test "$lt_cv_apple_cc_single_mod" != "yes"; then
12777 archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
12778 archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
12781 else
12782 ld_shlibs_CXX=no
12787 dgux*)
12788 case $cc_basename in
12789 ec++*)
12790 # FIXME: insert proper C++ library support
12791 ld_shlibs_CXX=no
12793 ghcx*)
12794 # Green Hills C++ Compiler
12795 # FIXME: insert proper C++ library support
12796 ld_shlibs_CXX=no
12799 # FIXME: insert proper C++ library support
12800 ld_shlibs_CXX=no
12802 esac
12805 freebsd2.*)
12806 # C++ shared libraries reported to be fairly broken before
12807 # switch to ELF
12808 ld_shlibs_CXX=no
12811 freebsd-elf*)
12812 archive_cmds_need_lc_CXX=no
12815 freebsd* | dragonfly*)
12816 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
12817 # conventions
12818 ld_shlibs_CXX=yes
12821 gnu*)
12824 haiku*)
12825 archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12826 link_all_deplibs_CXX=yes
12829 hpux9*)
12830 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
12831 hardcode_libdir_separator_CXX=:
12832 export_dynamic_flag_spec_CXX='${wl}-E'
12833 hardcode_direct_CXX=yes
12834 hardcode_minus_L_CXX=yes # Not in the search PATH,
12835 # but as the default
12836 # location of the library.
12838 case $cc_basename in
12839 CC*)
12840 # FIXME: insert proper C++ library support
12841 ld_shlibs_CXX=no
12843 aCC*)
12844 archive_cmds_CXX='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
12845 # Commands to make compiler produce verbose output that lists
12846 # what "hidden" libraries, object files and flags are used when
12847 # linking a shared library.
12849 # There doesn't appear to be a way to prevent this compiler from
12850 # explicitly linking system object files so we need to strip them
12851 # from the output so that they don't get included in the library
12852 # dependencies.
12853 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
12856 if test "$GXX" = yes; then
12857 archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
12858 else
12859 # FIXME: insert proper C++ library support
12860 ld_shlibs_CXX=no
12863 esac
12866 hpux10*|hpux11*)
12867 if test $with_gnu_ld = no; then
12868 hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
12869 hardcode_libdir_separator_CXX=:
12871 case $host_cpu in
12872 hppa*64*|ia64*)
12875 export_dynamic_flag_spec_CXX='${wl}-E'
12877 esac
12879 case $host_cpu in
12880 hppa*64*|ia64*)
12881 hardcode_direct_CXX=no
12882 hardcode_shlibpath_var_CXX=no
12885 hardcode_direct_CXX=yes
12886 hardcode_direct_absolute_CXX=yes
12887 hardcode_minus_L_CXX=yes # Not in the search PATH,
12888 # but as the default
12889 # location of the library.
12891 esac
12893 case $cc_basename in
12894 CC*)
12895 # FIXME: insert proper C++ library support
12896 ld_shlibs_CXX=no
12898 aCC*)
12899 case $host_cpu in
12900 hppa*64*)
12901 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12903 ia64*)
12904 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12907 archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12909 esac
12910 # Commands to make compiler produce verbose output that lists
12911 # what "hidden" libraries, object files and flags are used when
12912 # linking a shared library.
12914 # There doesn't appear to be a way to prevent this compiler from
12915 # explicitly linking system object files so we need to strip them
12916 # from the output so that they don't get included in the library
12917 # dependencies.
12918 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
12921 if test "$GXX" = yes; then
12922 if test $with_gnu_ld = no; then
12923 case $host_cpu in
12924 hppa*64*)
12925 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12927 ia64*)
12928 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12931 archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
12933 esac
12935 else
12936 # FIXME: insert proper C++ library support
12937 ld_shlibs_CXX=no
12940 esac
12943 interix[3-9]*)
12944 hardcode_direct_CXX=no
12945 hardcode_shlibpath_var_CXX=no
12946 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
12947 export_dynamic_flag_spec_CXX='${wl}-E'
12948 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
12949 # Instead, shared libraries are loaded at an image base (0x10000000 by
12950 # default) and relocated if they conflict, which is a slow very memory
12951 # consuming and fragmenting process. To avoid this, we pick a random,
12952 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
12953 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
12954 archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
12955 archive_expsym_cmds_CXX='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'
12957 irix5* | irix6*)
12958 case $cc_basename in
12959 CC*)
12960 # SGI C++
12961 archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
12963 # Archives containing C++ object files must be created using
12964 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
12965 # necessary to make sure instantiated templates are included
12966 # in the archive.
12967 old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
12970 if test "$GXX" = yes; then
12971 if test "$with_gnu_ld" = no; then
12972 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $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'
12973 else
12974 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
12977 link_all_deplibs_CXX=yes
12979 esac
12980 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
12981 hardcode_libdir_separator_CXX=:
12982 inherit_rpath_CXX=yes
12985 linux* | k*bsd*-gnu | kopensolaris*-gnu)
12986 case $cc_basename in
12987 KCC*)
12988 # Kuck and Associates, Inc. (KAI) C++ Compiler
12990 # KCC will only create a shared library if the output file
12991 # ends with ".so" (or ".sl" for HP-UX), so rename the library
12992 # to its proper name (with version) after linking.
12993 archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
12994 archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
12995 # Commands to make compiler produce verbose output that lists
12996 # what "hidden" libraries, object files and flags are used when
12997 # linking a shared library.
12999 # There doesn't appear to be a way to prevent this compiler from
13000 # explicitly linking system object files so we need to strip them
13001 # from the output so that they don't get included in the library
13002 # dependencies.
13003 output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
13005 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13006 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13008 # Archives containing C++ object files must be created using
13009 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
13010 old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
13012 icpc* | ecpc* )
13013 # Intel C++
13014 with_gnu_ld=yes
13015 # version 8.0 and above of icpc choke on multiply defined symbols
13016 # if we add $predep_objects and $postdep_objects, however 7.1 and
13017 # earlier do not add the objects themselves.
13018 case `$CC -V 2>&1` in
13019 *"Version 7."*)
13020 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13021 archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
13023 *) # Version 8.0 or newer
13024 tmp_idyn=
13025 case $host_cpu in
13026 ia64*) tmp_idyn=' -i_dynamic';;
13027 esac
13028 archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13029 archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
13031 esac
13032 archive_cmds_need_lc_CXX=no
13033 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13034 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13035 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
13037 pgCC* | pgcpp*)
13038 # Portland Group C++ compiler
13039 case `$CC -V` in
13040 *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
13041 prelink_cmds_CXX='tpldir=Template.dir~
13042 rm -rf $tpldir~
13043 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
13044 compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
13045 old_archive_cmds_CXX='tpldir=Template.dir~
13046 rm -rf $tpldir~
13047 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
13048 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
13049 $RANLIB $oldlib'
13050 archive_cmds_CXX='tpldir=Template.dir~
13051 rm -rf $tpldir~
13052 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13053 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
13054 archive_expsym_cmds_CXX='tpldir=Template.dir~
13055 rm -rf $tpldir~
13056 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13057 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
13059 *) # Version 6 and above use weak symbols
13060 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
13061 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
13063 esac
13065 hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
13066 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13067 whole_archive_flag_spec_CXX='${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'
13069 cxx*)
13070 # Compaq C++
13071 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13072 archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
13074 runpath_var=LD_RUN_PATH
13075 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
13076 hardcode_libdir_separator_CXX=:
13078 # Commands to make compiler produce verbose output that lists
13079 # what "hidden" libraries, object files and flags are used when
13080 # linking a shared library.
13082 # There doesn't appear to be a way to prevent this compiler from
13083 # explicitly linking system object files so we need to strip them
13084 # from the output so that they don't get included in the library
13085 # dependencies.
13086 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
13088 xl* | mpixl* | bgxl*)
13089 # IBM XL 8.0 on PPC, with GNU ld
13090 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13091 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
13092 archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13093 if test "x$supports_anon_versioning" = xyes; then
13094 archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
13095 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
13096 echo "local: *; };" >> $output_objdir/$libname.ver~
13097 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
13101 case `$CC -V 2>&1 | sed 5q` in
13102 *Sun\ C*)
13103 # Sun C++ 5.9
13104 no_undefined_flag_CXX=' -zdefs'
13105 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13106 archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
13107 hardcode_libdir_flag_spec_CXX='-R$libdir'
13108 whole_archive_flag_spec_CXX='${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'
13109 compiler_needs_object_CXX=yes
13111 # Not sure whether something based on
13112 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
13113 # would be better.
13114 output_verbose_link_cmd='func_echo_all'
13116 # Archives containing C++ object files must be created using
13117 # "CC -xar", where "CC" is the Sun C++ compiler. This is
13118 # necessary to make sure instantiated templates are included
13119 # in the archive.
13120 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
13122 esac
13124 esac
13127 lynxos*)
13128 # FIXME: insert proper C++ library support
13129 ld_shlibs_CXX=no
13132 m88k*)
13133 # FIXME: insert proper C++ library support
13134 ld_shlibs_CXX=no
13137 mvs*)
13138 case $cc_basename in
13139 cxx*)
13140 # FIXME: insert proper C++ library support
13141 ld_shlibs_CXX=no
13144 # FIXME: insert proper C++ library support
13145 ld_shlibs_CXX=no
13147 esac
13150 netbsd*)
13151 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
13152 archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
13153 wlarc=
13154 hardcode_libdir_flag_spec_CXX='-R$libdir'
13155 hardcode_direct_CXX=yes
13156 hardcode_shlibpath_var_CXX=no
13158 # Workaround some broken pre-1.5 toolchains
13159 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
13162 *nto* | *qnx*)
13163 ld_shlibs_CXX=yes
13166 openbsd2*)
13167 # C++ shared libraries are fairly broken
13168 ld_shlibs_CXX=no
13171 openbsd*)
13172 if test -f /usr/libexec/ld.so; then
13173 hardcode_direct_CXX=yes
13174 hardcode_shlibpath_var_CXX=no
13175 hardcode_direct_absolute_CXX=yes
13176 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
13177 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13178 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
13179 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
13180 export_dynamic_flag_spec_CXX='${wl}-E'
13181 whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
13183 output_verbose_link_cmd=func_echo_all
13184 else
13185 ld_shlibs_CXX=no
13189 osf3* | osf4* | osf5*)
13190 case $cc_basename in
13191 KCC*)
13192 # Kuck and Associates, Inc. (KAI) C++ Compiler
13194 # KCC will only create a shared library if the output file
13195 # ends with ".so" (or ".sl" for HP-UX), so rename the library
13196 # to its proper name (with version) after linking.
13197 archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
13199 hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
13200 hardcode_libdir_separator_CXX=:
13202 # Archives containing C++ object files must be created using
13203 # the KAI C++ compiler.
13204 case $host in
13205 osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
13206 *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
13207 esac
13209 RCC*)
13210 # Rational C++ 2.4.1
13211 # FIXME: insert proper C++ library support
13212 ld_shlibs_CXX=no
13214 cxx*)
13215 case $host in
13216 osf3*)
13217 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
13218 archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
13219 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13222 allow_undefined_flag_CXX=' -expect_unresolved \*'
13223 archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
13224 archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
13225 echo "-hidden">> $lib.exp~
13226 $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
13227 $RM $lib.exp'
13228 hardcode_libdir_flag_spec_CXX='-rpath $libdir'
13230 esac
13232 hardcode_libdir_separator_CXX=:
13234 # Commands to make compiler produce verbose output that lists
13235 # what "hidden" libraries, object files and flags are used when
13236 # linking a shared library.
13238 # There doesn't appear to be a way to prevent this compiler from
13239 # explicitly linking system object files so we need to strip them
13240 # from the output so that they don't get included in the library
13241 # dependencies.
13242 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
13245 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
13246 allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
13247 case $host in
13248 osf3*)
13249 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $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'
13252 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $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'
13254 esac
13256 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
13257 hardcode_libdir_separator_CXX=:
13259 # Commands to make compiler produce verbose output that lists
13260 # what "hidden" libraries, object files and flags are used when
13261 # linking a shared library.
13262 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13264 else
13265 # FIXME: insert proper C++ library support
13266 ld_shlibs_CXX=no
13269 esac
13272 psos*)
13273 # FIXME: insert proper C++ library support
13274 ld_shlibs_CXX=no
13277 sunos4*)
13278 case $cc_basename in
13279 CC*)
13280 # Sun C++ 4.x
13281 # FIXME: insert proper C++ library support
13282 ld_shlibs_CXX=no
13284 lcc*)
13285 # Lucid
13286 # FIXME: insert proper C++ library support
13287 ld_shlibs_CXX=no
13290 # FIXME: insert proper C++ library support
13291 ld_shlibs_CXX=no
13293 esac
13296 solaris*)
13297 case $cc_basename in
13298 CC*)
13299 # Sun C++ 4.2, 5.x and Centerline C++
13300 archive_cmds_need_lc_CXX=yes
13301 no_undefined_flag_CXX=' -zdefs'
13302 archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13303 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13304 $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13306 hardcode_libdir_flag_spec_CXX='-R$libdir'
13307 hardcode_shlibpath_var_CXX=no
13308 case $host_os in
13309 solaris2.[0-5] | solaris2.[0-5].*) ;;
13311 # The compiler driver will combine and reorder linker options,
13312 # but understands `-z linker_flag'.
13313 # Supported since Solaris 2.6 (maybe 2.5.1?)
13314 whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
13316 esac
13317 link_all_deplibs_CXX=yes
13319 output_verbose_link_cmd='func_echo_all'
13321 # Archives containing C++ object files must be created using
13322 # "CC -xar", where "CC" is the Sun C++ compiler. This is
13323 # necessary to make sure instantiated templates are included
13324 # in the archive.
13325 old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
13327 gcx*)
13328 # Green Hills C++ Compiler
13329 archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13331 # The C++ compiler must be used to create the archive.
13332 old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
13335 # GNU C++ compiler with Solaris linker
13336 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
13337 no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
13338 if $CC --version | $GREP -v '^2\.7' > /dev/null; then
13339 archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13340 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13341 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13343 # Commands to make compiler produce verbose output that lists
13344 # what "hidden" libraries, object files and flags are used when
13345 # linking a shared library.
13346 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13347 else
13348 # g++ 2.7 appears to require `-G' NOT `-shared' on this
13349 # platform.
13350 archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13351 archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13352 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13354 # Commands to make compiler produce verbose output that lists
13355 # what "hidden" libraries, object files and flags are used when
13356 # linking a shared library.
13357 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
13360 hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
13361 case $host_os in
13362 solaris2.[0-5] | solaris2.[0-5].*) ;;
13364 whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
13366 esac
13369 esac
13372 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
13373 no_undefined_flag_CXX='${wl}-z,text'
13374 archive_cmds_need_lc_CXX=no
13375 hardcode_shlibpath_var_CXX=no
13376 runpath_var='LD_RUN_PATH'
13378 case $cc_basename in
13379 CC*)
13380 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13381 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13384 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13385 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13387 esac
13390 sysv5* | sco3.2v5* | sco5v6*)
13391 # Note: We can NOT use -z defs as we might desire, because we do not
13392 # link with -lc, and that would cause any symbols used from libc to
13393 # always be unresolved, which means just about no library would
13394 # ever link correctly. If we're not using GNU ld we use -z text
13395 # though, which does catch some bad symbols but isn't as heavy-handed
13396 # as -z defs.
13397 no_undefined_flag_CXX='${wl}-z,text'
13398 allow_undefined_flag_CXX='${wl}-z,nodefs'
13399 archive_cmds_need_lc_CXX=no
13400 hardcode_shlibpath_var_CXX=no
13401 hardcode_libdir_flag_spec_CXX='${wl}-R,$libdir'
13402 hardcode_libdir_separator_CXX=':'
13403 link_all_deplibs_CXX=yes
13404 export_dynamic_flag_spec_CXX='${wl}-Bexport'
13405 runpath_var='LD_RUN_PATH'
13407 case $cc_basename in
13408 CC*)
13409 archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13410 archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13411 old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~
13412 '"$old_archive_cmds_CXX"
13413 reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~
13414 '"$reload_cmds_CXX"
13417 archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13418 archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13420 esac
13423 tandem*)
13424 case $cc_basename in
13425 NCC*)
13426 # NonStop-UX NCC 3.20
13427 # FIXME: insert proper C++ library support
13428 ld_shlibs_CXX=no
13431 # FIXME: insert proper C++ library support
13432 ld_shlibs_CXX=no
13434 esac
13437 vxworks*)
13438 # FIXME: insert proper C++ library support
13439 ld_shlibs_CXX=no
13443 # FIXME: insert proper C++ library support
13444 ld_shlibs_CXX=no
13446 esac
13448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
13449 $as_echo "$ld_shlibs_CXX" >&6; }
13450 test "$ld_shlibs_CXX" = no && can_build_shared=no
13452 GCC_CXX="$GXX"
13453 LD_CXX="$LD"
13455 ## CAVEAT EMPTOR:
13456 ## There is no encapsulation within the following macros, do not change
13457 ## the running order or otherwise move them around unless you know exactly
13458 ## what you are doing...
13459 # Dependencies to place before and after the object being linked:
13460 predep_objects_CXX=
13461 postdep_objects_CXX=
13462 predeps_CXX=
13463 postdeps_CXX=
13464 compiler_lib_search_path_CXX=
13466 cat > conftest.$ac_ext <<_LT_EOF
13467 class Foo
13469 public:
13470 Foo (void) { a = 0; }
13471 private:
13472 int a;
13474 _LT_EOF
13476 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13477 (eval $ac_compile) 2>&5
13478 ac_status=$?
13479 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13480 test $ac_status = 0; }; then
13481 # Parse the compiler output and extract the necessary
13482 # objects, libraries and library flags.
13484 # Sentinel used to keep track of whether or not we are before
13485 # the conftest object file.
13486 pre_test_object_deps_done=no
13488 for p in `eval "$output_verbose_link_cmd"`; do
13489 case $p in
13491 -L* | -R* | -l*)
13492 # Some compilers place space between "-{L,R}" and the path.
13493 # Remove the space.
13494 if test $p = "-L" ||
13495 test $p = "-R"; then
13496 prev=$p
13497 continue
13498 else
13499 prev=
13502 if test "$pre_test_object_deps_done" = no; then
13503 case $p in
13504 -L* | -R*)
13505 # Internal compiler library paths should come after those
13506 # provided the user. The postdeps already come after the
13507 # user supplied libs so there is no need to process them.
13508 if test -z "$compiler_lib_search_path_CXX"; then
13509 compiler_lib_search_path_CXX="${prev}${p}"
13510 else
13511 compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
13514 # The "-l" case would never come before the object being
13515 # linked, so don't bother handling this case.
13516 esac
13517 else
13518 if test -z "$postdeps_CXX"; then
13519 postdeps_CXX="${prev}${p}"
13520 else
13521 postdeps_CXX="${postdeps_CXX} ${prev}${p}"
13526 *.$objext)
13527 # This assumes that the test object file only shows up
13528 # once in the compiler output.
13529 if test "$p" = "conftest.$objext"; then
13530 pre_test_object_deps_done=yes
13531 continue
13534 if test "$pre_test_object_deps_done" = no; then
13535 if test -z "$predep_objects_CXX"; then
13536 predep_objects_CXX="$p"
13537 else
13538 predep_objects_CXX="$predep_objects_CXX $p"
13540 else
13541 if test -z "$postdep_objects_CXX"; then
13542 postdep_objects_CXX="$p"
13543 else
13544 postdep_objects_CXX="$postdep_objects_CXX $p"
13549 *) ;; # Ignore the rest.
13551 esac
13552 done
13554 # Clean up.
13555 rm -f a.out a.exe
13556 else
13557 echo "libtool.m4: error: problem compiling CXX test program"
13560 $RM -f confest.$objext
13562 # PORTME: override above test on systems where it is broken
13563 case $host_os in
13564 interix[3-9]*)
13565 # Interix 3.5 installs completely hosed .la files for C++, so rather than
13566 # hack all around it, let's just trust "g++" to DTRT.
13567 predep_objects_CXX=
13568 postdep_objects_CXX=
13569 postdeps_CXX=
13572 linux*)
13573 case `$CC -V 2>&1 | sed 5q` in
13574 *Sun\ C*)
13575 # Sun C++ 5.9
13577 # The more standards-conforming stlport4 library is
13578 # incompatible with the Cstd library. Avoid specifying
13579 # it if it's in CXXFLAGS. Ignore libCrun as
13580 # -library=stlport4 depends on it.
13581 case " $CXX $CXXFLAGS " in
13582 *" -library=stlport4 "*)
13583 solaris_use_stlport4=yes
13585 esac
13587 if test "$solaris_use_stlport4" != yes; then
13588 postdeps_CXX='-library=Cstd -library=Crun'
13591 esac
13594 solaris*)
13595 case $cc_basename in
13596 CC*)
13597 # The more standards-conforming stlport4 library is
13598 # incompatible with the Cstd library. Avoid specifying
13599 # it if it's in CXXFLAGS. Ignore libCrun as
13600 # -library=stlport4 depends on it.
13601 case " $CXX $CXXFLAGS " in
13602 *" -library=stlport4 "*)
13603 solaris_use_stlport4=yes
13605 esac
13607 # Adding this requires a known-good setup of shared libraries for
13608 # Sun compiler versions before 5.6, else PIC objects from an old
13609 # archive will be linked into the output, leading to subtle bugs.
13610 if test "$solaris_use_stlport4" != yes; then
13611 postdeps_CXX='-library=Cstd -library=Crun'
13614 esac
13616 esac
13619 case " $postdeps_CXX " in
13620 *" -lc "*) archive_cmds_need_lc_CXX=no ;;
13621 esac
13622 compiler_lib_search_dirs_CXX=
13623 if test -n "${compiler_lib_search_path_CXX}"; then
13624 compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
13657 lt_prog_compiler_wl_CXX=
13658 lt_prog_compiler_pic_CXX=
13659 lt_prog_compiler_static_CXX=
13661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
13662 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
13664 # C++ specific cases for pic, static, wl, etc.
13665 if test "$GXX" = yes; then
13666 lt_prog_compiler_wl_CXX='-Wl,'
13667 lt_prog_compiler_static_CXX='-static'
13669 case $host_os in
13670 aix*)
13671 # All AIX code is PIC.
13672 if test "$host_cpu" = ia64; then
13673 # AIX 5 now supports IA64 processor
13674 lt_prog_compiler_static_CXX='-Bstatic'
13678 amigaos*)
13679 case $host_cpu in
13680 powerpc)
13681 # see comment about AmigaOS4 .so support
13682 lt_prog_compiler_pic_CXX='-fPIC'
13684 m68k)
13685 # FIXME: we need at least 68020 code to build shared libraries, but
13686 # adding the `-m68020' flag to GCC prevents building anything better,
13687 # like `-m68040'.
13688 lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
13690 esac
13693 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
13694 # PIC is the default for these OSes.
13696 mingw* | cygwin* | os2* | pw32* | cegcc*)
13697 # This hack is so that the source file can tell whether it is being
13698 # built for inclusion in a dll (and should export symbols for example).
13699 # Although the cygwin gcc ignores -fPIC, still need this for old-style
13700 # (--disable-auto-import) libraries
13701 lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
13703 darwin* | rhapsody*)
13704 # PIC is the default on this platform
13705 # Common symbols not allowed in MH_DYLIB files
13706 lt_prog_compiler_pic_CXX='-fno-common'
13708 *djgpp*)
13709 # DJGPP does not support shared libraries at all
13710 lt_prog_compiler_pic_CXX=
13712 haiku*)
13713 # PIC is the default for Haiku.
13714 # The "-static" flag exists, but is broken.
13715 lt_prog_compiler_static_CXX=
13717 interix[3-9]*)
13718 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
13719 # Instead, we relocate shared libraries at runtime.
13721 sysv4*MP*)
13722 if test -d /usr/nec; then
13723 lt_prog_compiler_pic_CXX=-Kconform_pic
13726 hpux*)
13727 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
13728 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
13729 # sets the default TLS model and affects inlining.
13730 case $host_cpu in
13731 hppa*64*)
13734 lt_prog_compiler_pic_CXX='-fPIC'
13736 esac
13738 *qnx* | *nto*)
13739 # QNX uses GNU C++, but need to define -shared option too, otherwise
13740 # it will coredump.
13741 lt_prog_compiler_pic_CXX='-fPIC -shared'
13744 lt_prog_compiler_pic_CXX='-fPIC'
13746 esac
13747 else
13748 case $host_os in
13749 aix[4-9]*)
13750 # All AIX code is PIC.
13751 if test "$host_cpu" = ia64; then
13752 # AIX 5 now supports IA64 processor
13753 lt_prog_compiler_static_CXX='-Bstatic'
13754 else
13755 lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
13758 chorus*)
13759 case $cc_basename in
13760 cxch68*)
13761 # Green Hills C++ Compiler
13762 # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
13764 esac
13766 dgux*)
13767 case $cc_basename in
13768 ec++*)
13769 lt_prog_compiler_pic_CXX='-KPIC'
13771 ghcx*)
13772 # Green Hills C++ Compiler
13773 lt_prog_compiler_pic_CXX='-pic'
13777 esac
13779 freebsd* | dragonfly*)
13780 # FreeBSD uses GNU C++
13782 hpux9* | hpux10* | hpux11*)
13783 case $cc_basename in
13784 CC*)
13785 lt_prog_compiler_wl_CXX='-Wl,'
13786 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
13787 if test "$host_cpu" != ia64; then
13788 lt_prog_compiler_pic_CXX='+Z'
13791 aCC*)
13792 lt_prog_compiler_wl_CXX='-Wl,'
13793 lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
13794 case $host_cpu in
13795 hppa*64*|ia64*)
13796 # +Z the default
13799 lt_prog_compiler_pic_CXX='+Z'
13801 esac
13805 esac
13807 interix*)
13808 # This is c89, which is MS Visual C++ (no shared libs)
13809 # Anyone wants to do a port?
13811 irix5* | irix6* | nonstopux*)
13812 case $cc_basename in
13813 CC*)
13814 lt_prog_compiler_wl_CXX='-Wl,'
13815 lt_prog_compiler_static_CXX='-non_shared'
13816 # CC pic flag -KPIC is the default.
13820 esac
13822 linux* | k*bsd*-gnu | kopensolaris*-gnu)
13823 case $cc_basename in
13824 KCC*)
13825 # KAI C++ Compiler
13826 lt_prog_compiler_wl_CXX='--backend -Wl,'
13827 lt_prog_compiler_pic_CXX='-fPIC'
13829 ecpc* )
13830 # old Intel C++ for x86_64 which still supported -KPIC.
13831 lt_prog_compiler_wl_CXX='-Wl,'
13832 lt_prog_compiler_pic_CXX='-KPIC'
13833 lt_prog_compiler_static_CXX='-static'
13835 icpc* )
13836 # Intel C++, used to be incompatible with GCC.
13837 # ICC 10 doesn't accept -KPIC any more.
13838 lt_prog_compiler_wl_CXX='-Wl,'
13839 lt_prog_compiler_pic_CXX='-fPIC'
13840 lt_prog_compiler_static_CXX='-static'
13842 pgCC* | pgcpp*)
13843 # Portland Group C++ compiler
13844 lt_prog_compiler_wl_CXX='-Wl,'
13845 lt_prog_compiler_pic_CXX='-fpic'
13846 lt_prog_compiler_static_CXX='-Bstatic'
13848 cxx*)
13849 # Compaq C++
13850 # Make sure the PIC flag is empty. It appears that all Alpha
13851 # Linux and Compaq Tru64 Unix objects are PIC.
13852 lt_prog_compiler_pic_CXX=
13853 lt_prog_compiler_static_CXX='-non_shared'
13855 xlc* | xlC* | bgxl[cC]* | mpixl[cC]*)
13856 # IBM XL 8.0, 9.0 on PPC and BlueGene
13857 lt_prog_compiler_wl_CXX='-Wl,'
13858 lt_prog_compiler_pic_CXX='-qpic'
13859 lt_prog_compiler_static_CXX='-qstaticlink'
13862 case `$CC -V 2>&1 | sed 5q` in
13863 *Sun\ C*)
13864 # Sun C++ 5.9
13865 lt_prog_compiler_pic_CXX='-KPIC'
13866 lt_prog_compiler_static_CXX='-Bstatic'
13867 lt_prog_compiler_wl_CXX='-Qoption ld '
13869 esac
13871 esac
13873 lynxos*)
13875 m88k*)
13877 mvs*)
13878 case $cc_basename in
13879 cxx*)
13880 lt_prog_compiler_pic_CXX='-W c,exportall'
13884 esac
13886 netbsd*)
13888 *qnx* | *nto*)
13889 # QNX uses GNU C++, but need to define -shared option too, otherwise
13890 # it will coredump.
13891 lt_prog_compiler_pic_CXX='-fPIC -shared'
13893 osf3* | osf4* | osf5*)
13894 case $cc_basename in
13895 KCC*)
13896 lt_prog_compiler_wl_CXX='--backend -Wl,'
13898 RCC*)
13899 # Rational C++ 2.4.1
13900 lt_prog_compiler_pic_CXX='-pic'
13902 cxx*)
13903 # Digital/Compaq C++
13904 lt_prog_compiler_wl_CXX='-Wl,'
13905 # Make sure the PIC flag is empty. It appears that all Alpha
13906 # Linux and Compaq Tru64 Unix objects are PIC.
13907 lt_prog_compiler_pic_CXX=
13908 lt_prog_compiler_static_CXX='-non_shared'
13912 esac
13914 psos*)
13916 solaris*)
13917 case $cc_basename in
13918 CC*)
13919 # Sun C++ 4.2, 5.x and Centerline C++
13920 lt_prog_compiler_pic_CXX='-KPIC'
13921 lt_prog_compiler_static_CXX='-Bstatic'
13922 lt_prog_compiler_wl_CXX='-Qoption ld '
13924 gcx*)
13925 # Green Hills C++ Compiler
13926 lt_prog_compiler_pic_CXX='-PIC'
13930 esac
13932 sunos4*)
13933 case $cc_basename in
13934 CC*)
13935 # Sun C++ 4.x
13936 lt_prog_compiler_pic_CXX='-pic'
13937 lt_prog_compiler_static_CXX='-Bstatic'
13939 lcc*)
13940 # Lucid
13941 lt_prog_compiler_pic_CXX='-pic'
13945 esac
13947 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
13948 case $cc_basename in
13949 CC*)
13950 lt_prog_compiler_wl_CXX='-Wl,'
13951 lt_prog_compiler_pic_CXX='-KPIC'
13952 lt_prog_compiler_static_CXX='-Bstatic'
13954 esac
13956 tandem*)
13957 case $cc_basename in
13958 NCC*)
13959 # NonStop-UX NCC 3.20
13960 lt_prog_compiler_pic_CXX='-KPIC'
13964 esac
13966 vxworks*)
13969 lt_prog_compiler_can_build_shared_CXX=no
13971 esac
13974 case $host_os in
13975 # For platforms which do not support PIC, -DPIC is meaningless:
13976 *djgpp*)
13977 lt_prog_compiler_pic_CXX=
13980 lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
13982 esac
13983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_CXX" >&5
13984 $as_echo "$lt_prog_compiler_pic_CXX" >&6; }
13989 # Check to make sure the PIC flag actually works.
13991 if test -n "$lt_prog_compiler_pic_CXX"; then
13992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
13993 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
13994 if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then :
13995 $as_echo_n "(cached) " >&6
13996 else
13997 lt_cv_prog_compiler_pic_works_CXX=no
13998 ac_outfile=conftest.$ac_objext
13999 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14000 lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
14001 # Insert the option either (1) after the last *FLAGS variable, or
14002 # (2) before a word containing "conftest.", or (3) at the end.
14003 # Note that $ac_compile itself does not contain backslashes and begins
14004 # with a dollar sign (not a hyphen), so the echo should work correctly.
14005 # The option is referenced via a variable to avoid confusing sed.
14006 lt_compile=`echo "$ac_compile" | $SED \
14007 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14008 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14009 -e 's:$: $lt_compiler_flag:'`
14010 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
14011 (eval "$lt_compile" 2>conftest.err)
14012 ac_status=$?
14013 cat conftest.err >&5
14014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14015 if (exit $ac_status) && test -s "$ac_outfile"; then
14016 # The compiler can only warn and ignore the option if not recognized
14017 # So say no if there are warnings other than the usual output.
14018 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
14019 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
14020 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
14021 lt_cv_prog_compiler_pic_works_CXX=yes
14024 $RM conftest*
14027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
14028 $as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
14030 if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
14031 case $lt_prog_compiler_pic_CXX in
14032 "" | " "*) ;;
14033 *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
14034 esac
14035 else
14036 lt_prog_compiler_pic_CXX=
14037 lt_prog_compiler_can_build_shared_CXX=no
14045 # Check to make sure the static flag actually works.
14047 wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
14048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
14049 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
14050 if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then :
14051 $as_echo_n "(cached) " >&6
14052 else
14053 lt_cv_prog_compiler_static_works_CXX=no
14054 save_LDFLAGS="$LDFLAGS"
14055 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
14056 echo "$lt_simple_link_test_code" > conftest.$ac_ext
14057 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
14058 # The linker can only warn and ignore the option if not recognized
14059 # So say no if there are warnings
14060 if test -s conftest.err; then
14061 # Append any errors to the config.log.
14062 cat conftest.err 1>&5
14063 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
14064 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
14065 if diff conftest.exp conftest.er2 >/dev/null; then
14066 lt_cv_prog_compiler_static_works_CXX=yes
14068 else
14069 lt_cv_prog_compiler_static_works_CXX=yes
14072 $RM -r conftest*
14073 LDFLAGS="$save_LDFLAGS"
14076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
14077 $as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
14079 if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
14081 else
14082 lt_prog_compiler_static_CXX=
14088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
14089 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
14090 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
14091 $as_echo_n "(cached) " >&6
14092 else
14093 lt_cv_prog_compiler_c_o_CXX=no
14094 $RM -r conftest 2>/dev/null
14095 mkdir conftest
14096 cd conftest
14097 mkdir out
14098 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14100 lt_compiler_flag="-o out/conftest2.$ac_objext"
14101 # Insert the option either (1) after the last *FLAGS variable, or
14102 # (2) before a word containing "conftest.", or (3) at the end.
14103 # Note that $ac_compile itself does not contain backslashes and begins
14104 # with a dollar sign (not a hyphen), so the echo should work correctly.
14105 lt_compile=`echo "$ac_compile" | $SED \
14106 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14107 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14108 -e 's:$: $lt_compiler_flag:'`
14109 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
14110 (eval "$lt_compile" 2>out/conftest.err)
14111 ac_status=$?
14112 cat out/conftest.err >&5
14113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14114 if (exit $ac_status) && test -s out/conftest2.$ac_objext
14115 then
14116 # The compiler can only warn and ignore the option if not recognized
14117 # So say no if there are warnings
14118 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
14119 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
14120 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
14121 lt_cv_prog_compiler_c_o_CXX=yes
14124 chmod u+w . 2>&5
14125 $RM conftest*
14126 # SGI C++ compiler will create directory out/ii_files/ for
14127 # template instantiation
14128 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
14129 $RM out/* && rmdir out
14130 cd ..
14131 $RM -r conftest
14132 $RM conftest*
14135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
14136 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
14140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
14141 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
14142 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then :
14143 $as_echo_n "(cached) " >&6
14144 else
14145 lt_cv_prog_compiler_c_o_CXX=no
14146 $RM -r conftest 2>/dev/null
14147 mkdir conftest
14148 cd conftest
14149 mkdir out
14150 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14152 lt_compiler_flag="-o out/conftest2.$ac_objext"
14153 # Insert the option either (1) after the last *FLAGS variable, or
14154 # (2) before a word containing "conftest.", or (3) at the end.
14155 # Note that $ac_compile itself does not contain backslashes and begins
14156 # with a dollar sign (not a hyphen), so the echo should work correctly.
14157 lt_compile=`echo "$ac_compile" | $SED \
14158 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14159 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14160 -e 's:$: $lt_compiler_flag:'`
14161 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
14162 (eval "$lt_compile" 2>out/conftest.err)
14163 ac_status=$?
14164 cat out/conftest.err >&5
14165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14166 if (exit $ac_status) && test -s out/conftest2.$ac_objext
14167 then
14168 # The compiler can only warn and ignore the option if not recognized
14169 # So say no if there are warnings
14170 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
14171 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
14172 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
14173 lt_cv_prog_compiler_c_o_CXX=yes
14176 chmod u+w . 2>&5
14177 $RM conftest*
14178 # SGI C++ compiler will create directory out/ii_files/ for
14179 # template instantiation
14180 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
14181 $RM out/* && rmdir out
14182 cd ..
14183 $RM -r conftest
14184 $RM conftest*
14187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
14188 $as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
14193 hard_links="nottested"
14194 if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
14195 # do not overwrite the value of need_locks provided by the user
14196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
14197 $as_echo_n "checking if we can lock with hard links... " >&6; }
14198 hard_links=yes
14199 $RM conftest*
14200 ln conftest.a conftest.b 2>/dev/null && hard_links=no
14201 touch conftest.a
14202 ln conftest.a conftest.b 2>&5 || hard_links=no
14203 ln conftest.a conftest.b 2>/dev/null && hard_links=no
14204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
14205 $as_echo "$hard_links" >&6; }
14206 if test "$hard_links" = no; then
14207 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
14208 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
14209 need_locks=warn
14211 else
14212 need_locks=no
14217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
14218 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
14220 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
14221 case $host_os in
14222 aix[4-9]*)
14223 # If we're using GNU nm, then we don't want the "-C" option.
14224 # -C means demangle to AIX nm, but means don't demangle with GNU nm
14225 # Also, AIX nm treats weak defined symbols like other global defined
14226 # symbols, whereas GNU nm marks them as "W".
14227 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
14228 export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
14229 else
14230 export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
14233 pw32*)
14234 export_symbols_cmds_CXX="$ltdll_cmds"
14236 cygwin* | mingw* | cegcc*)
14237 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
14240 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
14242 esac
14243 exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
14245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
14246 $as_echo "$ld_shlibs_CXX" >&6; }
14247 test "$ld_shlibs_CXX" = no && can_build_shared=no
14249 with_gnu_ld_CXX=$with_gnu_ld
14257 # Do we need to explicitly link libc?
14259 case "x$archive_cmds_need_lc_CXX" in
14260 x|xyes)
14261 # Assume -lc should be added
14262 archive_cmds_need_lc_CXX=yes
14264 if test "$enable_shared" = yes && test "$GCC" = yes; then
14265 case $archive_cmds_CXX in
14266 *'~'*)
14267 # FIXME: we may have to deal with multi-command sequences.
14269 '$CC '*)
14270 # Test whether the compiler implicitly links with -lc since on some
14271 # systems, -lgcc has to come before -lc. If gcc already passes -lc
14272 # to ld, don't add -lc before -lgcc.
14273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
14274 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
14275 if test "${lt_cv_archive_cmds_need_lc_CXX+set}" = set; then :
14276 $as_echo_n "(cached) " >&6
14277 else
14278 $RM conftest*
14279 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
14281 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14282 (eval $ac_compile) 2>&5
14283 ac_status=$?
14284 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14285 test $ac_status = 0; } 2>conftest.err; then
14286 soname=conftest
14287 lib=conftest
14288 libobjs=conftest.$ac_objext
14289 deplibs=
14290 wl=$lt_prog_compiler_wl_CXX
14291 pic_flag=$lt_prog_compiler_pic_CXX
14292 compiler_flags=-v
14293 linker_flags=-v
14294 verstring=
14295 output_objdir=.
14296 libname=conftest
14297 lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
14298 allow_undefined_flag_CXX=
14299 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
14300 (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
14301 ac_status=$?
14302 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14303 test $ac_status = 0; }
14304 then
14305 lt_cv_archive_cmds_need_lc_CXX=no
14306 else
14307 lt_cv_archive_cmds_need_lc_CXX=yes
14309 allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
14310 else
14311 cat conftest.err 1>&5
14313 $RM conftest*
14316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
14317 $as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
14318 archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX
14320 esac
14323 esac
14388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
14389 $as_echo_n "checking dynamic linker characteristics... " >&6; }
14391 library_names_spec=
14392 libname_spec='lib$name'
14393 soname_spec=
14394 shrext_cmds=".so"
14395 postinstall_cmds=
14396 postuninstall_cmds=
14397 finish_cmds=
14398 finish_eval=
14399 shlibpath_var=
14400 shlibpath_overrides_runpath=unknown
14401 version_type=none
14402 dynamic_linker="$host_os ld.so"
14403 sys_lib_dlsearch_path_spec="/lib /usr/lib"
14404 need_lib_prefix=unknown
14405 hardcode_into_libs=no
14407 # when you set need_version to no, make sure it does not cause -set_version
14408 # flags to be left without arguments
14409 need_version=unknown
14411 case $host_os in
14412 aix3*)
14413 version_type=linux
14414 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
14415 shlibpath_var=LIBPATH
14417 # AIX 3 has no versioning support, so we append a major version to the name.
14418 soname_spec='${libname}${release}${shared_ext}$major'
14421 aix[4-9]*)
14422 version_type=linux
14423 need_lib_prefix=no
14424 need_version=no
14425 hardcode_into_libs=yes
14426 if test "$host_cpu" = ia64; then
14427 # AIX 5 supports IA64
14428 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
14429 shlibpath_var=LD_LIBRARY_PATH
14430 else
14431 # With GCC up to 2.95.x, collect2 would create an import file
14432 # for dependence libraries. The import file would start with
14433 # the line `#! .'. This would cause the generated library to
14434 # depend on `.', always an invalid library. This was fixed in
14435 # development snapshots of GCC prior to 3.0.
14436 case $host_os in
14437 aix4 | aix4.[01] | aix4.[01].*)
14438 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
14439 echo ' yes '
14440 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
14442 else
14443 can_build_shared=no
14446 esac
14447 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
14448 # soname into executable. Probably we can add versioning support to
14449 # collect2, so additional links can be useful in future.
14450 if test "$aix_use_runtimelinking" = yes; then
14451 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
14452 # instead of lib<name>.a to let people know that these are not
14453 # typical AIX shared libraries.
14454 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14455 else
14456 # We preserve .a as extension for shared libraries through AIX4.2
14457 # and later when we are not doing run time linking.
14458 library_names_spec='${libname}${release}.a $libname.a'
14459 soname_spec='${libname}${release}${shared_ext}$major'
14461 shlibpath_var=LIBPATH
14465 amigaos*)
14466 case $host_cpu in
14467 powerpc)
14468 # Since July 2007 AmigaOS4 officially supports .so libraries.
14469 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
14470 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14472 m68k)
14473 library_names_spec='$libname.ixlibrary $libname.a'
14474 # Create ${libname}_ixlibrary.a entries in /sys/libs.
14475 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'
14477 esac
14480 beos*)
14481 library_names_spec='${libname}${shared_ext}'
14482 dynamic_linker="$host_os ld.so"
14483 shlibpath_var=LIBRARY_PATH
14486 bsdi[45]*)
14487 version_type=linux
14488 need_version=no
14489 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14490 soname_spec='${libname}${release}${shared_ext}$major'
14491 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
14492 shlibpath_var=LD_LIBRARY_PATH
14493 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
14494 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
14495 # the default ld.so.conf also contains /usr/contrib/lib and
14496 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
14497 # libtool to hard-code these into programs
14500 cygwin* | mingw* | pw32* | cegcc*)
14501 version_type=windows
14502 shrext_cmds=".dll"
14503 need_version=no
14504 need_lib_prefix=no
14506 case $GCC,$host_os in
14507 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
14508 library_names_spec='$libname.dll.a'
14509 # DLL is installed to $(libdir)/../bin by postinstall_cmds
14510 postinstall_cmds='base_file=`basename \${file}`~
14511 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
14512 dldir=$destdir/`dirname \$dlpath`~
14513 test -d \$dldir || mkdir -p \$dldir~
14514 $install_prog $dir/$dlname \$dldir/$dlname~
14515 chmod a+x \$dldir/$dlname~
14516 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
14517 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
14519 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
14520 dlpath=$dir/\$dldll~
14521 $RM \$dlpath'
14522 shlibpath_overrides_runpath=yes
14524 case $host_os in
14525 cygwin*)
14526 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
14527 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14530 mingw* | cegcc*)
14531 # MinGW DLLs use traditional 'lib' prefix
14532 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14534 pw32*)
14535 # pw32 DLLs use 'pw' prefix rather than 'lib'
14536 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14538 esac
14542 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
14544 esac
14545 dynamic_linker='Win32 ld.exe'
14546 # FIXME: first we should search . and the directory the executable is in
14547 shlibpath_var=PATH
14550 darwin* | rhapsody*)
14551 dynamic_linker="$host_os dyld"
14552 version_type=darwin
14553 need_lib_prefix=no
14554 need_version=no
14555 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
14556 soname_spec='${libname}${release}${major}$shared_ext'
14557 shlibpath_overrides_runpath=yes
14558 shlibpath_var=DYLD_LIBRARY_PATH
14559 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
14561 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
14564 dgux*)
14565 version_type=linux
14566 need_lib_prefix=no
14567 need_version=no
14568 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
14569 soname_spec='${libname}${release}${shared_ext}$major'
14570 shlibpath_var=LD_LIBRARY_PATH
14573 freebsd* | dragonfly*)
14574 # DragonFly does not have aout. When/if they implement a new
14575 # versioning mechanism, adjust this.
14576 if test -x /usr/bin/objformat; then
14577 objformat=`/usr/bin/objformat`
14578 else
14579 case $host_os in
14580 freebsd[23].*) objformat=aout ;;
14581 *) objformat=elf ;;
14582 esac
14584 version_type=freebsd-$objformat
14585 case $version_type in
14586 freebsd-elf*)
14587 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
14588 need_version=no
14589 need_lib_prefix=no
14591 freebsd-*)
14592 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
14593 need_version=yes
14595 esac
14596 shlibpath_var=LD_LIBRARY_PATH
14597 case $host_os in
14598 freebsd2.*)
14599 shlibpath_overrides_runpath=yes
14601 freebsd3.[01]* | freebsdelf3.[01]*)
14602 shlibpath_overrides_runpath=yes
14603 hardcode_into_libs=yes
14605 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
14606 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
14607 shlibpath_overrides_runpath=no
14608 hardcode_into_libs=yes
14610 *) # from 4.6 on, and DragonFly
14611 shlibpath_overrides_runpath=yes
14612 hardcode_into_libs=yes
14614 esac
14617 gnu*)
14618 version_type=linux
14619 need_lib_prefix=no
14620 need_version=no
14621 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
14622 soname_spec='${libname}${release}${shared_ext}$major'
14623 shlibpath_var=LD_LIBRARY_PATH
14624 hardcode_into_libs=yes
14627 haiku*)
14628 version_type=linux
14629 need_lib_prefix=no
14630 need_version=no
14631 dynamic_linker="$host_os runtime_loader"
14632 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
14633 soname_spec='${libname}${release}${shared_ext}$major'
14634 shlibpath_var=LIBRARY_PATH
14635 shlibpath_overrides_runpath=yes
14636 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
14637 hardcode_into_libs=yes
14640 hpux9* | hpux10* | hpux11*)
14641 # Give a soname corresponding to the major version so that dld.sl refuses to
14642 # link against other versions.
14643 version_type=sunos
14644 need_lib_prefix=no
14645 need_version=no
14646 case $host_cpu in
14647 ia64*)
14648 shrext_cmds='.so'
14649 hardcode_into_libs=yes
14650 dynamic_linker="$host_os dld.so"
14651 shlibpath_var=LD_LIBRARY_PATH
14652 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
14653 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14654 soname_spec='${libname}${release}${shared_ext}$major'
14655 if test "X$HPUX_IA64_MODE" = X32; then
14656 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
14657 else
14658 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
14660 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
14662 hppa*64*)
14663 shrext_cmds='.sl'
14664 hardcode_into_libs=yes
14665 dynamic_linker="$host_os dld.sl"
14666 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
14667 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
14668 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14669 soname_spec='${libname}${release}${shared_ext}$major'
14670 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
14671 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
14674 shrext_cmds='.sl'
14675 dynamic_linker="$host_os dld.sl"
14676 shlibpath_var=SHLIB_PATH
14677 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
14678 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14679 soname_spec='${libname}${release}${shared_ext}$major'
14681 esac
14682 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
14683 postinstall_cmds='chmod 555 $lib'
14684 # or fails outright, so override atomically:
14685 install_override_mode=555
14688 interix[3-9]*)
14689 version_type=linux
14690 need_lib_prefix=no
14691 need_version=no
14692 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14693 soname_spec='${libname}${release}${shared_ext}$major'
14694 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
14695 shlibpath_var=LD_LIBRARY_PATH
14696 shlibpath_overrides_runpath=no
14697 hardcode_into_libs=yes
14700 irix5* | irix6* | nonstopux*)
14701 case $host_os in
14702 nonstopux*) version_type=nonstopux ;;
14704 if test "$lt_cv_prog_gnu_ld" = yes; then
14705 version_type=linux
14706 else
14707 version_type=irix
14708 fi ;;
14709 esac
14710 need_lib_prefix=no
14711 need_version=no
14712 soname_spec='${libname}${release}${shared_ext}$major'
14713 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
14714 case $host_os in
14715 irix5* | nonstopux*)
14716 libsuff= shlibsuff=
14719 case $LD in # libtool.m4 will add one of these switches to LD
14720 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
14721 libsuff= shlibsuff= libmagic=32-bit;;
14722 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
14723 libsuff=32 shlibsuff=N32 libmagic=N32;;
14724 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
14725 libsuff=64 shlibsuff=64 libmagic=64-bit;;
14726 *) libsuff= shlibsuff= libmagic=never-match;;
14727 esac
14729 esac
14730 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
14731 shlibpath_overrides_runpath=no
14732 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
14733 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
14734 hardcode_into_libs=yes
14737 # No shared lib support for Linux oldld, aout, or coff.
14738 linux*oldld* | linux*aout* | linux*coff*)
14739 dynamic_linker=no
14742 # This must be Linux ELF.
14743 linux* | k*bsd*-gnu | kopensolaris*-gnu)
14744 version_type=linux
14745 need_lib_prefix=no
14746 need_version=no
14747 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14748 soname_spec='${libname}${release}${shared_ext}$major'
14749 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
14750 shlibpath_var=LD_LIBRARY_PATH
14751 shlibpath_overrides_runpath=no
14753 # Some binutils ld are patched to set DT_RUNPATH
14754 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
14755 $as_echo_n "(cached) " >&6
14756 else
14757 lt_cv_shlibpath_overrides_runpath=no
14758 save_LDFLAGS=$LDFLAGS
14759 save_libdir=$libdir
14760 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
14761 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
14762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14763 /* end confdefs.h. */
14766 main ()
14770 return 0;
14772 _ACEOF
14773 if ac_fn_cxx_try_link "$LINENO"; then :
14774 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
14775 lt_cv_shlibpath_overrides_runpath=yes
14778 rm -f core conftest.err conftest.$ac_objext \
14779 conftest$ac_exeext conftest.$ac_ext
14780 LDFLAGS=$save_LDFLAGS
14781 libdir=$save_libdir
14785 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
14787 # This implies no fast_install, which is unacceptable.
14788 # Some rework will be needed to allow for fast_install
14789 # before this can be enabled.
14790 hardcode_into_libs=yes
14792 # Append ld.so.conf contents to the search path
14793 if test -f /etc/ld.so.conf; then
14794 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' ' '`
14795 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
14798 # We used to test for /lib/ld.so.1 and disable shared libraries on
14799 # powerpc, because MkLinux only supported shared libraries with the
14800 # GNU dynamic linker. Since this was broken with cross compilers,
14801 # most powerpc-linux boxes support dynamic linking these days and
14802 # people can always --disable-shared, the test was removed, and we
14803 # assume the GNU/Linux dynamic linker is in use.
14804 dynamic_linker='GNU/Linux ld.so'
14807 netbsd*)
14808 version_type=sunos
14809 need_lib_prefix=no
14810 need_version=no
14811 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
14812 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14813 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14814 dynamic_linker='NetBSD (a.out) ld.so'
14815 else
14816 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14817 soname_spec='${libname}${release}${shared_ext}$major'
14818 dynamic_linker='NetBSD ld.elf_so'
14820 shlibpath_var=LD_LIBRARY_PATH
14821 shlibpath_overrides_runpath=yes
14822 hardcode_into_libs=yes
14825 newsos6)
14826 version_type=linux
14827 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14828 shlibpath_var=LD_LIBRARY_PATH
14829 shlibpath_overrides_runpath=yes
14832 *nto* | *qnx*)
14833 version_type=qnx
14834 need_lib_prefix=no
14835 need_version=no
14836 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14837 soname_spec='${libname}${release}${shared_ext}$major'
14838 shlibpath_var=LD_LIBRARY_PATH
14839 shlibpath_overrides_runpath=no
14840 hardcode_into_libs=yes
14841 dynamic_linker='ldqnx.so'
14844 openbsd*)
14845 version_type=sunos
14846 sys_lib_dlsearch_path_spec="/usr/lib"
14847 need_lib_prefix=no
14848 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
14849 case $host_os in
14850 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
14851 *) need_version=no ;;
14852 esac
14853 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14854 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14855 shlibpath_var=LD_LIBRARY_PATH
14856 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
14857 case $host_os in
14858 openbsd2.[89] | openbsd2.[89].*)
14859 shlibpath_overrides_runpath=no
14862 shlibpath_overrides_runpath=yes
14864 esac
14865 else
14866 shlibpath_overrides_runpath=yes
14870 os2*)
14871 libname_spec='$name'
14872 shrext_cmds=".dll"
14873 need_lib_prefix=no
14874 library_names_spec='$libname${shared_ext} $libname.a'
14875 dynamic_linker='OS/2 ld.exe'
14876 shlibpath_var=LIBPATH
14879 osf3* | osf4* | osf5*)
14880 version_type=osf
14881 need_lib_prefix=no
14882 need_version=no
14883 soname_spec='${libname}${release}${shared_ext}$major'
14884 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14885 shlibpath_var=LD_LIBRARY_PATH
14886 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
14887 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
14890 rdos*)
14891 dynamic_linker=no
14894 solaris*)
14895 version_type=linux
14896 need_lib_prefix=no
14897 need_version=no
14898 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14899 soname_spec='${libname}${release}${shared_ext}$major'
14900 shlibpath_var=LD_LIBRARY_PATH
14901 shlibpath_overrides_runpath=yes
14902 hardcode_into_libs=yes
14903 # ldd complains unless libraries are executable
14904 postinstall_cmds='chmod +x $lib'
14907 sunos4*)
14908 version_type=sunos
14909 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14910 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
14911 shlibpath_var=LD_LIBRARY_PATH
14912 shlibpath_overrides_runpath=yes
14913 if test "$with_gnu_ld" = yes; then
14914 need_lib_prefix=no
14916 need_version=yes
14919 sysv4 | sysv4.3*)
14920 version_type=linux
14921 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14922 soname_spec='${libname}${release}${shared_ext}$major'
14923 shlibpath_var=LD_LIBRARY_PATH
14924 case $host_vendor in
14925 sni)
14926 shlibpath_overrides_runpath=no
14927 need_lib_prefix=no
14928 runpath_var=LD_RUN_PATH
14930 siemens)
14931 need_lib_prefix=no
14933 motorola)
14934 need_lib_prefix=no
14935 need_version=no
14936 shlibpath_overrides_runpath=no
14937 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
14939 esac
14942 sysv4*MP*)
14943 if test -d /usr/nec ;then
14944 version_type=linux
14945 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
14946 soname_spec='$libname${shared_ext}.$major'
14947 shlibpath_var=LD_LIBRARY_PATH
14951 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
14952 version_type=freebsd-elf
14953 need_lib_prefix=no
14954 need_version=no
14955 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
14956 soname_spec='${libname}${release}${shared_ext}$major'
14957 shlibpath_var=LD_LIBRARY_PATH
14958 shlibpath_overrides_runpath=yes
14959 hardcode_into_libs=yes
14960 if test "$with_gnu_ld" = yes; then
14961 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
14962 else
14963 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
14964 case $host_os in
14965 sco3.2v5*)
14966 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
14968 esac
14970 sys_lib_dlsearch_path_spec='/usr/lib'
14973 tpf*)
14974 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
14975 version_type=linux
14976 need_lib_prefix=no
14977 need_version=no
14978 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14979 shlibpath_var=LD_LIBRARY_PATH
14980 shlibpath_overrides_runpath=no
14981 hardcode_into_libs=yes
14984 uts4*)
14985 version_type=linux
14986 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14987 soname_spec='${libname}${release}${shared_ext}$major'
14988 shlibpath_var=LD_LIBRARY_PATH
14992 dynamic_linker=no
14994 esac
14995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
14996 $as_echo "$dynamic_linker" >&6; }
14997 test "$dynamic_linker" = no && can_build_shared=no
14999 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
15000 if test "$GCC" = yes; then
15001 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
15004 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
15005 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
15007 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
15008 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
15048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
15049 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
15050 hardcode_action_CXX=
15051 if test -n "$hardcode_libdir_flag_spec_CXX" ||
15052 test -n "$runpath_var_CXX" ||
15053 test "X$hardcode_automatic_CXX" = "Xyes" ; then
15055 # We can hardcode non-existent directories.
15056 if test "$hardcode_direct_CXX" != no &&
15057 # If the only mechanism to avoid hardcoding is shlibpath_var, we
15058 # have to relink, otherwise we might link with an installed library
15059 # when we should be linking with a yet-to-be-installed one
15060 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
15061 test "$hardcode_minus_L_CXX" != no; then
15062 # Linking always hardcodes the temporary library directory.
15063 hardcode_action_CXX=relink
15064 else
15065 # We can link without hardcoding, and we can hardcode nonexisting dirs.
15066 hardcode_action_CXX=immediate
15068 else
15069 # We cannot hardcode anything, or else we can only hardcode existing
15070 # directories.
15071 hardcode_action_CXX=unsupported
15073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
15074 $as_echo "$hardcode_action_CXX" >&6; }
15076 if test "$hardcode_action_CXX" = relink ||
15077 test "$inherit_rpath_CXX" = yes; then
15078 # Fast installation is not supported
15079 enable_fast_install=no
15080 elif test "$shlibpath_overrides_runpath" = yes ||
15081 test "$enable_shared" = no; then
15082 # Fast installation is not necessary
15083 enable_fast_install=needless
15092 fi # test -n "$compiler"
15094 CC=$lt_save_CC
15095 LDCXX=$LD
15096 LD=$lt_save_LD
15097 GCC=$lt_save_GCC
15098 with_gnu_ld=$lt_save_with_gnu_ld
15099 lt_cv_path_LDCXX=$lt_cv_path_LD
15100 lt_cv_path_LD=$lt_save_path_LD
15101 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
15102 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
15103 fi # test "$_lt_caught_CXX_error" != yes
15105 ac_ext=c
15106 ac_cpp='$CPP $CPPFLAGS'
15107 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15108 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15109 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15123 ac_config_commands="$ac_config_commands libtool"
15128 # Only expand once:
15135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
15136 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
15137 # Check whether --enable-maintainer-mode was given.
15138 if test "${enable_maintainer_mode+set}" = set; then :
15139 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
15140 else
15141 USE_MAINTAINER_MODE=no
15144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
15145 $as_echo "$USE_MAINTAINER_MODE" >&6; }
15146 if test $USE_MAINTAINER_MODE = yes; then
15147 MAINTAINER_MODE_TRUE=
15148 MAINTAINER_MODE_FALSE='#'
15149 else
15150 MAINTAINER_MODE_TRUE='#'
15151 MAINTAINER_MODE_FALSE=
15154 MAINT=$MAINTAINER_MODE_TRUE
15158 # For libtool versioning info, format is CURRENT:REVISION:AGE
15159 libtool_VERSION=1:0:0
15162 # Check header files.
15163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
15164 $as_echo_n "checking for ANSI C header files... " >&6; }
15165 if test "${ac_cv_header_stdc+set}" = set; then :
15166 $as_echo_n "(cached) " >&6
15167 else
15168 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15169 /* end confdefs.h. */
15170 #include <stdlib.h>
15171 #include <stdarg.h>
15172 #include <string.h>
15173 #include <float.h>
15176 main ()
15180 return 0;
15182 _ACEOF
15183 if ac_fn_c_try_compile "$LINENO"; then :
15184 ac_cv_header_stdc=yes
15185 else
15186 ac_cv_header_stdc=no
15188 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15190 if test $ac_cv_header_stdc = yes; then
15191 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
15192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15193 /* end confdefs.h. */
15194 #include <string.h>
15196 _ACEOF
15197 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15198 $EGREP "memchr" >/dev/null 2>&1; then :
15200 else
15201 ac_cv_header_stdc=no
15203 rm -f conftest*
15207 if test $ac_cv_header_stdc = yes; then
15208 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
15209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15210 /* end confdefs.h. */
15211 #include <stdlib.h>
15213 _ACEOF
15214 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15215 $EGREP "free" >/dev/null 2>&1; then :
15217 else
15218 ac_cv_header_stdc=no
15220 rm -f conftest*
15224 if test $ac_cv_header_stdc = yes; then
15225 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
15226 if test "$cross_compiling" = yes; then :
15228 else
15229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15230 /* end confdefs.h. */
15231 #include <ctype.h>
15232 #include <stdlib.h>
15233 #if ((' ' & 0x0FF) == 0x020)
15234 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
15235 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
15236 #else
15237 # define ISLOWER(c) \
15238 (('a' <= (c) && (c) <= 'i') \
15239 || ('j' <= (c) && (c) <= 'r') \
15240 || ('s' <= (c) && (c) <= 'z'))
15241 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
15242 #endif
15244 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
15246 main ()
15248 int i;
15249 for (i = 0; i < 256; i++)
15250 if (XOR (islower (i), ISLOWER (i))
15251 || toupper (i) != TOUPPER (i))
15252 return 2;
15253 return 0;
15255 _ACEOF
15256 if ac_fn_c_try_run "$LINENO"; then :
15258 else
15259 ac_cv_header_stdc=no
15261 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15262 conftest.$ac_objext conftest.beam conftest.$ac_ext
15267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
15268 $as_echo "$ac_cv_header_stdc" >&6; }
15269 if test $ac_cv_header_stdc = yes; then
15271 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
15275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
15276 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
15277 if test "${ac_cv_header_time+set}" = set; then :
15278 $as_echo_n "(cached) " >&6
15279 else
15280 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15281 /* end confdefs.h. */
15282 #include <sys/types.h>
15283 #include <sys/time.h>
15284 #include <time.h>
15287 main ()
15289 if ((struct tm *) 0)
15290 return 0;
15292 return 0;
15294 _ACEOF
15295 if ac_fn_c_try_compile "$LINENO"; then :
15296 ac_cv_header_time=yes
15297 else
15298 ac_cv_header_time=no
15300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
15303 $as_echo "$ac_cv_header_time" >&6; }
15304 if test $ac_cv_header_time = yes; then
15306 $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
15310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
15311 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
15312 if test "${gcc_cv_header_string+set}" = set; then :
15313 $as_echo_n "(cached) " >&6
15314 else
15315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15316 /* end confdefs.h. */
15317 #include <string.h>
15318 #include <strings.h>
15320 main ()
15324 return 0;
15326 _ACEOF
15327 if ac_fn_c_try_compile "$LINENO"; then :
15328 gcc_cv_header_string=yes
15329 else
15330 gcc_cv_header_string=no
15332 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
15335 $as_echo "$gcc_cv_header_string" >&6; }
15336 if test $gcc_cv_header_string = yes; then
15338 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
15342 for ac_header in unistd.h semaphore.h sys/time.h malloc.h
15343 do :
15344 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15345 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15346 eval as_val=\$$as_ac_Header
15347 if test "x$as_val" = x""yes; then :
15348 cat >>confdefs.h <<_ACEOF
15349 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15350 _ACEOF
15354 done
15359 inttype_headers=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'`
15361 acx_cv_header_stdint=stddef.h
15362 acx_cv_header_stdint_kind="(already complete)"
15363 for i in stdint.h $inttype_headers; do
15364 unset ac_cv_type_uintptr_t
15365 unset ac_cv_type_uintmax_t
15366 unset ac_cv_type_int_least32_t
15367 unset ac_cv_type_int_fast32_t
15368 unset ac_cv_type_uint64_t
15369 $as_echo_n "looking for a compliant stdint.h in $i, " >&6
15370 ac_fn_c_check_type "$LINENO" "uintmax_t" "ac_cv_type_uintmax_t" "#include <sys/types.h>
15371 #include <$i>
15373 if test "x$ac_cv_type_uintmax_t" = x""yes; then :
15374 acx_cv_header_stdint=$i
15375 else
15376 continue
15379 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
15380 #include <$i>
15382 if test "x$ac_cv_type_uintptr_t" = x""yes; then :
15384 else
15385 acx_cv_header_stdint_kind="(mostly complete)"
15388 ac_fn_c_check_type "$LINENO" "int_least32_t" "ac_cv_type_int_least32_t" "#include <sys/types.h>
15389 #include <$i>
15391 if test "x$ac_cv_type_int_least32_t" = x""yes; then :
15393 else
15394 acx_cv_header_stdint_kind="(mostly complete)"
15397 ac_fn_c_check_type "$LINENO" "int_fast32_t" "ac_cv_type_int_fast32_t" "#include <sys/types.h>
15398 #include <$i>
15400 if test "x$ac_cv_type_int_fast32_t" = x""yes; then :
15402 else
15403 acx_cv_header_stdint_kind="(mostly complete)"
15406 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
15407 #include <$i>
15409 if test "x$ac_cv_type_uint64_t" = x""yes; then :
15411 else
15412 acx_cv_header_stdint_kind="(lacks uint64_t)"
15415 break
15416 done
15417 if test "$acx_cv_header_stdint" = stddef.h; then
15418 acx_cv_header_stdint_kind="(lacks uintmax_t)"
15419 for i in stdint.h $inttype_headers; do
15420 unset ac_cv_type_uintptr_t
15421 unset ac_cv_type_uint32_t
15422 unset ac_cv_type_uint64_t
15423 $as_echo_n "looking for an incomplete stdint.h in $i, " >&6
15424 ac_fn_c_check_type "$LINENO" "uint32_t" "ac_cv_type_uint32_t" "#include <sys/types.h>
15425 #include <$i>
15427 if test "x$ac_cv_type_uint32_t" = x""yes; then :
15428 acx_cv_header_stdint=$i
15429 else
15430 continue
15433 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
15434 #include <$i>
15436 if test "x$ac_cv_type_uint64_t" = x""yes; then :
15440 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
15441 #include <$i>
15443 if test "x$ac_cv_type_uintptr_t" = x""yes; then :
15447 break
15448 done
15450 if test "$acx_cv_header_stdint" = stddef.h; then
15451 acx_cv_header_stdint_kind="(u_intXX_t style)"
15452 for i in sys/types.h $inttype_headers; do
15453 unset ac_cv_type_u_int32_t
15454 unset ac_cv_type_u_int64_t
15455 $as_echo_n "looking for u_intXX_t types in $i, " >&6
15456 ac_fn_c_check_type "$LINENO" "u_int32_t" "ac_cv_type_u_int32_t" "#include <sys/types.h>
15457 #include <$i>
15459 if test "x$ac_cv_type_u_int32_t" = x""yes; then :
15460 acx_cv_header_stdint=$i
15461 else
15462 continue
15465 ac_fn_c_check_type "$LINENO" "u_int64_t" "ac_cv_type_u_int64_t" "#include <sys/types.h>
15466 #include <$i>
15468 if test "x$ac_cv_type_u_int64_t" = x""yes; then :
15472 break
15473 done
15475 if test "$acx_cv_header_stdint" = stddef.h; then
15476 acx_cv_header_stdint_kind="(using manual detection)"
15479 test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t=no
15480 test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t=no
15481 test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t=no
15482 test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t=no
15483 test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t=no
15485 # ----------------- Summarize what we found so far
15487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what to include in gstdint.h" >&5
15488 $as_echo_n "checking what to include in gstdint.h... " >&6; }
15490 case `$as_basename -- gstdint.h ||
15491 $as_expr X/gstdint.h : '.*/\([^/][^/]*\)/*$' \| \
15492 Xgstdint.h : 'X\(//\)$' \| \
15493 Xgstdint.h : 'X\(/\)' \| . 2>/dev/null ||
15494 $as_echo X/gstdint.h |
15495 sed '/^.*\/\([^/][^/]*\)\/*$/{
15496 s//\1/
15499 /^X\/\(\/\/\)$/{
15500 s//\1/
15503 /^X\/\(\/\).*/{
15504 s//\1/
15507 s/.*/./; q'` in
15508 stdint.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
15509 $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
15510 inttypes.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
15511 $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
15512 *) ;;
15513 esac
15515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
15516 $as_echo "$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6; }
15518 # ----------------- done included file, check C basic types --------
15520 # Lacking an uintptr_t? Test size of void *
15521 case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
15522 stddef.h:* | *:no) # The cast to long int works around a bug in the HP C Compiler
15523 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15524 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15525 # This bug is HP SR number 8606223364.
15526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
15527 $as_echo_n "checking size of void *... " >&6; }
15528 if test "${ac_cv_sizeof_void_p+set}" = set; then :
15529 $as_echo_n "(cached) " >&6
15530 else
15531 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
15533 else
15534 if test "$ac_cv_type_void_p" = yes; then
15535 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15536 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15537 { as_fn_set_status 77
15538 as_fn_error "cannot compute sizeof (void *)
15539 See \`config.log' for more details." "$LINENO" 5; }; }
15540 else
15541 ac_cv_sizeof_void_p=0
15546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
15547 $as_echo "$ac_cv_sizeof_void_p" >&6; }
15551 cat >>confdefs.h <<_ACEOF
15552 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
15553 _ACEOF
15556 esac
15558 # Lacking an uint64_t? Test size of long
15559 case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
15560 stddef.h:*:* | *:no:no) # The cast to long int works around a bug in the HP C Compiler
15561 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15562 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15563 # This bug is HP SR number 8606223364.
15564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
15565 $as_echo_n "checking size of long... " >&6; }
15566 if test "${ac_cv_sizeof_long+set}" = set; then :
15567 $as_echo_n "(cached) " >&6
15568 else
15569 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
15571 else
15572 if test "$ac_cv_type_long" = yes; then
15573 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15574 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15575 { as_fn_set_status 77
15576 as_fn_error "cannot compute sizeof (long)
15577 See \`config.log' for more details." "$LINENO" 5; }; }
15578 else
15579 ac_cv_sizeof_long=0
15584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
15585 $as_echo "$ac_cv_sizeof_long" >&6; }
15589 cat >>confdefs.h <<_ACEOF
15590 #define SIZEOF_LONG $ac_cv_sizeof_long
15591 _ACEOF
15594 esac
15596 if test $acx_cv_header_stdint = stddef.h; then
15597 # Lacking a good header? Test size of everything and deduce all types.
15598 # The cast to long int works around a bug in the HP C Compiler
15599 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15600 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15601 # This bug is HP SR number 8606223364.
15602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
15603 $as_echo_n "checking size of int... " >&6; }
15604 if test "${ac_cv_sizeof_int+set}" = set; then :
15605 $as_echo_n "(cached) " >&6
15606 else
15607 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
15609 else
15610 if test "$ac_cv_type_int" = yes; then
15611 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15612 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15613 { as_fn_set_status 77
15614 as_fn_error "cannot compute sizeof (int)
15615 See \`config.log' for more details." "$LINENO" 5; }; }
15616 else
15617 ac_cv_sizeof_int=0
15622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
15623 $as_echo "$ac_cv_sizeof_int" >&6; }
15627 cat >>confdefs.h <<_ACEOF
15628 #define SIZEOF_INT $ac_cv_sizeof_int
15629 _ACEOF
15632 # The cast to long int works around a bug in the HP C Compiler
15633 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15634 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15635 # This bug is HP SR number 8606223364.
15636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
15637 $as_echo_n "checking size of short... " >&6; }
15638 if test "${ac_cv_sizeof_short+set}" = set; then :
15639 $as_echo_n "(cached) " >&6
15640 else
15641 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
15643 else
15644 if test "$ac_cv_type_short" = yes; then
15645 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15646 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15647 { as_fn_set_status 77
15648 as_fn_error "cannot compute sizeof (short)
15649 See \`config.log' for more details." "$LINENO" 5; }; }
15650 else
15651 ac_cv_sizeof_short=0
15656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
15657 $as_echo "$ac_cv_sizeof_short" >&6; }
15661 cat >>confdefs.h <<_ACEOF
15662 #define SIZEOF_SHORT $ac_cv_sizeof_short
15663 _ACEOF
15666 # The cast to long int works around a bug in the HP C Compiler
15667 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15668 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15669 # This bug is HP SR number 8606223364.
15670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5
15671 $as_echo_n "checking size of char... " >&6; }
15672 if test "${ac_cv_sizeof_char+set}" = set; then :
15673 $as_echo_n "(cached) " >&6
15674 else
15675 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char" "$ac_includes_default"; then :
15677 else
15678 if test "$ac_cv_type_char" = yes; then
15679 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15680 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15681 { as_fn_set_status 77
15682 as_fn_error "cannot compute sizeof (char)
15683 See \`config.log' for more details." "$LINENO" 5; }; }
15684 else
15685 ac_cv_sizeof_char=0
15690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_char" >&5
15691 $as_echo "$ac_cv_sizeof_char" >&6; }
15695 cat >>confdefs.h <<_ACEOF
15696 #define SIZEOF_CHAR $ac_cv_sizeof_char
15697 _ACEOF
15701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int8_t" >&5
15702 $as_echo_n "checking for type equivalent to int8_t... " >&6; }
15703 case "$ac_cv_sizeof_char" in
15704 1) acx_cv_type_int8_t=char ;;
15705 *) as_fn_error "no 8-bit type, please report a bug" "$LINENO" 5
15706 esac
15707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int8_t" >&5
15708 $as_echo "$acx_cv_type_int8_t" >&6; }
15710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int16_t" >&5
15711 $as_echo_n "checking for type equivalent to int16_t... " >&6; }
15712 case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
15713 2:*) acx_cv_type_int16_t=int ;;
15714 *:2) acx_cv_type_int16_t=short ;;
15715 *) as_fn_error "no 16-bit type, please report a bug" "$LINENO" 5
15716 esac
15717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int16_t" >&5
15718 $as_echo "$acx_cv_type_int16_t" >&6; }
15720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int32_t" >&5
15721 $as_echo_n "checking for type equivalent to int32_t... " >&6; }
15722 case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
15723 4:*) acx_cv_type_int32_t=int ;;
15724 *:4) acx_cv_type_int32_t=long ;;
15725 *) as_fn_error "no 32-bit type, please report a bug" "$LINENO" 5
15726 esac
15727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int32_t" >&5
15728 $as_echo "$acx_cv_type_int32_t" >&6; }
15731 # These tests are here to make the output prettier
15733 if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
15734 case "$ac_cv_sizeof_long" in
15735 8) acx_cv_type_int64_t=long ;;
15736 esac
15737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int64_t" >&5
15738 $as_echo_n "checking for type equivalent to int64_t... " >&6; }
15739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
15740 $as_echo "${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6; }
15743 # Now we can use the above types
15745 if test "$ac_cv_type_uintptr_t" != yes; then
15746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to intptr_t" >&5
15747 $as_echo_n "checking for type equivalent to intptr_t... " >&6; }
15748 case $ac_cv_sizeof_void_p in
15749 2) acx_cv_type_intptr_t=int16_t ;;
15750 4) acx_cv_type_intptr_t=int32_t ;;
15751 8) acx_cv_type_intptr_t=int64_t ;;
15752 *) as_fn_error "no equivalent for intptr_t, please report a bug" "$LINENO" 5
15753 esac
15754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_intptr_t" >&5
15755 $as_echo "$acx_cv_type_intptr_t" >&6; }
15758 # ----------------- done all checks, emit header -------------
15759 ac_config_commands="$ac_config_commands gstdint.h"
15765 ac_fn_c_check_header_mongrel "$LINENO" "sys/mman.h" "ac_cv_header_sys_mman_h" "$ac_includes_default"
15766 if test "x$ac_cv_header_sys_mman_h" = x""yes; then :
15767 gcc_header_sys_mman_h=yes
15768 else
15769 gcc_header_sys_mman_h=no
15773 ac_fn_c_check_func "$LINENO" "mmap" "ac_cv_func_mmap"
15774 if test "x$ac_cv_func_mmap" = x""yes; then :
15775 gcc_func_mmap=yes
15776 else
15777 gcc_func_mmap=no
15780 if test "$gcc_header_sys_mman_h" != yes \
15781 || test "$gcc_func_mmap" != yes; then
15782 gcc_cv_func_mmap_file=no
15783 gcc_cv_func_mmap_dev_zero=no
15784 gcc_cv_func_mmap_anon=no
15785 else
15786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether read-only mmap of a plain file works" >&5
15787 $as_echo_n "checking whether read-only mmap of a plain file works... " >&6; }
15788 if test "${gcc_cv_func_mmap_file+set}" = set; then :
15789 $as_echo_n "(cached) " >&6
15790 else
15791 # Add a system to this blacklist if
15792 # mmap(0, stat_size, PROT_READ, MAP_PRIVATE, fd, 0) doesn't return a
15793 # memory area containing the same data that you'd get if you applied
15794 # read() to the same fd. The only system known to have a problem here
15795 # is VMS, where text files have record structure.
15796 case "$host_os" in
15797 *vms* | ultrix*)
15798 gcc_cv_func_mmap_file=no ;;
15800 gcc_cv_func_mmap_file=yes;;
15801 esac
15803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_func_mmap_file" >&5
15804 $as_echo "$gcc_cv_func_mmap_file" >&6; }
15805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mmap from /dev/zero works" >&5
15806 $as_echo_n "checking whether mmap from /dev/zero works... " >&6; }
15807 if test "${gcc_cv_func_mmap_dev_zero+set}" = set; then :
15808 $as_echo_n "(cached) " >&6
15809 else
15810 # Add a system to this blacklist if it has mmap() but /dev/zero
15811 # does not exist, or if mmapping /dev/zero does not give anonymous
15812 # zeroed pages with both the following properties:
15813 # 1. If you map N consecutive pages in with one call, and then
15814 # unmap any subset of those pages, the pages that were not
15815 # explicitly unmapped remain accessible.
15816 # 2. If you map two adjacent blocks of memory and then unmap them
15817 # both at once, they must both go away.
15818 # Systems known to be in this category are Windows (all variants),
15819 # VMS, and Darwin.
15820 case "$host_os" in
15821 *vms* | cygwin* | pe | mingw* | darwin* | ultrix* | hpux10* | hpux11.00)
15822 gcc_cv_func_mmap_dev_zero=no ;;
15824 gcc_cv_func_mmap_dev_zero=yes;;
15825 esac
15827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_func_mmap_dev_zero" >&5
15828 $as_echo "$gcc_cv_func_mmap_dev_zero" >&6; }
15830 # Unlike /dev/zero, the MAP_ANON(YMOUS) defines can be probed for.
15831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MAP_ANON(YMOUS)" >&5
15832 $as_echo_n "checking for MAP_ANON(YMOUS)... " >&6; }
15833 if test "${gcc_cv_decl_map_anon+set}" = set; then :
15834 $as_echo_n "(cached) " >&6
15835 else
15836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15837 /* end confdefs.h. */
15838 #include <sys/types.h>
15839 #include <sys/mman.h>
15840 #include <unistd.h>
15842 #ifndef MAP_ANONYMOUS
15843 #define MAP_ANONYMOUS MAP_ANON
15844 #endif
15847 main ()
15849 int n = MAP_ANONYMOUS;
15851 return 0;
15853 _ACEOF
15854 if ac_fn_c_try_compile "$LINENO"; then :
15855 gcc_cv_decl_map_anon=yes
15856 else
15857 gcc_cv_decl_map_anon=no
15859 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_decl_map_anon" >&5
15862 $as_echo "$gcc_cv_decl_map_anon" >&6; }
15864 if test $gcc_cv_decl_map_anon = no; then
15865 gcc_cv_func_mmap_anon=no
15866 else
15867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mmap with MAP_ANON(YMOUS) works" >&5
15868 $as_echo_n "checking whether mmap with MAP_ANON(YMOUS) works... " >&6; }
15869 if test "${gcc_cv_func_mmap_anon+set}" = set; then :
15870 $as_echo_n "(cached) " >&6
15871 else
15872 # Add a system to this blacklist if it has mmap() and MAP_ANON or
15873 # MAP_ANONYMOUS, but using mmap(..., MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
15874 # doesn't give anonymous zeroed pages with the same properties listed
15875 # above for use of /dev/zero.
15876 # Systems known to be in this category are Windows, VMS, and SCO Unix.
15877 case "$host_os" in
15878 *vms* | cygwin* | pe | mingw* | sco* | udk* )
15879 gcc_cv_func_mmap_anon=no ;;
15881 gcc_cv_func_mmap_anon=yes;;
15882 esac
15884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_func_mmap_anon" >&5
15885 $as_echo "$gcc_cv_func_mmap_anon" >&6; }
15889 if test $gcc_cv_func_mmap_file = yes; then
15891 $as_echo "#define HAVE_MMAP_FILE 1" >>confdefs.h
15894 if test $gcc_cv_func_mmap_dev_zero = yes; then
15896 $as_echo "#define HAVE_MMAP_DEV_ZERO 1" >>confdefs.h
15899 if test $gcc_cv_func_mmap_anon = yes; then
15901 $as_echo "#define HAVE_MMAP_ANON 1" >>confdefs.h
15906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
15907 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
15908 if test "${ac_cv_c_bigendian+set}" = set; then :
15909 $as_echo_n "(cached) " >&6
15910 else
15911 ac_cv_c_bigendian=unknown
15912 # See if we're dealing with a universal compiler.
15913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15914 /* end confdefs.h. */
15915 #ifndef __APPLE_CC__
15916 not a universal capable compiler
15917 #endif
15918 typedef int dummy;
15920 _ACEOF
15921 if ac_fn_c_try_compile "$LINENO"; then :
15923 # Check for potential -arch flags. It is not universal unless
15924 # there are at least two -arch flags with different values.
15925 ac_arch=
15926 ac_prev=
15927 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
15928 if test -n "$ac_prev"; then
15929 case $ac_word in
15930 i?86 | x86_64 | ppc | ppc64)
15931 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
15932 ac_arch=$ac_word
15933 else
15934 ac_cv_c_bigendian=universal
15935 break
15938 esac
15939 ac_prev=
15940 elif test "x$ac_word" = "x-arch"; then
15941 ac_prev=arch
15943 done
15945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15946 if test $ac_cv_c_bigendian = unknown; then
15947 # See if sys/param.h defines the BYTE_ORDER macro.
15948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15949 /* end confdefs.h. */
15950 #include <sys/types.h>
15951 #include <sys/param.h>
15954 main ()
15956 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
15957 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
15958 && LITTLE_ENDIAN)
15959 bogus endian macros
15960 #endif
15963 return 0;
15965 _ACEOF
15966 if ac_fn_c_try_compile "$LINENO"; then :
15967 # It does; now see whether it defined to BIG_ENDIAN or not.
15968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15969 /* end confdefs.h. */
15970 #include <sys/types.h>
15971 #include <sys/param.h>
15974 main ()
15976 #if BYTE_ORDER != BIG_ENDIAN
15977 not big endian
15978 #endif
15981 return 0;
15983 _ACEOF
15984 if ac_fn_c_try_compile "$LINENO"; then :
15985 ac_cv_c_bigendian=yes
15986 else
15987 ac_cv_c_bigendian=no
15989 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15993 if test $ac_cv_c_bigendian = unknown; then
15994 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
15995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15996 /* end confdefs.h. */
15997 #include <limits.h>
16000 main ()
16002 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
16003 bogus endian macros
16004 #endif
16007 return 0;
16009 _ACEOF
16010 if ac_fn_c_try_compile "$LINENO"; then :
16011 # It does; now see whether it defined to _BIG_ENDIAN or not.
16012 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16013 /* end confdefs.h. */
16014 #include <limits.h>
16017 main ()
16019 #ifndef _BIG_ENDIAN
16020 not big endian
16021 #endif
16024 return 0;
16026 _ACEOF
16027 if ac_fn_c_try_compile "$LINENO"; then :
16028 ac_cv_c_bigendian=yes
16029 else
16030 ac_cv_c_bigendian=no
16032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16036 if test $ac_cv_c_bigendian = unknown; then
16037 # Compile a test program.
16038 if test "$cross_compiling" = yes; then :
16039 # Try to guess by grepping values from an object file.
16040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16041 /* end confdefs.h. */
16042 short int ascii_mm[] =
16043 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
16044 short int ascii_ii[] =
16045 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
16046 int use_ascii (int i) {
16047 return ascii_mm[i] + ascii_ii[i];
16049 short int ebcdic_ii[] =
16050 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
16051 short int ebcdic_mm[] =
16052 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
16053 int use_ebcdic (int i) {
16054 return ebcdic_mm[i] + ebcdic_ii[i];
16056 extern int foo;
16059 main ()
16061 return use_ascii (foo) == use_ebcdic (foo);
16063 return 0;
16065 _ACEOF
16066 if ac_fn_c_try_compile "$LINENO"; then :
16067 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
16068 ac_cv_c_bigendian=yes
16070 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
16071 if test "$ac_cv_c_bigendian" = unknown; then
16072 ac_cv_c_bigendian=no
16073 else
16074 # finding both strings is unlikely to happen, but who knows?
16075 ac_cv_c_bigendian=unknown
16079 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16080 else
16081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16082 /* end confdefs.h. */
16083 $ac_includes_default
16085 main ()
16088 /* Are we little or big endian? From Harbison&Steele. */
16089 union
16091 long int l;
16092 char c[sizeof (long int)];
16093 } u;
16094 u.l = 1;
16095 return u.c[sizeof (long int) - 1] == 1;
16098 return 0;
16100 _ACEOF
16101 if ac_fn_c_try_run "$LINENO"; then :
16102 ac_cv_c_bigendian=no
16103 else
16104 ac_cv_c_bigendian=yes
16106 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
16107 conftest.$ac_objext conftest.beam conftest.$ac_ext
16112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
16113 $as_echo "$ac_cv_c_bigendian" >&6; }
16114 case $ac_cv_c_bigendian in #(
16115 yes)
16116 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
16117 ;; #(
16119 ;; #(
16120 universal)
16122 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
16124 ;; #(
16126 as_fn_error "unknown endianness
16127 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
16128 esac
16130 # I don't like the default behaviour of WORDS_BIGENDIAN undefined for LE.
16133 # Check to see if -pthread or -lpthread is needed. Prefer the former.
16134 # In case the pthread.h system header is not found, this test will fail.
16135 XPCFLAGS=""
16136 CFLAGS="$CFLAGS -pthread"
16137 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16138 /* end confdefs.h. */
16139 #include <pthread.h>
16140 void *g(void *d) { return NULL; }
16142 main ()
16144 pthread_t t; pthread_create(&t,NULL,g,NULL);
16146 return 0;
16148 _ACEOF
16149 if ac_fn_c_try_link "$LINENO"; then :
16150 XPCFLAGS=" -Wc,-pthread"
16151 else
16152 CFLAGS="$save_CFLAGS" LIBS="-lpthread $LIBS"
16153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16154 /* end confdefs.h. */
16155 #include <pthread.h>
16156 void *g(void *d) { return NULL; }
16158 main ()
16160 pthread_t t; pthread_create(&t,NULL,g,NULL);
16162 return 0;
16164 _ACEOF
16165 if ac_fn_c_try_link "$LINENO"; then :
16167 else
16168 as_fn_error "Pthreads are required to build libitm" "$LINENO" 5
16170 rm -f core conftest.err conftest.$ac_objext \
16171 conftest$ac_exeext conftest.$ac_ext
16173 rm -f core conftest.err conftest.$ac_objext \
16174 conftest$ac_exeext conftest.$ac_ext
16176 # Check for functions needed.
16177 for ac_func in strtoull memalign posix_memalign
16178 do :
16179 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16180 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
16181 eval as_val=\$$as_ac_var
16182 if test "x$as_val" = x""yes; then :
16183 cat >>confdefs.h <<_ACEOF
16184 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16185 _ACEOF
16188 done
16191 # Check for broken semaphore implementation on darwin.
16192 # sem_init returns: sem_init error: Function not implemented.
16193 case "$host" in
16194 *-darwin*)
16196 $as_echo "#define HAVE_BROKEN_POSIX_SEMAPHORES 1" >>confdefs.h
16199 esac
16201 # Check whether --enable-linux-futex was given.
16202 if test "${enable_linux_futex+set}" = set; then :
16203 enableval=$enable_linux_futex;
16204 case "$enableval" in
16205 yes|no|default) ;;
16206 *) as_fn_error "Unknown argument to enable/disable linux-futex" "$LINENO" 5 ;;
16207 esac
16209 else
16210 enable_linux_futex=default
16214 case "$target" in
16215 *-linux*)
16216 case "$enable_linux_futex" in
16217 default)
16218 # If headers don't have gettid/futex syscalls definition, then
16219 # default to no, otherwise there will be compile time failures.
16220 # Otherwise, default to yes. If we don't detect we are
16221 # compiled/linked against NPTL and not cross-compiling, check
16222 # if programs are run by default against NPTL and if not, issue
16223 # a warning.
16224 enable_linux_futex=no
16225 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16226 /* end confdefs.h. */
16227 #include <sys/syscall.h>
16228 int lk;
16230 main ()
16232 syscall (SYS_gettid); syscall (SYS_futex, &lk, 0, 0, 0);
16234 return 0;
16236 _ACEOF
16237 if ac_fn_c_try_link "$LINENO"; then :
16238 save_LIBS="$LIBS"
16239 LIBS="-lpthread $LIBS"
16240 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16241 /* end confdefs.h. */
16242 #ifndef _GNU_SOURCE
16243 #define _GNU_SOURCE 1
16244 #endif
16245 #include <pthread.h>
16246 pthread_t th; void *status;
16248 main ()
16250 pthread_tryjoin_np (th, &status);
16252 return 0;
16254 _ACEOF
16255 if ac_fn_c_try_link "$LINENO"; then :
16256 enable_linux_futex=yes
16257 else
16258 if test x$cross_compiling = xno; then
16259 if getconf GNU_LIBPTHREAD_VERSION 2>/dev/null \
16260 | LC_ALL=C grep -i NPTL > /dev/null 2>/dev/null; then :; else
16261 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The kernel might not support futex or gettid syscalls.
16262 If so, please configure with --disable-linux-futex" >&5
16263 $as_echo "$as_me: WARNING: The kernel might not support futex or gettid syscalls.
16264 If so, please configure with --disable-linux-futex" >&2;}
16267 enable_linux_futex=yes
16269 rm -f core conftest.err conftest.$ac_objext \
16270 conftest$ac_exeext conftest.$ac_ext
16271 LIBS="$save_LIBS"
16273 rm -f core conftest.err conftest.$ac_objext \
16274 conftest$ac_exeext conftest.$ac_ext
16276 yes)
16277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16278 /* end confdefs.h. */
16279 #include <sys/syscall.h>
16280 int lk;
16282 main ()
16284 syscall (SYS_gettid); syscall (SYS_futex, &lk, 0, 0, 0);
16286 return 0;
16288 _ACEOF
16289 if ac_fn_c_try_link "$LINENO"; then :
16291 else
16292 as_fn_error "SYS_gettid and SYS_futex required for --enable-linux-futex" "$LINENO" 5
16294 rm -f core conftest.err conftest.$ac_objext \
16295 conftest$ac_exeext conftest.$ac_ext
16297 esac
16300 enable_linux_futex=no
16302 esac
16303 if test x$enable_linux_futex = xyes; then
16308 # See if we support thread-local storage.
16311 # Check whether --enable-tls was given.
16312 if test "${enable_tls+set}" = set; then :
16313 enableval=$enable_tls;
16314 case "$enableval" in
16315 yes|no) ;;
16316 *) as_fn_error "Argument to enable/disable tls must be yes or no" "$LINENO" 5 ;;
16317 esac
16319 else
16320 enable_tls=yes
16324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports thread-local storage" >&5
16325 $as_echo_n "checking whether the target supports thread-local storage... " >&6; }
16326 if test "${gcc_cv_have_tls+set}" = set; then :
16327 $as_echo_n "(cached) " >&6
16328 else
16330 if test "$cross_compiling" = yes; then :
16331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16332 /* end confdefs.h. */
16333 __thread int a; int b; int main() { return a = b; }
16334 _ACEOF
16335 if ac_fn_c_try_link "$LINENO"; then :
16336 chktls_save_LDFLAGS="$LDFLAGS"
16337 case $host in
16338 *-*-linux*)
16339 LDFLAGS="-shared -Wl,--no-undefined $LDFLAGS"
16341 esac
16342 chktls_save_CFLAGS="$CFLAGS"
16343 CFLAGS="-fPIC $CFLAGS"
16344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16345 /* end confdefs.h. */
16346 int f() { return 0; }
16347 _ACEOF
16348 if ac_fn_c_try_link "$LINENO"; then :
16349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16350 /* end confdefs.h. */
16351 __thread int a; int b; int f() { return a = b; }
16352 _ACEOF
16353 if ac_fn_c_try_link "$LINENO"; then :
16354 gcc_cv_have_tls=yes
16355 else
16356 gcc_cv_have_tls=no
16358 rm -f core conftest.err conftest.$ac_objext \
16359 conftest$ac_exeext conftest.$ac_ext
16360 else
16361 gcc_cv_have_tls=yes
16363 rm -f core conftest.err conftest.$ac_objext \
16364 conftest$ac_exeext conftest.$ac_ext
16365 CFLAGS="$chktls_save_CFLAGS"
16366 LDFLAGS="$chktls_save_LDFLAGS"
16367 else
16368 gcc_cv_have_tls=no
16370 rm -f core conftest.err conftest.$ac_objext \
16371 conftest$ac_exeext conftest.$ac_ext
16374 else
16375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16376 /* end confdefs.h. */
16377 __thread int a; int b; int main() { return a = b; }
16378 _ACEOF
16379 if ac_fn_c_try_run "$LINENO"; then :
16380 chktls_save_LDFLAGS="$LDFLAGS"
16381 LDFLAGS="-static $LDFLAGS"
16382 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16383 /* end confdefs.h. */
16384 int main() { return 0; }
16385 _ACEOF
16386 if ac_fn_c_try_link "$LINENO"; then :
16387 if test "$cross_compiling" = yes; then :
16388 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16389 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16390 as_fn_error "cannot run test program while cross compiling
16391 See \`config.log' for more details." "$LINENO" 5; }
16392 else
16393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16394 /* end confdefs.h. */
16395 __thread int a; int b; int main() { return a = b; }
16396 _ACEOF
16397 if ac_fn_c_try_run "$LINENO"; then :
16398 gcc_cv_have_tls=yes
16399 else
16400 gcc_cv_have_tls=no
16402 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
16403 conftest.$ac_objext conftest.beam conftest.$ac_ext
16406 else
16407 gcc_cv_have_tls=yes
16409 rm -f core conftest.err conftest.$ac_objext \
16410 conftest$ac_exeext conftest.$ac_ext
16411 LDFLAGS="$chktls_save_LDFLAGS"
16412 if test $gcc_cv_have_tls = yes; then
16413 chktls_save_CFLAGS="$CFLAGS"
16414 thread_CFLAGS=failed
16415 for flag in '' '-pthread' '-lpthread'; do
16416 CFLAGS="$flag $chktls_save_CFLAGS"
16417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16418 /* end confdefs.h. */
16419 #include <pthread.h>
16420 void *g(void *d) { return NULL; }
16422 main ()
16424 pthread_t t; pthread_create(&t,NULL,g,NULL);
16426 return 0;
16428 _ACEOF
16429 if ac_fn_c_try_link "$LINENO"; then :
16430 thread_CFLAGS="$flag"
16432 rm -f core conftest.err conftest.$ac_objext \
16433 conftest$ac_exeext conftest.$ac_ext
16434 if test "X$thread_CFLAGS" != Xfailed; then
16435 break
16437 done
16438 CFLAGS="$chktls_save_CFLAGS"
16439 if test "X$thread_CFLAGS" != Xfailed; then
16440 CFLAGS="$thread_CFLAGS $chktls_save_CFLAGS"
16441 if test "$cross_compiling" = yes; then :
16442 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16443 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16444 as_fn_error "cannot run test program while cross compiling
16445 See \`config.log' for more details." "$LINENO" 5; }
16446 else
16447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16448 /* end confdefs.h. */
16449 #include <pthread.h>
16450 __thread int a;
16451 static int *volatile a_in_other_thread;
16452 static void *
16453 thread_func (void *arg)
16455 a_in_other_thread = &a;
16456 return (void *)0;
16459 main ()
16461 pthread_t thread;
16462 void *thread_retval;
16463 int *volatile a_in_main_thread;
16464 a_in_main_thread = &a;
16465 if (pthread_create (&thread, (pthread_attr_t *)0,
16466 thread_func, (void *)0))
16467 return 0;
16468 if (pthread_join (thread, &thread_retval))
16469 return 0;
16470 return (a_in_other_thread == a_in_main_thread);
16472 return 0;
16474 _ACEOF
16475 if ac_fn_c_try_run "$LINENO"; then :
16476 gcc_cv_have_tls=yes
16477 else
16478 gcc_cv_have_tls=no
16480 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
16481 conftest.$ac_objext conftest.beam conftest.$ac_ext
16484 CFLAGS="$chktls_save_CFLAGS"
16487 else
16488 gcc_cv_have_tls=no
16490 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
16491 conftest.$ac_objext conftest.beam conftest.$ac_ext
16495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_have_tls" >&5
16496 $as_echo "$gcc_cv_have_tls" >&6; }
16497 if test "$enable_tls $gcc_cv_have_tls" = "yes yes"; then
16499 $as_echo "#define HAVE_TLS 1" >>confdefs.h
16503 # See what sort of export controls are available.
16505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports hidden visibility" >&5
16506 $as_echo_n "checking whether the target supports hidden visibility... " >&6; }
16507 if test "${libitm_cv_have_attribute_visibility+set}" = set; then :
16508 $as_echo_n "(cached) " >&6
16509 else
16511 save_CFLAGS="$CFLAGS"
16512 CFLAGS="$CFLAGS -Werror"
16513 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16514 /* end confdefs.h. */
16515 void __attribute__((visibility("hidden"))) foo(void) { }
16517 main ()
16521 return 0;
16523 _ACEOF
16524 if ac_fn_c_try_compile "$LINENO"; then :
16525 libitm_cv_have_attribute_visibility=yes
16526 else
16527 libitm_cv_have_attribute_visibility=no
16529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16530 CFLAGS="$save_CFLAGS"
16532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libitm_cv_have_attribute_visibility" >&5
16533 $as_echo "$libitm_cv_have_attribute_visibility" >&6; }
16534 if test $libitm_cv_have_attribute_visibility = yes; then
16536 $as_echo "#define HAVE_ATTRIBUTE_VISIBILITY 1" >>confdefs.h
16540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports dllexport" >&5
16541 $as_echo_n "checking whether the target supports dllexport... " >&6; }
16542 if test "${libitm_cv_have_attribute_dllexport+set}" = set; then :
16543 $as_echo_n "(cached) " >&6
16544 else
16546 save_CFLAGS="$CFLAGS"
16547 CFLAGS="$CFLAGS -Werror"
16548 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16549 /* end confdefs.h. */
16550 void __attribute__((dllexport)) foo(void) { }
16552 main ()
16556 return 0;
16558 _ACEOF
16559 if ac_fn_c_try_compile "$LINENO"; then :
16560 libitm_cv_have_attribute_dllexport=yes
16561 else
16562 libitm_cv_have_attribute_dllexport=no
16564 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16565 CFLAGS="$save_CFLAGS"
16567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libitm_cv_have_attribute_dllexport" >&5
16568 $as_echo "$libitm_cv_have_attribute_dllexport" >&6; }
16569 if test $libitm_cv_have_attribute_dllexport = yes; then
16571 $as_echo "#define HAVE_ATTRIBUTE_DLLEXPORT 1" >>confdefs.h
16575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports symbol aliases" >&5
16576 $as_echo_n "checking whether the target supports symbol aliases... " >&6; }
16577 if test "${libitm_cv_have_attribute_alias+set}" = set; then :
16578 $as_echo_n "(cached) " >&6
16579 else
16581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16582 /* end confdefs.h. */
16584 void foo(void) { }
16585 extern void bar(void) __attribute__((alias("foo")));
16587 main ()
16589 bar();
16591 return 0;
16593 _ACEOF
16594 if ac_fn_c_try_link "$LINENO"; then :
16595 libitm_cv_have_attribute_alias=yes
16596 else
16597 libitm_cv_have_attribute_alias=no
16599 rm -f core conftest.err conftest.$ac_objext \
16600 conftest$ac_exeext conftest.$ac_ext
16602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libitm_cv_have_attribute_alias" >&5
16603 $as_echo "$libitm_cv_have_attribute_alias" >&6; }
16604 if test $libitm_cv_have_attribute_alias = yes; then
16606 $as_echo "#define HAVE_ATTRIBUTE_ALIAS 1" >>confdefs.h
16610 # Check linker hardware capability support.
16613 # Check whether --with-gnu-ld was given.
16614 if test "${with_gnu_ld+set}" = set; then :
16615 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
16616 else
16617 with_gnu_ld=no
16620 ac_prog=ld
16621 if test "$GCC" = yes; then
16622 # Check if gcc -print-prog-name=ld gives a path.
16623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
16624 $as_echo_n "checking for ld used by $CC... " >&6; }
16625 case $host in
16626 *-*-mingw*)
16627 # gcc leaves a trailing carriage return which upsets mingw
16628 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
16630 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
16631 esac
16632 case $ac_prog in
16633 # Accept absolute paths.
16634 [\\/]* | ?:[\\/]*)
16635 re_direlt='/[^/][^/]*/\.\./'
16636 # Canonicalize the pathname of ld
16637 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
16638 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
16639 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
16640 done
16641 test -z "$LD" && LD="$ac_prog"
16644 # If it fails, then pretend we aren't using GCC.
16645 ac_prog=ld
16648 # If it is relative, then search for the first ld in PATH.
16649 with_gnu_ld=unknown
16651 esac
16652 elif test "$with_gnu_ld" = yes; then
16653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
16654 $as_echo_n "checking for GNU ld... " >&6; }
16655 else
16656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
16657 $as_echo_n "checking for non-GNU ld... " >&6; }
16659 if test "${lt_cv_path_LD+set}" = set; then :
16660 $as_echo_n "(cached) " >&6
16661 else
16662 if test -z "$LD"; then
16663 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
16664 for ac_dir in $PATH; do
16665 IFS="$lt_save_ifs"
16666 test -z "$ac_dir" && ac_dir=.
16667 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
16668 lt_cv_path_LD="$ac_dir/$ac_prog"
16669 # Check to see if the program is GNU ld. I'd rather use --version,
16670 # but apparently some variants of GNU ld only accept -v.
16671 # Break only if it was the GNU/non-GNU ld that we prefer.
16672 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
16673 *GNU* | *'with BFD'*)
16674 test "$with_gnu_ld" != no && break
16677 test "$with_gnu_ld" != yes && break
16679 esac
16681 done
16682 IFS="$lt_save_ifs"
16683 else
16684 lt_cv_path_LD="$LD" # Let the user override the test with a path.
16688 LD="$lt_cv_path_LD"
16689 if test -n "$LD"; then
16690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
16691 $as_echo "$LD" >&6; }
16692 else
16693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16694 $as_echo "no" >&6; }
16696 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
16697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
16698 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
16699 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
16700 $as_echo_n "(cached) " >&6
16701 else
16702 # I'd rather use --version here, but apparently some GNU lds only accept -v.
16703 case `$LD -v 2>&1 </dev/null` in
16704 *GNU* | *'with BFD'*)
16705 lt_cv_prog_gnu_ld=yes
16708 lt_cv_prog_gnu_ld=no
16710 esac
16712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
16713 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
16714 with_gnu_ld=$lt_cv_prog_gnu_ld
16722 test -z "$HWCAP_LDFLAGS" && HWCAP_LDFLAGS=''
16725 ac_save_LDFLAGS="$LDFLAGS"
16726 LDFLAGS="$LFLAGS -Wl,-M,$srcdir/clearcap.map"
16728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,-M,mapfile" >&5
16729 $as_echo_n "checking for ld that supports -Wl,-M,mapfile... " >&6; }
16730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16731 /* end confdefs.h. */
16734 main ()
16736 return 0;
16738 return 0;
16740 _ACEOF
16741 if ac_fn_c_try_link "$LINENO"; then :
16742 ac_hwcap_ldflags=yes
16743 else
16744 ac_hwcap_ldflags=no
16746 rm -f core conftest.err conftest.$ac_objext \
16747 conftest$ac_exeext conftest.$ac_ext
16748 if test "$ac_hwcap_ldflags" = "yes"; then
16749 HWCAP_LDFLAGS="-Wl,-M,$srcdir/clearcap.map $HWCAP_LDFLAGS"
16751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_hwcap_ldflags" >&5
16752 $as_echo "$ac_hwcap_ldflags" >&6; }
16754 LDFLAGS="$ac_save_LDFLAGS"
16758 if test $ac_hwcap_ldflags != no; then
16759 HAVE_HWCAP_TRUE=
16760 HAVE_HWCAP_FALSE='#'
16761 else
16762 HAVE_HWCAP_TRUE='#'
16763 HAVE_HWCAP_FALSE=
16767 # If defaulting to -mavx, don't clear hwcaps.
16768 ac_fn_c_check_decl "$LINENO" "__AVX__" "ac_cv_have_decl___AVX__" "$ac_includes_default"
16769 if test "x$ac_cv_have_decl___AVX__" = x""yes; then :
16770 HWCAP_LDFLAGS=''
16775 # If we're not using GNU ld, then there's no point in even trying these
16776 # tests. Check for that first. We should have already tested for gld
16777 # by now (in libtool), but require it now just to be safe...
16778 test -z "$SECTION_LDFLAGS" && SECTION_LDFLAGS=''
16779 test -z "$OPT_LDFLAGS" && OPT_LDFLAGS=''
16783 # The name set by libtool depends on the version of libtool. Shame on us
16784 # for depending on an impl detail, but c'est la vie. Older versions used
16785 # ac_cv_prog_gnu_ld, but now it's lt_cv_prog_gnu_ld, and is copied back on
16786 # top of with_gnu_ld (which is also set by --with-gnu-ld, so that actually
16787 # makes sense). We'll test with_gnu_ld everywhere else, so if that isn't
16788 # set (hence we're using an older libtool), then set it.
16789 if test x${with_gnu_ld+set} != xset; then
16790 if test x${ac_cv_prog_gnu_ld+set} != xset; then
16791 # We got through "ac_require(ac_prog_ld)" and still not set? Huh?
16792 with_gnu_ld=no
16793 else
16794 with_gnu_ld=$ac_cv_prog_gnu_ld
16798 # Start by getting the version number. I think the libtool test already
16799 # does some of this, but throws away the result.
16800 libitm_ld_is_gold=no
16801 if $LD --version 2>/dev/null | grep 'GNU gold'> /dev/null 2>&1; then
16802 libitm_ld_is_gold=yes
16805 ldver=`$LD --version 2>/dev/null |
16806 sed -e 's/GNU gold /GNU ld /;s/GNU ld version /GNU ld /;s/GNU ld ([^)]*) /GNU ld /;s/GNU ld \([0-9.][0-9.]*\).*/\1/; q'`
16808 libitm_gnu_ld_version=`echo $ldver | \
16809 $AWK -F. '{ if (NF<3) $3=0; print ($1*100+$2)*100+$3 }'`
16811 # Set --gc-sections.
16812 if test "$with_gnu_ld" = "notbroken"; then
16813 # GNU ld it is! Joy and bunny rabbits!
16815 # All these tests are for C++; save the language and the compiler flags.
16816 # Need to do this so that g++ won't try to link in libstdc++
16817 ac_test_CFLAGS="${CFLAGS+set}"
16818 ac_save_CFLAGS="$CFLAGS"
16819 CFLAGS='-x c++ -Wl,--gc-sections'
16821 # Check for -Wl,--gc-sections
16822 # XXX This test is broken at the moment, as symbols required for linking
16823 # are now in libsupc++ (not built yet). In addition, this test has
16824 # cored on solaris in the past. In addition, --gc-sections doesn't
16825 # really work at the moment (keeps on discarding used sections, first
16826 # .eh_frame and now some of the glibc sections for iconv).
16827 # Bzzzzt. Thanks for playing, maybe next time.
16828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,--gc-sections" >&5
16829 $as_echo_n "checking for ld that supports -Wl,--gc-sections... " >&6; }
16830 if test "$cross_compiling" = yes; then :
16831 ac_sectionLDflags=yes
16832 else
16833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16834 /* end confdefs.h. */
16836 int main(void)
16838 try { throw 1; }
16839 catch (...) { };
16840 return 0;
16843 _ACEOF
16844 if ac_fn_c_try_run "$LINENO"; then :
16845 ac_sectionLDflags=yes
16846 else
16847 ac_sectionLDflags=no
16849 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
16850 conftest.$ac_objext conftest.beam conftest.$ac_ext
16853 if test "$ac_test_CFLAGS" = set; then
16854 CFLAGS="$ac_save_CFLAGS"
16855 else
16856 # this is the suspicious part
16857 CFLAGS=''
16859 if test "$ac_sectionLDflags" = "yes"; then
16860 SECTION_LDFLAGS="-Wl,--gc-sections $SECTION_LDFLAGS"
16862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_sectionLDflags" >&5
16863 $as_echo "$ac_sectionLDflags" >&6; }
16866 # Set linker optimization flags.
16867 if test x"$with_gnu_ld" = x"yes"; then
16868 OPT_LDFLAGS="-Wl,-O1 $OPT_LDFLAGS"
16876 # Check whether --enable-symvers was given.
16877 if test "${enable_symvers+set}" = set; then :
16878 enableval=$enable_symvers;
16879 case "$enableval" in
16880 yes|no|gnu*|sun) ;;
16881 *) as_fn_error "Unknown argument to enable/disable symvers" "$LINENO" 5 ;;
16882 esac
16884 else
16885 enable_symvers=yes
16890 # If we never went through the LIBITM_CHECK_LINKER_FEATURES macro, then we
16891 # don't know enough about $LD to do tricks...
16894 # Turn a 'yes' into a suitable default.
16895 if test x$enable_symvers = xyes ; then
16896 # FIXME The following test is too strict, in theory.
16897 if test $enable_shared = no || test "x$LD" = x; then
16898 enable_symvers=no
16899 else
16900 if test $with_gnu_ld = yes ; then
16901 enable_symvers=gnu
16902 else
16903 case ${target_os} in
16904 # Sun symbol versioning exists since Solaris 2.5.
16905 solaris2.[5-9]* | solaris2.1[0-9]*)
16906 enable_symvers=sun ;;
16908 enable_symvers=no ;;
16909 esac
16914 # Check if 'sun' was requested on non-Solaris 2 platforms.
16915 if test x$enable_symvers = xsun ; then
16916 case ${target_os} in
16917 solaris2*)
16918 # All fine.
16921 # Unlikely to work.
16922 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === You have requested Sun symbol versioning, but" >&5
16923 $as_echo "$as_me: WARNING: === You have requested Sun symbol versioning, but" >&2;}
16924 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === you are not targetting Solaris 2." >&5
16925 $as_echo "$as_me: WARNING: === you are not targetting Solaris 2." >&2;}
16926 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
16927 $as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
16928 enable_symvers=no
16930 esac
16933 # Check to see if libgcc_s exists, indicating that shared libgcc is possible.
16934 if test $enable_symvers != no; then
16935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared libgcc" >&5
16936 $as_echo_n "checking for shared libgcc... " >&6; }
16937 ac_save_CFLAGS="$CFLAGS"
16938 CFLAGS=' -lgcc_s'
16939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16940 /* end confdefs.h. */
16943 main ()
16945 return 0;
16947 return 0;
16949 _ACEOF
16950 if ac_fn_c_try_link "$LINENO"; then :
16951 libitm_shared_libgcc=yes
16952 else
16953 libitm_shared_libgcc=no
16955 rm -f core conftest.err conftest.$ac_objext \
16956 conftest$ac_exeext conftest.$ac_ext
16957 CFLAGS="$ac_save_CFLAGS"
16958 if test $libitm_shared_libgcc = no; then
16959 cat > conftest.c <<EOF
16960 int main (void) { return 0; }
16962 libitm_libgcc_s_suffix=`${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
16963 -shared -shared-libgcc -o conftest.so \
16964 conftest.c -v 2>&1 >/dev/null \
16965 | sed -n 's/^.* -lgcc_s\([^ ]*\) .*$/\1/p'`
16966 rm -f conftest.c conftest.so
16967 if test x${libitm_libgcc_s_suffix+set} = xset; then
16968 CFLAGS=" -lgcc_s$libitm_libgcc_s_suffix"
16969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16970 /* end confdefs.h. */
16973 main ()
16975 return 0;
16977 return 0;
16979 _ACEOF
16980 if ac_fn_c_try_link "$LINENO"; then :
16981 libitm_shared_libgcc=yes
16983 rm -f core conftest.err conftest.$ac_objext \
16984 conftest$ac_exeext conftest.$ac_ext
16985 CFLAGS="$ac_save_CFLAGS"
16988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libitm_shared_libgcc" >&5
16989 $as_echo "$libitm_shared_libgcc" >&6; }
16992 # For GNU ld, we need at least this version. The format is described in
16993 # LIBITM_CHECK_LINKER_FEATURES above.
16994 libitm_min_gnu_ld_version=21400
16995 # XXXXXXXXXXX libitm_gnu_ld_version=21390
16997 # Check to see if unspecified "yes" value can win, given results above.
16998 # Change "yes" into either "no" or a style name.
16999 if test $enable_symvers != no && test $libitm_shared_libgcc = yes; then
17000 if test $with_gnu_ld = yes; then
17001 if test $libitm_gnu_ld_version -ge $libitm_min_gnu_ld_version ; then
17002 enable_symvers=gnu
17003 elif test $libitm_ld_is_gold = yes ; then
17004 enable_symvers=gnu
17005 else
17006 # The right tools, the right setup, but too old. Fallbacks?
17007 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Linker version $libitm_gnu_ld_version is too old for" >&5
17008 $as_echo "$as_me: WARNING: === Linker version $libitm_gnu_ld_version is too old for" >&2;}
17009 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === full symbol versioning support in this release of GCC." >&5
17010 $as_echo "$as_me: WARNING: === full symbol versioning support in this release of GCC." >&2;}
17011 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === You would need to upgrade your binutils to version" >&5
17012 $as_echo "$as_me: WARNING: === You would need to upgrade your binutils to version" >&2;}
17013 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === $libitm_min_gnu_ld_version or later and rebuild GCC." >&5
17014 $as_echo "$as_me: WARNING: === $libitm_min_gnu_ld_version or later and rebuild GCC." >&2;}
17015 if test $libitm_gnu_ld_version -ge 21200 ; then
17016 # Globbing fix is present, proper block support is not.
17017 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
17018 $as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
17019 enable_symvers=no
17020 else
17021 # 2.11 or older.
17022 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
17023 $as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
17024 enable_symvers=no
17027 elif test $enable_symvers = sun; then
17028 : All interesting versions of Sun ld support sun style symbol versioning.
17029 else
17030 # just fail for now
17031 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === You have requested some kind of symbol versioning, but" >&5
17032 $as_echo "$as_me: WARNING: === You have requested some kind of symbol versioning, but" >&2;}
17033 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === either you are not using a supported linker, or you are" >&5
17034 $as_echo "$as_me: WARNING: === either you are not using a supported linker, or you are" >&2;}
17035 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === not building a shared libgcc_s (which is required)." >&5
17036 $as_echo "$as_me: WARNING: === not building a shared libgcc_s (which is required)." >&2;}
17037 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
17038 $as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
17039 enable_symvers=no
17043 if test $enable_symvers != no; then
17044 LIBITM_BUILD_VERSIONED_SHLIB_TRUE=
17045 LIBITM_BUILD_VERSIONED_SHLIB_FALSE='#'
17046 else
17047 LIBITM_BUILD_VERSIONED_SHLIB_TRUE='#'
17048 LIBITM_BUILD_VERSIONED_SHLIB_FALSE=
17051 if test $enable_symvers = gnu; then
17052 LIBITM_BUILD_VERSIONED_SHLIB_GNU_TRUE=
17053 LIBITM_BUILD_VERSIONED_SHLIB_GNU_FALSE='#'
17054 else
17055 LIBITM_BUILD_VERSIONED_SHLIB_GNU_TRUE='#'
17056 LIBITM_BUILD_VERSIONED_SHLIB_GNU_FALSE=
17059 if test $enable_symvers = sun; then
17060 LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE=
17061 LIBITM_BUILD_VERSIONED_SHLIB_SUN_FALSE='#'
17062 else
17063 LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE='#'
17064 LIBITM_BUILD_VERSIONED_SHLIB_SUN_FALSE=
17067 { $as_echo "$as_me:${as_lineno-$LINENO}: versioning on shared library symbols is $enable_symvers" >&5
17068 $as_echo "$as_me: versioning on shared library symbols is $enable_symvers" >&6;}
17070 if test $enable_symvers = gnu; then
17072 $as_echo "#define LIBITM_GNU_SYMBOL_VERSIONING 1" >>confdefs.h
17076 # See if we can emit unwind info in the sjlj stub.
17077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler .cfi pseudo-op support" >&5
17078 $as_echo_n "checking assembler .cfi pseudo-op support... " >&6; }
17079 if test "${gcc_cv_as_cfi_pseudo_op+set}" = set; then :
17080 $as_echo_n "(cached) " >&6
17081 else
17083 gcc_cv_as_cfi_pseudo_op=unknown
17084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17085 /* end confdefs.h. */
17086 asm (".cfi_startproc\n\t.cfi_endproc");
17088 main ()
17092 return 0;
17094 _ACEOF
17095 if ac_fn_c_try_compile "$LINENO"; then :
17096 gcc_cv_as_cfi_pseudo_op=yes
17097 else
17098 gcc_cv_as_cfi_pseudo_op=no
17100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_cfi_pseudo_op" >&5
17104 $as_echo "$gcc_cv_as_cfi_pseudo_op" >&6; }
17105 if test "x$gcc_cv_as_cfi_pseudo_op" = xyes; then
17107 $as_echo "#define HAVE_AS_CFI_PSEUDO_OP 1" >>confdefs.h
17112 # Determine the proper ABI type for size_t.
17114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how size_t is mangled" >&5
17115 $as_echo_n "checking how size_t is mangled... " >&6; }
17116 if test "${libitm_cv_size_t_mangling+set}" = set; then :
17117 $as_echo_n "(cached) " >&6
17118 else
17120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17121 /* end confdefs.h. */
17124 main ()
17126 extern __SIZE_TYPE__ x; extern unsigned long x;
17128 return 0;
17130 _ACEOF
17131 if ac_fn_c_try_compile "$LINENO"; then :
17132 libitm_cv_size_t_mangling=m
17133 else
17135 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17136 /* end confdefs.h. */
17139 main ()
17141 extern __SIZE_TYPE__ x; extern unsigned int x;
17143 return 0;
17145 _ACEOF
17146 if ac_fn_c_try_compile "$LINENO"; then :
17147 libitm_cv_size_t_mangling=j
17148 else
17150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17151 /* end confdefs.h. */
17154 main ()
17156 extern __SIZE_TYPE__ x; extern unsigned long long x;
17158 return 0;
17160 _ACEOF
17161 if ac_fn_c_try_compile "$LINENO"; then :
17162 libitm_cv_size_t_mangling=y
17163 else
17165 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17166 /* end confdefs.h. */
17169 main ()
17171 extern __SIZE_TYPE__ x; extern unsigned short x;
17173 return 0;
17175 _ACEOF
17176 if ac_fn_c_try_compile "$LINENO"; then :
17177 libitm_cv_size_t_mangling=t
17178 else
17179 libitm_cv_size_t_mangling=x
17181 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17184 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17187 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17190 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libitm_cv_size_t_mangling" >&5
17194 $as_echo "$libitm_cv_size_t_mangling" >&6; }
17195 if test $libitm_cv_size_t_mangling = x; then
17196 as_fn_error "Unknown underlying type for size_t" "$LINENO" 5
17199 cat >>confdefs.h <<_ACEOF
17200 #define MANGLE_SIZE_T $libitm_cv_size_t_mangling
17201 _ACEOF
17205 # Get target configury.
17206 . ${srcdir}/configure.tgt
17207 if test -n "$UNSUPPORTED"; then
17208 as_fn_error "Configuration ${target} is unsupported." "$LINENO" 5
17211 CFLAGS="$save_CFLAGS $XCFLAGS"
17213 # Check for __sync_val_compare_and_swap, but only after the target has
17214 # had a chance to set XCFLAGS.
17216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports __sync_*_compare_and_swap" >&5
17217 $as_echo_n "checking whether the target supports __sync_*_compare_and_swap... " >&6; }
17218 if test "${libitm_cv_have_sync_builtins+set}" = set; then :
17219 $as_echo_n "(cached) " >&6
17220 else
17222 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17223 /* end confdefs.h. */
17226 main ()
17228 int foo, bar; bar = __sync_val_compare_and_swap(&foo, 0, 1);
17230 return 0;
17232 _ACEOF
17233 if ac_fn_c_try_link "$LINENO"; then :
17234 libitm_cv_have_sync_builtins=yes
17235 else
17236 libitm_cv_have_sync_builtins=no
17238 rm -f core conftest.err conftest.$ac_objext \
17239 conftest$ac_exeext conftest.$ac_ext
17241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libitm_cv_have_sync_builtins" >&5
17242 $as_echo "$libitm_cv_have_sync_builtins" >&6; }
17243 if test $libitm_cv_have_sync_builtins = yes; then
17245 $as_echo "#define HAVE_SYNC_BUILTINS 1" >>confdefs.h
17249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports 64-bit __sync_*_compare_and_swap" >&5
17250 $as_echo_n "checking whether the target supports 64-bit __sync_*_compare_and_swap... " >&6; }
17251 if test "${libitm_cv_have_64bit_sync_builtins+set}" = set; then :
17252 $as_echo_n "(cached) " >&6
17253 else
17255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17256 /* end confdefs.h. */
17257 #include <stdint.h>
17259 main ()
17261 uint64_t foo, bar;
17262 bar = __sync_val_compare_and_swap(&foo, 0, 1);
17264 return 0;
17266 _ACEOF
17267 if ac_fn_c_try_link "$LINENO"; then :
17268 libitm_cv_have_64bit_sync_builtins=yes
17269 else
17270 libitm_cv_have_64bit_sync_builtins=no
17272 rm -f core conftest.err conftest.$ac_objext \
17273 conftest$ac_exeext conftest.$ac_ext
17275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libitm_cv_have_64bit_sync_builtins" >&5
17276 $as_echo "$libitm_cv_have_64bit_sync_builtins" >&6; }
17277 if test $libitm_cv_have_64bit_sync_builtins = yes; then
17279 $as_echo "#define HAVE_64BIT_SYNC_BUILTINS 1" >>confdefs.h
17283 case "${target_cpu}" in
17284 i[34567]86 | x86_64)
17285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the assembler supports AVX" >&5
17286 $as_echo_n "checking if the assembler supports AVX... " >&6; }
17287 if test "${libitm_cv_as_avx+set}" = set; then :
17288 $as_echo_n "(cached) " >&6
17289 else
17291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17292 /* end confdefs.h. */
17295 main ()
17297 asm("vzeroupper");
17299 return 0;
17301 _ACEOF
17302 if ac_fn_c_try_compile "$LINENO"; then :
17303 libitm_cv_as_avx=yes
17304 else
17305 libitm_cv_as_avx=no
17307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libitm_cv_as_avx" >&5
17311 $as_echo "$libitm_cv_as_avx" >&6; }
17312 if test x$libitm_cv_as_avx = xyes; then
17314 $as_echo "#define HAVE_AS_AVX 1" >>confdefs.h
17318 esac
17321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether weak refs work like ELF" >&5
17322 $as_echo_n "checking whether weak refs work like ELF... " >&6; }
17323 if test "${ac_cv_have_elf_style_weakref+set}" = set; then :
17324 $as_echo_n "(cached) " >&6
17325 else
17327 weakref_m4_saved_CFLAGS="$CFLAGS"
17328 case "${host}" in
17329 *-apple-darwin*) CFLAGS="$CFLAGS -Wl,-undefined,dynamic_lookup" ;;
17330 *) ;;
17331 esac
17332 if test "$cross_compiling" = yes; then :
17334 case "${host}" in
17335 *-apple-darwin[89]*) ac_cv_have_elf_style_weakref=no ;;
17336 *) ac_cv_have_elf_style_weakref=yes;;
17337 esac
17338 else
17339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17340 /* end confdefs.h. */
17342 extern void fNotToBeFound(void) __attribute__((weak));
17343 int main ()
17345 if (fNotToBeFound)
17346 return 1;
17347 else
17348 return 0;
17351 _ACEOF
17352 if ac_fn_c_try_run "$LINENO"; then :
17353 ac_cv_have_elf_style_weakref=yes
17354 else
17355 ac_cv_have_elf_style_weakref=no
17357 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
17358 conftest.$ac_objext conftest.beam conftest.$ac_ext
17360 CFLAGS="$weakref_m4_saved_CFLAGS"
17362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_elf_style_weakref" >&5
17363 $as_echo "$ac_cv_have_elf_style_weakref" >&6; }
17364 if test x"$ac_cv_have_elf_style_weakref" = xyes; then
17366 $as_echo "#define HAVE_ELF_STYLE_WEAKREF 1" >>confdefs.h
17370 # Cleanup and exit.
17371 CFLAGS="$save_CFLAGS"
17372 cat >confcache <<\_ACEOF
17373 # This file is a shell script that caches the results of configure
17374 # tests run on this system so they can be shared between configure
17375 # scripts and configure runs, see configure's option --config-cache.
17376 # It is not useful on other systems. If it contains results you don't
17377 # want to keep, you may remove or edit it.
17379 # config.status only pays attention to the cache file if you give it
17380 # the --recheck option to rerun configure.
17382 # `ac_cv_env_foo' variables (set or unset) will be overridden when
17383 # loading this file, other *unset* `ac_cv_foo' will be assigned the
17384 # following values.
17386 _ACEOF
17388 # The following way of writing the cache mishandles newlines in values,
17389 # but we know of no workaround that is simple, portable, and efficient.
17390 # So, we kill variables containing newlines.
17391 # Ultrix sh set writes to stderr and can't be redirected directly,
17392 # and sets the high bit in the cache file unless we assign to the vars.
17394 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
17395 eval ac_val=\$$ac_var
17396 case $ac_val in #(
17397 *${as_nl}*)
17398 case $ac_var in #(
17399 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
17400 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17401 esac
17402 case $ac_var in #(
17403 _ | IFS | as_nl) ;; #(
17404 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
17405 *) { eval $ac_var=; unset $ac_var;} ;;
17406 esac ;;
17407 esac
17408 done
17410 (set) 2>&1 |
17411 case $as_nl`(ac_space=' '; set) 2>&1` in #(
17412 *${as_nl}ac_space=\ *)
17413 # `set' does not quote correctly, so add quotes: double-quote
17414 # substitution turns \\\\ into \\, and sed turns \\ into \.
17415 sed -n \
17416 "s/'/'\\\\''/g;
17417 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17418 ;; #(
17420 # `set' quotes correctly as required by POSIX, so do not add quotes.
17421 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
17423 esac |
17424 sort
17426 sed '
17427 /^ac_cv_env_/b end
17428 t clear
17429 :clear
17430 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17431 t end
17432 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17433 :end' >>confcache
17434 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
17435 if test -w "$cache_file"; then
17436 test "x$cache_file" != "x/dev/null" &&
17437 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
17438 $as_echo "$as_me: updating cache $cache_file" >&6;}
17439 cat confcache >$cache_file
17440 else
17441 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
17442 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
17445 rm -f confcache
17447 # Add -Wall -Werror if we are using GCC.
17448 if test "x$GCC" = "xyes"; then
17449 XCFLAGS="$XCFLAGS -Wall -Werror"
17452 XCFLAGS="$XCFLAGS $XPCFLAGS"
17458 if test ${multilib} = yes; then
17459 multilib_arg="--enable-multilib"
17460 else
17461 multilib_arg=
17464 # Set up the set of libraries that we need to link against for libitm.
17465 # Note that the GTM_SELF_SPECS in gcc.c will force -pthread for -fgnu-tm,
17466 # which will force linkage against -lpthread (or equivalent for the system).
17467 # That's not 100% ideal, but about the best we can do easily.
17468 if test $enable_shared = yes; then
17469 link_itm="-litm %{static: $LIBS}"
17470 else
17471 link_itm="-litm $LIBS"
17475 if test "$ARCH" = arm; then
17476 ARCH_ARM_TRUE=
17477 ARCH_ARM_FALSE='#'
17478 else
17479 ARCH_ARM_TRUE='#'
17480 ARCH_ARM_FALSE=
17483 if test "$ARCH" = x86; then
17484 ARCH_X86_TRUE=
17485 ARCH_X86_FALSE='#'
17486 else
17487 ARCH_X86_TRUE='#'
17488 ARCH_X86_FALSE=
17491 if test "$libitm_cv_as_avx" = yes; then
17492 ARCH_X86_AVX_TRUE=
17493 ARCH_X86_AVX_FALSE='#'
17494 else
17495 ARCH_X86_AVX_TRUE='#'
17496 ARCH_X86_AVX_FALSE=
17499 if test $enable_linux_futex = yes; then
17500 ARCH_FUTEX_TRUE=
17501 ARCH_FUTEX_FALSE='#'
17502 else
17503 ARCH_FUTEX_TRUE='#'
17504 ARCH_FUTEX_FALSE=
17508 ac_config_files="$ac_config_files Makefile testsuite/Makefile libitm.spec"
17510 cat >confcache <<\_ACEOF
17511 # This file is a shell script that caches the results of configure
17512 # tests run on this system so they can be shared between configure
17513 # scripts and configure runs, see configure's option --config-cache.
17514 # It is not useful on other systems. If it contains results you don't
17515 # want to keep, you may remove or edit it.
17517 # config.status only pays attention to the cache file if you give it
17518 # the --recheck option to rerun configure.
17520 # `ac_cv_env_foo' variables (set or unset) will be overridden when
17521 # loading this file, other *unset* `ac_cv_foo' will be assigned the
17522 # following values.
17524 _ACEOF
17526 # The following way of writing the cache mishandles newlines in values,
17527 # but we know of no workaround that is simple, portable, and efficient.
17528 # So, we kill variables containing newlines.
17529 # Ultrix sh set writes to stderr and can't be redirected directly,
17530 # and sets the high bit in the cache file unless we assign to the vars.
17532 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
17533 eval ac_val=\$$ac_var
17534 case $ac_val in #(
17535 *${as_nl}*)
17536 case $ac_var in #(
17537 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
17538 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17539 esac
17540 case $ac_var in #(
17541 _ | IFS | as_nl) ;; #(
17542 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
17543 *) { eval $ac_var=; unset $ac_var;} ;;
17544 esac ;;
17545 esac
17546 done
17548 (set) 2>&1 |
17549 case $as_nl`(ac_space=' '; set) 2>&1` in #(
17550 *${as_nl}ac_space=\ *)
17551 # `set' does not quote correctly, so add quotes: double-quote
17552 # substitution turns \\\\ into \\, and sed turns \\ into \.
17553 sed -n \
17554 "s/'/'\\\\''/g;
17555 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17556 ;; #(
17558 # `set' quotes correctly as required by POSIX, so do not add quotes.
17559 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
17561 esac |
17562 sort
17564 sed '
17565 /^ac_cv_env_/b end
17566 t clear
17567 :clear
17568 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17569 t end
17570 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17571 :end' >>confcache
17572 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
17573 if test -w "$cache_file"; then
17574 test "x$cache_file" != "x/dev/null" &&
17575 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
17576 $as_echo "$as_me: updating cache $cache_file" >&6;}
17577 cat confcache >$cache_file
17578 else
17579 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
17580 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
17583 rm -f confcache
17585 test "x$prefix" = xNONE && prefix=$ac_default_prefix
17586 # Let make expand exec_prefix.
17587 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
17589 DEFS=-DHAVE_CONFIG_H
17591 ac_libobjs=
17592 ac_ltlibobjs=
17593 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
17594 # 1. Remove the extension, and $U if already installed.
17595 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
17596 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
17597 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
17598 # will be set to the directory where LIBOBJS objects are built.
17599 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
17600 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
17601 done
17602 LIBOBJS=$ac_libobjs
17604 LTLIBOBJS=$ac_ltlibobjs
17607 if test -z "${GENINSRC_TRUE}" && test -z "${GENINSRC_FALSE}"; then
17608 as_fn_error "conditional \"GENINSRC\" was never defined.
17609 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17611 if test -n "$EXEEXT"; then
17612 am__EXEEXT_TRUE=
17613 am__EXEEXT_FALSE='#'
17614 else
17615 am__EXEEXT_TRUE='#'
17616 am__EXEEXT_FALSE=
17619 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
17620 as_fn_error "conditional \"AMDEP\" was never defined.
17621 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17623 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
17624 as_fn_error "conditional \"am__fastdepCC\" was never defined.
17625 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17627 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
17628 as_fn_error "conditional \"am__fastdepCXX\" was never defined.
17629 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17631 if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
17632 as_fn_error "conditional \"am__fastdepCCAS\" was never defined.
17633 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17635 if test -z "${BUILD_INFO_TRUE}" && test -z "${BUILD_INFO_FALSE}"; then
17636 as_fn_error "conditional \"BUILD_INFO\" was never defined.
17637 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17639 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
17640 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
17641 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17644 if test -z "${HAVE_HWCAP_TRUE}" && test -z "${HAVE_HWCAP_FALSE}"; then
17645 as_fn_error "conditional \"HAVE_HWCAP\" was never defined.
17646 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17648 if test -z "${LIBITM_BUILD_VERSIONED_SHLIB_TRUE}" && test -z "${LIBITM_BUILD_VERSIONED_SHLIB_FALSE}"; then
17649 as_fn_error "conditional \"LIBITM_BUILD_VERSIONED_SHLIB\" was never defined.
17650 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17652 if test -z "${LIBITM_BUILD_VERSIONED_SHLIB_GNU_TRUE}" && test -z "${LIBITM_BUILD_VERSIONED_SHLIB_GNU_FALSE}"; then
17653 as_fn_error "conditional \"LIBITM_BUILD_VERSIONED_SHLIB_GNU\" was never defined.
17654 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17656 if test -z "${LIBITM_BUILD_VERSIONED_SHLIB_SUN_TRUE}" && test -z "${LIBITM_BUILD_VERSIONED_SHLIB_SUN_FALSE}"; then
17657 as_fn_error "conditional \"LIBITM_BUILD_VERSIONED_SHLIB_SUN\" was never defined.
17658 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17660 if test -z "${ARCH_ARM_TRUE}" && test -z "${ARCH_ARM_FALSE}"; then
17661 as_fn_error "conditional \"ARCH_ARM\" was never defined.
17662 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17664 if test -z "${ARCH_X86_TRUE}" && test -z "${ARCH_X86_FALSE}"; then
17665 as_fn_error "conditional \"ARCH_X86\" was never defined.
17666 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17668 if test -z "${ARCH_X86_AVX_TRUE}" && test -z "${ARCH_X86_AVX_FALSE}"; then
17669 as_fn_error "conditional \"ARCH_X86_AVX\" was never defined.
17670 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17672 if test -z "${ARCH_FUTEX_TRUE}" && test -z "${ARCH_FUTEX_FALSE}"; then
17673 as_fn_error "conditional \"ARCH_FUTEX\" was never defined.
17674 Usually this means the macro was only invoked conditionally." "$LINENO" 5
17677 : ${CONFIG_STATUS=./config.status}
17678 ac_write_fail=0
17679 ac_clean_files_save=$ac_clean_files
17680 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
17681 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
17682 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
17683 as_write_fail=0
17684 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
17685 #! $SHELL
17686 # Generated by $as_me.
17687 # Run this file to recreate the current configuration.
17688 # Compiler output produced by configure, useful for debugging
17689 # configure, is in config.log if it exists.
17691 debug=false
17692 ac_cs_recheck=false
17693 ac_cs_silent=false
17695 SHELL=\${CONFIG_SHELL-$SHELL}
17696 export SHELL
17697 _ASEOF
17698 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
17699 ## -------------------- ##
17700 ## M4sh Initialization. ##
17701 ## -------------------- ##
17703 # Be more Bourne compatible
17704 DUALCASE=1; export DUALCASE # for MKS sh
17705 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
17706 emulate sh
17707 NULLCMD=:
17708 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
17709 # is contrary to our usage. Disable this feature.
17710 alias -g '${1+"$@"}'='"$@"'
17711 setopt NO_GLOB_SUBST
17712 else
17713 case `(set -o) 2>/dev/null` in #(
17714 *posix*) :
17715 set -o posix ;; #(
17716 *) :
17718 esac
17722 as_nl='
17724 export as_nl
17725 # Printing a long string crashes Solaris 7 /usr/bin/printf.
17726 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
17727 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
17728 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
17729 # Prefer a ksh shell builtin over an external printf program on Solaris,
17730 # but without wasting forks for bash or zsh.
17731 if test -z "$BASH_VERSION$ZSH_VERSION" \
17732 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
17733 as_echo='print -r --'
17734 as_echo_n='print -rn --'
17735 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
17736 as_echo='printf %s\n'
17737 as_echo_n='printf %s'
17738 else
17739 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
17740 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
17741 as_echo_n='/usr/ucb/echo -n'
17742 else
17743 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
17744 as_echo_n_body='eval
17745 arg=$1;
17746 case $arg in #(
17747 *"$as_nl"*)
17748 expr "X$arg" : "X\\(.*\\)$as_nl";
17749 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
17750 esac;
17751 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
17753 export as_echo_n_body
17754 as_echo_n='sh -c $as_echo_n_body as_echo'
17756 export as_echo_body
17757 as_echo='sh -c $as_echo_body as_echo'
17760 # The user is always right.
17761 if test "${PATH_SEPARATOR+set}" != set; then
17762 PATH_SEPARATOR=:
17763 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
17764 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
17765 PATH_SEPARATOR=';'
17770 # IFS
17771 # We need space, tab and new line, in precisely that order. Quoting is
17772 # there to prevent editors from complaining about space-tab.
17773 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
17774 # splitting by setting IFS to empty value.)
17775 IFS=" "" $as_nl"
17777 # Find who we are. Look in the path if we contain no directory separator.
17778 case $0 in #((
17779 *[\\/]* ) as_myself=$0 ;;
17780 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17781 for as_dir in $PATH
17783 IFS=$as_save_IFS
17784 test -z "$as_dir" && as_dir=.
17785 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
17786 done
17787 IFS=$as_save_IFS
17790 esac
17791 # We did not find ourselves, most probably we were run as `sh COMMAND'
17792 # in which case we are not to be found in the path.
17793 if test "x$as_myself" = x; then
17794 as_myself=$0
17796 if test ! -f "$as_myself"; then
17797 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
17798 exit 1
17801 # Unset variables that we do not need and which cause bugs (e.g. in
17802 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
17803 # suppresses any "Segmentation fault" message there. '((' could
17804 # trigger a bug in pdksh 5.2.14.
17805 for as_var in BASH_ENV ENV MAIL MAILPATH
17806 do eval test x\${$as_var+set} = xset \
17807 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
17808 done
17809 PS1='$ '
17810 PS2='> '
17811 PS4='+ '
17813 # NLS nuisances.
17814 LC_ALL=C
17815 export LC_ALL
17816 LANGUAGE=C
17817 export LANGUAGE
17819 # CDPATH.
17820 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
17823 # as_fn_error ERROR [LINENO LOG_FD]
17824 # ---------------------------------
17825 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
17826 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
17827 # script with status $?, using 1 if that was 0.
17828 as_fn_error ()
17830 as_status=$?; test $as_status -eq 0 && as_status=1
17831 if test "$3"; then
17832 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
17833 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
17835 $as_echo "$as_me: error: $1" >&2
17836 as_fn_exit $as_status
17837 } # as_fn_error
17840 # as_fn_set_status STATUS
17841 # -----------------------
17842 # Set $? to STATUS, without forking.
17843 as_fn_set_status ()
17845 return $1
17846 } # as_fn_set_status
17848 # as_fn_exit STATUS
17849 # -----------------
17850 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
17851 as_fn_exit ()
17853 set +e
17854 as_fn_set_status $1
17855 exit $1
17856 } # as_fn_exit
17858 # as_fn_unset VAR
17859 # ---------------
17860 # Portably unset VAR.
17861 as_fn_unset ()
17863 { eval $1=; unset $1;}
17865 as_unset=as_fn_unset
17866 # as_fn_append VAR VALUE
17867 # ----------------------
17868 # Append the text in VALUE to the end of the definition contained in VAR. Take
17869 # advantage of any shell optimizations that allow amortized linear growth over
17870 # repeated appends, instead of the typical quadratic growth present in naive
17871 # implementations.
17872 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
17873 eval 'as_fn_append ()
17875 eval $1+=\$2
17877 else
17878 as_fn_append ()
17880 eval $1=\$$1\$2
17882 fi # as_fn_append
17884 # as_fn_arith ARG...
17885 # ------------------
17886 # Perform arithmetic evaluation on the ARGs, and store the result in the
17887 # global $as_val. Take advantage of shells that can avoid forks. The arguments
17888 # must be portable across $(()) and expr.
17889 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
17890 eval 'as_fn_arith ()
17892 as_val=$(( $* ))
17894 else
17895 as_fn_arith ()
17897 as_val=`expr "$@" || test $? -eq 1`
17899 fi # as_fn_arith
17902 if expr a : '\(a\)' >/dev/null 2>&1 &&
17903 test "X`expr 00001 : '.*\(...\)'`" = X001; then
17904 as_expr=expr
17905 else
17906 as_expr=false
17909 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
17910 as_basename=basename
17911 else
17912 as_basename=false
17915 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
17916 as_dirname=dirname
17917 else
17918 as_dirname=false
17921 as_me=`$as_basename -- "$0" ||
17922 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
17923 X"$0" : 'X\(//\)$' \| \
17924 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
17925 $as_echo X/"$0" |
17926 sed '/^.*\/\([^/][^/]*\)\/*$/{
17927 s//\1/
17930 /^X\/\(\/\/\)$/{
17931 s//\1/
17934 /^X\/\(\/\).*/{
17935 s//\1/
17938 s/.*/./; q'`
17940 # Avoid depending upon Character Ranges.
17941 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
17942 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17943 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
17944 as_cr_digits='0123456789'
17945 as_cr_alnum=$as_cr_Letters$as_cr_digits
17947 ECHO_C= ECHO_N= ECHO_T=
17948 case `echo -n x` in #(((((
17949 -n*)
17950 case `echo 'xy\c'` in
17951 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
17952 xy) ECHO_C='\c';;
17953 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
17954 ECHO_T=' ';;
17955 esac;;
17957 ECHO_N='-n';;
17958 esac
17960 rm -f conf$$ conf$$.exe conf$$.file
17961 if test -d conf$$.dir; then
17962 rm -f conf$$.dir/conf$$.file
17963 else
17964 rm -f conf$$.dir
17965 mkdir conf$$.dir 2>/dev/null
17967 if (echo >conf$$.file) 2>/dev/null; then
17968 if ln -s conf$$.file conf$$ 2>/dev/null; then
17969 as_ln_s='ln -s'
17970 # ... but there are two gotchas:
17971 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
17972 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
17973 # In both cases, we have to default to `cp -p'.
17974 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
17975 as_ln_s='cp -p'
17976 elif ln conf$$.file conf$$ 2>/dev/null; then
17977 as_ln_s=ln
17978 else
17979 as_ln_s='cp -p'
17981 else
17982 as_ln_s='cp -p'
17984 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
17985 rmdir conf$$.dir 2>/dev/null
17988 # as_fn_mkdir_p
17989 # -------------
17990 # Create "$as_dir" as a directory, including parents if necessary.
17991 as_fn_mkdir_p ()
17994 case $as_dir in #(
17995 -*) as_dir=./$as_dir;;
17996 esac
17997 test -d "$as_dir" || eval $as_mkdir_p || {
17998 as_dirs=
17999 while :; do
18000 case $as_dir in #(
18001 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18002 *) as_qdir=$as_dir;;
18003 esac
18004 as_dirs="'$as_qdir' $as_dirs"
18005 as_dir=`$as_dirname -- "$as_dir" ||
18006 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18007 X"$as_dir" : 'X\(//\)[^/]' \| \
18008 X"$as_dir" : 'X\(//\)$' \| \
18009 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18010 $as_echo X"$as_dir" |
18011 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18012 s//\1/
18015 /^X\(\/\/\)[^/].*/{
18016 s//\1/
18019 /^X\(\/\/\)$/{
18020 s//\1/
18023 /^X\(\/\).*/{
18024 s//\1/
18027 s/.*/./; q'`
18028 test -d "$as_dir" && break
18029 done
18030 test -z "$as_dirs" || eval "mkdir $as_dirs"
18031 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
18034 } # as_fn_mkdir_p
18035 if mkdir -p . 2>/dev/null; then
18036 as_mkdir_p='mkdir -p "$as_dir"'
18037 else
18038 test -d ./-p && rmdir ./-p
18039 as_mkdir_p=false
18042 if test -x / >/dev/null 2>&1; then
18043 as_test_x='test -x'
18044 else
18045 if ls -dL / >/dev/null 2>&1; then
18046 as_ls_L_option=L
18047 else
18048 as_ls_L_option=
18050 as_test_x='
18051 eval sh -c '\''
18052 if test -d "$1"; then
18053 test -d "$1/.";
18054 else
18055 case $1 in #(
18056 -*)set "./$1";;
18057 esac;
18058 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
18059 ???[sx]*):;;*)false;;esac;fi
18060 '\'' sh
18063 as_executable_p=$as_test_x
18065 # Sed expression to map a string onto a valid CPP name.
18066 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18068 # Sed expression to map a string onto a valid variable name.
18069 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18072 exec 6>&1
18073 ## ----------------------------------- ##
18074 ## Main body of $CONFIG_STATUS script. ##
18075 ## ----------------------------------- ##
18076 _ASEOF
18077 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18079 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18080 # Save the log message, to keep $0 and so on meaningful, and to
18081 # report actual input values of CONFIG_FILES etc. instead of their
18082 # values after options handling.
18083 ac_log="
18084 This file was extended by GNU TM Runtime Library $as_me 1.0, which was
18085 generated by GNU Autoconf 2.64. Invocation command line was
18087 CONFIG_FILES = $CONFIG_FILES
18088 CONFIG_HEADERS = $CONFIG_HEADERS
18089 CONFIG_LINKS = $CONFIG_LINKS
18090 CONFIG_COMMANDS = $CONFIG_COMMANDS
18091 $ $0 $@
18093 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18096 _ACEOF
18098 case $ac_config_files in *"
18099 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18100 esac
18102 case $ac_config_headers in *"
18103 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18104 esac
18107 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18108 # Files that config.status was made for.
18109 config_files="$ac_config_files"
18110 config_headers="$ac_config_headers"
18111 config_commands="$ac_config_commands"
18113 _ACEOF
18115 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18116 ac_cs_usage="\
18117 \`$as_me' instantiates files and other configuration actions
18118 from templates according to the current configuration. Unless the files
18119 and actions are specified as TAGs, all are instantiated by default.
18121 Usage: $0 [OPTION]... [TAG]...
18123 -h, --help print this help, then exit
18124 -V, --version print version number and configuration settings, then exit
18125 -q, --quiet, --silent
18126 do not print progress messages
18127 -d, --debug don't remove temporary files
18128 --recheck update $as_me by reconfiguring in the same conditions
18129 --file=FILE[:TEMPLATE]
18130 instantiate the configuration file FILE
18131 --header=FILE[:TEMPLATE]
18132 instantiate the configuration header FILE
18134 Configuration files:
18135 $config_files
18137 Configuration headers:
18138 $config_headers
18140 Configuration commands:
18141 $config_commands
18143 Report bugs to the package provider.
18144 GNU TM Runtime Library home page: <http://www.gnu.org/software/libitm/>.
18145 General help using GNU software: <http://www.gnu.org/gethelp/>."
18147 _ACEOF
18148 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18149 ac_cs_version="\\
18150 GNU TM Runtime Library config.status 1.0
18151 configured by $0, generated by GNU Autoconf 2.64,
18152 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
18154 Copyright (C) 2009 Free Software Foundation, Inc.
18155 This config.status script is free software; the Free Software Foundation
18156 gives unlimited permission to copy, distribute and modify it."
18158 ac_pwd='$ac_pwd'
18159 srcdir='$srcdir'
18160 INSTALL='$INSTALL'
18161 MKDIR_P='$MKDIR_P'
18162 AWK='$AWK'
18163 test -n "\$AWK" || AWK=awk
18164 _ACEOF
18166 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18167 # The default lists apply if the user does not specify any file.
18168 ac_need_defaults=:
18169 while test $# != 0
18171 case $1 in
18172 --*=*)
18173 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18174 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18175 ac_shift=:
18178 ac_option=$1
18179 ac_optarg=$2
18180 ac_shift=shift
18182 esac
18184 case $ac_option in
18185 # Handling of the options.
18186 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18187 ac_cs_recheck=: ;;
18188 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18189 $as_echo "$ac_cs_version"; exit ;;
18190 --debug | --debu | --deb | --de | --d | -d )
18191 debug=: ;;
18192 --file | --fil | --fi | --f )
18193 $ac_shift
18194 case $ac_optarg in
18195 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18196 esac
18197 as_fn_append CONFIG_FILES " '$ac_optarg'"
18198 ac_need_defaults=false;;
18199 --header | --heade | --head | --hea )
18200 $ac_shift
18201 case $ac_optarg in
18202 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18203 esac
18204 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18205 ac_need_defaults=false;;
18206 --he | --h)
18207 # Conflict between --help and --header
18208 as_fn_error "ambiguous option: \`$1'
18209 Try \`$0 --help' for more information.";;
18210 --help | --hel | -h )
18211 $as_echo "$ac_cs_usage"; exit ;;
18212 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18213 | -silent | --silent | --silen | --sile | --sil | --si | --s)
18214 ac_cs_silent=: ;;
18216 # This is an error.
18217 -*) as_fn_error "unrecognized option: \`$1'
18218 Try \`$0 --help' for more information." ;;
18220 *) as_fn_append ac_config_targets " $1"
18221 ac_need_defaults=false ;;
18223 esac
18224 shift
18225 done
18227 ac_configure_extra_args=
18229 if $ac_cs_silent; then
18230 exec 6>/dev/null
18231 ac_configure_extra_args="$ac_configure_extra_args --silent"
18234 _ACEOF
18235 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18236 if \$ac_cs_recheck; then
18237 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18238 shift
18239 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18240 CONFIG_SHELL='$SHELL'
18241 export CONFIG_SHELL
18242 exec "\$@"
18245 _ACEOF
18246 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18247 exec 5>>config.log
18249 echo
18250 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18251 ## Running $as_me. ##
18252 _ASBOX
18253 $as_echo "$ac_log"
18254 } >&5
18256 _ACEOF
18257 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18259 # INIT-COMMANDS
18262 srcdir="$srcdir"
18263 host="$host"
18264 target="$target"
18265 with_multisubdir="$with_multisubdir"
18266 with_multisrctop="$with_multisrctop"
18267 with_target_subdir="$with_target_subdir"
18268 ac_configure_args="${multilib_arg} ${ac_configure_args}"
18269 multi_basedir="$multi_basedir"
18270 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
18271 CC="$CC"
18272 CXX="$CXX"
18273 GFORTRAN="$GFORTRAN"
18274 GCJ="$GCJ"
18275 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
18278 # The HP-UX ksh and POSIX shell print the target directory to stdout
18279 # if CDPATH is set.
18280 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18282 sed_quote_subst='$sed_quote_subst'
18283 double_quote_subst='$double_quote_subst'
18284 delay_variable_subst='$delay_variable_subst'
18285 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
18286 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
18287 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
18288 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
18289 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
18290 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
18291 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
18292 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
18293 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
18294 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
18295 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
18296 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
18297 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
18298 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
18299 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
18300 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
18301 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
18302 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
18303 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
18304 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
18305 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
18306 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
18307 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
18308 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
18309 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
18310 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
18311 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
18312 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
18313 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
18314 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
18315 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
18316 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
18317 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
18318 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
18319 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
18320 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
18321 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
18322 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
18323 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
18324 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
18325 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
18326 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
18327 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
18328 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
18329 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
18330 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
18331 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
18332 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
18333 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"`'
18334 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
18335 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
18336 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
18337 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
18338 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
18339 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
18340 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
18341 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
18342 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
18343 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
18344 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
18345 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
18346 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
18347 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
18348 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
18349 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
18350 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
18351 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
18352 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
18353 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
18354 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
18355 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
18356 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
18357 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
18358 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
18359 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
18360 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
18361 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
18362 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
18363 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
18364 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
18365 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
18366 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
18367 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
18368 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
18369 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
18370 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
18371 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
18372 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
18373 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
18374 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
18375 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
18376 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
18377 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
18378 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
18379 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
18380 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
18381 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
18382 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
18383 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
18384 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
18385 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
18386 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
18387 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
18388 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
18389 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
18390 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
18391 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
18392 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
18393 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
18394 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
18395 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
18396 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
18397 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
18398 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
18399 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
18400 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
18401 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
18402 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
18403 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
18404 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
18405 compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
18406 predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
18407 postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
18408 predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
18409 postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
18410 compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
18411 LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
18412 reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
18413 reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18414 old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18415 compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
18416 GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
18417 lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
18418 lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
18419 lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
18420 lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
18421 lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
18422 archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
18423 enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
18424 export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
18425 whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
18426 compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
18427 old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18428 old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18429 archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18430 archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18431 module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18432 module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18433 with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
18434 allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
18435 no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
18436 hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
18437 hardcode_libdir_flag_spec_ld_CXX='`$ECHO "$hardcode_libdir_flag_spec_ld_CXX" | $SED "$delay_single_quote_subst"`'
18438 hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
18439 hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
18440 hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
18441 hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
18442 hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
18443 hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
18444 inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
18445 link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
18446 fix_srcfile_path_CXX='`$ECHO "$fix_srcfile_path_CXX" | $SED "$delay_single_quote_subst"`'
18447 always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
18448 export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18449 exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
18450 include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
18451 prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
18452 file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
18453 hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
18454 compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
18455 predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
18456 postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
18457 predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
18458 postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
18459 compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
18461 LTCC='$LTCC'
18462 LTCFLAGS='$LTCFLAGS'
18463 compiler='$compiler_DEFAULT'
18465 # A function that is used when there is no print builtin or printf.
18466 func_fallback_echo ()
18468 eval 'cat <<_LTECHO_EOF
18470 _LTECHO_EOF'
18473 # Quote evaled strings.
18474 for var in SHELL \
18475 ECHO \
18476 SED \
18477 GREP \
18478 EGREP \
18479 FGREP \
18480 LD \
18481 NM \
18482 LN_S \
18483 lt_SP2NL \
18484 lt_NL2SP \
18485 reload_flag \
18486 OBJDUMP \
18487 deplibs_check_method \
18488 file_magic_cmd \
18489 AR \
18490 AR_FLAGS \
18491 STRIP \
18492 RANLIB \
18493 CC \
18494 CFLAGS \
18495 compiler \
18496 lt_cv_sys_global_symbol_pipe \
18497 lt_cv_sys_global_symbol_to_cdecl \
18498 lt_cv_sys_global_symbol_to_c_name_address \
18499 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
18500 lt_prog_compiler_no_builtin_flag \
18501 lt_prog_compiler_wl \
18502 lt_prog_compiler_pic \
18503 lt_prog_compiler_static \
18504 lt_cv_prog_compiler_c_o \
18505 need_locks \
18506 DSYMUTIL \
18507 NMEDIT \
18508 LIPO \
18509 OTOOL \
18510 OTOOL64 \
18511 shrext_cmds \
18512 export_dynamic_flag_spec \
18513 whole_archive_flag_spec \
18514 compiler_needs_object \
18515 with_gnu_ld \
18516 allow_undefined_flag \
18517 no_undefined_flag \
18518 hardcode_libdir_flag_spec \
18519 hardcode_libdir_flag_spec_ld \
18520 hardcode_libdir_separator \
18521 fix_srcfile_path \
18522 exclude_expsyms \
18523 include_expsyms \
18524 file_list_spec \
18525 variables_saved_for_relink \
18526 libname_spec \
18527 library_names_spec \
18528 soname_spec \
18529 install_override_mode \
18530 finish_eval \
18531 old_striplib \
18532 striplib \
18533 compiler_lib_search_dirs \
18534 predep_objects \
18535 postdep_objects \
18536 predeps \
18537 postdeps \
18538 compiler_lib_search_path \
18539 LD_CXX \
18540 reload_flag_CXX \
18541 compiler_CXX \
18542 lt_prog_compiler_no_builtin_flag_CXX \
18543 lt_prog_compiler_wl_CXX \
18544 lt_prog_compiler_pic_CXX \
18545 lt_prog_compiler_static_CXX \
18546 lt_cv_prog_compiler_c_o_CXX \
18547 export_dynamic_flag_spec_CXX \
18548 whole_archive_flag_spec_CXX \
18549 compiler_needs_object_CXX \
18550 with_gnu_ld_CXX \
18551 allow_undefined_flag_CXX \
18552 no_undefined_flag_CXX \
18553 hardcode_libdir_flag_spec_CXX \
18554 hardcode_libdir_flag_spec_ld_CXX \
18555 hardcode_libdir_separator_CXX \
18556 fix_srcfile_path_CXX \
18557 exclude_expsyms_CXX \
18558 include_expsyms_CXX \
18559 file_list_spec_CXX \
18560 compiler_lib_search_dirs_CXX \
18561 predep_objects_CXX \
18562 postdep_objects_CXX \
18563 predeps_CXX \
18564 postdeps_CXX \
18565 compiler_lib_search_path_CXX; do
18566 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
18567 *[\\\\\\\`\\"\\\$]*)
18568 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
18571 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
18573 esac
18574 done
18576 # Double-quote double-evaled strings.
18577 for var in reload_cmds \
18578 old_postinstall_cmds \
18579 old_postuninstall_cmds \
18580 old_archive_cmds \
18581 extract_expsyms_cmds \
18582 old_archive_from_new_cmds \
18583 old_archive_from_expsyms_cmds \
18584 archive_cmds \
18585 archive_expsym_cmds \
18586 module_cmds \
18587 module_expsym_cmds \
18588 export_symbols_cmds \
18589 prelink_cmds \
18590 postinstall_cmds \
18591 postuninstall_cmds \
18592 finish_cmds \
18593 sys_lib_search_path_spec \
18594 sys_lib_dlsearch_path_spec \
18595 reload_cmds_CXX \
18596 old_archive_cmds_CXX \
18597 old_archive_from_new_cmds_CXX \
18598 old_archive_from_expsyms_cmds_CXX \
18599 archive_cmds_CXX \
18600 archive_expsym_cmds_CXX \
18601 module_cmds_CXX \
18602 module_expsym_cmds_CXX \
18603 export_symbols_cmds_CXX \
18604 prelink_cmds_CXX; do
18605 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
18606 *[\\\\\\\`\\"\\\$]*)
18607 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
18610 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
18612 esac
18613 done
18615 ac_aux_dir='$ac_aux_dir'
18616 xsi_shell='$xsi_shell'
18617 lt_shell_append='$lt_shell_append'
18619 # See if we are running on zsh, and set the options which allow our
18620 # commands through without removal of \ escapes INIT.
18621 if test -n "\${ZSH_VERSION+set}" ; then
18622 setopt NO_GLOB_SUBST
18626 PACKAGE='$PACKAGE'
18627 VERSION='$VERSION'
18628 TIMESTAMP='$TIMESTAMP'
18629 RM='$RM'
18630 ofile='$ofile'
18637 GCC="$GCC"
18638 CC="$CC"
18639 acx_cv_header_stdint="$acx_cv_header_stdint"
18640 acx_cv_type_int8_t="$acx_cv_type_int8_t"
18641 acx_cv_type_int16_t="$acx_cv_type_int16_t"
18642 acx_cv_type_int32_t="$acx_cv_type_int32_t"
18643 acx_cv_type_int64_t="$acx_cv_type_int64_t"
18644 acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
18645 ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
18646 ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
18647 ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
18648 ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
18649 ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
18650 ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
18651 ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
18652 ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
18655 _ACEOF
18657 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18659 # Handling of arguments.
18660 for ac_config_target in $ac_config_targets
18662 case $ac_config_target in
18663 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
18664 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
18665 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
18666 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
18667 "gstdint.h") CONFIG_COMMANDS="$CONFIG_COMMANDS gstdint.h" ;;
18668 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18669 "testsuite/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
18670 "libitm.spec") CONFIG_FILES="$CONFIG_FILES libitm.spec" ;;
18672 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18673 esac
18674 done
18677 # If the user did not use the arguments to specify the items to instantiate,
18678 # then the envvar interface is used. Set only those that are not.
18679 # We use the long form for the default assignment because of an extremely
18680 # bizarre bug on SunOS 4.1.3.
18681 if $ac_need_defaults; then
18682 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
18683 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
18684 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
18687 # Have a temporary directory for convenience. Make it in the build tree
18688 # simply because there is no reason against having it here, and in addition,
18689 # creating and moving files from /tmp can sometimes cause problems.
18690 # Hook for its removal unless debugging.
18691 # Note that there is a small window in which the directory will not be cleaned:
18692 # after its creation but before its name has been assigned to `$tmp'.
18693 $debug ||
18695 tmp=
18696 trap 'exit_status=$?
18697 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
18699 trap 'as_fn_exit 1' 1 2 13 15
18701 # Create a (secure) tmp directory for tmp files.
18704 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
18705 test -n "$tmp" && test -d "$tmp"
18706 } ||
18708 tmp=./conf$$-$RANDOM
18709 (umask 077 && mkdir "$tmp")
18710 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
18712 # Set up the scripts for CONFIG_FILES section.
18713 # No need to generate them if there are no CONFIG_FILES.
18714 # This happens for instance with `./config.status config.h'.
18715 if test -n "$CONFIG_FILES"; then
18718 ac_cr=`echo X | tr X '\015'`
18719 # On cygwin, bash can eat \r inside `` if the user requested igncr.
18720 # But we know of no other shell where ac_cr would be empty at this
18721 # point, so we can use a bashism as a fallback.
18722 if test "x$ac_cr" = x; then
18723 eval ac_cr=\$\'\\r\'
18725 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18726 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18727 ac_cs_awk_cr='\r'
18728 else
18729 ac_cs_awk_cr=$ac_cr
18732 echo 'BEGIN {' >"$tmp/subs1.awk" &&
18733 _ACEOF
18737 echo "cat >conf$$subs.awk <<_ACEOF" &&
18738 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18739 echo "_ACEOF"
18740 } >conf$$subs.sh ||
18741 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18742 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
18743 ac_delim='%!_!# '
18744 for ac_last_try in false false false false false :; do
18745 . ./conf$$subs.sh ||
18746 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18748 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
18749 if test $ac_delim_n = $ac_delim_num; then
18750 break
18751 elif $ac_last_try; then
18752 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
18753 else
18754 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18756 done
18757 rm -f conf$$subs.sh
18759 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18760 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
18761 _ACEOF
18762 sed -n '
18764 s/^/S["/; s/!.*/"]=/
18767 s/^[^!]*!//
18768 :repl
18769 t repl
18770 s/'"$ac_delim"'$//
18771 t delim
18774 s/\(.\{148\}\).*/\1/
18775 t more1
18776 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
18779 b repl
18780 :more1
18781 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18784 s/.\{148\}//
18785 t nl
18786 :delim
18788 s/\(.\{148\}\).*/\1/
18789 t more2
18790 s/["\\]/\\&/g; s/^/"/; s/$/"/
18793 :more2
18794 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
18797 s/.\{148\}//
18798 t delim
18799 ' <conf$$subs.awk | sed '
18800 /^[^""]/{
18802 s/\n//
18804 ' >>$CONFIG_STATUS || ac_write_fail=1
18805 rm -f conf$$subs.awk
18806 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18807 _ACAWK
18808 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
18809 for (key in S) S_is_set[key] = 1
18810 FS = "\a"
18814 line = $ 0
18815 nfields = split(line, field, "@")
18816 substed = 0
18817 len = length(field[1])
18818 for (i = 2; i < nfields; i++) {
18819 key = field[i]
18820 keylen = length(key)
18821 if (S_is_set[key]) {
18822 value = S[key]
18823 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
18824 len += length(value) + length(field[++i])
18825 substed = 1
18826 } else
18827 len += 1 + keylen
18830 print line
18833 _ACAWK
18834 _ACEOF
18835 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18836 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
18837 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
18838 else
18840 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
18841 || as_fn_error "could not setup config files machinery" "$LINENO" 5
18842 _ACEOF
18844 # VPATH may cause trouble with some makes, so we remove $(srcdir),
18845 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
18846 # trailing colons and then remove the whole line if VPATH becomes empty
18847 # (actually we leave an empty line to preserve line numbers).
18848 if test "x$srcdir" = x.; then
18849 ac_vpsub='/^[ ]*VPATH[ ]*=/{
18850 s/:*\$(srcdir):*/:/
18851 s/:*\${srcdir}:*/:/
18852 s/:*@srcdir@:*/:/
18853 s/^\([^=]*=[ ]*\):*/\1/
18854 s/:*$//
18855 s/^[^=]*=[ ]*$//
18859 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18860 fi # test -n "$CONFIG_FILES"
18862 # Set up the scripts for CONFIG_HEADERS section.
18863 # No need to generate them if there are no CONFIG_HEADERS.
18864 # This happens for instance with `./config.status Makefile'.
18865 if test -n "$CONFIG_HEADERS"; then
18866 cat >"$tmp/defines.awk" <<\_ACAWK ||
18867 BEGIN {
18868 _ACEOF
18870 # Transform confdefs.h into an awk script `defines.awk', embedded as
18871 # here-document in config.status, that substitutes the proper values into
18872 # config.h.in to produce config.h.
18874 # Create a delimiter string that does not exist in confdefs.h, to ease
18875 # handling of long lines.
18876 ac_delim='%!_!# '
18877 for ac_last_try in false false :; do
18878 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
18879 if test -z "$ac_t"; then
18880 break
18881 elif $ac_last_try; then
18882 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
18883 else
18884 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
18886 done
18888 # For the awk script, D is an array of macro values keyed by name,
18889 # likewise P contains macro parameters if any. Preserve backslash
18890 # newline sequences.
18892 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
18893 sed -n '
18894 s/.\{148\}/&'"$ac_delim"'/g
18895 t rset
18896 :rset
18897 s/^[ ]*#[ ]*define[ ][ ]*/ /
18898 t def
18900 :def
18901 s/\\$//
18902 t bsnl
18903 s/["\\]/\\&/g
18904 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
18905 D["\1"]=" \3"/p
18906 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
18908 :bsnl
18909 s/["\\]/\\&/g
18910 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
18911 D["\1"]=" \3\\\\\\n"\\/p
18912 t cont
18913 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
18914 t cont
18916 :cont
18918 s/.\{148\}/&'"$ac_delim"'/g
18919 t clear
18920 :clear
18921 s/\\$//
18922 t bsnlc
18923 s/["\\]/\\&/g; s/^/"/; s/$/"/p
18925 :bsnlc
18926 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
18927 b cont
18928 ' <confdefs.h | sed '
18929 s/'"$ac_delim"'/"\\\
18930 "/g' >>$CONFIG_STATUS || ac_write_fail=1
18932 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18933 for (key in D) D_is_set[key] = 1
18934 FS = "\a"
18936 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
18937 line = \$ 0
18938 split(line, arg, " ")
18939 if (arg[1] == "#") {
18940 defundef = arg[2]
18941 mac1 = arg[3]
18942 } else {
18943 defundef = substr(arg[1], 2)
18944 mac1 = arg[2]
18946 split(mac1, mac2, "(") #)
18947 macro = mac2[1]
18948 prefix = substr(line, 1, index(line, defundef) - 1)
18949 if (D_is_set[macro]) {
18950 # Preserve the white space surrounding the "#".
18951 print prefix "define", macro P[macro] D[macro]
18952 next
18953 } else {
18954 # Replace #undef with comments. This is necessary, for example,
18955 # in the case of _POSIX_SOURCE, which is predefined and required
18956 # on some systems where configure will not decide to define it.
18957 if (defundef == "undef") {
18958 print "/*", prefix defundef, macro, "*/"
18959 next
18963 { print }
18964 _ACAWK
18965 _ACEOF
18966 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18967 as_fn_error "could not setup config headers machinery" "$LINENO" 5
18968 fi # test -n "$CONFIG_HEADERS"
18971 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
18972 shift
18973 for ac_tag
18975 case $ac_tag in
18976 :[FHLC]) ac_mode=$ac_tag; continue;;
18977 esac
18978 case $ac_mode$ac_tag in
18979 :[FHL]*:*);;
18980 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
18981 :[FH]-) ac_tag=-:-;;
18982 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
18983 esac
18984 ac_save_IFS=$IFS
18985 IFS=:
18986 set x $ac_tag
18987 IFS=$ac_save_IFS
18988 shift
18989 ac_file=$1
18990 shift
18992 case $ac_mode in
18993 :L) ac_source=$1;;
18994 :[FH])
18995 ac_file_inputs=
18996 for ac_f
18998 case $ac_f in
18999 -) ac_f="$tmp/stdin";;
19000 *) # Look for the file first in the build tree, then in the source tree
19001 # (if the path is not absolute). The absolute path cannot be DOS-style,
19002 # because $ac_f cannot contain `:'.
19003 test -f "$ac_f" ||
19004 case $ac_f in
19005 [\\/$]*) false;;
19006 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19007 esac ||
19008 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19009 esac
19010 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19011 as_fn_append ac_file_inputs " '$ac_f'"
19012 done
19014 # Let's still pretend it is `configure' which instantiates (i.e., don't
19015 # use $as_me), people would be surprised to read:
19016 # /* config.h. Generated by config.status. */
19017 configure_input='Generated from '`
19018 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19019 `' by configure.'
19020 if test x"$ac_file" != x-; then
19021 configure_input="$ac_file. $configure_input"
19022 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19023 $as_echo "$as_me: creating $ac_file" >&6;}
19025 # Neutralize special characters interpreted by sed in replacement strings.
19026 case $configure_input in #(
19027 *\&* | *\|* | *\\* )
19028 ac_sed_conf_input=`$as_echo "$configure_input" |
19029 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19030 *) ac_sed_conf_input=$configure_input;;
19031 esac
19033 case $ac_tag in
19034 *:-:* | *:-) cat >"$tmp/stdin" \
19035 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
19036 esac
19038 esac
19040 ac_dir=`$as_dirname -- "$ac_file" ||
19041 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19042 X"$ac_file" : 'X\(//\)[^/]' \| \
19043 X"$ac_file" : 'X\(//\)$' \| \
19044 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19045 $as_echo X"$ac_file" |
19046 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19047 s//\1/
19050 /^X\(\/\/\)[^/].*/{
19051 s//\1/
19054 /^X\(\/\/\)$/{
19055 s//\1/
19058 /^X\(\/\).*/{
19059 s//\1/
19062 s/.*/./; q'`
19063 as_dir="$ac_dir"; as_fn_mkdir_p
19064 ac_builddir=.
19066 case "$ac_dir" in
19067 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19069 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19070 # A ".." for each directory in $ac_dir_suffix.
19071 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19072 case $ac_top_builddir_sub in
19073 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19074 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19075 esac ;;
19076 esac
19077 ac_abs_top_builddir=$ac_pwd
19078 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19079 # for backward compatibility:
19080 ac_top_builddir=$ac_top_build_prefix
19082 case $srcdir in
19083 .) # We are building in place.
19084 ac_srcdir=.
19085 ac_top_srcdir=$ac_top_builddir_sub
19086 ac_abs_top_srcdir=$ac_pwd ;;
19087 [\\/]* | ?:[\\/]* ) # Absolute name.
19088 ac_srcdir=$srcdir$ac_dir_suffix;
19089 ac_top_srcdir=$srcdir
19090 ac_abs_top_srcdir=$srcdir ;;
19091 *) # Relative name.
19092 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19093 ac_top_srcdir=$ac_top_build_prefix$srcdir
19094 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19095 esac
19096 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19099 case $ac_mode in
19102 # CONFIG_FILE
19105 case $INSTALL in
19106 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
19107 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
19108 esac
19109 ac_MKDIR_P=$MKDIR_P
19110 case $MKDIR_P in
19111 [\\/$]* | ?:[\\/]* ) ;;
19112 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
19113 esac
19114 _ACEOF
19116 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19117 # If the template does not know about datarootdir, expand it.
19118 # FIXME: This hack should be removed a few years after 2.60.
19119 ac_datarootdir_hack=; ac_datarootdir_seen=
19120 ac_sed_dataroot='
19121 /datarootdir/ {
19125 /@datadir@/p
19126 /@docdir@/p
19127 /@infodir@/p
19128 /@localedir@/p
19129 /@mandir@/p'
19130 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19131 *datarootdir*) ac_datarootdir_seen=yes;;
19132 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19133 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19134 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19135 _ACEOF
19136 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19137 ac_datarootdir_hack='
19138 s&@datadir@&$datadir&g
19139 s&@docdir@&$docdir&g
19140 s&@infodir@&$infodir&g
19141 s&@localedir@&$localedir&g
19142 s&@mandir@&$mandir&g
19143 s&\\\${datarootdir}&$datarootdir&g' ;;
19144 esac
19145 _ACEOF
19147 # Neutralize VPATH when `$srcdir' = `.'.
19148 # Shell code in configure.ac might set extrasub.
19149 # FIXME: do we really want to maintain this feature?
19150 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19151 ac_sed_extra="$ac_vpsub
19152 $extrasub
19153 _ACEOF
19154 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19156 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19157 s|@configure_input@|$ac_sed_conf_input|;t t
19158 s&@top_builddir@&$ac_top_builddir_sub&;t t
19159 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19160 s&@srcdir@&$ac_srcdir&;t t
19161 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19162 s&@top_srcdir@&$ac_top_srcdir&;t t
19163 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19164 s&@builddir@&$ac_builddir&;t t
19165 s&@abs_builddir@&$ac_abs_builddir&;t t
19166 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19167 s&@INSTALL@&$ac_INSTALL&;t t
19168 s&@MKDIR_P@&$ac_MKDIR_P&;t t
19169 $ac_datarootdir_hack
19171 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
19172 || as_fn_error "could not create $ac_file" "$LINENO" 5
19174 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19175 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
19176 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
19177 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19178 which seems to be undefined. Please make sure it is defined." >&5
19179 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19180 which seems to be undefined. Please make sure it is defined." >&2;}
19182 rm -f "$tmp/stdin"
19183 case $ac_file in
19184 -) cat "$tmp/out" && rm -f "$tmp/out";;
19185 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
19186 esac \
19187 || as_fn_error "could not create $ac_file" "$LINENO" 5
19191 # CONFIG_HEADER
19193 if test x"$ac_file" != x-; then
19195 $as_echo "/* $configure_input */" \
19196 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
19197 } >"$tmp/config.h" \
19198 || as_fn_error "could not create $ac_file" "$LINENO" 5
19199 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
19200 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19201 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19202 else
19203 rm -f "$ac_file"
19204 mv "$tmp/config.h" "$ac_file" \
19205 || as_fn_error "could not create $ac_file" "$LINENO" 5
19207 else
19208 $as_echo "/* $configure_input */" \
19209 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
19210 || as_fn_error "could not create -" "$LINENO" 5
19212 # Compute "$ac_file"'s index in $config_headers.
19213 _am_arg="$ac_file"
19214 _am_stamp_count=1
19215 for _am_header in $config_headers :; do
19216 case $_am_header in
19217 $_am_arg | $_am_arg:* )
19218 break ;;
19220 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
19221 esac
19222 done
19223 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
19224 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19225 X"$_am_arg" : 'X\(//\)[^/]' \| \
19226 X"$_am_arg" : 'X\(//\)$' \| \
19227 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
19228 $as_echo X"$_am_arg" |
19229 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19230 s//\1/
19233 /^X\(\/\/\)[^/].*/{
19234 s//\1/
19237 /^X\(\/\/\)$/{
19238 s//\1/
19241 /^X\(\/\).*/{
19242 s//\1/
19245 s/.*/./; q'`/stamp-h$_am_stamp_count
19248 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19249 $as_echo "$as_me: executing $ac_file commands" >&6;}
19251 esac
19254 case $ac_file$ac_mode in
19255 "default-1":C)
19256 # Only add multilib support code if we just rebuilt the top-level
19257 # Makefile.
19258 case " $CONFIG_FILES " in
19259 *" Makefile "*)
19260 ac_file=Makefile . ${multi_basedir}/config-ml.in
19262 esac ;;
19263 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
19264 # Autoconf 2.62 quotes --file arguments for eval, but not when files
19265 # are listed without --file. Let's play safe and only enable the eval
19266 # if we detect the quoting.
19267 case $CONFIG_FILES in
19268 *\'*) eval set x "$CONFIG_FILES" ;;
19269 *) set x $CONFIG_FILES ;;
19270 esac
19271 shift
19272 for mf
19274 # Strip MF so we end up with the name of the file.
19275 mf=`echo "$mf" | sed -e 's/:.*$//'`
19276 # Check whether this is an Automake generated Makefile or not.
19277 # We used to match only the files named `Makefile.in', but
19278 # some people rename them; so instead we look at the file content.
19279 # Grep'ing the first line is not enough: some people post-process
19280 # each Makefile.in and add a new line on top of each file to say so.
19281 # Grep'ing the whole file is not good either: AIX grep has a line
19282 # limit of 2048, but all sed's we know have understand at least 4000.
19283 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
19284 dirpart=`$as_dirname -- "$mf" ||
19285 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19286 X"$mf" : 'X\(//\)[^/]' \| \
19287 X"$mf" : 'X\(//\)$' \| \
19288 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
19289 $as_echo X"$mf" |
19290 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19291 s//\1/
19294 /^X\(\/\/\)[^/].*/{
19295 s//\1/
19298 /^X\(\/\/\)$/{
19299 s//\1/
19302 /^X\(\/\).*/{
19303 s//\1/
19306 s/.*/./; q'`
19307 else
19308 continue
19310 # Extract the definition of DEPDIR, am__include, and am__quote
19311 # from the Makefile without running `make'.
19312 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
19313 test -z "$DEPDIR" && continue
19314 am__include=`sed -n 's/^am__include = //p' < "$mf"`
19315 test -z "am__include" && continue
19316 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
19317 # When using ansi2knr, U may be empty or an underscore; expand it
19318 U=`sed -n 's/^U = //p' < "$mf"`
19319 # Find all dependency output files, they are included files with
19320 # $(DEPDIR) in their names. We invoke sed twice because it is the
19321 # simplest approach to changing $(DEPDIR) to its actual value in the
19322 # expansion.
19323 for file in `sed -n "
19324 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
19325 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
19326 # Make sure the directory exists.
19327 test -f "$dirpart/$file" && continue
19328 fdir=`$as_dirname -- "$file" ||
19329 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19330 X"$file" : 'X\(//\)[^/]' \| \
19331 X"$file" : 'X\(//\)$' \| \
19332 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
19333 $as_echo X"$file" |
19334 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19335 s//\1/
19338 /^X\(\/\/\)[^/].*/{
19339 s//\1/
19342 /^X\(\/\/\)$/{
19343 s//\1/
19346 /^X\(\/\).*/{
19347 s//\1/
19350 s/.*/./; q'`
19351 as_dir=$dirpart/$fdir; as_fn_mkdir_p
19352 # echo "creating $dirpart/$file"
19353 echo '# dummy' > "$dirpart/$file"
19354 done
19355 done
19358 "libtool":C)
19360 # See if we are running on zsh, and set the options which allow our
19361 # commands through without removal of \ escapes.
19362 if test -n "${ZSH_VERSION+set}" ; then
19363 setopt NO_GLOB_SUBST
19366 cfgfile="${ofile}T"
19367 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
19368 $RM "$cfgfile"
19370 cat <<_LT_EOF >> "$cfgfile"
19371 #! $SHELL
19373 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
19374 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
19375 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
19376 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
19378 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
19379 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
19380 # Written by Gordon Matzigkeit, 1996
19382 # This file is part of GNU Libtool.
19384 # GNU Libtool is free software; you can redistribute it and/or
19385 # modify it under the terms of the GNU General Public License as
19386 # published by the Free Software Foundation; either version 2 of
19387 # the License, or (at your option) any later version.
19389 # As a special exception to the GNU General Public License,
19390 # if you distribute this file as part of a program or library that
19391 # is built using GNU Libtool, you may include this file under the
19392 # same distribution terms that you use for the rest of that program.
19394 # GNU Libtool is distributed in the hope that it will be useful,
19395 # but WITHOUT ANY WARRANTY; without even the implied warranty of
19396 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19397 # GNU General Public License for more details.
19399 # You should have received a copy of the GNU General Public License
19400 # along with GNU Libtool; see the file COPYING. If not, a copy
19401 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
19402 # obtained by writing to the Free Software Foundation, Inc.,
19403 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19406 # The names of the tagged configurations supported by this script.
19407 available_tags="CXX "
19409 # ### BEGIN LIBTOOL CONFIG
19411 # Which release of libtool.m4 was used?
19412 macro_version=$macro_version
19413 macro_revision=$macro_revision
19415 # Whether or not to build shared libraries.
19416 build_libtool_libs=$enable_shared
19418 # Whether or not to build static libraries.
19419 build_old_libs=$enable_static
19421 # What type of objects to build.
19422 pic_mode=$pic_mode
19424 # Whether or not to optimize for fast installation.
19425 fast_install=$enable_fast_install
19427 # Shell to use when invoking shell scripts.
19428 SHELL=$lt_SHELL
19430 # An echo program that protects backslashes.
19431 ECHO=$lt_ECHO
19433 # The host system.
19434 host_alias=$host_alias
19435 host=$host
19436 host_os=$host_os
19438 # The build system.
19439 build_alias=$build_alias
19440 build=$build
19441 build_os=$build_os
19443 # A sed program that does not truncate output.
19444 SED=$lt_SED
19446 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
19447 Xsed="\$SED -e 1s/^X//"
19449 # A grep program that handles long lines.
19450 GREP=$lt_GREP
19452 # An ERE matcher.
19453 EGREP=$lt_EGREP
19455 # A literal string matcher.
19456 FGREP=$lt_FGREP
19458 # A BSD- or MS-compatible name lister.
19459 NM=$lt_NM
19461 # Whether we need soft or hard links.
19462 LN_S=$lt_LN_S
19464 # What is the maximum length of a command?
19465 max_cmd_len=$max_cmd_len
19467 # Object file suffix (normally "o").
19468 objext=$ac_objext
19470 # Executable file suffix (normally "").
19471 exeext=$exeext
19473 # whether the shell understands "unset".
19474 lt_unset=$lt_unset
19476 # turn spaces into newlines.
19477 SP2NL=$lt_lt_SP2NL
19479 # turn newlines into spaces.
19480 NL2SP=$lt_lt_NL2SP
19482 # An object symbol dumper.
19483 OBJDUMP=$lt_OBJDUMP
19485 # Method to check whether dependent libraries are shared objects.
19486 deplibs_check_method=$lt_deplibs_check_method
19488 # Command to use when deplibs_check_method == "file_magic".
19489 file_magic_cmd=$lt_file_magic_cmd
19491 # The archiver.
19492 AR=$lt_AR
19493 AR_FLAGS=$lt_AR_FLAGS
19495 # A symbol stripping program.
19496 STRIP=$lt_STRIP
19498 # Commands used to install an old-style archive.
19499 RANLIB=$lt_RANLIB
19500 old_postinstall_cmds=$lt_old_postinstall_cmds
19501 old_postuninstall_cmds=$lt_old_postuninstall_cmds
19503 # Whether to use a lock for old archive extraction.
19504 lock_old_archive_extraction=$lock_old_archive_extraction
19506 # A C compiler.
19507 LTCC=$lt_CC
19509 # LTCC compiler flags.
19510 LTCFLAGS=$lt_CFLAGS
19512 # Take the output of nm and produce a listing of raw symbols and C names.
19513 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
19515 # Transform the output of nm in a proper C declaration.
19516 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
19518 # Transform the output of nm in a C name address pair.
19519 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
19521 # Transform the output of nm in a C name address pair when lib prefix is needed.
19522 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
19524 # The name of the directory that contains temporary libtool files.
19525 objdir=$objdir
19527 # Used to examine libraries when file_magic_cmd begins with "file".
19528 MAGIC_CMD=$MAGIC_CMD
19530 # Must we lock files when doing compilation?
19531 need_locks=$lt_need_locks
19533 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
19534 DSYMUTIL=$lt_DSYMUTIL
19536 # Tool to change global to local symbols on Mac OS X.
19537 NMEDIT=$lt_NMEDIT
19539 # Tool to manipulate fat objects and archives on Mac OS X.
19540 LIPO=$lt_LIPO
19542 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
19543 OTOOL=$lt_OTOOL
19545 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
19546 OTOOL64=$lt_OTOOL64
19548 # Old archive suffix (normally "a").
19549 libext=$libext
19551 # Shared library suffix (normally ".so").
19552 shrext_cmds=$lt_shrext_cmds
19554 # The commands to extract the exported symbol list from a shared archive.
19555 extract_expsyms_cmds=$lt_extract_expsyms_cmds
19557 # Variables whose values should be saved in libtool wrapper scripts and
19558 # restored at link time.
19559 variables_saved_for_relink=$lt_variables_saved_for_relink
19561 # Do we need the "lib" prefix for modules?
19562 need_lib_prefix=$need_lib_prefix
19564 # Do we need a version for libraries?
19565 need_version=$need_version
19567 # Library versioning type.
19568 version_type=$version_type
19570 # Shared library runtime path variable.
19571 runpath_var=$runpath_var
19573 # Shared library path variable.
19574 shlibpath_var=$shlibpath_var
19576 # Is shlibpath searched before the hard-coded library search path?
19577 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
19579 # Format of library name prefix.
19580 libname_spec=$lt_libname_spec
19582 # List of archive names. First name is the real one, the rest are links.
19583 # The last name is the one that the linker finds with -lNAME
19584 library_names_spec=$lt_library_names_spec
19586 # The coded name of the library, if different from the real name.
19587 soname_spec=$lt_soname_spec
19589 # Permission mode override for installation of shared libraries.
19590 install_override_mode=$lt_install_override_mode
19592 # Command to use after installation of a shared archive.
19593 postinstall_cmds=$lt_postinstall_cmds
19595 # Command to use after uninstallation of a shared archive.
19596 postuninstall_cmds=$lt_postuninstall_cmds
19598 # Commands used to finish a libtool library installation in a directory.
19599 finish_cmds=$lt_finish_cmds
19601 # As "finish_cmds", except a single script fragment to be evaled but
19602 # not shown.
19603 finish_eval=$lt_finish_eval
19605 # Whether we should hardcode library paths into libraries.
19606 hardcode_into_libs=$hardcode_into_libs
19608 # Compile-time system search path for libraries.
19609 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
19611 # Run-time system search path for libraries.
19612 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
19614 # Whether dlopen is supported.
19615 dlopen_support=$enable_dlopen
19617 # Whether dlopen of programs is supported.
19618 dlopen_self=$enable_dlopen_self
19620 # Whether dlopen of statically linked programs is supported.
19621 dlopen_self_static=$enable_dlopen_self_static
19623 # Commands to strip libraries.
19624 old_striplib=$lt_old_striplib
19625 striplib=$lt_striplib
19628 # The linker used to build libraries.
19629 LD=$lt_LD
19631 # How to create reloadable object files.
19632 reload_flag=$lt_reload_flag
19633 reload_cmds=$lt_reload_cmds
19635 # Commands used to build an old-style archive.
19636 old_archive_cmds=$lt_old_archive_cmds
19638 # A language specific compiler.
19639 CC=$lt_compiler
19641 # Is the compiler the GNU compiler?
19642 with_gcc=$GCC
19644 # Compiler flag to turn off builtin functions.
19645 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
19647 # How to pass a linker flag through the compiler.
19648 wl=$lt_lt_prog_compiler_wl
19650 # Additional compiler flags for building library objects.
19651 pic_flag=$lt_lt_prog_compiler_pic
19653 # Compiler flag to prevent dynamic linking.
19654 link_static_flag=$lt_lt_prog_compiler_static
19656 # Does compiler simultaneously support -c and -o options?
19657 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
19659 # Whether or not to add -lc for building shared libraries.
19660 build_libtool_need_lc=$archive_cmds_need_lc
19662 # Whether or not to disallow shared libs when runtime libs are static.
19663 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
19665 # Compiler flag to allow reflexive dlopens.
19666 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
19668 # Compiler flag to generate shared objects directly from archives.
19669 whole_archive_flag_spec=$lt_whole_archive_flag_spec
19671 # Whether the compiler copes with passing no objects directly.
19672 compiler_needs_object=$lt_compiler_needs_object
19674 # Create an old-style archive from a shared archive.
19675 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
19677 # Create a temporary old-style archive to link instead of a shared archive.
19678 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
19680 # Commands used to build a shared archive.
19681 archive_cmds=$lt_archive_cmds
19682 archive_expsym_cmds=$lt_archive_expsym_cmds
19684 # Commands used to build a loadable module if different from building
19685 # a shared archive.
19686 module_cmds=$lt_module_cmds
19687 module_expsym_cmds=$lt_module_expsym_cmds
19689 # Whether we are building with GNU ld or not.
19690 with_gnu_ld=$lt_with_gnu_ld
19692 # Flag that allows shared libraries with undefined symbols to be built.
19693 allow_undefined_flag=$lt_allow_undefined_flag
19695 # Flag that enforces no undefined symbols.
19696 no_undefined_flag=$lt_no_undefined_flag
19698 # Flag to hardcode \$libdir into a binary during linking.
19699 # This must work even if \$libdir does not exist
19700 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
19702 # If ld is used when linking, flag to hardcode \$libdir into a binary
19703 # during linking. This must work even if \$libdir does not exist.
19704 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
19706 # Whether we need a single "-rpath" flag with a separated argument.
19707 hardcode_libdir_separator=$lt_hardcode_libdir_separator
19709 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19710 # DIR into the resulting binary.
19711 hardcode_direct=$hardcode_direct
19713 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
19714 # DIR into the resulting binary and the resulting library dependency is
19715 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
19716 # library is relocated.
19717 hardcode_direct_absolute=$hardcode_direct_absolute
19719 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
19720 # into the resulting binary.
19721 hardcode_minus_L=$hardcode_minus_L
19723 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
19724 # into the resulting binary.
19725 hardcode_shlibpath_var=$hardcode_shlibpath_var
19727 # Set to "yes" if building a shared library automatically hardcodes DIR
19728 # into the library and all subsequent libraries and executables linked
19729 # against it.
19730 hardcode_automatic=$hardcode_automatic
19732 # Set to yes if linker adds runtime paths of dependent libraries
19733 # to runtime path list.
19734 inherit_rpath=$inherit_rpath
19736 # Whether libtool must link a program against all its dependency libraries.
19737 link_all_deplibs=$link_all_deplibs
19739 # Fix the shell variable \$srcfile for the compiler.
19740 fix_srcfile_path=$lt_fix_srcfile_path
19742 # Set to "yes" if exported symbols are required.
19743 always_export_symbols=$always_export_symbols
19745 # The commands to list exported symbols.
19746 export_symbols_cmds=$lt_export_symbols_cmds
19748 # Symbols that should not be listed in the preloaded symbols.
19749 exclude_expsyms=$lt_exclude_expsyms
19751 # Symbols that must always be exported.
19752 include_expsyms=$lt_include_expsyms
19754 # Commands necessary for linking programs (against libraries) with templates.
19755 prelink_cmds=$lt_prelink_cmds
19757 # Specify filename containing input files.
19758 file_list_spec=$lt_file_list_spec
19760 # How to hardcode a shared library path into an executable.
19761 hardcode_action=$hardcode_action
19763 # The directories searched by this compiler when creating a shared library.
19764 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
19766 # Dependencies to place before and after the objects being linked to
19767 # create a shared library.
19768 predep_objects=$lt_predep_objects
19769 postdep_objects=$lt_postdep_objects
19770 predeps=$lt_predeps
19771 postdeps=$lt_postdeps
19773 # The library search path used internally by the compiler when linking
19774 # a shared library.
19775 compiler_lib_search_path=$lt_compiler_lib_search_path
19777 # ### END LIBTOOL CONFIG
19779 _LT_EOF
19781 case $host_os in
19782 aix3*)
19783 cat <<\_LT_EOF >> "$cfgfile"
19784 # AIX sometimes has problems with the GCC collect2 program. For some
19785 # reason, if we set the COLLECT_NAMES environment variable, the problems
19786 # vanish in a puff of smoke.
19787 if test "X${COLLECT_NAMES+set}" != Xset; then
19788 COLLECT_NAMES=
19789 export COLLECT_NAMES
19791 _LT_EOF
19793 esac
19796 ltmain="$ac_aux_dir/ltmain.sh"
19799 # We use sed instead of cat because bash on DJGPP gets confused if
19800 # if finds mixed CR/LF and LF-only lines. Since sed operates in
19801 # text mode, it properly converts lines to CR/LF. This bash problem
19802 # is reportedly fixed, but why not run on old versions too?
19803 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
19804 || (rm -f "$cfgfile"; exit 1)
19806 case $xsi_shell in
19807 yes)
19808 cat << \_LT_EOF >> "$cfgfile"
19810 # func_dirname file append nondir_replacement
19811 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
19812 # otherwise set result to NONDIR_REPLACEMENT.
19813 func_dirname ()
19815 case ${1} in
19816 */*) func_dirname_result="${1%/*}${2}" ;;
19817 * ) func_dirname_result="${3}" ;;
19818 esac
19821 # func_basename file
19822 func_basename ()
19824 func_basename_result="${1##*/}"
19827 # func_dirname_and_basename file append nondir_replacement
19828 # perform func_basename and func_dirname in a single function
19829 # call:
19830 # dirname: Compute the dirname of FILE. If nonempty,
19831 # add APPEND to the result, otherwise set result
19832 # to NONDIR_REPLACEMENT.
19833 # value returned in "$func_dirname_result"
19834 # basename: Compute filename of FILE.
19835 # value retuned in "$func_basename_result"
19836 # Implementation must be kept synchronized with func_dirname
19837 # and func_basename. For efficiency, we do not delegate to
19838 # those functions but instead duplicate the functionality here.
19839 func_dirname_and_basename ()
19841 case ${1} in
19842 */*) func_dirname_result="${1%/*}${2}" ;;
19843 * ) func_dirname_result="${3}" ;;
19844 esac
19845 func_basename_result="${1##*/}"
19848 # func_stripname prefix suffix name
19849 # strip PREFIX and SUFFIX off of NAME.
19850 # PREFIX and SUFFIX must not contain globbing or regex special
19851 # characters, hashes, percent signs, but SUFFIX may contain a leading
19852 # dot (in which case that matches only a dot).
19853 func_stripname ()
19855 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
19856 # positional parameters, so assign one to ordinary parameter first.
19857 func_stripname_result=${3}
19858 func_stripname_result=${func_stripname_result#"${1}"}
19859 func_stripname_result=${func_stripname_result%"${2}"}
19862 # func_opt_split
19863 func_opt_split ()
19865 func_opt_split_opt=${1%%=*}
19866 func_opt_split_arg=${1#*=}
19869 # func_lo2o object
19870 func_lo2o ()
19872 case ${1} in
19873 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
19874 *) func_lo2o_result=${1} ;;
19875 esac
19878 # func_xform libobj-or-source
19879 func_xform ()
19881 func_xform_result=${1%.*}.lo
19884 # func_arith arithmetic-term...
19885 func_arith ()
19887 func_arith_result=$(( $* ))
19890 # func_len string
19891 # STRING may not start with a hyphen.
19892 func_len ()
19894 func_len_result=${#1}
19897 _LT_EOF
19899 *) # Bourne compatible functions.
19900 cat << \_LT_EOF >> "$cfgfile"
19902 # func_dirname file append nondir_replacement
19903 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
19904 # otherwise set result to NONDIR_REPLACEMENT.
19905 func_dirname ()
19907 # Extract subdirectory from the argument.
19908 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
19909 if test "X$func_dirname_result" = "X${1}"; then
19910 func_dirname_result="${3}"
19911 else
19912 func_dirname_result="$func_dirname_result${2}"
19916 # func_basename file
19917 func_basename ()
19919 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
19923 # func_stripname prefix suffix name
19924 # strip PREFIX and SUFFIX off of NAME.
19925 # PREFIX and SUFFIX must not contain globbing or regex special
19926 # characters, hashes, percent signs, but SUFFIX may contain a leading
19927 # dot (in which case that matches only a dot).
19928 # func_strip_suffix prefix name
19929 func_stripname ()
19931 case ${2} in
19932 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
19933 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
19934 esac
19937 # sed scripts:
19938 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
19939 my_sed_long_arg='1s/^-[^=]*=//'
19941 # func_opt_split
19942 func_opt_split ()
19944 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
19945 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
19948 # func_lo2o object
19949 func_lo2o ()
19951 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
19954 # func_xform libobj-or-source
19955 func_xform ()
19957 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
19960 # func_arith arithmetic-term...
19961 func_arith ()
19963 func_arith_result=`expr "$@"`
19966 # func_len string
19967 # STRING may not start with a hyphen.
19968 func_len ()
19970 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
19973 _LT_EOF
19974 esac
19976 case $lt_shell_append in
19977 yes)
19978 cat << \_LT_EOF >> "$cfgfile"
19980 # func_append var value
19981 # Append VALUE to the end of shell variable VAR.
19982 func_append ()
19984 eval "$1+=\$2"
19986 _LT_EOF
19989 cat << \_LT_EOF >> "$cfgfile"
19991 # func_append var value
19992 # Append VALUE to the end of shell variable VAR.
19993 func_append ()
19995 eval "$1=\$$1\$2"
19998 _LT_EOF
20000 esac
20003 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
20004 || (rm -f "$cfgfile"; exit 1)
20006 mv -f "$cfgfile" "$ofile" ||
20007 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
20008 chmod +x "$ofile"
20011 cat <<_LT_EOF >> "$ofile"
20013 # ### BEGIN LIBTOOL TAG CONFIG: CXX
20015 # The linker used to build libraries.
20016 LD=$lt_LD_CXX
20018 # How to create reloadable object files.
20019 reload_flag=$lt_reload_flag_CXX
20020 reload_cmds=$lt_reload_cmds_CXX
20022 # Commands used to build an old-style archive.
20023 old_archive_cmds=$lt_old_archive_cmds_CXX
20025 # A language specific compiler.
20026 CC=$lt_compiler_CXX
20028 # Is the compiler the GNU compiler?
20029 with_gcc=$GCC_CXX
20031 # Compiler flag to turn off builtin functions.
20032 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
20034 # How to pass a linker flag through the compiler.
20035 wl=$lt_lt_prog_compiler_wl_CXX
20037 # Additional compiler flags for building library objects.
20038 pic_flag=$lt_lt_prog_compiler_pic_CXX
20040 # Compiler flag to prevent dynamic linking.
20041 link_static_flag=$lt_lt_prog_compiler_static_CXX
20043 # Does compiler simultaneously support -c and -o options?
20044 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
20046 # Whether or not to add -lc for building shared libraries.
20047 build_libtool_need_lc=$archive_cmds_need_lc_CXX
20049 # Whether or not to disallow shared libs when runtime libs are static.
20050 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
20052 # Compiler flag to allow reflexive dlopens.
20053 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
20055 # Compiler flag to generate shared objects directly from archives.
20056 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
20058 # Whether the compiler copes with passing no objects directly.
20059 compiler_needs_object=$lt_compiler_needs_object_CXX
20061 # Create an old-style archive from a shared archive.
20062 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
20064 # Create a temporary old-style archive to link instead of a shared archive.
20065 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
20067 # Commands used to build a shared archive.
20068 archive_cmds=$lt_archive_cmds_CXX
20069 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
20071 # Commands used to build a loadable module if different from building
20072 # a shared archive.
20073 module_cmds=$lt_module_cmds_CXX
20074 module_expsym_cmds=$lt_module_expsym_cmds_CXX
20076 # Whether we are building with GNU ld or not.
20077 with_gnu_ld=$lt_with_gnu_ld_CXX
20079 # Flag that allows shared libraries with undefined symbols to be built.
20080 allow_undefined_flag=$lt_allow_undefined_flag_CXX
20082 # Flag that enforces no undefined symbols.
20083 no_undefined_flag=$lt_no_undefined_flag_CXX
20085 # Flag to hardcode \$libdir into a binary during linking.
20086 # This must work even if \$libdir does not exist
20087 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
20089 # If ld is used when linking, flag to hardcode \$libdir into a binary
20090 # during linking. This must work even if \$libdir does not exist.
20091 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
20093 # Whether we need a single "-rpath" flag with a separated argument.
20094 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
20096 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
20097 # DIR into the resulting binary.
20098 hardcode_direct=$hardcode_direct_CXX
20100 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
20101 # DIR into the resulting binary and the resulting library dependency is
20102 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
20103 # library is relocated.
20104 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
20106 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
20107 # into the resulting binary.
20108 hardcode_minus_L=$hardcode_minus_L_CXX
20110 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
20111 # into the resulting binary.
20112 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
20114 # Set to "yes" if building a shared library automatically hardcodes DIR
20115 # into the library and all subsequent libraries and executables linked
20116 # against it.
20117 hardcode_automatic=$hardcode_automatic_CXX
20119 # Set to yes if linker adds runtime paths of dependent libraries
20120 # to runtime path list.
20121 inherit_rpath=$inherit_rpath_CXX
20123 # Whether libtool must link a program against all its dependency libraries.
20124 link_all_deplibs=$link_all_deplibs_CXX
20126 # Fix the shell variable \$srcfile for the compiler.
20127 fix_srcfile_path=$lt_fix_srcfile_path_CXX
20129 # Set to "yes" if exported symbols are required.
20130 always_export_symbols=$always_export_symbols_CXX
20132 # The commands to list exported symbols.
20133 export_symbols_cmds=$lt_export_symbols_cmds_CXX
20135 # Symbols that should not be listed in the preloaded symbols.
20136 exclude_expsyms=$lt_exclude_expsyms_CXX
20138 # Symbols that must always be exported.
20139 include_expsyms=$lt_include_expsyms_CXX
20141 # Commands necessary for linking programs (against libraries) with templates.
20142 prelink_cmds=$lt_prelink_cmds_CXX
20144 # Specify filename containing input files.
20145 file_list_spec=$lt_file_list_spec_CXX
20147 # How to hardcode a shared library path into an executable.
20148 hardcode_action=$hardcode_action_CXX
20150 # The directories searched by this compiler when creating a shared library.
20151 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
20153 # Dependencies to place before and after the objects being linked to
20154 # create a shared library.
20155 predep_objects=$lt_predep_objects_CXX
20156 postdep_objects=$lt_postdep_objects_CXX
20157 predeps=$lt_predeps_CXX
20158 postdeps=$lt_postdeps_CXX
20160 # The library search path used internally by the compiler when linking
20161 # a shared library.
20162 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
20164 # ### END LIBTOOL TAG CONFIG: CXX
20165 _LT_EOF
20168 "gstdint.h":C)
20169 if test "$GCC" = yes; then
20170 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
20171 else
20172 echo "/* generated for $CC */" > tmp-stdint.h
20175 sed 's/^ *//' >> tmp-stdint.h <<EOF
20177 #ifndef GCC_GENERATED_STDINT_H
20178 #define GCC_GENERATED_STDINT_H 1
20180 #include <sys/types.h>
20183 if test "$acx_cv_header_stdint" != stdint.h; then
20184 echo "#include <stddef.h>" >> tmp-stdint.h
20186 if test "$acx_cv_header_stdint" != stddef.h; then
20187 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
20190 sed 's/^ *//' >> tmp-stdint.h <<EOF
20191 /* glibc uses these symbols as guards to prevent redefinitions. */
20192 #ifdef __int8_t_defined
20193 #define _INT8_T
20194 #define _INT16_T
20195 #define _INT32_T
20196 #endif
20197 #ifdef __uint32_t_defined
20198 #define _UINT32_T
20199 #endif
20203 # ----------------- done header, emit basic int types -------------
20204 if test "$acx_cv_header_stdint" = stddef.h; then
20205 sed 's/^ *//' >> tmp-stdint.h <<EOF
20207 #ifndef _UINT8_T
20208 #define _UINT8_T
20209 #ifndef __uint8_t_defined
20210 #define __uint8_t_defined
20211 #ifndef uint8_t
20212 typedef unsigned $acx_cv_type_int8_t uint8_t;
20213 #endif
20214 #endif
20215 #endif
20217 #ifndef _UINT16_T
20218 #define _UINT16_T
20219 #ifndef __uint16_t_defined
20220 #define __uint16_t_defined
20221 #ifndef uint16_t
20222 typedef unsigned $acx_cv_type_int16_t uint16_t;
20223 #endif
20224 #endif
20225 #endif
20227 #ifndef _UINT32_T
20228 #define _UINT32_T
20229 #ifndef __uint32_t_defined
20230 #define __uint32_t_defined
20231 #ifndef uint32_t
20232 typedef unsigned $acx_cv_type_int32_t uint32_t;
20233 #endif
20234 #endif
20235 #endif
20237 #ifndef _INT8_T
20238 #define _INT8_T
20239 #ifndef __int8_t_defined
20240 #define __int8_t_defined
20241 #ifndef int8_t
20242 typedef $acx_cv_type_int8_t int8_t;
20243 #endif
20244 #endif
20245 #endif
20247 #ifndef _INT16_T
20248 #define _INT16_T
20249 #ifndef __int16_t_defined
20250 #define __int16_t_defined
20251 #ifndef int16_t
20252 typedef $acx_cv_type_int16_t int16_t;
20253 #endif
20254 #endif
20255 #endif
20257 #ifndef _INT32_T
20258 #define _INT32_T
20259 #ifndef __int32_t_defined
20260 #define __int32_t_defined
20261 #ifndef int32_t
20262 typedef $acx_cv_type_int32_t int32_t;
20263 #endif
20264 #endif
20265 #endif
20267 elif test "$ac_cv_type_u_int32_t" = yes; then
20268 sed 's/^ *//' >> tmp-stdint.h <<EOF
20270 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
20271 #ifndef _INT8_T
20272 #define _INT8_T
20273 #endif
20274 #ifndef _INT16_T
20275 #define _INT16_T
20276 #endif
20277 #ifndef _INT32_T
20278 #define _INT32_T
20279 #endif
20281 #ifndef _UINT8_T
20282 #define _UINT8_T
20283 #ifndef __uint8_t_defined
20284 #define __uint8_t_defined
20285 #ifndef uint8_t
20286 typedef u_int8_t uint8_t;
20287 #endif
20288 #endif
20289 #endif
20291 #ifndef _UINT16_T
20292 #define _UINT16_T
20293 #ifndef __uint16_t_defined
20294 #define __uint16_t_defined
20295 #ifndef uint16_t
20296 typedef u_int16_t uint16_t;
20297 #endif
20298 #endif
20299 #endif
20301 #ifndef _UINT32_T
20302 #define _UINT32_T
20303 #ifndef __uint32_t_defined
20304 #define __uint32_t_defined
20305 #ifndef uint32_t
20306 typedef u_int32_t uint32_t;
20307 #endif
20308 #endif
20309 #endif
20311 else
20312 sed 's/^ *//' >> tmp-stdint.h <<EOF
20314 /* Some systems have guard macros to prevent redefinitions, define them. */
20315 #ifndef _INT8_T
20316 #define _INT8_T
20317 #endif
20318 #ifndef _INT16_T
20319 #define _INT16_T
20320 #endif
20321 #ifndef _INT32_T
20322 #define _INT32_T
20323 #endif
20324 #ifndef _UINT8_T
20325 #define _UINT8_T
20326 #endif
20327 #ifndef _UINT16_T
20328 #define _UINT16_T
20329 #endif
20330 #ifndef _UINT32_T
20331 #define _UINT32_T
20332 #endif
20336 # ------------- done basic int types, emit int64_t types ------------
20337 if test "$ac_cv_type_uint64_t" = yes; then
20338 sed 's/^ *//' >> tmp-stdint.h <<EOF
20340 /* system headers have good uint64_t and int64_t */
20341 #ifndef _INT64_T
20342 #define _INT64_T
20343 #endif
20344 #ifndef _UINT64_T
20345 #define _UINT64_T
20346 #endif
20348 elif test "$ac_cv_type_u_int64_t" = yes; then
20349 sed 's/^ *//' >> tmp-stdint.h <<EOF
20351 /* system headers have an u_int64_t (and int64_t) */
20352 #ifndef _INT64_T
20353 #define _INT64_T
20354 #endif
20355 #ifndef _UINT64_T
20356 #define _UINT64_T
20357 #ifndef __uint64_t_defined
20358 #define __uint64_t_defined
20359 #ifndef uint64_t
20360 typedef u_int64_t uint64_t;
20361 #endif
20362 #endif
20363 #endif
20365 elif test -n "$acx_cv_type_int64_t"; then
20366 sed 's/^ *//' >> tmp-stdint.h <<EOF
20368 /* architecture has a 64-bit type, $acx_cv_type_int64_t */
20369 #ifndef _INT64_T
20370 #define _INT64_T
20371 #ifndef int64_t
20372 typedef $acx_cv_type_int64_t int64_t;
20373 #endif
20374 #endif
20375 #ifndef _UINT64_T
20376 #define _UINT64_T
20377 #ifndef __uint64_t_defined
20378 #define __uint64_t_defined
20379 #ifndef uint64_t
20380 typedef unsigned $acx_cv_type_int64_t uint64_t;
20381 #endif
20382 #endif
20383 #endif
20385 else
20386 sed 's/^ *//' >> tmp-stdint.h <<EOF
20388 /* some common heuristics for int64_t, using compiler-specific tests */
20389 #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
20390 #ifndef _INT64_T
20391 #define _INT64_T
20392 #ifndef __int64_t_defined
20393 #ifndef int64_t
20394 typedef long long int64_t;
20395 #endif
20396 #endif
20397 #endif
20398 #ifndef _UINT64_T
20399 #define _UINT64_T
20400 #ifndef uint64_t
20401 typedef unsigned long long uint64_t;
20402 #endif
20403 #endif
20405 #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
20406 /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
20407 does not implement __extension__. But that compiler doesn't define
20408 __GNUC_MINOR__. */
20409 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
20410 # define __extension__
20411 # endif
20413 # ifndef _INT64_T
20414 # define _INT64_T
20415 # ifndef int64_t
20416 __extension__ typedef long long int64_t;
20417 # endif
20418 # endif
20419 # ifndef _UINT64_T
20420 # define _UINT64_T
20421 # ifndef uint64_t
20422 __extension__ typedef unsigned long long uint64_t;
20423 # endif
20424 # endif
20426 #elif !defined __STRICT_ANSI__
20427 # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
20429 # ifndef _INT64_T
20430 # define _INT64_T
20431 # ifndef int64_t
20432 typedef __int64 int64_t;
20433 # endif
20434 # endif
20435 # ifndef _UINT64_T
20436 # define _UINT64_T
20437 # ifndef uint64_t
20438 typedef unsigned __int64 uint64_t;
20439 # endif
20440 # endif
20441 # endif /* compiler */
20443 #endif /* ANSI version */
20447 # ------------- done int64_t types, emit intptr types ------------
20448 if test "$ac_cv_type_uintptr_t" != yes; then
20449 sed 's/^ *//' >> tmp-stdint.h <<EOF
20451 /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
20452 #ifndef __uintptr_t_defined
20453 #ifndef uintptr_t
20454 typedef u$acx_cv_type_intptr_t uintptr_t;
20455 #endif
20456 #endif
20457 #ifndef __intptr_t_defined
20458 #ifndef intptr_t
20459 typedef $acx_cv_type_intptr_t intptr_t;
20460 #endif
20461 #endif
20465 # ------------- done intptr types, emit int_least types ------------
20466 if test "$ac_cv_type_int_least32_t" != yes; then
20467 sed 's/^ *//' >> tmp-stdint.h <<EOF
20469 /* Define int_least types */
20470 typedef int8_t int_least8_t;
20471 typedef int16_t int_least16_t;
20472 typedef int32_t int_least32_t;
20473 #ifdef _INT64_T
20474 typedef int64_t int_least64_t;
20475 #endif
20477 typedef uint8_t uint_least8_t;
20478 typedef uint16_t uint_least16_t;
20479 typedef uint32_t uint_least32_t;
20480 #ifdef _UINT64_T
20481 typedef uint64_t uint_least64_t;
20482 #endif
20486 # ------------- done intptr types, emit int_fast types ------------
20487 if test "$ac_cv_type_int_fast32_t" != yes; then
20488 sed 's/^ *//' >> tmp-stdint.h <<EOF
20490 /* Define int_fast types. short is often slow */
20491 typedef int8_t int_fast8_t;
20492 typedef int int_fast16_t;
20493 typedef int32_t int_fast32_t;
20494 #ifdef _INT64_T
20495 typedef int64_t int_fast64_t;
20496 #endif
20498 typedef uint8_t uint_fast8_t;
20499 typedef unsigned int uint_fast16_t;
20500 typedef uint32_t uint_fast32_t;
20501 #ifdef _UINT64_T
20502 typedef uint64_t uint_fast64_t;
20503 #endif
20507 if test "$ac_cv_type_uintmax_t" != yes; then
20508 sed 's/^ *//' >> tmp-stdint.h <<EOF
20510 /* Define intmax based on what we found */
20511 #ifndef intmax_t
20512 #ifdef _INT64_T
20513 typedef int64_t intmax_t;
20514 #else
20515 typedef long intmax_t;
20516 #endif
20517 #endif
20518 #ifndef uintmax_t
20519 #ifdef _UINT64_T
20520 typedef uint64_t uintmax_t;
20521 #else
20522 typedef unsigned long uintmax_t;
20523 #endif
20524 #endif
20528 sed 's/^ *//' >> tmp-stdint.h <<EOF
20530 #endif /* GCC_GENERATED_STDINT_H */
20533 if test -r gstdint.h && cmp -s tmp-stdint.h gstdint.h; then
20534 rm -f tmp-stdint.h
20535 else
20536 mv -f tmp-stdint.h gstdint.h
20541 esac
20542 done # for ac_tag
20545 as_fn_exit 0
20546 _ACEOF
20547 ac_clean_files=$ac_clean_files_save
20549 test $ac_write_fail = 0 ||
20550 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
20553 # configure is writing to config.log, and then calls config.status.
20554 # config.status does its own redirection, appending to config.log.
20555 # Unfortunately, on DOS this fails, as config.log is still kept open
20556 # by configure, so config.status won't be able to write to it; its
20557 # output is simply discarded. So we exec the FD to /dev/null,
20558 # effectively closing config.log, so it can be properly (re)opened and
20559 # appended to by config.status. When coming back to configure, we
20560 # need to make the FD available again.
20561 if test "$no_create" != yes; then
20562 ac_cs_success=:
20563 ac_config_status_args=
20564 test "$silent" = yes &&
20565 ac_config_status_args="$ac_config_status_args --quiet"
20566 exec 5>/dev/null
20567 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
20568 exec 5>>config.log
20569 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
20570 # would make configure fail if this is the last instruction.
20571 $ac_cs_success || as_fn_exit $?
20573 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
20574 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
20575 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}