bfd/
[binutils.git] / binutils / configure
blob3f284a44aed32729668ae5cfc9dec543f40ad6bc
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
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
172 test \$(( 1 + 1 )) = 2 || exit 1
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || 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=
558 PACKAGE_TARNAME=
559 PACKAGE_VERSION=
560 PACKAGE_STRING=
561 PACKAGE_BUGREPORT=
562 PACKAGE_URL=
564 ac_unique_file="ar.c"
565 # Factoring default headers for most tests.
566 ac_includes_default="\
567 #include <stdio.h>
568 #ifdef HAVE_SYS_TYPES_H
569 # include <sys/types.h>
570 #endif
571 #ifdef HAVE_SYS_STAT_H
572 # include <sys/stat.h>
573 #endif
574 #ifdef STDC_HEADERS
575 # include <stdlib.h>
576 # include <stddef.h>
577 #else
578 # ifdef HAVE_STDLIB_H
579 # include <stdlib.h>
580 # endif
581 #endif
582 #ifdef HAVE_STRING_H
583 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
584 # include <memory.h>
585 # endif
586 # include <string.h>
587 #endif
588 #ifdef HAVE_STRINGS_H
589 # include <strings.h>
590 #endif
591 #ifdef HAVE_INTTYPES_H
592 # include <inttypes.h>
593 #endif
594 #ifdef HAVE_STDINT_H
595 # include <stdint.h>
596 #endif
597 #ifdef HAVE_UNISTD_H
598 # include <unistd.h>
599 #endif"
601 ac_subst_vars='am__EXEEXT_FALSE
602 am__EXEEXT_TRUE
603 LTLIBOBJS
604 LIBOBJS
605 EMULATION_VECTOR
606 EMULATION
607 OBJDUMP_DEFS
608 BUILD_INSTALL_MISC
609 BUILD_MISC
610 BUILD_DLLWRAP
611 BUILD_WINDMC
612 BUILD_WINDRES
613 DLLTOOL_DEFS
614 BUILD_DLLTOOL
615 BUILD_SRCONV
616 BUILD_NLMCONV
617 NLMCONV_DEFS
618 LTLIBICONV
619 LIBICONV
620 ALLOCA
621 DEMANGLER_NAME
622 EXEEXT_FOR_BUILD
623 CC_FOR_BUILD
624 HDEFINES
625 GENINSRC_NEVER_FALSE
626 GENINSRC_NEVER_TRUE
627 MAINT
628 MAINTAINER_MODE_FALSE
629 MAINTAINER_MODE_TRUE
630 MSGMERGE
631 MSGFMT
632 MKINSTALLDIRS
633 CATOBJEXT
634 GENCAT
635 INSTOBJEXT
636 DATADIRNAME
637 CATALOGS
638 POSUB
639 GMSGFMT
640 XGETTEXT
641 INCINTL
642 LIBINTL_DEP
643 LIBINTL
644 USE_NLS
645 LEXLIB
646 LEX_OUTPUT_ROOT
648 YFLAGS
649 YACC
650 NO_WERROR
651 WARN_CFLAGS
652 OTOOL64
653 OTOOL
654 LIPO
655 NMEDIT
656 DSYMUTIL
657 RANLIB
659 OBJDUMP
660 LN_S
662 ac_ct_DUMPBIN
663 DUMPBIN
665 FGREP
667 LIBTOOL
668 EGREP
669 GREP
671 am__fastdepCC_FALSE
672 am__fastdepCC_TRUE
673 CCDEPMODE
674 AMDEPBACKSLASH
675 AMDEP_FALSE
676 AMDEP_TRUE
677 am__quote
678 am__include
679 DEPDIR
680 am__untar
681 am__tar
682 AMTAR
683 am__leading_dot
684 SET_MAKE
686 mkdir_p
687 MKDIR_P
688 INSTALL_STRIP_PROGRAM
689 STRIP
690 install_sh
691 MAKEINFO
692 AUTOHEADER
693 AUTOMAKE
694 AUTOCONF
695 ACLOCAL
696 VERSION
697 PACKAGE
698 CYGPATH_W
699 am__isrc
700 INSTALL_DATA
701 INSTALL_SCRIPT
702 INSTALL_PROGRAM
703 OBJEXT
704 EXEEXT
705 ac_ct_CC
706 CPPFLAGS
707 LDFLAGS
708 CFLAGS
710 target_os
711 target_vendor
712 target_cpu
713 target
714 host_os
715 host_vendor
716 host_cpu
717 host
718 build_os
719 build_vendor
720 build_cpu
721 build
722 target_alias
723 host_alias
724 build_alias
725 LIBS
726 ECHO_T
727 ECHO_N
728 ECHO_C
729 DEFS
730 mandir
731 localedir
732 libdir
733 psdir
734 pdfdir
735 dvidir
736 htmldir
737 infodir
738 docdir
739 oldincludedir
740 includedir
741 localstatedir
742 sharedstatedir
743 sysconfdir
744 datadir
745 datarootdir
746 libexecdir
747 sbindir
748 bindir
749 program_transform_name
750 prefix
751 exec_prefix
752 PACKAGE_URL
753 PACKAGE_BUGREPORT
754 PACKAGE_STRING
755 PACKAGE_VERSION
756 PACKAGE_TARNAME
757 PACKAGE_NAME
758 PATH_SEPARATOR
759 SHELL'
760 ac_subst_files=''
761 ac_user_opts='
762 enable_option_checking
763 enable_dependency_tracking
764 enable_plugins
765 enable_largefile
766 enable_shared
767 enable_static
768 with_pic
769 enable_fast_install
770 with_gnu_ld
771 enable_libtool_lock
772 enable_targets
773 enable_werror
774 enable_build_warnings
775 enable_nls
776 enable_maintainer_mode
777 enable_rpath
778 with_libiconv_prefix
780 ac_precious_vars='build_alias
781 host_alias
782 target_alias
784 CFLAGS
785 LDFLAGS
786 LIBS
787 CPPFLAGS
789 YACC
790 YFLAGS'
793 # Initialize some variables set by options.
794 ac_init_help=
795 ac_init_version=false
796 ac_unrecognized_opts=
797 ac_unrecognized_sep=
798 # The variables have the same names as the options, with
799 # dashes changed to underlines.
800 cache_file=/dev/null
801 exec_prefix=NONE
802 no_create=
803 no_recursion=
804 prefix=NONE
805 program_prefix=NONE
806 program_suffix=NONE
807 program_transform_name=s,x,x,
808 silent=
809 site=
810 srcdir=
811 verbose=
812 x_includes=NONE
813 x_libraries=NONE
815 # Installation directory options.
816 # These are left unexpanded so users can "make install exec_prefix=/foo"
817 # and all the variables that are supposed to be based on exec_prefix
818 # by default will actually change.
819 # Use braces instead of parens because sh, perl, etc. also accept them.
820 # (The list follows the same order as the GNU Coding Standards.)
821 bindir='${exec_prefix}/bin'
822 sbindir='${exec_prefix}/sbin'
823 libexecdir='${exec_prefix}/libexec'
824 datarootdir='${prefix}/share'
825 datadir='${datarootdir}'
826 sysconfdir='${prefix}/etc'
827 sharedstatedir='${prefix}/com'
828 localstatedir='${prefix}/var'
829 includedir='${prefix}/include'
830 oldincludedir='/usr/include'
831 docdir='${datarootdir}/doc/${PACKAGE}'
832 infodir='${datarootdir}/info'
833 htmldir='${docdir}'
834 dvidir='${docdir}'
835 pdfdir='${docdir}'
836 psdir='${docdir}'
837 libdir='${exec_prefix}/lib'
838 localedir='${datarootdir}/locale'
839 mandir='${datarootdir}/man'
841 ac_prev=
842 ac_dashdash=
843 for ac_option
845 # If the previous option needs an argument, assign it.
846 if test -n "$ac_prev"; then
847 eval $ac_prev=\$ac_option
848 ac_prev=
849 continue
852 case $ac_option in
853 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
854 *) ac_optarg=yes ;;
855 esac
857 # Accept the important Cygnus configure options, so we can diagnose typos.
859 case $ac_dashdash$ac_option in
861 ac_dashdash=yes ;;
863 -bindir | --bindir | --bindi | --bind | --bin | --bi)
864 ac_prev=bindir ;;
865 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
866 bindir=$ac_optarg ;;
868 -build | --build | --buil | --bui | --bu)
869 ac_prev=build_alias ;;
870 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
871 build_alias=$ac_optarg ;;
873 -cache-file | --cache-file | --cache-fil | --cache-fi \
874 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
875 ac_prev=cache_file ;;
876 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
877 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
878 cache_file=$ac_optarg ;;
880 --config-cache | -C)
881 cache_file=config.cache ;;
883 -datadir | --datadir | --datadi | --datad)
884 ac_prev=datadir ;;
885 -datadir=* | --datadir=* | --datadi=* | --datad=*)
886 datadir=$ac_optarg ;;
888 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
889 | --dataroo | --dataro | --datar)
890 ac_prev=datarootdir ;;
891 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
892 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
893 datarootdir=$ac_optarg ;;
895 -disable-* | --disable-*)
896 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
897 # Reject names that are not valid shell variable names.
898 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
899 as_fn_error "invalid feature name: $ac_useropt"
900 ac_useropt_orig=$ac_useropt
901 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
902 case $ac_user_opts in
904 "enable_$ac_useropt"
905 "*) ;;
906 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
907 ac_unrecognized_sep=', ';;
908 esac
909 eval enable_$ac_useropt=no ;;
911 -docdir | --docdir | --docdi | --doc | --do)
912 ac_prev=docdir ;;
913 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
914 docdir=$ac_optarg ;;
916 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
917 ac_prev=dvidir ;;
918 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
919 dvidir=$ac_optarg ;;
921 -enable-* | --enable-*)
922 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
923 # Reject names that are not valid shell variable names.
924 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
925 as_fn_error "invalid feature name: $ac_useropt"
926 ac_useropt_orig=$ac_useropt
927 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
928 case $ac_user_opts in
930 "enable_$ac_useropt"
931 "*) ;;
932 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
933 ac_unrecognized_sep=', ';;
934 esac
935 eval enable_$ac_useropt=\$ac_optarg ;;
937 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
938 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
939 | --exec | --exe | --ex)
940 ac_prev=exec_prefix ;;
941 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
942 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
943 | --exec=* | --exe=* | --ex=*)
944 exec_prefix=$ac_optarg ;;
946 -gas | --gas | --ga | --g)
947 # Obsolete; use --with-gas.
948 with_gas=yes ;;
950 -help | --help | --hel | --he | -h)
951 ac_init_help=long ;;
952 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
953 ac_init_help=recursive ;;
954 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
955 ac_init_help=short ;;
957 -host | --host | --hos | --ho)
958 ac_prev=host_alias ;;
959 -host=* | --host=* | --hos=* | --ho=*)
960 host_alias=$ac_optarg ;;
962 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
963 ac_prev=htmldir ;;
964 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
965 | --ht=*)
966 htmldir=$ac_optarg ;;
968 -includedir | --includedir | --includedi | --included | --include \
969 | --includ | --inclu | --incl | --inc)
970 ac_prev=includedir ;;
971 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
972 | --includ=* | --inclu=* | --incl=* | --inc=*)
973 includedir=$ac_optarg ;;
975 -infodir | --infodir | --infodi | --infod | --info | --inf)
976 ac_prev=infodir ;;
977 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
978 infodir=$ac_optarg ;;
980 -libdir | --libdir | --libdi | --libd)
981 ac_prev=libdir ;;
982 -libdir=* | --libdir=* | --libdi=* | --libd=*)
983 libdir=$ac_optarg ;;
985 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
986 | --libexe | --libex | --libe)
987 ac_prev=libexecdir ;;
988 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
989 | --libexe=* | --libex=* | --libe=*)
990 libexecdir=$ac_optarg ;;
992 -localedir | --localedir | --localedi | --localed | --locale)
993 ac_prev=localedir ;;
994 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
995 localedir=$ac_optarg ;;
997 -localstatedir | --localstatedir | --localstatedi | --localstated \
998 | --localstate | --localstat | --localsta | --localst | --locals)
999 ac_prev=localstatedir ;;
1000 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1001 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1002 localstatedir=$ac_optarg ;;
1004 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1005 ac_prev=mandir ;;
1006 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1007 mandir=$ac_optarg ;;
1009 -nfp | --nfp | --nf)
1010 # Obsolete; use --without-fp.
1011 with_fp=no ;;
1013 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1014 | --no-cr | --no-c | -n)
1015 no_create=yes ;;
1017 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1018 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1019 no_recursion=yes ;;
1021 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1022 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1023 | --oldin | --oldi | --old | --ol | --o)
1024 ac_prev=oldincludedir ;;
1025 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1026 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1027 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1028 oldincludedir=$ac_optarg ;;
1030 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1031 ac_prev=prefix ;;
1032 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1033 prefix=$ac_optarg ;;
1035 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1036 | --program-pre | --program-pr | --program-p)
1037 ac_prev=program_prefix ;;
1038 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1039 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1040 program_prefix=$ac_optarg ;;
1042 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1043 | --program-suf | --program-su | --program-s)
1044 ac_prev=program_suffix ;;
1045 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1046 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1047 program_suffix=$ac_optarg ;;
1049 -program-transform-name | --program-transform-name \
1050 | --program-transform-nam | --program-transform-na \
1051 | --program-transform-n | --program-transform- \
1052 | --program-transform | --program-transfor \
1053 | --program-transfo | --program-transf \
1054 | --program-trans | --program-tran \
1055 | --progr-tra | --program-tr | --program-t)
1056 ac_prev=program_transform_name ;;
1057 -program-transform-name=* | --program-transform-name=* \
1058 | --program-transform-nam=* | --program-transform-na=* \
1059 | --program-transform-n=* | --program-transform-=* \
1060 | --program-transform=* | --program-transfor=* \
1061 | --program-transfo=* | --program-transf=* \
1062 | --program-trans=* | --program-tran=* \
1063 | --progr-tra=* | --program-tr=* | --program-t=*)
1064 program_transform_name=$ac_optarg ;;
1066 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1067 ac_prev=pdfdir ;;
1068 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1069 pdfdir=$ac_optarg ;;
1071 -psdir | --psdir | --psdi | --psd | --ps)
1072 ac_prev=psdir ;;
1073 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1074 psdir=$ac_optarg ;;
1076 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1077 | -silent | --silent | --silen | --sile | --sil)
1078 silent=yes ;;
1080 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1081 ac_prev=sbindir ;;
1082 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1083 | --sbi=* | --sb=*)
1084 sbindir=$ac_optarg ;;
1086 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1087 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1088 | --sharedst | --shareds | --shared | --share | --shar \
1089 | --sha | --sh)
1090 ac_prev=sharedstatedir ;;
1091 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1092 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1093 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1094 | --sha=* | --sh=*)
1095 sharedstatedir=$ac_optarg ;;
1097 -site | --site | --sit)
1098 ac_prev=site ;;
1099 -site=* | --site=* | --sit=*)
1100 site=$ac_optarg ;;
1102 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1103 ac_prev=srcdir ;;
1104 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1105 srcdir=$ac_optarg ;;
1107 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1108 | --syscon | --sysco | --sysc | --sys | --sy)
1109 ac_prev=sysconfdir ;;
1110 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1111 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1112 sysconfdir=$ac_optarg ;;
1114 -target | --target | --targe | --targ | --tar | --ta | --t)
1115 ac_prev=target_alias ;;
1116 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1117 target_alias=$ac_optarg ;;
1119 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1120 verbose=yes ;;
1122 -version | --version | --versio | --versi | --vers | -V)
1123 ac_init_version=: ;;
1125 -with-* | --with-*)
1126 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1127 # Reject names that are not valid shell variable names.
1128 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1129 as_fn_error "invalid package name: $ac_useropt"
1130 ac_useropt_orig=$ac_useropt
1131 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1132 case $ac_user_opts in
1134 "with_$ac_useropt"
1135 "*) ;;
1136 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1137 ac_unrecognized_sep=', ';;
1138 esac
1139 eval with_$ac_useropt=\$ac_optarg ;;
1141 -without-* | --without-*)
1142 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1143 # Reject names that are not valid shell variable names.
1144 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1145 as_fn_error "invalid package name: $ac_useropt"
1146 ac_useropt_orig=$ac_useropt
1147 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1148 case $ac_user_opts in
1150 "with_$ac_useropt"
1151 "*) ;;
1152 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1153 ac_unrecognized_sep=', ';;
1154 esac
1155 eval with_$ac_useropt=no ;;
1157 --x)
1158 # Obsolete; use --with-x.
1159 with_x=yes ;;
1161 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1162 | --x-incl | --x-inc | --x-in | --x-i)
1163 ac_prev=x_includes ;;
1164 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1165 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1166 x_includes=$ac_optarg ;;
1168 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1169 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1170 ac_prev=x_libraries ;;
1171 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1172 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1173 x_libraries=$ac_optarg ;;
1175 -*) as_fn_error "unrecognized option: \`$ac_option'
1176 Try \`$0 --help' for more information."
1179 *=*)
1180 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1181 # Reject names that are not valid shell variable names.
1182 case $ac_envvar in #(
1183 '' | [0-9]* | *[!_$as_cr_alnum]* )
1184 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1185 esac
1186 eval $ac_envvar=\$ac_optarg
1187 export $ac_envvar ;;
1190 # FIXME: should be removed in autoconf 3.0.
1191 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1192 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1193 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1194 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1197 esac
1198 done
1200 if test -n "$ac_prev"; then
1201 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1202 as_fn_error "missing argument to $ac_option"
1205 if test -n "$ac_unrecognized_opts"; then
1206 case $enable_option_checking in
1207 no) ;;
1208 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1209 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1210 esac
1213 # Check all directory arguments for consistency.
1214 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1215 datadir sysconfdir sharedstatedir localstatedir includedir \
1216 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1217 libdir localedir mandir
1219 eval ac_val=\$$ac_var
1220 # Remove trailing slashes.
1221 case $ac_val in
1222 */ )
1223 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1224 eval $ac_var=\$ac_val;;
1225 esac
1226 # Be sure to have absolute directory names.
1227 case $ac_val in
1228 [\\/$]* | ?:[\\/]* ) continue;;
1229 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1230 esac
1231 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1232 done
1234 # There might be people who depend on the old broken behavior: `$host'
1235 # used to hold the argument of --host etc.
1236 # FIXME: To remove some day.
1237 build=$build_alias
1238 host=$host_alias
1239 target=$target_alias
1241 # FIXME: To remove some day.
1242 if test "x$host_alias" != x; then
1243 if test "x$build_alias" = x; then
1244 cross_compiling=maybe
1245 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1246 If a cross compiler is detected then cross compile mode will be used." >&2
1247 elif test "x$build_alias" != "x$host_alias"; then
1248 cross_compiling=yes
1252 ac_tool_prefix=
1253 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1255 test "$silent" = yes && exec 6>/dev/null
1258 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1259 ac_ls_di=`ls -di .` &&
1260 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1261 as_fn_error "working directory cannot be determined"
1262 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1263 as_fn_error "pwd does not report name of working directory"
1266 # Find the source files, if location was not specified.
1267 if test -z "$srcdir"; then
1268 ac_srcdir_defaulted=yes
1269 # Try the directory containing this script, then the parent directory.
1270 ac_confdir=`$as_dirname -- "$as_myself" ||
1271 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1272 X"$as_myself" : 'X\(//\)[^/]' \| \
1273 X"$as_myself" : 'X\(//\)$' \| \
1274 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1275 $as_echo X"$as_myself" |
1276 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1277 s//\1/
1280 /^X\(\/\/\)[^/].*/{
1281 s//\1/
1284 /^X\(\/\/\)$/{
1285 s//\1/
1288 /^X\(\/\).*/{
1289 s//\1/
1292 s/.*/./; q'`
1293 srcdir=$ac_confdir
1294 if test ! -r "$srcdir/$ac_unique_file"; then
1295 srcdir=..
1297 else
1298 ac_srcdir_defaulted=no
1300 if test ! -r "$srcdir/$ac_unique_file"; then
1301 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1302 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1304 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1305 ac_abs_confdir=`(
1306 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1307 pwd)`
1308 # When building in place, set srcdir=.
1309 if test "$ac_abs_confdir" = "$ac_pwd"; then
1310 srcdir=.
1312 # Remove unnecessary trailing slashes from srcdir.
1313 # Double slashes in file names in object file debugging info
1314 # mess up M-x gdb in Emacs.
1315 case $srcdir in
1316 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1317 esac
1318 for ac_var in $ac_precious_vars; do
1319 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1320 eval ac_env_${ac_var}_value=\$${ac_var}
1321 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1322 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1323 done
1326 # Report the --help message.
1328 if test "$ac_init_help" = "long"; then
1329 # Omit some internal or obsolete options to make the list less imposing.
1330 # This message is too long to be a string in the A/UX 3.1 sh.
1331 cat <<_ACEOF
1332 \`configure' configures this package to adapt to many kinds of systems.
1334 Usage: $0 [OPTION]... [VAR=VALUE]...
1336 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1337 VAR=VALUE. See below for descriptions of some of the useful variables.
1339 Defaults for the options are specified in brackets.
1341 Configuration:
1342 -h, --help display this help and exit
1343 --help=short display options specific to this package
1344 --help=recursive display the short help of all the included packages
1345 -V, --version display version information and exit
1346 -q, --quiet, --silent do not print \`checking...' messages
1347 --cache-file=FILE cache test results in FILE [disabled]
1348 -C, --config-cache alias for \`--cache-file=config.cache'
1349 -n, --no-create do not create output files
1350 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1352 Installation directories:
1353 --prefix=PREFIX install architecture-independent files in PREFIX
1354 [$ac_default_prefix]
1355 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1356 [PREFIX]
1358 By default, \`make install' will install all the files in
1359 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1360 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1361 for instance \`--prefix=\$HOME'.
1363 For better control, use the options below.
1365 Fine tuning of the installation directories:
1366 --bindir=DIR user executables [EPREFIX/bin]
1367 --sbindir=DIR system admin executables [EPREFIX/sbin]
1368 --libexecdir=DIR program executables [EPREFIX/libexec]
1369 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1370 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1371 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1372 --libdir=DIR object code libraries [EPREFIX/lib]
1373 --includedir=DIR C header files [PREFIX/include]
1374 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1375 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1376 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1377 --infodir=DIR info documentation [DATAROOTDIR/info]
1378 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1379 --mandir=DIR man documentation [DATAROOTDIR/man]
1380 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1381 --htmldir=DIR html documentation [DOCDIR]
1382 --dvidir=DIR dvi documentation [DOCDIR]
1383 --pdfdir=DIR pdf documentation [DOCDIR]
1384 --psdir=DIR ps documentation [DOCDIR]
1385 _ACEOF
1387 cat <<\_ACEOF
1389 Program names:
1390 --program-prefix=PREFIX prepend PREFIX to installed program names
1391 --program-suffix=SUFFIX append SUFFIX to installed program names
1392 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1394 System types:
1395 --build=BUILD configure for building on BUILD [guessed]
1396 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1397 --target=TARGET configure for building compilers for TARGET [HOST]
1398 _ACEOF
1401 if test -n "$ac_init_help"; then
1403 cat <<\_ACEOF
1405 Optional Features:
1406 --disable-option-checking ignore unrecognized --enable/--with options
1407 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1408 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1409 --disable-dependency-tracking speeds up one-time build
1410 --enable-dependency-tracking do not reject slow dependency extractors
1411 --enable-plugins Enable support for plugins (defaults no)
1412 --disable-largefile omit support for large files
1413 --enable-shared[=PKGS] build shared libraries [default=yes]
1414 --enable-static[=PKGS] build static libraries [default=yes]
1415 --enable-fast-install[=PKGS]
1416 optimize for fast installation [default=yes]
1417 --disable-libtool-lock avoid locking (might break parallel builds)
1418 --enable-targets alternative target configurations
1419 --enable-werror treat compile warnings as errors
1420 --enable-build-warnings enable build-time compiler warnings
1421 --disable-nls do not use Native Language Support
1422 --enable-maintainer-mode enable make rules and dependencies not useful
1423 (and sometimes confusing) to the casual installer
1424 --disable-rpath do not hardcode runtime library paths
1426 Optional Packages:
1427 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1428 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1429 --with-pic try to use only PIC/non-PIC objects [default=use
1430 both]
1431 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1432 --with-gnu-ld assume the C compiler uses GNU ld default=no
1433 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1434 --without-libiconv-prefix don't search for libiconv in includedir and libdir
1436 Some influential environment variables:
1437 CC C compiler command
1438 CFLAGS C compiler flags
1439 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1440 nonstandard directory <lib dir>
1441 LIBS libraries to pass to the linker, e.g. -l<library>
1442 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1443 you have headers in a nonstandard directory <include dir>
1444 CPP C preprocessor
1445 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1446 the first program found out of: `bison -y', `byacc', `yacc'.
1447 YFLAGS The list of arguments that will be passed by default to $YACC.
1448 This script will default YFLAGS to the empty string to avoid a
1449 default value of `-d' given by some make applications.
1451 Use these variables to override the choices made by `configure' or to help
1452 it to find libraries and programs with nonstandard names/locations.
1454 Report bugs to the package provider.
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 configure
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_c_try_link LINENO
1570 # -----------------------
1571 # Try to link conftest.$ac_ext, and return whether this succeeded.
1572 ac_fn_c_try_link ()
1574 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1575 rm -f conftest.$ac_objext conftest$ac_exeext
1576 if { { ac_try="$ac_link"
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_link") 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_c_werror_flag" ||
1593 test ! -s conftest.err
1594 } && test -s conftest$ac_exeext && {
1595 test "$cross_compiling" = yes ||
1596 $as_test_x conftest$ac_exeext
1597 }; then :
1598 ac_retval=0
1599 else
1600 $as_echo "$as_me: failed program was:" >&5
1601 sed 's/^/| /' conftest.$ac_ext >&5
1603 ac_retval=1
1605 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1606 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1607 # interfere with the next link command; also delete a directory that is
1608 # left behind by Apple's compiler. We do this before executing the actions.
1609 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1610 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1611 return $ac_retval
1613 } # ac_fn_c_try_link
1615 # ac_fn_c_try_cpp LINENO
1616 # ----------------------
1617 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1618 ac_fn_c_try_cpp ()
1620 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1621 if { { ac_try="$ac_cpp conftest.$ac_ext"
1622 case "(($ac_try" in
1623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1624 *) ac_try_echo=$ac_try;;
1625 esac
1626 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1627 $as_echo "$ac_try_echo"; } >&5
1628 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1629 ac_status=$?
1630 if test -s conftest.err; then
1631 grep -v '^ *+' conftest.err >conftest.er1
1632 cat conftest.er1 >&5
1633 mv -f conftest.er1 conftest.err
1635 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1636 test $ac_status = 0; } >/dev/null && {
1637 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1638 test ! -s conftest.err
1639 }; then :
1640 ac_retval=0
1641 else
1642 $as_echo "$as_me: failed program was:" >&5
1643 sed 's/^/| /' conftest.$ac_ext >&5
1645 ac_retval=1
1647 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1648 return $ac_retval
1650 } # ac_fn_c_try_cpp
1652 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1653 # -------------------------------------------------------
1654 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1655 # the include files in INCLUDES and setting the cache variable VAR
1656 # accordingly.
1657 ac_fn_c_check_header_mongrel ()
1659 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1660 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1662 $as_echo_n "checking for $2... " >&6; }
1663 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1664 $as_echo_n "(cached) " >&6
1666 eval ac_res=\$$3
1667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1668 $as_echo "$ac_res" >&6; }
1669 else
1670 # Is the header compilable?
1671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1672 $as_echo_n "checking $2 usability... " >&6; }
1673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1674 /* end confdefs.h. */
1676 #include <$2>
1677 _ACEOF
1678 if ac_fn_c_try_compile "$LINENO"; then :
1679 ac_header_compiler=yes
1680 else
1681 ac_header_compiler=no
1683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1685 $as_echo "$ac_header_compiler" >&6; }
1687 # Is the header present?
1688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1689 $as_echo_n "checking $2 presence... " >&6; }
1690 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1691 /* end confdefs.h. */
1692 #include <$2>
1693 _ACEOF
1694 if ac_fn_c_try_cpp "$LINENO"; then :
1695 ac_header_preproc=yes
1696 else
1697 ac_header_preproc=no
1699 rm -f conftest.err conftest.$ac_ext
1700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1701 $as_echo "$ac_header_preproc" >&6; }
1703 # So? What about this header?
1704 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1705 yes:no: )
1706 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1707 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1708 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1709 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1711 no:yes:* )
1712 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1713 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1714 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1715 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1716 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1717 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1718 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1719 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1720 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1721 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1723 esac
1724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1725 $as_echo_n "checking for $2... " >&6; }
1726 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1727 $as_echo_n "(cached) " >&6
1728 else
1729 eval "$3=\$ac_header_compiler"
1731 eval ac_res=\$$3
1732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1733 $as_echo "$ac_res" >&6; }
1735 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1737 } # ac_fn_c_check_header_mongrel
1739 # ac_fn_c_try_run LINENO
1740 # ----------------------
1741 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1742 # that executables *can* be run.
1743 ac_fn_c_try_run ()
1745 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1746 if { { ac_try="$ac_link"
1747 case "(($ac_try" in
1748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1749 *) ac_try_echo=$ac_try;;
1750 esac
1751 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1752 $as_echo "$ac_try_echo"; } >&5
1753 (eval "$ac_link") 2>&5
1754 ac_status=$?
1755 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1756 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1757 { { case "(($ac_try" in
1758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1759 *) ac_try_echo=$ac_try;;
1760 esac
1761 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1762 $as_echo "$ac_try_echo"; } >&5
1763 (eval "$ac_try") 2>&5
1764 ac_status=$?
1765 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1766 test $ac_status = 0; }; }; then :
1767 ac_retval=0
1768 else
1769 $as_echo "$as_me: program exited with status $ac_status" >&5
1770 $as_echo "$as_me: failed program was:" >&5
1771 sed 's/^/| /' conftest.$ac_ext >&5
1773 ac_retval=$ac_status
1775 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1776 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1777 return $ac_retval
1779 } # ac_fn_c_try_run
1781 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1782 # -------------------------------------------------------
1783 # Tests whether HEADER exists and can be compiled using the include files in
1784 # INCLUDES, setting the cache variable VAR accordingly.
1785 ac_fn_c_check_header_compile ()
1787 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1789 $as_echo_n "checking for $2... " >&6; }
1790 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1791 $as_echo_n "(cached) " >&6
1792 else
1793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1794 /* end confdefs.h. */
1796 #include <$2>
1797 _ACEOF
1798 if ac_fn_c_try_compile "$LINENO"; then :
1799 eval "$3=yes"
1800 else
1801 eval "$3=no"
1803 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1805 eval ac_res=\$$3
1806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1807 $as_echo "$ac_res" >&6; }
1808 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1810 } # ac_fn_c_check_header_compile
1812 # ac_fn_c_check_func LINENO FUNC VAR
1813 # ----------------------------------
1814 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1815 ac_fn_c_check_func ()
1817 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1819 $as_echo_n "checking for $2... " >&6; }
1820 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1821 $as_echo_n "(cached) " >&6
1822 else
1823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1824 /* end confdefs.h. */
1825 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1826 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1827 #define $2 innocuous_$2
1829 /* System header to define __stub macros and hopefully few prototypes,
1830 which can conflict with char $2 (); below.
1831 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1832 <limits.h> exists even on freestanding compilers. */
1834 #ifdef __STDC__
1835 # include <limits.h>
1836 #else
1837 # include <assert.h>
1838 #endif
1840 #undef $2
1842 /* Override any GCC internal prototype to avoid an error.
1843 Use char because int might match the return type of a GCC
1844 builtin and then its argument prototype would still apply. */
1845 #ifdef __cplusplus
1846 extern "C"
1847 #endif
1848 char $2 ();
1849 /* The GNU C library defines this for functions which it implements
1850 to always fail with ENOSYS. Some functions are actually named
1851 something starting with __ and the normal name is an alias. */
1852 #if defined __stub_$2 || defined __stub___$2
1853 choke me
1854 #endif
1857 main ()
1859 return $2 ();
1861 return 0;
1863 _ACEOF
1864 if ac_fn_c_try_link "$LINENO"; then :
1865 eval "$3=yes"
1866 else
1867 eval "$3=no"
1869 rm -f core conftest.err conftest.$ac_objext \
1870 conftest$ac_exeext conftest.$ac_ext
1872 eval ac_res=\$$3
1873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1874 $as_echo "$ac_res" >&6; }
1875 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1877 } # ac_fn_c_check_func
1879 # ac_fn_c_check_decl LINENO SYMBOL VAR
1880 # ------------------------------------
1881 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
1882 ac_fn_c_check_decl ()
1884 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1885 as_decl_name=`echo $2|sed 's/ *(.*//'`
1886 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1888 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1889 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1890 $as_echo_n "(cached) " >&6
1891 else
1892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1893 /* end confdefs.h. */
1896 main ()
1898 #ifndef $as_decl_name
1899 #ifdef __cplusplus
1900 (void) $as_decl_use;
1901 #else
1902 (void) $as_decl_name;
1903 #endif
1904 #endif
1907 return 0;
1909 _ACEOF
1910 if ac_fn_c_try_compile "$LINENO"; then :
1911 eval "$3=yes"
1912 else
1913 eval "$3=no"
1915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1917 eval ac_res=\$$3
1918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1919 $as_echo "$ac_res" >&6; }
1920 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1922 } # ac_fn_c_check_decl
1923 cat >config.log <<_ACEOF
1924 This file contains any messages produced by compilers while
1925 running configure, to aid debugging if configure makes a mistake.
1927 It was created by $as_me, which was
1928 generated by GNU Autoconf 2.64. Invocation command line was
1930 $ $0 $@
1932 _ACEOF
1933 exec 5>>config.log
1935 cat <<_ASUNAME
1936 ## --------- ##
1937 ## Platform. ##
1938 ## --------- ##
1940 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1941 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1942 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1943 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1944 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1946 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1947 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1949 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1950 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1951 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1952 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1953 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1954 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1955 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1957 _ASUNAME
1959 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1960 for as_dir in $PATH
1962 IFS=$as_save_IFS
1963 test -z "$as_dir" && as_dir=.
1964 $as_echo "PATH: $as_dir"
1965 done
1966 IFS=$as_save_IFS
1968 } >&5
1970 cat >&5 <<_ACEOF
1973 ## ----------- ##
1974 ## Core tests. ##
1975 ## ----------- ##
1977 _ACEOF
1980 # Keep a trace of the command line.
1981 # Strip out --no-create and --no-recursion so they do not pile up.
1982 # Strip out --silent because we don't want to record it for future runs.
1983 # Also quote any args containing shell meta-characters.
1984 # Make two passes to allow for proper duplicate-argument suppression.
1985 ac_configure_args=
1986 ac_configure_args0=
1987 ac_configure_args1=
1988 ac_must_keep_next=false
1989 for ac_pass in 1 2
1991 for ac_arg
1993 case $ac_arg in
1994 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1995 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1996 | -silent | --silent | --silen | --sile | --sil)
1997 continue ;;
1998 *\'*)
1999 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2000 esac
2001 case $ac_pass in
2002 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2004 as_fn_append ac_configure_args1 " '$ac_arg'"
2005 if test $ac_must_keep_next = true; then
2006 ac_must_keep_next=false # Got value, back to normal.
2007 else
2008 case $ac_arg in
2009 *=* | --config-cache | -C | -disable-* | --disable-* \
2010 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2011 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2012 | -with-* | --with-* | -without-* | --without-* | --x)
2013 case "$ac_configure_args0 " in
2014 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2015 esac
2017 -* ) ac_must_keep_next=true ;;
2018 esac
2020 as_fn_append ac_configure_args " '$ac_arg'"
2022 esac
2023 done
2024 done
2025 { ac_configure_args0=; unset ac_configure_args0;}
2026 { ac_configure_args1=; unset ac_configure_args1;}
2028 # When interrupted or exit'd, cleanup temporary files, and complete
2029 # config.log. We remove comments because anyway the quotes in there
2030 # would cause problems or look ugly.
2031 # WARNING: Use '\'' to represent an apostrophe within the trap.
2032 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2033 trap 'exit_status=$?
2034 # Save into config.log some information that might help in debugging.
2036 echo
2038 cat <<\_ASBOX
2039 ## ---------------- ##
2040 ## Cache variables. ##
2041 ## ---------------- ##
2042 _ASBOX
2043 echo
2044 # The following way of writing the cache mishandles newlines in values,
2046 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2047 eval ac_val=\$$ac_var
2048 case $ac_val in #(
2049 *${as_nl}*)
2050 case $ac_var in #(
2051 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2052 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2053 esac
2054 case $ac_var in #(
2055 _ | IFS | as_nl) ;; #(
2056 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2057 *) { eval $ac_var=; unset $ac_var;} ;;
2058 esac ;;
2059 esac
2060 done
2061 (set) 2>&1 |
2062 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2063 *${as_nl}ac_space=\ *)
2064 sed -n \
2065 "s/'\''/'\''\\\\'\'''\''/g;
2066 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2067 ;; #(
2069 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2071 esac |
2072 sort
2074 echo
2076 cat <<\_ASBOX
2077 ## ----------------- ##
2078 ## Output variables. ##
2079 ## ----------------- ##
2080 _ASBOX
2081 echo
2082 for ac_var in $ac_subst_vars
2084 eval ac_val=\$$ac_var
2085 case $ac_val in
2086 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2087 esac
2088 $as_echo "$ac_var='\''$ac_val'\''"
2089 done | sort
2090 echo
2092 if test -n "$ac_subst_files"; then
2093 cat <<\_ASBOX
2094 ## ------------------- ##
2095 ## File substitutions. ##
2096 ## ------------------- ##
2097 _ASBOX
2098 echo
2099 for ac_var in $ac_subst_files
2101 eval ac_val=\$$ac_var
2102 case $ac_val in
2103 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2104 esac
2105 $as_echo "$ac_var='\''$ac_val'\''"
2106 done | sort
2107 echo
2110 if test -s confdefs.h; then
2111 cat <<\_ASBOX
2112 ## ----------- ##
2113 ## confdefs.h. ##
2114 ## ----------- ##
2115 _ASBOX
2116 echo
2117 cat confdefs.h
2118 echo
2120 test "$ac_signal" != 0 &&
2121 $as_echo "$as_me: caught signal $ac_signal"
2122 $as_echo "$as_me: exit $exit_status"
2123 } >&5
2124 rm -f core *.core core.conftest.* &&
2125 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2126 exit $exit_status
2128 for ac_signal in 1 2 13 15; do
2129 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2130 done
2131 ac_signal=0
2133 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2134 rm -f -r conftest* confdefs.h
2136 $as_echo "/* confdefs.h */" > confdefs.h
2138 # Predefined preprocessor variables.
2140 cat >>confdefs.h <<_ACEOF
2141 #define PACKAGE_NAME "$PACKAGE_NAME"
2142 _ACEOF
2144 cat >>confdefs.h <<_ACEOF
2145 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2146 _ACEOF
2148 cat >>confdefs.h <<_ACEOF
2149 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2150 _ACEOF
2152 cat >>confdefs.h <<_ACEOF
2153 #define PACKAGE_STRING "$PACKAGE_STRING"
2154 _ACEOF
2156 cat >>confdefs.h <<_ACEOF
2157 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2158 _ACEOF
2160 cat >>confdefs.h <<_ACEOF
2161 #define PACKAGE_URL "$PACKAGE_URL"
2162 _ACEOF
2165 # Let the site file select an alternate cache file if it wants to.
2166 # Prefer an explicitly selected file to automatically selected ones.
2167 ac_site_file1=NONE
2168 ac_site_file2=NONE
2169 if test -n "$CONFIG_SITE"; then
2170 ac_site_file1=$CONFIG_SITE
2171 elif test "x$prefix" != xNONE; then
2172 ac_site_file1=$prefix/share/config.site
2173 ac_site_file2=$prefix/etc/config.site
2174 else
2175 ac_site_file1=$ac_default_prefix/share/config.site
2176 ac_site_file2=$ac_default_prefix/etc/config.site
2178 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2180 test "x$ac_site_file" = xNONE && continue
2181 if test -r "$ac_site_file"; then
2182 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2183 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2184 sed 's/^/| /' "$ac_site_file" >&5
2185 . "$ac_site_file"
2187 done
2189 if test -r "$cache_file"; then
2190 # Some versions of bash will fail to source /dev/null (special
2191 # files actually), so we avoid doing that.
2192 if test -f "$cache_file"; then
2193 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2194 $as_echo "$as_me: loading cache $cache_file" >&6;}
2195 case $cache_file in
2196 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2197 *) . "./$cache_file";;
2198 esac
2200 else
2201 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2202 $as_echo "$as_me: creating cache $cache_file" >&6;}
2203 >$cache_file
2206 # Check that the precious variables saved in the cache have kept the same
2207 # value.
2208 ac_cache_corrupted=false
2209 for ac_var in $ac_precious_vars; do
2210 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2211 eval ac_new_set=\$ac_env_${ac_var}_set
2212 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2213 eval ac_new_val=\$ac_env_${ac_var}_value
2214 case $ac_old_set,$ac_new_set in
2215 set,)
2216 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2217 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2218 ac_cache_corrupted=: ;;
2219 ,set)
2220 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2221 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2222 ac_cache_corrupted=: ;;
2223 ,);;
2225 if test "x$ac_old_val" != "x$ac_new_val"; then
2226 # differences in whitespace do not lead to failure.
2227 ac_old_val_w=`echo x $ac_old_val`
2228 ac_new_val_w=`echo x $ac_new_val`
2229 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2230 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2231 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2232 ac_cache_corrupted=:
2233 else
2234 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2235 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2236 eval $ac_var=\$ac_old_val
2238 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2239 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2240 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2241 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2242 fi;;
2243 esac
2244 # Pass precious variables to config.status.
2245 if test "$ac_new_set" = set; then
2246 case $ac_new_val in
2247 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2248 *) ac_arg=$ac_var=$ac_new_val ;;
2249 esac
2250 case " $ac_configure_args " in
2251 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2252 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2253 esac
2255 done
2256 if $ac_cache_corrupted; then
2257 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2258 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2259 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2260 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2261 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2263 ## -------------------- ##
2264 ## Main body of script. ##
2265 ## -------------------- ##
2267 ac_ext=c
2268 ac_cpp='$CPP $CPPFLAGS'
2269 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2270 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2271 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2279 ac_aux_dir=
2280 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2281 for ac_t in install-sh install.sh shtool; do
2282 if test -f "$ac_dir/$ac_t"; then
2283 ac_aux_dir=$ac_dir
2284 ac_install_sh="$ac_aux_dir/$ac_t -c"
2285 break 2
2287 done
2288 done
2289 if test -z "$ac_aux_dir"; then
2290 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2293 # These three variables are undocumented and unsupported,
2294 # and are intended to be withdrawn in a future Autoconf release.
2295 # They can cause serious problems if a builder's source tree is in a directory
2296 # whose full name contains unusual characters.
2297 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2298 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2299 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2302 # Make sure we can run config.sub.
2303 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2304 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2307 $as_echo_n "checking build system type... " >&6; }
2308 if test "${ac_cv_build+set}" = set; then :
2309 $as_echo_n "(cached) " >&6
2310 else
2311 ac_build_alias=$build_alias
2312 test "x$ac_build_alias" = x &&
2313 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2314 test "x$ac_build_alias" = x &&
2315 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2316 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2317 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2321 $as_echo "$ac_cv_build" >&6; }
2322 case $ac_cv_build in
2323 *-*-*) ;;
2324 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2325 esac
2326 build=$ac_cv_build
2327 ac_save_IFS=$IFS; IFS='-'
2328 set x $ac_cv_build
2329 shift
2330 build_cpu=$1
2331 build_vendor=$2
2332 shift; shift
2333 # Remember, the first character of IFS is used to create $*,
2334 # except with old shells:
2335 build_os=$*
2336 IFS=$ac_save_IFS
2337 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2341 $as_echo_n "checking host system type... " >&6; }
2342 if test "${ac_cv_host+set}" = set; then :
2343 $as_echo_n "(cached) " >&6
2344 else
2345 if test "x$host_alias" = x; then
2346 ac_cv_host=$ac_cv_build
2347 else
2348 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2349 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2354 $as_echo "$ac_cv_host" >&6; }
2355 case $ac_cv_host in
2356 *-*-*) ;;
2357 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2358 esac
2359 host=$ac_cv_host
2360 ac_save_IFS=$IFS; IFS='-'
2361 set x $ac_cv_host
2362 shift
2363 host_cpu=$1
2364 host_vendor=$2
2365 shift; shift
2366 # Remember, the first character of IFS is used to create $*,
2367 # except with old shells:
2368 host_os=$*
2369 IFS=$ac_save_IFS
2370 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2374 $as_echo_n "checking target system type... " >&6; }
2375 if test "${ac_cv_target+set}" = set; then :
2376 $as_echo_n "(cached) " >&6
2377 else
2378 if test "x$target_alias" = x; then
2379 ac_cv_target=$ac_cv_host
2380 else
2381 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2382 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2387 $as_echo "$ac_cv_target" >&6; }
2388 case $ac_cv_target in
2389 *-*-*) ;;
2390 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2391 esac
2392 target=$ac_cv_target
2393 ac_save_IFS=$IFS; IFS='-'
2394 set x $ac_cv_target
2395 shift
2396 target_cpu=$1
2397 target_vendor=$2
2398 shift; shift
2399 # Remember, the first character of IFS is used to create $*,
2400 # except with old shells:
2401 target_os=$*
2402 IFS=$ac_save_IFS
2403 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2406 # The aliases save the names the user supplied, while $host etc.
2407 # will get canonicalized.
2408 test -n "$target_alias" &&
2409 test "$program_prefix$program_suffix$program_transform_name" = \
2410 NONENONEs,x,x, &&
2411 program_prefix=${target_alias}-
2412 ac_ext=c
2413 ac_cpp='$CPP $CPPFLAGS'
2414 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2415 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2416 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2417 if test -n "$ac_tool_prefix"; then
2418 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2419 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2421 $as_echo_n "checking for $ac_word... " >&6; }
2422 if test "${ac_cv_prog_CC+set}" = set; then :
2423 $as_echo_n "(cached) " >&6
2424 else
2425 if test -n "$CC"; then
2426 ac_cv_prog_CC="$CC" # Let the user override the test.
2427 else
2428 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2429 for as_dir in $PATH
2431 IFS=$as_save_IFS
2432 test -z "$as_dir" && as_dir=.
2433 for ac_exec_ext in '' $ac_executable_extensions; do
2434 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2435 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2436 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2437 break 2
2439 done
2440 done
2441 IFS=$as_save_IFS
2445 CC=$ac_cv_prog_CC
2446 if test -n "$CC"; then
2447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2448 $as_echo "$CC" >&6; }
2449 else
2450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2451 $as_echo "no" >&6; }
2456 if test -z "$ac_cv_prog_CC"; then
2457 ac_ct_CC=$CC
2458 # Extract the first word of "gcc", so it can be a program name with args.
2459 set dummy gcc; ac_word=$2
2460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2461 $as_echo_n "checking for $ac_word... " >&6; }
2462 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2463 $as_echo_n "(cached) " >&6
2464 else
2465 if test -n "$ac_ct_CC"; then
2466 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2467 else
2468 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2469 for as_dir in $PATH
2471 IFS=$as_save_IFS
2472 test -z "$as_dir" && as_dir=.
2473 for ac_exec_ext in '' $ac_executable_extensions; do
2474 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2475 ac_cv_prog_ac_ct_CC="gcc"
2476 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2477 break 2
2479 done
2480 done
2481 IFS=$as_save_IFS
2485 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2486 if test -n "$ac_ct_CC"; then
2487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2488 $as_echo "$ac_ct_CC" >&6; }
2489 else
2490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2491 $as_echo "no" >&6; }
2494 if test "x$ac_ct_CC" = x; then
2495 CC=""
2496 else
2497 case $cross_compiling:$ac_tool_warned in
2498 yes:)
2499 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2500 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2501 ac_tool_warned=yes ;;
2502 esac
2503 CC=$ac_ct_CC
2505 else
2506 CC="$ac_cv_prog_CC"
2509 if test -z "$CC"; then
2510 if test -n "$ac_tool_prefix"; then
2511 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2512 set dummy ${ac_tool_prefix}cc; ac_word=$2
2513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2514 $as_echo_n "checking for $ac_word... " >&6; }
2515 if test "${ac_cv_prog_CC+set}" = set; then :
2516 $as_echo_n "(cached) " >&6
2517 else
2518 if test -n "$CC"; then
2519 ac_cv_prog_CC="$CC" # Let the user override the test.
2520 else
2521 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2522 for as_dir in $PATH
2524 IFS=$as_save_IFS
2525 test -z "$as_dir" && as_dir=.
2526 for ac_exec_ext in '' $ac_executable_extensions; do
2527 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2528 ac_cv_prog_CC="${ac_tool_prefix}cc"
2529 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2530 break 2
2532 done
2533 done
2534 IFS=$as_save_IFS
2538 CC=$ac_cv_prog_CC
2539 if test -n "$CC"; then
2540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2541 $as_echo "$CC" >&6; }
2542 else
2543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2544 $as_echo "no" >&6; }
2550 if test -z "$CC"; then
2551 # Extract the first word of "cc", so it can be a program name with args.
2552 set dummy cc; ac_word=$2
2553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2554 $as_echo_n "checking for $ac_word... " >&6; }
2555 if test "${ac_cv_prog_CC+set}" = set; then :
2556 $as_echo_n "(cached) " >&6
2557 else
2558 if test -n "$CC"; then
2559 ac_cv_prog_CC="$CC" # Let the user override the test.
2560 else
2561 ac_prog_rejected=no
2562 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2563 for as_dir in $PATH
2565 IFS=$as_save_IFS
2566 test -z "$as_dir" && as_dir=.
2567 for ac_exec_ext in '' $ac_executable_extensions; do
2568 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2569 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2570 ac_prog_rejected=yes
2571 continue
2573 ac_cv_prog_CC="cc"
2574 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2575 break 2
2577 done
2578 done
2579 IFS=$as_save_IFS
2581 if test $ac_prog_rejected = yes; then
2582 # We found a bogon in the path, so make sure we never use it.
2583 set dummy $ac_cv_prog_CC
2584 shift
2585 if test $# != 0; then
2586 # We chose a different compiler from the bogus one.
2587 # However, it has the same basename, so the bogon will be chosen
2588 # first if we set CC to just the basename; use the full file name.
2589 shift
2590 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2595 CC=$ac_cv_prog_CC
2596 if test -n "$CC"; then
2597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2598 $as_echo "$CC" >&6; }
2599 else
2600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2601 $as_echo "no" >&6; }
2606 if test -z "$CC"; then
2607 if test -n "$ac_tool_prefix"; then
2608 for ac_prog in cl.exe
2610 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2611 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2613 $as_echo_n "checking for $ac_word... " >&6; }
2614 if test "${ac_cv_prog_CC+set}" = set; then :
2615 $as_echo_n "(cached) " >&6
2616 else
2617 if test -n "$CC"; then
2618 ac_cv_prog_CC="$CC" # Let the user override the test.
2619 else
2620 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2621 for as_dir in $PATH
2623 IFS=$as_save_IFS
2624 test -z "$as_dir" && as_dir=.
2625 for ac_exec_ext in '' $ac_executable_extensions; do
2626 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2627 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2628 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2629 break 2
2631 done
2632 done
2633 IFS=$as_save_IFS
2637 CC=$ac_cv_prog_CC
2638 if test -n "$CC"; then
2639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2640 $as_echo "$CC" >&6; }
2641 else
2642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2643 $as_echo "no" >&6; }
2647 test -n "$CC" && break
2648 done
2650 if test -z "$CC"; then
2651 ac_ct_CC=$CC
2652 for ac_prog in cl.exe
2654 # Extract the first word of "$ac_prog", so it can be a program name with args.
2655 set dummy $ac_prog; ac_word=$2
2656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2657 $as_echo_n "checking for $ac_word... " >&6; }
2658 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2659 $as_echo_n "(cached) " >&6
2660 else
2661 if test -n "$ac_ct_CC"; then
2662 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2663 else
2664 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2665 for as_dir in $PATH
2667 IFS=$as_save_IFS
2668 test -z "$as_dir" && as_dir=.
2669 for ac_exec_ext in '' $ac_executable_extensions; do
2670 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2671 ac_cv_prog_ac_ct_CC="$ac_prog"
2672 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2673 break 2
2675 done
2676 done
2677 IFS=$as_save_IFS
2681 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2682 if test -n "$ac_ct_CC"; then
2683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2684 $as_echo "$ac_ct_CC" >&6; }
2685 else
2686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2687 $as_echo "no" >&6; }
2691 test -n "$ac_ct_CC" && break
2692 done
2694 if test "x$ac_ct_CC" = x; then
2695 CC=""
2696 else
2697 case $cross_compiling:$ac_tool_warned in
2698 yes:)
2699 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2700 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2701 ac_tool_warned=yes ;;
2702 esac
2703 CC=$ac_ct_CC
2710 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2711 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2712 as_fn_error "no acceptable C compiler found in \$PATH
2713 See \`config.log' for more details." "$LINENO" 5; }
2715 # Provide some information about the compiler.
2716 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2717 set X $ac_compile
2718 ac_compiler=$2
2719 for ac_option in --version -v -V -qversion; do
2720 { { ac_try="$ac_compiler $ac_option >&5"
2721 case "(($ac_try" in
2722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2723 *) ac_try_echo=$ac_try;;
2724 esac
2725 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2726 $as_echo "$ac_try_echo"; } >&5
2727 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2728 ac_status=$?
2729 if test -s conftest.err; then
2730 sed '10a\
2731 ... rest of stderr output deleted ...
2732 10q' conftest.err >conftest.er1
2733 cat conftest.er1 >&5
2734 rm -f conftest.er1 conftest.err
2736 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2737 test $ac_status = 0; }
2738 done
2740 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2741 /* end confdefs.h. */
2744 main ()
2748 return 0;
2750 _ACEOF
2751 ac_clean_files_save=$ac_clean_files
2752 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
2753 # Try to create an executable without -o first, disregard a.out.
2754 # It will help us diagnose broken compilers, and finding out an intuition
2755 # of exeext.
2756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2757 $as_echo_n "checking for C compiler default output file name... " >&6; }
2758 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2760 # The possible output files:
2761 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2763 ac_rmfiles=
2764 for ac_file in $ac_files
2766 case $ac_file in
2767 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2768 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2769 esac
2770 done
2771 rm -f $ac_rmfiles
2773 if { { ac_try="$ac_link_default"
2774 case "(($ac_try" in
2775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2776 *) ac_try_echo=$ac_try;;
2777 esac
2778 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2779 $as_echo "$ac_try_echo"; } >&5
2780 (eval "$ac_link_default") 2>&5
2781 ac_status=$?
2782 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2783 test $ac_status = 0; }; then :
2784 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2785 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2786 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2787 # so that the user can short-circuit this test for compilers unknown to
2788 # Autoconf.
2789 for ac_file in $ac_files ''
2791 test -f "$ac_file" || continue
2792 case $ac_file in
2793 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2795 [ab].out )
2796 # We found the default executable, but exeext='' is most
2797 # certainly right.
2798 break;;
2799 *.* )
2800 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2801 then :; else
2802 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2804 # We set ac_cv_exeext here because the later test for it is not
2805 # safe: cross compilers may not add the suffix if given an `-o'
2806 # argument, so we may need to know it at that point already.
2807 # Even if this section looks crufty: it has the advantage of
2808 # actually working.
2809 break;;
2811 break;;
2812 esac
2813 done
2814 test "$ac_cv_exeext" = no && ac_cv_exeext=
2816 else
2817 ac_file=''
2819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2820 $as_echo "$ac_file" >&6; }
2821 if test -z "$ac_file"; then :
2822 $as_echo "$as_me: failed program was:" >&5
2823 sed 's/^/| /' conftest.$ac_ext >&5
2825 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2826 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2827 { as_fn_set_status 77
2828 as_fn_error "C compiler cannot create executables
2829 See \`config.log' for more details." "$LINENO" 5; }; }
2831 ac_exeext=$ac_cv_exeext
2833 # Check that the compiler produces executables we can run. If not, either
2834 # the compiler is broken, or we cross compile.
2835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2836 $as_echo_n "checking whether the C compiler works... " >&6; }
2837 # If not cross compiling, check that we can run a simple program.
2838 if test "$cross_compiling" != yes; then
2839 if { ac_try='./$ac_file'
2840 { { case "(($ac_try" in
2841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2842 *) ac_try_echo=$ac_try;;
2843 esac
2844 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2845 $as_echo "$ac_try_echo"; } >&5
2846 (eval "$ac_try") 2>&5
2847 ac_status=$?
2848 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2849 test $ac_status = 0; }; }; then
2850 cross_compiling=no
2851 else
2852 if test "$cross_compiling" = maybe; then
2853 cross_compiling=yes
2854 else
2855 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2856 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2857 as_fn_error "cannot run C compiled programs.
2858 If you meant to cross compile, use \`--host'.
2859 See \`config.log' for more details." "$LINENO" 5; }
2863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2864 $as_echo "yes" >&6; }
2866 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
2867 ac_clean_files=$ac_clean_files_save
2868 # Check that the compiler produces executables we can run. If not, either
2869 # the compiler is broken, or we cross compile.
2870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2871 $as_echo_n "checking whether we are cross compiling... " >&6; }
2872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2873 $as_echo "$cross_compiling" >&6; }
2875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2876 $as_echo_n "checking for suffix of executables... " >&6; }
2877 if { { ac_try="$ac_link"
2878 case "(($ac_try" in
2879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2880 *) ac_try_echo=$ac_try;;
2881 esac
2882 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2883 $as_echo "$ac_try_echo"; } >&5
2884 (eval "$ac_link") 2>&5
2885 ac_status=$?
2886 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2887 test $ac_status = 0; }; then :
2888 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2889 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2890 # work properly (i.e., refer to `conftest.exe'), while it won't with
2891 # `rm'.
2892 for ac_file in conftest.exe conftest conftest.*; do
2893 test -f "$ac_file" || continue
2894 case $ac_file in
2895 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2896 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2897 break;;
2898 * ) break;;
2899 esac
2900 done
2901 else
2902 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2903 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2904 as_fn_error "cannot compute suffix of executables: cannot compile and link
2905 See \`config.log' for more details." "$LINENO" 5; }
2907 rm -f conftest$ac_cv_exeext
2908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2909 $as_echo "$ac_cv_exeext" >&6; }
2911 rm -f conftest.$ac_ext
2912 EXEEXT=$ac_cv_exeext
2913 ac_exeext=$EXEEXT
2914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2915 $as_echo_n "checking for suffix of object files... " >&6; }
2916 if test "${ac_cv_objext+set}" = set; then :
2917 $as_echo_n "(cached) " >&6
2918 else
2919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2920 /* end confdefs.h. */
2923 main ()
2927 return 0;
2929 _ACEOF
2930 rm -f conftest.o conftest.obj
2931 if { { ac_try="$ac_compile"
2932 case "(($ac_try" in
2933 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2934 *) ac_try_echo=$ac_try;;
2935 esac
2936 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2937 $as_echo "$ac_try_echo"; } >&5
2938 (eval "$ac_compile") 2>&5
2939 ac_status=$?
2940 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2941 test $ac_status = 0; }; then :
2942 for ac_file in conftest.o conftest.obj conftest.*; do
2943 test -f "$ac_file" || continue;
2944 case $ac_file in
2945 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2946 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2947 break;;
2948 esac
2949 done
2950 else
2951 $as_echo "$as_me: failed program was:" >&5
2952 sed 's/^/| /' conftest.$ac_ext >&5
2954 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2955 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2956 as_fn_error "cannot compute suffix of object files: cannot compile
2957 See \`config.log' for more details." "$LINENO" 5; }
2959 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2962 $as_echo "$ac_cv_objext" >&6; }
2963 OBJEXT=$ac_cv_objext
2964 ac_objext=$OBJEXT
2965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2966 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2967 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
2968 $as_echo_n "(cached) " >&6
2969 else
2970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2971 /* end confdefs.h. */
2974 main ()
2976 #ifndef __GNUC__
2977 choke me
2978 #endif
2981 return 0;
2983 _ACEOF
2984 if ac_fn_c_try_compile "$LINENO"; then :
2985 ac_compiler_gnu=yes
2986 else
2987 ac_compiler_gnu=no
2989 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2990 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2994 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2995 if test $ac_compiler_gnu = yes; then
2996 GCC=yes
2997 else
2998 GCC=
3000 ac_test_CFLAGS=${CFLAGS+set}
3001 ac_save_CFLAGS=$CFLAGS
3002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3003 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3004 if test "${ac_cv_prog_cc_g+set}" = set; then :
3005 $as_echo_n "(cached) " >&6
3006 else
3007 ac_save_c_werror_flag=$ac_c_werror_flag
3008 ac_c_werror_flag=yes
3009 ac_cv_prog_cc_g=no
3010 CFLAGS="-g"
3011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3012 /* end confdefs.h. */
3015 main ()
3019 return 0;
3021 _ACEOF
3022 if ac_fn_c_try_compile "$LINENO"; then :
3023 ac_cv_prog_cc_g=yes
3024 else
3025 CFLAGS=""
3026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3027 /* end confdefs.h. */
3030 main ()
3034 return 0;
3036 _ACEOF
3037 if ac_fn_c_try_compile "$LINENO"; then :
3039 else
3040 ac_c_werror_flag=$ac_save_c_werror_flag
3041 CFLAGS="-g"
3042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3043 /* end confdefs.h. */
3046 main ()
3050 return 0;
3052 _ACEOF
3053 if ac_fn_c_try_compile "$LINENO"; then :
3054 ac_cv_prog_cc_g=yes
3056 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3061 ac_c_werror_flag=$ac_save_c_werror_flag
3063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3064 $as_echo "$ac_cv_prog_cc_g" >&6; }
3065 if test "$ac_test_CFLAGS" = set; then
3066 CFLAGS=$ac_save_CFLAGS
3067 elif test $ac_cv_prog_cc_g = yes; then
3068 if test "$GCC" = yes; then
3069 CFLAGS="-g -O2"
3070 else
3071 CFLAGS="-g"
3073 else
3074 if test "$GCC" = yes; then
3075 CFLAGS="-O2"
3076 else
3077 CFLAGS=
3080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3081 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3082 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3083 $as_echo_n "(cached) " >&6
3084 else
3085 ac_cv_prog_cc_c89=no
3086 ac_save_CC=$CC
3087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3088 /* end confdefs.h. */
3089 #include <stdarg.h>
3090 #include <stdio.h>
3091 #include <sys/types.h>
3092 #include <sys/stat.h>
3093 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3094 struct buf { int x; };
3095 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3096 static char *e (p, i)
3097 char **p;
3098 int i;
3100 return p[i];
3102 static char *f (char * (*g) (char **, int), char **p, ...)
3104 char *s;
3105 va_list v;
3106 va_start (v,p);
3107 s = g (p, va_arg (v,int));
3108 va_end (v);
3109 return s;
3112 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3113 function prototypes and stuff, but not '\xHH' hex character constants.
3114 These don't provoke an error unfortunately, instead are silently treated
3115 as 'x'. The following induces an error, until -std is added to get
3116 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3117 array size at least. It's necessary to write '\x00'==0 to get something
3118 that's true only with -std. */
3119 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3121 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3122 inside strings and character constants. */
3123 #define FOO(x) 'x'
3124 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3126 int test (int i, double x);
3127 struct s1 {int (*f) (int a);};
3128 struct s2 {int (*f) (double a);};
3129 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3130 int argc;
3131 char **argv;
3133 main ()
3135 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3137 return 0;
3139 _ACEOF
3140 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3141 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3143 CC="$ac_save_CC $ac_arg"
3144 if ac_fn_c_try_compile "$LINENO"; then :
3145 ac_cv_prog_cc_c89=$ac_arg
3147 rm -f core conftest.err conftest.$ac_objext
3148 test "x$ac_cv_prog_cc_c89" != "xno" && break
3149 done
3150 rm -f conftest.$ac_ext
3151 CC=$ac_save_CC
3154 # AC_CACHE_VAL
3155 case "x$ac_cv_prog_cc_c89" in
3157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3158 $as_echo "none needed" >&6; } ;;
3159 xno)
3160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3161 $as_echo "unsupported" >&6; } ;;
3163 CC="$CC $ac_cv_prog_cc_c89"
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3165 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3166 esac
3167 if test "x$ac_cv_prog_cc_c89" != xno; then :
3171 ac_ext=c
3172 ac_cpp='$CPP $CPPFLAGS'
3173 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3174 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3175 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3179 $as_echo_n "checking for library containing strerror... " >&6; }
3180 if test "${ac_cv_search_strerror+set}" = set; then :
3181 $as_echo_n "(cached) " >&6
3182 else
3183 ac_func_search_save_LIBS=$LIBS
3184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3185 /* end confdefs.h. */
3187 /* Override any GCC internal prototype to avoid an error.
3188 Use char because int might match the return type of a GCC
3189 builtin and then its argument prototype would still apply. */
3190 #ifdef __cplusplus
3191 extern "C"
3192 #endif
3193 char strerror ();
3195 main ()
3197 return strerror ();
3199 return 0;
3201 _ACEOF
3202 for ac_lib in '' cposix; do
3203 if test -z "$ac_lib"; then
3204 ac_res="none required"
3205 else
3206 ac_res=-l$ac_lib
3207 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3209 if ac_fn_c_try_link "$LINENO"; then :
3210 ac_cv_search_strerror=$ac_res
3212 rm -f core conftest.err conftest.$ac_objext \
3213 conftest$ac_exeext
3214 if test "${ac_cv_search_strerror+set}" = set; then :
3215 break
3217 done
3218 if test "${ac_cv_search_strerror+set}" = set; then :
3220 else
3221 ac_cv_search_strerror=no
3223 rm conftest.$ac_ext
3224 LIBS=$ac_func_search_save_LIBS
3226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3227 $as_echo "$ac_cv_search_strerror" >&6; }
3228 ac_res=$ac_cv_search_strerror
3229 if test "$ac_res" != no; then :
3230 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3235 BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
3236 am__api_version='1.11'
3238 # Find a good install program. We prefer a C program (faster),
3239 # so one script is as good as another. But avoid the broken or
3240 # incompatible versions:
3241 # SysV /etc/install, /usr/sbin/install
3242 # SunOS /usr/etc/install
3243 # IRIX /sbin/install
3244 # AIX /bin/install
3245 # AmigaOS /C/install, which installs bootblocks on floppy discs
3246 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3247 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3248 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3249 # OS/2's system install, which has a completely different semantic
3250 # ./install, which can be erroneously created by make from ./install.sh.
3251 # Reject install programs that cannot install multiple files.
3252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3253 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3254 if test -z "$INSTALL"; then
3255 if test "${ac_cv_path_install+set}" = set; then :
3256 $as_echo_n "(cached) " >&6
3257 else
3258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3259 for as_dir in $PATH
3261 IFS=$as_save_IFS
3262 test -z "$as_dir" && as_dir=.
3263 # Account for people who put trailing slashes in PATH elements.
3264 case $as_dir/ in #((
3265 ./ | .// | /[cC]/* | \
3266 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3267 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3268 /usr/ucb/* ) ;;
3270 # OSF1 and SCO ODT 3.0 have their own names for install.
3271 # Don't use installbsd from OSF since it installs stuff as root
3272 # by default.
3273 for ac_prog in ginstall scoinst install; do
3274 for ac_exec_ext in '' $ac_executable_extensions; do
3275 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3276 if test $ac_prog = install &&
3277 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3278 # AIX install. It has an incompatible calling convention.
3280 elif test $ac_prog = install &&
3281 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3282 # program-specific install script used by HP pwplus--don't use.
3284 else
3285 rm -rf conftest.one conftest.two conftest.dir
3286 echo one > conftest.one
3287 echo two > conftest.two
3288 mkdir conftest.dir
3289 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3290 test -s conftest.one && test -s conftest.two &&
3291 test -s conftest.dir/conftest.one &&
3292 test -s conftest.dir/conftest.two
3293 then
3294 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3295 break 3
3299 done
3300 done
3302 esac
3304 done
3305 IFS=$as_save_IFS
3307 rm -rf conftest.one conftest.two conftest.dir
3310 if test "${ac_cv_path_install+set}" = set; then
3311 INSTALL=$ac_cv_path_install
3312 else
3313 # As a last resort, use the slow shell script. Don't cache a
3314 # value for INSTALL within a source directory, because that will
3315 # break other packages using the cache if that directory is
3316 # removed, or if the value is a relative name.
3317 INSTALL=$ac_install_sh
3320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3321 $as_echo "$INSTALL" >&6; }
3323 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3324 # It thinks the first close brace ends the variable substitution.
3325 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3327 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3329 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3332 $as_echo_n "checking whether build environment is sane... " >&6; }
3333 # Just in case
3334 sleep 1
3335 echo timestamp > conftest.file
3336 # Reject unsafe characters in $srcdir or the absolute working directory
3337 # name. Accept space and tab only in the latter.
3338 am_lf='
3340 case `pwd` in
3341 *[\\\"\#\$\&\'\`$am_lf]*)
3342 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3343 esac
3344 case $srcdir in
3345 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3346 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3347 esac
3349 # Do `set' in a subshell so we don't clobber the current shell's
3350 # arguments. Must try -L first in case configure is actually a
3351 # symlink; some systems play weird games with the mod time of symlinks
3352 # (eg FreeBSD returns the mod time of the symlink's containing
3353 # directory).
3354 if (
3355 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3356 if test "$*" = "X"; then
3357 # -L didn't work.
3358 set X `ls -t "$srcdir/configure" conftest.file`
3360 rm -f conftest.file
3361 if test "$*" != "X $srcdir/configure conftest.file" \
3362 && test "$*" != "X conftest.file $srcdir/configure"; then
3364 # If neither matched, then we have a broken ls. This can happen
3365 # if, for instance, CONFIG_SHELL is bash and it inherits a
3366 # broken ls alias from the environment. This has actually
3367 # happened. Such a system could not be considered "sane".
3368 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3369 alias in your environment" "$LINENO" 5
3372 test "$2" = conftest.file
3374 then
3375 # Ok.
3377 else
3378 as_fn_error "newly created file is older than distributed files!
3379 Check your system clock" "$LINENO" 5
3381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3382 $as_echo "yes" >&6; }
3383 test "$program_prefix" != NONE &&
3384 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3385 # Use a double $ so make ignores it.
3386 test "$program_suffix" != NONE &&
3387 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3388 # Double any \ or $.
3389 # By default was `s,x,x', remove it if useless.
3390 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3391 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3393 # expand $ac_aux_dir to an absolute path
3394 am_aux_dir=`cd $ac_aux_dir && pwd`
3396 if test x"${MISSING+set}" != xset; then
3397 case $am_aux_dir in
3398 *\ * | *\ *)
3399 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3401 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3402 esac
3404 # Use eval to expand $SHELL
3405 if eval "$MISSING --run true"; then
3406 am_missing_run="$MISSING --run "
3407 else
3408 am_missing_run=
3409 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3410 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3413 if test x"${install_sh}" != xset; then
3414 case $am_aux_dir in
3415 *\ * | *\ *)
3416 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3418 install_sh="\${SHELL} $am_aux_dir/install-sh"
3419 esac
3422 # Installed binaries are usually stripped using `strip' when the user
3423 # run `make install-strip'. However `strip' might not be the right
3424 # tool to use in cross-compilation environments, therefore Automake
3425 # will honor the `STRIP' environment variable to overrule this program.
3426 if test "$cross_compiling" != no; then
3427 if test -n "$ac_tool_prefix"; then
3428 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3429 set dummy ${ac_tool_prefix}strip; ac_word=$2
3430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3431 $as_echo_n "checking for $ac_word... " >&6; }
3432 if test "${ac_cv_prog_STRIP+set}" = set; then :
3433 $as_echo_n "(cached) " >&6
3434 else
3435 if test -n "$STRIP"; then
3436 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3437 else
3438 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3439 for as_dir in $PATH
3441 IFS=$as_save_IFS
3442 test -z "$as_dir" && as_dir=.
3443 for ac_exec_ext in '' $ac_executable_extensions; do
3444 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3445 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3446 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3447 break 2
3449 done
3450 done
3451 IFS=$as_save_IFS
3455 STRIP=$ac_cv_prog_STRIP
3456 if test -n "$STRIP"; then
3457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3458 $as_echo "$STRIP" >&6; }
3459 else
3460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3461 $as_echo "no" >&6; }
3466 if test -z "$ac_cv_prog_STRIP"; then
3467 ac_ct_STRIP=$STRIP
3468 # Extract the first word of "strip", so it can be a program name with args.
3469 set dummy strip; ac_word=$2
3470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3471 $as_echo_n "checking for $ac_word... " >&6; }
3472 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3473 $as_echo_n "(cached) " >&6
3474 else
3475 if test -n "$ac_ct_STRIP"; then
3476 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3477 else
3478 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3479 for as_dir in $PATH
3481 IFS=$as_save_IFS
3482 test -z "$as_dir" && as_dir=.
3483 for ac_exec_ext in '' $ac_executable_extensions; do
3484 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3485 ac_cv_prog_ac_ct_STRIP="strip"
3486 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3487 break 2
3489 done
3490 done
3491 IFS=$as_save_IFS
3495 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3496 if test -n "$ac_ct_STRIP"; then
3497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3498 $as_echo "$ac_ct_STRIP" >&6; }
3499 else
3500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3501 $as_echo "no" >&6; }
3504 if test "x$ac_ct_STRIP" = x; then
3505 STRIP=":"
3506 else
3507 case $cross_compiling:$ac_tool_warned in
3508 yes:)
3509 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3510 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3511 ac_tool_warned=yes ;;
3512 esac
3513 STRIP=$ac_ct_STRIP
3515 else
3516 STRIP="$ac_cv_prog_STRIP"
3520 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3523 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3524 if test -z "$MKDIR_P"; then
3525 if test "${ac_cv_path_mkdir+set}" = set; then :
3526 $as_echo_n "(cached) " >&6
3527 else
3528 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3529 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3531 IFS=$as_save_IFS
3532 test -z "$as_dir" && as_dir=.
3533 for ac_prog in mkdir gmkdir; do
3534 for ac_exec_ext in '' $ac_executable_extensions; do
3535 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3536 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3537 'mkdir (GNU coreutils) '* | \
3538 'mkdir (coreutils) '* | \
3539 'mkdir (fileutils) '4.1*)
3540 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3541 break 3;;
3542 esac
3543 done
3544 done
3545 done
3546 IFS=$as_save_IFS
3550 if test "${ac_cv_path_mkdir+set}" = set; then
3551 MKDIR_P="$ac_cv_path_mkdir -p"
3552 else
3553 # As a last resort, use the slow shell script. Don't cache a
3554 # value for MKDIR_P within a source directory, because that will
3555 # break other packages using the cache if that directory is
3556 # removed, or if the value is a relative name.
3557 test -d ./--version && rmdir ./--version
3558 MKDIR_P="$ac_install_sh -d"
3561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3562 $as_echo "$MKDIR_P" >&6; }
3564 mkdir_p="$MKDIR_P"
3565 case $mkdir_p in
3566 [\\/$]* | ?:[\\/]*) ;;
3567 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3568 esac
3570 for ac_prog in gawk mawk nawk awk
3572 # Extract the first word of "$ac_prog", so it can be a program name with args.
3573 set dummy $ac_prog; ac_word=$2
3574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3575 $as_echo_n "checking for $ac_word... " >&6; }
3576 if test "${ac_cv_prog_AWK+set}" = set; then :
3577 $as_echo_n "(cached) " >&6
3578 else
3579 if test -n "$AWK"; then
3580 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3581 else
3582 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3583 for as_dir in $PATH
3585 IFS=$as_save_IFS
3586 test -z "$as_dir" && as_dir=.
3587 for ac_exec_ext in '' $ac_executable_extensions; do
3588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3589 ac_cv_prog_AWK="$ac_prog"
3590 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3591 break 2
3593 done
3594 done
3595 IFS=$as_save_IFS
3599 AWK=$ac_cv_prog_AWK
3600 if test -n "$AWK"; then
3601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3602 $as_echo "$AWK" >&6; }
3603 else
3604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3605 $as_echo "no" >&6; }
3609 test -n "$AWK" && break
3610 done
3612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3613 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3614 set x ${MAKE-make}
3615 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3616 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3617 $as_echo_n "(cached) " >&6
3618 else
3619 cat >conftest.make <<\_ACEOF
3620 SHELL = /bin/sh
3621 all:
3622 @echo '@@@%%%=$(MAKE)=@@@%%%'
3623 _ACEOF
3624 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3625 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3626 *@@@%%%=?*=@@@%%%*)
3627 eval ac_cv_prog_make_${ac_make}_set=yes;;
3629 eval ac_cv_prog_make_${ac_make}_set=no;;
3630 esac
3631 rm -f conftest.make
3633 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3635 $as_echo "yes" >&6; }
3636 SET_MAKE=
3637 else
3638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3639 $as_echo "no" >&6; }
3640 SET_MAKE="MAKE=${MAKE-make}"
3643 rm -rf .tst 2>/dev/null
3644 mkdir .tst 2>/dev/null
3645 if test -d .tst; then
3646 am__leading_dot=.
3647 else
3648 am__leading_dot=_
3650 rmdir .tst 2>/dev/null
3652 DEPDIR="${am__leading_dot}deps"
3654 ac_config_commands="$ac_config_commands depfiles"
3657 am_make=${MAKE-make}
3658 cat > confinc << 'END'
3659 am__doit:
3660 @echo this is the am__doit target
3661 .PHONY: am__doit
3663 # If we don't find an include directive, just comment out the code.
3664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3665 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3666 am__include="#"
3667 am__quote=
3668 _am_result=none
3669 # First try GNU make style include.
3670 echo "include confinc" > confmf
3671 # Ignore all kinds of additional output from `make'.
3672 case `$am_make -s -f confmf 2> /dev/null` in #(
3673 *the\ am__doit\ target*)
3674 am__include=include
3675 am__quote=
3676 _am_result=GNU
3678 esac
3679 # Now try BSD make style include.
3680 if test "$am__include" = "#"; then
3681 echo '.include "confinc"' > confmf
3682 case `$am_make -s -f confmf 2> /dev/null` in #(
3683 *the\ am__doit\ target*)
3684 am__include=.include
3685 am__quote="\""
3686 _am_result=BSD
3688 esac
3692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3693 $as_echo "$_am_result" >&6; }
3694 rm -f confinc confmf
3696 # Check whether --enable-dependency-tracking was given.
3697 if test "${enable_dependency_tracking+set}" = set; then :
3698 enableval=$enable_dependency_tracking;
3701 if test "x$enable_dependency_tracking" != xno; then
3702 am_depcomp="$ac_aux_dir/depcomp"
3703 AMDEPBACKSLASH='\'
3705 if test "x$enable_dependency_tracking" != xno; then
3706 AMDEP_TRUE=
3707 AMDEP_FALSE='#'
3708 else
3709 AMDEP_TRUE='#'
3710 AMDEP_FALSE=
3714 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3715 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3716 # is not polluted with repeated "-I."
3717 am__isrc=' -I$(srcdir)'
3718 # test to see if srcdir already configured
3719 if test -f $srcdir/config.status; then
3720 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3724 # test whether we have cygpath
3725 if test -z "$CYGPATH_W"; then
3726 if (cygpath --version) >/dev/null 2>/dev/null; then
3727 CYGPATH_W='cygpath -w'
3728 else
3729 CYGPATH_W=echo
3734 # Define the identity of the package.
3735 PACKAGE=binutils
3736 VERSION=${BFD_VERSION}
3739 cat >>confdefs.h <<_ACEOF
3740 #define PACKAGE "$PACKAGE"
3741 _ACEOF
3744 cat >>confdefs.h <<_ACEOF
3745 #define VERSION "$VERSION"
3746 _ACEOF
3748 # Some tools Automake needs.
3750 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3753 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3756 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3759 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3762 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3764 # We need awk for the "check" target. The system "awk" is bad on
3765 # some platforms.
3766 # Always define AMTAR for backward compatibility.
3768 AMTAR=${AMTAR-"${am_missing_run}tar"}
3770 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3775 depcc="$CC" am_compiler_list=
3777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3778 $as_echo_n "checking dependency style of $depcc... " >&6; }
3779 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3780 $as_echo_n "(cached) " >&6
3781 else
3782 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3783 # We make a subdir and do the tests there. Otherwise we can end up
3784 # making bogus files that we don't know about and never remove. For
3785 # instance it was reported that on HP-UX the gcc test will end up
3786 # making a dummy file named `D' -- because `-MD' means `put the output
3787 # in D'.
3788 mkdir conftest.dir
3789 # Copy depcomp to subdir because otherwise we won't find it if we're
3790 # using a relative directory.
3791 cp "$am_depcomp" conftest.dir
3792 cd conftest.dir
3793 # We will build objects and dependencies in a subdirectory because
3794 # it helps to detect inapplicable dependency modes. For instance
3795 # both Tru64's cc and ICC support -MD to output dependencies as a
3796 # side effect of compilation, but ICC will put the dependencies in
3797 # the current directory while Tru64 will put them in the object
3798 # directory.
3799 mkdir sub
3801 am_cv_CC_dependencies_compiler_type=none
3802 if test "$am_compiler_list" = ""; then
3803 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3805 am__universal=false
3806 case " $depcc " in #(
3807 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3808 esac
3810 for depmode in $am_compiler_list; do
3811 # Setup a source with many dependencies, because some compilers
3812 # like to wrap large dependency lists on column 80 (with \), and
3813 # we should not choose a depcomp mode which is confused by this.
3815 # We need to recreate these files for each test, as the compiler may
3816 # overwrite some of them when testing with obscure command lines.
3817 # This happens at least with the AIX C compiler.
3818 : > sub/conftest.c
3819 for i in 1 2 3 4 5 6; do
3820 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3821 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3822 # Solaris 8's {/usr,}/bin/sh.
3823 touch sub/conftst$i.h
3824 done
3825 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3827 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3828 # mode. It turns out that the SunPro C++ compiler does not properly
3829 # handle `-M -o', and we need to detect this. Also, some Intel
3830 # versions had trouble with output in subdirs
3831 am__obj=sub/conftest.${OBJEXT-o}
3832 am__minus_obj="-o $am__obj"
3833 case $depmode in
3834 gcc)
3835 # This depmode causes a compiler race in universal mode.
3836 test "$am__universal" = false || continue
3838 nosideeffect)
3839 # after this tag, mechanisms are not by side-effect, so they'll
3840 # only be used when explicitly requested
3841 if test "x$enable_dependency_tracking" = xyes; then
3842 continue
3843 else
3844 break
3847 msvisualcpp | msvcmsys)
3848 # This compiler won't grok `-c -o', but also, the minuso test has
3849 # not run yet. These depmodes are late enough in the game, and
3850 # so weak that their functioning should not be impacted.
3851 am__obj=conftest.${OBJEXT-o}
3852 am__minus_obj=
3854 none) break ;;
3855 esac
3856 if depmode=$depmode \
3857 source=sub/conftest.c object=$am__obj \
3858 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3859 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3860 >/dev/null 2>conftest.err &&
3861 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3862 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3863 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3864 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3865 # icc doesn't choke on unknown options, it will just issue warnings
3866 # or remarks (even with -Werror). So we grep stderr for any message
3867 # that says an option was ignored or not supported.
3868 # When given -MP, icc 7.0 and 7.1 complain thusly:
3869 # icc: Command line warning: ignoring option '-M'; no argument required
3870 # The diagnosis changed in icc 8.0:
3871 # icc: Command line remark: option '-MP' not supported
3872 if (grep 'ignoring option' conftest.err ||
3873 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3874 am_cv_CC_dependencies_compiler_type=$depmode
3875 break
3878 done
3880 cd ..
3881 rm -rf conftest.dir
3882 else
3883 am_cv_CC_dependencies_compiler_type=none
3887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3888 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3889 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3892 test "x$enable_dependency_tracking" != xno \
3893 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3894 am__fastdepCC_TRUE=
3895 am__fastdepCC_FALSE='#'
3896 else
3897 am__fastdepCC_TRUE='#'
3898 am__fastdepCC_FALSE=
3904 ac_ext=c
3905 ac_cpp='$CPP $CPPFLAGS'
3906 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3907 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3908 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3909 if test -n "$ac_tool_prefix"; then
3910 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3911 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3913 $as_echo_n "checking for $ac_word... " >&6; }
3914 if test "${ac_cv_prog_CC+set}" = set; then :
3915 $as_echo_n "(cached) " >&6
3916 else
3917 if test -n "$CC"; then
3918 ac_cv_prog_CC="$CC" # Let the user override the test.
3919 else
3920 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3921 for as_dir in $PATH
3923 IFS=$as_save_IFS
3924 test -z "$as_dir" && as_dir=.
3925 for ac_exec_ext in '' $ac_executable_extensions; do
3926 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3927 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3929 break 2
3931 done
3932 done
3933 IFS=$as_save_IFS
3937 CC=$ac_cv_prog_CC
3938 if test -n "$CC"; then
3939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3940 $as_echo "$CC" >&6; }
3941 else
3942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3943 $as_echo "no" >&6; }
3948 if test -z "$ac_cv_prog_CC"; then
3949 ac_ct_CC=$CC
3950 # Extract the first word of "gcc", so it can be a program name with args.
3951 set dummy gcc; ac_word=$2
3952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3953 $as_echo_n "checking for $ac_word... " >&6; }
3954 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3955 $as_echo_n "(cached) " >&6
3956 else
3957 if test -n "$ac_ct_CC"; then
3958 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3959 else
3960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3961 for as_dir in $PATH
3963 IFS=$as_save_IFS
3964 test -z "$as_dir" && as_dir=.
3965 for ac_exec_ext in '' $ac_executable_extensions; do
3966 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3967 ac_cv_prog_ac_ct_CC="gcc"
3968 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3969 break 2
3971 done
3972 done
3973 IFS=$as_save_IFS
3977 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3978 if test -n "$ac_ct_CC"; then
3979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3980 $as_echo "$ac_ct_CC" >&6; }
3981 else
3982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3983 $as_echo "no" >&6; }
3986 if test "x$ac_ct_CC" = x; then
3987 CC=""
3988 else
3989 case $cross_compiling:$ac_tool_warned in
3990 yes:)
3991 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3992 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3993 ac_tool_warned=yes ;;
3994 esac
3995 CC=$ac_ct_CC
3997 else
3998 CC="$ac_cv_prog_CC"
4001 if test -z "$CC"; then
4002 if test -n "$ac_tool_prefix"; then
4003 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4004 set dummy ${ac_tool_prefix}cc; ac_word=$2
4005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4006 $as_echo_n "checking for $ac_word... " >&6; }
4007 if test "${ac_cv_prog_CC+set}" = set; then :
4008 $as_echo_n "(cached) " >&6
4009 else
4010 if test -n "$CC"; then
4011 ac_cv_prog_CC="$CC" # Let the user override the test.
4012 else
4013 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4014 for as_dir in $PATH
4016 IFS=$as_save_IFS
4017 test -z "$as_dir" && as_dir=.
4018 for ac_exec_ext in '' $ac_executable_extensions; do
4019 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4020 ac_cv_prog_CC="${ac_tool_prefix}cc"
4021 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4022 break 2
4024 done
4025 done
4026 IFS=$as_save_IFS
4030 CC=$ac_cv_prog_CC
4031 if test -n "$CC"; then
4032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4033 $as_echo "$CC" >&6; }
4034 else
4035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4036 $as_echo "no" >&6; }
4042 if test -z "$CC"; then
4043 # Extract the first word of "cc", so it can be a program name with args.
4044 set dummy cc; ac_word=$2
4045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4046 $as_echo_n "checking for $ac_word... " >&6; }
4047 if test "${ac_cv_prog_CC+set}" = set; then :
4048 $as_echo_n "(cached) " >&6
4049 else
4050 if test -n "$CC"; then
4051 ac_cv_prog_CC="$CC" # Let the user override the test.
4052 else
4053 ac_prog_rejected=no
4054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4055 for as_dir in $PATH
4057 IFS=$as_save_IFS
4058 test -z "$as_dir" && as_dir=.
4059 for ac_exec_ext in '' $ac_executable_extensions; do
4060 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4061 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4062 ac_prog_rejected=yes
4063 continue
4065 ac_cv_prog_CC="cc"
4066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4067 break 2
4069 done
4070 done
4071 IFS=$as_save_IFS
4073 if test $ac_prog_rejected = yes; then
4074 # We found a bogon in the path, so make sure we never use it.
4075 set dummy $ac_cv_prog_CC
4076 shift
4077 if test $# != 0; then
4078 # We chose a different compiler from the bogus one.
4079 # However, it has the same basename, so the bogon will be chosen
4080 # first if we set CC to just the basename; use the full file name.
4081 shift
4082 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4087 CC=$ac_cv_prog_CC
4088 if test -n "$CC"; then
4089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4090 $as_echo "$CC" >&6; }
4091 else
4092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4093 $as_echo "no" >&6; }
4098 if test -z "$CC"; then
4099 if test -n "$ac_tool_prefix"; then
4100 for ac_prog in cl.exe
4102 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4103 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4105 $as_echo_n "checking for $ac_word... " >&6; }
4106 if test "${ac_cv_prog_CC+set}" = set; then :
4107 $as_echo_n "(cached) " >&6
4108 else
4109 if test -n "$CC"; then
4110 ac_cv_prog_CC="$CC" # Let the user override the test.
4111 else
4112 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4113 for as_dir in $PATH
4115 IFS=$as_save_IFS
4116 test -z "$as_dir" && as_dir=.
4117 for ac_exec_ext in '' $ac_executable_extensions; do
4118 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4119 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4120 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4121 break 2
4123 done
4124 done
4125 IFS=$as_save_IFS
4129 CC=$ac_cv_prog_CC
4130 if test -n "$CC"; then
4131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4132 $as_echo "$CC" >&6; }
4133 else
4134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4135 $as_echo "no" >&6; }
4139 test -n "$CC" && break
4140 done
4142 if test -z "$CC"; then
4143 ac_ct_CC=$CC
4144 for ac_prog in cl.exe
4146 # Extract the first word of "$ac_prog", so it can be a program name with args.
4147 set dummy $ac_prog; ac_word=$2
4148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4149 $as_echo_n "checking for $ac_word... " >&6; }
4150 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4151 $as_echo_n "(cached) " >&6
4152 else
4153 if test -n "$ac_ct_CC"; then
4154 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4155 else
4156 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4157 for as_dir in $PATH
4159 IFS=$as_save_IFS
4160 test -z "$as_dir" && as_dir=.
4161 for ac_exec_ext in '' $ac_executable_extensions; do
4162 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4163 ac_cv_prog_ac_ct_CC="$ac_prog"
4164 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4165 break 2
4167 done
4168 done
4169 IFS=$as_save_IFS
4173 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4174 if test -n "$ac_ct_CC"; then
4175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4176 $as_echo "$ac_ct_CC" >&6; }
4177 else
4178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4179 $as_echo "no" >&6; }
4183 test -n "$ac_ct_CC" && break
4184 done
4186 if test "x$ac_ct_CC" = x; then
4187 CC=""
4188 else
4189 case $cross_compiling:$ac_tool_warned in
4190 yes:)
4191 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4192 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4193 ac_tool_warned=yes ;;
4194 esac
4195 CC=$ac_ct_CC
4202 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4203 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4204 as_fn_error "no acceptable C compiler found in \$PATH
4205 See \`config.log' for more details." "$LINENO" 5; }
4207 # Provide some information about the compiler.
4208 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4209 set X $ac_compile
4210 ac_compiler=$2
4211 for ac_option in --version -v -V -qversion; do
4212 { { ac_try="$ac_compiler $ac_option >&5"
4213 case "(($ac_try" in
4214 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4215 *) ac_try_echo=$ac_try;;
4216 esac
4217 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4218 $as_echo "$ac_try_echo"; } >&5
4219 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4220 ac_status=$?
4221 if test -s conftest.err; then
4222 sed '10a\
4223 ... rest of stderr output deleted ...
4224 10q' conftest.err >conftest.er1
4225 cat conftest.er1 >&5
4226 rm -f conftest.er1 conftest.err
4228 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4229 test $ac_status = 0; }
4230 done
4232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4233 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4234 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4235 $as_echo_n "(cached) " >&6
4236 else
4237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4238 /* end confdefs.h. */
4241 main ()
4243 #ifndef __GNUC__
4244 choke me
4245 #endif
4248 return 0;
4250 _ACEOF
4251 if ac_fn_c_try_compile "$LINENO"; then :
4252 ac_compiler_gnu=yes
4253 else
4254 ac_compiler_gnu=no
4256 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4257 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4261 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4262 if test $ac_compiler_gnu = yes; then
4263 GCC=yes
4264 else
4265 GCC=
4267 ac_test_CFLAGS=${CFLAGS+set}
4268 ac_save_CFLAGS=$CFLAGS
4269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4270 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4271 if test "${ac_cv_prog_cc_g+set}" = set; then :
4272 $as_echo_n "(cached) " >&6
4273 else
4274 ac_save_c_werror_flag=$ac_c_werror_flag
4275 ac_c_werror_flag=yes
4276 ac_cv_prog_cc_g=no
4277 CFLAGS="-g"
4278 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4279 /* end confdefs.h. */
4282 main ()
4286 return 0;
4288 _ACEOF
4289 if ac_fn_c_try_compile "$LINENO"; then :
4290 ac_cv_prog_cc_g=yes
4291 else
4292 CFLAGS=""
4293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4294 /* end confdefs.h. */
4297 main ()
4301 return 0;
4303 _ACEOF
4304 if ac_fn_c_try_compile "$LINENO"; then :
4306 else
4307 ac_c_werror_flag=$ac_save_c_werror_flag
4308 CFLAGS="-g"
4309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4310 /* end confdefs.h. */
4313 main ()
4317 return 0;
4319 _ACEOF
4320 if ac_fn_c_try_compile "$LINENO"; then :
4321 ac_cv_prog_cc_g=yes
4323 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4325 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4327 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4328 ac_c_werror_flag=$ac_save_c_werror_flag
4330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4331 $as_echo "$ac_cv_prog_cc_g" >&6; }
4332 if test "$ac_test_CFLAGS" = set; then
4333 CFLAGS=$ac_save_CFLAGS
4334 elif test $ac_cv_prog_cc_g = yes; then
4335 if test "$GCC" = yes; then
4336 CFLAGS="-g -O2"
4337 else
4338 CFLAGS="-g"
4340 else
4341 if test "$GCC" = yes; then
4342 CFLAGS="-O2"
4343 else
4344 CFLAGS=
4347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4348 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4349 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4350 $as_echo_n "(cached) " >&6
4351 else
4352 ac_cv_prog_cc_c89=no
4353 ac_save_CC=$CC
4354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4355 /* end confdefs.h. */
4356 #include <stdarg.h>
4357 #include <stdio.h>
4358 #include <sys/types.h>
4359 #include <sys/stat.h>
4360 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4361 struct buf { int x; };
4362 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4363 static char *e (p, i)
4364 char **p;
4365 int i;
4367 return p[i];
4369 static char *f (char * (*g) (char **, int), char **p, ...)
4371 char *s;
4372 va_list v;
4373 va_start (v,p);
4374 s = g (p, va_arg (v,int));
4375 va_end (v);
4376 return s;
4379 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4380 function prototypes and stuff, but not '\xHH' hex character constants.
4381 These don't provoke an error unfortunately, instead are silently treated
4382 as 'x'. The following induces an error, until -std is added to get
4383 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4384 array size at least. It's necessary to write '\x00'==0 to get something
4385 that's true only with -std. */
4386 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4388 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4389 inside strings and character constants. */
4390 #define FOO(x) 'x'
4391 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4393 int test (int i, double x);
4394 struct s1 {int (*f) (int a);};
4395 struct s2 {int (*f) (double a);};
4396 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4397 int argc;
4398 char **argv;
4400 main ()
4402 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4404 return 0;
4406 _ACEOF
4407 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4408 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4410 CC="$ac_save_CC $ac_arg"
4411 if ac_fn_c_try_compile "$LINENO"; then :
4412 ac_cv_prog_cc_c89=$ac_arg
4414 rm -f core conftest.err conftest.$ac_objext
4415 test "x$ac_cv_prog_cc_c89" != "xno" && break
4416 done
4417 rm -f conftest.$ac_ext
4418 CC=$ac_save_CC
4421 # AC_CACHE_VAL
4422 case "x$ac_cv_prog_cc_c89" in
4424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4425 $as_echo "none needed" >&6; } ;;
4426 xno)
4427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4428 $as_echo "unsupported" >&6; } ;;
4430 CC="$CC $ac_cv_prog_cc_c89"
4431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4432 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4433 esac
4434 if test "x$ac_cv_prog_cc_c89" != xno; then :
4438 ac_ext=c
4439 ac_cpp='$CPP $CPPFLAGS'
4440 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4441 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4442 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4444 ac_ext=c
4445 ac_cpp='$CPP $CPPFLAGS'
4446 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4447 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4448 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4450 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4451 # On Suns, sometimes $CPP names a directory.
4452 if test -n "$CPP" && test -d "$CPP"; then
4453 CPP=
4455 if test -z "$CPP"; then
4456 if test "${ac_cv_prog_CPP+set}" = set; then :
4457 $as_echo_n "(cached) " >&6
4458 else
4459 # Double quotes because CPP needs to be expanded
4460 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4462 ac_preproc_ok=false
4463 for ac_c_preproc_warn_flag in '' yes
4465 # Use a header file that comes with gcc, so configuring glibc
4466 # with a fresh cross-compiler works.
4467 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4468 # <limits.h> exists even on freestanding compilers.
4469 # On the NeXT, cc -E runs the code through the compiler's parser,
4470 # not just through cpp. "Syntax error" is here to catch this case.
4471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4472 /* end confdefs.h. */
4473 #ifdef __STDC__
4474 # include <limits.h>
4475 #else
4476 # include <assert.h>
4477 #endif
4478 Syntax error
4479 _ACEOF
4480 if ac_fn_c_try_cpp "$LINENO"; then :
4482 else
4483 # Broken: fails on valid input.
4484 continue
4486 rm -f conftest.err conftest.$ac_ext
4488 # OK, works on sane cases. Now check whether nonexistent headers
4489 # can be detected and how.
4490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4491 /* end confdefs.h. */
4492 #include <ac_nonexistent.h>
4493 _ACEOF
4494 if ac_fn_c_try_cpp "$LINENO"; then :
4495 # Broken: success on invalid input.
4496 continue
4497 else
4498 # Passes both tests.
4499 ac_preproc_ok=:
4500 break
4502 rm -f conftest.err conftest.$ac_ext
4504 done
4505 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4506 rm -f conftest.err conftest.$ac_ext
4507 if $ac_preproc_ok; then :
4508 break
4511 done
4512 ac_cv_prog_CPP=$CPP
4515 CPP=$ac_cv_prog_CPP
4516 else
4517 ac_cv_prog_CPP=$CPP
4519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4520 $as_echo "$CPP" >&6; }
4521 ac_preproc_ok=false
4522 for ac_c_preproc_warn_flag in '' yes
4524 # Use a header file that comes with gcc, so configuring glibc
4525 # with a fresh cross-compiler works.
4526 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4527 # <limits.h> exists even on freestanding compilers.
4528 # On the NeXT, cc -E runs the code through the compiler's parser,
4529 # not just through cpp. "Syntax error" is here to catch this case.
4530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4531 /* end confdefs.h. */
4532 #ifdef __STDC__
4533 # include <limits.h>
4534 #else
4535 # include <assert.h>
4536 #endif
4537 Syntax error
4538 _ACEOF
4539 if ac_fn_c_try_cpp "$LINENO"; then :
4541 else
4542 # Broken: fails on valid input.
4543 continue
4545 rm -f conftest.err conftest.$ac_ext
4547 # OK, works on sane cases. Now check whether nonexistent headers
4548 # can be detected and how.
4549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4550 /* end confdefs.h. */
4551 #include <ac_nonexistent.h>
4552 _ACEOF
4553 if ac_fn_c_try_cpp "$LINENO"; then :
4554 # Broken: success on invalid input.
4555 continue
4556 else
4557 # Passes both tests.
4558 ac_preproc_ok=:
4559 break
4561 rm -f conftest.err conftest.$ac_ext
4563 done
4564 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4565 rm -f conftest.err conftest.$ac_ext
4566 if $ac_preproc_ok; then :
4568 else
4569 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4570 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4571 as_fn_error "C preprocessor \"$CPP\" fails sanity check
4572 See \`config.log' for more details." "$LINENO" 5; }
4575 ac_ext=c
4576 ac_cpp='$CPP $CPPFLAGS'
4577 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4578 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4579 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4583 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4584 if test "${ac_cv_path_GREP+set}" = set; then :
4585 $as_echo_n "(cached) " >&6
4586 else
4587 if test -z "$GREP"; then
4588 ac_path_GREP_found=false
4589 # Loop through the user's path and test for each of PROGNAME-LIST
4590 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4591 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4593 IFS=$as_save_IFS
4594 test -z "$as_dir" && as_dir=.
4595 for ac_prog in grep ggrep; do
4596 for ac_exec_ext in '' $ac_executable_extensions; do
4597 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4598 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4599 # Check for GNU ac_path_GREP and select it if it is found.
4600 # Check for GNU $ac_path_GREP
4601 case `"$ac_path_GREP" --version 2>&1` in
4602 *GNU*)
4603 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4605 ac_count=0
4606 $as_echo_n 0123456789 >"conftest.in"
4607 while :
4609 cat "conftest.in" "conftest.in" >"conftest.tmp"
4610 mv "conftest.tmp" "conftest.in"
4611 cp "conftest.in" "conftest.nl"
4612 $as_echo 'GREP' >> "conftest.nl"
4613 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4614 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4615 as_fn_arith $ac_count + 1 && ac_count=$as_val
4616 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4617 # Best one so far, save it but keep looking for a better one
4618 ac_cv_path_GREP="$ac_path_GREP"
4619 ac_path_GREP_max=$ac_count
4621 # 10*(2^10) chars as input seems more than enough
4622 test $ac_count -gt 10 && break
4623 done
4624 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4625 esac
4627 $ac_path_GREP_found && break 3
4628 done
4629 done
4630 done
4631 IFS=$as_save_IFS
4632 if test -z "$ac_cv_path_GREP"; then
4633 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4635 else
4636 ac_cv_path_GREP=$GREP
4640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4641 $as_echo "$ac_cv_path_GREP" >&6; }
4642 GREP="$ac_cv_path_GREP"
4645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4646 $as_echo_n "checking for egrep... " >&6; }
4647 if test "${ac_cv_path_EGREP+set}" = set; then :
4648 $as_echo_n "(cached) " >&6
4649 else
4650 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4651 then ac_cv_path_EGREP="$GREP -E"
4652 else
4653 if test -z "$EGREP"; then
4654 ac_path_EGREP_found=false
4655 # Loop through the user's path and test for each of PROGNAME-LIST
4656 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4657 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4659 IFS=$as_save_IFS
4660 test -z "$as_dir" && as_dir=.
4661 for ac_prog in egrep; do
4662 for ac_exec_ext in '' $ac_executable_extensions; do
4663 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4664 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4665 # Check for GNU ac_path_EGREP and select it if it is found.
4666 # Check for GNU $ac_path_EGREP
4667 case `"$ac_path_EGREP" --version 2>&1` in
4668 *GNU*)
4669 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4671 ac_count=0
4672 $as_echo_n 0123456789 >"conftest.in"
4673 while :
4675 cat "conftest.in" "conftest.in" >"conftest.tmp"
4676 mv "conftest.tmp" "conftest.in"
4677 cp "conftest.in" "conftest.nl"
4678 $as_echo 'EGREP' >> "conftest.nl"
4679 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4680 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4681 as_fn_arith $ac_count + 1 && ac_count=$as_val
4682 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4683 # Best one so far, save it but keep looking for a better one
4684 ac_cv_path_EGREP="$ac_path_EGREP"
4685 ac_path_EGREP_max=$ac_count
4687 # 10*(2^10) chars as input seems more than enough
4688 test $ac_count -gt 10 && break
4689 done
4690 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4691 esac
4693 $ac_path_EGREP_found && break 3
4694 done
4695 done
4696 done
4697 IFS=$as_save_IFS
4698 if test -z "$ac_cv_path_EGREP"; then
4699 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4701 else
4702 ac_cv_path_EGREP=$EGREP
4707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4708 $as_echo "$ac_cv_path_EGREP" >&6; }
4709 EGREP="$ac_cv_path_EGREP"
4712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4713 $as_echo_n "checking for ANSI C header files... " >&6; }
4714 if test "${ac_cv_header_stdc+set}" = set; then :
4715 $as_echo_n "(cached) " >&6
4716 else
4717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4718 /* end confdefs.h. */
4719 #include <stdlib.h>
4720 #include <stdarg.h>
4721 #include <string.h>
4722 #include <float.h>
4725 main ()
4729 return 0;
4731 _ACEOF
4732 if ac_fn_c_try_compile "$LINENO"; then :
4733 ac_cv_header_stdc=yes
4734 else
4735 ac_cv_header_stdc=no
4737 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4739 if test $ac_cv_header_stdc = yes; then
4740 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4742 /* end confdefs.h. */
4743 #include <string.h>
4745 _ACEOF
4746 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4747 $EGREP "memchr" >/dev/null 2>&1; then :
4749 else
4750 ac_cv_header_stdc=no
4752 rm -f conftest*
4756 if test $ac_cv_header_stdc = yes; then
4757 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4759 /* end confdefs.h. */
4760 #include <stdlib.h>
4762 _ACEOF
4763 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4764 $EGREP "free" >/dev/null 2>&1; then :
4766 else
4767 ac_cv_header_stdc=no
4769 rm -f conftest*
4773 if test $ac_cv_header_stdc = yes; then
4774 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4775 if test "$cross_compiling" = yes; then :
4777 else
4778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4779 /* end confdefs.h. */
4780 #include <ctype.h>
4781 #include <stdlib.h>
4782 #if ((' ' & 0x0FF) == 0x020)
4783 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4784 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4785 #else
4786 # define ISLOWER(c) \
4787 (('a' <= (c) && (c) <= 'i') \
4788 || ('j' <= (c) && (c) <= 'r') \
4789 || ('s' <= (c) && (c) <= 'z'))
4790 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4791 #endif
4793 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4795 main ()
4797 int i;
4798 for (i = 0; i < 256; i++)
4799 if (XOR (islower (i), ISLOWER (i))
4800 || toupper (i) != TOUPPER (i))
4801 return 2;
4802 return 0;
4804 _ACEOF
4805 if ac_fn_c_try_run "$LINENO"; then :
4807 else
4808 ac_cv_header_stdc=no
4810 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4811 conftest.$ac_objext conftest.beam conftest.$ac_ext
4816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4817 $as_echo "$ac_cv_header_stdc" >&6; }
4818 if test $ac_cv_header_stdc = yes; then
4820 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4824 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4825 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4826 inttypes.h stdint.h unistd.h
4827 do :
4828 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4829 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4831 eval as_val=\$$as_ac_Header
4832 if test "x$as_val" = x""yes; then :
4833 cat >>confdefs.h <<_ACEOF
4834 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4835 _ACEOF
4839 done
4843 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4844 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
4845 MINIX=yes
4846 else
4847 MINIX=
4851 if test "$MINIX" = yes; then
4853 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4856 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4859 $as_echo "#define _MINIX 1" >>confdefs.h
4864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4865 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4866 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4867 $as_echo_n "(cached) " >&6
4868 else
4869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4870 /* end confdefs.h. */
4872 # define __EXTENSIONS__ 1
4873 $ac_includes_default
4875 main ()
4879 return 0;
4881 _ACEOF
4882 if ac_fn_c_try_compile "$LINENO"; then :
4883 ac_cv_safe_to_define___extensions__=yes
4884 else
4885 ac_cv_safe_to_define___extensions__=no
4887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4890 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4891 test $ac_cv_safe_to_define___extensions__ = yes &&
4892 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4894 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4896 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4898 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4900 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4907 # The tests for host and target for $enable_largefile require
4908 # canonical names.
4912 # As the $enable_largefile decision depends on --enable-plugins we must set it
4913 # even in directories otherwise not depending on the $plugins option.
4916 # Check whether --enable-plugins was given.
4917 if test "${enable_plugins+set}" = set; then :
4918 enableval=$enable_plugins; case "${enableval}" in
4919 yes | "") plugins=yes ;;
4920 no) plugins=no ;;
4921 *) plugins=yes ;;
4922 esac
4923 else
4924 plugins=no
4929 case "${host}" in
4930 sparc-*-solaris*|i[3-7]86-*-solaris*)
4931 # On native 32bit sparc and ia32 solaris, large-file and procfs support
4932 # are mutually exclusive; and without procfs support, the bfd/ elf module
4933 # cannot provide certain routines such as elfcore_write_prpsinfo
4934 # or elfcore_write_prstatus. So unless the user explicitly requested
4935 # large-file support through the --enable-largefile switch, disable
4936 # large-file support in favor of procfs support.
4937 test "${target}" = "${host}" -a "x$plugins" = xno \
4938 && : ${enable_largefile="no"}
4940 esac
4942 # Check whether --enable-largefile was given.
4943 if test "${enable_largefile+set}" = set; then :
4944 enableval=$enable_largefile;
4947 if test "$enable_largefile" != no; then
4949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
4950 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
4951 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
4952 $as_echo_n "(cached) " >&6
4953 else
4954 ac_cv_sys_largefile_CC=no
4955 if test "$GCC" != yes; then
4956 ac_save_CC=$CC
4957 while :; do
4958 # IRIX 6.2 and later do not support large files by default,
4959 # so use the C compiler's -n32 option if that helps.
4960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4961 /* end confdefs.h. */
4962 #include <sys/types.h>
4963 /* Check that off_t can represent 2**63 - 1 correctly.
4964 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4965 since some C++ compilers masquerading as C compilers
4966 incorrectly reject 9223372036854775807. */
4967 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4968 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4969 && LARGE_OFF_T % 2147483647 == 1)
4970 ? 1 : -1];
4972 main ()
4976 return 0;
4978 _ACEOF
4979 if ac_fn_c_try_compile "$LINENO"; then :
4980 break
4982 rm -f core conftest.err conftest.$ac_objext
4983 CC="$CC -n32"
4984 if ac_fn_c_try_compile "$LINENO"; then :
4985 ac_cv_sys_largefile_CC=' -n32'; break
4987 rm -f core conftest.err conftest.$ac_objext
4988 break
4989 done
4990 CC=$ac_save_CC
4991 rm -f conftest.$ac_ext
4994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
4995 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
4996 if test "$ac_cv_sys_largefile_CC" != no; then
4997 CC=$CC$ac_cv_sys_largefile_CC
5000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5001 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5002 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5003 $as_echo_n "(cached) " >&6
5004 else
5005 while :; do
5006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5007 /* end confdefs.h. */
5008 #include <sys/types.h>
5009 /* Check that off_t can represent 2**63 - 1 correctly.
5010 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5011 since some C++ compilers masquerading as C compilers
5012 incorrectly reject 9223372036854775807. */
5013 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5014 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5015 && LARGE_OFF_T % 2147483647 == 1)
5016 ? 1 : -1];
5018 main ()
5022 return 0;
5024 _ACEOF
5025 if ac_fn_c_try_compile "$LINENO"; then :
5026 ac_cv_sys_file_offset_bits=no; break
5028 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5029 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5030 /* end confdefs.h. */
5031 #define _FILE_OFFSET_BITS 64
5032 #include <sys/types.h>
5033 /* Check that off_t can represent 2**63 - 1 correctly.
5034 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5035 since some C++ compilers masquerading as C compilers
5036 incorrectly reject 9223372036854775807. */
5037 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5038 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5039 && LARGE_OFF_T % 2147483647 == 1)
5040 ? 1 : -1];
5042 main ()
5046 return 0;
5048 _ACEOF
5049 if ac_fn_c_try_compile "$LINENO"; then :
5050 ac_cv_sys_file_offset_bits=64; break
5052 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5053 ac_cv_sys_file_offset_bits=unknown
5054 break
5055 done
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5058 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5059 case $ac_cv_sys_file_offset_bits in #(
5060 no | unknown) ;;
5062 cat >>confdefs.h <<_ACEOF
5063 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5064 _ACEOF
5066 esac
5067 rm -rf conftest*
5068 if test $ac_cv_sys_file_offset_bits = unknown; then
5069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5070 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5071 if test "${ac_cv_sys_large_files+set}" = set; then :
5072 $as_echo_n "(cached) " >&6
5073 else
5074 while :; do
5075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5076 /* end confdefs.h. */
5077 #include <sys/types.h>
5078 /* Check that off_t can represent 2**63 - 1 correctly.
5079 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5080 since some C++ compilers masquerading as C compilers
5081 incorrectly reject 9223372036854775807. */
5082 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5083 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5084 && LARGE_OFF_T % 2147483647 == 1)
5085 ? 1 : -1];
5087 main ()
5091 return 0;
5093 _ACEOF
5094 if ac_fn_c_try_compile "$LINENO"; then :
5095 ac_cv_sys_large_files=no; break
5097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5099 /* end confdefs.h. */
5100 #define _LARGE_FILES 1
5101 #include <sys/types.h>
5102 /* Check that off_t can represent 2**63 - 1 correctly.
5103 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5104 since some C++ compilers masquerading as C compilers
5105 incorrectly reject 9223372036854775807. */
5106 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5107 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5108 && LARGE_OFF_T % 2147483647 == 1)
5109 ? 1 : -1];
5111 main ()
5115 return 0;
5117 _ACEOF
5118 if ac_fn_c_try_compile "$LINENO"; then :
5119 ac_cv_sys_large_files=1; break
5121 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5122 ac_cv_sys_large_files=unknown
5123 break
5124 done
5126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5127 $as_echo "$ac_cv_sys_large_files" >&6; }
5128 case $ac_cv_sys_large_files in #(
5129 no | unknown) ;;
5131 cat >>confdefs.h <<_ACEOF
5132 #define _LARGE_FILES $ac_cv_sys_large_files
5133 _ACEOF
5135 esac
5136 rm -rf conftest*
5141 case `pwd` in
5142 *\ * | *\ *)
5143 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5144 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5145 esac
5149 macro_version='2.2.7a'
5150 macro_revision='1.3134'
5164 ltmain="$ac_aux_dir/ltmain.sh"
5166 # Backslashify metacharacters that are still active within
5167 # double-quoted strings.
5168 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5170 # Same as above, but do not quote variable references.
5171 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5173 # Sed substitution to delay expansion of an escaped shell variable in a
5174 # double_quote_subst'ed string.
5175 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5177 # Sed substitution to delay expansion of an escaped single quote.
5178 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5180 # Sed substitution to avoid accidental globbing in evaled expressions
5181 no_glob_subst='s/\*/\\\*/g'
5183 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5184 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5185 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5188 $as_echo_n "checking how to print strings... " >&6; }
5189 # Test print first, because it will be a builtin if present.
5190 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5191 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5192 ECHO='print -r --'
5193 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5194 ECHO='printf %s\n'
5195 else
5196 # Use this function as a fallback that always works.
5197 func_fallback_echo ()
5199 eval 'cat <<_LTECHO_EOF
5201 _LTECHO_EOF'
5203 ECHO='func_fallback_echo'
5206 # func_echo_all arg...
5207 # Invoke $ECHO with all args, space-separated.
5208 func_echo_all ()
5210 $ECHO ""
5213 case "$ECHO" in
5214 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5215 $as_echo "printf" >&6; } ;;
5216 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5217 $as_echo "print -r" >&6; } ;;
5218 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5219 $as_echo "cat" >&6; } ;;
5220 esac
5235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5236 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5237 if test "${ac_cv_path_SED+set}" = set; then :
5238 $as_echo_n "(cached) " >&6
5239 else
5240 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5241 for ac_i in 1 2 3 4 5 6 7; do
5242 ac_script="$ac_script$as_nl$ac_script"
5243 done
5244 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5245 { ac_script=; unset ac_script;}
5246 if test -z "$SED"; then
5247 ac_path_SED_found=false
5248 # Loop through the user's path and test for each of PROGNAME-LIST
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_prog in sed gsed; do
5255 for ac_exec_ext in '' $ac_executable_extensions; do
5256 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5257 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5258 # Check for GNU ac_path_SED and select it if it is found.
5259 # Check for GNU $ac_path_SED
5260 case `"$ac_path_SED" --version 2>&1` in
5261 *GNU*)
5262 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5264 ac_count=0
5265 $as_echo_n 0123456789 >"conftest.in"
5266 while :
5268 cat "conftest.in" "conftest.in" >"conftest.tmp"
5269 mv "conftest.tmp" "conftest.in"
5270 cp "conftest.in" "conftest.nl"
5271 $as_echo '' >> "conftest.nl"
5272 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5273 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5274 as_fn_arith $ac_count + 1 && ac_count=$as_val
5275 if test $ac_count -gt ${ac_path_SED_max-0}; then
5276 # Best one so far, save it but keep looking for a better one
5277 ac_cv_path_SED="$ac_path_SED"
5278 ac_path_SED_max=$ac_count
5280 # 10*(2^10) chars as input seems more than enough
5281 test $ac_count -gt 10 && break
5282 done
5283 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5284 esac
5286 $ac_path_SED_found && break 3
5287 done
5288 done
5289 done
5290 IFS=$as_save_IFS
5291 if test -z "$ac_cv_path_SED"; then
5292 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5294 else
5295 ac_cv_path_SED=$SED
5299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5300 $as_echo "$ac_cv_path_SED" >&6; }
5301 SED="$ac_cv_path_SED"
5302 rm -f conftest.sed
5304 test -z "$SED" && SED=sed
5305 Xsed="$SED -e 1s/^X//"
5317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5318 $as_echo_n "checking for fgrep... " >&6; }
5319 if test "${ac_cv_path_FGREP+set}" = set; then :
5320 $as_echo_n "(cached) " >&6
5321 else
5322 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5323 then ac_cv_path_FGREP="$GREP -F"
5324 else
5325 if test -z "$FGREP"; then
5326 ac_path_FGREP_found=false
5327 # Loop through the user's path and test for each of PROGNAME-LIST
5328 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5329 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5331 IFS=$as_save_IFS
5332 test -z "$as_dir" && as_dir=.
5333 for ac_prog in fgrep; do
5334 for ac_exec_ext in '' $ac_executable_extensions; do
5335 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5336 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5337 # Check for GNU ac_path_FGREP and select it if it is found.
5338 # Check for GNU $ac_path_FGREP
5339 case `"$ac_path_FGREP" --version 2>&1` in
5340 *GNU*)
5341 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5343 ac_count=0
5344 $as_echo_n 0123456789 >"conftest.in"
5345 while :
5347 cat "conftest.in" "conftest.in" >"conftest.tmp"
5348 mv "conftest.tmp" "conftest.in"
5349 cp "conftest.in" "conftest.nl"
5350 $as_echo 'FGREP' >> "conftest.nl"
5351 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5352 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5353 as_fn_arith $ac_count + 1 && ac_count=$as_val
5354 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5355 # Best one so far, save it but keep looking for a better one
5356 ac_cv_path_FGREP="$ac_path_FGREP"
5357 ac_path_FGREP_max=$ac_count
5359 # 10*(2^10) chars as input seems more than enough
5360 test $ac_count -gt 10 && break
5361 done
5362 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5363 esac
5365 $ac_path_FGREP_found && break 3
5366 done
5367 done
5368 done
5369 IFS=$as_save_IFS
5370 if test -z "$ac_cv_path_FGREP"; then
5371 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5373 else
5374 ac_cv_path_FGREP=$FGREP
5379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5380 $as_echo "$ac_cv_path_FGREP" >&6; }
5381 FGREP="$ac_cv_path_FGREP"
5384 test -z "$GREP" && GREP=grep
5404 # Check whether --with-gnu-ld was given.
5405 if test "${with_gnu_ld+set}" = set; then :
5406 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5407 else
5408 with_gnu_ld=no
5411 ac_prog=ld
5412 if test "$GCC" = yes; then
5413 # Check if gcc -print-prog-name=ld gives a path.
5414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5415 $as_echo_n "checking for ld used by $CC... " >&6; }
5416 case $host in
5417 *-*-mingw*)
5418 # gcc leaves a trailing carriage return which upsets mingw
5419 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5421 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5422 esac
5423 case $ac_prog in
5424 # Accept absolute paths.
5425 [\\/]* | ?:[\\/]*)
5426 re_direlt='/[^/][^/]*/\.\./'
5427 # Canonicalize the pathname of ld
5428 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5429 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5430 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5431 done
5432 test -z "$LD" && LD="$ac_prog"
5435 # If it fails, then pretend we aren't using GCC.
5436 ac_prog=ld
5439 # If it is relative, then search for the first ld in PATH.
5440 with_gnu_ld=unknown
5442 esac
5443 elif test "$with_gnu_ld" = yes; then
5444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5445 $as_echo_n "checking for GNU ld... " >&6; }
5446 else
5447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5448 $as_echo_n "checking for non-GNU ld... " >&6; }
5450 if test "${lt_cv_path_LD+set}" = set; then :
5451 $as_echo_n "(cached) " >&6
5452 else
5453 if test -z "$LD"; then
5454 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5455 for ac_dir in $PATH; do
5456 IFS="$lt_save_ifs"
5457 test -z "$ac_dir" && ac_dir=.
5458 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5459 lt_cv_path_LD="$ac_dir/$ac_prog"
5460 # Check to see if the program is GNU ld. I'd rather use --version,
5461 # but apparently some variants of GNU ld only accept -v.
5462 # Break only if it was the GNU/non-GNU ld that we prefer.
5463 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5464 *GNU* | *'with BFD'*)
5465 test "$with_gnu_ld" != no && break
5468 test "$with_gnu_ld" != yes && break
5470 esac
5472 done
5473 IFS="$lt_save_ifs"
5474 else
5475 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5479 LD="$lt_cv_path_LD"
5480 if test -n "$LD"; then
5481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5482 $as_echo "$LD" >&6; }
5483 else
5484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5485 $as_echo "no" >&6; }
5487 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5489 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5490 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5491 $as_echo_n "(cached) " >&6
5492 else
5493 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5494 case `$LD -v 2>&1 </dev/null` in
5495 *GNU* | *'with BFD'*)
5496 lt_cv_prog_gnu_ld=yes
5499 lt_cv_prog_gnu_ld=no
5501 esac
5503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5504 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5505 with_gnu_ld=$lt_cv_prog_gnu_ld
5515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5516 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5517 if test "${lt_cv_path_NM+set}" = set; then :
5518 $as_echo_n "(cached) " >&6
5519 else
5520 if test -n "$NM"; then
5521 # Let the user override the test.
5522 lt_cv_path_NM="$NM"
5523 else
5524 lt_nm_to_check="${ac_tool_prefix}nm"
5525 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5526 lt_nm_to_check="$lt_nm_to_check nm"
5528 for lt_tmp_nm in $lt_nm_to_check; do
5529 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5530 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5531 IFS="$lt_save_ifs"
5532 test -z "$ac_dir" && ac_dir=.
5533 tmp_nm="$ac_dir/$lt_tmp_nm"
5534 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5535 # Check to see if the nm accepts a BSD-compat flag.
5536 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5537 # nm: unknown option "B" ignored
5538 # Tru64's nm complains that /dev/null is an invalid object file
5539 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5540 */dev/null* | *'Invalid file or object type'*)
5541 lt_cv_path_NM="$tmp_nm -B"
5542 break
5545 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5546 */dev/null*)
5547 lt_cv_path_NM="$tmp_nm -p"
5548 break
5551 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5552 continue # so that we can try to find one that supports BSD flags
5554 esac
5556 esac
5558 done
5559 IFS="$lt_save_ifs"
5560 done
5561 : ${lt_cv_path_NM=no}
5564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5565 $as_echo "$lt_cv_path_NM" >&6; }
5566 if test "$lt_cv_path_NM" != "no"; then
5567 NM="$lt_cv_path_NM"
5568 else
5569 # Didn't find any BSD compatible name lister, look for dumpbin.
5570 if test -n "$DUMPBIN"; then :
5571 # Let the user override the test.
5572 else
5573 if test -n "$ac_tool_prefix"; then
5574 for ac_prog in dumpbin "link -dump"
5576 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5577 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5579 $as_echo_n "checking for $ac_word... " >&6; }
5580 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5581 $as_echo_n "(cached) " >&6
5582 else
5583 if test -n "$DUMPBIN"; then
5584 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5585 else
5586 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5587 for as_dir in $PATH
5589 IFS=$as_save_IFS
5590 test -z "$as_dir" && as_dir=.
5591 for ac_exec_ext in '' $ac_executable_extensions; do
5592 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5593 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5594 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5595 break 2
5597 done
5598 done
5599 IFS=$as_save_IFS
5603 DUMPBIN=$ac_cv_prog_DUMPBIN
5604 if test -n "$DUMPBIN"; then
5605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5606 $as_echo "$DUMPBIN" >&6; }
5607 else
5608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5609 $as_echo "no" >&6; }
5613 test -n "$DUMPBIN" && break
5614 done
5616 if test -z "$DUMPBIN"; then
5617 ac_ct_DUMPBIN=$DUMPBIN
5618 for ac_prog in dumpbin "link -dump"
5620 # Extract the first word of "$ac_prog", so it can be a program name with args.
5621 set dummy $ac_prog; ac_word=$2
5622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5623 $as_echo_n "checking for $ac_word... " >&6; }
5624 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5625 $as_echo_n "(cached) " >&6
5626 else
5627 if test -n "$ac_ct_DUMPBIN"; then
5628 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5629 else
5630 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5631 for as_dir in $PATH
5633 IFS=$as_save_IFS
5634 test -z "$as_dir" && as_dir=.
5635 for ac_exec_ext in '' $ac_executable_extensions; do
5636 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5637 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5638 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5639 break 2
5641 done
5642 done
5643 IFS=$as_save_IFS
5647 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5648 if test -n "$ac_ct_DUMPBIN"; then
5649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5650 $as_echo "$ac_ct_DUMPBIN" >&6; }
5651 else
5652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5653 $as_echo "no" >&6; }
5657 test -n "$ac_ct_DUMPBIN" && break
5658 done
5660 if test "x$ac_ct_DUMPBIN" = x; then
5661 DUMPBIN=":"
5662 else
5663 case $cross_compiling:$ac_tool_warned in
5664 yes:)
5665 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5666 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5667 ac_tool_warned=yes ;;
5668 esac
5669 DUMPBIN=$ac_ct_DUMPBIN
5673 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5674 *COFF*)
5675 DUMPBIN="$DUMPBIN -symbols"
5678 DUMPBIN=:
5680 esac
5683 if test "$DUMPBIN" != ":"; then
5684 NM="$DUMPBIN"
5687 test -z "$NM" && NM=nm
5694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5695 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5696 if test "${lt_cv_nm_interface+set}" = set; then :
5697 $as_echo_n "(cached) " >&6
5698 else
5699 lt_cv_nm_interface="BSD nm"
5700 echo "int some_variable = 0;" > conftest.$ac_ext
5701 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5702 (eval "$ac_compile" 2>conftest.err)
5703 cat conftest.err >&5
5704 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5705 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5706 cat conftest.err >&5
5707 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5708 cat conftest.out >&5
5709 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5710 lt_cv_nm_interface="MS dumpbin"
5712 rm -f conftest*
5714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5715 $as_echo "$lt_cv_nm_interface" >&6; }
5717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5718 $as_echo_n "checking whether ln -s works... " >&6; }
5719 LN_S=$as_ln_s
5720 if test "$LN_S" = "ln -s"; then
5721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5722 $as_echo "yes" >&6; }
5723 else
5724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5725 $as_echo "no, using $LN_S" >&6; }
5728 # find the maximum length of command line arguments
5729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5730 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5731 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5732 $as_echo_n "(cached) " >&6
5733 else
5735 teststring="ABCD"
5737 case $build_os in
5738 msdosdjgpp*)
5739 # On DJGPP, this test can blow up pretty badly due to problems in libc
5740 # (any single argument exceeding 2000 bytes causes a buffer overrun
5741 # during glob expansion). Even if it were fixed, the result of this
5742 # check would be larger than it should be.
5743 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5746 gnu*)
5747 # Under GNU Hurd, this test is not required because there is
5748 # no limit to the length of command line arguments.
5749 # Libtool will interpret -1 as no limit whatsoever
5750 lt_cv_sys_max_cmd_len=-1;
5753 cygwin* | mingw* | cegcc*)
5754 # On Win9x/ME, this test blows up -- it succeeds, but takes
5755 # about 5 minutes as the teststring grows exponentially.
5756 # Worse, since 9x/ME are not pre-emptively multitasking,
5757 # you end up with a "frozen" computer, even though with patience
5758 # the test eventually succeeds (with a max line length of 256k).
5759 # Instead, let's just punt: use the minimum linelength reported by
5760 # all of the supported platforms: 8192 (on NT/2K/XP).
5761 lt_cv_sys_max_cmd_len=8192;
5764 mint*)
5765 # On MiNT this can take a long time and run out of memory.
5766 lt_cv_sys_max_cmd_len=8192;
5769 amigaos*)
5770 # On AmigaOS with pdksh, this test takes hours, literally.
5771 # So we just punt and use a minimum line length of 8192.
5772 lt_cv_sys_max_cmd_len=8192;
5775 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5776 # This has been around since 386BSD, at least. Likely further.
5777 if test -x /sbin/sysctl; then
5778 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5779 elif test -x /usr/sbin/sysctl; then
5780 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5781 else
5782 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5784 # And add a safety zone
5785 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5786 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5789 interix*)
5790 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5791 lt_cv_sys_max_cmd_len=196608
5794 osf*)
5795 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5796 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5797 # nice to cause kernel panics so lets avoid the loop below.
5798 # First set a reasonable default.
5799 lt_cv_sys_max_cmd_len=16384
5801 if test -x /sbin/sysconfig; then
5802 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5803 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5804 esac
5807 sco3.2v5*)
5808 lt_cv_sys_max_cmd_len=102400
5810 sysv5* | sco5v6* | sysv4.2uw2*)
5811 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5812 if test -n "$kargmax"; then
5813 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5814 else
5815 lt_cv_sys_max_cmd_len=32768
5819 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5820 if test -n "$lt_cv_sys_max_cmd_len"; then
5821 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5822 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5823 else
5824 # Make teststring a little bigger before we do anything with it.
5825 # a 1K string should be a reasonable start.
5826 for i in 1 2 3 4 5 6 7 8 ; do
5827 teststring=$teststring$teststring
5828 done
5829 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5830 # If test is not a shell built-in, we'll probably end up computing a
5831 # maximum length that is only half of the actual maximum length, but
5832 # we can't tell.
5833 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5834 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5835 test $i != 17 # 1/2 MB should be enough
5837 i=`expr $i + 1`
5838 teststring=$teststring$teststring
5839 done
5840 # Only check the string length outside the loop.
5841 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5842 teststring=
5843 # Add a significant safety factor because C++ compilers can tack on
5844 # massive amounts of additional arguments before passing them to the
5845 # linker. It appears as though 1/2 is a usable value.
5846 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5849 esac
5853 if test -n $lt_cv_sys_max_cmd_len ; then
5854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5855 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5856 else
5857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5858 $as_echo "none" >&6; }
5860 max_cmd_len=$lt_cv_sys_max_cmd_len
5867 : ${CP="cp -f"}
5868 : ${MV="mv -f"}
5869 : ${RM="rm -f"}
5871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5872 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5873 # Try some XSI features
5874 xsi_shell=no
5875 ( _lt_dummy="a/b/c"
5876 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5877 = c,a/b,, \
5878 && eval 'test $(( 1 + 1 )) -eq 2 \
5879 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5880 && xsi_shell=yes
5881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5882 $as_echo "$xsi_shell" >&6; }
5885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5886 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5887 lt_shell_append=no
5888 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5889 >/dev/null 2>&1 \
5890 && lt_shell_append=yes
5891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5892 $as_echo "$lt_shell_append" >&6; }
5895 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5896 lt_unset=unset
5897 else
5898 lt_unset=false
5905 # test EBCDIC or ASCII
5906 case `echo X|tr X '\101'` in
5907 A) # ASCII based system
5908 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5909 lt_SP2NL='tr \040 \012'
5910 lt_NL2SP='tr \015\012 \040\040'
5912 *) # EBCDIC based system
5913 lt_SP2NL='tr \100 \n'
5914 lt_NL2SP='tr \r\n \100\100'
5916 esac
5926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5927 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5928 if test "${lt_cv_ld_reload_flag+set}" = set; then :
5929 $as_echo_n "(cached) " >&6
5930 else
5931 lt_cv_ld_reload_flag='-r'
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5934 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5935 reload_flag=$lt_cv_ld_reload_flag
5936 case $reload_flag in
5937 "" | " "*) ;;
5938 *) reload_flag=" $reload_flag" ;;
5939 esac
5940 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5941 case $host_os in
5942 darwin*)
5943 if test "$GCC" = yes; then
5944 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5945 else
5946 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5949 esac
5959 if test -n "$ac_tool_prefix"; then
5960 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5961 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5963 $as_echo_n "checking for $ac_word... " >&6; }
5964 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5965 $as_echo_n "(cached) " >&6
5966 else
5967 if test -n "$OBJDUMP"; then
5968 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5969 else
5970 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5971 for as_dir in $PATH
5973 IFS=$as_save_IFS
5974 test -z "$as_dir" && as_dir=.
5975 for ac_exec_ext in '' $ac_executable_extensions; do
5976 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5977 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5978 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5979 break 2
5981 done
5982 done
5983 IFS=$as_save_IFS
5987 OBJDUMP=$ac_cv_prog_OBJDUMP
5988 if test -n "$OBJDUMP"; then
5989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5990 $as_echo "$OBJDUMP" >&6; }
5991 else
5992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5993 $as_echo "no" >&6; }
5998 if test -z "$ac_cv_prog_OBJDUMP"; then
5999 ac_ct_OBJDUMP=$OBJDUMP
6000 # Extract the first word of "objdump", so it can be a program name with args.
6001 set dummy objdump; ac_word=$2
6002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6003 $as_echo_n "checking for $ac_word... " >&6; }
6004 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6005 $as_echo_n "(cached) " >&6
6006 else
6007 if test -n "$ac_ct_OBJDUMP"; then
6008 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6009 else
6010 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6011 for as_dir in $PATH
6013 IFS=$as_save_IFS
6014 test -z "$as_dir" && as_dir=.
6015 for ac_exec_ext in '' $ac_executable_extensions; do
6016 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6017 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6018 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6019 break 2
6021 done
6022 done
6023 IFS=$as_save_IFS
6027 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6028 if test -n "$ac_ct_OBJDUMP"; then
6029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6030 $as_echo "$ac_ct_OBJDUMP" >&6; }
6031 else
6032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6033 $as_echo "no" >&6; }
6036 if test "x$ac_ct_OBJDUMP" = x; then
6037 OBJDUMP="false"
6038 else
6039 case $cross_compiling:$ac_tool_warned in
6040 yes:)
6041 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6042 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6043 ac_tool_warned=yes ;;
6044 esac
6045 OBJDUMP=$ac_ct_OBJDUMP
6047 else
6048 OBJDUMP="$ac_cv_prog_OBJDUMP"
6051 test -z "$OBJDUMP" && OBJDUMP=objdump
6061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6062 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6063 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6064 $as_echo_n "(cached) " >&6
6065 else
6066 lt_cv_file_magic_cmd='$MAGIC_CMD'
6067 lt_cv_file_magic_test_file=
6068 lt_cv_deplibs_check_method='unknown'
6069 # Need to set the preceding variable on all platforms that support
6070 # interlibrary dependencies.
6071 # 'none' -- dependencies not supported.
6072 # `unknown' -- same as none, but documents that we really don't know.
6073 # 'pass_all' -- all dependencies passed with no checks.
6074 # 'test_compile' -- check by making test program.
6075 # 'file_magic [[regex]]' -- check by looking for files in library path
6076 # which responds to the $file_magic_cmd with a given extended regex.
6077 # If you have `file' or equivalent on your system and you're not sure
6078 # whether `pass_all' will *always* work, you probably want this one.
6080 case $host_os in
6081 aix[4-9]*)
6082 lt_cv_deplibs_check_method=pass_all
6085 beos*)
6086 lt_cv_deplibs_check_method=pass_all
6089 bsdi[45]*)
6090 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6091 lt_cv_file_magic_cmd='/usr/bin/file -L'
6092 lt_cv_file_magic_test_file=/shlib/libc.so
6095 cygwin*)
6096 # func_win32_libid is a shell function defined in ltmain.sh
6097 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6098 lt_cv_file_magic_cmd='func_win32_libid'
6101 mingw* | pw32*)
6102 # Base MSYS/MinGW do not provide the 'file' command needed by
6103 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6104 # unless we find 'file', for example because we are cross-compiling.
6105 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6106 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6107 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6108 lt_cv_file_magic_cmd='func_win32_libid'
6109 else
6110 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6111 lt_cv_file_magic_cmd='$OBJDUMP -f'
6115 cegcc*)
6116 # use the weaker test based on 'objdump'. See mingw*.
6117 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6118 lt_cv_file_magic_cmd='$OBJDUMP -f'
6121 darwin* | rhapsody*)
6122 lt_cv_deplibs_check_method=pass_all
6125 freebsd* | dragonfly*)
6126 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6127 case $host_cpu in
6128 i*86 )
6129 # Not sure whether the presence of OpenBSD here was a mistake.
6130 # Let's accept both of them until this is cleared up.
6131 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6132 lt_cv_file_magic_cmd=/usr/bin/file
6133 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6135 esac
6136 else
6137 lt_cv_deplibs_check_method=pass_all
6141 gnu*)
6142 lt_cv_deplibs_check_method=pass_all
6145 haiku*)
6146 lt_cv_deplibs_check_method=pass_all
6149 hpux10.20* | hpux11*)
6150 lt_cv_file_magic_cmd=/usr/bin/file
6151 case $host_cpu in
6152 ia64*)
6153 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6154 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6156 hppa*64*)
6157 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]'
6158 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6161 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6162 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6164 esac
6167 interix[3-9]*)
6168 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6169 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6172 irix5* | irix6* | nonstopux*)
6173 case $LD in
6174 *-32|*"-32 ") libmagic=32-bit;;
6175 *-n32|*"-n32 ") libmagic=N32;;
6176 *-64|*"-64 ") libmagic=64-bit;;
6177 *) libmagic=never-match;;
6178 esac
6179 lt_cv_deplibs_check_method=pass_all
6182 # This must be Linux ELF.
6183 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6184 lt_cv_deplibs_check_method=pass_all
6187 netbsd*)
6188 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6189 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6190 else
6191 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6195 newos6*)
6196 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6197 lt_cv_file_magic_cmd=/usr/bin/file
6198 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6201 *nto* | *qnx*)
6202 lt_cv_deplibs_check_method=pass_all
6205 openbsd*)
6206 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6207 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6208 else
6209 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6213 osf3* | osf4* | osf5*)
6214 lt_cv_deplibs_check_method=pass_all
6217 rdos*)
6218 lt_cv_deplibs_check_method=pass_all
6221 solaris*)
6222 lt_cv_deplibs_check_method=pass_all
6225 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6226 lt_cv_deplibs_check_method=pass_all
6229 sysv4 | sysv4.3*)
6230 case $host_vendor in
6231 motorola)
6232 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]'
6233 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6235 ncr)
6236 lt_cv_deplibs_check_method=pass_all
6238 sequent)
6239 lt_cv_file_magic_cmd='/bin/file'
6240 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6242 sni)
6243 lt_cv_file_magic_cmd='/bin/file'
6244 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6245 lt_cv_file_magic_test_file=/lib/libc.so
6247 siemens)
6248 lt_cv_deplibs_check_method=pass_all
6251 lt_cv_deplibs_check_method=pass_all
6253 esac
6256 tpf*)
6257 lt_cv_deplibs_check_method=pass_all
6259 esac
6262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6263 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6264 file_magic_cmd=$lt_cv_file_magic_cmd
6265 deplibs_check_method=$lt_cv_deplibs_check_method
6266 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6279 if test -n "$ac_tool_prefix"; then
6280 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6281 set dummy ${ac_tool_prefix}ar; ac_word=$2
6282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6283 $as_echo_n "checking for $ac_word... " >&6; }
6284 if test "${ac_cv_prog_AR+set}" = set; then :
6285 $as_echo_n "(cached) " >&6
6286 else
6287 if test -n "$AR"; then
6288 ac_cv_prog_AR="$AR" # Let the user override the test.
6289 else
6290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6291 for as_dir in $PATH
6293 IFS=$as_save_IFS
6294 test -z "$as_dir" && as_dir=.
6295 for ac_exec_ext in '' $ac_executable_extensions; do
6296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6297 ac_cv_prog_AR="${ac_tool_prefix}ar"
6298 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6299 break 2
6301 done
6302 done
6303 IFS=$as_save_IFS
6307 AR=$ac_cv_prog_AR
6308 if test -n "$AR"; then
6309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6310 $as_echo "$AR" >&6; }
6311 else
6312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6313 $as_echo "no" >&6; }
6318 if test -z "$ac_cv_prog_AR"; then
6319 ac_ct_AR=$AR
6320 # Extract the first word of "ar", so it can be a program name with args.
6321 set dummy ar; ac_word=$2
6322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6323 $as_echo_n "checking for $ac_word... " >&6; }
6324 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6325 $as_echo_n "(cached) " >&6
6326 else
6327 if test -n "$ac_ct_AR"; then
6328 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6329 else
6330 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6331 for as_dir in $PATH
6333 IFS=$as_save_IFS
6334 test -z "$as_dir" && as_dir=.
6335 for ac_exec_ext in '' $ac_executable_extensions; do
6336 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6337 ac_cv_prog_ac_ct_AR="ar"
6338 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6339 break 2
6341 done
6342 done
6343 IFS=$as_save_IFS
6347 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6348 if test -n "$ac_ct_AR"; then
6349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6350 $as_echo "$ac_ct_AR" >&6; }
6351 else
6352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6353 $as_echo "no" >&6; }
6356 if test "x$ac_ct_AR" = x; then
6357 AR="false"
6358 else
6359 case $cross_compiling:$ac_tool_warned in
6360 yes:)
6361 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6362 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6363 ac_tool_warned=yes ;;
6364 esac
6365 AR=$ac_ct_AR
6367 else
6368 AR="$ac_cv_prog_AR"
6371 test -z "$AR" && AR=ar
6372 test -z "$AR_FLAGS" && AR_FLAGS=cru
6384 if test -n "$ac_tool_prefix"; then
6385 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6386 set dummy ${ac_tool_prefix}strip; ac_word=$2
6387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6388 $as_echo_n "checking for $ac_word... " >&6; }
6389 if test "${ac_cv_prog_STRIP+set}" = set; then :
6390 $as_echo_n "(cached) " >&6
6391 else
6392 if test -n "$STRIP"; then
6393 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6394 else
6395 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6396 for as_dir in $PATH
6398 IFS=$as_save_IFS
6399 test -z "$as_dir" && as_dir=.
6400 for ac_exec_ext in '' $ac_executable_extensions; do
6401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6402 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6403 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6404 break 2
6406 done
6407 done
6408 IFS=$as_save_IFS
6412 STRIP=$ac_cv_prog_STRIP
6413 if test -n "$STRIP"; then
6414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6415 $as_echo "$STRIP" >&6; }
6416 else
6417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6418 $as_echo "no" >&6; }
6423 if test -z "$ac_cv_prog_STRIP"; then
6424 ac_ct_STRIP=$STRIP
6425 # Extract the first word of "strip", so it can be a program name with args.
6426 set dummy strip; ac_word=$2
6427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6428 $as_echo_n "checking for $ac_word... " >&6; }
6429 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6430 $as_echo_n "(cached) " >&6
6431 else
6432 if test -n "$ac_ct_STRIP"; then
6433 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6434 else
6435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6436 for as_dir in $PATH
6438 IFS=$as_save_IFS
6439 test -z "$as_dir" && as_dir=.
6440 for ac_exec_ext in '' $ac_executable_extensions; do
6441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6442 ac_cv_prog_ac_ct_STRIP="strip"
6443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6444 break 2
6446 done
6447 done
6448 IFS=$as_save_IFS
6452 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6453 if test -n "$ac_ct_STRIP"; then
6454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6455 $as_echo "$ac_ct_STRIP" >&6; }
6456 else
6457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6458 $as_echo "no" >&6; }
6461 if test "x$ac_ct_STRIP" = x; then
6462 STRIP=":"
6463 else
6464 case $cross_compiling:$ac_tool_warned in
6465 yes:)
6466 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6467 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6468 ac_tool_warned=yes ;;
6469 esac
6470 STRIP=$ac_ct_STRIP
6472 else
6473 STRIP="$ac_cv_prog_STRIP"
6476 test -z "$STRIP" && STRIP=:
6483 if test -n "$ac_tool_prefix"; then
6484 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6485 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6487 $as_echo_n "checking for $ac_word... " >&6; }
6488 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6489 $as_echo_n "(cached) " >&6
6490 else
6491 if test -n "$RANLIB"; then
6492 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6493 else
6494 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6495 for as_dir in $PATH
6497 IFS=$as_save_IFS
6498 test -z "$as_dir" && as_dir=.
6499 for ac_exec_ext in '' $ac_executable_extensions; do
6500 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6501 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6502 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6503 break 2
6505 done
6506 done
6507 IFS=$as_save_IFS
6511 RANLIB=$ac_cv_prog_RANLIB
6512 if test -n "$RANLIB"; then
6513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6514 $as_echo "$RANLIB" >&6; }
6515 else
6516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6517 $as_echo "no" >&6; }
6522 if test -z "$ac_cv_prog_RANLIB"; then
6523 ac_ct_RANLIB=$RANLIB
6524 # Extract the first word of "ranlib", so it can be a program name with args.
6525 set dummy ranlib; ac_word=$2
6526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6527 $as_echo_n "checking for $ac_word... " >&6; }
6528 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6529 $as_echo_n "(cached) " >&6
6530 else
6531 if test -n "$ac_ct_RANLIB"; then
6532 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6533 else
6534 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6535 for as_dir in $PATH
6537 IFS=$as_save_IFS
6538 test -z "$as_dir" && as_dir=.
6539 for ac_exec_ext in '' $ac_executable_extensions; do
6540 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6541 ac_cv_prog_ac_ct_RANLIB="ranlib"
6542 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6543 break 2
6545 done
6546 done
6547 IFS=$as_save_IFS
6551 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6552 if test -n "$ac_ct_RANLIB"; then
6553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6554 $as_echo "$ac_ct_RANLIB" >&6; }
6555 else
6556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6557 $as_echo "no" >&6; }
6560 if test "x$ac_ct_RANLIB" = x; then
6561 RANLIB=":"
6562 else
6563 case $cross_compiling:$ac_tool_warned in
6564 yes:)
6565 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6566 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6567 ac_tool_warned=yes ;;
6568 esac
6569 RANLIB=$ac_ct_RANLIB
6571 else
6572 RANLIB="$ac_cv_prog_RANLIB"
6575 test -z "$RANLIB" && RANLIB=:
6582 # Determine commands to create old-style static archives.
6583 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6584 old_postinstall_cmds='chmod 644 $oldlib'
6585 old_postuninstall_cmds=
6587 if test -n "$RANLIB"; then
6588 case $host_os in
6589 openbsd*)
6590 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6593 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6595 esac
6596 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6599 case $host_os in
6600 darwin*)
6601 lock_old_archive_extraction=yes ;;
6603 lock_old_archive_extraction=no ;;
6604 esac
6644 # If no C compiler was specified, use CC.
6645 LTCC=${LTCC-"$CC"}
6647 # If no C compiler flags were specified, use CFLAGS.
6648 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6650 # Allow CC to be a program name with arguments.
6651 compiler=$CC
6654 # Check for command to grab the raw symbol name followed by C symbol from nm.
6655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6656 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6657 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6658 $as_echo_n "(cached) " >&6
6659 else
6661 # These are sane defaults that work on at least a few old systems.
6662 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6664 # Character class describing NM global symbol codes.
6665 symcode='[BCDEGRST]'
6667 # Regexp to match symbols that can be accessed directly from C.
6668 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6670 # Define system-specific variables.
6671 case $host_os in
6672 aix*)
6673 symcode='[BCDT]'
6675 cygwin* | mingw* | pw32* | cegcc*)
6676 symcode='[ABCDGISTW]'
6678 hpux*)
6679 if test "$host_cpu" = ia64; then
6680 symcode='[ABCDEGRST]'
6683 irix* | nonstopux*)
6684 symcode='[BCDEGRST]'
6686 osf*)
6687 symcode='[BCDEGQRST]'
6689 solaris*)
6690 symcode='[BDRT]'
6692 sco3.2v5*)
6693 symcode='[DT]'
6695 sysv4.2uw2*)
6696 symcode='[DT]'
6698 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6699 symcode='[ABDT]'
6701 sysv4)
6702 symcode='[DFNSTU]'
6704 esac
6706 # If we're using GNU nm, then use its standard symbol codes.
6707 case `$NM -V 2>&1` in
6708 *GNU* | *'with BFD'*)
6709 symcode='[ABCDGIRSTW]' ;;
6710 esac
6712 # Transform an extracted symbol line into a proper C declaration.
6713 # Some systems (esp. on ia64) link data and code symbols differently,
6714 # so use this general approach.
6715 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6717 # Transform an extracted symbol line into symbol name and symbol address
6718 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6719 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'"
6721 # Handle CRLF in mingw tool chain
6722 opt_cr=
6723 case $build_os in
6724 mingw*)
6725 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6727 esac
6729 # Try without a prefix underscore, then with it.
6730 for ac_symprfx in "" "_"; do
6732 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6733 symxfrm="\\1 $ac_symprfx\\2 \\2"
6735 # Write the raw and C identifiers.
6736 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6737 # Fake it for dumpbin and say T for any non-static function
6738 # and D for any global variable.
6739 # Also find C++ and __fastcall symbols from MSVC++,
6740 # which start with @ or ?.
6741 lt_cv_sys_global_symbol_pipe="$AWK '"\
6742 " {last_section=section; section=\$ 3};"\
6743 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6744 " \$ 0!~/External *\|/{next};"\
6745 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6746 " {if(hide[section]) next};"\
6747 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6748 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6749 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6750 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6751 " ' prfx=^$ac_symprfx"
6752 else
6753 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6756 # Check to see that the pipe works correctly.
6757 pipe_works=no
6759 rm -f conftest*
6760 cat > conftest.$ac_ext <<_LT_EOF
6761 #ifdef __cplusplus
6762 extern "C" {
6763 #endif
6764 char nm_test_var;
6765 void nm_test_func(void);
6766 void nm_test_func(void){}
6767 #ifdef __cplusplus
6769 #endif
6770 int main(){nm_test_var='a';nm_test_func();return(0);}
6771 _LT_EOF
6773 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6774 (eval $ac_compile) 2>&5
6775 ac_status=$?
6776 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6777 test $ac_status = 0; }; then
6778 # Now try to grab the symbols.
6779 nlist=conftest.nm
6780 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6781 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6782 ac_status=$?
6783 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6784 test $ac_status = 0; } && test -s "$nlist"; then
6785 # Try sorting and uniquifying the output.
6786 if sort "$nlist" | uniq > "$nlist"T; then
6787 mv -f "$nlist"T "$nlist"
6788 else
6789 rm -f "$nlist"T
6792 # Make sure that we snagged all the symbols we need.
6793 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6794 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6795 cat <<_LT_EOF > conftest.$ac_ext
6796 #ifdef __cplusplus
6797 extern "C" {
6798 #endif
6800 _LT_EOF
6801 # Now generate the symbol file.
6802 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6804 cat <<_LT_EOF >> conftest.$ac_ext
6806 /* The mapping between symbol names and symbols. */
6807 const struct {
6808 const char *name;
6809 void *address;
6811 lt__PROGRAM__LTX_preloaded_symbols[] =
6813 { "@PROGRAM@", (void *) 0 },
6814 _LT_EOF
6815 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6816 cat <<\_LT_EOF >> conftest.$ac_ext
6817 {0, (void *) 0}
6820 /* This works around a problem in FreeBSD linker */
6821 #ifdef FREEBSD_WORKAROUND
6822 static const void *lt_preloaded_setup() {
6823 return lt__PROGRAM__LTX_preloaded_symbols;
6825 #endif
6827 #ifdef __cplusplus
6829 #endif
6830 _LT_EOF
6831 # Now try linking the two files.
6832 mv conftest.$ac_objext conftstm.$ac_objext
6833 lt_save_LIBS="$LIBS"
6834 lt_save_CFLAGS="$CFLAGS"
6835 LIBS="conftstm.$ac_objext"
6836 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6837 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6838 (eval $ac_link) 2>&5
6839 ac_status=$?
6840 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6841 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6842 pipe_works=yes
6844 LIBS="$lt_save_LIBS"
6845 CFLAGS="$lt_save_CFLAGS"
6846 else
6847 echo "cannot find nm_test_func in $nlist" >&5
6849 else
6850 echo "cannot find nm_test_var in $nlist" >&5
6852 else
6853 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6855 else
6856 echo "$progname: failed program was:" >&5
6857 cat conftest.$ac_ext >&5
6859 rm -rf conftest* conftst*
6861 # Do not use the global_symbol_pipe unless it works.
6862 if test "$pipe_works" = yes; then
6863 break
6864 else
6865 lt_cv_sys_global_symbol_pipe=
6867 done
6871 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6872 lt_cv_sys_global_symbol_to_cdecl=
6874 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6876 $as_echo "failed" >&6; }
6877 else
6878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6879 $as_echo "ok" >&6; }
6903 # Check whether --enable-libtool-lock was given.
6904 if test "${enable_libtool_lock+set}" = set; then :
6905 enableval=$enable_libtool_lock;
6908 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6910 # Some flags need to be propagated to the compiler or linker for good
6911 # libtool support.
6912 case $host in
6913 ia64-*-hpux*)
6914 # Find out which ABI we are using.
6915 echo 'int i;' > conftest.$ac_ext
6916 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6917 (eval $ac_compile) 2>&5
6918 ac_status=$?
6919 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6920 test $ac_status = 0; }; then
6921 case `/usr/bin/file conftest.$ac_objext` in
6922 *ELF-32*)
6923 HPUX_IA64_MODE="32"
6925 *ELF-64*)
6926 HPUX_IA64_MODE="64"
6928 esac
6930 rm -rf conftest*
6932 *-*-irix6*)
6933 # Find out which ABI we are using.
6934 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6935 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6936 (eval $ac_compile) 2>&5
6937 ac_status=$?
6938 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6939 test $ac_status = 0; }; then
6940 if test "$lt_cv_prog_gnu_ld" = yes; then
6941 case `/usr/bin/file conftest.$ac_objext` in
6942 *32-bit*)
6943 LD="${LD-ld} -melf32bsmip"
6945 *N32*)
6946 LD="${LD-ld} -melf32bmipn32"
6948 *64-bit*)
6949 LD="${LD-ld} -melf64bmip"
6951 esac
6952 else
6953 case `/usr/bin/file conftest.$ac_objext` in
6954 *32-bit*)
6955 LD="${LD-ld} -32"
6957 *N32*)
6958 LD="${LD-ld} -n32"
6960 *64-bit*)
6961 LD="${LD-ld} -64"
6963 esac
6966 rm -rf conftest*
6969 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6970 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6971 # Find out which ABI we are using.
6972 echo 'int i;' > conftest.$ac_ext
6973 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6974 (eval $ac_compile) 2>&5
6975 ac_status=$?
6976 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6977 test $ac_status = 0; }; then
6978 case `/usr/bin/file conftest.o` in
6979 *32-bit*)
6980 case $host in
6981 x86_64-*kfreebsd*-gnu)
6982 LD="${LD-ld} -m elf_i386_fbsd"
6984 x86_64-*linux*)
6985 LD="${LD-ld} -m elf_i386"
6987 ppc64-*linux*|powerpc64-*linux*)
6988 LD="${LD-ld} -m elf32ppclinux"
6990 s390x-*linux*)
6991 LD="${LD-ld} -m elf_s390"
6993 sparc64-*linux*)
6994 LD="${LD-ld} -m elf32_sparc"
6996 esac
6998 *64-bit*)
6999 case $host in
7000 x86_64-*kfreebsd*-gnu)
7001 LD="${LD-ld} -m elf_x86_64_fbsd"
7003 x86_64-*linux*)
7004 LD="${LD-ld} -m elf_x86_64"
7006 ppc*-*linux*|powerpc*-*linux*)
7007 LD="${LD-ld} -m elf64ppc"
7009 s390*-*linux*|s390*-*tpf*)
7010 LD="${LD-ld} -m elf64_s390"
7012 sparc*-*linux*)
7013 LD="${LD-ld} -m elf64_sparc"
7015 esac
7017 esac
7019 rm -rf conftest*
7022 *-*-sco3.2v5*)
7023 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7024 SAVE_CFLAGS="$CFLAGS"
7025 CFLAGS="$CFLAGS -belf"
7026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7027 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7028 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7029 $as_echo_n "(cached) " >&6
7030 else
7031 ac_ext=c
7032 ac_cpp='$CPP $CPPFLAGS'
7033 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7034 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7035 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7038 /* end confdefs.h. */
7041 main ()
7045 return 0;
7047 _ACEOF
7048 if ac_fn_c_try_link "$LINENO"; then :
7049 lt_cv_cc_needs_belf=yes
7050 else
7051 lt_cv_cc_needs_belf=no
7053 rm -f core conftest.err conftest.$ac_objext \
7054 conftest$ac_exeext conftest.$ac_ext
7055 ac_ext=c
7056 ac_cpp='$CPP $CPPFLAGS'
7057 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7058 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7059 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7063 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7064 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7065 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7066 CFLAGS="$SAVE_CFLAGS"
7069 sparc*-*solaris*)
7070 # Find out which ABI we are using.
7071 echo 'int i;' > conftest.$ac_ext
7072 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7073 (eval $ac_compile) 2>&5
7074 ac_status=$?
7075 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7076 test $ac_status = 0; }; then
7077 case `/usr/bin/file conftest.o` in
7078 *64-bit*)
7079 case $lt_cv_prog_gnu_ld in
7080 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7082 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7083 LD="${LD-ld} -64"
7086 esac
7088 esac
7090 rm -rf conftest*
7092 esac
7094 need_locks="$enable_libtool_lock"
7097 case $host_os in
7098 rhapsody* | darwin*)
7099 if test -n "$ac_tool_prefix"; then
7100 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7101 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7103 $as_echo_n "checking for $ac_word... " >&6; }
7104 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7105 $as_echo_n "(cached) " >&6
7106 else
7107 if test -n "$DSYMUTIL"; then
7108 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7109 else
7110 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7111 for as_dir in $PATH
7113 IFS=$as_save_IFS
7114 test -z "$as_dir" && as_dir=.
7115 for ac_exec_ext in '' $ac_executable_extensions; do
7116 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7117 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7118 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7119 break 2
7121 done
7122 done
7123 IFS=$as_save_IFS
7127 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7128 if test -n "$DSYMUTIL"; then
7129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7130 $as_echo "$DSYMUTIL" >&6; }
7131 else
7132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7133 $as_echo "no" >&6; }
7138 if test -z "$ac_cv_prog_DSYMUTIL"; then
7139 ac_ct_DSYMUTIL=$DSYMUTIL
7140 # Extract the first word of "dsymutil", so it can be a program name with args.
7141 set dummy dsymutil; ac_word=$2
7142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7143 $as_echo_n "checking for $ac_word... " >&6; }
7144 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7145 $as_echo_n "(cached) " >&6
7146 else
7147 if test -n "$ac_ct_DSYMUTIL"; then
7148 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7149 else
7150 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7151 for as_dir in $PATH
7153 IFS=$as_save_IFS
7154 test -z "$as_dir" && as_dir=.
7155 for ac_exec_ext in '' $ac_executable_extensions; do
7156 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7157 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7158 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7159 break 2
7161 done
7162 done
7163 IFS=$as_save_IFS
7167 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7168 if test -n "$ac_ct_DSYMUTIL"; then
7169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7170 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7171 else
7172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7173 $as_echo "no" >&6; }
7176 if test "x$ac_ct_DSYMUTIL" = x; then
7177 DSYMUTIL=":"
7178 else
7179 case $cross_compiling:$ac_tool_warned in
7180 yes:)
7181 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7182 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7183 ac_tool_warned=yes ;;
7184 esac
7185 DSYMUTIL=$ac_ct_DSYMUTIL
7187 else
7188 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7191 if test -n "$ac_tool_prefix"; then
7192 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7193 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7195 $as_echo_n "checking for $ac_word... " >&6; }
7196 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7197 $as_echo_n "(cached) " >&6
7198 else
7199 if test -n "$NMEDIT"; then
7200 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7201 else
7202 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7203 for as_dir in $PATH
7205 IFS=$as_save_IFS
7206 test -z "$as_dir" && as_dir=.
7207 for ac_exec_ext in '' $ac_executable_extensions; do
7208 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7209 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7210 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7211 break 2
7213 done
7214 done
7215 IFS=$as_save_IFS
7219 NMEDIT=$ac_cv_prog_NMEDIT
7220 if test -n "$NMEDIT"; then
7221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7222 $as_echo "$NMEDIT" >&6; }
7223 else
7224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7225 $as_echo "no" >&6; }
7230 if test -z "$ac_cv_prog_NMEDIT"; then
7231 ac_ct_NMEDIT=$NMEDIT
7232 # Extract the first word of "nmedit", so it can be a program name with args.
7233 set dummy nmedit; ac_word=$2
7234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7235 $as_echo_n "checking for $ac_word... " >&6; }
7236 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7237 $as_echo_n "(cached) " >&6
7238 else
7239 if test -n "$ac_ct_NMEDIT"; then
7240 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7241 else
7242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7243 for as_dir in $PATH
7245 IFS=$as_save_IFS
7246 test -z "$as_dir" && as_dir=.
7247 for ac_exec_ext in '' $ac_executable_extensions; do
7248 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7249 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7250 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7251 break 2
7253 done
7254 done
7255 IFS=$as_save_IFS
7259 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7260 if test -n "$ac_ct_NMEDIT"; then
7261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7262 $as_echo "$ac_ct_NMEDIT" >&6; }
7263 else
7264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7265 $as_echo "no" >&6; }
7268 if test "x$ac_ct_NMEDIT" = x; then
7269 NMEDIT=":"
7270 else
7271 case $cross_compiling:$ac_tool_warned in
7272 yes:)
7273 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7274 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7275 ac_tool_warned=yes ;;
7276 esac
7277 NMEDIT=$ac_ct_NMEDIT
7279 else
7280 NMEDIT="$ac_cv_prog_NMEDIT"
7283 if test -n "$ac_tool_prefix"; then
7284 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7285 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7287 $as_echo_n "checking for $ac_word... " >&6; }
7288 if test "${ac_cv_prog_LIPO+set}" = set; then :
7289 $as_echo_n "(cached) " >&6
7290 else
7291 if test -n "$LIPO"; then
7292 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7293 else
7294 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7295 for as_dir in $PATH
7297 IFS=$as_save_IFS
7298 test -z "$as_dir" && as_dir=.
7299 for ac_exec_ext in '' $ac_executable_extensions; do
7300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7301 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7302 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7303 break 2
7305 done
7306 done
7307 IFS=$as_save_IFS
7311 LIPO=$ac_cv_prog_LIPO
7312 if test -n "$LIPO"; then
7313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7314 $as_echo "$LIPO" >&6; }
7315 else
7316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7317 $as_echo "no" >&6; }
7322 if test -z "$ac_cv_prog_LIPO"; then
7323 ac_ct_LIPO=$LIPO
7324 # Extract the first word of "lipo", so it can be a program name with args.
7325 set dummy lipo; ac_word=$2
7326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7327 $as_echo_n "checking for $ac_word... " >&6; }
7328 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7329 $as_echo_n "(cached) " >&6
7330 else
7331 if test -n "$ac_ct_LIPO"; then
7332 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7333 else
7334 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7335 for as_dir in $PATH
7337 IFS=$as_save_IFS
7338 test -z "$as_dir" && as_dir=.
7339 for ac_exec_ext in '' $ac_executable_extensions; do
7340 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7341 ac_cv_prog_ac_ct_LIPO="lipo"
7342 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7343 break 2
7345 done
7346 done
7347 IFS=$as_save_IFS
7351 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7352 if test -n "$ac_ct_LIPO"; then
7353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7354 $as_echo "$ac_ct_LIPO" >&6; }
7355 else
7356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7357 $as_echo "no" >&6; }
7360 if test "x$ac_ct_LIPO" = x; then
7361 LIPO=":"
7362 else
7363 case $cross_compiling:$ac_tool_warned in
7364 yes:)
7365 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7366 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7367 ac_tool_warned=yes ;;
7368 esac
7369 LIPO=$ac_ct_LIPO
7371 else
7372 LIPO="$ac_cv_prog_LIPO"
7375 if test -n "$ac_tool_prefix"; then
7376 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7377 set dummy ${ac_tool_prefix}otool; ac_word=$2
7378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7379 $as_echo_n "checking for $ac_word... " >&6; }
7380 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7381 $as_echo_n "(cached) " >&6
7382 else
7383 if test -n "$OTOOL"; then
7384 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7385 else
7386 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7387 for as_dir in $PATH
7389 IFS=$as_save_IFS
7390 test -z "$as_dir" && as_dir=.
7391 for ac_exec_ext in '' $ac_executable_extensions; do
7392 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7393 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7394 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7395 break 2
7397 done
7398 done
7399 IFS=$as_save_IFS
7403 OTOOL=$ac_cv_prog_OTOOL
7404 if test -n "$OTOOL"; then
7405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7406 $as_echo "$OTOOL" >&6; }
7407 else
7408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7409 $as_echo "no" >&6; }
7414 if test -z "$ac_cv_prog_OTOOL"; then
7415 ac_ct_OTOOL=$OTOOL
7416 # Extract the first word of "otool", so it can be a program name with args.
7417 set dummy otool; ac_word=$2
7418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7419 $as_echo_n "checking for $ac_word... " >&6; }
7420 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7421 $as_echo_n "(cached) " >&6
7422 else
7423 if test -n "$ac_ct_OTOOL"; then
7424 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7425 else
7426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7427 for as_dir in $PATH
7429 IFS=$as_save_IFS
7430 test -z "$as_dir" && as_dir=.
7431 for ac_exec_ext in '' $ac_executable_extensions; do
7432 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7433 ac_cv_prog_ac_ct_OTOOL="otool"
7434 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7435 break 2
7437 done
7438 done
7439 IFS=$as_save_IFS
7443 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7444 if test -n "$ac_ct_OTOOL"; then
7445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7446 $as_echo "$ac_ct_OTOOL" >&6; }
7447 else
7448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7449 $as_echo "no" >&6; }
7452 if test "x$ac_ct_OTOOL" = x; then
7453 OTOOL=":"
7454 else
7455 case $cross_compiling:$ac_tool_warned in
7456 yes:)
7457 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7458 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7459 ac_tool_warned=yes ;;
7460 esac
7461 OTOOL=$ac_ct_OTOOL
7463 else
7464 OTOOL="$ac_cv_prog_OTOOL"
7467 if test -n "$ac_tool_prefix"; then
7468 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7469 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7471 $as_echo_n "checking for $ac_word... " >&6; }
7472 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7473 $as_echo_n "(cached) " >&6
7474 else
7475 if test -n "$OTOOL64"; then
7476 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7477 else
7478 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7479 for as_dir in $PATH
7481 IFS=$as_save_IFS
7482 test -z "$as_dir" && as_dir=.
7483 for ac_exec_ext in '' $ac_executable_extensions; do
7484 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7485 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7486 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7487 break 2
7489 done
7490 done
7491 IFS=$as_save_IFS
7495 OTOOL64=$ac_cv_prog_OTOOL64
7496 if test -n "$OTOOL64"; then
7497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7498 $as_echo "$OTOOL64" >&6; }
7499 else
7500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7501 $as_echo "no" >&6; }
7506 if test -z "$ac_cv_prog_OTOOL64"; then
7507 ac_ct_OTOOL64=$OTOOL64
7508 # Extract the first word of "otool64", so it can be a program name with args.
7509 set dummy otool64; ac_word=$2
7510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7511 $as_echo_n "checking for $ac_word... " >&6; }
7512 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7513 $as_echo_n "(cached) " >&6
7514 else
7515 if test -n "$ac_ct_OTOOL64"; then
7516 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7517 else
7518 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7519 for as_dir in $PATH
7521 IFS=$as_save_IFS
7522 test -z "$as_dir" && as_dir=.
7523 for ac_exec_ext in '' $ac_executable_extensions; do
7524 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7525 ac_cv_prog_ac_ct_OTOOL64="otool64"
7526 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7527 break 2
7529 done
7530 done
7531 IFS=$as_save_IFS
7535 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7536 if test -n "$ac_ct_OTOOL64"; then
7537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7538 $as_echo "$ac_ct_OTOOL64" >&6; }
7539 else
7540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7541 $as_echo "no" >&6; }
7544 if test "x$ac_ct_OTOOL64" = x; then
7545 OTOOL64=":"
7546 else
7547 case $cross_compiling:$ac_tool_warned in
7548 yes:)
7549 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7550 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7551 ac_tool_warned=yes ;;
7552 esac
7553 OTOOL64=$ac_ct_OTOOL64
7555 else
7556 OTOOL64="$ac_cv_prog_OTOOL64"
7585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7586 $as_echo_n "checking for -single_module linker flag... " >&6; }
7587 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7588 $as_echo_n "(cached) " >&6
7589 else
7590 lt_cv_apple_cc_single_mod=no
7591 if test -z "${LT_MULTI_MODULE}"; then
7592 # By default we will add the -single_module flag. You can override
7593 # by either setting the environment variable LT_MULTI_MODULE
7594 # non-empty at configure time, or by adding -multi_module to the
7595 # link flags.
7596 rm -rf libconftest.dylib*
7597 echo "int foo(void){return 1;}" > conftest.c
7598 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7599 -dynamiclib -Wl,-single_module conftest.c" >&5
7600 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7601 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7602 _lt_result=$?
7603 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7604 lt_cv_apple_cc_single_mod=yes
7605 else
7606 cat conftest.err >&5
7608 rm -rf libconftest.dylib*
7609 rm -f conftest.*
7612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7613 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7615 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7616 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7617 $as_echo_n "(cached) " >&6
7618 else
7619 lt_cv_ld_exported_symbols_list=no
7620 save_LDFLAGS=$LDFLAGS
7621 echo "_main" > conftest.sym
7622 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7624 /* end confdefs.h. */
7627 main ()
7631 return 0;
7633 _ACEOF
7634 if ac_fn_c_try_link "$LINENO"; then :
7635 lt_cv_ld_exported_symbols_list=yes
7636 else
7637 lt_cv_ld_exported_symbols_list=no
7639 rm -f core conftest.err conftest.$ac_objext \
7640 conftest$ac_exeext conftest.$ac_ext
7641 LDFLAGS="$save_LDFLAGS"
7644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7645 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7647 $as_echo_n "checking for -force_load linker flag... " >&6; }
7648 if test "${lt_cv_ld_force_load+set}" = set; then :
7649 $as_echo_n "(cached) " >&6
7650 else
7651 lt_cv_ld_force_load=no
7652 cat > conftest.c << _LT_EOF
7653 int forced_loaded() { return 2;}
7654 _LT_EOF
7655 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7656 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7657 echo "$AR cru libconftest.a conftest.o" >&5
7658 $AR cru libconftest.a conftest.o 2>&5
7659 cat > conftest.c << _LT_EOF
7660 int main() { return 0;}
7661 _LT_EOF
7662 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7663 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7664 _lt_result=$?
7665 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7666 lt_cv_ld_force_load=yes
7667 else
7668 cat conftest.err >&5
7670 rm -f conftest.err libconftest.a conftest conftest.c
7671 rm -rf conftest.dSYM
7674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7675 $as_echo "$lt_cv_ld_force_load" >&6; }
7676 case $host_os in
7677 rhapsody* | darwin1.[012])
7678 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7679 darwin1.*)
7680 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7681 darwin*) # darwin 5.x on
7682 # if running on 10.5 or later, the deployment target defaults
7683 # to the OS version, if on x86, and 10.4, the deployment
7684 # target defaults to 10.4. Don't you love it?
7685 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7686 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7687 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7688 10.[012]*)
7689 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7690 10.*)
7691 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7692 esac
7694 esac
7695 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7696 _lt_dar_single_mod='$single_module'
7698 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7699 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7700 else
7701 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7703 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7704 _lt_dsymutil='~$DSYMUTIL $lib || :'
7705 else
7706 _lt_dsymutil=
7709 esac
7711 for ac_header in dlfcn.h
7712 do :
7713 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7715 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7716 cat >>confdefs.h <<_ACEOF
7717 #define HAVE_DLFCN_H 1
7718 _ACEOF
7722 done
7728 # Set options
7732 enable_dlopen=no
7735 enable_win32_dll=no
7738 # Check whether --enable-shared was given.
7739 if test "${enable_shared+set}" = set; then :
7740 enableval=$enable_shared; p=${PACKAGE-default}
7741 case $enableval in
7742 yes) enable_shared=yes ;;
7743 no) enable_shared=no ;;
7745 enable_shared=no
7746 # Look at the argument we got. We use all the common list separators.
7747 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7748 for pkg in $enableval; do
7749 IFS="$lt_save_ifs"
7750 if test "X$pkg" = "X$p"; then
7751 enable_shared=yes
7753 done
7754 IFS="$lt_save_ifs"
7756 esac
7757 else
7758 enable_shared=yes
7769 # Check whether --enable-static was given.
7770 if test "${enable_static+set}" = set; then :
7771 enableval=$enable_static; p=${PACKAGE-default}
7772 case $enableval in
7773 yes) enable_static=yes ;;
7774 no) enable_static=no ;;
7776 enable_static=no
7777 # Look at the argument we got. We use all the common list separators.
7778 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7779 for pkg in $enableval; do
7780 IFS="$lt_save_ifs"
7781 if test "X$pkg" = "X$p"; then
7782 enable_static=yes
7784 done
7785 IFS="$lt_save_ifs"
7787 esac
7788 else
7789 enable_static=yes
7801 # Check whether --with-pic was given.
7802 if test "${with_pic+set}" = set; then :
7803 withval=$with_pic; pic_mode="$withval"
7804 else
7805 pic_mode=default
7809 test -z "$pic_mode" && pic_mode=default
7817 # Check whether --enable-fast-install was given.
7818 if test "${enable_fast_install+set}" = set; then :
7819 enableval=$enable_fast_install; p=${PACKAGE-default}
7820 case $enableval in
7821 yes) enable_fast_install=yes ;;
7822 no) enable_fast_install=no ;;
7824 enable_fast_install=no
7825 # Look at the argument we got. We use all the common list separators.
7826 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7827 for pkg in $enableval; do
7828 IFS="$lt_save_ifs"
7829 if test "X$pkg" = "X$p"; then
7830 enable_fast_install=yes
7832 done
7833 IFS="$lt_save_ifs"
7835 esac
7836 else
7837 enable_fast_install=yes
7850 # This can be used to rebuild libtool when needed
7851 LIBTOOL_DEPS="$ltmain"
7853 # Always use our own libtool.
7854 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7881 test -z "$LN_S" && LN_S="ln -s"
7896 if test -n "${ZSH_VERSION+set}" ; then
7897 setopt NO_GLOB_SUBST
7900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7901 $as_echo_n "checking for objdir... " >&6; }
7902 if test "${lt_cv_objdir+set}" = set; then :
7903 $as_echo_n "(cached) " >&6
7904 else
7905 rm -f .libs 2>/dev/null
7906 mkdir .libs 2>/dev/null
7907 if test -d .libs; then
7908 lt_cv_objdir=.libs
7909 else
7910 # MS-DOS does not allow filenames that begin with a dot.
7911 lt_cv_objdir=_libs
7913 rmdir .libs 2>/dev/null
7915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7916 $as_echo "$lt_cv_objdir" >&6; }
7917 objdir=$lt_cv_objdir
7923 cat >>confdefs.h <<_ACEOF
7924 #define LT_OBJDIR "$lt_cv_objdir/"
7925 _ACEOF
7930 case $host_os in
7931 aix3*)
7932 # AIX sometimes has problems with the GCC collect2 program. For some
7933 # reason, if we set the COLLECT_NAMES environment variable, the problems
7934 # vanish in a puff of smoke.
7935 if test "X${COLLECT_NAMES+set}" != Xset; then
7936 COLLECT_NAMES=
7937 export COLLECT_NAMES
7940 esac
7942 # Global variables:
7943 ofile=libtool
7944 can_build_shared=yes
7946 # All known linkers require a `.a' archive for static linking (except MSVC,
7947 # which needs '.lib').
7948 libext=a
7950 with_gnu_ld="$lt_cv_prog_gnu_ld"
7952 old_CC="$CC"
7953 old_CFLAGS="$CFLAGS"
7955 # Set sane defaults for various variables
7956 test -z "$CC" && CC=cc
7957 test -z "$LTCC" && LTCC=$CC
7958 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7959 test -z "$LD" && LD=ld
7960 test -z "$ac_objext" && ac_objext=o
7962 for cc_temp in $compiler""; do
7963 case $cc_temp in
7964 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7965 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7966 \-*) ;;
7967 *) break;;
7968 esac
7969 done
7970 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7973 # Only perform the check for file, if the check method requires it
7974 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7975 case $deplibs_check_method in
7976 file_magic*)
7977 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7979 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7980 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7981 $as_echo_n "(cached) " >&6
7982 else
7983 case $MAGIC_CMD in
7984 [\\/*] | ?:[\\/]*)
7985 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7988 lt_save_MAGIC_CMD="$MAGIC_CMD"
7989 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7990 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7991 for ac_dir in $ac_dummy; do
7992 IFS="$lt_save_ifs"
7993 test -z "$ac_dir" && ac_dir=.
7994 if test -f $ac_dir/${ac_tool_prefix}file; then
7995 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7996 if test -n "$file_magic_test_file"; then
7997 case $deplibs_check_method in
7998 "file_magic "*)
7999 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8000 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8001 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8002 $EGREP "$file_magic_regex" > /dev/null; then
8004 else
8005 cat <<_LT_EOF 1>&2
8007 *** Warning: the command libtool uses to detect shared libraries,
8008 *** $file_magic_cmd, produces output that libtool cannot recognize.
8009 *** The result is that libtool may fail to recognize shared libraries
8010 *** as such. This will affect the creation of libtool libraries that
8011 *** depend on shared libraries, but programs linked with such libtool
8012 *** libraries will work regardless of this problem. Nevertheless, you
8013 *** may want to report the problem to your system manager and/or to
8014 *** bug-libtool@gnu.org
8016 _LT_EOF
8017 fi ;;
8018 esac
8020 break
8022 done
8023 IFS="$lt_save_ifs"
8024 MAGIC_CMD="$lt_save_MAGIC_CMD"
8026 esac
8029 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8030 if test -n "$MAGIC_CMD"; then
8031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8032 $as_echo "$MAGIC_CMD" >&6; }
8033 else
8034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8035 $as_echo "no" >&6; }
8042 if test -z "$lt_cv_path_MAGIC_CMD"; then
8043 if test -n "$ac_tool_prefix"; then
8044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8045 $as_echo_n "checking for file... " >&6; }
8046 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8047 $as_echo_n "(cached) " >&6
8048 else
8049 case $MAGIC_CMD in
8050 [\\/*] | ?:[\\/]*)
8051 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8054 lt_save_MAGIC_CMD="$MAGIC_CMD"
8055 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8056 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8057 for ac_dir in $ac_dummy; do
8058 IFS="$lt_save_ifs"
8059 test -z "$ac_dir" && ac_dir=.
8060 if test -f $ac_dir/file; then
8061 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8062 if test -n "$file_magic_test_file"; then
8063 case $deplibs_check_method in
8064 "file_magic "*)
8065 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8066 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8067 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8068 $EGREP "$file_magic_regex" > /dev/null; then
8070 else
8071 cat <<_LT_EOF 1>&2
8073 *** Warning: the command libtool uses to detect shared libraries,
8074 *** $file_magic_cmd, produces output that libtool cannot recognize.
8075 *** The result is that libtool may fail to recognize shared libraries
8076 *** as such. This will affect the creation of libtool libraries that
8077 *** depend on shared libraries, but programs linked with such libtool
8078 *** libraries will work regardless of this problem. Nevertheless, you
8079 *** may want to report the problem to your system manager and/or to
8080 *** bug-libtool@gnu.org
8082 _LT_EOF
8083 fi ;;
8084 esac
8086 break
8088 done
8089 IFS="$lt_save_ifs"
8090 MAGIC_CMD="$lt_save_MAGIC_CMD"
8092 esac
8095 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8096 if test -n "$MAGIC_CMD"; then
8097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8098 $as_echo "$MAGIC_CMD" >&6; }
8099 else
8100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8101 $as_echo "no" >&6; }
8105 else
8106 MAGIC_CMD=:
8112 esac
8114 # Use C for the default configuration in the libtool script
8116 lt_save_CC="$CC"
8117 ac_ext=c
8118 ac_cpp='$CPP $CPPFLAGS'
8119 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8120 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8121 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8124 # Source file extension for C test sources.
8125 ac_ext=c
8127 # Object file extension for compiled C test sources.
8128 objext=o
8129 objext=$objext
8131 # Code to be used in simple compile tests
8132 lt_simple_compile_test_code="int some_variable = 0;"
8134 # Code to be used in simple link tests
8135 lt_simple_link_test_code='int main(){return(0);}'
8143 # If no C compiler was specified, use CC.
8144 LTCC=${LTCC-"$CC"}
8146 # If no C compiler flags were specified, use CFLAGS.
8147 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8149 # Allow CC to be a program name with arguments.
8150 compiler=$CC
8152 # Save the default compiler, since it gets overwritten when the other
8153 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8154 compiler_DEFAULT=$CC
8156 # save warnings/boilerplate of simple test code
8157 ac_outfile=conftest.$ac_objext
8158 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8159 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8160 _lt_compiler_boilerplate=`cat conftest.err`
8161 $RM conftest*
8163 ac_outfile=conftest.$ac_objext
8164 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8165 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8166 _lt_linker_boilerplate=`cat conftest.err`
8167 $RM -r conftest*
8170 ## CAVEAT EMPTOR:
8171 ## There is no encapsulation within the following macros, do not change
8172 ## the running order or otherwise move them around unless you know exactly
8173 ## what you are doing...
8174 if test -n "$compiler"; then
8176 lt_prog_compiler_no_builtin_flag=
8178 if test "$GCC" = yes; then
8179 case $cc_basename in
8180 nvcc*)
8181 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8183 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8184 esac
8186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8187 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8188 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8189 $as_echo_n "(cached) " >&6
8190 else
8191 lt_cv_prog_compiler_rtti_exceptions=no
8192 ac_outfile=conftest.$ac_objext
8193 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8194 lt_compiler_flag="-fno-rtti -fno-exceptions"
8195 # Insert the option either (1) after the last *FLAGS variable, or
8196 # (2) before a word containing "conftest.", or (3) at the end.
8197 # Note that $ac_compile itself does not contain backslashes and begins
8198 # with a dollar sign (not a hyphen), so the echo should work correctly.
8199 # The option is referenced via a variable to avoid confusing sed.
8200 lt_compile=`echo "$ac_compile" | $SED \
8201 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8202 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8203 -e 's:$: $lt_compiler_flag:'`
8204 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8205 (eval "$lt_compile" 2>conftest.err)
8206 ac_status=$?
8207 cat conftest.err >&5
8208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8209 if (exit $ac_status) && test -s "$ac_outfile"; then
8210 # The compiler can only warn and ignore the option if not recognized
8211 # So say no if there are warnings other than the usual output.
8212 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8213 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8214 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8215 lt_cv_prog_compiler_rtti_exceptions=yes
8218 $RM conftest*
8221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8222 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8224 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8225 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8226 else
8237 lt_prog_compiler_wl=
8238 lt_prog_compiler_pic=
8239 lt_prog_compiler_static=
8241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8242 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8244 if test "$GCC" = yes; then
8245 lt_prog_compiler_wl='-Wl,'
8246 lt_prog_compiler_static='-static'
8248 case $host_os in
8249 aix*)
8250 # All AIX code is PIC.
8251 if test "$host_cpu" = ia64; then
8252 # AIX 5 now supports IA64 processor
8253 lt_prog_compiler_static='-Bstatic'
8257 amigaos*)
8258 case $host_cpu in
8259 powerpc)
8260 # see comment about AmigaOS4 .so support
8261 lt_prog_compiler_pic='-fPIC'
8263 m68k)
8264 # FIXME: we need at least 68020 code to build shared libraries, but
8265 # adding the `-m68020' flag to GCC prevents building anything better,
8266 # like `-m68040'.
8267 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8269 esac
8272 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8273 # PIC is the default for these OSes.
8276 mingw* | cygwin* | pw32* | os2* | cegcc*)
8277 # This hack is so that the source file can tell whether it is being
8278 # built for inclusion in a dll (and should export symbols for example).
8279 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8280 # (--disable-auto-import) libraries
8281 lt_prog_compiler_pic='-DDLL_EXPORT'
8284 darwin* | rhapsody*)
8285 # PIC is the default on this platform
8286 # Common symbols not allowed in MH_DYLIB files
8287 lt_prog_compiler_pic='-fno-common'
8290 haiku*)
8291 # PIC is the default for Haiku.
8292 # The "-static" flag exists, but is broken.
8293 lt_prog_compiler_static=
8296 hpux*)
8297 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8298 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8299 # sets the default TLS model and affects inlining.
8300 case $host_cpu in
8301 hppa*64*)
8302 # +Z the default
8305 lt_prog_compiler_pic='-fPIC'
8307 esac
8310 interix[3-9]*)
8311 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8312 # Instead, we relocate shared libraries at runtime.
8315 msdosdjgpp*)
8316 # Just because we use GCC doesn't mean we suddenly get shared libraries
8317 # on systems that don't support them.
8318 lt_prog_compiler_can_build_shared=no
8319 enable_shared=no
8322 *nto* | *qnx*)
8323 # QNX uses GNU C++, but need to define -shared option too, otherwise
8324 # it will coredump.
8325 lt_prog_compiler_pic='-fPIC -shared'
8328 sysv4*MP*)
8329 if test -d /usr/nec; then
8330 lt_prog_compiler_pic=-Kconform_pic
8335 lt_prog_compiler_pic='-fPIC'
8337 esac
8339 case $cc_basename in
8340 nvcc*) # Cuda Compiler Driver 2.2
8341 lt_prog_compiler_wl='-Xlinker '
8342 lt_prog_compiler_pic='-Xcompiler -fPIC'
8344 esac
8345 else
8346 # PORTME Check for flag to pass linker flags through the system compiler.
8347 case $host_os in
8348 aix*)
8349 lt_prog_compiler_wl='-Wl,'
8350 if test "$host_cpu" = ia64; then
8351 # AIX 5 now supports IA64 processor
8352 lt_prog_compiler_static='-Bstatic'
8353 else
8354 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8358 mingw* | cygwin* | pw32* | os2* | cegcc*)
8359 # This hack is so that the source file can tell whether it is being
8360 # built for inclusion in a dll (and should export symbols for example).
8361 lt_prog_compiler_pic='-DDLL_EXPORT'
8364 hpux9* | hpux10* | hpux11*)
8365 lt_prog_compiler_wl='-Wl,'
8366 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8367 # not for PA HP-UX.
8368 case $host_cpu in
8369 hppa*64*|ia64*)
8370 # +Z the default
8373 lt_prog_compiler_pic='+Z'
8375 esac
8376 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8377 lt_prog_compiler_static='${wl}-a ${wl}archive'
8380 irix5* | irix6* | nonstopux*)
8381 lt_prog_compiler_wl='-Wl,'
8382 # PIC (with -KPIC) is the default.
8383 lt_prog_compiler_static='-non_shared'
8386 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8387 case $cc_basename in
8388 # old Intel for x86_64 which still supported -KPIC.
8389 ecc*)
8390 lt_prog_compiler_wl='-Wl,'
8391 lt_prog_compiler_pic='-KPIC'
8392 lt_prog_compiler_static='-static'
8394 # icc used to be incompatible with GCC.
8395 # ICC 10 doesn't accept -KPIC any more.
8396 icc* | ifort*)
8397 lt_prog_compiler_wl='-Wl,'
8398 lt_prog_compiler_pic='-fPIC'
8399 lt_prog_compiler_static='-static'
8401 # Lahey Fortran 8.1.
8402 lf95*)
8403 lt_prog_compiler_wl='-Wl,'
8404 lt_prog_compiler_pic='--shared'
8405 lt_prog_compiler_static='--static'
8407 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8408 # Portland Group compilers (*not* the Pentium gcc compiler,
8409 # which looks to be a dead project)
8410 lt_prog_compiler_wl='-Wl,'
8411 lt_prog_compiler_pic='-fpic'
8412 lt_prog_compiler_static='-Bstatic'
8414 ccc*)
8415 lt_prog_compiler_wl='-Wl,'
8416 # All Alpha code is PIC.
8417 lt_prog_compiler_static='-non_shared'
8419 xl* | bgxl* | bgf* | mpixl*)
8420 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8421 lt_prog_compiler_wl='-Wl,'
8422 lt_prog_compiler_pic='-qpic'
8423 lt_prog_compiler_static='-qstaticlink'
8426 case `$CC -V 2>&1 | sed 5q` in
8427 *Sun\ F* | *Sun*Fortran*)
8428 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8429 lt_prog_compiler_pic='-KPIC'
8430 lt_prog_compiler_static='-Bstatic'
8431 lt_prog_compiler_wl=''
8433 *Sun\ C*)
8434 # Sun C 5.9
8435 lt_prog_compiler_pic='-KPIC'
8436 lt_prog_compiler_static='-Bstatic'
8437 lt_prog_compiler_wl='-Wl,'
8439 esac
8441 esac
8444 newsos6)
8445 lt_prog_compiler_pic='-KPIC'
8446 lt_prog_compiler_static='-Bstatic'
8449 *nto* | *qnx*)
8450 # QNX uses GNU C++, but need to define -shared option too, otherwise
8451 # it will coredump.
8452 lt_prog_compiler_pic='-fPIC -shared'
8455 osf3* | osf4* | osf5*)
8456 lt_prog_compiler_wl='-Wl,'
8457 # All OSF/1 code is PIC.
8458 lt_prog_compiler_static='-non_shared'
8461 rdos*)
8462 lt_prog_compiler_static='-non_shared'
8465 solaris*)
8466 lt_prog_compiler_pic='-KPIC'
8467 lt_prog_compiler_static='-Bstatic'
8468 case $cc_basename in
8469 f77* | f90* | f95*)
8470 lt_prog_compiler_wl='-Qoption ld ';;
8472 lt_prog_compiler_wl='-Wl,';;
8473 esac
8476 sunos4*)
8477 lt_prog_compiler_wl='-Qoption ld '
8478 lt_prog_compiler_pic='-PIC'
8479 lt_prog_compiler_static='-Bstatic'
8482 sysv4 | sysv4.2uw2* | sysv4.3*)
8483 lt_prog_compiler_wl='-Wl,'
8484 lt_prog_compiler_pic='-KPIC'
8485 lt_prog_compiler_static='-Bstatic'
8488 sysv4*MP*)
8489 if test -d /usr/nec ;then
8490 lt_prog_compiler_pic='-Kconform_pic'
8491 lt_prog_compiler_static='-Bstatic'
8495 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8496 lt_prog_compiler_wl='-Wl,'
8497 lt_prog_compiler_pic='-KPIC'
8498 lt_prog_compiler_static='-Bstatic'
8501 unicos*)
8502 lt_prog_compiler_wl='-Wl,'
8503 lt_prog_compiler_can_build_shared=no
8506 uts4*)
8507 lt_prog_compiler_pic='-pic'
8508 lt_prog_compiler_static='-Bstatic'
8512 lt_prog_compiler_can_build_shared=no
8514 esac
8517 case $host_os in
8518 # For platforms which do not support PIC, -DPIC is meaningless:
8519 *djgpp*)
8520 lt_prog_compiler_pic=
8523 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8525 esac
8526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8527 $as_echo "$lt_prog_compiler_pic" >&6; }
8535 # Check to make sure the PIC flag actually works.
8537 if test -n "$lt_prog_compiler_pic"; then
8538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8539 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8540 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8541 $as_echo_n "(cached) " >&6
8542 else
8543 lt_cv_prog_compiler_pic_works=no
8544 ac_outfile=conftest.$ac_objext
8545 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8546 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8547 # Insert the option either (1) after the last *FLAGS variable, or
8548 # (2) before a word containing "conftest.", or (3) at the end.
8549 # Note that $ac_compile itself does not contain backslashes and begins
8550 # with a dollar sign (not a hyphen), so the echo should work correctly.
8551 # The option is referenced via a variable to avoid confusing sed.
8552 lt_compile=`echo "$ac_compile" | $SED \
8553 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8554 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8555 -e 's:$: $lt_compiler_flag:'`
8556 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8557 (eval "$lt_compile" 2>conftest.err)
8558 ac_status=$?
8559 cat conftest.err >&5
8560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8561 if (exit $ac_status) && test -s "$ac_outfile"; then
8562 # The compiler can only warn and ignore the option if not recognized
8563 # So say no if there are warnings other than the usual output.
8564 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8565 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8566 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8567 lt_cv_prog_compiler_pic_works=yes
8570 $RM conftest*
8573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8574 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8576 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8577 case $lt_prog_compiler_pic in
8578 "" | " "*) ;;
8579 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8580 esac
8581 else
8582 lt_prog_compiler_pic=
8583 lt_prog_compiler_can_build_shared=no
8594 # Check to make sure the static flag actually works.
8596 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8598 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8599 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8600 $as_echo_n "(cached) " >&6
8601 else
8602 lt_cv_prog_compiler_static_works=no
8603 save_LDFLAGS="$LDFLAGS"
8604 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8605 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8606 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8607 # The linker can only warn and ignore the option if not recognized
8608 # So say no if there are warnings
8609 if test -s conftest.err; then
8610 # Append any errors to the config.log.
8611 cat conftest.err 1>&5
8612 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8613 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8614 if diff conftest.exp conftest.er2 >/dev/null; then
8615 lt_cv_prog_compiler_static_works=yes
8617 else
8618 lt_cv_prog_compiler_static_works=yes
8621 $RM -r conftest*
8622 LDFLAGS="$save_LDFLAGS"
8625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8626 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8628 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8630 else
8631 lt_prog_compiler_static=
8640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8641 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8642 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8643 $as_echo_n "(cached) " >&6
8644 else
8645 lt_cv_prog_compiler_c_o=no
8646 $RM -r conftest 2>/dev/null
8647 mkdir conftest
8648 cd conftest
8649 mkdir out
8650 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8652 lt_compiler_flag="-o out/conftest2.$ac_objext"
8653 # Insert the option either (1) after the last *FLAGS variable, or
8654 # (2) before a word containing "conftest.", or (3) at the end.
8655 # Note that $ac_compile itself does not contain backslashes and begins
8656 # with a dollar sign (not a hyphen), so the echo should work correctly.
8657 lt_compile=`echo "$ac_compile" | $SED \
8658 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8659 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8660 -e 's:$: $lt_compiler_flag:'`
8661 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8662 (eval "$lt_compile" 2>out/conftest.err)
8663 ac_status=$?
8664 cat out/conftest.err >&5
8665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8666 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8667 then
8668 # The compiler can only warn and ignore the option if not recognized
8669 # So say no if there are warnings
8670 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8671 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8672 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8673 lt_cv_prog_compiler_c_o=yes
8676 chmod u+w . 2>&5
8677 $RM conftest*
8678 # SGI C++ compiler will create directory out/ii_files/ for
8679 # template instantiation
8680 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8681 $RM out/* && rmdir out
8682 cd ..
8683 $RM -r conftest
8684 $RM conftest*
8687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8688 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8696 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8697 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8698 $as_echo_n "(cached) " >&6
8699 else
8700 lt_cv_prog_compiler_c_o=no
8701 $RM -r conftest 2>/dev/null
8702 mkdir conftest
8703 cd conftest
8704 mkdir out
8705 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8707 lt_compiler_flag="-o out/conftest2.$ac_objext"
8708 # Insert the option either (1) after the last *FLAGS variable, or
8709 # (2) before a word containing "conftest.", or (3) at the end.
8710 # Note that $ac_compile itself does not contain backslashes and begins
8711 # with a dollar sign (not a hyphen), so the echo should work correctly.
8712 lt_compile=`echo "$ac_compile" | $SED \
8713 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8714 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8715 -e 's:$: $lt_compiler_flag:'`
8716 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8717 (eval "$lt_compile" 2>out/conftest.err)
8718 ac_status=$?
8719 cat out/conftest.err >&5
8720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8721 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8722 then
8723 # The compiler can only warn and ignore the option if not recognized
8724 # So say no if there are warnings
8725 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8726 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8727 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8728 lt_cv_prog_compiler_c_o=yes
8731 chmod u+w . 2>&5
8732 $RM conftest*
8733 # SGI C++ compiler will create directory out/ii_files/ for
8734 # template instantiation
8735 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8736 $RM out/* && rmdir out
8737 cd ..
8738 $RM -r conftest
8739 $RM conftest*
8742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8743 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8748 hard_links="nottested"
8749 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8750 # do not overwrite the value of need_locks provided by the user
8751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8752 $as_echo_n "checking if we can lock with hard links... " >&6; }
8753 hard_links=yes
8754 $RM conftest*
8755 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8756 touch conftest.a
8757 ln conftest.a conftest.b 2>&5 || hard_links=no
8758 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8760 $as_echo "$hard_links" >&6; }
8761 if test "$hard_links" = no; then
8762 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8763 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8764 need_locks=warn
8766 else
8767 need_locks=no
8775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8776 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8778 runpath_var=
8779 allow_undefined_flag=
8780 always_export_symbols=no
8781 archive_cmds=
8782 archive_expsym_cmds=
8783 compiler_needs_object=no
8784 enable_shared_with_static_runtimes=no
8785 export_dynamic_flag_spec=
8786 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8787 hardcode_automatic=no
8788 hardcode_direct=no
8789 hardcode_direct_absolute=no
8790 hardcode_libdir_flag_spec=
8791 hardcode_libdir_flag_spec_ld=
8792 hardcode_libdir_separator=
8793 hardcode_minus_L=no
8794 hardcode_shlibpath_var=unsupported
8795 inherit_rpath=no
8796 link_all_deplibs=unknown
8797 module_cmds=
8798 module_expsym_cmds=
8799 old_archive_from_new_cmds=
8800 old_archive_from_expsyms_cmds=
8801 thread_safe_flag_spec=
8802 whole_archive_flag_spec=
8803 # include_expsyms should be a list of space-separated symbols to be *always*
8804 # included in the symbol list
8805 include_expsyms=
8806 # exclude_expsyms can be an extended regexp of symbols to exclude
8807 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8808 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8809 # as well as any symbol that contains `d'.
8810 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8811 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8812 # platforms (ab)use it in PIC code, but their linkers get confused if
8813 # the symbol is explicitly referenced. Since portable code cannot
8814 # rely on this symbol name, it's probably fine to never include it in
8815 # preloaded symbol tables.
8816 # Exclude shared library initialization/finalization symbols.
8817 extract_expsyms_cmds=
8819 case $host_os in
8820 cygwin* | mingw* | pw32* | cegcc*)
8821 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8822 # When not using gcc, we currently assume that we are using
8823 # Microsoft Visual C++.
8824 if test "$GCC" != yes; then
8825 with_gnu_ld=no
8828 interix*)
8829 # we just hope/assume this is gcc and not c89 (= MSVC++)
8830 with_gnu_ld=yes
8832 openbsd*)
8833 with_gnu_ld=no
8835 esac
8837 ld_shlibs=yes
8839 # On some targets, GNU ld is compatible enough with the native linker
8840 # that we're better off using the native interface for both.
8841 lt_use_gnu_ld_interface=no
8842 if test "$with_gnu_ld" = yes; then
8843 case $host_os in
8844 aix*)
8845 # The AIX port of GNU ld has always aspired to compatibility
8846 # with the native linker. However, as the warning in the GNU ld
8847 # block says, versions before 2.19.5* couldn't really create working
8848 # shared libraries, regardless of the interface used.
8849 case `$LD -v 2>&1` in
8850 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8851 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8852 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8854 lt_use_gnu_ld_interface=yes
8856 esac
8859 lt_use_gnu_ld_interface=yes
8861 esac
8864 if test "$lt_use_gnu_ld_interface" = yes; then
8865 # If archive_cmds runs LD, not CC, wlarc should be empty
8866 wlarc='${wl}'
8868 # Set some defaults for GNU ld with shared library support. These
8869 # are reset later if shared libraries are not supported. Putting them
8870 # here allows them to be overridden if necessary.
8871 runpath_var=LD_RUN_PATH
8872 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8873 export_dynamic_flag_spec='${wl}--export-dynamic'
8874 # ancient GNU ld didn't support --whole-archive et. al.
8875 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8876 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8877 else
8878 whole_archive_flag_spec=
8880 supports_anon_versioning=no
8881 case `$LD -v 2>&1` in
8882 *GNU\ gold*) supports_anon_versioning=yes ;;
8883 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8884 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8885 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8886 *\ 2.11.*) ;; # other 2.11 versions
8887 *) supports_anon_versioning=yes ;;
8888 esac
8890 # See if GNU ld supports shared libraries.
8891 case $host_os in
8892 aix[3-9]*)
8893 # On AIX/PPC, the GNU linker is very broken
8894 if test "$host_cpu" != ia64; then
8895 ld_shlibs=no
8896 cat <<_LT_EOF 1>&2
8898 *** Warning: the GNU linker, at least up to release 2.19, is reported
8899 *** to be unable to reliably create shared libraries on AIX.
8900 *** Therefore, libtool is disabling shared libraries support. If you
8901 *** really care for shared libraries, you may want to install binutils
8902 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8903 *** You will then need to restart the configuration process.
8905 _LT_EOF
8909 amigaos*)
8910 case $host_cpu in
8911 powerpc)
8912 # see comment about AmigaOS4 .so support
8913 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8914 archive_expsym_cmds=''
8916 m68k)
8917 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)'
8918 hardcode_libdir_flag_spec='-L$libdir'
8919 hardcode_minus_L=yes
8921 esac
8924 beos*)
8925 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8926 allow_undefined_flag=unsupported
8927 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8928 # support --undefined. This deserves some investigation. FIXME
8929 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8930 else
8931 ld_shlibs=no
8935 cygwin* | mingw* | pw32* | cegcc*)
8936 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8937 # as there is no search path for DLLs.
8938 hardcode_libdir_flag_spec='-L$libdir'
8939 export_dynamic_flag_spec='${wl}--export-all-symbols'
8940 allow_undefined_flag=unsupported
8941 always_export_symbols=no
8942 enable_shared_with_static_runtimes=yes
8943 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8945 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8946 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8947 # If the export-symbols file already is a .def file (1st line
8948 # is EXPORTS), use it as is; otherwise, prepend...
8949 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8950 cp $export_symbols $output_objdir/$soname.def;
8951 else
8952 echo EXPORTS > $output_objdir/$soname.def;
8953 cat $export_symbols >> $output_objdir/$soname.def;
8955 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8956 else
8957 ld_shlibs=no
8961 haiku*)
8962 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8963 link_all_deplibs=yes
8966 interix[3-9]*)
8967 hardcode_direct=no
8968 hardcode_shlibpath_var=no
8969 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8970 export_dynamic_flag_spec='${wl}-E'
8971 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8972 # Instead, shared libraries are loaded at an image base (0x10000000 by
8973 # default) and relocated if they conflict, which is a slow very memory
8974 # consuming and fragmenting process. To avoid this, we pick a random,
8975 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8976 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8977 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8978 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'
8981 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8982 tmp_diet=no
8983 if test "$host_os" = linux-dietlibc; then
8984 case $cc_basename in
8985 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8986 esac
8988 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8989 && test "$tmp_diet" = no
8990 then
8991 tmp_addflag=
8992 tmp_sharedflag='-shared'
8993 case $cc_basename,$host_cpu in
8994 pgcc*) # Portland Group C compiler
8995 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'
8996 tmp_addflag=' $pic_flag'
8998 pgf77* | pgf90* | pgf95* | pgfortran*)
8999 # Portland Group f77 and f90 compilers
9000 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'
9001 tmp_addflag=' $pic_flag -Mnomain' ;;
9002 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9003 tmp_addflag=' -i_dynamic' ;;
9004 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9005 tmp_addflag=' -i_dynamic -nofor_main' ;;
9006 ifc* | ifort*) # Intel Fortran compiler
9007 tmp_addflag=' -nofor_main' ;;
9008 lf95*) # Lahey Fortran 8.1
9009 whole_archive_flag_spec=
9010 tmp_sharedflag='--shared' ;;
9011 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9012 tmp_sharedflag='-qmkshrobj'
9013 tmp_addflag= ;;
9014 nvcc*) # Cuda Compiler Driver 2.2
9015 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'
9016 compiler_needs_object=yes
9018 esac
9019 case `$CC -V 2>&1 | sed 5q` in
9020 *Sun\ C*) # Sun C 5.9
9021 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'
9022 compiler_needs_object=yes
9023 tmp_sharedflag='-G' ;;
9024 *Sun\ F*) # Sun Fortran 8.3
9025 tmp_sharedflag='-G' ;;
9026 esac
9027 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9029 if test "x$supports_anon_versioning" = xyes; then
9030 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9031 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9032 echo "local: *; };" >> $output_objdir/$libname.ver~
9033 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9036 case $cc_basename in
9037 xlf* | bgf* | bgxlf* | mpixlf*)
9038 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9039 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9040 hardcode_libdir_flag_spec=
9041 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9042 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9043 if test "x$supports_anon_versioning" = xyes; then
9044 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9045 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9046 echo "local: *; };" >> $output_objdir/$libname.ver~
9047 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9050 esac
9051 else
9052 ld_shlibs=no
9056 netbsd*)
9057 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9058 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9059 wlarc=
9060 else
9061 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9062 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9066 solaris*)
9067 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9068 ld_shlibs=no
9069 cat <<_LT_EOF 1>&2
9071 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9072 *** create shared libraries on Solaris systems. Therefore, libtool
9073 *** is disabling shared libraries support. We urge you to upgrade GNU
9074 *** binutils to release 2.9.1 or newer. Another option is to modify
9075 *** your PATH or compiler configuration so that the native linker is
9076 *** used, and then restart.
9078 _LT_EOF
9079 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9080 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9081 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9082 else
9083 ld_shlibs=no
9087 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9088 case `$LD -v 2>&1` in
9089 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9090 ld_shlibs=no
9091 cat <<_LT_EOF 1>&2
9093 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9094 *** reliably create shared libraries on SCO systems. Therefore, libtool
9095 *** is disabling shared libraries support. We urge you to upgrade GNU
9096 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9097 *** your PATH or compiler configuration so that the native linker is
9098 *** used, and then restart.
9100 _LT_EOF
9103 # For security reasons, it is highly recommended that you always
9104 # use absolute paths for naming shared libraries, and exclude the
9105 # DT_RUNPATH tag from executables and libraries. But doing so
9106 # requires that you compile everything twice, which is a pain.
9107 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9108 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9109 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9110 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9111 else
9112 ld_shlibs=no
9115 esac
9118 sunos4*)
9119 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9120 wlarc=
9121 hardcode_direct=yes
9122 hardcode_shlibpath_var=no
9126 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9127 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9128 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9129 else
9130 ld_shlibs=no
9133 esac
9135 if test "$ld_shlibs" = no; then
9136 runpath_var=
9137 hardcode_libdir_flag_spec=
9138 export_dynamic_flag_spec=
9139 whole_archive_flag_spec=
9141 else
9142 # PORTME fill in a description of your system's linker (not GNU ld)
9143 case $host_os in
9144 aix3*)
9145 allow_undefined_flag=unsupported
9146 always_export_symbols=yes
9147 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'
9148 # Note: this linker hardcodes the directories in LIBPATH if there
9149 # are no directories specified by -L.
9150 hardcode_minus_L=yes
9151 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9152 # Neither direct hardcoding nor static linking is supported with a
9153 # broken collect2.
9154 hardcode_direct=unsupported
9158 aix[4-9]*)
9159 if test "$host_cpu" = ia64; then
9160 # On IA64, the linker does run time linking by default, so we don't
9161 # have to do anything special.
9162 aix_use_runtimelinking=no
9163 exp_sym_flag='-Bexport'
9164 no_entry_flag=""
9165 else
9166 # If we're using GNU nm, then we don't want the "-C" option.
9167 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9168 # Also, AIX nm treats weak defined symbols like other global
9169 # defined symbols, whereas GNU nm marks them as "W".
9170 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9171 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'
9172 else
9173 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'
9175 aix_use_runtimelinking=no
9177 # Test if we are trying to use run time linking or normal
9178 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9179 # need to do runtime linking.
9180 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9181 for ld_flag in $LDFLAGS; do
9182 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9183 aix_use_runtimelinking=yes
9184 break
9186 done
9188 esac
9190 exp_sym_flag='-bexport'
9191 no_entry_flag='-bnoentry'
9194 # When large executables or shared objects are built, AIX ld can
9195 # have problems creating the table of contents. If linking a library
9196 # or program results in "error TOC overflow" add -mminimal-toc to
9197 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9198 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9200 archive_cmds=''
9201 hardcode_direct=yes
9202 hardcode_direct_absolute=yes
9203 hardcode_libdir_separator=':'
9204 link_all_deplibs=yes
9205 file_list_spec='${wl}-f,'
9207 if test "$GCC" = yes; then
9208 case $host_os in aix4.[012]|aix4.[012].*)
9209 # We only want to do this on AIX 4.2 and lower, the check
9210 # below for broken collect2 doesn't work under 4.3+
9211 collect2name=`${CC} -print-prog-name=collect2`
9212 if test -f "$collect2name" &&
9213 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9214 then
9215 # We have reworked collect2
9217 else
9218 # We have old collect2
9219 hardcode_direct=unsupported
9220 # It fails to find uninstalled libraries when the uninstalled
9221 # path is not listed in the libpath. Setting hardcode_minus_L
9222 # to unsupported forces relinking
9223 hardcode_minus_L=yes
9224 hardcode_libdir_flag_spec='-L$libdir'
9225 hardcode_libdir_separator=
9228 esac
9229 shared_flag='-shared'
9230 if test "$aix_use_runtimelinking" = yes; then
9231 shared_flag="$shared_flag "'${wl}-G'
9233 else
9234 # not using gcc
9235 if test "$host_cpu" = ia64; then
9236 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9237 # chokes on -Wl,-G. The following line is correct:
9238 shared_flag='-G'
9239 else
9240 if test "$aix_use_runtimelinking" = yes; then
9241 shared_flag='${wl}-G'
9242 else
9243 shared_flag='${wl}-bM:SRE'
9248 export_dynamic_flag_spec='${wl}-bexpall'
9249 # It seems that -bexpall does not export symbols beginning with
9250 # underscore (_), so it is better to generate a list of symbols to export.
9251 always_export_symbols=yes
9252 if test "$aix_use_runtimelinking" = yes; then
9253 # Warning - without using the other runtime loading flags (-brtl),
9254 # -berok will link without error, but may produce a broken library.
9255 allow_undefined_flag='-berok'
9256 # Determine the default libpath from the value encoded in an
9257 # empty executable.
9258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9259 /* end confdefs.h. */
9262 main ()
9266 return 0;
9268 _ACEOF
9269 if ac_fn_c_try_link "$LINENO"; then :
9271 lt_aix_libpath_sed='
9272 /Import File Strings/,/^$/ {
9273 /^0/ {
9274 s/^0 *\(.*\)$/\1/
9278 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9279 # Check for a 64-bit object if we didn't find anything.
9280 if test -z "$aix_libpath"; then
9281 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9284 rm -f core conftest.err conftest.$ac_objext \
9285 conftest$ac_exeext conftest.$ac_ext
9286 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9288 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9289 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"
9290 else
9291 if test "$host_cpu" = ia64; then
9292 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9293 allow_undefined_flag="-z nodefs"
9294 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"
9295 else
9296 # Determine the default libpath from the value encoded in an
9297 # empty executable.
9298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9299 /* end confdefs.h. */
9302 main ()
9306 return 0;
9308 _ACEOF
9309 if ac_fn_c_try_link "$LINENO"; then :
9311 lt_aix_libpath_sed='
9312 /Import File Strings/,/^$/ {
9313 /^0/ {
9314 s/^0 *\(.*\)$/\1/
9318 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9319 # Check for a 64-bit object if we didn't find anything.
9320 if test -z "$aix_libpath"; then
9321 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9324 rm -f core conftest.err conftest.$ac_objext \
9325 conftest$ac_exeext conftest.$ac_ext
9326 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9328 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9329 # Warning - without using the other run time loading flags,
9330 # -berok will link without error, but may produce a broken library.
9331 no_undefined_flag=' ${wl}-bernotok'
9332 allow_undefined_flag=' ${wl}-berok'
9333 if test "$with_gnu_ld" = yes; then
9334 # We only use this code for GNU lds that support --whole-archive.
9335 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9336 else
9337 # Exported symbols can be pulled into shared objects from archives
9338 whole_archive_flag_spec='$convenience'
9340 archive_cmds_need_lc=yes
9341 # This is similar to how AIX traditionally builds its shared libraries.
9342 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'
9347 amigaos*)
9348 case $host_cpu in
9349 powerpc)
9350 # see comment about AmigaOS4 .so support
9351 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9352 archive_expsym_cmds=''
9354 m68k)
9355 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)'
9356 hardcode_libdir_flag_spec='-L$libdir'
9357 hardcode_minus_L=yes
9359 esac
9362 bsdi[45]*)
9363 export_dynamic_flag_spec=-rdynamic
9366 cygwin* | mingw* | pw32* | cegcc*)
9367 # When not using gcc, we currently assume that we are using
9368 # Microsoft Visual C++.
9369 # hardcode_libdir_flag_spec is actually meaningless, as there is
9370 # no search path for DLLs.
9371 hardcode_libdir_flag_spec=' '
9372 allow_undefined_flag=unsupported
9373 # Tell ltmain to make .lib files, not .a files.
9374 libext=lib
9375 # Tell ltmain to make .dll files, not .so files.
9376 shrext_cmds=".dll"
9377 # FIXME: Setting linknames here is a bad hack.
9378 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9379 # The linker will automatically build a .lib file if we build a DLL.
9380 old_archive_from_new_cmds='true'
9381 # FIXME: Should let the user specify the lib program.
9382 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9383 fix_srcfile_path='`cygpath -w "$srcfile"`'
9384 enable_shared_with_static_runtimes=yes
9387 darwin* | rhapsody*)
9390 archive_cmds_need_lc=no
9391 hardcode_direct=no
9392 hardcode_automatic=yes
9393 hardcode_shlibpath_var=unsupported
9394 if test "$lt_cv_ld_force_load" = "yes"; then
9395 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\"`'
9396 else
9397 whole_archive_flag_spec=''
9399 link_all_deplibs=yes
9400 allow_undefined_flag="$_lt_dar_allow_undefined"
9401 case $cc_basename in
9402 ifort*) _lt_dar_can_shared=yes ;;
9403 *) _lt_dar_can_shared=$GCC ;;
9404 esac
9405 if test "$_lt_dar_can_shared" = "yes"; then
9406 output_verbose_link_cmd=func_echo_all
9407 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9408 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9409 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}"
9410 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}"
9412 else
9413 ld_shlibs=no
9418 dgux*)
9419 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9420 hardcode_libdir_flag_spec='-L$libdir'
9421 hardcode_shlibpath_var=no
9424 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9425 # support. Future versions do this automatically, but an explicit c++rt0.o
9426 # does not break anything, and helps significantly (at the cost of a little
9427 # extra space).
9428 freebsd2.2*)
9429 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9430 hardcode_libdir_flag_spec='-R$libdir'
9431 hardcode_direct=yes
9432 hardcode_shlibpath_var=no
9435 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9436 freebsd2*)
9437 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9438 hardcode_direct=yes
9439 hardcode_minus_L=yes
9440 hardcode_shlibpath_var=no
9443 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9444 freebsd* | dragonfly*)
9445 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9446 hardcode_libdir_flag_spec='-R$libdir'
9447 hardcode_direct=yes
9448 hardcode_shlibpath_var=no
9451 hpux9*)
9452 if test "$GCC" = yes; then
9453 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'
9454 else
9455 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'
9457 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9458 hardcode_libdir_separator=:
9459 hardcode_direct=yes
9461 # hardcode_minus_L: Not really in the search PATH,
9462 # but as the default location of the library.
9463 hardcode_minus_L=yes
9464 export_dynamic_flag_spec='${wl}-E'
9467 hpux10*)
9468 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9469 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9470 else
9471 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9473 if test "$with_gnu_ld" = no; then
9474 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9475 hardcode_libdir_flag_spec_ld='+b $libdir'
9476 hardcode_libdir_separator=:
9477 hardcode_direct=yes
9478 hardcode_direct_absolute=yes
9479 export_dynamic_flag_spec='${wl}-E'
9480 # hardcode_minus_L: Not really in the search PATH,
9481 # but as the default location of the library.
9482 hardcode_minus_L=yes
9486 hpux11*)
9487 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9488 case $host_cpu in
9489 hppa*64*)
9490 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9492 ia64*)
9493 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9496 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9498 esac
9499 else
9500 case $host_cpu in
9501 hppa*64*)
9502 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9504 ia64*)
9505 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9509 # Older versions of the 11.00 compiler do not understand -b yet
9510 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9512 $as_echo_n "checking if $CC understands -b... " >&6; }
9513 if test "${lt_cv_prog_compiler__b+set}" = set; then :
9514 $as_echo_n "(cached) " >&6
9515 else
9516 lt_cv_prog_compiler__b=no
9517 save_LDFLAGS="$LDFLAGS"
9518 LDFLAGS="$LDFLAGS -b"
9519 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9520 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9521 # The linker can only warn and ignore the option if not recognized
9522 # So say no if there are warnings
9523 if test -s conftest.err; then
9524 # Append any errors to the config.log.
9525 cat conftest.err 1>&5
9526 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9527 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9528 if diff conftest.exp conftest.er2 >/dev/null; then
9529 lt_cv_prog_compiler__b=yes
9531 else
9532 lt_cv_prog_compiler__b=yes
9535 $RM -r conftest*
9536 LDFLAGS="$save_LDFLAGS"
9539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9540 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9542 if test x"$lt_cv_prog_compiler__b" = xyes; then
9543 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9544 else
9545 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9549 esac
9551 if test "$with_gnu_ld" = no; then
9552 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9553 hardcode_libdir_separator=:
9555 case $host_cpu in
9556 hppa*64*|ia64*)
9557 hardcode_direct=no
9558 hardcode_shlibpath_var=no
9561 hardcode_direct=yes
9562 hardcode_direct_absolute=yes
9563 export_dynamic_flag_spec='${wl}-E'
9565 # hardcode_minus_L: Not really in the search PATH,
9566 # but as the default location of the library.
9567 hardcode_minus_L=yes
9569 esac
9573 irix5* | irix6* | nonstopux*)
9574 if test "$GCC" = yes; then
9575 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'
9576 # Try to use the -exported_symbol ld option, if it does not
9577 # work, assume that -exports_file does not work either and
9578 # implicitly export all symbols.
9579 save_LDFLAGS="$LDFLAGS"
9580 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9582 /* end confdefs.h. */
9583 int foo(void) {}
9584 _ACEOF
9585 if ac_fn_c_try_link "$LINENO"; then :
9586 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'
9589 rm -f core conftest.err conftest.$ac_objext \
9590 conftest$ac_exeext conftest.$ac_ext
9591 LDFLAGS="$save_LDFLAGS"
9592 else
9593 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'
9594 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'
9596 archive_cmds_need_lc='no'
9597 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9598 hardcode_libdir_separator=:
9599 inherit_rpath=yes
9600 link_all_deplibs=yes
9603 netbsd*)
9604 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9605 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9606 else
9607 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9609 hardcode_libdir_flag_spec='-R$libdir'
9610 hardcode_direct=yes
9611 hardcode_shlibpath_var=no
9614 newsos6)
9615 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9616 hardcode_direct=yes
9617 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9618 hardcode_libdir_separator=:
9619 hardcode_shlibpath_var=no
9622 *nto* | *qnx*)
9625 openbsd*)
9626 if test -f /usr/libexec/ld.so; then
9627 hardcode_direct=yes
9628 hardcode_shlibpath_var=no
9629 hardcode_direct_absolute=yes
9630 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9631 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9632 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9633 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9634 export_dynamic_flag_spec='${wl}-E'
9635 else
9636 case $host_os in
9637 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9638 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9639 hardcode_libdir_flag_spec='-R$libdir'
9642 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9643 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9645 esac
9647 else
9648 ld_shlibs=no
9652 os2*)
9653 hardcode_libdir_flag_spec='-L$libdir'
9654 hardcode_minus_L=yes
9655 allow_undefined_flag=unsupported
9656 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'
9657 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9660 osf3*)
9661 if test "$GCC" = yes; then
9662 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9663 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'
9664 else
9665 allow_undefined_flag=' -expect_unresolved \*'
9666 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'
9668 archive_cmds_need_lc='no'
9669 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9670 hardcode_libdir_separator=:
9673 osf4* | osf5*) # as osf3* with the addition of -msym flag
9674 if test "$GCC" = yes; then
9675 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9676 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'
9677 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9678 else
9679 allow_undefined_flag=' -expect_unresolved \*'
9680 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'
9681 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~
9682 $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'
9684 # Both c and cxx compiler support -rpath directly
9685 hardcode_libdir_flag_spec='-rpath $libdir'
9687 archive_cmds_need_lc='no'
9688 hardcode_libdir_separator=:
9691 solaris*)
9692 no_undefined_flag=' -z defs'
9693 if test "$GCC" = yes; then
9694 wlarc='${wl}'
9695 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9696 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9697 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9698 else
9699 case `$CC -V 2>&1` in
9700 *"Compilers 5.0"*)
9701 wlarc=''
9702 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9703 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9704 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9707 wlarc='${wl}'
9708 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9709 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9710 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9712 esac
9714 hardcode_libdir_flag_spec='-R$libdir'
9715 hardcode_shlibpath_var=no
9716 case $host_os in
9717 solaris2.[0-5] | solaris2.[0-5].*) ;;
9719 # The compiler driver will combine and reorder linker options,
9720 # but understands `-z linker_flag'. GCC discards it without `$wl',
9721 # but is careful enough not to reorder.
9722 # Supported since Solaris 2.6 (maybe 2.5.1?)
9723 if test "$GCC" = yes; then
9724 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9725 else
9726 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9729 esac
9730 link_all_deplibs=yes
9733 sunos4*)
9734 if test "x$host_vendor" = xsequent; then
9735 # Use $CC to link under sequent, because it throws in some extra .o
9736 # files that make .init and .fini sections work.
9737 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9738 else
9739 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9741 hardcode_libdir_flag_spec='-L$libdir'
9742 hardcode_direct=yes
9743 hardcode_minus_L=yes
9744 hardcode_shlibpath_var=no
9747 sysv4)
9748 case $host_vendor in
9749 sni)
9750 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9751 hardcode_direct=yes # is this really true???
9753 siemens)
9754 ## LD is ld it makes a PLAMLIB
9755 ## CC just makes a GrossModule.
9756 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9757 reload_cmds='$CC -r -o $output$reload_objs'
9758 hardcode_direct=no
9760 motorola)
9761 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9762 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9764 esac
9765 runpath_var='LD_RUN_PATH'
9766 hardcode_shlibpath_var=no
9769 sysv4.3*)
9770 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9771 hardcode_shlibpath_var=no
9772 export_dynamic_flag_spec='-Bexport'
9775 sysv4*MP*)
9776 if test -d /usr/nec; then
9777 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9778 hardcode_shlibpath_var=no
9779 runpath_var=LD_RUN_PATH
9780 hardcode_runpath_var=yes
9781 ld_shlibs=yes
9785 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9786 no_undefined_flag='${wl}-z,text'
9787 archive_cmds_need_lc=no
9788 hardcode_shlibpath_var=no
9789 runpath_var='LD_RUN_PATH'
9791 if test "$GCC" = yes; then
9792 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9793 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9794 else
9795 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9796 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9800 sysv5* | sco3.2v5* | sco5v6*)
9801 # Note: We can NOT use -z defs as we might desire, because we do not
9802 # link with -lc, and that would cause any symbols used from libc to
9803 # always be unresolved, which means just about no library would
9804 # ever link correctly. If we're not using GNU ld we use -z text
9805 # though, which does catch some bad symbols but isn't as heavy-handed
9806 # as -z defs.
9807 no_undefined_flag='${wl}-z,text'
9808 allow_undefined_flag='${wl}-z,nodefs'
9809 archive_cmds_need_lc=no
9810 hardcode_shlibpath_var=no
9811 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9812 hardcode_libdir_separator=':'
9813 link_all_deplibs=yes
9814 export_dynamic_flag_spec='${wl}-Bexport'
9815 runpath_var='LD_RUN_PATH'
9817 if test "$GCC" = yes; then
9818 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9819 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9820 else
9821 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9822 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9826 uts4*)
9827 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9828 hardcode_libdir_flag_spec='-L$libdir'
9829 hardcode_shlibpath_var=no
9833 ld_shlibs=no
9835 esac
9837 if test x$host_vendor = xsni; then
9838 case $host in
9839 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9840 export_dynamic_flag_spec='${wl}-Blargedynsym'
9842 esac
9846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9847 $as_echo "$ld_shlibs" >&6; }
9848 test "$ld_shlibs" = no && can_build_shared=no
9850 with_gnu_ld=$with_gnu_ld
9867 # Do we need to explicitly link libc?
9869 case "x$archive_cmds_need_lc" in
9870 x|xyes)
9871 # Assume -lc should be added
9872 archive_cmds_need_lc=yes
9874 if test "$enable_shared" = yes && test "$GCC" = yes; then
9875 case $archive_cmds in
9876 *'~'*)
9877 # FIXME: we may have to deal with multi-command sequences.
9879 '$CC '*)
9880 # Test whether the compiler implicitly links with -lc since on some
9881 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9882 # to ld, don't add -lc before -lgcc.
9883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9884 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9885 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9886 $as_echo_n "(cached) " >&6
9887 else
9888 $RM conftest*
9889 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9891 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9892 (eval $ac_compile) 2>&5
9893 ac_status=$?
9894 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9895 test $ac_status = 0; } 2>conftest.err; then
9896 soname=conftest
9897 lib=conftest
9898 libobjs=conftest.$ac_objext
9899 deplibs=
9900 wl=$lt_prog_compiler_wl
9901 pic_flag=$lt_prog_compiler_pic
9902 compiler_flags=-v
9903 linker_flags=-v
9904 verstring=
9905 output_objdir=.
9906 libname=conftest
9907 lt_save_allow_undefined_flag=$allow_undefined_flag
9908 allow_undefined_flag=
9909 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9910 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9911 ac_status=$?
9912 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9913 test $ac_status = 0; }
9914 then
9915 lt_cv_archive_cmds_need_lc=no
9916 else
9917 lt_cv_archive_cmds_need_lc=yes
9919 allow_undefined_flag=$lt_save_allow_undefined_flag
9920 else
9921 cat conftest.err 1>&5
9923 $RM conftest*
9926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9927 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9928 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9930 esac
9933 esac
10091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10092 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10094 if test "$GCC" = yes; then
10095 case $host_os in
10096 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10097 *) lt_awk_arg="/^libraries:/" ;;
10098 esac
10099 case $host_os in
10100 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10101 *) lt_sed_strip_eq="s,=/,/,g" ;;
10102 esac
10103 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10104 case $lt_search_path_spec in
10105 *\;*)
10106 # if the path contains ";" then we assume it to be the separator
10107 # otherwise default to the standard path separator (i.e. ":") - it is
10108 # assumed that no part of a normal pathname contains ";" but that should
10109 # okay in the real world where ";" in dirpaths is itself problematic.
10110 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10113 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10115 esac
10116 # Ok, now we have the path, separated by spaces, we can step through it
10117 # and add multilib dir if necessary.
10118 lt_tmp_lt_search_path_spec=
10119 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10120 for lt_sys_path in $lt_search_path_spec; do
10121 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10122 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10123 else
10124 test -d "$lt_sys_path" && \
10125 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10127 done
10128 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10129 BEGIN {RS=" "; FS="/|\n";} {
10130 lt_foo="";
10131 lt_count=0;
10132 for (lt_i = NF; lt_i > 0; lt_i--) {
10133 if ($lt_i != "" && $lt_i != ".") {
10134 if ($lt_i == "..") {
10135 lt_count++;
10136 } else {
10137 if (lt_count == 0) {
10138 lt_foo="/" $lt_i lt_foo;
10139 } else {
10140 lt_count--;
10145 if (lt_foo != "") { lt_freq[lt_foo]++; }
10146 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10148 # AWK program above erroneously prepends '/' to C:/dos/paths
10149 # for these hosts.
10150 case $host_os in
10151 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10152 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10153 esac
10154 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10155 else
10156 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10158 library_names_spec=
10159 libname_spec='lib$name'
10160 soname_spec=
10161 shrext_cmds=".so"
10162 postinstall_cmds=
10163 postuninstall_cmds=
10164 finish_cmds=
10165 finish_eval=
10166 shlibpath_var=
10167 shlibpath_overrides_runpath=unknown
10168 version_type=none
10169 dynamic_linker="$host_os ld.so"
10170 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10171 need_lib_prefix=unknown
10172 hardcode_into_libs=no
10174 # when you set need_version to no, make sure it does not cause -set_version
10175 # flags to be left without arguments
10176 need_version=unknown
10178 case $host_os in
10179 aix3*)
10180 version_type=linux
10181 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10182 shlibpath_var=LIBPATH
10184 # AIX 3 has no versioning support, so we append a major version to the name.
10185 soname_spec='${libname}${release}${shared_ext}$major'
10188 aix[4-9]*)
10189 version_type=linux
10190 need_lib_prefix=no
10191 need_version=no
10192 hardcode_into_libs=yes
10193 if test "$host_cpu" = ia64; then
10194 # AIX 5 supports IA64
10195 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10196 shlibpath_var=LD_LIBRARY_PATH
10197 else
10198 # With GCC up to 2.95.x, collect2 would create an import file
10199 # for dependence libraries. The import file would start with
10200 # the line `#! .'. This would cause the generated library to
10201 # depend on `.', always an invalid library. This was fixed in
10202 # development snapshots of GCC prior to 3.0.
10203 case $host_os in
10204 aix4 | aix4.[01] | aix4.[01].*)
10205 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10206 echo ' yes '
10207 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10209 else
10210 can_build_shared=no
10213 esac
10214 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10215 # soname into executable. Probably we can add versioning support to
10216 # collect2, so additional links can be useful in future.
10217 if test "$aix_use_runtimelinking" = yes; then
10218 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10219 # instead of lib<name>.a to let people know that these are not
10220 # typical AIX shared libraries.
10221 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10222 else
10223 # We preserve .a as extension for shared libraries through AIX4.2
10224 # and later when we are not doing run time linking.
10225 library_names_spec='${libname}${release}.a $libname.a'
10226 soname_spec='${libname}${release}${shared_ext}$major'
10228 shlibpath_var=LIBPATH
10232 amigaos*)
10233 case $host_cpu in
10234 powerpc)
10235 # Since July 2007 AmigaOS4 officially supports .so libraries.
10236 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10237 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10239 m68k)
10240 library_names_spec='$libname.ixlibrary $libname.a'
10241 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10242 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'
10244 esac
10247 beos*)
10248 library_names_spec='${libname}${shared_ext}'
10249 dynamic_linker="$host_os ld.so"
10250 shlibpath_var=LIBRARY_PATH
10253 bsdi[45]*)
10254 version_type=linux
10255 need_version=no
10256 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10257 soname_spec='${libname}${release}${shared_ext}$major'
10258 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10259 shlibpath_var=LD_LIBRARY_PATH
10260 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10261 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10262 # the default ld.so.conf also contains /usr/contrib/lib and
10263 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10264 # libtool to hard-code these into programs
10267 cygwin* | mingw* | pw32* | cegcc*)
10268 version_type=windows
10269 shrext_cmds=".dll"
10270 need_version=no
10271 need_lib_prefix=no
10273 case $GCC,$host_os in
10274 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10275 library_names_spec='$libname.dll.a'
10276 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10277 postinstall_cmds='base_file=`basename \${file}`~
10278 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10279 dldir=$destdir/`dirname \$dlpath`~
10280 test -d \$dldir || mkdir -p \$dldir~
10281 $install_prog $dir/$dlname \$dldir/$dlname~
10282 chmod a+x \$dldir/$dlname~
10283 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10284 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10286 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10287 dlpath=$dir/\$dldll~
10288 $RM \$dlpath'
10289 shlibpath_overrides_runpath=yes
10291 case $host_os in
10292 cygwin*)
10293 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10294 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10296 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10298 mingw* | cegcc*)
10299 # MinGW DLLs use traditional 'lib' prefix
10300 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10302 pw32*)
10303 # pw32 DLLs use 'pw' prefix rather than 'lib'
10304 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10306 esac
10310 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10312 esac
10313 dynamic_linker='Win32 ld.exe'
10314 # FIXME: first we should search . and the directory the executable is in
10315 shlibpath_var=PATH
10318 darwin* | rhapsody*)
10319 dynamic_linker="$host_os dyld"
10320 version_type=darwin
10321 need_lib_prefix=no
10322 need_version=no
10323 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10324 soname_spec='${libname}${release}${major}$shared_ext'
10325 shlibpath_overrides_runpath=yes
10326 shlibpath_var=DYLD_LIBRARY_PATH
10327 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10329 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10330 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10333 dgux*)
10334 version_type=linux
10335 need_lib_prefix=no
10336 need_version=no
10337 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10338 soname_spec='${libname}${release}${shared_ext}$major'
10339 shlibpath_var=LD_LIBRARY_PATH
10342 freebsd* | dragonfly*)
10343 # DragonFly does not have aout. When/if they implement a new
10344 # versioning mechanism, adjust this.
10345 if test -x /usr/bin/objformat; then
10346 objformat=`/usr/bin/objformat`
10347 else
10348 case $host_os in
10349 freebsd[123]*) objformat=aout ;;
10350 *) objformat=elf ;;
10351 esac
10353 version_type=freebsd-$objformat
10354 case $version_type in
10355 freebsd-elf*)
10356 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10357 need_version=no
10358 need_lib_prefix=no
10360 freebsd-*)
10361 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10362 need_version=yes
10364 esac
10365 shlibpath_var=LD_LIBRARY_PATH
10366 case $host_os in
10367 freebsd2*)
10368 shlibpath_overrides_runpath=yes
10370 freebsd3.[01]* | freebsdelf3.[01]*)
10371 shlibpath_overrides_runpath=yes
10372 hardcode_into_libs=yes
10374 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10375 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10376 shlibpath_overrides_runpath=no
10377 hardcode_into_libs=yes
10379 *) # from 4.6 on, and DragonFly
10380 shlibpath_overrides_runpath=yes
10381 hardcode_into_libs=yes
10383 esac
10386 gnu*)
10387 version_type=linux
10388 need_lib_prefix=no
10389 need_version=no
10390 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10391 soname_spec='${libname}${release}${shared_ext}$major'
10392 shlibpath_var=LD_LIBRARY_PATH
10393 hardcode_into_libs=yes
10396 haiku*)
10397 version_type=linux
10398 need_lib_prefix=no
10399 need_version=no
10400 dynamic_linker="$host_os runtime_loader"
10401 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10402 soname_spec='${libname}${release}${shared_ext}$major'
10403 shlibpath_var=LIBRARY_PATH
10404 shlibpath_overrides_runpath=yes
10405 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10406 hardcode_into_libs=yes
10409 hpux9* | hpux10* | hpux11*)
10410 # Give a soname corresponding to the major version so that dld.sl refuses to
10411 # link against other versions.
10412 version_type=sunos
10413 need_lib_prefix=no
10414 need_version=no
10415 case $host_cpu in
10416 ia64*)
10417 shrext_cmds='.so'
10418 hardcode_into_libs=yes
10419 dynamic_linker="$host_os dld.so"
10420 shlibpath_var=LD_LIBRARY_PATH
10421 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10422 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10423 soname_spec='${libname}${release}${shared_ext}$major'
10424 if test "X$HPUX_IA64_MODE" = X32; then
10425 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10426 else
10427 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10429 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10431 hppa*64*)
10432 shrext_cmds='.sl'
10433 hardcode_into_libs=yes
10434 dynamic_linker="$host_os dld.sl"
10435 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10436 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10437 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10438 soname_spec='${libname}${release}${shared_ext}$major'
10439 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10440 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10443 shrext_cmds='.sl'
10444 dynamic_linker="$host_os dld.sl"
10445 shlibpath_var=SHLIB_PATH
10446 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10447 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10448 soname_spec='${libname}${release}${shared_ext}$major'
10450 esac
10451 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10452 postinstall_cmds='chmod 555 $lib'
10453 # or fails outright, so override atomically:
10454 install_override_mode=555
10457 interix[3-9]*)
10458 version_type=linux
10459 need_lib_prefix=no
10460 need_version=no
10461 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10462 soname_spec='${libname}${release}${shared_ext}$major'
10463 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10464 shlibpath_var=LD_LIBRARY_PATH
10465 shlibpath_overrides_runpath=no
10466 hardcode_into_libs=yes
10469 irix5* | irix6* | nonstopux*)
10470 case $host_os in
10471 nonstopux*) version_type=nonstopux ;;
10473 if test "$lt_cv_prog_gnu_ld" = yes; then
10474 version_type=linux
10475 else
10476 version_type=irix
10477 fi ;;
10478 esac
10479 need_lib_prefix=no
10480 need_version=no
10481 soname_spec='${libname}${release}${shared_ext}$major'
10482 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10483 case $host_os in
10484 irix5* | nonstopux*)
10485 libsuff= shlibsuff=
10488 case $LD in # libtool.m4 will add one of these switches to LD
10489 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10490 libsuff= shlibsuff= libmagic=32-bit;;
10491 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10492 libsuff=32 shlibsuff=N32 libmagic=N32;;
10493 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10494 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10495 *) libsuff= shlibsuff= libmagic=never-match;;
10496 esac
10498 esac
10499 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10500 shlibpath_overrides_runpath=no
10501 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10502 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10503 hardcode_into_libs=yes
10506 # No shared lib support for Linux oldld, aout, or coff.
10507 linux*oldld* | linux*aout* | linux*coff*)
10508 dynamic_linker=no
10511 # This must be Linux ELF.
10512 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10513 version_type=linux
10514 need_lib_prefix=no
10515 need_version=no
10516 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10517 soname_spec='${libname}${release}${shared_ext}$major'
10518 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10519 shlibpath_var=LD_LIBRARY_PATH
10520 shlibpath_overrides_runpath=no
10522 # Some binutils ld are patched to set DT_RUNPATH
10523 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10524 $as_echo_n "(cached) " >&6
10525 else
10526 lt_cv_shlibpath_overrides_runpath=no
10527 save_LDFLAGS=$LDFLAGS
10528 save_libdir=$libdir
10529 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10530 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10532 /* end confdefs.h. */
10535 main ()
10539 return 0;
10541 _ACEOF
10542 if ac_fn_c_try_link "$LINENO"; then :
10543 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10544 lt_cv_shlibpath_overrides_runpath=yes
10547 rm -f core conftest.err conftest.$ac_objext \
10548 conftest$ac_exeext conftest.$ac_ext
10549 LDFLAGS=$save_LDFLAGS
10550 libdir=$save_libdir
10554 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10556 # This implies no fast_install, which is unacceptable.
10557 # Some rework will be needed to allow for fast_install
10558 # before this can be enabled.
10559 hardcode_into_libs=yes
10561 # Append ld.so.conf contents to the search path
10562 if test -f /etc/ld.so.conf; then
10563 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' ' '`
10564 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10567 # We used to test for /lib/ld.so.1 and disable shared libraries on
10568 # powerpc, because MkLinux only supported shared libraries with the
10569 # GNU dynamic linker. Since this was broken with cross compilers,
10570 # most powerpc-linux boxes support dynamic linking these days and
10571 # people can always --disable-shared, the test was removed, and we
10572 # assume the GNU/Linux dynamic linker is in use.
10573 dynamic_linker='GNU/Linux ld.so'
10576 netbsd*)
10577 version_type=sunos
10578 need_lib_prefix=no
10579 need_version=no
10580 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10581 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10582 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10583 dynamic_linker='NetBSD (a.out) ld.so'
10584 else
10585 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10586 soname_spec='${libname}${release}${shared_ext}$major'
10587 dynamic_linker='NetBSD ld.elf_so'
10589 shlibpath_var=LD_LIBRARY_PATH
10590 shlibpath_overrides_runpath=yes
10591 hardcode_into_libs=yes
10594 newsos6)
10595 version_type=linux
10596 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10597 shlibpath_var=LD_LIBRARY_PATH
10598 shlibpath_overrides_runpath=yes
10601 *nto* | *qnx*)
10602 version_type=qnx
10603 need_lib_prefix=no
10604 need_version=no
10605 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10606 soname_spec='${libname}${release}${shared_ext}$major'
10607 shlibpath_var=LD_LIBRARY_PATH
10608 shlibpath_overrides_runpath=no
10609 hardcode_into_libs=yes
10610 dynamic_linker='ldqnx.so'
10613 openbsd*)
10614 version_type=sunos
10615 sys_lib_dlsearch_path_spec="/usr/lib"
10616 need_lib_prefix=no
10617 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10618 case $host_os in
10619 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10620 *) need_version=no ;;
10621 esac
10622 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10623 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10624 shlibpath_var=LD_LIBRARY_PATH
10625 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10626 case $host_os in
10627 openbsd2.[89] | openbsd2.[89].*)
10628 shlibpath_overrides_runpath=no
10631 shlibpath_overrides_runpath=yes
10633 esac
10634 else
10635 shlibpath_overrides_runpath=yes
10639 os2*)
10640 libname_spec='$name'
10641 shrext_cmds=".dll"
10642 need_lib_prefix=no
10643 library_names_spec='$libname${shared_ext} $libname.a'
10644 dynamic_linker='OS/2 ld.exe'
10645 shlibpath_var=LIBPATH
10648 osf3* | osf4* | osf5*)
10649 version_type=osf
10650 need_lib_prefix=no
10651 need_version=no
10652 soname_spec='${libname}${release}${shared_ext}$major'
10653 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10654 shlibpath_var=LD_LIBRARY_PATH
10655 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10656 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10659 rdos*)
10660 dynamic_linker=no
10663 solaris*)
10664 version_type=linux
10665 need_lib_prefix=no
10666 need_version=no
10667 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10668 soname_spec='${libname}${release}${shared_ext}$major'
10669 shlibpath_var=LD_LIBRARY_PATH
10670 shlibpath_overrides_runpath=yes
10671 hardcode_into_libs=yes
10672 # ldd complains unless libraries are executable
10673 postinstall_cmds='chmod +x $lib'
10676 sunos4*)
10677 version_type=sunos
10678 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10679 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10680 shlibpath_var=LD_LIBRARY_PATH
10681 shlibpath_overrides_runpath=yes
10682 if test "$with_gnu_ld" = yes; then
10683 need_lib_prefix=no
10685 need_version=yes
10688 sysv4 | sysv4.3*)
10689 version_type=linux
10690 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10691 soname_spec='${libname}${release}${shared_ext}$major'
10692 shlibpath_var=LD_LIBRARY_PATH
10693 case $host_vendor in
10694 sni)
10695 shlibpath_overrides_runpath=no
10696 need_lib_prefix=no
10697 runpath_var=LD_RUN_PATH
10699 siemens)
10700 need_lib_prefix=no
10702 motorola)
10703 need_lib_prefix=no
10704 need_version=no
10705 shlibpath_overrides_runpath=no
10706 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10708 esac
10711 sysv4*MP*)
10712 if test -d /usr/nec ;then
10713 version_type=linux
10714 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10715 soname_spec='$libname${shared_ext}.$major'
10716 shlibpath_var=LD_LIBRARY_PATH
10720 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10721 version_type=freebsd-elf
10722 need_lib_prefix=no
10723 need_version=no
10724 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10725 soname_spec='${libname}${release}${shared_ext}$major'
10726 shlibpath_var=LD_LIBRARY_PATH
10727 shlibpath_overrides_runpath=yes
10728 hardcode_into_libs=yes
10729 if test "$with_gnu_ld" = yes; then
10730 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10731 else
10732 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10733 case $host_os in
10734 sco3.2v5*)
10735 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10737 esac
10739 sys_lib_dlsearch_path_spec='/usr/lib'
10742 tpf*)
10743 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10744 version_type=linux
10745 need_lib_prefix=no
10746 need_version=no
10747 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10748 shlibpath_var=LD_LIBRARY_PATH
10749 shlibpath_overrides_runpath=no
10750 hardcode_into_libs=yes
10753 uts4*)
10754 version_type=linux
10755 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10756 soname_spec='${libname}${release}${shared_ext}$major'
10757 shlibpath_var=LD_LIBRARY_PATH
10761 dynamic_linker=no
10763 esac
10764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10765 $as_echo "$dynamic_linker" >&6; }
10766 test "$dynamic_linker" = no && can_build_shared=no
10768 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10769 if test "$GCC" = yes; then
10770 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10773 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10774 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10776 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10777 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10872 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10873 hardcode_action=
10874 if test -n "$hardcode_libdir_flag_spec" ||
10875 test -n "$runpath_var" ||
10876 test "X$hardcode_automatic" = "Xyes" ; then
10878 # We can hardcode non-existent directories.
10879 if test "$hardcode_direct" != no &&
10880 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10881 # have to relink, otherwise we might link with an installed library
10882 # when we should be linking with a yet-to-be-installed one
10883 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10884 test "$hardcode_minus_L" != no; then
10885 # Linking always hardcodes the temporary library directory.
10886 hardcode_action=relink
10887 else
10888 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10889 hardcode_action=immediate
10891 else
10892 # We cannot hardcode anything, or else we can only hardcode existing
10893 # directories.
10894 hardcode_action=unsupported
10896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10897 $as_echo "$hardcode_action" >&6; }
10899 if test "$hardcode_action" = relink ||
10900 test "$inherit_rpath" = yes; then
10901 # Fast installation is not supported
10902 enable_fast_install=no
10903 elif test "$shlibpath_overrides_runpath" = yes ||
10904 test "$enable_shared" = no; then
10905 # Fast installation is not necessary
10906 enable_fast_install=needless
10914 if test "x$enable_dlopen" != xyes; then
10915 enable_dlopen=unknown
10916 enable_dlopen_self=unknown
10917 enable_dlopen_self_static=unknown
10918 else
10919 lt_cv_dlopen=no
10920 lt_cv_dlopen_libs=
10922 case $host_os in
10923 beos*)
10924 lt_cv_dlopen="load_add_on"
10925 lt_cv_dlopen_libs=
10926 lt_cv_dlopen_self=yes
10929 mingw* | pw32* | cegcc*)
10930 lt_cv_dlopen="LoadLibrary"
10931 lt_cv_dlopen_libs=
10934 cygwin*)
10935 lt_cv_dlopen="dlopen"
10936 lt_cv_dlopen_libs=
10939 darwin*)
10940 # if libdl is installed we need to link against it
10941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10942 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10943 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10944 $as_echo_n "(cached) " >&6
10945 else
10946 ac_check_lib_save_LIBS=$LIBS
10947 LIBS="-ldl $LIBS"
10948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10949 /* end confdefs.h. */
10951 /* Override any GCC internal prototype to avoid an error.
10952 Use char because int might match the return type of a GCC
10953 builtin and then its argument prototype would still apply. */
10954 #ifdef __cplusplus
10955 extern "C"
10956 #endif
10957 char dlopen ();
10959 main ()
10961 return dlopen ();
10963 return 0;
10965 _ACEOF
10966 if ac_fn_c_try_link "$LINENO"; then :
10967 ac_cv_lib_dl_dlopen=yes
10968 else
10969 ac_cv_lib_dl_dlopen=no
10971 rm -f core conftest.err conftest.$ac_objext \
10972 conftest$ac_exeext conftest.$ac_ext
10973 LIBS=$ac_check_lib_save_LIBS
10975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10976 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10977 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10978 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10979 else
10981 lt_cv_dlopen="dyld"
10982 lt_cv_dlopen_libs=
10983 lt_cv_dlopen_self=yes
10990 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10991 if test "x$ac_cv_func_shl_load" = x""yes; then :
10992 lt_cv_dlopen="shl_load"
10993 else
10994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10995 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10996 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10997 $as_echo_n "(cached) " >&6
10998 else
10999 ac_check_lib_save_LIBS=$LIBS
11000 LIBS="-ldld $LIBS"
11001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11002 /* end confdefs.h. */
11004 /* Override any GCC internal prototype to avoid an error.
11005 Use char because int might match the return type of a GCC
11006 builtin and then its argument prototype would still apply. */
11007 #ifdef __cplusplus
11008 extern "C"
11009 #endif
11010 char shl_load ();
11012 main ()
11014 return shl_load ();
11016 return 0;
11018 _ACEOF
11019 if ac_fn_c_try_link "$LINENO"; then :
11020 ac_cv_lib_dld_shl_load=yes
11021 else
11022 ac_cv_lib_dld_shl_load=no
11024 rm -f core conftest.err conftest.$ac_objext \
11025 conftest$ac_exeext conftest.$ac_ext
11026 LIBS=$ac_check_lib_save_LIBS
11028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11029 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11030 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
11031 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11032 else
11033 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11034 if test "x$ac_cv_func_dlopen" = x""yes; then :
11035 lt_cv_dlopen="dlopen"
11036 else
11037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11038 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11039 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11040 $as_echo_n "(cached) " >&6
11041 else
11042 ac_check_lib_save_LIBS=$LIBS
11043 LIBS="-ldl $LIBS"
11044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11045 /* end confdefs.h. */
11047 /* Override any GCC internal prototype to avoid an error.
11048 Use char because int might match the return type of a GCC
11049 builtin and then its argument prototype would still apply. */
11050 #ifdef __cplusplus
11051 extern "C"
11052 #endif
11053 char dlopen ();
11055 main ()
11057 return dlopen ();
11059 return 0;
11061 _ACEOF
11062 if ac_fn_c_try_link "$LINENO"; then :
11063 ac_cv_lib_dl_dlopen=yes
11064 else
11065 ac_cv_lib_dl_dlopen=no
11067 rm -f core conftest.err conftest.$ac_objext \
11068 conftest$ac_exeext conftest.$ac_ext
11069 LIBS=$ac_check_lib_save_LIBS
11071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11072 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11073 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11074 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11075 else
11076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11077 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11078 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11079 $as_echo_n "(cached) " >&6
11080 else
11081 ac_check_lib_save_LIBS=$LIBS
11082 LIBS="-lsvld $LIBS"
11083 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11084 /* end confdefs.h. */
11086 /* Override any GCC internal prototype to avoid an error.
11087 Use char because int might match the return type of a GCC
11088 builtin and then its argument prototype would still apply. */
11089 #ifdef __cplusplus
11090 extern "C"
11091 #endif
11092 char dlopen ();
11094 main ()
11096 return dlopen ();
11098 return 0;
11100 _ACEOF
11101 if ac_fn_c_try_link "$LINENO"; then :
11102 ac_cv_lib_svld_dlopen=yes
11103 else
11104 ac_cv_lib_svld_dlopen=no
11106 rm -f core conftest.err conftest.$ac_objext \
11107 conftest$ac_exeext conftest.$ac_ext
11108 LIBS=$ac_check_lib_save_LIBS
11110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11111 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11112 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11113 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11114 else
11115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11116 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11117 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11118 $as_echo_n "(cached) " >&6
11119 else
11120 ac_check_lib_save_LIBS=$LIBS
11121 LIBS="-ldld $LIBS"
11122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11123 /* end confdefs.h. */
11125 /* Override any GCC internal prototype to avoid an error.
11126 Use char because int might match the return type of a GCC
11127 builtin and then its argument prototype would still apply. */
11128 #ifdef __cplusplus
11129 extern "C"
11130 #endif
11131 char dld_link ();
11133 main ()
11135 return dld_link ();
11137 return 0;
11139 _ACEOF
11140 if ac_fn_c_try_link "$LINENO"; then :
11141 ac_cv_lib_dld_dld_link=yes
11142 else
11143 ac_cv_lib_dld_dld_link=no
11145 rm -f core conftest.err conftest.$ac_objext \
11146 conftest$ac_exeext conftest.$ac_ext
11147 LIBS=$ac_check_lib_save_LIBS
11149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11150 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11151 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11152 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11171 esac
11173 if test "x$lt_cv_dlopen" != xno; then
11174 enable_dlopen=yes
11175 else
11176 enable_dlopen=no
11179 case $lt_cv_dlopen in
11180 dlopen)
11181 save_CPPFLAGS="$CPPFLAGS"
11182 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11184 save_LDFLAGS="$LDFLAGS"
11185 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11187 save_LIBS="$LIBS"
11188 LIBS="$lt_cv_dlopen_libs $LIBS"
11190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11191 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11192 if test "${lt_cv_dlopen_self+set}" = set; then :
11193 $as_echo_n "(cached) " >&6
11194 else
11195 if test "$cross_compiling" = yes; then :
11196 lt_cv_dlopen_self=cross
11197 else
11198 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11199 lt_status=$lt_dlunknown
11200 cat > conftest.$ac_ext <<_LT_EOF
11201 #line 11201 "configure"
11202 #include "confdefs.h"
11204 #if HAVE_DLFCN_H
11205 #include <dlfcn.h>
11206 #endif
11208 #include <stdio.h>
11210 #ifdef RTLD_GLOBAL
11211 # define LT_DLGLOBAL RTLD_GLOBAL
11212 #else
11213 # ifdef DL_GLOBAL
11214 # define LT_DLGLOBAL DL_GLOBAL
11215 # else
11216 # define LT_DLGLOBAL 0
11217 # endif
11218 #endif
11220 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11221 find out it does not work in some platform. */
11222 #ifndef LT_DLLAZY_OR_NOW
11223 # ifdef RTLD_LAZY
11224 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11225 # else
11226 # ifdef DL_LAZY
11227 # define LT_DLLAZY_OR_NOW DL_LAZY
11228 # else
11229 # ifdef RTLD_NOW
11230 # define LT_DLLAZY_OR_NOW RTLD_NOW
11231 # else
11232 # ifdef DL_NOW
11233 # define LT_DLLAZY_OR_NOW DL_NOW
11234 # else
11235 # define LT_DLLAZY_OR_NOW 0
11236 # endif
11237 # endif
11238 # endif
11239 # endif
11240 #endif
11242 /* When -fvisbility=hidden is used, assume the code has been annotated
11243 correspondingly for the symbols needed. */
11244 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11245 void fnord () __attribute__((visibility("default")));
11246 #endif
11248 void fnord () { int i=42; }
11249 int main ()
11251 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11252 int status = $lt_dlunknown;
11254 if (self)
11256 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11257 else
11259 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11260 else puts (dlerror ());
11262 /* dlclose (self); */
11264 else
11265 puts (dlerror ());
11267 return status;
11269 _LT_EOF
11270 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11271 (eval $ac_link) 2>&5
11272 ac_status=$?
11273 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11274 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11275 (./conftest; exit; ) >&5 2>/dev/null
11276 lt_status=$?
11277 case x$lt_status in
11278 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11279 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11280 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11281 esac
11282 else :
11283 # compilation failed
11284 lt_cv_dlopen_self=no
11287 rm -fr conftest*
11291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11292 $as_echo "$lt_cv_dlopen_self" >&6; }
11294 if test "x$lt_cv_dlopen_self" = xyes; then
11295 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11297 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11298 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11299 $as_echo_n "(cached) " >&6
11300 else
11301 if test "$cross_compiling" = yes; then :
11302 lt_cv_dlopen_self_static=cross
11303 else
11304 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11305 lt_status=$lt_dlunknown
11306 cat > conftest.$ac_ext <<_LT_EOF
11307 #line 11307 "configure"
11308 #include "confdefs.h"
11310 #if HAVE_DLFCN_H
11311 #include <dlfcn.h>
11312 #endif
11314 #include <stdio.h>
11316 #ifdef RTLD_GLOBAL
11317 # define LT_DLGLOBAL RTLD_GLOBAL
11318 #else
11319 # ifdef DL_GLOBAL
11320 # define LT_DLGLOBAL DL_GLOBAL
11321 # else
11322 # define LT_DLGLOBAL 0
11323 # endif
11324 #endif
11326 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11327 find out it does not work in some platform. */
11328 #ifndef LT_DLLAZY_OR_NOW
11329 # ifdef RTLD_LAZY
11330 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11331 # else
11332 # ifdef DL_LAZY
11333 # define LT_DLLAZY_OR_NOW DL_LAZY
11334 # else
11335 # ifdef RTLD_NOW
11336 # define LT_DLLAZY_OR_NOW RTLD_NOW
11337 # else
11338 # ifdef DL_NOW
11339 # define LT_DLLAZY_OR_NOW DL_NOW
11340 # else
11341 # define LT_DLLAZY_OR_NOW 0
11342 # endif
11343 # endif
11344 # endif
11345 # endif
11346 #endif
11348 /* When -fvisbility=hidden is used, assume the code has been annotated
11349 correspondingly for the symbols needed. */
11350 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11351 void fnord () __attribute__((visibility("default")));
11352 #endif
11354 void fnord () { int i=42; }
11355 int main ()
11357 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11358 int status = $lt_dlunknown;
11360 if (self)
11362 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11363 else
11365 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11366 else puts (dlerror ());
11368 /* dlclose (self); */
11370 else
11371 puts (dlerror ());
11373 return status;
11375 _LT_EOF
11376 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11377 (eval $ac_link) 2>&5
11378 ac_status=$?
11379 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11380 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11381 (./conftest; exit; ) >&5 2>/dev/null
11382 lt_status=$?
11383 case x$lt_status in
11384 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11385 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11386 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11387 esac
11388 else :
11389 # compilation failed
11390 lt_cv_dlopen_self_static=no
11393 rm -fr conftest*
11397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11398 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11401 CPPFLAGS="$save_CPPFLAGS"
11402 LDFLAGS="$save_LDFLAGS"
11403 LIBS="$save_LIBS"
11405 esac
11407 case $lt_cv_dlopen_self in
11408 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11409 *) enable_dlopen_self=unknown ;;
11410 esac
11412 case $lt_cv_dlopen_self_static in
11413 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11414 *) enable_dlopen_self_static=unknown ;;
11415 esac
11434 striplib=
11435 old_striplib=
11436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11437 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11438 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11439 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11440 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11442 $as_echo "yes" >&6; }
11443 else
11444 # FIXME - insert some real tests, host_os isn't really good enough
11445 case $host_os in
11446 darwin*)
11447 if test -n "$STRIP" ; then
11448 striplib="$STRIP -x"
11449 old_striplib="$STRIP -S"
11450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11451 $as_echo "yes" >&6; }
11452 else
11453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11454 $as_echo "no" >&6; }
11458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11459 $as_echo "no" >&6; }
11461 esac
11475 # Report which library types will actually be built
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11477 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11479 $as_echo "$can_build_shared" >&6; }
11481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11482 $as_echo_n "checking whether to build shared libraries... " >&6; }
11483 test "$can_build_shared" = "no" && enable_shared=no
11485 # On AIX, shared libraries and static libraries use the same namespace, and
11486 # are all built from PIC.
11487 case $host_os in
11488 aix3*)
11489 test "$enable_shared" = yes && enable_static=no
11490 if test -n "$RANLIB"; then
11491 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11492 postinstall_cmds='$RANLIB $lib'
11496 aix[4-9]*)
11497 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11498 test "$enable_shared" = yes && enable_static=no
11501 esac
11502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11503 $as_echo "$enable_shared" >&6; }
11505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11506 $as_echo_n "checking whether to build static libraries... " >&6; }
11507 # Make sure either enable_shared or enable_static is yes.
11508 test "$enable_shared" = yes || enable_static=yes
11509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11510 $as_echo "$enable_static" >&6; }
11516 ac_ext=c
11517 ac_cpp='$CPP $CPPFLAGS'
11518 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11519 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11520 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11522 CC="$lt_save_CC"
11536 ac_config_commands="$ac_config_commands libtool"
11541 # Only expand once:
11545 # Check whether --enable-targets was given.
11546 if test "${enable_targets+set}" = set; then :
11547 enableval=$enable_targets; case "${enableval}" in
11548 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
11550 no) enable_targets= ;;
11551 *) enable_targets=$enableval ;;
11552 esac
11556 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11558 /* end confdefs.h. */
11559 __GNUC__
11560 _ACEOF
11561 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11562 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11564 else
11565 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11567 rm -f conftest*
11570 # Check whether --enable-werror was given.
11571 if test "${enable_werror+set}" = set; then :
11572 enableval=$enable_werror; case "${enableval}" in
11573 yes | y) ERROR_ON_WARNING="yes" ;;
11574 no | n) ERROR_ON_WARNING="no" ;;
11575 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11576 esac
11580 # Disable -Wformat by default when using gcc on mingw
11581 case "${host}" in
11582 *-*-mingw32*)
11583 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11584 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11587 *) ;;
11588 esac
11590 # Enable -Werror by default when using gcc
11591 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11592 ERROR_ON_WARNING=yes
11595 NO_WERROR=
11596 if test "${ERROR_ON_WARNING}" = yes ; then
11597 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11598 NO_WERROR="-Wno-error"
11601 if test "${GCC}" = yes ; then
11602 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11605 # Check whether --enable-build-warnings was given.
11606 if test "${enable_build_warnings+set}" = set; then :
11607 enableval=$enable_build_warnings; case "${enableval}" in
11608 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
11609 no) if test "${GCC}" = yes ; then
11610 WARN_CFLAGS="-w"
11611 fi;;
11612 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11613 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
11614 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11615 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
11616 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11617 esac
11621 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11622 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11629 ac_config_headers="$ac_config_headers config.h:config.in"
11632 if test -z "$target" ; then
11633 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
11635 if test -z "$host" ; then
11636 as_fn_error "Unrecognized host system type; please check config.sub." "$LINENO" 5
11639 for ac_prog in 'bison -y' byacc
11641 # Extract the first word of "$ac_prog", so it can be a program name with args.
11642 set dummy $ac_prog; ac_word=$2
11643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11644 $as_echo_n "checking for $ac_word... " >&6; }
11645 if test "${ac_cv_prog_YACC+set}" = set; then :
11646 $as_echo_n "(cached) " >&6
11647 else
11648 if test -n "$YACC"; then
11649 ac_cv_prog_YACC="$YACC" # Let the user override the test.
11650 else
11651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11652 for as_dir in $PATH
11654 IFS=$as_save_IFS
11655 test -z "$as_dir" && as_dir=.
11656 for ac_exec_ext in '' $ac_executable_extensions; do
11657 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11658 ac_cv_prog_YACC="$ac_prog"
11659 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11660 break 2
11662 done
11663 done
11664 IFS=$as_save_IFS
11668 YACC=$ac_cv_prog_YACC
11669 if test -n "$YACC"; then
11670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
11671 $as_echo "$YACC" >&6; }
11672 else
11673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11674 $as_echo "no" >&6; }
11678 test -n "$YACC" && break
11679 done
11680 test -n "$YACC" || YACC="yacc"
11682 for ac_prog in flex lex
11684 # Extract the first word of "$ac_prog", so it can be a program name with args.
11685 set dummy $ac_prog; ac_word=$2
11686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11687 $as_echo_n "checking for $ac_word... " >&6; }
11688 if test "${ac_cv_prog_LEX+set}" = set; then :
11689 $as_echo_n "(cached) " >&6
11690 else
11691 if test -n "$LEX"; then
11692 ac_cv_prog_LEX="$LEX" # Let the user override the test.
11693 else
11694 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11695 for as_dir in $PATH
11697 IFS=$as_save_IFS
11698 test -z "$as_dir" && as_dir=.
11699 for ac_exec_ext in '' $ac_executable_extensions; do
11700 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11701 ac_cv_prog_LEX="$ac_prog"
11702 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11703 break 2
11705 done
11706 done
11707 IFS=$as_save_IFS
11711 LEX=$ac_cv_prog_LEX
11712 if test -n "$LEX"; then
11713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
11714 $as_echo "$LEX" >&6; }
11715 else
11716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11717 $as_echo "no" >&6; }
11721 test -n "$LEX" && break
11722 done
11723 test -n "$LEX" || LEX=":"
11725 if test "x$LEX" != "x:"; then
11726 cat >conftest.l <<_ACEOF
11728 a { ECHO; }
11729 b { REJECT; }
11730 c { yymore (); }
11731 d { yyless (1); }
11732 e { yyless (input () != 0); }
11733 f { unput (yytext[0]); }
11734 . { BEGIN INITIAL; }
11736 #ifdef YYTEXT_POINTER
11737 extern char *yytext;
11738 #endif
11740 main (void)
11742 return ! yylex () + ! yywrap ();
11744 _ACEOF
11745 { { ac_try="$LEX conftest.l"
11746 case "(($ac_try" in
11747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11748 *) ac_try_echo=$ac_try;;
11749 esac
11750 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
11751 $as_echo "$ac_try_echo"; } >&5
11752 (eval "$LEX conftest.l") 2>&5
11753 ac_status=$?
11754 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11755 test $ac_status = 0; }
11756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
11757 $as_echo_n "checking lex output file root... " >&6; }
11758 if test "${ac_cv_prog_lex_root+set}" = set; then :
11759 $as_echo_n "(cached) " >&6
11760 else
11762 if test -f lex.yy.c; then
11763 ac_cv_prog_lex_root=lex.yy
11764 elif test -f lexyy.c; then
11765 ac_cv_prog_lex_root=lexyy
11766 else
11767 as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
11770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
11771 $as_echo "$ac_cv_prog_lex_root" >&6; }
11772 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
11774 if test -z "${LEXLIB+set}"; then
11775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
11776 $as_echo_n "checking lex library... " >&6; }
11777 if test "${ac_cv_lib_lex+set}" = set; then :
11778 $as_echo_n "(cached) " >&6
11779 else
11781 ac_save_LIBS=$LIBS
11782 ac_cv_lib_lex='none needed'
11783 for ac_lib in '' -lfl -ll; do
11784 LIBS="$ac_lib $ac_save_LIBS"
11785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11786 /* end confdefs.h. */
11787 `cat $LEX_OUTPUT_ROOT.c`
11788 _ACEOF
11789 if ac_fn_c_try_link "$LINENO"; then :
11790 ac_cv_lib_lex=$ac_lib
11792 rm -f core conftest.err conftest.$ac_objext \
11793 conftest$ac_exeext conftest.$ac_ext
11794 test "$ac_cv_lib_lex" != 'none needed' && break
11795 done
11796 LIBS=$ac_save_LIBS
11799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
11800 $as_echo "$ac_cv_lib_lex" >&6; }
11801 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
11805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
11806 $as_echo_n "checking whether yytext is a pointer... " >&6; }
11807 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
11808 $as_echo_n "(cached) " >&6
11809 else
11810 # POSIX says lex can declare yytext either as a pointer or an array; the
11811 # default is implementation-dependent. Figure out which it is, since
11812 # not all implementations provide the %pointer and %array declarations.
11813 ac_cv_prog_lex_yytext_pointer=no
11814 ac_save_LIBS=$LIBS
11815 LIBS="$LEXLIB $ac_save_LIBS"
11816 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11817 /* end confdefs.h. */
11818 #define YYTEXT_POINTER 1
11819 `cat $LEX_OUTPUT_ROOT.c`
11820 _ACEOF
11821 if ac_fn_c_try_link "$LINENO"; then :
11822 ac_cv_prog_lex_yytext_pointer=yes
11824 rm -f core conftest.err conftest.$ac_objext \
11825 conftest$ac_exeext conftest.$ac_ext
11826 LIBS=$ac_save_LIBS
11829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
11830 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
11831 if test $ac_cv_prog_lex_yytext_pointer = yes; then
11833 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
11836 rm -f conftest.l $LEX_OUTPUT_ROOT.c
11839 if test "$LEX" = :; then
11840 LEX=${am_missing_run}flex
11843 ALL_LINGUAS="da es fi fr id ja ro ru rw sk sv tr uk vi zh_CN zh_TW bg"
11844 # If we haven't got the data from the intl directory,
11845 # assume NLS is disabled.
11846 USE_NLS=no
11847 LIBINTL=
11848 LIBINTL_DEP=
11849 INCINTL=
11850 XGETTEXT=
11851 GMSGFMT=
11852 POSUB=
11854 if test -f ../intl/config.intl; then
11855 . ../intl/config.intl
11857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11858 $as_echo_n "checking whether NLS is requested... " >&6; }
11859 if test x"$USE_NLS" != xyes; then
11860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11861 $as_echo "no" >&6; }
11862 else
11863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11864 $as_echo "yes" >&6; }
11866 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
11869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
11870 $as_echo_n "checking for catalogs to be installed... " >&6; }
11871 # Look for .po and .gmo files in the source directory.
11872 CATALOGS=
11873 XLINGUAS=
11874 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
11875 # If there aren't any .gmo files the shell will give us the
11876 # literal string "../path/to/srcdir/po/*.gmo" which has to be
11877 # weeded out.
11878 case "$cat" in *\**)
11879 continue;;
11880 esac
11881 # The quadruple backslash is collapsed to a double backslash
11882 # by the backticks, then collapsed again by the double quotes,
11883 # leaving us with one backslash in the sed expression (right
11884 # before the dot that mustn't act as a wildcard).
11885 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
11886 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
11887 # The user is allowed to set LINGUAS to a list of languages to
11888 # install catalogs for. If it's empty that means "all of them."
11889 if test "x$LINGUAS" = x; then
11890 CATALOGS="$CATALOGS $cat"
11891 XLINGUAS="$XLINGUAS $lang"
11892 else
11893 case "$LINGUAS" in *$lang*)
11894 CATALOGS="$CATALOGS $cat"
11895 XLINGUAS="$XLINGUAS $lang"
11897 esac
11899 done
11900 LINGUAS="$XLINGUAS"
11901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
11902 $as_echo "$LINGUAS" >&6; }
11905 DATADIRNAME=share
11907 INSTOBJEXT=.mo
11909 GENCAT=gencat
11911 CATOBJEXT=.gmo
11915 MKINSTALLDIRS=
11916 if test -n "$ac_aux_dir"; then
11917 case "$ac_aux_dir" in
11918 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
11919 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
11920 esac
11922 if test -z "$MKINSTALLDIRS"; then
11923 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
11928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11929 $as_echo_n "checking whether NLS is requested... " >&6; }
11930 # Check whether --enable-nls was given.
11931 if test "${enable_nls+set}" = set; then :
11932 enableval=$enable_nls; USE_NLS=$enableval
11933 else
11934 USE_NLS=yes
11937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
11938 $as_echo "$USE_NLS" >&6; }
11945 # Prepare PATH_SEPARATOR.
11946 # The user is always right.
11947 if test "${PATH_SEPARATOR+set}" != set; then
11948 echo "#! /bin/sh" >conf$$.sh
11949 echo "exit 0" >>conf$$.sh
11950 chmod +x conf$$.sh
11951 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11952 PATH_SEPARATOR=';'
11953 else
11954 PATH_SEPARATOR=:
11956 rm -f conf$$.sh
11959 # Find out how to test for executable files. Don't use a zero-byte file,
11960 # as systems may use methods other than mode bits to determine executability.
11961 cat >conf$$.file <<_ASEOF
11962 #! /bin/sh
11963 exit 0
11964 _ASEOF
11965 chmod +x conf$$.file
11966 if test -x conf$$.file >/dev/null 2>&1; then
11967 ac_executable_p="test -x"
11968 else
11969 ac_executable_p="test -f"
11971 rm -f conf$$.file
11973 # Extract the first word of "msgfmt", so it can be a program name with args.
11974 set dummy msgfmt; ac_word=$2
11975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11976 $as_echo_n "checking for $ac_word... " >&6; }
11977 if test "${ac_cv_path_MSGFMT+set}" = set; then :
11978 $as_echo_n "(cached) " >&6
11979 else
11980 case "$MSGFMT" in
11981 [\\/]* | ?:[\\/]*)
11982 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
11985 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
11986 for ac_dir in $PATH; do
11987 IFS="$ac_save_IFS"
11988 test -z "$ac_dir" && ac_dir=.
11989 for ac_exec_ext in '' $ac_executable_extensions; do
11990 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11991 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
11992 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
11993 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
11994 break 2
11997 done
11998 done
11999 IFS="$ac_save_IFS"
12000 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12002 esac
12004 MSGFMT="$ac_cv_path_MSGFMT"
12005 if test "$MSGFMT" != ":"; then
12006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12007 $as_echo "$MSGFMT" >&6; }
12008 else
12009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12010 $as_echo "no" >&6; }
12013 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12014 set dummy gmsgfmt; ac_word=$2
12015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12016 $as_echo_n "checking for $ac_word... " >&6; }
12017 if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12018 $as_echo_n "(cached) " >&6
12019 else
12020 case $GMSGFMT in
12021 [\\/]* | ?:[\\/]*)
12022 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12025 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12026 for as_dir in $PATH
12028 IFS=$as_save_IFS
12029 test -z "$as_dir" && as_dir=.
12030 for ac_exec_ext in '' $ac_executable_extensions; do
12031 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12032 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12033 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12034 break 2
12036 done
12037 done
12038 IFS=$as_save_IFS
12040 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12042 esac
12044 GMSGFMT=$ac_cv_path_GMSGFMT
12045 if test -n "$GMSGFMT"; then
12046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12047 $as_echo "$GMSGFMT" >&6; }
12048 else
12049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12050 $as_echo "no" >&6; }
12056 # Prepare PATH_SEPARATOR.
12057 # The user is always right.
12058 if test "${PATH_SEPARATOR+set}" != set; then
12059 echo "#! /bin/sh" >conf$$.sh
12060 echo "exit 0" >>conf$$.sh
12061 chmod +x conf$$.sh
12062 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12063 PATH_SEPARATOR=';'
12064 else
12065 PATH_SEPARATOR=:
12067 rm -f conf$$.sh
12070 # Find out how to test for executable files. Don't use a zero-byte file,
12071 # as systems may use methods other than mode bits to determine executability.
12072 cat >conf$$.file <<_ASEOF
12073 #! /bin/sh
12074 exit 0
12075 _ASEOF
12076 chmod +x conf$$.file
12077 if test -x conf$$.file >/dev/null 2>&1; then
12078 ac_executable_p="test -x"
12079 else
12080 ac_executable_p="test -f"
12082 rm -f conf$$.file
12084 # Extract the first word of "xgettext", so it can be a program name with args.
12085 set dummy xgettext; ac_word=$2
12086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12087 $as_echo_n "checking for $ac_word... " >&6; }
12088 if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12089 $as_echo_n "(cached) " >&6
12090 else
12091 case "$XGETTEXT" in
12092 [\\/]* | ?:[\\/]*)
12093 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12096 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12097 for ac_dir in $PATH; do
12098 IFS="$ac_save_IFS"
12099 test -z "$ac_dir" && ac_dir=.
12100 for ac_exec_ext in '' $ac_executable_extensions; do
12101 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12102 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12103 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12104 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12105 break 2
12108 done
12109 done
12110 IFS="$ac_save_IFS"
12111 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12113 esac
12115 XGETTEXT="$ac_cv_path_XGETTEXT"
12116 if test "$XGETTEXT" != ":"; then
12117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12118 $as_echo "$XGETTEXT" >&6; }
12119 else
12120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12121 $as_echo "no" >&6; }
12124 rm -f messages.po
12127 # Prepare PATH_SEPARATOR.
12128 # The user is always right.
12129 if test "${PATH_SEPARATOR+set}" != set; then
12130 echo "#! /bin/sh" >conf$$.sh
12131 echo "exit 0" >>conf$$.sh
12132 chmod +x conf$$.sh
12133 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12134 PATH_SEPARATOR=';'
12135 else
12136 PATH_SEPARATOR=:
12138 rm -f conf$$.sh
12141 # Find out how to test for executable files. Don't use a zero-byte file,
12142 # as systems may use methods other than mode bits to determine executability.
12143 cat >conf$$.file <<_ASEOF
12144 #! /bin/sh
12145 exit 0
12146 _ASEOF
12147 chmod +x conf$$.file
12148 if test -x conf$$.file >/dev/null 2>&1; then
12149 ac_executable_p="test -x"
12150 else
12151 ac_executable_p="test -f"
12153 rm -f conf$$.file
12155 # Extract the first word of "msgmerge", so it can be a program name with args.
12156 set dummy msgmerge; ac_word=$2
12157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12158 $as_echo_n "checking for $ac_word... " >&6; }
12159 if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12160 $as_echo_n "(cached) " >&6
12161 else
12162 case "$MSGMERGE" in
12163 [\\/]* | ?:[\\/]*)
12164 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12167 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12168 for ac_dir in $PATH; do
12169 IFS="$ac_save_IFS"
12170 test -z "$ac_dir" && ac_dir=.
12171 for ac_exec_ext in '' $ac_executable_extensions; do
12172 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12173 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12174 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12175 break 2
12178 done
12179 done
12180 IFS="$ac_save_IFS"
12181 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12183 esac
12185 MSGMERGE="$ac_cv_path_MSGMERGE"
12186 if test "$MSGMERGE" != ":"; then
12187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12188 $as_echo "$MSGMERGE" >&6; }
12189 else
12190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12191 $as_echo "no" >&6; }
12195 if test "$GMSGFMT" != ":"; then
12196 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12197 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12199 else
12200 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12202 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12203 GMSGFMT=":"
12207 if test "$XGETTEXT" != ":"; then
12208 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12209 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12211 else
12212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12213 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12214 XGETTEXT=":"
12216 rm -f messages.po
12219 ac_config_commands="$ac_config_commands default-1"
12224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12225 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12226 # Check whether --enable-maintainer-mode was given.
12227 if test "${enable_maintainer_mode+set}" = set; then :
12228 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12229 else
12230 USE_MAINTAINER_MODE=no
12233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12234 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12235 if test $USE_MAINTAINER_MODE = yes; then
12236 MAINTAINER_MODE_TRUE=
12237 MAINTAINER_MODE_FALSE='#'
12238 else
12239 MAINTAINER_MODE_TRUE='#'
12240 MAINTAINER_MODE_FALSE=
12243 MAINT=$MAINTAINER_MODE_TRUE
12246 if false; then
12247 GENINSRC_NEVER_TRUE=
12248 GENINSRC_NEVER_FALSE='#'
12249 else
12250 GENINSRC_NEVER_TRUE='#'
12251 GENINSRC_NEVER_FALSE=
12255 if test -n "$EXEEXT"; then
12257 $as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
12261 cat >>confdefs.h <<_ACEOF
12262 #define EXECUTABLE_SUFFIX "${EXEEXT}"
12263 _ACEOF
12266 # host-specific stuff:
12268 HDEFINES=
12270 . ${srcdir}/../bfd/configure.host
12273 AR=${AR-ar}
12275 if test -n "$ac_tool_prefix"; then
12276 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
12277 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
12278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12279 $as_echo_n "checking for $ac_word... " >&6; }
12280 if test "${ac_cv_prog_RANLIB+set}" = set; then :
12281 $as_echo_n "(cached) " >&6
12282 else
12283 if test -n "$RANLIB"; then
12284 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
12285 else
12286 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12287 for as_dir in $PATH
12289 IFS=$as_save_IFS
12290 test -z "$as_dir" && as_dir=.
12291 for ac_exec_ext in '' $ac_executable_extensions; do
12292 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12293 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
12294 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12295 break 2
12297 done
12298 done
12299 IFS=$as_save_IFS
12303 RANLIB=$ac_cv_prog_RANLIB
12304 if test -n "$RANLIB"; then
12305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
12306 $as_echo "$RANLIB" >&6; }
12307 else
12308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12309 $as_echo "no" >&6; }
12314 if test -z "$ac_cv_prog_RANLIB"; then
12315 ac_ct_RANLIB=$RANLIB
12316 # Extract the first word of "ranlib", so it can be a program name with args.
12317 set dummy ranlib; ac_word=$2
12318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12319 $as_echo_n "checking for $ac_word... " >&6; }
12320 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
12321 $as_echo_n "(cached) " >&6
12322 else
12323 if test -n "$ac_ct_RANLIB"; then
12324 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
12325 else
12326 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12327 for as_dir in $PATH
12329 IFS=$as_save_IFS
12330 test -z "$as_dir" && as_dir=.
12331 for ac_exec_ext in '' $ac_executable_extensions; do
12332 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12333 ac_cv_prog_ac_ct_RANLIB="ranlib"
12334 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12335 break 2
12337 done
12338 done
12339 IFS=$as_save_IFS
12343 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
12344 if test -n "$ac_ct_RANLIB"; then
12345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
12346 $as_echo "$ac_ct_RANLIB" >&6; }
12347 else
12348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12349 $as_echo "no" >&6; }
12352 if test "x$ac_ct_RANLIB" = x; then
12353 RANLIB=":"
12354 else
12355 case $cross_compiling:$ac_tool_warned in
12356 yes:)
12357 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12358 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12359 ac_tool_warned=yes ;;
12360 esac
12361 RANLIB=$ac_ct_RANLIB
12363 else
12364 RANLIB="$ac_cv_prog_RANLIB"
12369 # Put a plausible default for CC_FOR_BUILD in Makefile.
12370 if test -z "$CC_FOR_BUILD"; then
12371 if test "x$cross_compiling" = "xno"; then
12372 CC_FOR_BUILD='$(CC)'
12373 else
12374 CC_FOR_BUILD=gcc
12378 # Also set EXEEXT_FOR_BUILD.
12379 if test "x$cross_compiling" = "xno"; then
12380 EXEEXT_FOR_BUILD='$(EXEEXT)'
12381 else
12382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12383 $as_echo_n "checking for build system executable suffix... " >&6; }
12384 if test "${bfd_cv_build_exeext+set}" = set; then :
12385 $as_echo_n "(cached) " >&6
12386 else
12387 rm -f conftest*
12388 echo 'int main () { return 0; }' > conftest.c
12389 bfd_cv_build_exeext=
12390 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12391 for file in conftest.*; do
12392 case $file in
12393 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12394 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12395 esac
12396 done
12397 rm -f conftest*
12398 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12401 $as_echo "$bfd_cv_build_exeext" >&6; }
12402 EXEEXT_FOR_BUILD=""
12403 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12407 DEMANGLER_NAME=c++filt
12408 case "${host}" in
12409 *-*-go32* | *-*-msdos*)
12410 DEMANGLER_NAME=cxxfilt
12411 esac
12414 for ac_header in string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h limits.h sys/param.h
12415 do :
12416 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12417 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12418 eval as_val=\$$as_ac_Header
12419 if test "x$as_val" = x""yes; then :
12420 cat >>confdefs.h <<_ACEOF
12421 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12422 _ACEOF
12426 done
12428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
12429 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
12430 if test "${ac_cv_header_sys_wait_h+set}" = set; then :
12431 $as_echo_n "(cached) " >&6
12432 else
12433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12434 /* end confdefs.h. */
12435 #include <sys/types.h>
12436 #include <sys/wait.h>
12437 #ifndef WEXITSTATUS
12438 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
12439 #endif
12440 #ifndef WIFEXITED
12441 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
12442 #endif
12445 main ()
12447 int s;
12448 wait (&s);
12449 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
12451 return 0;
12453 _ACEOF
12454 if ac_fn_c_try_compile "$LINENO"; then :
12455 ac_cv_header_sys_wait_h=yes
12456 else
12457 ac_cv_header_sys_wait_h=no
12459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
12462 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
12463 if test $ac_cv_header_sys_wait_h = yes; then
12465 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
12469 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
12470 # for constant arguments. Useless!
12471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
12472 $as_echo_n "checking for working alloca.h... " >&6; }
12473 if test "${ac_cv_working_alloca_h+set}" = set; then :
12474 $as_echo_n "(cached) " >&6
12475 else
12476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12477 /* end confdefs.h. */
12478 #include <alloca.h>
12480 main ()
12482 char *p = (char *) alloca (2 * sizeof (int));
12483 if (p) return 0;
12485 return 0;
12487 _ACEOF
12488 if ac_fn_c_try_link "$LINENO"; then :
12489 ac_cv_working_alloca_h=yes
12490 else
12491 ac_cv_working_alloca_h=no
12493 rm -f core conftest.err conftest.$ac_objext \
12494 conftest$ac_exeext conftest.$ac_ext
12496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
12497 $as_echo "$ac_cv_working_alloca_h" >&6; }
12498 if test $ac_cv_working_alloca_h = yes; then
12500 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
12504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
12505 $as_echo_n "checking for alloca... " >&6; }
12506 if test "${ac_cv_func_alloca_works+set}" = set; then :
12507 $as_echo_n "(cached) " >&6
12508 else
12509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12510 /* end confdefs.h. */
12511 #ifdef __GNUC__
12512 # define alloca __builtin_alloca
12513 #else
12514 # ifdef _MSC_VER
12515 # include <malloc.h>
12516 # define alloca _alloca
12517 # else
12518 # ifdef HAVE_ALLOCA_H
12519 # include <alloca.h>
12520 # else
12521 # ifdef _AIX
12522 #pragma alloca
12523 # else
12524 # ifndef alloca /* predefined by HP cc +Olibcalls */
12525 char *alloca ();
12526 # endif
12527 # endif
12528 # endif
12529 # endif
12530 #endif
12533 main ()
12535 char *p = (char *) alloca (1);
12536 if (p) return 0;
12538 return 0;
12540 _ACEOF
12541 if ac_fn_c_try_link "$LINENO"; then :
12542 ac_cv_func_alloca_works=yes
12543 else
12544 ac_cv_func_alloca_works=no
12546 rm -f core conftest.err conftest.$ac_objext \
12547 conftest$ac_exeext conftest.$ac_ext
12549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
12550 $as_echo "$ac_cv_func_alloca_works" >&6; }
12552 if test $ac_cv_func_alloca_works = yes; then
12554 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
12556 else
12557 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
12558 # that cause trouble. Some versions do not even contain alloca or
12559 # contain a buggy version. If you still want to use their alloca,
12560 # use ar to extract alloca.o from them instead of compiling alloca.c.
12562 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
12564 $as_echo "#define C_ALLOCA 1" >>confdefs.h
12567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
12568 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
12569 if test "${ac_cv_os_cray+set}" = set; then :
12570 $as_echo_n "(cached) " >&6
12571 else
12572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12573 /* end confdefs.h. */
12574 #if defined CRAY && ! defined CRAY2
12575 webecray
12576 #else
12577 wenotbecray
12578 #endif
12580 _ACEOF
12581 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12582 $EGREP "webecray" >/dev/null 2>&1; then :
12583 ac_cv_os_cray=yes
12584 else
12585 ac_cv_os_cray=no
12587 rm -f conftest*
12590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
12591 $as_echo "$ac_cv_os_cray" >&6; }
12592 if test $ac_cv_os_cray = yes; then
12593 for ac_func in _getb67 GETB67 getb67; do
12594 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12595 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12596 eval as_val=\$$as_ac_var
12597 if test "x$as_val" = x""yes; then :
12599 cat >>confdefs.h <<_ACEOF
12600 #define CRAY_STACKSEG_END $ac_func
12601 _ACEOF
12603 break
12606 done
12609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
12610 $as_echo_n "checking stack direction for C alloca... " >&6; }
12611 if test "${ac_cv_c_stack_direction+set}" = set; then :
12612 $as_echo_n "(cached) " >&6
12613 else
12614 if test "$cross_compiling" = yes; then :
12615 ac_cv_c_stack_direction=0
12616 else
12617 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12618 /* end confdefs.h. */
12619 $ac_includes_default
12621 find_stack_direction ()
12623 static char *addr = 0;
12624 auto char dummy;
12625 if (addr == 0)
12627 addr = &dummy;
12628 return find_stack_direction ();
12630 else
12631 return (&dummy > addr) ? 1 : -1;
12635 main ()
12637 return find_stack_direction () < 0;
12639 _ACEOF
12640 if ac_fn_c_try_run "$LINENO"; then :
12641 ac_cv_c_stack_direction=1
12642 else
12643 ac_cv_c_stack_direction=-1
12645 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12646 conftest.$ac_objext conftest.beam conftest.$ac_ext
12650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
12651 $as_echo "$ac_cv_c_stack_direction" >&6; }
12652 cat >>confdefs.h <<_ACEOF
12653 #define STACK_DIRECTION $ac_cv_c_stack_direction
12654 _ACEOF
12659 for ac_func in sbrk utimes setmode getc_unlocked strcoll
12660 do :
12661 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12662 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12663 eval as_val=\$$as_ac_var
12664 if test "x$as_val" = x""yes; then :
12665 cat >>confdefs.h <<_ACEOF
12666 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12667 _ACEOF
12670 done
12672 ac_fn_c_check_func "$LINENO" "mkstemp" "ac_cv_func_mkstemp"
12673 if test "x$ac_cv_func_mkstemp" = x""yes; then :
12675 $as_echo "#define HAVE_MKSTEMP 1" >>confdefs.h
12679 ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
12680 if test "x$ac_cv_func_mkdtemp" = x""yes; then :
12682 $as_echo "#define HAVE_MKDTEMP 1" >>confdefs.h
12687 # Some systems have frexp only in -lm, not in -lc.
12688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
12689 $as_echo_n "checking for library containing frexp... " >&6; }
12690 if test "${ac_cv_search_frexp+set}" = set; then :
12691 $as_echo_n "(cached) " >&6
12692 else
12693 ac_func_search_save_LIBS=$LIBS
12694 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12695 /* end confdefs.h. */
12697 /* Override any GCC internal prototype to avoid an error.
12698 Use char because int might match the return type of a GCC
12699 builtin and then its argument prototype would still apply. */
12700 #ifdef __cplusplus
12701 extern "C"
12702 #endif
12703 char frexp ();
12705 main ()
12707 return frexp ();
12709 return 0;
12711 _ACEOF
12712 for ac_lib in '' m; do
12713 if test -z "$ac_lib"; then
12714 ac_res="none required"
12715 else
12716 ac_res=-l$ac_lib
12717 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12719 if ac_fn_c_try_link "$LINENO"; then :
12720 ac_cv_search_frexp=$ac_res
12722 rm -f core conftest.err conftest.$ac_objext \
12723 conftest$ac_exeext
12724 if test "${ac_cv_search_frexp+set}" = set; then :
12725 break
12727 done
12728 if test "${ac_cv_search_frexp+set}" = set; then :
12730 else
12731 ac_cv_search_frexp=no
12733 rm conftest.$ac_ext
12734 LIBS=$ac_func_search_save_LIBS
12736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
12737 $as_echo "$ac_cv_search_frexp" >&6; }
12738 ac_res=$ac_cv_search_frexp
12739 if test "$ac_res" != no; then :
12740 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in time.h" >&5
12746 $as_echo_n "checking for time_t in time.h... " >&6; }
12747 if test "${bu_cv_decl_time_t_time_h+set}" = set; then :
12748 $as_echo_n "(cached) " >&6
12749 else
12750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12751 /* end confdefs.h. */
12752 #include <time.h>
12754 main ()
12756 time_t i;
12758 return 0;
12760 _ACEOF
12761 if ac_fn_c_try_compile "$LINENO"; then :
12762 bu_cv_decl_time_t_time_h=yes
12763 else
12764 bu_cv_decl_time_t_time_h=no
12766 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_time_h" >&5
12770 $as_echo "$bu_cv_decl_time_t_time_h" >&6; }
12771 if test $bu_cv_decl_time_t_time_h = yes; then
12773 $as_echo "#define HAVE_TIME_T_IN_TIME_H 1" >>confdefs.h
12777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in sys/types.h" >&5
12778 $as_echo_n "checking for time_t in sys/types.h... " >&6; }
12779 if test "${bu_cv_decl_time_t_types_h+set}" = set; then :
12780 $as_echo_n "(cached) " >&6
12781 else
12782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12783 /* end confdefs.h. */
12784 #include <sys/types.h>
12786 main ()
12788 time_t i;
12790 return 0;
12792 _ACEOF
12793 if ac_fn_c_try_compile "$LINENO"; then :
12794 bu_cv_decl_time_t_types_h=yes
12795 else
12796 bu_cv_decl_time_t_types_h=no
12798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_types_h" >&5
12802 $as_echo "$bu_cv_decl_time_t_types_h" >&6; }
12803 if test $bu_cv_decl_time_t_types_h = yes; then
12805 $as_echo "#define HAVE_TIME_T_IN_TYPES_H 1" >>confdefs.h
12809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
12810 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
12811 if test "${bu_cv_decl_getopt_unistd_h+set}" = set; then :
12812 $as_echo_n "(cached) " >&6
12813 else
12814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12815 /* end confdefs.h. */
12816 #include <unistd.h>
12818 main ()
12820 extern int getopt (int, char *const*, const char *);
12822 return 0;
12824 _ACEOF
12825 if ac_fn_c_try_compile "$LINENO"; then :
12826 bu_cv_decl_getopt_unistd_h=yes
12827 else
12828 bu_cv_decl_getopt_unistd_h=no
12830 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
12834 $as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
12835 if test $bu_cv_decl_getopt_unistd_h = yes; then
12837 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
12841 # Under Next 3.2 <utime.h> apparently does not define struct utimbuf
12842 # by default.
12843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
12844 $as_echo_n "checking for utime.h... " >&6; }
12845 if test "${bu_cv_header_utime_h+set}" = set; then :
12846 $as_echo_n "(cached) " >&6
12847 else
12848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12849 /* end confdefs.h. */
12850 #include <sys/types.h>
12851 #ifdef HAVE_TIME_H
12852 #include <time.h>
12853 #endif
12854 #include <utime.h>
12856 main ()
12858 struct utimbuf s;
12860 return 0;
12862 _ACEOF
12863 if ac_fn_c_try_compile "$LINENO"; then :
12864 bu_cv_header_utime_h=yes
12865 else
12866 bu_cv_header_utime_h=no
12868 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
12872 $as_echo "$bu_cv_header_utime_h" >&6; }
12873 if test $bu_cv_header_utime_h = yes; then
12875 $as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
12879 ac_fn_c_check_decl "$LINENO" "fprintf" "ac_cv_have_decl_fprintf" "$ac_includes_default"
12880 if test "x$ac_cv_have_decl_fprintf" = x""yes; then :
12881 ac_have_decl=1
12882 else
12883 ac_have_decl=0
12886 cat >>confdefs.h <<_ACEOF
12887 #define HAVE_DECL_FPRINTF $ac_have_decl
12888 _ACEOF
12889 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
12890 if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
12891 ac_have_decl=1
12892 else
12893 ac_have_decl=0
12896 cat >>confdefs.h <<_ACEOF
12897 #define HAVE_DECL_STPCPY $ac_have_decl
12898 _ACEOF
12899 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
12900 if test "x$ac_cv_have_decl_strstr" = x""yes; then :
12901 ac_have_decl=1
12902 else
12903 ac_have_decl=0
12906 cat >>confdefs.h <<_ACEOF
12907 #define HAVE_DECL_STRSTR $ac_have_decl
12908 _ACEOF
12909 ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
12910 if test "x$ac_cv_have_decl_sbrk" = x""yes; then :
12911 ac_have_decl=1
12912 else
12913 ac_have_decl=0
12916 cat >>confdefs.h <<_ACEOF
12917 #define HAVE_DECL_SBRK $ac_have_decl
12918 _ACEOF
12919 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
12920 if test "x$ac_cv_have_decl_getenv" = x""yes; then :
12921 ac_have_decl=1
12922 else
12923 ac_have_decl=0
12926 cat >>confdefs.h <<_ACEOF
12927 #define HAVE_DECL_GETENV $ac_have_decl
12928 _ACEOF
12929 ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
12930 if test "x$ac_cv_have_decl_environ" = x""yes; then :
12931 ac_have_decl=1
12932 else
12933 ac_have_decl=0
12936 cat >>confdefs.h <<_ACEOF
12937 #define HAVE_DECL_ENVIRON $ac_have_decl
12938 _ACEOF
12939 ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
12940 if test "x$ac_cv_have_decl_getc_unlocked" = x""yes; then :
12941 ac_have_decl=1
12942 else
12943 ac_have_decl=0
12946 cat >>confdefs.h <<_ACEOF
12947 #define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
12948 _ACEOF
12949 ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
12950 if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
12951 ac_have_decl=1
12952 else
12953 ac_have_decl=0
12956 cat >>confdefs.h <<_ACEOF
12957 #define HAVE_DECL_SNPRINTF $ac_have_decl
12958 _ACEOF
12959 ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
12960 if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
12961 ac_have_decl=1
12962 else
12963 ac_have_decl=0
12966 cat >>confdefs.h <<_ACEOF
12967 #define HAVE_DECL_VSNPRINTF $ac_have_decl
12968 _ACEOF
12971 # Link in zlib if we can. This allows us to read compressed debug
12972 # sections. This is used only by readelf.c (objdump uses bfd for
12973 # reading compressed sections).
12974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
12975 $as_echo_n "checking for library containing zlibVersion... " >&6; }
12976 if test "${ac_cv_search_zlibVersion+set}" = set; then :
12977 $as_echo_n "(cached) " >&6
12978 else
12979 ac_func_search_save_LIBS=$LIBS
12980 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12981 /* end confdefs.h. */
12983 /* Override any GCC internal prototype to avoid an error.
12984 Use char because int might match the return type of a GCC
12985 builtin and then its argument prototype would still apply. */
12986 #ifdef __cplusplus
12987 extern "C"
12988 #endif
12989 char zlibVersion ();
12991 main ()
12993 return zlibVersion ();
12995 return 0;
12997 _ACEOF
12998 for ac_lib in '' z; do
12999 if test -z "$ac_lib"; then
13000 ac_res="none required"
13001 else
13002 ac_res=-l$ac_lib
13003 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13005 if ac_fn_c_try_link "$LINENO"; then :
13006 ac_cv_search_zlibVersion=$ac_res
13008 rm -f core conftest.err conftest.$ac_objext \
13009 conftest$ac_exeext
13010 if test "${ac_cv_search_zlibVersion+set}" = set; then :
13011 break
13013 done
13014 if test "${ac_cv_search_zlibVersion+set}" = set; then :
13016 else
13017 ac_cv_search_zlibVersion=no
13019 rm conftest.$ac_ext
13020 LIBS=$ac_func_search_save_LIBS
13022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
13023 $as_echo "$ac_cv_search_zlibVersion" >&6; }
13024 ac_res=$ac_cv_search_zlibVersion
13025 if test "$ac_res" != no; then :
13026 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13027 for ac_header in zlib.h
13028 do :
13029 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
13030 if test "x$ac_cv_header_zlib_h" = x""yes; then :
13031 cat >>confdefs.h <<_ACEOF
13032 #define HAVE_ZLIB_H 1
13033 _ACEOF
13037 done
13043 case "${host}" in
13044 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13046 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13048 esac
13050 # target-specific stuff:
13052 # Canonicalize the secondary target names.
13053 if test -n "$enable_targets"; then
13054 for targ in `echo $enable_targets | sed 's/,/ /g'`
13056 result=`$ac_config_sub $targ 2>/dev/null`
13057 if test -n "$result"; then
13058 canon_targets="$canon_targets $result"
13059 else
13060 # Allow targets that config.sub doesn't recognize, like "all".
13061 canon_targets="$canon_targets $targ"
13063 done
13066 ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
13067 if test "x$ac_cv_header_iconv_h" = x""yes; then :
13073 if test "X$prefix" = "XNONE"; then
13074 acl_final_prefix="$ac_default_prefix"
13075 else
13076 acl_final_prefix="$prefix"
13078 if test "X$exec_prefix" = "XNONE"; then
13079 acl_final_exec_prefix='${prefix}'
13080 else
13081 acl_final_exec_prefix="$exec_prefix"
13083 acl_save_prefix="$prefix"
13084 prefix="$acl_final_prefix"
13085 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
13086 prefix="$acl_save_prefix"
13089 # Check whether --with-gnu-ld was given.
13090 if test "${with_gnu_ld+set}" = set; then :
13091 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
13092 else
13093 with_gnu_ld=no
13096 # Prepare PATH_SEPARATOR.
13097 # The user is always right.
13098 if test "${PATH_SEPARATOR+set}" != set; then
13099 echo "#! /bin/sh" >conf$$.sh
13100 echo "exit 0" >>conf$$.sh
13101 chmod +x conf$$.sh
13102 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13103 PATH_SEPARATOR=';'
13104 else
13105 PATH_SEPARATOR=:
13107 rm -f conf$$.sh
13109 ac_prog=ld
13110 if test "$GCC" = yes; then
13111 # Check if gcc -print-prog-name=ld gives a path.
13112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
13113 $as_echo_n "checking for ld used by GCC... " >&6; }
13114 case $host in
13115 *-*-mingw*)
13116 # gcc leaves a trailing carriage return which upsets mingw
13117 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13119 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13120 esac
13121 case $ac_prog in
13122 # Accept absolute paths.
13123 [\\/]* | [A-Za-z]:[\\/]*)
13124 re_direlt='/[^/][^/]*/\.\./'
13125 # Canonicalize the path of ld
13126 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
13127 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
13128 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
13129 done
13130 test -z "$LD" && LD="$ac_prog"
13133 # If it fails, then pretend we aren't using GCC.
13134 ac_prog=ld
13137 # If it is relative, then search for the first ld in PATH.
13138 with_gnu_ld=unknown
13140 esac
13141 elif test "$with_gnu_ld" = yes; then
13142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
13143 $as_echo_n "checking for GNU ld... " >&6; }
13144 else
13145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
13146 $as_echo_n "checking for non-GNU ld... " >&6; }
13148 if test "${acl_cv_path_LD+set}" = set; then :
13149 $as_echo_n "(cached) " >&6
13150 else
13151 if test -z "$LD"; then
13152 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
13153 for ac_dir in $PATH; do
13154 test -z "$ac_dir" && ac_dir=.
13155 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13156 acl_cv_path_LD="$ac_dir/$ac_prog"
13157 # Check to see if the program is GNU ld. I'd rather use --version,
13158 # but apparently some GNU ld's only accept -v.
13159 # Break only if it was the GNU/non-GNU ld that we prefer.
13160 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
13161 test "$with_gnu_ld" != no && break
13162 else
13163 test "$with_gnu_ld" != yes && break
13166 done
13167 IFS="$ac_save_ifs"
13168 else
13169 acl_cv_path_LD="$LD" # Let the user override the test with a path.
13173 LD="$acl_cv_path_LD"
13174 if test -n "$LD"; then
13175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
13176 $as_echo "$LD" >&6; }
13177 else
13178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13179 $as_echo "no" >&6; }
13181 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
13182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
13183 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
13184 if test "${acl_cv_prog_gnu_ld+set}" = set; then :
13185 $as_echo_n "(cached) " >&6
13186 else
13187 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
13188 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
13189 acl_cv_prog_gnu_ld=yes
13190 else
13191 acl_cv_prog_gnu_ld=no
13194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
13195 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
13196 with_gnu_ld=$acl_cv_prog_gnu_ld
13200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
13201 $as_echo_n "checking for shared library run path origin... " >&6; }
13202 if test "${acl_cv_rpath+set}" = set; then :
13203 $as_echo_n "(cached) " >&6
13204 else
13206 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
13207 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
13208 . ./conftest.sh
13209 rm -f ./conftest.sh
13210 acl_cv_rpath=done
13213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
13214 $as_echo "$acl_cv_rpath" >&6; }
13215 wl="$acl_cv_wl"
13216 libext="$acl_cv_libext"
13217 shlibext="$acl_cv_shlibext"
13218 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
13219 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
13220 hardcode_direct="$acl_cv_hardcode_direct"
13221 hardcode_minus_L="$acl_cv_hardcode_minus_L"
13222 # Check whether --enable-rpath was given.
13223 if test "${enable_rpath+set}" = set; then :
13224 enableval=$enable_rpath; :
13225 else
13226 enable_rpath=yes
13236 use_additional=yes
13238 acl_save_prefix="$prefix"
13239 prefix="$acl_final_prefix"
13240 acl_save_exec_prefix="$exec_prefix"
13241 exec_prefix="$acl_final_exec_prefix"
13243 eval additional_includedir=\"$includedir\"
13244 eval additional_libdir=\"$libdir\"
13246 exec_prefix="$acl_save_exec_prefix"
13247 prefix="$acl_save_prefix"
13250 # Check whether --with-libiconv-prefix was given.
13251 if test "${with_libiconv_prefix+set}" = set; then :
13252 withval=$with_libiconv_prefix;
13253 if test "X$withval" = "Xno"; then
13254 use_additional=no
13255 else
13256 if test "X$withval" = "X"; then
13258 acl_save_prefix="$prefix"
13259 prefix="$acl_final_prefix"
13260 acl_save_exec_prefix="$exec_prefix"
13261 exec_prefix="$acl_final_exec_prefix"
13263 eval additional_includedir=\"$includedir\"
13264 eval additional_libdir=\"$libdir\"
13266 exec_prefix="$acl_save_exec_prefix"
13267 prefix="$acl_save_prefix"
13269 else
13270 additional_includedir="$withval/include"
13271 additional_libdir="$withval/lib"
13277 LIBICONV=
13278 LTLIBICONV=
13279 INCICONV=
13280 rpathdirs=
13281 ltrpathdirs=
13282 names_already_handled=
13283 names_next_round='iconv '
13284 while test -n "$names_next_round"; do
13285 names_this_round="$names_next_round"
13286 names_next_round=
13287 for name in $names_this_round; do
13288 already_handled=
13289 for n in $names_already_handled; do
13290 if test "$n" = "$name"; then
13291 already_handled=yes
13292 break
13294 done
13295 if test -z "$already_handled"; then
13296 names_already_handled="$names_already_handled $name"
13297 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
13298 eval value=\"\$HAVE_LIB$uppername\"
13299 if test -n "$value"; then
13300 if test "$value" = yes; then
13301 eval value=\"\$LIB$uppername\"
13302 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
13303 eval value=\"\$LTLIB$uppername\"
13304 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
13305 else
13308 else
13309 found_dir=
13310 found_la=
13311 found_so=
13312 found_a=
13313 if test $use_additional = yes; then
13314 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
13315 found_dir="$additional_libdir"
13316 found_so="$additional_libdir/lib$name.$shlibext"
13317 if test -f "$additional_libdir/lib$name.la"; then
13318 found_la="$additional_libdir/lib$name.la"
13320 else
13321 if test -f "$additional_libdir/lib$name.$libext"; then
13322 found_dir="$additional_libdir"
13323 found_a="$additional_libdir/lib$name.$libext"
13324 if test -f "$additional_libdir/lib$name.la"; then
13325 found_la="$additional_libdir/lib$name.la"
13330 if test "X$found_dir" = "X"; then
13331 for x in $LDFLAGS $LTLIBICONV; do
13333 acl_save_prefix="$prefix"
13334 prefix="$acl_final_prefix"
13335 acl_save_exec_prefix="$exec_prefix"
13336 exec_prefix="$acl_final_exec_prefix"
13337 eval x=\"$x\"
13338 exec_prefix="$acl_save_exec_prefix"
13339 prefix="$acl_save_prefix"
13341 case "$x" in
13342 -L*)
13343 dir=`echo "X$x" | sed -e 's/^X-L//'`
13344 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
13345 found_dir="$dir"
13346 found_so="$dir/lib$name.$shlibext"
13347 if test -f "$dir/lib$name.la"; then
13348 found_la="$dir/lib$name.la"
13350 else
13351 if test -f "$dir/lib$name.$libext"; then
13352 found_dir="$dir"
13353 found_a="$dir/lib$name.$libext"
13354 if test -f "$dir/lib$name.la"; then
13355 found_la="$dir/lib$name.la"
13360 esac
13361 if test "X$found_dir" != "X"; then
13362 break
13364 done
13366 if test "X$found_dir" != "X"; then
13367 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
13368 if test "X$found_so" != "X"; then
13369 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
13370 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13371 else
13372 haveit=
13373 for x in $ltrpathdirs; do
13374 if test "X$x" = "X$found_dir"; then
13375 haveit=yes
13376 break
13378 done
13379 if test -z "$haveit"; then
13380 ltrpathdirs="$ltrpathdirs $found_dir"
13382 if test "$hardcode_direct" = yes; then
13383 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13384 else
13385 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
13386 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13387 haveit=
13388 for x in $rpathdirs; do
13389 if test "X$x" = "X$found_dir"; then
13390 haveit=yes
13391 break
13393 done
13394 if test -z "$haveit"; then
13395 rpathdirs="$rpathdirs $found_dir"
13397 else
13398 haveit=
13399 for x in $LDFLAGS $LIBICONV; do
13401 acl_save_prefix="$prefix"
13402 prefix="$acl_final_prefix"
13403 acl_save_exec_prefix="$exec_prefix"
13404 exec_prefix="$acl_final_exec_prefix"
13405 eval x=\"$x\"
13406 exec_prefix="$acl_save_exec_prefix"
13407 prefix="$acl_save_prefix"
13409 if test "X$x" = "X-L$found_dir"; then
13410 haveit=yes
13411 break
13413 done
13414 if test -z "$haveit"; then
13415 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
13417 if test "$hardcode_minus_L" != no; then
13418 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13419 else
13420 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
13425 else
13426 if test "X$found_a" != "X"; then
13427 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
13428 else
13429 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
13432 additional_includedir=
13433 case "$found_dir" in
13434 */lib | */lib/)
13435 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
13436 additional_includedir="$basedir/include"
13438 esac
13439 if test "X$additional_includedir" != "X"; then
13440 if test "X$additional_includedir" != "X/usr/include"; then
13441 haveit=
13442 if test "X$additional_includedir" = "X/usr/local/include"; then
13443 if test -n "$GCC"; then
13444 case $host_os in
13445 linux*) haveit=yes;;
13446 esac
13449 if test -z "$haveit"; then
13450 for x in $CPPFLAGS $INCICONV; do
13452 acl_save_prefix="$prefix"
13453 prefix="$acl_final_prefix"
13454 acl_save_exec_prefix="$exec_prefix"
13455 exec_prefix="$acl_final_exec_prefix"
13456 eval x=\"$x\"
13457 exec_prefix="$acl_save_exec_prefix"
13458 prefix="$acl_save_prefix"
13460 if test "X$x" = "X-I$additional_includedir"; then
13461 haveit=yes
13462 break
13464 done
13465 if test -z "$haveit"; then
13466 if test -d "$additional_includedir"; then
13467 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
13473 if test -n "$found_la"; then
13474 save_libdir="$libdir"
13475 case "$found_la" in
13476 */* | *\\*) . "$found_la" ;;
13477 *) . "./$found_la" ;;
13478 esac
13479 libdir="$save_libdir"
13480 for dep in $dependency_libs; do
13481 case "$dep" in
13482 -L*)
13483 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
13484 if test "X$additional_libdir" != "X/usr/lib"; then
13485 haveit=
13486 if test "X$additional_libdir" = "X/usr/local/lib"; then
13487 if test -n "$GCC"; then
13488 case $host_os in
13489 linux*) haveit=yes;;
13490 esac
13493 if test -z "$haveit"; then
13494 haveit=
13495 for x in $LDFLAGS $LIBICONV; do
13497 acl_save_prefix="$prefix"
13498 prefix="$acl_final_prefix"
13499 acl_save_exec_prefix="$exec_prefix"
13500 exec_prefix="$acl_final_exec_prefix"
13501 eval x=\"$x\"
13502 exec_prefix="$acl_save_exec_prefix"
13503 prefix="$acl_save_prefix"
13505 if test "X$x" = "X-L$additional_libdir"; then
13506 haveit=yes
13507 break
13509 done
13510 if test -z "$haveit"; then
13511 if test -d "$additional_libdir"; then
13512 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
13515 haveit=
13516 for x in $LDFLAGS $LTLIBICONV; do
13518 acl_save_prefix="$prefix"
13519 prefix="$acl_final_prefix"
13520 acl_save_exec_prefix="$exec_prefix"
13521 exec_prefix="$acl_final_exec_prefix"
13522 eval x=\"$x\"
13523 exec_prefix="$acl_save_exec_prefix"
13524 prefix="$acl_save_prefix"
13526 if test "X$x" = "X-L$additional_libdir"; then
13527 haveit=yes
13528 break
13530 done
13531 if test -z "$haveit"; then
13532 if test -d "$additional_libdir"; then
13533 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
13539 -R*)
13540 dir=`echo "X$dep" | sed -e 's/^X-R//'`
13541 if test "$enable_rpath" != no; then
13542 haveit=
13543 for x in $rpathdirs; do
13544 if test "X$x" = "X$dir"; then
13545 haveit=yes
13546 break
13548 done
13549 if test -z "$haveit"; then
13550 rpathdirs="$rpathdirs $dir"
13552 haveit=
13553 for x in $ltrpathdirs; do
13554 if test "X$x" = "X$dir"; then
13555 haveit=yes
13556 break
13558 done
13559 if test -z "$haveit"; then
13560 ltrpathdirs="$ltrpathdirs $dir"
13564 -l*)
13565 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
13567 *.la)
13568 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
13571 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
13572 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
13574 esac
13575 done
13577 else
13578 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
13579 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
13583 done
13584 done
13585 if test "X$rpathdirs" != "X"; then
13586 if test -n "$hardcode_libdir_separator"; then
13587 alldirs=
13588 for found_dir in $rpathdirs; do
13589 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
13590 done
13591 acl_save_libdir="$libdir"
13592 libdir="$alldirs"
13593 eval flag=\"$hardcode_libdir_flag_spec\"
13594 libdir="$acl_save_libdir"
13595 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
13596 else
13597 for found_dir in $rpathdirs; do
13598 acl_save_libdir="$libdir"
13599 libdir="$found_dir"
13600 eval flag=\"$hardcode_libdir_flag_spec\"
13601 libdir="$acl_save_libdir"
13602 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
13603 done
13606 if test "X$ltrpathdirs" != "X"; then
13607 for found_dir in $ltrpathdirs; do
13608 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
13609 done
13618 am_save_CPPFLAGS="$CPPFLAGS"
13620 for element in $INCICONV; do
13621 haveit=
13622 for x in $CPPFLAGS; do
13624 acl_save_prefix="$prefix"
13625 prefix="$acl_final_prefix"
13626 acl_save_exec_prefix="$exec_prefix"
13627 exec_prefix="$acl_final_exec_prefix"
13628 eval x=\"$x\"
13629 exec_prefix="$acl_save_exec_prefix"
13630 prefix="$acl_save_prefix"
13632 if test "X$x" = "X$element"; then
13633 haveit=yes
13634 break
13636 done
13637 if test -z "$haveit"; then
13638 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
13640 done
13643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
13644 $as_echo_n "checking for iconv... " >&6; }
13645 if test "${am_cv_func_iconv+set}" = set; then :
13646 $as_echo_n "(cached) " >&6
13647 else
13649 am_cv_func_iconv="no, consider installing GNU libiconv"
13650 am_cv_lib_iconv=no
13651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13652 /* end confdefs.h. */
13653 #include <stdlib.h>
13654 #include <iconv.h>
13656 main ()
13658 iconv_t cd = iconv_open("","");
13659 iconv(cd,NULL,NULL,NULL,NULL);
13660 iconv_close(cd);
13662 return 0;
13664 _ACEOF
13665 if ac_fn_c_try_link "$LINENO"; then :
13666 am_cv_func_iconv=yes
13668 rm -f core conftest.err conftest.$ac_objext \
13669 conftest$ac_exeext conftest.$ac_ext
13670 if test "$am_cv_func_iconv" != yes; then
13671 am_save_LIBS="$LIBS"
13672 LIBS="$LIBS $LIBICONV"
13673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13674 /* end confdefs.h. */
13675 #include <stdlib.h>
13676 #include <iconv.h>
13678 main ()
13680 iconv_t cd = iconv_open("","");
13681 iconv(cd,NULL,NULL,NULL,NULL);
13682 iconv_close(cd);
13684 return 0;
13686 _ACEOF
13687 if ac_fn_c_try_link "$LINENO"; then :
13688 am_cv_lib_iconv=yes
13689 am_cv_func_iconv=yes
13691 rm -f core conftest.err conftest.$ac_objext \
13692 conftest$ac_exeext conftest.$ac_ext
13693 LIBS="$am_save_LIBS"
13697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
13698 $as_echo "$am_cv_func_iconv" >&6; }
13699 if test "$am_cv_func_iconv" = yes; then
13701 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
13704 if test "$am_cv_lib_iconv" = yes; then
13705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
13706 $as_echo_n "checking how to link with libiconv... " >&6; }
13707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
13708 $as_echo "$LIBICONV" >&6; }
13709 else
13710 CPPFLAGS="$am_save_CPPFLAGS"
13711 LIBICONV=
13712 LTLIBICONV=
13717 if test "$am_cv_func_iconv" = yes; then
13718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
13719 $as_echo_n "checking for iconv declaration... " >&6; }
13720 if test "${am_cv_proto_iconv+set}" = set; then :
13721 $as_echo_n "(cached) " >&6
13722 else
13724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13725 /* end confdefs.h. */
13727 #include <stdlib.h>
13728 #include <iconv.h>
13729 extern
13730 #ifdef __cplusplus
13732 #endif
13733 #if defined(__STDC__) || defined(__cplusplus)
13734 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
13735 #else
13736 size_t iconv();
13737 #endif
13740 main ()
13744 return 0;
13746 _ACEOF
13747 if ac_fn_c_try_compile "$LINENO"; then :
13748 am_cv_proto_iconv_arg1=""
13749 else
13750 am_cv_proto_iconv_arg1="const"
13752 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13753 am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
13756 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
13757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
13758 }$am_cv_proto_iconv" >&5
13759 $as_echo "${ac_t:-
13760 }$am_cv_proto_iconv" >&6; }
13762 cat >>confdefs.h <<_ACEOF
13763 #define ICONV_CONST $am_cv_proto_iconv_arg1
13764 _ACEOF
13769 all_targets=false
13770 BUILD_NLMCONV=
13771 NLMCONV_DEFS=
13772 BUILD_SRCONV=
13773 BUILD_DLLTOOL=
13774 DLLTOOL_DEFS=
13775 DLLTOOL_DEFAULT=
13776 BUILD_WINDRES=
13777 BUILD_WINDMC=
13778 BUILD_DLLWRAP=
13779 BUILD_MISC=
13780 BUILD_INSTALL_MISC=
13781 OBJDUMP_DEFS=
13783 for targ in $target $canon_targets
13785 if test "x$targ" = "xall"; then
13786 all_targets=true
13787 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
13788 BUILD_SRCONV='$(SRCONV_PROG)'
13789 NLMCONV_DEFS="-DNLMCONV_I386 -DNLMCONV_ALPHA -DNLMCONV_POWERPC -DNLMCONV_SPARC"
13790 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
13791 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13792 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13793 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
13794 if test -z "$DLLTOOL_DEFAULT"; then
13795 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
13797 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
13798 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
13799 else
13800 case $targ in
13801 i[3-7]86*-*-netware*)
13802 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
13803 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_I386"
13805 alpha*-*-netware*)
13806 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
13807 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_ALPHA"
13809 powerpc*-*-netware*)
13810 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
13811 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_POWERPC"
13813 sparc*-*-netware*)
13814 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
13815 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_SPARC"
13817 esac
13818 case $targ in
13819 *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
13820 esac
13821 case $targ in
13822 arm-epoc-pe*)
13823 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
13824 if test -z "$DLLTOOL_DEFAULT"; then
13825 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_EPOC"
13827 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_EPOC -DDLLTOOL_ARM"
13828 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13829 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13831 arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
13832 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
13833 if test -z "$DLLTOOL_DEFAULT"; then
13834 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
13836 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
13837 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13838 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13840 arm-*-pe*)
13841 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
13842 if test -z "$DLLTOOL_DEFAULT"; then
13843 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
13845 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
13846 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13847 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13849 thumb-*-pe*)
13850 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
13851 if test -z "$DLLTOOL_DEFAULT"; then
13852 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
13854 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
13855 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13856 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13858 x86_64-*-mingw*)
13859 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
13860 if test -z "$DLLTOOL_DEFAULT"; then
13861 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
13863 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
13864 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13865 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13866 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
13868 i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
13869 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
13870 if test -z "$DLLTOOL_DEFAULT"; then
13871 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
13873 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
13874 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13875 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13876 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
13878 i[3-7]86-*-interix)
13879 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
13880 if test -z "$DLLTOOL_DEFAULT"; then
13881 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
13883 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
13885 powerpc*-aix5.[01])
13887 powerpc*-aix[5-9].*)
13888 OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
13890 powerpc*-*-pe* | powerpc*-*-cygwin*)
13891 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
13892 if test -z "$DLLTOOL_DEFAULT"; then
13893 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_PPC"
13895 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_PPC"
13896 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13897 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13899 powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
13900 BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
13902 sh*-*-pe)
13903 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
13904 if test -z "$DLLTOOL_DEFAULT"; then
13905 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
13907 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
13908 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13909 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13911 spu-*-*)
13912 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
13914 mips*-*-pe)
13915 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
13916 if test -z "$DLLTOOL_DEFAULT"; then
13917 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
13919 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
13920 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13921 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13923 mcore-*-pe)
13924 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
13925 if test -z "$DLLTOOL_DEFAULT"; then
13926 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
13928 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
13929 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13930 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13932 mcore-*-elf)
13933 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
13934 if test -z "$DLLTOOL_DEFAULT"; then
13935 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
13937 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
13939 mep-*)
13940 OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
13942 esac
13944 done
13946 DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
13948 if test "${with_windres+set}" = set; then
13949 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13952 if test "${with_windmc+set}" = set; then
13953 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13969 cat >>confdefs.h <<_ACEOF
13970 #define TARGET "${target}"
13971 _ACEOF
13974 targ=$target
13975 . $srcdir/../bfd/config.bfd
13976 if test "x$targ_underscore" = "xyes"; then
13977 UNDERSCORE=1
13978 else
13979 UNDERSCORE=0
13982 cat >>confdefs.h <<_ACEOF
13983 #define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
13984 _ACEOF
13987 # Emulation
13988 targ=$target
13989 . ${srcdir}/configure.tgt
13990 EMULATION=$targ_emul
13991 EMULATION_VECTOR=$targ_emul_vector
13996 # Required for html and install-html
14002 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
14004 cat >confcache <<\_ACEOF
14005 # This file is a shell script that caches the results of configure
14006 # tests run on this system so they can be shared between configure
14007 # scripts and configure runs, see configure's option --config-cache.
14008 # It is not useful on other systems. If it contains results you don't
14009 # want to keep, you may remove or edit it.
14011 # config.status only pays attention to the cache file if you give it
14012 # the --recheck option to rerun configure.
14014 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14015 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14016 # following values.
14018 _ACEOF
14020 # The following way of writing the cache mishandles newlines in values,
14021 # but we know of no workaround that is simple, portable, and efficient.
14022 # So, we kill variables containing newlines.
14023 # Ultrix sh set writes to stderr and can't be redirected directly,
14024 # and sets the high bit in the cache file unless we assign to the vars.
14026 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14027 eval ac_val=\$$ac_var
14028 case $ac_val in #(
14029 *${as_nl}*)
14030 case $ac_var in #(
14031 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14032 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14033 esac
14034 case $ac_var in #(
14035 _ | IFS | as_nl) ;; #(
14036 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14037 *) { eval $ac_var=; unset $ac_var;} ;;
14038 esac ;;
14039 esac
14040 done
14042 (set) 2>&1 |
14043 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14044 *${as_nl}ac_space=\ *)
14045 # `set' does not quote correctly, so add quotes: double-quote
14046 # substitution turns \\\\ into \\, and sed turns \\ into \.
14047 sed -n \
14048 "s/'/'\\\\''/g;
14049 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14050 ;; #(
14052 # `set' quotes correctly as required by POSIX, so do not add quotes.
14053 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14055 esac |
14056 sort
14058 sed '
14059 /^ac_cv_env_/b end
14060 t clear
14061 :clear
14062 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14063 t end
14064 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14065 :end' >>confcache
14066 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14067 if test -w "$cache_file"; then
14068 test "x$cache_file" != "x/dev/null" &&
14069 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14070 $as_echo "$as_me: updating cache $cache_file" >&6;}
14071 cat confcache >$cache_file
14072 else
14073 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14074 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14077 rm -f confcache
14079 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14080 # Let make expand exec_prefix.
14081 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14083 DEFS=-DHAVE_CONFIG_H
14085 ac_libobjs=
14086 ac_ltlibobjs=
14087 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14088 # 1. Remove the extension, and $U if already installed.
14089 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14090 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14091 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14092 # will be set to the directory where LIBOBJS objects are built.
14093 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14094 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14095 done
14096 LIBOBJS=$ac_libobjs
14098 LTLIBOBJS=$ac_ltlibobjs
14101 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14102 as_fn_error "conditional \"AMDEP\" was never defined.
14103 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14105 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14106 as_fn_error "conditional \"am__fastdepCC\" was never defined.
14107 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14109 if test -n "$EXEEXT"; then
14110 am__EXEEXT_TRUE=
14111 am__EXEEXT_FALSE='#'
14112 else
14113 am__EXEEXT_TRUE='#'
14114 am__EXEEXT_FALSE=
14117 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14118 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14119 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14121 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
14122 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
14123 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14126 : ${CONFIG_STATUS=./config.status}
14127 ac_write_fail=0
14128 ac_clean_files_save=$ac_clean_files
14129 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14130 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14131 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14132 as_write_fail=0
14133 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14134 #! $SHELL
14135 # Generated by $as_me.
14136 # Run this file to recreate the current configuration.
14137 # Compiler output produced by configure, useful for debugging
14138 # configure, is in config.log if it exists.
14140 debug=false
14141 ac_cs_recheck=false
14142 ac_cs_silent=false
14144 SHELL=\${CONFIG_SHELL-$SHELL}
14145 export SHELL
14146 _ASEOF
14147 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14148 ## -------------------- ##
14149 ## M4sh Initialization. ##
14150 ## -------------------- ##
14152 # Be more Bourne compatible
14153 DUALCASE=1; export DUALCASE # for MKS sh
14154 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14155 emulate sh
14156 NULLCMD=:
14157 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14158 # is contrary to our usage. Disable this feature.
14159 alias -g '${1+"$@"}'='"$@"'
14160 setopt NO_GLOB_SUBST
14161 else
14162 case `(set -o) 2>/dev/null` in #(
14163 *posix*) :
14164 set -o posix ;; #(
14165 *) :
14167 esac
14171 as_nl='
14173 export as_nl
14174 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14175 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14176 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14177 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14178 # Prefer a ksh shell builtin over an external printf program on Solaris,
14179 # but without wasting forks for bash or zsh.
14180 if test -z "$BASH_VERSION$ZSH_VERSION" \
14181 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14182 as_echo='print -r --'
14183 as_echo_n='print -rn --'
14184 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14185 as_echo='printf %s\n'
14186 as_echo_n='printf %s'
14187 else
14188 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14189 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14190 as_echo_n='/usr/ucb/echo -n'
14191 else
14192 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14193 as_echo_n_body='eval
14194 arg=$1;
14195 case $arg in #(
14196 *"$as_nl"*)
14197 expr "X$arg" : "X\\(.*\\)$as_nl";
14198 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14199 esac;
14200 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14202 export as_echo_n_body
14203 as_echo_n='sh -c $as_echo_n_body as_echo'
14205 export as_echo_body
14206 as_echo='sh -c $as_echo_body as_echo'
14209 # The user is always right.
14210 if test "${PATH_SEPARATOR+set}" != set; then
14211 PATH_SEPARATOR=:
14212 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14213 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14214 PATH_SEPARATOR=';'
14219 # IFS
14220 # We need space, tab and new line, in precisely that order. Quoting is
14221 # there to prevent editors from complaining about space-tab.
14222 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14223 # splitting by setting IFS to empty value.)
14224 IFS=" "" $as_nl"
14226 # Find who we are. Look in the path if we contain no directory separator.
14227 case $0 in #((
14228 *[\\/]* ) as_myself=$0 ;;
14229 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14230 for as_dir in $PATH
14232 IFS=$as_save_IFS
14233 test -z "$as_dir" && as_dir=.
14234 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14235 done
14236 IFS=$as_save_IFS
14239 esac
14240 # We did not find ourselves, most probably we were run as `sh COMMAND'
14241 # in which case we are not to be found in the path.
14242 if test "x$as_myself" = x; then
14243 as_myself=$0
14245 if test ! -f "$as_myself"; then
14246 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14247 exit 1
14250 # Unset variables that we do not need and which cause bugs (e.g. in
14251 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14252 # suppresses any "Segmentation fault" message there. '((' could
14253 # trigger a bug in pdksh 5.2.14.
14254 for as_var in BASH_ENV ENV MAIL MAILPATH
14255 do eval test x\${$as_var+set} = xset \
14256 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14257 done
14258 PS1='$ '
14259 PS2='> '
14260 PS4='+ '
14262 # NLS nuisances.
14263 LC_ALL=C
14264 export LC_ALL
14265 LANGUAGE=C
14266 export LANGUAGE
14268 # CDPATH.
14269 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14272 # as_fn_error ERROR [LINENO LOG_FD]
14273 # ---------------------------------
14274 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14275 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14276 # script with status $?, using 1 if that was 0.
14277 as_fn_error ()
14279 as_status=$?; test $as_status -eq 0 && as_status=1
14280 if test "$3"; then
14281 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14282 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14284 $as_echo "$as_me: error: $1" >&2
14285 as_fn_exit $as_status
14286 } # as_fn_error
14289 # as_fn_set_status STATUS
14290 # -----------------------
14291 # Set $? to STATUS, without forking.
14292 as_fn_set_status ()
14294 return $1
14295 } # as_fn_set_status
14297 # as_fn_exit STATUS
14298 # -----------------
14299 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14300 as_fn_exit ()
14302 set +e
14303 as_fn_set_status $1
14304 exit $1
14305 } # as_fn_exit
14307 # as_fn_unset VAR
14308 # ---------------
14309 # Portably unset VAR.
14310 as_fn_unset ()
14312 { eval $1=; unset $1;}
14314 as_unset=as_fn_unset
14315 # as_fn_append VAR VALUE
14316 # ----------------------
14317 # Append the text in VALUE to the end of the definition contained in VAR. Take
14318 # advantage of any shell optimizations that allow amortized linear growth over
14319 # repeated appends, instead of the typical quadratic growth present in naive
14320 # implementations.
14321 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14322 eval 'as_fn_append ()
14324 eval $1+=\$2
14326 else
14327 as_fn_append ()
14329 eval $1=\$$1\$2
14331 fi # as_fn_append
14333 # as_fn_arith ARG...
14334 # ------------------
14335 # Perform arithmetic evaluation on the ARGs, and store the result in the
14336 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14337 # must be portable across $(()) and expr.
14338 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14339 eval 'as_fn_arith ()
14341 as_val=$(( $* ))
14343 else
14344 as_fn_arith ()
14346 as_val=`expr "$@" || test $? -eq 1`
14348 fi # as_fn_arith
14351 if expr a : '\(a\)' >/dev/null 2>&1 &&
14352 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14353 as_expr=expr
14354 else
14355 as_expr=false
14358 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14359 as_basename=basename
14360 else
14361 as_basename=false
14364 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14365 as_dirname=dirname
14366 else
14367 as_dirname=false
14370 as_me=`$as_basename -- "$0" ||
14371 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14372 X"$0" : 'X\(//\)$' \| \
14373 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14374 $as_echo X/"$0" |
14375 sed '/^.*\/\([^/][^/]*\)\/*$/{
14376 s//\1/
14379 /^X\/\(\/\/\)$/{
14380 s//\1/
14383 /^X\/\(\/\).*/{
14384 s//\1/
14387 s/.*/./; q'`
14389 # Avoid depending upon Character Ranges.
14390 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14391 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14392 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14393 as_cr_digits='0123456789'
14394 as_cr_alnum=$as_cr_Letters$as_cr_digits
14396 ECHO_C= ECHO_N= ECHO_T=
14397 case `echo -n x` in #(((((
14398 -n*)
14399 case `echo 'xy\c'` in
14400 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14401 xy) ECHO_C='\c';;
14402 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14403 ECHO_T=' ';;
14404 esac;;
14406 ECHO_N='-n';;
14407 esac
14409 rm -f conf$$ conf$$.exe conf$$.file
14410 if test -d conf$$.dir; then
14411 rm -f conf$$.dir/conf$$.file
14412 else
14413 rm -f conf$$.dir
14414 mkdir conf$$.dir 2>/dev/null
14416 if (echo >conf$$.file) 2>/dev/null; then
14417 if ln -s conf$$.file conf$$ 2>/dev/null; then
14418 as_ln_s='ln -s'
14419 # ... but there are two gotchas:
14420 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14421 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14422 # In both cases, we have to default to `cp -p'.
14423 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14424 as_ln_s='cp -p'
14425 elif ln conf$$.file conf$$ 2>/dev/null; then
14426 as_ln_s=ln
14427 else
14428 as_ln_s='cp -p'
14430 else
14431 as_ln_s='cp -p'
14433 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14434 rmdir conf$$.dir 2>/dev/null
14437 # as_fn_mkdir_p
14438 # -------------
14439 # Create "$as_dir" as a directory, including parents if necessary.
14440 as_fn_mkdir_p ()
14443 case $as_dir in #(
14444 -*) as_dir=./$as_dir;;
14445 esac
14446 test -d "$as_dir" || eval $as_mkdir_p || {
14447 as_dirs=
14448 while :; do
14449 case $as_dir in #(
14450 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14451 *) as_qdir=$as_dir;;
14452 esac
14453 as_dirs="'$as_qdir' $as_dirs"
14454 as_dir=`$as_dirname -- "$as_dir" ||
14455 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14456 X"$as_dir" : 'X\(//\)[^/]' \| \
14457 X"$as_dir" : 'X\(//\)$' \| \
14458 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14459 $as_echo X"$as_dir" |
14460 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14461 s//\1/
14464 /^X\(\/\/\)[^/].*/{
14465 s//\1/
14468 /^X\(\/\/\)$/{
14469 s//\1/
14472 /^X\(\/\).*/{
14473 s//\1/
14476 s/.*/./; q'`
14477 test -d "$as_dir" && break
14478 done
14479 test -z "$as_dirs" || eval "mkdir $as_dirs"
14480 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14483 } # as_fn_mkdir_p
14484 if mkdir -p . 2>/dev/null; then
14485 as_mkdir_p='mkdir -p "$as_dir"'
14486 else
14487 test -d ./-p && rmdir ./-p
14488 as_mkdir_p=false
14491 if test -x / >/dev/null 2>&1; then
14492 as_test_x='test -x'
14493 else
14494 if ls -dL / >/dev/null 2>&1; then
14495 as_ls_L_option=L
14496 else
14497 as_ls_L_option=
14499 as_test_x='
14500 eval sh -c '\''
14501 if test -d "$1"; then
14502 test -d "$1/.";
14503 else
14504 case $1 in #(
14505 -*)set "./$1";;
14506 esac;
14507 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14508 ???[sx]*):;;*)false;;esac;fi
14509 '\'' sh
14512 as_executable_p=$as_test_x
14514 # Sed expression to map a string onto a valid CPP name.
14515 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14517 # Sed expression to map a string onto a valid variable name.
14518 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14521 exec 6>&1
14522 ## ----------------------------------- ##
14523 ## Main body of $CONFIG_STATUS script. ##
14524 ## ----------------------------------- ##
14525 _ASEOF
14526 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14528 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14529 # Save the log message, to keep $0 and so on meaningful, and to
14530 # report actual input values of CONFIG_FILES etc. instead of their
14531 # values after options handling.
14532 ac_log="
14533 This file was extended by $as_me, which was
14534 generated by GNU Autoconf 2.64. Invocation command line was
14536 CONFIG_FILES = $CONFIG_FILES
14537 CONFIG_HEADERS = $CONFIG_HEADERS
14538 CONFIG_LINKS = $CONFIG_LINKS
14539 CONFIG_COMMANDS = $CONFIG_COMMANDS
14540 $ $0 $@
14542 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14545 _ACEOF
14547 case $ac_config_files in *"
14548 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14549 esac
14551 case $ac_config_headers in *"
14552 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14553 esac
14556 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14557 # Files that config.status was made for.
14558 config_files="$ac_config_files"
14559 config_headers="$ac_config_headers"
14560 config_commands="$ac_config_commands"
14562 _ACEOF
14564 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14565 ac_cs_usage="\
14566 \`$as_me' instantiates files and other configuration actions
14567 from templates according to the current configuration. Unless the files
14568 and actions are specified as TAGs, all are instantiated by default.
14570 Usage: $0 [OPTION]... [TAG]...
14572 -h, --help print this help, then exit
14573 -V, --version print version number and configuration settings, then exit
14574 -q, --quiet, --silent
14575 do not print progress messages
14576 -d, --debug don't remove temporary files
14577 --recheck update $as_me by reconfiguring in the same conditions
14578 --file=FILE[:TEMPLATE]
14579 instantiate the configuration file FILE
14580 --header=FILE[:TEMPLATE]
14581 instantiate the configuration header FILE
14583 Configuration files:
14584 $config_files
14586 Configuration headers:
14587 $config_headers
14589 Configuration commands:
14590 $config_commands
14592 Report bugs to the package provider."
14594 _ACEOF
14595 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14596 ac_cs_version="\\
14597 config.status
14598 configured by $0, generated by GNU Autoconf 2.64,
14599 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14601 Copyright (C) 2009 Free Software Foundation, Inc.
14602 This config.status script is free software; the Free Software Foundation
14603 gives unlimited permission to copy, distribute and modify it."
14605 ac_pwd='$ac_pwd'
14606 srcdir='$srcdir'
14607 INSTALL='$INSTALL'
14608 MKDIR_P='$MKDIR_P'
14609 AWK='$AWK'
14610 test -n "\$AWK" || AWK=awk
14611 _ACEOF
14613 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14614 # The default lists apply if the user does not specify any file.
14615 ac_need_defaults=:
14616 while test $# != 0
14618 case $1 in
14619 --*=*)
14620 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14621 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14622 ac_shift=:
14625 ac_option=$1
14626 ac_optarg=$2
14627 ac_shift=shift
14629 esac
14631 case $ac_option in
14632 # Handling of the options.
14633 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14634 ac_cs_recheck=: ;;
14635 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14636 $as_echo "$ac_cs_version"; exit ;;
14637 --debug | --debu | --deb | --de | --d | -d )
14638 debug=: ;;
14639 --file | --fil | --fi | --f )
14640 $ac_shift
14641 case $ac_optarg in
14642 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14643 esac
14644 as_fn_append CONFIG_FILES " '$ac_optarg'"
14645 ac_need_defaults=false;;
14646 --header | --heade | --head | --hea )
14647 $ac_shift
14648 case $ac_optarg in
14649 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14650 esac
14651 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14652 ac_need_defaults=false;;
14653 --he | --h)
14654 # Conflict between --help and --header
14655 as_fn_error "ambiguous option: \`$1'
14656 Try \`$0 --help' for more information.";;
14657 --help | --hel | -h )
14658 $as_echo "$ac_cs_usage"; exit ;;
14659 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14660 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14661 ac_cs_silent=: ;;
14663 # This is an error.
14664 -*) as_fn_error "unrecognized option: \`$1'
14665 Try \`$0 --help' for more information." ;;
14667 *) as_fn_append ac_config_targets " $1"
14668 ac_need_defaults=false ;;
14670 esac
14671 shift
14672 done
14674 ac_configure_extra_args=
14676 if $ac_cs_silent; then
14677 exec 6>/dev/null
14678 ac_configure_extra_args="$ac_configure_extra_args --silent"
14681 _ACEOF
14682 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14683 if \$ac_cs_recheck; then
14684 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14685 shift
14686 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14687 CONFIG_SHELL='$SHELL'
14688 export CONFIG_SHELL
14689 exec "\$@"
14692 _ACEOF
14693 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14694 exec 5>>config.log
14696 echo
14697 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14698 ## Running $as_me. ##
14699 _ASBOX
14700 $as_echo "$ac_log"
14701 } >&5
14703 _ACEOF
14704 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14706 # INIT-COMMANDS
14708 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
14711 # The HP-UX ksh and POSIX shell print the target directory to stdout
14712 # if CDPATH is set.
14713 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14715 sed_quote_subst='$sed_quote_subst'
14716 double_quote_subst='$double_quote_subst'
14717 delay_variable_subst='$delay_variable_subst'
14718 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14719 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14720 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14721 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14722 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14723 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14724 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14725 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14726 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14727 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14728 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14729 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14730 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14731 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14732 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14733 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14734 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14735 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14736 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14737 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14738 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14739 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14740 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14741 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14742 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14743 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14744 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14745 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14746 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14747 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14748 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14749 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14750 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14751 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14752 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14753 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14754 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14755 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14756 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14757 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14758 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14759 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14760 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14761 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14762 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14763 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14764 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14765 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14766 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"`'
14767 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14768 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14769 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14770 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14771 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14772 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14773 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14774 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14775 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14776 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14777 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14778 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14779 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14780 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14781 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14782 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14783 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14784 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14785 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14786 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14787 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14788 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14789 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14790 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14791 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14792 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14793 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14794 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14795 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14796 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14797 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14798 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14799 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14800 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14801 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14802 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14803 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14804 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14805 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14806 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14807 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14808 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14809 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14810 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14811 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14812 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14813 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14814 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14815 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14816 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14817 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14818 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14819 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14820 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14821 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14822 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14823 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14824 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14825 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14826 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14827 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14828 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14829 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14830 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14831 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14832 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14833 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14834 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14835 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14836 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14837 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14839 LTCC='$LTCC'
14840 LTCFLAGS='$LTCFLAGS'
14841 compiler='$compiler_DEFAULT'
14843 # A function that is used when there is no print builtin or printf.
14844 func_fallback_echo ()
14846 eval 'cat <<_LTECHO_EOF
14848 _LTECHO_EOF'
14851 # Quote evaled strings.
14852 for var in SHELL \
14853 ECHO \
14854 SED \
14855 GREP \
14856 EGREP \
14857 FGREP \
14858 LD \
14859 NM \
14860 LN_S \
14861 lt_SP2NL \
14862 lt_NL2SP \
14863 reload_flag \
14864 OBJDUMP \
14865 deplibs_check_method \
14866 file_magic_cmd \
14867 AR \
14868 AR_FLAGS \
14869 STRIP \
14870 RANLIB \
14871 CC \
14872 CFLAGS \
14873 compiler \
14874 lt_cv_sys_global_symbol_pipe \
14875 lt_cv_sys_global_symbol_to_cdecl \
14876 lt_cv_sys_global_symbol_to_c_name_address \
14877 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14878 lt_prog_compiler_no_builtin_flag \
14879 lt_prog_compiler_wl \
14880 lt_prog_compiler_pic \
14881 lt_prog_compiler_static \
14882 lt_cv_prog_compiler_c_o \
14883 need_locks \
14884 DSYMUTIL \
14885 NMEDIT \
14886 LIPO \
14887 OTOOL \
14888 OTOOL64 \
14889 shrext_cmds \
14890 export_dynamic_flag_spec \
14891 whole_archive_flag_spec \
14892 compiler_needs_object \
14893 with_gnu_ld \
14894 allow_undefined_flag \
14895 no_undefined_flag \
14896 hardcode_libdir_flag_spec \
14897 hardcode_libdir_flag_spec_ld \
14898 hardcode_libdir_separator \
14899 fix_srcfile_path \
14900 exclude_expsyms \
14901 include_expsyms \
14902 file_list_spec \
14903 variables_saved_for_relink \
14904 libname_spec \
14905 library_names_spec \
14906 soname_spec \
14907 install_override_mode \
14908 finish_eval \
14909 old_striplib \
14910 striplib; do
14911 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14912 *[\\\\\\\`\\"\\\$]*)
14913 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14916 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14918 esac
14919 done
14921 # Double-quote double-evaled strings.
14922 for var in reload_cmds \
14923 old_postinstall_cmds \
14924 old_postuninstall_cmds \
14925 old_archive_cmds \
14926 extract_expsyms_cmds \
14927 old_archive_from_new_cmds \
14928 old_archive_from_expsyms_cmds \
14929 archive_cmds \
14930 archive_expsym_cmds \
14931 module_cmds \
14932 module_expsym_cmds \
14933 export_symbols_cmds \
14934 prelink_cmds \
14935 postinstall_cmds \
14936 postuninstall_cmds \
14937 finish_cmds \
14938 sys_lib_search_path_spec \
14939 sys_lib_dlsearch_path_spec; do
14940 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14941 *[\\\\\\\`\\"\\\$]*)
14942 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14945 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14947 esac
14948 done
14950 ac_aux_dir='$ac_aux_dir'
14951 xsi_shell='$xsi_shell'
14952 lt_shell_append='$lt_shell_append'
14954 # See if we are running on zsh, and set the options which allow our
14955 # commands through without removal of \ escapes INIT.
14956 if test -n "\${ZSH_VERSION+set}" ; then
14957 setopt NO_GLOB_SUBST
14961 PACKAGE='$PACKAGE'
14962 VERSION='$VERSION'
14963 TIMESTAMP='$TIMESTAMP'
14964 RM='$RM'
14965 ofile='$ofile'
14969 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
14970 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
14971 # from automake.
14972 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
14973 # Capture the value of LINGUAS because we need it to compute CATALOGS.
14974 LINGUAS="${LINGUAS-%UNSET%}"
14977 _ACEOF
14979 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14981 # Handling of arguments.
14982 for ac_config_target in $ac_config_targets
14984 case $ac_config_target in
14985 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
14986 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14987 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14988 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
14989 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14990 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
14991 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
14993 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14994 esac
14995 done
14998 # If the user did not use the arguments to specify the items to instantiate,
14999 # then the envvar interface is used. Set only those that are not.
15000 # We use the long form for the default assignment because of an extremely
15001 # bizarre bug on SunOS 4.1.3.
15002 if $ac_need_defaults; then
15003 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15004 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15005 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15008 # Have a temporary directory for convenience. Make it in the build tree
15009 # simply because there is no reason against having it here, and in addition,
15010 # creating and moving files from /tmp can sometimes cause problems.
15011 # Hook for its removal unless debugging.
15012 # Note that there is a small window in which the directory will not be cleaned:
15013 # after its creation but before its name has been assigned to `$tmp'.
15014 $debug ||
15016 tmp=
15017 trap 'exit_status=$?
15018 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15020 trap 'as_fn_exit 1' 1 2 13 15
15022 # Create a (secure) tmp directory for tmp files.
15025 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15026 test -n "$tmp" && test -d "$tmp"
15027 } ||
15029 tmp=./conf$$-$RANDOM
15030 (umask 077 && mkdir "$tmp")
15031 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15033 # Set up the scripts for CONFIG_FILES section.
15034 # No need to generate them if there are no CONFIG_FILES.
15035 # This happens for instance with `./config.status config.h'.
15036 if test -n "$CONFIG_FILES"; then
15039 ac_cr=`echo X | tr X '\015'`
15040 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15041 # But we know of no other shell where ac_cr would be empty at this
15042 # point, so we can use a bashism as a fallback.
15043 if test "x$ac_cr" = x; then
15044 eval ac_cr=\$\'\\r\'
15046 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15047 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15048 ac_cs_awk_cr='\r'
15049 else
15050 ac_cs_awk_cr=$ac_cr
15053 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15054 _ACEOF
15058 echo "cat >conf$$subs.awk <<_ACEOF" &&
15059 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15060 echo "_ACEOF"
15061 } >conf$$subs.sh ||
15062 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15063 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15064 ac_delim='%!_!# '
15065 for ac_last_try in false false false false false :; do
15066 . ./conf$$subs.sh ||
15067 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15069 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15070 if test $ac_delim_n = $ac_delim_num; then
15071 break
15072 elif $ac_last_try; then
15073 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15074 else
15075 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15077 done
15078 rm -f conf$$subs.sh
15080 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15081 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15082 _ACEOF
15083 sed -n '
15085 s/^/S["/; s/!.*/"]=/
15088 s/^[^!]*!//
15089 :repl
15090 t repl
15091 s/'"$ac_delim"'$//
15092 t delim
15095 s/\(.\{148\}\).*/\1/
15096 t more1
15097 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15100 b repl
15101 :more1
15102 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15105 s/.\{148\}//
15106 t nl
15107 :delim
15109 s/\(.\{148\}\).*/\1/
15110 t more2
15111 s/["\\]/\\&/g; s/^/"/; s/$/"/
15114 :more2
15115 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15118 s/.\{148\}//
15119 t delim
15120 ' <conf$$subs.awk | sed '
15121 /^[^""]/{
15123 s/\n//
15125 ' >>$CONFIG_STATUS || ac_write_fail=1
15126 rm -f conf$$subs.awk
15127 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15128 _ACAWK
15129 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15130 for (key in S) S_is_set[key] = 1
15131 FS = "\a"
15135 line = $ 0
15136 nfields = split(line, field, "@")
15137 substed = 0
15138 len = length(field[1])
15139 for (i = 2; i < nfields; i++) {
15140 key = field[i]
15141 keylen = length(key)
15142 if (S_is_set[key]) {
15143 value = S[key]
15144 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15145 len += length(value) + length(field[++i])
15146 substed = 1
15147 } else
15148 len += 1 + keylen
15151 print line
15154 _ACAWK
15155 _ACEOF
15156 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15157 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15158 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15159 else
15161 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15162 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15163 _ACEOF
15165 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15166 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15167 # trailing colons and then remove the whole line if VPATH becomes empty
15168 # (actually we leave an empty line to preserve line numbers).
15169 if test "x$srcdir" = x.; then
15170 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15171 s/:*\$(srcdir):*/:/
15172 s/:*\${srcdir}:*/:/
15173 s/:*@srcdir@:*/:/
15174 s/^\([^=]*=[ ]*\):*/\1/
15175 s/:*$//
15176 s/^[^=]*=[ ]*$//
15180 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15181 fi # test -n "$CONFIG_FILES"
15183 # Set up the scripts for CONFIG_HEADERS section.
15184 # No need to generate them if there are no CONFIG_HEADERS.
15185 # This happens for instance with `./config.status Makefile'.
15186 if test -n "$CONFIG_HEADERS"; then
15187 cat >"$tmp/defines.awk" <<\_ACAWK ||
15188 BEGIN {
15189 _ACEOF
15191 # Transform confdefs.h into an awk script `defines.awk', embedded as
15192 # here-document in config.status, that substitutes the proper values into
15193 # config.h.in to produce config.h.
15195 # Create a delimiter string that does not exist in confdefs.h, to ease
15196 # handling of long lines.
15197 ac_delim='%!_!# '
15198 for ac_last_try in false false :; do
15199 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15200 if test -z "$ac_t"; then
15201 break
15202 elif $ac_last_try; then
15203 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15204 else
15205 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15207 done
15209 # For the awk script, D is an array of macro values keyed by name,
15210 # likewise P contains macro parameters if any. Preserve backslash
15211 # newline sequences.
15213 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15214 sed -n '
15215 s/.\{148\}/&'"$ac_delim"'/g
15216 t rset
15217 :rset
15218 s/^[ ]*#[ ]*define[ ][ ]*/ /
15219 t def
15221 :def
15222 s/\\$//
15223 t bsnl
15224 s/["\\]/\\&/g
15225 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15226 D["\1"]=" \3"/p
15227 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15229 :bsnl
15230 s/["\\]/\\&/g
15231 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15232 D["\1"]=" \3\\\\\\n"\\/p
15233 t cont
15234 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15235 t cont
15237 :cont
15239 s/.\{148\}/&'"$ac_delim"'/g
15240 t clear
15241 :clear
15242 s/\\$//
15243 t bsnlc
15244 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15246 :bsnlc
15247 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15248 b cont
15249 ' <confdefs.h | sed '
15250 s/'"$ac_delim"'/"\\\
15251 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15253 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15254 for (key in D) D_is_set[key] = 1
15255 FS = "\a"
15257 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15258 line = \$ 0
15259 split(line, arg, " ")
15260 if (arg[1] == "#") {
15261 defundef = arg[2]
15262 mac1 = arg[3]
15263 } else {
15264 defundef = substr(arg[1], 2)
15265 mac1 = arg[2]
15267 split(mac1, mac2, "(") #)
15268 macro = mac2[1]
15269 prefix = substr(line, 1, index(line, defundef) - 1)
15270 if (D_is_set[macro]) {
15271 # Preserve the white space surrounding the "#".
15272 print prefix "define", macro P[macro] D[macro]
15273 next
15274 } else {
15275 # Replace #undef with comments. This is necessary, for example,
15276 # in the case of _POSIX_SOURCE, which is predefined and required
15277 # on some systems where configure will not decide to define it.
15278 if (defundef == "undef") {
15279 print "/*", prefix defundef, macro, "*/"
15280 next
15284 { print }
15285 _ACAWK
15286 _ACEOF
15287 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15288 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15289 fi # test -n "$CONFIG_HEADERS"
15292 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15293 shift
15294 for ac_tag
15296 case $ac_tag in
15297 :[FHLC]) ac_mode=$ac_tag; continue;;
15298 esac
15299 case $ac_mode$ac_tag in
15300 :[FHL]*:*);;
15301 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15302 :[FH]-) ac_tag=-:-;;
15303 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15304 esac
15305 ac_save_IFS=$IFS
15306 IFS=:
15307 set x $ac_tag
15308 IFS=$ac_save_IFS
15309 shift
15310 ac_file=$1
15311 shift
15313 case $ac_mode in
15314 :L) ac_source=$1;;
15315 :[FH])
15316 ac_file_inputs=
15317 for ac_f
15319 case $ac_f in
15320 -) ac_f="$tmp/stdin";;
15321 *) # Look for the file first in the build tree, then in the source tree
15322 # (if the path is not absolute). The absolute path cannot be DOS-style,
15323 # because $ac_f cannot contain `:'.
15324 test -f "$ac_f" ||
15325 case $ac_f in
15326 [\\/$]*) false;;
15327 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15328 esac ||
15329 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15330 esac
15331 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15332 as_fn_append ac_file_inputs " '$ac_f'"
15333 done
15335 # Let's still pretend it is `configure' which instantiates (i.e., don't
15336 # use $as_me), people would be surprised to read:
15337 # /* config.h. Generated by config.status. */
15338 configure_input='Generated from '`
15339 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15340 `' by configure.'
15341 if test x"$ac_file" != x-; then
15342 configure_input="$ac_file. $configure_input"
15343 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15344 $as_echo "$as_me: creating $ac_file" >&6;}
15346 # Neutralize special characters interpreted by sed in replacement strings.
15347 case $configure_input in #(
15348 *\&* | *\|* | *\\* )
15349 ac_sed_conf_input=`$as_echo "$configure_input" |
15350 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15351 *) ac_sed_conf_input=$configure_input;;
15352 esac
15354 case $ac_tag in
15355 *:-:* | *:-) cat >"$tmp/stdin" \
15356 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15357 esac
15359 esac
15361 ac_dir=`$as_dirname -- "$ac_file" ||
15362 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15363 X"$ac_file" : 'X\(//\)[^/]' \| \
15364 X"$ac_file" : 'X\(//\)$' \| \
15365 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15366 $as_echo X"$ac_file" |
15367 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15368 s//\1/
15371 /^X\(\/\/\)[^/].*/{
15372 s//\1/
15375 /^X\(\/\/\)$/{
15376 s//\1/
15379 /^X\(\/\).*/{
15380 s//\1/
15383 s/.*/./; q'`
15384 as_dir="$ac_dir"; as_fn_mkdir_p
15385 ac_builddir=.
15387 case "$ac_dir" in
15388 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15390 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15391 # A ".." for each directory in $ac_dir_suffix.
15392 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15393 case $ac_top_builddir_sub in
15394 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15395 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15396 esac ;;
15397 esac
15398 ac_abs_top_builddir=$ac_pwd
15399 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15400 # for backward compatibility:
15401 ac_top_builddir=$ac_top_build_prefix
15403 case $srcdir in
15404 .) # We are building in place.
15405 ac_srcdir=.
15406 ac_top_srcdir=$ac_top_builddir_sub
15407 ac_abs_top_srcdir=$ac_pwd ;;
15408 [\\/]* | ?:[\\/]* ) # Absolute name.
15409 ac_srcdir=$srcdir$ac_dir_suffix;
15410 ac_top_srcdir=$srcdir
15411 ac_abs_top_srcdir=$srcdir ;;
15412 *) # Relative name.
15413 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15414 ac_top_srcdir=$ac_top_build_prefix$srcdir
15415 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15416 esac
15417 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15420 case $ac_mode in
15423 # CONFIG_FILE
15426 case $INSTALL in
15427 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15428 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15429 esac
15430 ac_MKDIR_P=$MKDIR_P
15431 case $MKDIR_P in
15432 [\\/$]* | ?:[\\/]* ) ;;
15433 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
15434 esac
15435 _ACEOF
15437 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15438 # If the template does not know about datarootdir, expand it.
15439 # FIXME: This hack should be removed a few years after 2.60.
15440 ac_datarootdir_hack=; ac_datarootdir_seen=
15441 ac_sed_dataroot='
15442 /datarootdir/ {
15446 /@datadir@/p
15447 /@docdir@/p
15448 /@infodir@/p
15449 /@localedir@/p
15450 /@mandir@/p'
15451 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15452 *datarootdir*) ac_datarootdir_seen=yes;;
15453 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15454 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15455 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15456 _ACEOF
15457 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15458 ac_datarootdir_hack='
15459 s&@datadir@&$datadir&g
15460 s&@docdir@&$docdir&g
15461 s&@infodir@&$infodir&g
15462 s&@localedir@&$localedir&g
15463 s&@mandir@&$mandir&g
15464 s&\\\${datarootdir}&$datarootdir&g' ;;
15465 esac
15466 _ACEOF
15468 # Neutralize VPATH when `$srcdir' = `.'.
15469 # Shell code in configure.ac might set extrasub.
15470 # FIXME: do we really want to maintain this feature?
15471 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15472 ac_sed_extra="$ac_vpsub
15473 $extrasub
15474 _ACEOF
15475 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15477 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15478 s|@configure_input@|$ac_sed_conf_input|;t t
15479 s&@top_builddir@&$ac_top_builddir_sub&;t t
15480 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15481 s&@srcdir@&$ac_srcdir&;t t
15482 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15483 s&@top_srcdir@&$ac_top_srcdir&;t t
15484 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15485 s&@builddir@&$ac_builddir&;t t
15486 s&@abs_builddir@&$ac_abs_builddir&;t t
15487 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15488 s&@INSTALL@&$ac_INSTALL&;t t
15489 s&@MKDIR_P@&$ac_MKDIR_P&;t t
15490 $ac_datarootdir_hack
15492 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15493 || as_fn_error "could not create $ac_file" "$LINENO" 5
15495 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15496 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15497 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15498 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15499 which seems to be undefined. Please make sure it is defined." >&5
15500 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15501 which seems to be undefined. Please make sure it is defined." >&2;}
15503 rm -f "$tmp/stdin"
15504 case $ac_file in
15505 -) cat "$tmp/out" && rm -f "$tmp/out";;
15506 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15507 esac \
15508 || as_fn_error "could not create $ac_file" "$LINENO" 5
15512 # CONFIG_HEADER
15514 if test x"$ac_file" != x-; then
15516 $as_echo "/* $configure_input */" \
15517 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15518 } >"$tmp/config.h" \
15519 || as_fn_error "could not create $ac_file" "$LINENO" 5
15520 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15521 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15522 $as_echo "$as_me: $ac_file is unchanged" >&6;}
15523 else
15524 rm -f "$ac_file"
15525 mv "$tmp/config.h" "$ac_file" \
15526 || as_fn_error "could not create $ac_file" "$LINENO" 5
15528 else
15529 $as_echo "/* $configure_input */" \
15530 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15531 || as_fn_error "could not create -" "$LINENO" 5
15533 # Compute "$ac_file"'s index in $config_headers.
15534 _am_arg="$ac_file"
15535 _am_stamp_count=1
15536 for _am_header in $config_headers :; do
15537 case $_am_header in
15538 $_am_arg | $_am_arg:* )
15539 break ;;
15541 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
15542 esac
15543 done
15544 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
15545 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15546 X"$_am_arg" : 'X\(//\)[^/]' \| \
15547 X"$_am_arg" : 'X\(//\)$' \| \
15548 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
15549 $as_echo X"$_am_arg" |
15550 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15551 s//\1/
15554 /^X\(\/\/\)[^/].*/{
15555 s//\1/
15558 /^X\(\/\/\)$/{
15559 s//\1/
15562 /^X\(\/\).*/{
15563 s//\1/
15566 s/.*/./; q'`/stamp-h$_am_stamp_count
15569 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15570 $as_echo "$as_me: executing $ac_file commands" >&6;}
15572 esac
15575 case $ac_file$ac_mode in
15576 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
15577 # Autoconf 2.62 quotes --file arguments for eval, but not when files
15578 # are listed without --file. Let's play safe and only enable the eval
15579 # if we detect the quoting.
15580 case $CONFIG_FILES in
15581 *\'*) eval set x "$CONFIG_FILES" ;;
15582 *) set x $CONFIG_FILES ;;
15583 esac
15584 shift
15585 for mf
15587 # Strip MF so we end up with the name of the file.
15588 mf=`echo "$mf" | sed -e 's/:.*$//'`
15589 # Check whether this is an Automake generated Makefile or not.
15590 # We used to match only the files named `Makefile.in', but
15591 # some people rename them; so instead we look at the file content.
15592 # Grep'ing the first line is not enough: some people post-process
15593 # each Makefile.in and add a new line on top of each file to say so.
15594 # Grep'ing the whole file is not good either: AIX grep has a line
15595 # limit of 2048, but all sed's we know have understand at least 4000.
15596 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
15597 dirpart=`$as_dirname -- "$mf" ||
15598 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15599 X"$mf" : 'X\(//\)[^/]' \| \
15600 X"$mf" : 'X\(//\)$' \| \
15601 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
15602 $as_echo X"$mf" |
15603 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15604 s//\1/
15607 /^X\(\/\/\)[^/].*/{
15608 s//\1/
15611 /^X\(\/\/\)$/{
15612 s//\1/
15615 /^X\(\/\).*/{
15616 s//\1/
15619 s/.*/./; q'`
15620 else
15621 continue
15623 # Extract the definition of DEPDIR, am__include, and am__quote
15624 # from the Makefile without running `make'.
15625 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
15626 test -z "$DEPDIR" && continue
15627 am__include=`sed -n 's/^am__include = //p' < "$mf"`
15628 test -z "am__include" && continue
15629 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
15630 # When using ansi2knr, U may be empty or an underscore; expand it
15631 U=`sed -n 's/^U = //p' < "$mf"`
15632 # Find all dependency output files, they are included files with
15633 # $(DEPDIR) in their names. We invoke sed twice because it is the
15634 # simplest approach to changing $(DEPDIR) to its actual value in the
15635 # expansion.
15636 for file in `sed -n "
15637 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
15638 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
15639 # Make sure the directory exists.
15640 test -f "$dirpart/$file" && continue
15641 fdir=`$as_dirname -- "$file" ||
15642 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15643 X"$file" : 'X\(//\)[^/]' \| \
15644 X"$file" : 'X\(//\)$' \| \
15645 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
15646 $as_echo X"$file" |
15647 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15648 s//\1/
15651 /^X\(\/\/\)[^/].*/{
15652 s//\1/
15655 /^X\(\/\/\)$/{
15656 s//\1/
15659 /^X\(\/\).*/{
15660 s//\1/
15663 s/.*/./; q'`
15664 as_dir=$dirpart/$fdir; as_fn_mkdir_p
15665 # echo "creating $dirpart/$file"
15666 echo '# dummy' > "$dirpart/$file"
15667 done
15668 done
15671 "libtool":C)
15673 # See if we are running on zsh, and set the options which allow our
15674 # commands through without removal of \ escapes.
15675 if test -n "${ZSH_VERSION+set}" ; then
15676 setopt NO_GLOB_SUBST
15679 cfgfile="${ofile}T"
15680 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15681 $RM "$cfgfile"
15683 cat <<_LT_EOF >> "$cfgfile"
15684 #! $SHELL
15686 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15687 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15688 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15689 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
15691 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15692 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15693 # Written by Gordon Matzigkeit, 1996
15695 # This file is part of GNU Libtool.
15697 # GNU Libtool is free software; you can redistribute it and/or
15698 # modify it under the terms of the GNU General Public License as
15699 # published by the Free Software Foundation; either version 2 of
15700 # the License, or (at your option) any later version.
15702 # As a special exception to the GNU General Public License,
15703 # if you distribute this file as part of a program or library that
15704 # is built using GNU Libtool, you may include this file under the
15705 # same distribution terms that you use for the rest of that program.
15707 # GNU Libtool is distributed in the hope that it will be useful,
15708 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15709 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15710 # GNU General Public License for more details.
15712 # You should have received a copy of the GNU General Public License
15713 # along with GNU Libtool; see the file COPYING. If not, a copy
15714 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15715 # obtained by writing to the Free Software Foundation, Inc.,
15716 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15719 # The names of the tagged configurations supported by this script.
15720 available_tags=""
15722 # ### BEGIN LIBTOOL CONFIG
15724 # Which release of libtool.m4 was used?
15725 macro_version=$macro_version
15726 macro_revision=$macro_revision
15728 # Whether or not to build shared libraries.
15729 build_libtool_libs=$enable_shared
15731 # Whether or not to build static libraries.
15732 build_old_libs=$enable_static
15734 # What type of objects to build.
15735 pic_mode=$pic_mode
15737 # Whether or not to optimize for fast installation.
15738 fast_install=$enable_fast_install
15740 # Shell to use when invoking shell scripts.
15741 SHELL=$lt_SHELL
15743 # An echo program that protects backslashes.
15744 ECHO=$lt_ECHO
15746 # The host system.
15747 host_alias=$host_alias
15748 host=$host
15749 host_os=$host_os
15751 # The build system.
15752 build_alias=$build_alias
15753 build=$build
15754 build_os=$build_os
15756 # A sed program that does not truncate output.
15757 SED=$lt_SED
15759 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
15760 Xsed="\$SED -e 1s/^X//"
15762 # A grep program that handles long lines.
15763 GREP=$lt_GREP
15765 # An ERE matcher.
15766 EGREP=$lt_EGREP
15768 # A literal string matcher.
15769 FGREP=$lt_FGREP
15771 # A BSD- or MS-compatible name lister.
15772 NM=$lt_NM
15774 # Whether we need soft or hard links.
15775 LN_S=$lt_LN_S
15777 # What is the maximum length of a command?
15778 max_cmd_len=$max_cmd_len
15780 # Object file suffix (normally "o").
15781 objext=$ac_objext
15783 # Executable file suffix (normally "").
15784 exeext=$exeext
15786 # whether the shell understands "unset".
15787 lt_unset=$lt_unset
15789 # turn spaces into newlines.
15790 SP2NL=$lt_lt_SP2NL
15792 # turn newlines into spaces.
15793 NL2SP=$lt_lt_NL2SP
15795 # An object symbol dumper.
15796 OBJDUMP=$lt_OBJDUMP
15798 # Method to check whether dependent libraries are shared objects.
15799 deplibs_check_method=$lt_deplibs_check_method
15801 # Command to use when deplibs_check_method == "file_magic".
15802 file_magic_cmd=$lt_file_magic_cmd
15804 # The archiver.
15805 AR=$lt_AR
15806 AR_FLAGS=$lt_AR_FLAGS
15808 # A symbol stripping program.
15809 STRIP=$lt_STRIP
15811 # Commands used to install an old-style archive.
15812 RANLIB=$lt_RANLIB
15813 old_postinstall_cmds=$lt_old_postinstall_cmds
15814 old_postuninstall_cmds=$lt_old_postuninstall_cmds
15816 # Whether to use a lock for old archive extraction.
15817 lock_old_archive_extraction=$lock_old_archive_extraction
15819 # A C compiler.
15820 LTCC=$lt_CC
15822 # LTCC compiler flags.
15823 LTCFLAGS=$lt_CFLAGS
15825 # Take the output of nm and produce a listing of raw symbols and C names.
15826 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15828 # Transform the output of nm in a proper C declaration.
15829 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15831 # Transform the output of nm in a C name address pair.
15832 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15834 # Transform the output of nm in a C name address pair when lib prefix is needed.
15835 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15837 # The name of the directory that contains temporary libtool files.
15838 objdir=$objdir
15840 # Used to examine libraries when file_magic_cmd begins with "file".
15841 MAGIC_CMD=$MAGIC_CMD
15843 # Must we lock files when doing compilation?
15844 need_locks=$lt_need_locks
15846 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15847 DSYMUTIL=$lt_DSYMUTIL
15849 # Tool to change global to local symbols on Mac OS X.
15850 NMEDIT=$lt_NMEDIT
15852 # Tool to manipulate fat objects and archives on Mac OS X.
15853 LIPO=$lt_LIPO
15855 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
15856 OTOOL=$lt_OTOOL
15858 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15859 OTOOL64=$lt_OTOOL64
15861 # Old archive suffix (normally "a").
15862 libext=$libext
15864 # Shared library suffix (normally ".so").
15865 shrext_cmds=$lt_shrext_cmds
15867 # The commands to extract the exported symbol list from a shared archive.
15868 extract_expsyms_cmds=$lt_extract_expsyms_cmds
15870 # Variables whose values should be saved in libtool wrapper scripts and
15871 # restored at link time.
15872 variables_saved_for_relink=$lt_variables_saved_for_relink
15874 # Do we need the "lib" prefix for modules?
15875 need_lib_prefix=$need_lib_prefix
15877 # Do we need a version for libraries?
15878 need_version=$need_version
15880 # Library versioning type.
15881 version_type=$version_type
15883 # Shared library runtime path variable.
15884 runpath_var=$runpath_var
15886 # Shared library path variable.
15887 shlibpath_var=$shlibpath_var
15889 # Is shlibpath searched before the hard-coded library search path?
15890 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15892 # Format of library name prefix.
15893 libname_spec=$lt_libname_spec
15895 # List of archive names. First name is the real one, the rest are links.
15896 # The last name is the one that the linker finds with -lNAME
15897 library_names_spec=$lt_library_names_spec
15899 # The coded name of the library, if different from the real name.
15900 soname_spec=$lt_soname_spec
15902 # Permission mode override for installation of shared libraries.
15903 install_override_mode=$lt_install_override_mode
15905 # Command to use after installation of a shared archive.
15906 postinstall_cmds=$lt_postinstall_cmds
15908 # Command to use after uninstallation of a shared archive.
15909 postuninstall_cmds=$lt_postuninstall_cmds
15911 # Commands used to finish a libtool library installation in a directory.
15912 finish_cmds=$lt_finish_cmds
15914 # As "finish_cmds", except a single script fragment to be evaled but
15915 # not shown.
15916 finish_eval=$lt_finish_eval
15918 # Whether we should hardcode library paths into libraries.
15919 hardcode_into_libs=$hardcode_into_libs
15921 # Compile-time system search path for libraries.
15922 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15924 # Run-time system search path for libraries.
15925 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15927 # Whether dlopen is supported.
15928 dlopen_support=$enable_dlopen
15930 # Whether dlopen of programs is supported.
15931 dlopen_self=$enable_dlopen_self
15933 # Whether dlopen of statically linked programs is supported.
15934 dlopen_self_static=$enable_dlopen_self_static
15936 # Commands to strip libraries.
15937 old_striplib=$lt_old_striplib
15938 striplib=$lt_striplib
15941 # The linker used to build libraries.
15942 LD=$lt_LD
15944 # How to create reloadable object files.
15945 reload_flag=$lt_reload_flag
15946 reload_cmds=$lt_reload_cmds
15948 # Commands used to build an old-style archive.
15949 old_archive_cmds=$lt_old_archive_cmds
15951 # A language specific compiler.
15952 CC=$lt_compiler
15954 # Is the compiler the GNU compiler?
15955 with_gcc=$GCC
15957 # Compiler flag to turn off builtin functions.
15958 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15960 # How to pass a linker flag through the compiler.
15961 wl=$lt_lt_prog_compiler_wl
15963 # Additional compiler flags for building library objects.
15964 pic_flag=$lt_lt_prog_compiler_pic
15966 # Compiler flag to prevent dynamic linking.
15967 link_static_flag=$lt_lt_prog_compiler_static
15969 # Does compiler simultaneously support -c and -o options?
15970 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15972 # Whether or not to add -lc for building shared libraries.
15973 build_libtool_need_lc=$archive_cmds_need_lc
15975 # Whether or not to disallow shared libs when runtime libs are static.
15976 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15978 # Compiler flag to allow reflexive dlopens.
15979 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15981 # Compiler flag to generate shared objects directly from archives.
15982 whole_archive_flag_spec=$lt_whole_archive_flag_spec
15984 # Whether the compiler copes with passing no objects directly.
15985 compiler_needs_object=$lt_compiler_needs_object
15987 # Create an old-style archive from a shared archive.
15988 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15990 # Create a temporary old-style archive to link instead of a shared archive.
15991 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15993 # Commands used to build a shared archive.
15994 archive_cmds=$lt_archive_cmds
15995 archive_expsym_cmds=$lt_archive_expsym_cmds
15997 # Commands used to build a loadable module if different from building
15998 # a shared archive.
15999 module_cmds=$lt_module_cmds
16000 module_expsym_cmds=$lt_module_expsym_cmds
16002 # Whether we are building with GNU ld or not.
16003 with_gnu_ld=$lt_with_gnu_ld
16005 # Flag that allows shared libraries with undefined symbols to be built.
16006 allow_undefined_flag=$lt_allow_undefined_flag
16008 # Flag that enforces no undefined symbols.
16009 no_undefined_flag=$lt_no_undefined_flag
16011 # Flag to hardcode \$libdir into a binary during linking.
16012 # This must work even if \$libdir does not exist
16013 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16015 # If ld is used when linking, flag to hardcode \$libdir into a binary
16016 # during linking. This must work even if \$libdir does not exist.
16017 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16019 # Whether we need a single "-rpath" flag with a separated argument.
16020 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16022 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16023 # DIR into the resulting binary.
16024 hardcode_direct=$hardcode_direct
16026 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16027 # DIR into the resulting binary and the resulting library dependency is
16028 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16029 # library is relocated.
16030 hardcode_direct_absolute=$hardcode_direct_absolute
16032 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16033 # into the resulting binary.
16034 hardcode_minus_L=$hardcode_minus_L
16036 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16037 # into the resulting binary.
16038 hardcode_shlibpath_var=$hardcode_shlibpath_var
16040 # Set to "yes" if building a shared library automatically hardcodes DIR
16041 # into the library and all subsequent libraries and executables linked
16042 # against it.
16043 hardcode_automatic=$hardcode_automatic
16045 # Set to yes if linker adds runtime paths of dependent libraries
16046 # to runtime path list.
16047 inherit_rpath=$inherit_rpath
16049 # Whether libtool must link a program against all its dependency libraries.
16050 link_all_deplibs=$link_all_deplibs
16052 # Fix the shell variable \$srcfile for the compiler.
16053 fix_srcfile_path=$lt_fix_srcfile_path
16055 # Set to "yes" if exported symbols are required.
16056 always_export_symbols=$always_export_symbols
16058 # The commands to list exported symbols.
16059 export_symbols_cmds=$lt_export_symbols_cmds
16061 # Symbols that should not be listed in the preloaded symbols.
16062 exclude_expsyms=$lt_exclude_expsyms
16064 # Symbols that must always be exported.
16065 include_expsyms=$lt_include_expsyms
16067 # Commands necessary for linking programs (against libraries) with templates.
16068 prelink_cmds=$lt_prelink_cmds
16070 # Specify filename containing input files.
16071 file_list_spec=$lt_file_list_spec
16073 # How to hardcode a shared library path into an executable.
16074 hardcode_action=$hardcode_action
16076 # ### END LIBTOOL CONFIG
16078 _LT_EOF
16080 case $host_os in
16081 aix3*)
16082 cat <<\_LT_EOF >> "$cfgfile"
16083 # AIX sometimes has problems with the GCC collect2 program. For some
16084 # reason, if we set the COLLECT_NAMES environment variable, the problems
16085 # vanish in a puff of smoke.
16086 if test "X${COLLECT_NAMES+set}" != Xset; then
16087 COLLECT_NAMES=
16088 export COLLECT_NAMES
16090 _LT_EOF
16092 esac
16095 ltmain="$ac_aux_dir/ltmain.sh"
16098 # We use sed instead of cat because bash on DJGPP gets confused if
16099 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16100 # text mode, it properly converts lines to CR/LF. This bash problem
16101 # is reportedly fixed, but why not run on old versions too?
16102 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16103 || (rm -f "$cfgfile"; exit 1)
16105 case $xsi_shell in
16106 yes)
16107 cat << \_LT_EOF >> "$cfgfile"
16109 # func_dirname file append nondir_replacement
16110 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16111 # otherwise set result to NONDIR_REPLACEMENT.
16112 func_dirname ()
16114 case ${1} in
16115 */*) func_dirname_result="${1%/*}${2}" ;;
16116 * ) func_dirname_result="${3}" ;;
16117 esac
16120 # func_basename file
16121 func_basename ()
16123 func_basename_result="${1##*/}"
16126 # func_dirname_and_basename file append nondir_replacement
16127 # perform func_basename and func_dirname in a single function
16128 # call:
16129 # dirname: Compute the dirname of FILE. If nonempty,
16130 # add APPEND to the result, otherwise set result
16131 # to NONDIR_REPLACEMENT.
16132 # value returned in "$func_dirname_result"
16133 # basename: Compute filename of FILE.
16134 # value retuned in "$func_basename_result"
16135 # Implementation must be kept synchronized with func_dirname
16136 # and func_basename. For efficiency, we do not delegate to
16137 # those functions but instead duplicate the functionality here.
16138 func_dirname_and_basename ()
16140 case ${1} in
16141 */*) func_dirname_result="${1%/*}${2}" ;;
16142 * ) func_dirname_result="${3}" ;;
16143 esac
16144 func_basename_result="${1##*/}"
16147 # func_stripname prefix suffix name
16148 # strip PREFIX and SUFFIX off of NAME.
16149 # PREFIX and SUFFIX must not contain globbing or regex special
16150 # characters, hashes, percent signs, but SUFFIX may contain a leading
16151 # dot (in which case that matches only a dot).
16152 func_stripname ()
16154 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16155 # positional parameters, so assign one to ordinary parameter first.
16156 func_stripname_result=${3}
16157 func_stripname_result=${func_stripname_result#"${1}"}
16158 func_stripname_result=${func_stripname_result%"${2}"}
16161 # func_opt_split
16162 func_opt_split ()
16164 func_opt_split_opt=${1%%=*}
16165 func_opt_split_arg=${1#*=}
16168 # func_lo2o object
16169 func_lo2o ()
16171 case ${1} in
16172 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16173 *) func_lo2o_result=${1} ;;
16174 esac
16177 # func_xform libobj-or-source
16178 func_xform ()
16180 func_xform_result=${1%.*}.lo
16183 # func_arith arithmetic-term...
16184 func_arith ()
16186 func_arith_result=$(( $* ))
16189 # func_len string
16190 # STRING may not start with a hyphen.
16191 func_len ()
16193 func_len_result=${#1}
16196 _LT_EOF
16198 *) # Bourne compatible functions.
16199 cat << \_LT_EOF >> "$cfgfile"
16201 # func_dirname file append nondir_replacement
16202 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16203 # otherwise set result to NONDIR_REPLACEMENT.
16204 func_dirname ()
16206 # Extract subdirectory from the argument.
16207 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16208 if test "X$func_dirname_result" = "X${1}"; then
16209 func_dirname_result="${3}"
16210 else
16211 func_dirname_result="$func_dirname_result${2}"
16215 # func_basename file
16216 func_basename ()
16218 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16222 # func_stripname prefix suffix name
16223 # strip PREFIX and SUFFIX off of NAME.
16224 # PREFIX and SUFFIX must not contain globbing or regex special
16225 # characters, hashes, percent signs, but SUFFIX may contain a leading
16226 # dot (in which case that matches only a dot).
16227 # func_strip_suffix prefix name
16228 func_stripname ()
16230 case ${2} in
16231 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16232 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16233 esac
16236 # sed scripts:
16237 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16238 my_sed_long_arg='1s/^-[^=]*=//'
16240 # func_opt_split
16241 func_opt_split ()
16243 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16244 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16247 # func_lo2o object
16248 func_lo2o ()
16250 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16253 # func_xform libobj-or-source
16254 func_xform ()
16256 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16259 # func_arith arithmetic-term...
16260 func_arith ()
16262 func_arith_result=`expr "$@"`
16265 # func_len string
16266 # STRING may not start with a hyphen.
16267 func_len ()
16269 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16272 _LT_EOF
16273 esac
16275 case $lt_shell_append in
16276 yes)
16277 cat << \_LT_EOF >> "$cfgfile"
16279 # func_append var value
16280 # Append VALUE to the end of shell variable VAR.
16281 func_append ()
16283 eval "$1+=\$2"
16285 _LT_EOF
16288 cat << \_LT_EOF >> "$cfgfile"
16290 # func_append var value
16291 # Append VALUE to the end of shell variable VAR.
16292 func_append ()
16294 eval "$1=\$$1\$2"
16297 _LT_EOF
16299 esac
16302 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16303 || (rm -f "$cfgfile"; exit 1)
16305 mv -f "$cfgfile" "$ofile" ||
16306 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16307 chmod +x "$ofile"
16310 "default-1":C)
16311 for ac_file in $CONFIG_FILES; do
16312 # Support "outfile[:infile[:infile...]]"
16313 case "$ac_file" in
16314 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16315 esac
16316 # PO directories have a Makefile.in generated from Makefile.in.in.
16317 case "$ac_file" in */Makefile.in)
16318 # Adjust a relative srcdir.
16319 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
16320 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
16321 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16322 # In autoconf-2.13 it is called $ac_given_srcdir.
16323 # In autoconf-2.50 it is called $srcdir.
16324 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16325 case "$ac_given_srcdir" in
16326 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16327 /*) top_srcdir="$ac_given_srcdir" ;;
16328 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
16329 esac
16330 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16331 rm -f "$ac_dir/POTFILES"
16332 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16333 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16334 POMAKEFILEDEPS="POTFILES.in"
16335 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16336 # on $ac_dir but don't depend on user-specified configuration
16337 # parameters.
16338 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16339 # The LINGUAS file contains the set of available languages.
16340 if test -n "$OBSOLETE_ALL_LINGUAS"; then
16341 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
16343 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16344 # Hide the ALL_LINGUAS assigment from automake.
16345 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16346 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16347 else
16348 # The set of available languages was given in configure.in.
16349 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16351 case "$ac_given_srcdir" in
16352 .) srcdirpre= ;;
16353 *) srcdirpre='$(srcdir)/' ;;
16354 esac
16355 POFILES=
16356 GMOFILES=
16357 UPDATEPOFILES=
16358 DUMMYPOFILES=
16359 for lang in $ALL_LINGUAS; do
16360 POFILES="$POFILES $srcdirpre$lang.po"
16361 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
16362 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
16363 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
16364 done
16365 # CATALOGS depends on both $ac_dir and the user's LINGUAS
16366 # environment variable.
16367 INST_LINGUAS=
16368 if test -n "$ALL_LINGUAS"; then
16369 for presentlang in $ALL_LINGUAS; do
16370 useit=no
16371 if test "%UNSET%" != "$LINGUAS"; then
16372 desiredlanguages="$LINGUAS"
16373 else
16374 desiredlanguages="$ALL_LINGUAS"
16376 for desiredlang in $desiredlanguages; do
16377 # Use the presentlang catalog if desiredlang is
16378 # a. equal to presentlang, or
16379 # b. a variant of presentlang (because in this case,
16380 # presentlang can be used as a fallback for messages
16381 # which are not translated in the desiredlang catalog).
16382 case "$desiredlang" in
16383 "$presentlang"*) useit=yes;;
16384 esac
16385 done
16386 if test $useit = yes; then
16387 INST_LINGUAS="$INST_LINGUAS $presentlang"
16389 done
16391 CATALOGS=
16392 if test -n "$INST_LINGUAS"; then
16393 for lang in $INST_LINGUAS; do
16394 CATALOGS="$CATALOGS $lang.gmo"
16395 done
16397 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
16398 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
16399 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
16400 if test -f "$f"; then
16401 case "$f" in
16402 *.orig | *.bak | *~) ;;
16403 *) cat "$f" >> "$ac_dir/Makefile" ;;
16404 esac
16406 done
16409 esac
16410 done ;;
16412 esac
16413 done # for ac_tag
16416 as_fn_exit 0
16417 _ACEOF
16418 ac_clean_files=$ac_clean_files_save
16420 test $ac_write_fail = 0 ||
16421 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16424 # configure is writing to config.log, and then calls config.status.
16425 # config.status does its own redirection, appending to config.log.
16426 # Unfortunately, on DOS this fails, as config.log is still kept open
16427 # by configure, so config.status won't be able to write to it; its
16428 # output is simply discarded. So we exec the FD to /dev/null,
16429 # effectively closing config.log, so it can be properly (re)opened and
16430 # appended to by config.status. When coming back to configure, we
16431 # need to make the FD available again.
16432 if test "$no_create" != yes; then
16433 ac_cs_success=:
16434 ac_config_status_args=
16435 test "$silent" = yes &&
16436 ac_config_status_args="$ac_config_status_args --quiet"
16437 exec 5>/dev/null
16438 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16439 exec 5>>config.log
16440 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16441 # would make configure fail if this is the last instruction.
16442 $ac_cs_success || as_fn_exit $?
16444 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16445 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16446 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}