* bucomm.c (get_file_size): Check for negative sizes and issue a
[binutils.git] / binutils / configure
blob02b05fbf15425de677b2f4ff394dbd2b62e43c79
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 freebsd1*)
9425 ld_shlibs=no
9428 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9429 # support. Future versions do this automatically, but an explicit c++rt0.o
9430 # does not break anything, and helps significantly (at the cost of a little
9431 # extra space).
9432 freebsd2.2*)
9433 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9434 hardcode_libdir_flag_spec='-R$libdir'
9435 hardcode_direct=yes
9436 hardcode_shlibpath_var=no
9439 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9440 freebsd2*)
9441 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9442 hardcode_direct=yes
9443 hardcode_minus_L=yes
9444 hardcode_shlibpath_var=no
9447 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9448 freebsd* | dragonfly*)
9449 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9450 hardcode_libdir_flag_spec='-R$libdir'
9451 hardcode_direct=yes
9452 hardcode_shlibpath_var=no
9455 hpux9*)
9456 if test "$GCC" = yes; then
9457 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'
9458 else
9459 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'
9461 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9462 hardcode_libdir_separator=:
9463 hardcode_direct=yes
9465 # hardcode_minus_L: Not really in the search PATH,
9466 # but as the default location of the library.
9467 hardcode_minus_L=yes
9468 export_dynamic_flag_spec='${wl}-E'
9471 hpux10*)
9472 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9473 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9474 else
9475 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9477 if test "$with_gnu_ld" = no; then
9478 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9479 hardcode_libdir_flag_spec_ld='+b $libdir'
9480 hardcode_libdir_separator=:
9481 hardcode_direct=yes
9482 hardcode_direct_absolute=yes
9483 export_dynamic_flag_spec='${wl}-E'
9484 # hardcode_minus_L: Not really in the search PATH,
9485 # but as the default location of the library.
9486 hardcode_minus_L=yes
9490 hpux11*)
9491 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9492 case $host_cpu in
9493 hppa*64*)
9494 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9496 ia64*)
9497 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9500 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9502 esac
9503 else
9504 case $host_cpu in
9505 hppa*64*)
9506 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9508 ia64*)
9509 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9513 # Older versions of the 11.00 compiler do not understand -b yet
9514 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9516 $as_echo_n "checking if $CC understands -b... " >&6; }
9517 if test "${lt_cv_prog_compiler__b+set}" = set; then :
9518 $as_echo_n "(cached) " >&6
9519 else
9520 lt_cv_prog_compiler__b=no
9521 save_LDFLAGS="$LDFLAGS"
9522 LDFLAGS="$LDFLAGS -b"
9523 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9524 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9525 # The linker can only warn and ignore the option if not recognized
9526 # So say no if there are warnings
9527 if test -s conftest.err; then
9528 # Append any errors to the config.log.
9529 cat conftest.err 1>&5
9530 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9531 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9532 if diff conftest.exp conftest.er2 >/dev/null; then
9533 lt_cv_prog_compiler__b=yes
9535 else
9536 lt_cv_prog_compiler__b=yes
9539 $RM -r conftest*
9540 LDFLAGS="$save_LDFLAGS"
9543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9544 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9546 if test x"$lt_cv_prog_compiler__b" = xyes; then
9547 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9548 else
9549 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9553 esac
9555 if test "$with_gnu_ld" = no; then
9556 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9557 hardcode_libdir_separator=:
9559 case $host_cpu in
9560 hppa*64*|ia64*)
9561 hardcode_direct=no
9562 hardcode_shlibpath_var=no
9565 hardcode_direct=yes
9566 hardcode_direct_absolute=yes
9567 export_dynamic_flag_spec='${wl}-E'
9569 # hardcode_minus_L: Not really in the search PATH,
9570 # but as the default location of the library.
9571 hardcode_minus_L=yes
9573 esac
9577 irix5* | irix6* | nonstopux*)
9578 if test "$GCC" = yes; then
9579 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'
9580 # Try to use the -exported_symbol ld option, if it does not
9581 # work, assume that -exports_file does not work either and
9582 # implicitly export all symbols.
9583 save_LDFLAGS="$LDFLAGS"
9584 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9586 /* end confdefs.h. */
9587 int foo(void) {}
9588 _ACEOF
9589 if ac_fn_c_try_link "$LINENO"; then :
9590 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'
9593 rm -f core conftest.err conftest.$ac_objext \
9594 conftest$ac_exeext conftest.$ac_ext
9595 LDFLAGS="$save_LDFLAGS"
9596 else
9597 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'
9598 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'
9600 archive_cmds_need_lc='no'
9601 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9602 hardcode_libdir_separator=:
9603 inherit_rpath=yes
9604 link_all_deplibs=yes
9607 netbsd*)
9608 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9609 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9610 else
9611 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9613 hardcode_libdir_flag_spec='-R$libdir'
9614 hardcode_direct=yes
9615 hardcode_shlibpath_var=no
9618 newsos6)
9619 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9620 hardcode_direct=yes
9621 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9622 hardcode_libdir_separator=:
9623 hardcode_shlibpath_var=no
9626 *nto* | *qnx*)
9629 openbsd*)
9630 if test -f /usr/libexec/ld.so; then
9631 hardcode_direct=yes
9632 hardcode_shlibpath_var=no
9633 hardcode_direct_absolute=yes
9634 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9635 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9636 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9637 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9638 export_dynamic_flag_spec='${wl}-E'
9639 else
9640 case $host_os in
9641 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9642 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9643 hardcode_libdir_flag_spec='-R$libdir'
9646 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9647 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9649 esac
9651 else
9652 ld_shlibs=no
9656 os2*)
9657 hardcode_libdir_flag_spec='-L$libdir'
9658 hardcode_minus_L=yes
9659 allow_undefined_flag=unsupported
9660 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'
9661 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9664 osf3*)
9665 if test "$GCC" = yes; then
9666 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9667 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'
9668 else
9669 allow_undefined_flag=' -expect_unresolved \*'
9670 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'
9672 archive_cmds_need_lc='no'
9673 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9674 hardcode_libdir_separator=:
9677 osf4* | osf5*) # as osf3* with the addition of -msym flag
9678 if test "$GCC" = yes; then
9679 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9680 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'
9681 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9682 else
9683 allow_undefined_flag=' -expect_unresolved \*'
9684 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'
9685 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~
9686 $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'
9688 # Both c and cxx compiler support -rpath directly
9689 hardcode_libdir_flag_spec='-rpath $libdir'
9691 archive_cmds_need_lc='no'
9692 hardcode_libdir_separator=:
9695 solaris*)
9696 no_undefined_flag=' -z defs'
9697 if test "$GCC" = yes; then
9698 wlarc='${wl}'
9699 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9700 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9701 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9702 else
9703 case `$CC -V 2>&1` in
9704 *"Compilers 5.0"*)
9705 wlarc=''
9706 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9707 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9708 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9711 wlarc='${wl}'
9712 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9713 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9714 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9716 esac
9718 hardcode_libdir_flag_spec='-R$libdir'
9719 hardcode_shlibpath_var=no
9720 case $host_os in
9721 solaris2.[0-5] | solaris2.[0-5].*) ;;
9723 # The compiler driver will combine and reorder linker options,
9724 # but understands `-z linker_flag'. GCC discards it without `$wl',
9725 # but is careful enough not to reorder.
9726 # Supported since Solaris 2.6 (maybe 2.5.1?)
9727 if test "$GCC" = yes; then
9728 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9729 else
9730 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9733 esac
9734 link_all_deplibs=yes
9737 sunos4*)
9738 if test "x$host_vendor" = xsequent; then
9739 # Use $CC to link under sequent, because it throws in some extra .o
9740 # files that make .init and .fini sections work.
9741 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9742 else
9743 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9745 hardcode_libdir_flag_spec='-L$libdir'
9746 hardcode_direct=yes
9747 hardcode_minus_L=yes
9748 hardcode_shlibpath_var=no
9751 sysv4)
9752 case $host_vendor in
9753 sni)
9754 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9755 hardcode_direct=yes # is this really true???
9757 siemens)
9758 ## LD is ld it makes a PLAMLIB
9759 ## CC just makes a GrossModule.
9760 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9761 reload_cmds='$CC -r -o $output$reload_objs'
9762 hardcode_direct=no
9764 motorola)
9765 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9766 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9768 esac
9769 runpath_var='LD_RUN_PATH'
9770 hardcode_shlibpath_var=no
9773 sysv4.3*)
9774 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9775 hardcode_shlibpath_var=no
9776 export_dynamic_flag_spec='-Bexport'
9779 sysv4*MP*)
9780 if test -d /usr/nec; then
9781 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9782 hardcode_shlibpath_var=no
9783 runpath_var=LD_RUN_PATH
9784 hardcode_runpath_var=yes
9785 ld_shlibs=yes
9789 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9790 no_undefined_flag='${wl}-z,text'
9791 archive_cmds_need_lc=no
9792 hardcode_shlibpath_var=no
9793 runpath_var='LD_RUN_PATH'
9795 if test "$GCC" = yes; then
9796 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9797 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9798 else
9799 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9800 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9804 sysv5* | sco3.2v5* | sco5v6*)
9805 # Note: We can NOT use -z defs as we might desire, because we do not
9806 # link with -lc, and that would cause any symbols used from libc to
9807 # always be unresolved, which means just about no library would
9808 # ever link correctly. If we're not using GNU ld we use -z text
9809 # though, which does catch some bad symbols but isn't as heavy-handed
9810 # as -z defs.
9811 no_undefined_flag='${wl}-z,text'
9812 allow_undefined_flag='${wl}-z,nodefs'
9813 archive_cmds_need_lc=no
9814 hardcode_shlibpath_var=no
9815 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9816 hardcode_libdir_separator=':'
9817 link_all_deplibs=yes
9818 export_dynamic_flag_spec='${wl}-Bexport'
9819 runpath_var='LD_RUN_PATH'
9821 if test "$GCC" = yes; then
9822 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9823 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9824 else
9825 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9826 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9830 uts4*)
9831 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9832 hardcode_libdir_flag_spec='-L$libdir'
9833 hardcode_shlibpath_var=no
9837 ld_shlibs=no
9839 esac
9841 if test x$host_vendor = xsni; then
9842 case $host in
9843 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9844 export_dynamic_flag_spec='${wl}-Blargedynsym'
9846 esac
9850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9851 $as_echo "$ld_shlibs" >&6; }
9852 test "$ld_shlibs" = no && can_build_shared=no
9854 with_gnu_ld=$with_gnu_ld
9871 # Do we need to explicitly link libc?
9873 case "x$archive_cmds_need_lc" in
9874 x|xyes)
9875 # Assume -lc should be added
9876 archive_cmds_need_lc=yes
9878 if test "$enable_shared" = yes && test "$GCC" = yes; then
9879 case $archive_cmds in
9880 *'~'*)
9881 # FIXME: we may have to deal with multi-command sequences.
9883 '$CC '*)
9884 # Test whether the compiler implicitly links with -lc since on some
9885 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9886 # to ld, don't add -lc before -lgcc.
9887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9888 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9889 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9890 $as_echo_n "(cached) " >&6
9891 else
9892 $RM conftest*
9893 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9895 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9896 (eval $ac_compile) 2>&5
9897 ac_status=$?
9898 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9899 test $ac_status = 0; } 2>conftest.err; then
9900 soname=conftest
9901 lib=conftest
9902 libobjs=conftest.$ac_objext
9903 deplibs=
9904 wl=$lt_prog_compiler_wl
9905 pic_flag=$lt_prog_compiler_pic
9906 compiler_flags=-v
9907 linker_flags=-v
9908 verstring=
9909 output_objdir=.
9910 libname=conftest
9911 lt_save_allow_undefined_flag=$allow_undefined_flag
9912 allow_undefined_flag=
9913 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9914 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9915 ac_status=$?
9916 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9917 test $ac_status = 0; }
9918 then
9919 lt_cv_archive_cmds_need_lc=no
9920 else
9921 lt_cv_archive_cmds_need_lc=yes
9923 allow_undefined_flag=$lt_save_allow_undefined_flag
9924 else
9925 cat conftest.err 1>&5
9927 $RM conftest*
9930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9931 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9932 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9934 esac
9937 esac
10095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10096 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10098 if test "$GCC" = yes; then
10099 case $host_os in
10100 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10101 *) lt_awk_arg="/^libraries:/" ;;
10102 esac
10103 case $host_os in
10104 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10105 *) lt_sed_strip_eq="s,=/,/,g" ;;
10106 esac
10107 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10108 case $lt_search_path_spec in
10109 *\;*)
10110 # if the path contains ";" then we assume it to be the separator
10111 # otherwise default to the standard path separator (i.e. ":") - it is
10112 # assumed that no part of a normal pathname contains ";" but that should
10113 # okay in the real world where ";" in dirpaths is itself problematic.
10114 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10117 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10119 esac
10120 # Ok, now we have the path, separated by spaces, we can step through it
10121 # and add multilib dir if necessary.
10122 lt_tmp_lt_search_path_spec=
10123 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10124 for lt_sys_path in $lt_search_path_spec; do
10125 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10126 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10127 else
10128 test -d "$lt_sys_path" && \
10129 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10131 done
10132 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10133 BEGIN {RS=" "; FS="/|\n";} {
10134 lt_foo="";
10135 lt_count=0;
10136 for (lt_i = NF; lt_i > 0; lt_i--) {
10137 if ($lt_i != "" && $lt_i != ".") {
10138 if ($lt_i == "..") {
10139 lt_count++;
10140 } else {
10141 if (lt_count == 0) {
10142 lt_foo="/" $lt_i lt_foo;
10143 } else {
10144 lt_count--;
10149 if (lt_foo != "") { lt_freq[lt_foo]++; }
10150 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10152 # AWK program above erroneously prepends '/' to C:/dos/paths
10153 # for these hosts.
10154 case $host_os in
10155 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10156 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10157 esac
10158 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10159 else
10160 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10162 library_names_spec=
10163 libname_spec='lib$name'
10164 soname_spec=
10165 shrext_cmds=".so"
10166 postinstall_cmds=
10167 postuninstall_cmds=
10168 finish_cmds=
10169 finish_eval=
10170 shlibpath_var=
10171 shlibpath_overrides_runpath=unknown
10172 version_type=none
10173 dynamic_linker="$host_os ld.so"
10174 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10175 need_lib_prefix=unknown
10176 hardcode_into_libs=no
10178 # when you set need_version to no, make sure it does not cause -set_version
10179 # flags to be left without arguments
10180 need_version=unknown
10182 case $host_os in
10183 aix3*)
10184 version_type=linux
10185 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10186 shlibpath_var=LIBPATH
10188 # AIX 3 has no versioning support, so we append a major version to the name.
10189 soname_spec='${libname}${release}${shared_ext}$major'
10192 aix[4-9]*)
10193 version_type=linux
10194 need_lib_prefix=no
10195 need_version=no
10196 hardcode_into_libs=yes
10197 if test "$host_cpu" = ia64; then
10198 # AIX 5 supports IA64
10199 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10200 shlibpath_var=LD_LIBRARY_PATH
10201 else
10202 # With GCC up to 2.95.x, collect2 would create an import file
10203 # for dependence libraries. The import file would start with
10204 # the line `#! .'. This would cause the generated library to
10205 # depend on `.', always an invalid library. This was fixed in
10206 # development snapshots of GCC prior to 3.0.
10207 case $host_os in
10208 aix4 | aix4.[01] | aix4.[01].*)
10209 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10210 echo ' yes '
10211 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10213 else
10214 can_build_shared=no
10217 esac
10218 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10219 # soname into executable. Probably we can add versioning support to
10220 # collect2, so additional links can be useful in future.
10221 if test "$aix_use_runtimelinking" = yes; then
10222 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10223 # instead of lib<name>.a to let people know that these are not
10224 # typical AIX shared libraries.
10225 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10226 else
10227 # We preserve .a as extension for shared libraries through AIX4.2
10228 # and later when we are not doing run time linking.
10229 library_names_spec='${libname}${release}.a $libname.a'
10230 soname_spec='${libname}${release}${shared_ext}$major'
10232 shlibpath_var=LIBPATH
10236 amigaos*)
10237 case $host_cpu in
10238 powerpc)
10239 # Since July 2007 AmigaOS4 officially supports .so libraries.
10240 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10241 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10243 m68k)
10244 library_names_spec='$libname.ixlibrary $libname.a'
10245 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10246 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'
10248 esac
10251 beos*)
10252 library_names_spec='${libname}${shared_ext}'
10253 dynamic_linker="$host_os ld.so"
10254 shlibpath_var=LIBRARY_PATH
10257 bsdi[45]*)
10258 version_type=linux
10259 need_version=no
10260 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10261 soname_spec='${libname}${release}${shared_ext}$major'
10262 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10263 shlibpath_var=LD_LIBRARY_PATH
10264 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10265 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10266 # the default ld.so.conf also contains /usr/contrib/lib and
10267 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10268 # libtool to hard-code these into programs
10271 cygwin* | mingw* | pw32* | cegcc*)
10272 version_type=windows
10273 shrext_cmds=".dll"
10274 need_version=no
10275 need_lib_prefix=no
10277 case $GCC,$host_os in
10278 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10279 library_names_spec='$libname.dll.a'
10280 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10281 postinstall_cmds='base_file=`basename \${file}`~
10282 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10283 dldir=$destdir/`dirname \$dlpath`~
10284 test -d \$dldir || mkdir -p \$dldir~
10285 $install_prog $dir/$dlname \$dldir/$dlname~
10286 chmod a+x \$dldir/$dlname~
10287 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10288 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10290 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10291 dlpath=$dir/\$dldll~
10292 $RM \$dlpath'
10293 shlibpath_overrides_runpath=yes
10295 case $host_os in
10296 cygwin*)
10297 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10298 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10300 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10302 mingw* | cegcc*)
10303 # MinGW DLLs use traditional 'lib' prefix
10304 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10306 pw32*)
10307 # pw32 DLLs use 'pw' prefix rather than 'lib'
10308 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10310 esac
10314 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10316 esac
10317 dynamic_linker='Win32 ld.exe'
10318 # FIXME: first we should search . and the directory the executable is in
10319 shlibpath_var=PATH
10322 darwin* | rhapsody*)
10323 dynamic_linker="$host_os dyld"
10324 version_type=darwin
10325 need_lib_prefix=no
10326 need_version=no
10327 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10328 soname_spec='${libname}${release}${major}$shared_ext'
10329 shlibpath_overrides_runpath=yes
10330 shlibpath_var=DYLD_LIBRARY_PATH
10331 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10333 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10334 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10337 dgux*)
10338 version_type=linux
10339 need_lib_prefix=no
10340 need_version=no
10341 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10342 soname_spec='${libname}${release}${shared_ext}$major'
10343 shlibpath_var=LD_LIBRARY_PATH
10346 freebsd1*)
10347 dynamic_linker=no
10350 freebsd* | dragonfly*)
10351 # DragonFly does not have aout. When/if they implement a new
10352 # versioning mechanism, adjust this.
10353 if test -x /usr/bin/objformat; then
10354 objformat=`/usr/bin/objformat`
10355 else
10356 case $host_os in
10357 freebsd[123]*) objformat=aout ;;
10358 *) objformat=elf ;;
10359 esac
10361 version_type=freebsd-$objformat
10362 case $version_type in
10363 freebsd-elf*)
10364 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10365 need_version=no
10366 need_lib_prefix=no
10368 freebsd-*)
10369 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10370 need_version=yes
10372 esac
10373 shlibpath_var=LD_LIBRARY_PATH
10374 case $host_os in
10375 freebsd2*)
10376 shlibpath_overrides_runpath=yes
10378 freebsd3.[01]* | freebsdelf3.[01]*)
10379 shlibpath_overrides_runpath=yes
10380 hardcode_into_libs=yes
10382 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10383 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10384 shlibpath_overrides_runpath=no
10385 hardcode_into_libs=yes
10387 *) # from 4.6 on, and DragonFly
10388 shlibpath_overrides_runpath=yes
10389 hardcode_into_libs=yes
10391 esac
10394 gnu*)
10395 version_type=linux
10396 need_lib_prefix=no
10397 need_version=no
10398 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10399 soname_spec='${libname}${release}${shared_ext}$major'
10400 shlibpath_var=LD_LIBRARY_PATH
10401 hardcode_into_libs=yes
10404 haiku*)
10405 version_type=linux
10406 need_lib_prefix=no
10407 need_version=no
10408 dynamic_linker="$host_os runtime_loader"
10409 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10410 soname_spec='${libname}${release}${shared_ext}$major'
10411 shlibpath_var=LIBRARY_PATH
10412 shlibpath_overrides_runpath=yes
10413 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10414 hardcode_into_libs=yes
10417 hpux9* | hpux10* | hpux11*)
10418 # Give a soname corresponding to the major version so that dld.sl refuses to
10419 # link against other versions.
10420 version_type=sunos
10421 need_lib_prefix=no
10422 need_version=no
10423 case $host_cpu in
10424 ia64*)
10425 shrext_cmds='.so'
10426 hardcode_into_libs=yes
10427 dynamic_linker="$host_os dld.so"
10428 shlibpath_var=LD_LIBRARY_PATH
10429 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10430 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10431 soname_spec='${libname}${release}${shared_ext}$major'
10432 if test "X$HPUX_IA64_MODE" = X32; then
10433 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10434 else
10435 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10437 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10439 hppa*64*)
10440 shrext_cmds='.sl'
10441 hardcode_into_libs=yes
10442 dynamic_linker="$host_os dld.sl"
10443 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10444 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10445 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10446 soname_spec='${libname}${release}${shared_ext}$major'
10447 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10448 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10451 shrext_cmds='.sl'
10452 dynamic_linker="$host_os dld.sl"
10453 shlibpath_var=SHLIB_PATH
10454 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10455 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10456 soname_spec='${libname}${release}${shared_ext}$major'
10458 esac
10459 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10460 postinstall_cmds='chmod 555 $lib'
10461 # or fails outright, so override atomically:
10462 install_override_mode=555
10465 interix[3-9]*)
10466 version_type=linux
10467 need_lib_prefix=no
10468 need_version=no
10469 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10470 soname_spec='${libname}${release}${shared_ext}$major'
10471 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10472 shlibpath_var=LD_LIBRARY_PATH
10473 shlibpath_overrides_runpath=no
10474 hardcode_into_libs=yes
10477 irix5* | irix6* | nonstopux*)
10478 case $host_os in
10479 nonstopux*) version_type=nonstopux ;;
10481 if test "$lt_cv_prog_gnu_ld" = yes; then
10482 version_type=linux
10483 else
10484 version_type=irix
10485 fi ;;
10486 esac
10487 need_lib_prefix=no
10488 need_version=no
10489 soname_spec='${libname}${release}${shared_ext}$major'
10490 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10491 case $host_os in
10492 irix5* | nonstopux*)
10493 libsuff= shlibsuff=
10496 case $LD in # libtool.m4 will add one of these switches to LD
10497 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10498 libsuff= shlibsuff= libmagic=32-bit;;
10499 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10500 libsuff=32 shlibsuff=N32 libmagic=N32;;
10501 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10502 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10503 *) libsuff= shlibsuff= libmagic=never-match;;
10504 esac
10506 esac
10507 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10508 shlibpath_overrides_runpath=no
10509 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10510 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10511 hardcode_into_libs=yes
10514 # No shared lib support for Linux oldld, aout, or coff.
10515 linux*oldld* | linux*aout* | linux*coff*)
10516 dynamic_linker=no
10519 # This must be Linux ELF.
10520 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10521 version_type=linux
10522 need_lib_prefix=no
10523 need_version=no
10524 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10525 soname_spec='${libname}${release}${shared_ext}$major'
10526 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10527 shlibpath_var=LD_LIBRARY_PATH
10528 shlibpath_overrides_runpath=no
10530 # Some binutils ld are patched to set DT_RUNPATH
10531 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10532 $as_echo_n "(cached) " >&6
10533 else
10534 lt_cv_shlibpath_overrides_runpath=no
10535 save_LDFLAGS=$LDFLAGS
10536 save_libdir=$libdir
10537 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10538 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10540 /* end confdefs.h. */
10543 main ()
10547 return 0;
10549 _ACEOF
10550 if ac_fn_c_try_link "$LINENO"; then :
10551 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10552 lt_cv_shlibpath_overrides_runpath=yes
10555 rm -f core conftest.err conftest.$ac_objext \
10556 conftest$ac_exeext conftest.$ac_ext
10557 LDFLAGS=$save_LDFLAGS
10558 libdir=$save_libdir
10562 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10564 # This implies no fast_install, which is unacceptable.
10565 # Some rework will be needed to allow for fast_install
10566 # before this can be enabled.
10567 hardcode_into_libs=yes
10569 # Append ld.so.conf contents to the search path
10570 if test -f /etc/ld.so.conf; then
10571 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' ' '`
10572 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10575 # We used to test for /lib/ld.so.1 and disable shared libraries on
10576 # powerpc, because MkLinux only supported shared libraries with the
10577 # GNU dynamic linker. Since this was broken with cross compilers,
10578 # most powerpc-linux boxes support dynamic linking these days and
10579 # people can always --disable-shared, the test was removed, and we
10580 # assume the GNU/Linux dynamic linker is in use.
10581 dynamic_linker='GNU/Linux ld.so'
10584 netbsd*)
10585 version_type=sunos
10586 need_lib_prefix=no
10587 need_version=no
10588 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10589 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10590 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10591 dynamic_linker='NetBSD (a.out) ld.so'
10592 else
10593 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10594 soname_spec='${libname}${release}${shared_ext}$major'
10595 dynamic_linker='NetBSD ld.elf_so'
10597 shlibpath_var=LD_LIBRARY_PATH
10598 shlibpath_overrides_runpath=yes
10599 hardcode_into_libs=yes
10602 newsos6)
10603 version_type=linux
10604 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10605 shlibpath_var=LD_LIBRARY_PATH
10606 shlibpath_overrides_runpath=yes
10609 *nto* | *qnx*)
10610 version_type=qnx
10611 need_lib_prefix=no
10612 need_version=no
10613 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10614 soname_spec='${libname}${release}${shared_ext}$major'
10615 shlibpath_var=LD_LIBRARY_PATH
10616 shlibpath_overrides_runpath=no
10617 hardcode_into_libs=yes
10618 dynamic_linker='ldqnx.so'
10621 openbsd*)
10622 version_type=sunos
10623 sys_lib_dlsearch_path_spec="/usr/lib"
10624 need_lib_prefix=no
10625 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10626 case $host_os in
10627 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10628 *) need_version=no ;;
10629 esac
10630 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10631 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10632 shlibpath_var=LD_LIBRARY_PATH
10633 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10634 case $host_os in
10635 openbsd2.[89] | openbsd2.[89].*)
10636 shlibpath_overrides_runpath=no
10639 shlibpath_overrides_runpath=yes
10641 esac
10642 else
10643 shlibpath_overrides_runpath=yes
10647 os2*)
10648 libname_spec='$name'
10649 shrext_cmds=".dll"
10650 need_lib_prefix=no
10651 library_names_spec='$libname${shared_ext} $libname.a'
10652 dynamic_linker='OS/2 ld.exe'
10653 shlibpath_var=LIBPATH
10656 osf3* | osf4* | osf5*)
10657 version_type=osf
10658 need_lib_prefix=no
10659 need_version=no
10660 soname_spec='${libname}${release}${shared_ext}$major'
10661 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10662 shlibpath_var=LD_LIBRARY_PATH
10663 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10664 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10667 rdos*)
10668 dynamic_linker=no
10671 solaris*)
10672 version_type=linux
10673 need_lib_prefix=no
10674 need_version=no
10675 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10676 soname_spec='${libname}${release}${shared_ext}$major'
10677 shlibpath_var=LD_LIBRARY_PATH
10678 shlibpath_overrides_runpath=yes
10679 hardcode_into_libs=yes
10680 # ldd complains unless libraries are executable
10681 postinstall_cmds='chmod +x $lib'
10684 sunos4*)
10685 version_type=sunos
10686 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10687 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10688 shlibpath_var=LD_LIBRARY_PATH
10689 shlibpath_overrides_runpath=yes
10690 if test "$with_gnu_ld" = yes; then
10691 need_lib_prefix=no
10693 need_version=yes
10696 sysv4 | sysv4.3*)
10697 version_type=linux
10698 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10699 soname_spec='${libname}${release}${shared_ext}$major'
10700 shlibpath_var=LD_LIBRARY_PATH
10701 case $host_vendor in
10702 sni)
10703 shlibpath_overrides_runpath=no
10704 need_lib_prefix=no
10705 runpath_var=LD_RUN_PATH
10707 siemens)
10708 need_lib_prefix=no
10710 motorola)
10711 need_lib_prefix=no
10712 need_version=no
10713 shlibpath_overrides_runpath=no
10714 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10716 esac
10719 sysv4*MP*)
10720 if test -d /usr/nec ;then
10721 version_type=linux
10722 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10723 soname_spec='$libname${shared_ext}.$major'
10724 shlibpath_var=LD_LIBRARY_PATH
10728 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10729 version_type=freebsd-elf
10730 need_lib_prefix=no
10731 need_version=no
10732 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10733 soname_spec='${libname}${release}${shared_ext}$major'
10734 shlibpath_var=LD_LIBRARY_PATH
10735 shlibpath_overrides_runpath=yes
10736 hardcode_into_libs=yes
10737 if test "$with_gnu_ld" = yes; then
10738 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10739 else
10740 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10741 case $host_os in
10742 sco3.2v5*)
10743 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10745 esac
10747 sys_lib_dlsearch_path_spec='/usr/lib'
10750 tpf*)
10751 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10752 version_type=linux
10753 need_lib_prefix=no
10754 need_version=no
10755 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10756 shlibpath_var=LD_LIBRARY_PATH
10757 shlibpath_overrides_runpath=no
10758 hardcode_into_libs=yes
10761 uts4*)
10762 version_type=linux
10763 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10764 soname_spec='${libname}${release}${shared_ext}$major'
10765 shlibpath_var=LD_LIBRARY_PATH
10769 dynamic_linker=no
10771 esac
10772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10773 $as_echo "$dynamic_linker" >&6; }
10774 test "$dynamic_linker" = no && can_build_shared=no
10776 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10777 if test "$GCC" = yes; then
10778 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10781 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10782 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10784 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10785 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10880 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10881 hardcode_action=
10882 if test -n "$hardcode_libdir_flag_spec" ||
10883 test -n "$runpath_var" ||
10884 test "X$hardcode_automatic" = "Xyes" ; then
10886 # We can hardcode non-existent directories.
10887 if test "$hardcode_direct" != no &&
10888 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10889 # have to relink, otherwise we might link with an installed library
10890 # when we should be linking with a yet-to-be-installed one
10891 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10892 test "$hardcode_minus_L" != no; then
10893 # Linking always hardcodes the temporary library directory.
10894 hardcode_action=relink
10895 else
10896 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10897 hardcode_action=immediate
10899 else
10900 # We cannot hardcode anything, or else we can only hardcode existing
10901 # directories.
10902 hardcode_action=unsupported
10904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10905 $as_echo "$hardcode_action" >&6; }
10907 if test "$hardcode_action" = relink ||
10908 test "$inherit_rpath" = yes; then
10909 # Fast installation is not supported
10910 enable_fast_install=no
10911 elif test "$shlibpath_overrides_runpath" = yes ||
10912 test "$enable_shared" = no; then
10913 # Fast installation is not necessary
10914 enable_fast_install=needless
10922 if test "x$enable_dlopen" != xyes; then
10923 enable_dlopen=unknown
10924 enable_dlopen_self=unknown
10925 enable_dlopen_self_static=unknown
10926 else
10927 lt_cv_dlopen=no
10928 lt_cv_dlopen_libs=
10930 case $host_os in
10931 beos*)
10932 lt_cv_dlopen="load_add_on"
10933 lt_cv_dlopen_libs=
10934 lt_cv_dlopen_self=yes
10937 mingw* | pw32* | cegcc*)
10938 lt_cv_dlopen="LoadLibrary"
10939 lt_cv_dlopen_libs=
10942 cygwin*)
10943 lt_cv_dlopen="dlopen"
10944 lt_cv_dlopen_libs=
10947 darwin*)
10948 # if libdl is installed we need to link against it
10949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10950 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10951 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10952 $as_echo_n "(cached) " >&6
10953 else
10954 ac_check_lib_save_LIBS=$LIBS
10955 LIBS="-ldl $LIBS"
10956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10957 /* end confdefs.h. */
10959 /* Override any GCC internal prototype to avoid an error.
10960 Use char because int might match the return type of a GCC
10961 builtin and then its argument prototype would still apply. */
10962 #ifdef __cplusplus
10963 extern "C"
10964 #endif
10965 char dlopen ();
10967 main ()
10969 return dlopen ();
10971 return 0;
10973 _ACEOF
10974 if ac_fn_c_try_link "$LINENO"; then :
10975 ac_cv_lib_dl_dlopen=yes
10976 else
10977 ac_cv_lib_dl_dlopen=no
10979 rm -f core conftest.err conftest.$ac_objext \
10980 conftest$ac_exeext conftest.$ac_ext
10981 LIBS=$ac_check_lib_save_LIBS
10983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10984 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10985 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10986 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10987 else
10989 lt_cv_dlopen="dyld"
10990 lt_cv_dlopen_libs=
10991 lt_cv_dlopen_self=yes
10998 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10999 if test "x$ac_cv_func_shl_load" = x""yes; then :
11000 lt_cv_dlopen="shl_load"
11001 else
11002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11003 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11004 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11005 $as_echo_n "(cached) " >&6
11006 else
11007 ac_check_lib_save_LIBS=$LIBS
11008 LIBS="-ldld $LIBS"
11009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11010 /* end confdefs.h. */
11012 /* Override any GCC internal prototype to avoid an error.
11013 Use char because int might match the return type of a GCC
11014 builtin and then its argument prototype would still apply. */
11015 #ifdef __cplusplus
11016 extern "C"
11017 #endif
11018 char shl_load ();
11020 main ()
11022 return shl_load ();
11024 return 0;
11026 _ACEOF
11027 if ac_fn_c_try_link "$LINENO"; then :
11028 ac_cv_lib_dld_shl_load=yes
11029 else
11030 ac_cv_lib_dld_shl_load=no
11032 rm -f core conftest.err conftest.$ac_objext \
11033 conftest$ac_exeext conftest.$ac_ext
11034 LIBS=$ac_check_lib_save_LIBS
11036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11037 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11038 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
11039 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11040 else
11041 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11042 if test "x$ac_cv_func_dlopen" = x""yes; then :
11043 lt_cv_dlopen="dlopen"
11044 else
11045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11046 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11047 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11048 $as_echo_n "(cached) " >&6
11049 else
11050 ac_check_lib_save_LIBS=$LIBS
11051 LIBS="-ldl $LIBS"
11052 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11053 /* end confdefs.h. */
11055 /* Override any GCC internal prototype to avoid an error.
11056 Use char because int might match the return type of a GCC
11057 builtin and then its argument prototype would still apply. */
11058 #ifdef __cplusplus
11059 extern "C"
11060 #endif
11061 char dlopen ();
11063 main ()
11065 return dlopen ();
11067 return 0;
11069 _ACEOF
11070 if ac_fn_c_try_link "$LINENO"; then :
11071 ac_cv_lib_dl_dlopen=yes
11072 else
11073 ac_cv_lib_dl_dlopen=no
11075 rm -f core conftest.err conftest.$ac_objext \
11076 conftest$ac_exeext conftest.$ac_ext
11077 LIBS=$ac_check_lib_save_LIBS
11079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11080 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11081 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11082 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11083 else
11084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11085 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11086 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11087 $as_echo_n "(cached) " >&6
11088 else
11089 ac_check_lib_save_LIBS=$LIBS
11090 LIBS="-lsvld $LIBS"
11091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11092 /* end confdefs.h. */
11094 /* Override any GCC internal prototype to avoid an error.
11095 Use char because int might match the return type of a GCC
11096 builtin and then its argument prototype would still apply. */
11097 #ifdef __cplusplus
11098 extern "C"
11099 #endif
11100 char dlopen ();
11102 main ()
11104 return dlopen ();
11106 return 0;
11108 _ACEOF
11109 if ac_fn_c_try_link "$LINENO"; then :
11110 ac_cv_lib_svld_dlopen=yes
11111 else
11112 ac_cv_lib_svld_dlopen=no
11114 rm -f core conftest.err conftest.$ac_objext \
11115 conftest$ac_exeext conftest.$ac_ext
11116 LIBS=$ac_check_lib_save_LIBS
11118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11119 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11120 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11121 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11122 else
11123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11124 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11125 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11126 $as_echo_n "(cached) " >&6
11127 else
11128 ac_check_lib_save_LIBS=$LIBS
11129 LIBS="-ldld $LIBS"
11130 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11131 /* end confdefs.h. */
11133 /* Override any GCC internal prototype to avoid an error.
11134 Use char because int might match the return type of a GCC
11135 builtin and then its argument prototype would still apply. */
11136 #ifdef __cplusplus
11137 extern "C"
11138 #endif
11139 char dld_link ();
11141 main ()
11143 return dld_link ();
11145 return 0;
11147 _ACEOF
11148 if ac_fn_c_try_link "$LINENO"; then :
11149 ac_cv_lib_dld_dld_link=yes
11150 else
11151 ac_cv_lib_dld_dld_link=no
11153 rm -f core conftest.err conftest.$ac_objext \
11154 conftest$ac_exeext conftest.$ac_ext
11155 LIBS=$ac_check_lib_save_LIBS
11157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11158 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11159 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11160 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11179 esac
11181 if test "x$lt_cv_dlopen" != xno; then
11182 enable_dlopen=yes
11183 else
11184 enable_dlopen=no
11187 case $lt_cv_dlopen in
11188 dlopen)
11189 save_CPPFLAGS="$CPPFLAGS"
11190 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11192 save_LDFLAGS="$LDFLAGS"
11193 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11195 save_LIBS="$LIBS"
11196 LIBS="$lt_cv_dlopen_libs $LIBS"
11198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11199 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11200 if test "${lt_cv_dlopen_self+set}" = set; then :
11201 $as_echo_n "(cached) " >&6
11202 else
11203 if test "$cross_compiling" = yes; then :
11204 lt_cv_dlopen_self=cross
11205 else
11206 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11207 lt_status=$lt_dlunknown
11208 cat > conftest.$ac_ext <<_LT_EOF
11209 #line 11209 "configure"
11210 #include "confdefs.h"
11212 #if HAVE_DLFCN_H
11213 #include <dlfcn.h>
11214 #endif
11216 #include <stdio.h>
11218 #ifdef RTLD_GLOBAL
11219 # define LT_DLGLOBAL RTLD_GLOBAL
11220 #else
11221 # ifdef DL_GLOBAL
11222 # define LT_DLGLOBAL DL_GLOBAL
11223 # else
11224 # define LT_DLGLOBAL 0
11225 # endif
11226 #endif
11228 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11229 find out it does not work in some platform. */
11230 #ifndef LT_DLLAZY_OR_NOW
11231 # ifdef RTLD_LAZY
11232 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11233 # else
11234 # ifdef DL_LAZY
11235 # define LT_DLLAZY_OR_NOW DL_LAZY
11236 # else
11237 # ifdef RTLD_NOW
11238 # define LT_DLLAZY_OR_NOW RTLD_NOW
11239 # else
11240 # ifdef DL_NOW
11241 # define LT_DLLAZY_OR_NOW DL_NOW
11242 # else
11243 # define LT_DLLAZY_OR_NOW 0
11244 # endif
11245 # endif
11246 # endif
11247 # endif
11248 #endif
11250 /* When -fvisbility=hidden is used, assume the code has been annotated
11251 correspondingly for the symbols needed. */
11252 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11253 void fnord () __attribute__((visibility("default")));
11254 #endif
11256 void fnord () { int i=42; }
11257 int main ()
11259 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11260 int status = $lt_dlunknown;
11262 if (self)
11264 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11265 else
11267 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11268 else puts (dlerror ());
11270 /* dlclose (self); */
11272 else
11273 puts (dlerror ());
11275 return status;
11277 _LT_EOF
11278 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11279 (eval $ac_link) 2>&5
11280 ac_status=$?
11281 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11282 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11283 (./conftest; exit; ) >&5 2>/dev/null
11284 lt_status=$?
11285 case x$lt_status in
11286 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11287 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11288 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11289 esac
11290 else :
11291 # compilation failed
11292 lt_cv_dlopen_self=no
11295 rm -fr conftest*
11299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11300 $as_echo "$lt_cv_dlopen_self" >&6; }
11302 if test "x$lt_cv_dlopen_self" = xyes; then
11303 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11305 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11306 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11307 $as_echo_n "(cached) " >&6
11308 else
11309 if test "$cross_compiling" = yes; then :
11310 lt_cv_dlopen_self_static=cross
11311 else
11312 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11313 lt_status=$lt_dlunknown
11314 cat > conftest.$ac_ext <<_LT_EOF
11315 #line 11315 "configure"
11316 #include "confdefs.h"
11318 #if HAVE_DLFCN_H
11319 #include <dlfcn.h>
11320 #endif
11322 #include <stdio.h>
11324 #ifdef RTLD_GLOBAL
11325 # define LT_DLGLOBAL RTLD_GLOBAL
11326 #else
11327 # ifdef DL_GLOBAL
11328 # define LT_DLGLOBAL DL_GLOBAL
11329 # else
11330 # define LT_DLGLOBAL 0
11331 # endif
11332 #endif
11334 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11335 find out it does not work in some platform. */
11336 #ifndef LT_DLLAZY_OR_NOW
11337 # ifdef RTLD_LAZY
11338 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11339 # else
11340 # ifdef DL_LAZY
11341 # define LT_DLLAZY_OR_NOW DL_LAZY
11342 # else
11343 # ifdef RTLD_NOW
11344 # define LT_DLLAZY_OR_NOW RTLD_NOW
11345 # else
11346 # ifdef DL_NOW
11347 # define LT_DLLAZY_OR_NOW DL_NOW
11348 # else
11349 # define LT_DLLAZY_OR_NOW 0
11350 # endif
11351 # endif
11352 # endif
11353 # endif
11354 #endif
11356 /* When -fvisbility=hidden is used, assume the code has been annotated
11357 correspondingly for the symbols needed. */
11358 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11359 void fnord () __attribute__((visibility("default")));
11360 #endif
11362 void fnord () { int i=42; }
11363 int main ()
11365 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11366 int status = $lt_dlunknown;
11368 if (self)
11370 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11371 else
11373 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11374 else puts (dlerror ());
11376 /* dlclose (self); */
11378 else
11379 puts (dlerror ());
11381 return status;
11383 _LT_EOF
11384 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11385 (eval $ac_link) 2>&5
11386 ac_status=$?
11387 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11388 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11389 (./conftest; exit; ) >&5 2>/dev/null
11390 lt_status=$?
11391 case x$lt_status in
11392 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11393 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11394 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11395 esac
11396 else :
11397 # compilation failed
11398 lt_cv_dlopen_self_static=no
11401 rm -fr conftest*
11405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11406 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11409 CPPFLAGS="$save_CPPFLAGS"
11410 LDFLAGS="$save_LDFLAGS"
11411 LIBS="$save_LIBS"
11413 esac
11415 case $lt_cv_dlopen_self in
11416 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11417 *) enable_dlopen_self=unknown ;;
11418 esac
11420 case $lt_cv_dlopen_self_static in
11421 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11422 *) enable_dlopen_self_static=unknown ;;
11423 esac
11442 striplib=
11443 old_striplib=
11444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11445 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11446 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11447 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11448 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11450 $as_echo "yes" >&6; }
11451 else
11452 # FIXME - insert some real tests, host_os isn't really good enough
11453 case $host_os in
11454 darwin*)
11455 if test -n "$STRIP" ; then
11456 striplib="$STRIP -x"
11457 old_striplib="$STRIP -S"
11458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11459 $as_echo "yes" >&6; }
11460 else
11461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11462 $as_echo "no" >&6; }
11466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11467 $as_echo "no" >&6; }
11469 esac
11483 # Report which library types will actually be built
11484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11485 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11487 $as_echo "$can_build_shared" >&6; }
11489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11490 $as_echo_n "checking whether to build shared libraries... " >&6; }
11491 test "$can_build_shared" = "no" && enable_shared=no
11493 # On AIX, shared libraries and static libraries use the same namespace, and
11494 # are all built from PIC.
11495 case $host_os in
11496 aix3*)
11497 test "$enable_shared" = yes && enable_static=no
11498 if test -n "$RANLIB"; then
11499 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11500 postinstall_cmds='$RANLIB $lib'
11504 aix[4-9]*)
11505 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11506 test "$enable_shared" = yes && enable_static=no
11509 esac
11510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11511 $as_echo "$enable_shared" >&6; }
11513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11514 $as_echo_n "checking whether to build static libraries... " >&6; }
11515 # Make sure either enable_shared or enable_static is yes.
11516 test "$enable_shared" = yes || enable_static=yes
11517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11518 $as_echo "$enable_static" >&6; }
11524 ac_ext=c
11525 ac_cpp='$CPP $CPPFLAGS'
11526 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11527 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11528 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11530 CC="$lt_save_CC"
11544 ac_config_commands="$ac_config_commands libtool"
11549 # Only expand once:
11553 # Check whether --enable-targets was given.
11554 if test "${enable_targets+set}" = set; then :
11555 enableval=$enable_targets; case "${enableval}" in
11556 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
11558 no) enable_targets= ;;
11559 *) enable_targets=$enableval ;;
11560 esac
11564 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11566 /* end confdefs.h. */
11567 __GNUC__
11568 _ACEOF
11569 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11570 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11572 else
11573 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11575 rm -f conftest*
11578 # Check whether --enable-werror was given.
11579 if test "${enable_werror+set}" = set; then :
11580 enableval=$enable_werror; case "${enableval}" in
11581 yes | y) ERROR_ON_WARNING="yes" ;;
11582 no | n) ERROR_ON_WARNING="no" ;;
11583 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11584 esac
11588 # Disable -Wformat by default when using gcc on mingw
11589 case "${host}" in
11590 *-*-mingw32*)
11591 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11592 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11595 *) ;;
11596 esac
11598 # Enable -Werror by default when using gcc
11599 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11600 ERROR_ON_WARNING=yes
11603 NO_WERROR=
11604 if test "${ERROR_ON_WARNING}" = yes ; then
11605 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11606 NO_WERROR="-Wno-error"
11609 if test "${GCC}" = yes ; then
11610 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11613 # Check whether --enable-build-warnings was given.
11614 if test "${enable_build_warnings+set}" = set; then :
11615 enableval=$enable_build_warnings; case "${enableval}" in
11616 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
11617 no) if test "${GCC}" = yes ; then
11618 WARN_CFLAGS="-w"
11619 fi;;
11620 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11621 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
11622 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11623 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
11624 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11625 esac
11629 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11630 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11637 ac_config_headers="$ac_config_headers config.h:config.in"
11640 if test -z "$target" ; then
11641 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
11643 if test -z "$host" ; then
11644 as_fn_error "Unrecognized host system type; please check config.sub." "$LINENO" 5
11647 for ac_prog in 'bison -y' byacc
11649 # Extract the first word of "$ac_prog", so it can be a program name with args.
11650 set dummy $ac_prog; ac_word=$2
11651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11652 $as_echo_n "checking for $ac_word... " >&6; }
11653 if test "${ac_cv_prog_YACC+set}" = set; then :
11654 $as_echo_n "(cached) " >&6
11655 else
11656 if test -n "$YACC"; then
11657 ac_cv_prog_YACC="$YACC" # Let the user override the test.
11658 else
11659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11660 for as_dir in $PATH
11662 IFS=$as_save_IFS
11663 test -z "$as_dir" && as_dir=.
11664 for ac_exec_ext in '' $ac_executable_extensions; do
11665 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11666 ac_cv_prog_YACC="$ac_prog"
11667 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11668 break 2
11670 done
11671 done
11672 IFS=$as_save_IFS
11676 YACC=$ac_cv_prog_YACC
11677 if test -n "$YACC"; then
11678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
11679 $as_echo "$YACC" >&6; }
11680 else
11681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11682 $as_echo "no" >&6; }
11686 test -n "$YACC" && break
11687 done
11688 test -n "$YACC" || YACC="yacc"
11690 for ac_prog in flex lex
11692 # Extract the first word of "$ac_prog", so it can be a program name with args.
11693 set dummy $ac_prog; ac_word=$2
11694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11695 $as_echo_n "checking for $ac_word... " >&6; }
11696 if test "${ac_cv_prog_LEX+set}" = set; then :
11697 $as_echo_n "(cached) " >&6
11698 else
11699 if test -n "$LEX"; then
11700 ac_cv_prog_LEX="$LEX" # Let the user override the test.
11701 else
11702 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11703 for as_dir in $PATH
11705 IFS=$as_save_IFS
11706 test -z "$as_dir" && as_dir=.
11707 for ac_exec_ext in '' $ac_executable_extensions; do
11708 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11709 ac_cv_prog_LEX="$ac_prog"
11710 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11711 break 2
11713 done
11714 done
11715 IFS=$as_save_IFS
11719 LEX=$ac_cv_prog_LEX
11720 if test -n "$LEX"; then
11721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
11722 $as_echo "$LEX" >&6; }
11723 else
11724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11725 $as_echo "no" >&6; }
11729 test -n "$LEX" && break
11730 done
11731 test -n "$LEX" || LEX=":"
11733 if test "x$LEX" != "x:"; then
11734 cat >conftest.l <<_ACEOF
11736 a { ECHO; }
11737 b { REJECT; }
11738 c { yymore (); }
11739 d { yyless (1); }
11740 e { yyless (input () != 0); }
11741 f { unput (yytext[0]); }
11742 . { BEGIN INITIAL; }
11744 #ifdef YYTEXT_POINTER
11745 extern char *yytext;
11746 #endif
11748 main (void)
11750 return ! yylex () + ! yywrap ();
11752 _ACEOF
11753 { { ac_try="$LEX conftest.l"
11754 case "(($ac_try" in
11755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11756 *) ac_try_echo=$ac_try;;
11757 esac
11758 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
11759 $as_echo "$ac_try_echo"; } >&5
11760 (eval "$LEX conftest.l") 2>&5
11761 ac_status=$?
11762 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11763 test $ac_status = 0; }
11764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
11765 $as_echo_n "checking lex output file root... " >&6; }
11766 if test "${ac_cv_prog_lex_root+set}" = set; then :
11767 $as_echo_n "(cached) " >&6
11768 else
11770 if test -f lex.yy.c; then
11771 ac_cv_prog_lex_root=lex.yy
11772 elif test -f lexyy.c; then
11773 ac_cv_prog_lex_root=lexyy
11774 else
11775 as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
11778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
11779 $as_echo "$ac_cv_prog_lex_root" >&6; }
11780 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
11782 if test -z "${LEXLIB+set}"; then
11783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
11784 $as_echo_n "checking lex library... " >&6; }
11785 if test "${ac_cv_lib_lex+set}" = set; then :
11786 $as_echo_n "(cached) " >&6
11787 else
11789 ac_save_LIBS=$LIBS
11790 ac_cv_lib_lex='none needed'
11791 for ac_lib in '' -lfl -ll; do
11792 LIBS="$ac_lib $ac_save_LIBS"
11793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11794 /* end confdefs.h. */
11795 `cat $LEX_OUTPUT_ROOT.c`
11796 _ACEOF
11797 if ac_fn_c_try_link "$LINENO"; then :
11798 ac_cv_lib_lex=$ac_lib
11800 rm -f core conftest.err conftest.$ac_objext \
11801 conftest$ac_exeext conftest.$ac_ext
11802 test "$ac_cv_lib_lex" != 'none needed' && break
11803 done
11804 LIBS=$ac_save_LIBS
11807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
11808 $as_echo "$ac_cv_lib_lex" >&6; }
11809 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
11813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
11814 $as_echo_n "checking whether yytext is a pointer... " >&6; }
11815 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
11816 $as_echo_n "(cached) " >&6
11817 else
11818 # POSIX says lex can declare yytext either as a pointer or an array; the
11819 # default is implementation-dependent. Figure out which it is, since
11820 # not all implementations provide the %pointer and %array declarations.
11821 ac_cv_prog_lex_yytext_pointer=no
11822 ac_save_LIBS=$LIBS
11823 LIBS="$LEXLIB $ac_save_LIBS"
11824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11825 /* end confdefs.h. */
11826 #define YYTEXT_POINTER 1
11827 `cat $LEX_OUTPUT_ROOT.c`
11828 _ACEOF
11829 if ac_fn_c_try_link "$LINENO"; then :
11830 ac_cv_prog_lex_yytext_pointer=yes
11832 rm -f core conftest.err conftest.$ac_objext \
11833 conftest$ac_exeext conftest.$ac_ext
11834 LIBS=$ac_save_LIBS
11837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
11838 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
11839 if test $ac_cv_prog_lex_yytext_pointer = yes; then
11841 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
11844 rm -f conftest.l $LEX_OUTPUT_ROOT.c
11847 if test "$LEX" = :; then
11848 LEX=${am_missing_run}flex
11851 ALL_LINGUAS="da es fi fr id ja ro ru rw sk sv tr uk vi zh_CN zh_TW bg"
11852 # If we haven't got the data from the intl directory,
11853 # assume NLS is disabled.
11854 USE_NLS=no
11855 LIBINTL=
11856 LIBINTL_DEP=
11857 INCINTL=
11858 XGETTEXT=
11859 GMSGFMT=
11860 POSUB=
11862 if test -f ../intl/config.intl; then
11863 . ../intl/config.intl
11865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11866 $as_echo_n "checking whether NLS is requested... " >&6; }
11867 if test x"$USE_NLS" != xyes; then
11868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11869 $as_echo "no" >&6; }
11870 else
11871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11872 $as_echo "yes" >&6; }
11874 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
11877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
11878 $as_echo_n "checking for catalogs to be installed... " >&6; }
11879 # Look for .po and .gmo files in the source directory.
11880 CATALOGS=
11881 XLINGUAS=
11882 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
11883 # If there aren't any .gmo files the shell will give us the
11884 # literal string "../path/to/srcdir/po/*.gmo" which has to be
11885 # weeded out.
11886 case "$cat" in *\**)
11887 continue;;
11888 esac
11889 # The quadruple backslash is collapsed to a double backslash
11890 # by the backticks, then collapsed again by the double quotes,
11891 # leaving us with one backslash in the sed expression (right
11892 # before the dot that mustn't act as a wildcard).
11893 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
11894 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
11895 # The user is allowed to set LINGUAS to a list of languages to
11896 # install catalogs for. If it's empty that means "all of them."
11897 if test "x$LINGUAS" = x; then
11898 CATALOGS="$CATALOGS $cat"
11899 XLINGUAS="$XLINGUAS $lang"
11900 else
11901 case "$LINGUAS" in *$lang*)
11902 CATALOGS="$CATALOGS $cat"
11903 XLINGUAS="$XLINGUAS $lang"
11905 esac
11907 done
11908 LINGUAS="$XLINGUAS"
11909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
11910 $as_echo "$LINGUAS" >&6; }
11913 DATADIRNAME=share
11915 INSTOBJEXT=.mo
11917 GENCAT=gencat
11919 CATOBJEXT=.gmo
11923 MKINSTALLDIRS=
11924 if test -n "$ac_aux_dir"; then
11925 case "$ac_aux_dir" in
11926 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
11927 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
11928 esac
11930 if test -z "$MKINSTALLDIRS"; then
11931 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
11936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11937 $as_echo_n "checking whether NLS is requested... " >&6; }
11938 # Check whether --enable-nls was given.
11939 if test "${enable_nls+set}" = set; then :
11940 enableval=$enable_nls; USE_NLS=$enableval
11941 else
11942 USE_NLS=yes
11945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
11946 $as_echo "$USE_NLS" >&6; }
11953 # Prepare PATH_SEPARATOR.
11954 # The user is always right.
11955 if test "${PATH_SEPARATOR+set}" != set; then
11956 echo "#! /bin/sh" >conf$$.sh
11957 echo "exit 0" >>conf$$.sh
11958 chmod +x conf$$.sh
11959 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11960 PATH_SEPARATOR=';'
11961 else
11962 PATH_SEPARATOR=:
11964 rm -f conf$$.sh
11967 # Find out how to test for executable files. Don't use a zero-byte file,
11968 # as systems may use methods other than mode bits to determine executability.
11969 cat >conf$$.file <<_ASEOF
11970 #! /bin/sh
11971 exit 0
11972 _ASEOF
11973 chmod +x conf$$.file
11974 if test -x conf$$.file >/dev/null 2>&1; then
11975 ac_executable_p="test -x"
11976 else
11977 ac_executable_p="test -f"
11979 rm -f conf$$.file
11981 # Extract the first word of "msgfmt", so it can be a program name with args.
11982 set dummy msgfmt; ac_word=$2
11983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11984 $as_echo_n "checking for $ac_word... " >&6; }
11985 if test "${ac_cv_path_MSGFMT+set}" = set; then :
11986 $as_echo_n "(cached) " >&6
11987 else
11988 case "$MSGFMT" in
11989 [\\/]* | ?:[\\/]*)
11990 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
11993 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
11994 for ac_dir in $PATH; do
11995 IFS="$ac_save_IFS"
11996 test -z "$ac_dir" && ac_dir=.
11997 for ac_exec_ext in '' $ac_executable_extensions; do
11998 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11999 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12000 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12001 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12002 break 2
12005 done
12006 done
12007 IFS="$ac_save_IFS"
12008 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12010 esac
12012 MSGFMT="$ac_cv_path_MSGFMT"
12013 if test "$MSGFMT" != ":"; then
12014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12015 $as_echo "$MSGFMT" >&6; }
12016 else
12017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12018 $as_echo "no" >&6; }
12021 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12022 set dummy gmsgfmt; ac_word=$2
12023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12024 $as_echo_n "checking for $ac_word... " >&6; }
12025 if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12026 $as_echo_n "(cached) " >&6
12027 else
12028 case $GMSGFMT in
12029 [\\/]* | ?:[\\/]*)
12030 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12034 for as_dir in $PATH
12036 IFS=$as_save_IFS
12037 test -z "$as_dir" && as_dir=.
12038 for ac_exec_ext in '' $ac_executable_extensions; do
12039 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12040 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12041 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12042 break 2
12044 done
12045 done
12046 IFS=$as_save_IFS
12048 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12050 esac
12052 GMSGFMT=$ac_cv_path_GMSGFMT
12053 if test -n "$GMSGFMT"; then
12054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12055 $as_echo "$GMSGFMT" >&6; }
12056 else
12057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12058 $as_echo "no" >&6; }
12064 # Prepare PATH_SEPARATOR.
12065 # The user is always right.
12066 if test "${PATH_SEPARATOR+set}" != set; then
12067 echo "#! /bin/sh" >conf$$.sh
12068 echo "exit 0" >>conf$$.sh
12069 chmod +x conf$$.sh
12070 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12071 PATH_SEPARATOR=';'
12072 else
12073 PATH_SEPARATOR=:
12075 rm -f conf$$.sh
12078 # Find out how to test for executable files. Don't use a zero-byte file,
12079 # as systems may use methods other than mode bits to determine executability.
12080 cat >conf$$.file <<_ASEOF
12081 #! /bin/sh
12082 exit 0
12083 _ASEOF
12084 chmod +x conf$$.file
12085 if test -x conf$$.file >/dev/null 2>&1; then
12086 ac_executable_p="test -x"
12087 else
12088 ac_executable_p="test -f"
12090 rm -f conf$$.file
12092 # Extract the first word of "xgettext", so it can be a program name with args.
12093 set dummy xgettext; ac_word=$2
12094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12095 $as_echo_n "checking for $ac_word... " >&6; }
12096 if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12097 $as_echo_n "(cached) " >&6
12098 else
12099 case "$XGETTEXT" in
12100 [\\/]* | ?:[\\/]*)
12101 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12104 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12105 for ac_dir in $PATH; do
12106 IFS="$ac_save_IFS"
12107 test -z "$ac_dir" && ac_dir=.
12108 for ac_exec_ext in '' $ac_executable_extensions; do
12109 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12110 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12111 (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
12112 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12113 break 2
12116 done
12117 done
12118 IFS="$ac_save_IFS"
12119 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12121 esac
12123 XGETTEXT="$ac_cv_path_XGETTEXT"
12124 if test "$XGETTEXT" != ":"; then
12125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12126 $as_echo "$XGETTEXT" >&6; }
12127 else
12128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12129 $as_echo "no" >&6; }
12132 rm -f messages.po
12135 # Prepare PATH_SEPARATOR.
12136 # The user is always right.
12137 if test "${PATH_SEPARATOR+set}" != set; then
12138 echo "#! /bin/sh" >conf$$.sh
12139 echo "exit 0" >>conf$$.sh
12140 chmod +x conf$$.sh
12141 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12142 PATH_SEPARATOR=';'
12143 else
12144 PATH_SEPARATOR=:
12146 rm -f conf$$.sh
12149 # Find out how to test for executable files. Don't use a zero-byte file,
12150 # as systems may use methods other than mode bits to determine executability.
12151 cat >conf$$.file <<_ASEOF
12152 #! /bin/sh
12153 exit 0
12154 _ASEOF
12155 chmod +x conf$$.file
12156 if test -x conf$$.file >/dev/null 2>&1; then
12157 ac_executable_p="test -x"
12158 else
12159 ac_executable_p="test -f"
12161 rm -f conf$$.file
12163 # Extract the first word of "msgmerge", so it can be a program name with args.
12164 set dummy msgmerge; ac_word=$2
12165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12166 $as_echo_n "checking for $ac_word... " >&6; }
12167 if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12168 $as_echo_n "(cached) " >&6
12169 else
12170 case "$MSGMERGE" in
12171 [\\/]* | ?:[\\/]*)
12172 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12175 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12176 for ac_dir in $PATH; do
12177 IFS="$ac_save_IFS"
12178 test -z "$ac_dir" && ac_dir=.
12179 for ac_exec_ext in '' $ac_executable_extensions; do
12180 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12181 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12182 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12183 break 2
12186 done
12187 done
12188 IFS="$ac_save_IFS"
12189 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12191 esac
12193 MSGMERGE="$ac_cv_path_MSGMERGE"
12194 if test "$MSGMERGE" != ":"; then
12195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12196 $as_echo "$MSGMERGE" >&6; }
12197 else
12198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12199 $as_echo "no" >&6; }
12203 if test "$GMSGFMT" != ":"; then
12204 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12205 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12207 else
12208 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12210 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12211 GMSGFMT=":"
12215 if test "$XGETTEXT" != ":"; then
12216 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12217 (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
12219 else
12220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12221 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12222 XGETTEXT=":"
12224 rm -f messages.po
12227 ac_config_commands="$ac_config_commands default-1"
12232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12233 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12234 # Check whether --enable-maintainer-mode was given.
12235 if test "${enable_maintainer_mode+set}" = set; then :
12236 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12237 else
12238 USE_MAINTAINER_MODE=no
12241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12242 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12243 if test $USE_MAINTAINER_MODE = yes; then
12244 MAINTAINER_MODE_TRUE=
12245 MAINTAINER_MODE_FALSE='#'
12246 else
12247 MAINTAINER_MODE_TRUE='#'
12248 MAINTAINER_MODE_FALSE=
12251 MAINT=$MAINTAINER_MODE_TRUE
12254 if false; then
12255 GENINSRC_NEVER_TRUE=
12256 GENINSRC_NEVER_FALSE='#'
12257 else
12258 GENINSRC_NEVER_TRUE='#'
12259 GENINSRC_NEVER_FALSE=
12263 if test -n "$EXEEXT"; then
12265 $as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
12269 cat >>confdefs.h <<_ACEOF
12270 #define EXECUTABLE_SUFFIX "${EXEEXT}"
12271 _ACEOF
12274 # host-specific stuff:
12276 HDEFINES=
12278 . ${srcdir}/../bfd/configure.host
12281 AR=${AR-ar}
12283 if test -n "$ac_tool_prefix"; then
12284 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
12285 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
12286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12287 $as_echo_n "checking for $ac_word... " >&6; }
12288 if test "${ac_cv_prog_RANLIB+set}" = set; then :
12289 $as_echo_n "(cached) " >&6
12290 else
12291 if test -n "$RANLIB"; then
12292 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
12293 else
12294 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12295 for as_dir in $PATH
12297 IFS=$as_save_IFS
12298 test -z "$as_dir" && as_dir=.
12299 for ac_exec_ext in '' $ac_executable_extensions; do
12300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12301 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
12302 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12303 break 2
12305 done
12306 done
12307 IFS=$as_save_IFS
12311 RANLIB=$ac_cv_prog_RANLIB
12312 if test -n "$RANLIB"; then
12313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
12314 $as_echo "$RANLIB" >&6; }
12315 else
12316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12317 $as_echo "no" >&6; }
12322 if test -z "$ac_cv_prog_RANLIB"; then
12323 ac_ct_RANLIB=$RANLIB
12324 # Extract the first word of "ranlib", so it can be a program name with args.
12325 set dummy ranlib; ac_word=$2
12326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12327 $as_echo_n "checking for $ac_word... " >&6; }
12328 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
12329 $as_echo_n "(cached) " >&6
12330 else
12331 if test -n "$ac_ct_RANLIB"; then
12332 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
12333 else
12334 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12335 for as_dir in $PATH
12337 IFS=$as_save_IFS
12338 test -z "$as_dir" && as_dir=.
12339 for ac_exec_ext in '' $ac_executable_extensions; do
12340 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12341 ac_cv_prog_ac_ct_RANLIB="ranlib"
12342 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12343 break 2
12345 done
12346 done
12347 IFS=$as_save_IFS
12351 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
12352 if test -n "$ac_ct_RANLIB"; then
12353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
12354 $as_echo "$ac_ct_RANLIB" >&6; }
12355 else
12356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12357 $as_echo "no" >&6; }
12360 if test "x$ac_ct_RANLIB" = x; then
12361 RANLIB=":"
12362 else
12363 case $cross_compiling:$ac_tool_warned in
12364 yes:)
12365 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12366 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12367 ac_tool_warned=yes ;;
12368 esac
12369 RANLIB=$ac_ct_RANLIB
12371 else
12372 RANLIB="$ac_cv_prog_RANLIB"
12377 # Put a plausible default for CC_FOR_BUILD in Makefile.
12378 if test -z "$CC_FOR_BUILD"; then
12379 if test "x$cross_compiling" = "xno"; then
12380 CC_FOR_BUILD='$(CC)'
12381 else
12382 CC_FOR_BUILD=gcc
12386 # Also set EXEEXT_FOR_BUILD.
12387 if test "x$cross_compiling" = "xno"; then
12388 EXEEXT_FOR_BUILD='$(EXEEXT)'
12389 else
12390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12391 $as_echo_n "checking for build system executable suffix... " >&6; }
12392 if test "${bfd_cv_build_exeext+set}" = set; then :
12393 $as_echo_n "(cached) " >&6
12394 else
12395 rm -f conftest*
12396 echo 'int main () { return 0; }' > conftest.c
12397 bfd_cv_build_exeext=
12398 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12399 for file in conftest.*; do
12400 case $file in
12401 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12402 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12403 esac
12404 done
12405 rm -f conftest*
12406 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12409 $as_echo "$bfd_cv_build_exeext" >&6; }
12410 EXEEXT_FOR_BUILD=""
12411 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12415 DEMANGLER_NAME=c++filt
12416 case "${host}" in
12417 *-*-go32* | *-*-msdos*)
12418 DEMANGLER_NAME=cxxfilt
12419 esac
12422 for ac_header in string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h limits.h sys/param.h
12423 do :
12424 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12425 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12426 eval as_val=\$$as_ac_Header
12427 if test "x$as_val" = x""yes; then :
12428 cat >>confdefs.h <<_ACEOF
12429 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12430 _ACEOF
12434 done
12436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
12437 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
12438 if test "${ac_cv_header_sys_wait_h+set}" = set; then :
12439 $as_echo_n "(cached) " >&6
12440 else
12441 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12442 /* end confdefs.h. */
12443 #include <sys/types.h>
12444 #include <sys/wait.h>
12445 #ifndef WEXITSTATUS
12446 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
12447 #endif
12448 #ifndef WIFEXITED
12449 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
12450 #endif
12453 main ()
12455 int s;
12456 wait (&s);
12457 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
12459 return 0;
12461 _ACEOF
12462 if ac_fn_c_try_compile "$LINENO"; then :
12463 ac_cv_header_sys_wait_h=yes
12464 else
12465 ac_cv_header_sys_wait_h=no
12467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
12470 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
12471 if test $ac_cv_header_sys_wait_h = yes; then
12473 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
12477 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
12478 # for constant arguments. Useless!
12479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
12480 $as_echo_n "checking for working alloca.h... " >&6; }
12481 if test "${ac_cv_working_alloca_h+set}" = set; then :
12482 $as_echo_n "(cached) " >&6
12483 else
12484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12485 /* end confdefs.h. */
12486 #include <alloca.h>
12488 main ()
12490 char *p = (char *) alloca (2 * sizeof (int));
12491 if (p) return 0;
12493 return 0;
12495 _ACEOF
12496 if ac_fn_c_try_link "$LINENO"; then :
12497 ac_cv_working_alloca_h=yes
12498 else
12499 ac_cv_working_alloca_h=no
12501 rm -f core conftest.err conftest.$ac_objext \
12502 conftest$ac_exeext conftest.$ac_ext
12504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
12505 $as_echo "$ac_cv_working_alloca_h" >&6; }
12506 if test $ac_cv_working_alloca_h = yes; then
12508 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
12512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
12513 $as_echo_n "checking for alloca... " >&6; }
12514 if test "${ac_cv_func_alloca_works+set}" = set; then :
12515 $as_echo_n "(cached) " >&6
12516 else
12517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12518 /* end confdefs.h. */
12519 #ifdef __GNUC__
12520 # define alloca __builtin_alloca
12521 #else
12522 # ifdef _MSC_VER
12523 # include <malloc.h>
12524 # define alloca _alloca
12525 # else
12526 # ifdef HAVE_ALLOCA_H
12527 # include <alloca.h>
12528 # else
12529 # ifdef _AIX
12530 #pragma alloca
12531 # else
12532 # ifndef alloca /* predefined by HP cc +Olibcalls */
12533 char *alloca ();
12534 # endif
12535 # endif
12536 # endif
12537 # endif
12538 #endif
12541 main ()
12543 char *p = (char *) alloca (1);
12544 if (p) return 0;
12546 return 0;
12548 _ACEOF
12549 if ac_fn_c_try_link "$LINENO"; then :
12550 ac_cv_func_alloca_works=yes
12551 else
12552 ac_cv_func_alloca_works=no
12554 rm -f core conftest.err conftest.$ac_objext \
12555 conftest$ac_exeext conftest.$ac_ext
12557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
12558 $as_echo "$ac_cv_func_alloca_works" >&6; }
12560 if test $ac_cv_func_alloca_works = yes; then
12562 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
12564 else
12565 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
12566 # that cause trouble. Some versions do not even contain alloca or
12567 # contain a buggy version. If you still want to use their alloca,
12568 # use ar to extract alloca.o from them instead of compiling alloca.c.
12570 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
12572 $as_echo "#define C_ALLOCA 1" >>confdefs.h
12575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
12576 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
12577 if test "${ac_cv_os_cray+set}" = set; then :
12578 $as_echo_n "(cached) " >&6
12579 else
12580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12581 /* end confdefs.h. */
12582 #if defined CRAY && ! defined CRAY2
12583 webecray
12584 #else
12585 wenotbecray
12586 #endif
12588 _ACEOF
12589 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12590 $EGREP "webecray" >/dev/null 2>&1; then :
12591 ac_cv_os_cray=yes
12592 else
12593 ac_cv_os_cray=no
12595 rm -f conftest*
12598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
12599 $as_echo "$ac_cv_os_cray" >&6; }
12600 if test $ac_cv_os_cray = yes; then
12601 for ac_func in _getb67 GETB67 getb67; do
12602 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12603 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12604 eval as_val=\$$as_ac_var
12605 if test "x$as_val" = x""yes; then :
12607 cat >>confdefs.h <<_ACEOF
12608 #define CRAY_STACKSEG_END $ac_func
12609 _ACEOF
12611 break
12614 done
12617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
12618 $as_echo_n "checking stack direction for C alloca... " >&6; }
12619 if test "${ac_cv_c_stack_direction+set}" = set; then :
12620 $as_echo_n "(cached) " >&6
12621 else
12622 if test "$cross_compiling" = yes; then :
12623 ac_cv_c_stack_direction=0
12624 else
12625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12626 /* end confdefs.h. */
12627 $ac_includes_default
12629 find_stack_direction ()
12631 static char *addr = 0;
12632 auto char dummy;
12633 if (addr == 0)
12635 addr = &dummy;
12636 return find_stack_direction ();
12638 else
12639 return (&dummy > addr) ? 1 : -1;
12643 main ()
12645 return find_stack_direction () < 0;
12647 _ACEOF
12648 if ac_fn_c_try_run "$LINENO"; then :
12649 ac_cv_c_stack_direction=1
12650 else
12651 ac_cv_c_stack_direction=-1
12653 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12654 conftest.$ac_objext conftest.beam conftest.$ac_ext
12658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
12659 $as_echo "$ac_cv_c_stack_direction" >&6; }
12660 cat >>confdefs.h <<_ACEOF
12661 #define STACK_DIRECTION $ac_cv_c_stack_direction
12662 _ACEOF
12667 for ac_func in sbrk utimes setmode getc_unlocked strcoll
12668 do :
12669 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12670 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12671 eval as_val=\$$as_ac_var
12672 if test "x$as_val" = x""yes; then :
12673 cat >>confdefs.h <<_ACEOF
12674 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12675 _ACEOF
12678 done
12680 ac_fn_c_check_func "$LINENO" "mkstemp" "ac_cv_func_mkstemp"
12681 if test "x$ac_cv_func_mkstemp" = x""yes; then :
12683 $as_echo "#define HAVE_MKSTEMP 1" >>confdefs.h
12687 ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
12688 if test "x$ac_cv_func_mkdtemp" = x""yes; then :
12690 $as_echo "#define HAVE_MKDTEMP 1" >>confdefs.h
12695 # Some systems have frexp only in -lm, not in -lc.
12696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
12697 $as_echo_n "checking for library containing frexp... " >&6; }
12698 if test "${ac_cv_search_frexp+set}" = set; then :
12699 $as_echo_n "(cached) " >&6
12700 else
12701 ac_func_search_save_LIBS=$LIBS
12702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12703 /* end confdefs.h. */
12705 /* Override any GCC internal prototype to avoid an error.
12706 Use char because int might match the return type of a GCC
12707 builtin and then its argument prototype would still apply. */
12708 #ifdef __cplusplus
12709 extern "C"
12710 #endif
12711 char frexp ();
12713 main ()
12715 return frexp ();
12717 return 0;
12719 _ACEOF
12720 for ac_lib in '' m; do
12721 if test -z "$ac_lib"; then
12722 ac_res="none required"
12723 else
12724 ac_res=-l$ac_lib
12725 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12727 if ac_fn_c_try_link "$LINENO"; then :
12728 ac_cv_search_frexp=$ac_res
12730 rm -f core conftest.err conftest.$ac_objext \
12731 conftest$ac_exeext
12732 if test "${ac_cv_search_frexp+set}" = set; then :
12733 break
12735 done
12736 if test "${ac_cv_search_frexp+set}" = set; then :
12738 else
12739 ac_cv_search_frexp=no
12741 rm conftest.$ac_ext
12742 LIBS=$ac_func_search_save_LIBS
12744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
12745 $as_echo "$ac_cv_search_frexp" >&6; }
12746 ac_res=$ac_cv_search_frexp
12747 if test "$ac_res" != no; then :
12748 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in time.h" >&5
12754 $as_echo_n "checking for time_t in time.h... " >&6; }
12755 if test "${bu_cv_decl_time_t_time_h+set}" = set; then :
12756 $as_echo_n "(cached) " >&6
12757 else
12758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12759 /* end confdefs.h. */
12760 #include <time.h>
12762 main ()
12764 time_t i;
12766 return 0;
12768 _ACEOF
12769 if ac_fn_c_try_compile "$LINENO"; then :
12770 bu_cv_decl_time_t_time_h=yes
12771 else
12772 bu_cv_decl_time_t_time_h=no
12774 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_time_h" >&5
12778 $as_echo "$bu_cv_decl_time_t_time_h" >&6; }
12779 if test $bu_cv_decl_time_t_time_h = yes; then
12781 $as_echo "#define HAVE_TIME_T_IN_TIME_H 1" >>confdefs.h
12785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in sys/types.h" >&5
12786 $as_echo_n "checking for time_t in sys/types.h... " >&6; }
12787 if test "${bu_cv_decl_time_t_types_h+set}" = set; then :
12788 $as_echo_n "(cached) " >&6
12789 else
12790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12791 /* end confdefs.h. */
12792 #include <sys/types.h>
12794 main ()
12796 time_t i;
12798 return 0;
12800 _ACEOF
12801 if ac_fn_c_try_compile "$LINENO"; then :
12802 bu_cv_decl_time_t_types_h=yes
12803 else
12804 bu_cv_decl_time_t_types_h=no
12806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_types_h" >&5
12810 $as_echo "$bu_cv_decl_time_t_types_h" >&6; }
12811 if test $bu_cv_decl_time_t_types_h = yes; then
12813 $as_echo "#define HAVE_TIME_T_IN_TYPES_H 1" >>confdefs.h
12817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
12818 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
12819 if test "${bu_cv_decl_getopt_unistd_h+set}" = set; then :
12820 $as_echo_n "(cached) " >&6
12821 else
12822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12823 /* end confdefs.h. */
12824 #include <unistd.h>
12826 main ()
12828 extern int getopt (int, char *const*, const char *);
12830 return 0;
12832 _ACEOF
12833 if ac_fn_c_try_compile "$LINENO"; then :
12834 bu_cv_decl_getopt_unistd_h=yes
12835 else
12836 bu_cv_decl_getopt_unistd_h=no
12838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
12842 $as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
12843 if test $bu_cv_decl_getopt_unistd_h = yes; then
12845 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
12849 # Under Next 3.2 <utime.h> apparently does not define struct utimbuf
12850 # by default.
12851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
12852 $as_echo_n "checking for utime.h... " >&6; }
12853 if test "${bu_cv_header_utime_h+set}" = set; then :
12854 $as_echo_n "(cached) " >&6
12855 else
12856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12857 /* end confdefs.h. */
12858 #include <sys/types.h>
12859 #ifdef HAVE_TIME_H
12860 #include <time.h>
12861 #endif
12862 #include <utime.h>
12864 main ()
12866 struct utimbuf s;
12868 return 0;
12870 _ACEOF
12871 if ac_fn_c_try_compile "$LINENO"; then :
12872 bu_cv_header_utime_h=yes
12873 else
12874 bu_cv_header_utime_h=no
12876 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
12880 $as_echo "$bu_cv_header_utime_h" >&6; }
12881 if test $bu_cv_header_utime_h = yes; then
12883 $as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
12887 ac_fn_c_check_decl "$LINENO" "fprintf" "ac_cv_have_decl_fprintf" "$ac_includes_default"
12888 if test "x$ac_cv_have_decl_fprintf" = x""yes; then :
12889 ac_have_decl=1
12890 else
12891 ac_have_decl=0
12894 cat >>confdefs.h <<_ACEOF
12895 #define HAVE_DECL_FPRINTF $ac_have_decl
12896 _ACEOF
12897 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
12898 if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
12899 ac_have_decl=1
12900 else
12901 ac_have_decl=0
12904 cat >>confdefs.h <<_ACEOF
12905 #define HAVE_DECL_STPCPY $ac_have_decl
12906 _ACEOF
12907 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
12908 if test "x$ac_cv_have_decl_strstr" = x""yes; then :
12909 ac_have_decl=1
12910 else
12911 ac_have_decl=0
12914 cat >>confdefs.h <<_ACEOF
12915 #define HAVE_DECL_STRSTR $ac_have_decl
12916 _ACEOF
12917 ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
12918 if test "x$ac_cv_have_decl_sbrk" = x""yes; then :
12919 ac_have_decl=1
12920 else
12921 ac_have_decl=0
12924 cat >>confdefs.h <<_ACEOF
12925 #define HAVE_DECL_SBRK $ac_have_decl
12926 _ACEOF
12927 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
12928 if test "x$ac_cv_have_decl_getenv" = x""yes; then :
12929 ac_have_decl=1
12930 else
12931 ac_have_decl=0
12934 cat >>confdefs.h <<_ACEOF
12935 #define HAVE_DECL_GETENV $ac_have_decl
12936 _ACEOF
12937 ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
12938 if test "x$ac_cv_have_decl_environ" = x""yes; then :
12939 ac_have_decl=1
12940 else
12941 ac_have_decl=0
12944 cat >>confdefs.h <<_ACEOF
12945 #define HAVE_DECL_ENVIRON $ac_have_decl
12946 _ACEOF
12947 ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
12948 if test "x$ac_cv_have_decl_getc_unlocked" = x""yes; then :
12949 ac_have_decl=1
12950 else
12951 ac_have_decl=0
12954 cat >>confdefs.h <<_ACEOF
12955 #define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
12956 _ACEOF
12957 ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
12958 if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
12959 ac_have_decl=1
12960 else
12961 ac_have_decl=0
12964 cat >>confdefs.h <<_ACEOF
12965 #define HAVE_DECL_SNPRINTF $ac_have_decl
12966 _ACEOF
12967 ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
12968 if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
12969 ac_have_decl=1
12970 else
12971 ac_have_decl=0
12974 cat >>confdefs.h <<_ACEOF
12975 #define HAVE_DECL_VSNPRINTF $ac_have_decl
12976 _ACEOF
12979 # Link in zlib if we can. This allows us to read compressed debug
12980 # sections. This is used only by readelf.c (objdump uses bfd for
12981 # reading compressed sections).
12982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
12983 $as_echo_n "checking for library containing zlibVersion... " >&6; }
12984 if test "${ac_cv_search_zlibVersion+set}" = set; then :
12985 $as_echo_n "(cached) " >&6
12986 else
12987 ac_func_search_save_LIBS=$LIBS
12988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12989 /* end confdefs.h. */
12991 /* Override any GCC internal prototype to avoid an error.
12992 Use char because int might match the return type of a GCC
12993 builtin and then its argument prototype would still apply. */
12994 #ifdef __cplusplus
12995 extern "C"
12996 #endif
12997 char zlibVersion ();
12999 main ()
13001 return zlibVersion ();
13003 return 0;
13005 _ACEOF
13006 for ac_lib in '' z; do
13007 if test -z "$ac_lib"; then
13008 ac_res="none required"
13009 else
13010 ac_res=-l$ac_lib
13011 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13013 if ac_fn_c_try_link "$LINENO"; then :
13014 ac_cv_search_zlibVersion=$ac_res
13016 rm -f core conftest.err conftest.$ac_objext \
13017 conftest$ac_exeext
13018 if test "${ac_cv_search_zlibVersion+set}" = set; then :
13019 break
13021 done
13022 if test "${ac_cv_search_zlibVersion+set}" = set; then :
13024 else
13025 ac_cv_search_zlibVersion=no
13027 rm conftest.$ac_ext
13028 LIBS=$ac_func_search_save_LIBS
13030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
13031 $as_echo "$ac_cv_search_zlibVersion" >&6; }
13032 ac_res=$ac_cv_search_zlibVersion
13033 if test "$ac_res" != no; then :
13034 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13035 for ac_header in zlib.h
13036 do :
13037 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
13038 if test "x$ac_cv_header_zlib_h" = x""yes; then :
13039 cat >>confdefs.h <<_ACEOF
13040 #define HAVE_ZLIB_H 1
13041 _ACEOF
13045 done
13051 case "${host}" in
13052 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13054 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13056 esac
13058 # target-specific stuff:
13060 # Canonicalize the secondary target names.
13061 if test -n "$enable_targets"; then
13062 for targ in `echo $enable_targets | sed 's/,/ /g'`
13064 result=`$ac_config_sub $targ 2>/dev/null`
13065 if test -n "$result"; then
13066 canon_targets="$canon_targets $result"
13067 else
13068 # Allow targets that config.sub doesn't recognize, like "all".
13069 canon_targets="$canon_targets $targ"
13071 done
13074 ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
13075 if test "x$ac_cv_header_iconv_h" = x""yes; then :
13081 if test "X$prefix" = "XNONE"; then
13082 acl_final_prefix="$ac_default_prefix"
13083 else
13084 acl_final_prefix="$prefix"
13086 if test "X$exec_prefix" = "XNONE"; then
13087 acl_final_exec_prefix='${prefix}'
13088 else
13089 acl_final_exec_prefix="$exec_prefix"
13091 acl_save_prefix="$prefix"
13092 prefix="$acl_final_prefix"
13093 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
13094 prefix="$acl_save_prefix"
13097 # Check whether --with-gnu-ld was given.
13098 if test "${with_gnu_ld+set}" = set; then :
13099 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
13100 else
13101 with_gnu_ld=no
13104 # Prepare PATH_SEPARATOR.
13105 # The user is always right.
13106 if test "${PATH_SEPARATOR+set}" != set; then
13107 echo "#! /bin/sh" >conf$$.sh
13108 echo "exit 0" >>conf$$.sh
13109 chmod +x conf$$.sh
13110 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13111 PATH_SEPARATOR=';'
13112 else
13113 PATH_SEPARATOR=:
13115 rm -f conf$$.sh
13117 ac_prog=ld
13118 if test "$GCC" = yes; then
13119 # Check if gcc -print-prog-name=ld gives a path.
13120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
13121 $as_echo_n "checking for ld used by GCC... " >&6; }
13122 case $host in
13123 *-*-mingw*)
13124 # gcc leaves a trailing carriage return which upsets mingw
13125 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13127 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13128 esac
13129 case $ac_prog in
13130 # Accept absolute paths.
13131 [\\/]* | [A-Za-z]:[\\/]*)
13132 re_direlt='/[^/][^/]*/\.\./'
13133 # Canonicalize the path of ld
13134 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
13135 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
13136 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
13137 done
13138 test -z "$LD" && LD="$ac_prog"
13141 # If it fails, then pretend we aren't using GCC.
13142 ac_prog=ld
13145 # If it is relative, then search for the first ld in PATH.
13146 with_gnu_ld=unknown
13148 esac
13149 elif test "$with_gnu_ld" = yes; then
13150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
13151 $as_echo_n "checking for GNU ld... " >&6; }
13152 else
13153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
13154 $as_echo_n "checking for non-GNU ld... " >&6; }
13156 if test "${acl_cv_path_LD+set}" = set; then :
13157 $as_echo_n "(cached) " >&6
13158 else
13159 if test -z "$LD"; then
13160 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
13161 for ac_dir in $PATH; do
13162 test -z "$ac_dir" && ac_dir=.
13163 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13164 acl_cv_path_LD="$ac_dir/$ac_prog"
13165 # Check to see if the program is GNU ld. I'd rather use --version,
13166 # but apparently some GNU ld's only accept -v.
13167 # Break only if it was the GNU/non-GNU ld that we prefer.
13168 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
13169 test "$with_gnu_ld" != no && break
13170 else
13171 test "$with_gnu_ld" != yes && break
13174 done
13175 IFS="$ac_save_ifs"
13176 else
13177 acl_cv_path_LD="$LD" # Let the user override the test with a path.
13181 LD="$acl_cv_path_LD"
13182 if test -n "$LD"; then
13183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
13184 $as_echo "$LD" >&6; }
13185 else
13186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13187 $as_echo "no" >&6; }
13189 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
13190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
13191 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
13192 if test "${acl_cv_prog_gnu_ld+set}" = set; then :
13193 $as_echo_n "(cached) " >&6
13194 else
13195 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
13196 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
13197 acl_cv_prog_gnu_ld=yes
13198 else
13199 acl_cv_prog_gnu_ld=no
13202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
13203 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
13204 with_gnu_ld=$acl_cv_prog_gnu_ld
13208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
13209 $as_echo_n "checking for shared library run path origin... " >&6; }
13210 if test "${acl_cv_rpath+set}" = set; then :
13211 $as_echo_n "(cached) " >&6
13212 else
13214 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
13215 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
13216 . ./conftest.sh
13217 rm -f ./conftest.sh
13218 acl_cv_rpath=done
13221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
13222 $as_echo "$acl_cv_rpath" >&6; }
13223 wl="$acl_cv_wl"
13224 libext="$acl_cv_libext"
13225 shlibext="$acl_cv_shlibext"
13226 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
13227 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
13228 hardcode_direct="$acl_cv_hardcode_direct"
13229 hardcode_minus_L="$acl_cv_hardcode_minus_L"
13230 # Check whether --enable-rpath was given.
13231 if test "${enable_rpath+set}" = set; then :
13232 enableval=$enable_rpath; :
13233 else
13234 enable_rpath=yes
13244 use_additional=yes
13246 acl_save_prefix="$prefix"
13247 prefix="$acl_final_prefix"
13248 acl_save_exec_prefix="$exec_prefix"
13249 exec_prefix="$acl_final_exec_prefix"
13251 eval additional_includedir=\"$includedir\"
13252 eval additional_libdir=\"$libdir\"
13254 exec_prefix="$acl_save_exec_prefix"
13255 prefix="$acl_save_prefix"
13258 # Check whether --with-libiconv-prefix was given.
13259 if test "${with_libiconv_prefix+set}" = set; then :
13260 withval=$with_libiconv_prefix;
13261 if test "X$withval" = "Xno"; then
13262 use_additional=no
13263 else
13264 if test "X$withval" = "X"; then
13266 acl_save_prefix="$prefix"
13267 prefix="$acl_final_prefix"
13268 acl_save_exec_prefix="$exec_prefix"
13269 exec_prefix="$acl_final_exec_prefix"
13271 eval additional_includedir=\"$includedir\"
13272 eval additional_libdir=\"$libdir\"
13274 exec_prefix="$acl_save_exec_prefix"
13275 prefix="$acl_save_prefix"
13277 else
13278 additional_includedir="$withval/include"
13279 additional_libdir="$withval/lib"
13285 LIBICONV=
13286 LTLIBICONV=
13287 INCICONV=
13288 rpathdirs=
13289 ltrpathdirs=
13290 names_already_handled=
13291 names_next_round='iconv '
13292 while test -n "$names_next_round"; do
13293 names_this_round="$names_next_round"
13294 names_next_round=
13295 for name in $names_this_round; do
13296 already_handled=
13297 for n in $names_already_handled; do
13298 if test "$n" = "$name"; then
13299 already_handled=yes
13300 break
13302 done
13303 if test -z "$already_handled"; then
13304 names_already_handled="$names_already_handled $name"
13305 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
13306 eval value=\"\$HAVE_LIB$uppername\"
13307 if test -n "$value"; then
13308 if test "$value" = yes; then
13309 eval value=\"\$LIB$uppername\"
13310 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
13311 eval value=\"\$LTLIB$uppername\"
13312 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
13313 else
13316 else
13317 found_dir=
13318 found_la=
13319 found_so=
13320 found_a=
13321 if test $use_additional = yes; then
13322 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
13323 found_dir="$additional_libdir"
13324 found_so="$additional_libdir/lib$name.$shlibext"
13325 if test -f "$additional_libdir/lib$name.la"; then
13326 found_la="$additional_libdir/lib$name.la"
13328 else
13329 if test -f "$additional_libdir/lib$name.$libext"; then
13330 found_dir="$additional_libdir"
13331 found_a="$additional_libdir/lib$name.$libext"
13332 if test -f "$additional_libdir/lib$name.la"; then
13333 found_la="$additional_libdir/lib$name.la"
13338 if test "X$found_dir" = "X"; then
13339 for x in $LDFLAGS $LTLIBICONV; do
13341 acl_save_prefix="$prefix"
13342 prefix="$acl_final_prefix"
13343 acl_save_exec_prefix="$exec_prefix"
13344 exec_prefix="$acl_final_exec_prefix"
13345 eval x=\"$x\"
13346 exec_prefix="$acl_save_exec_prefix"
13347 prefix="$acl_save_prefix"
13349 case "$x" in
13350 -L*)
13351 dir=`echo "X$x" | sed -e 's/^X-L//'`
13352 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
13353 found_dir="$dir"
13354 found_so="$dir/lib$name.$shlibext"
13355 if test -f "$dir/lib$name.la"; then
13356 found_la="$dir/lib$name.la"
13358 else
13359 if test -f "$dir/lib$name.$libext"; then
13360 found_dir="$dir"
13361 found_a="$dir/lib$name.$libext"
13362 if test -f "$dir/lib$name.la"; then
13363 found_la="$dir/lib$name.la"
13368 esac
13369 if test "X$found_dir" != "X"; then
13370 break
13372 done
13374 if test "X$found_dir" != "X"; then
13375 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
13376 if test "X$found_so" != "X"; then
13377 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
13378 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13379 else
13380 haveit=
13381 for x in $ltrpathdirs; do
13382 if test "X$x" = "X$found_dir"; then
13383 haveit=yes
13384 break
13386 done
13387 if test -z "$haveit"; then
13388 ltrpathdirs="$ltrpathdirs $found_dir"
13390 if test "$hardcode_direct" = yes; then
13391 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13392 else
13393 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
13394 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13395 haveit=
13396 for x in $rpathdirs; do
13397 if test "X$x" = "X$found_dir"; then
13398 haveit=yes
13399 break
13401 done
13402 if test -z "$haveit"; then
13403 rpathdirs="$rpathdirs $found_dir"
13405 else
13406 haveit=
13407 for x in $LDFLAGS $LIBICONV; do
13409 acl_save_prefix="$prefix"
13410 prefix="$acl_final_prefix"
13411 acl_save_exec_prefix="$exec_prefix"
13412 exec_prefix="$acl_final_exec_prefix"
13413 eval x=\"$x\"
13414 exec_prefix="$acl_save_exec_prefix"
13415 prefix="$acl_save_prefix"
13417 if test "X$x" = "X-L$found_dir"; then
13418 haveit=yes
13419 break
13421 done
13422 if test -z "$haveit"; then
13423 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
13425 if test "$hardcode_minus_L" != no; then
13426 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13427 else
13428 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
13433 else
13434 if test "X$found_a" != "X"; then
13435 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
13436 else
13437 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
13440 additional_includedir=
13441 case "$found_dir" in
13442 */lib | */lib/)
13443 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
13444 additional_includedir="$basedir/include"
13446 esac
13447 if test "X$additional_includedir" != "X"; then
13448 if test "X$additional_includedir" != "X/usr/include"; then
13449 haveit=
13450 if test "X$additional_includedir" = "X/usr/local/include"; then
13451 if test -n "$GCC"; then
13452 case $host_os in
13453 linux*) haveit=yes;;
13454 esac
13457 if test -z "$haveit"; then
13458 for x in $CPPFLAGS $INCICONV; do
13460 acl_save_prefix="$prefix"
13461 prefix="$acl_final_prefix"
13462 acl_save_exec_prefix="$exec_prefix"
13463 exec_prefix="$acl_final_exec_prefix"
13464 eval x=\"$x\"
13465 exec_prefix="$acl_save_exec_prefix"
13466 prefix="$acl_save_prefix"
13468 if test "X$x" = "X-I$additional_includedir"; then
13469 haveit=yes
13470 break
13472 done
13473 if test -z "$haveit"; then
13474 if test -d "$additional_includedir"; then
13475 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
13481 if test -n "$found_la"; then
13482 save_libdir="$libdir"
13483 case "$found_la" in
13484 */* | *\\*) . "$found_la" ;;
13485 *) . "./$found_la" ;;
13486 esac
13487 libdir="$save_libdir"
13488 for dep in $dependency_libs; do
13489 case "$dep" in
13490 -L*)
13491 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
13492 if test "X$additional_libdir" != "X/usr/lib"; then
13493 haveit=
13494 if test "X$additional_libdir" = "X/usr/local/lib"; then
13495 if test -n "$GCC"; then
13496 case $host_os in
13497 linux*) haveit=yes;;
13498 esac
13501 if test -z "$haveit"; then
13502 haveit=
13503 for x in $LDFLAGS $LIBICONV; do
13505 acl_save_prefix="$prefix"
13506 prefix="$acl_final_prefix"
13507 acl_save_exec_prefix="$exec_prefix"
13508 exec_prefix="$acl_final_exec_prefix"
13509 eval x=\"$x\"
13510 exec_prefix="$acl_save_exec_prefix"
13511 prefix="$acl_save_prefix"
13513 if test "X$x" = "X-L$additional_libdir"; then
13514 haveit=yes
13515 break
13517 done
13518 if test -z "$haveit"; then
13519 if test -d "$additional_libdir"; then
13520 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
13523 haveit=
13524 for x in $LDFLAGS $LTLIBICONV; do
13526 acl_save_prefix="$prefix"
13527 prefix="$acl_final_prefix"
13528 acl_save_exec_prefix="$exec_prefix"
13529 exec_prefix="$acl_final_exec_prefix"
13530 eval x=\"$x\"
13531 exec_prefix="$acl_save_exec_prefix"
13532 prefix="$acl_save_prefix"
13534 if test "X$x" = "X-L$additional_libdir"; then
13535 haveit=yes
13536 break
13538 done
13539 if test -z "$haveit"; then
13540 if test -d "$additional_libdir"; then
13541 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
13547 -R*)
13548 dir=`echo "X$dep" | sed -e 's/^X-R//'`
13549 if test "$enable_rpath" != no; then
13550 haveit=
13551 for x in $rpathdirs; do
13552 if test "X$x" = "X$dir"; then
13553 haveit=yes
13554 break
13556 done
13557 if test -z "$haveit"; then
13558 rpathdirs="$rpathdirs $dir"
13560 haveit=
13561 for x in $ltrpathdirs; do
13562 if test "X$x" = "X$dir"; then
13563 haveit=yes
13564 break
13566 done
13567 if test -z "$haveit"; then
13568 ltrpathdirs="$ltrpathdirs $dir"
13572 -l*)
13573 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
13575 *.la)
13576 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
13579 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
13580 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
13582 esac
13583 done
13585 else
13586 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
13587 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
13591 done
13592 done
13593 if test "X$rpathdirs" != "X"; then
13594 if test -n "$hardcode_libdir_separator"; then
13595 alldirs=
13596 for found_dir in $rpathdirs; do
13597 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
13598 done
13599 acl_save_libdir="$libdir"
13600 libdir="$alldirs"
13601 eval flag=\"$hardcode_libdir_flag_spec\"
13602 libdir="$acl_save_libdir"
13603 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
13604 else
13605 for found_dir in $rpathdirs; do
13606 acl_save_libdir="$libdir"
13607 libdir="$found_dir"
13608 eval flag=\"$hardcode_libdir_flag_spec\"
13609 libdir="$acl_save_libdir"
13610 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
13611 done
13614 if test "X$ltrpathdirs" != "X"; then
13615 for found_dir in $ltrpathdirs; do
13616 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
13617 done
13626 am_save_CPPFLAGS="$CPPFLAGS"
13628 for element in $INCICONV; do
13629 haveit=
13630 for x in $CPPFLAGS; do
13632 acl_save_prefix="$prefix"
13633 prefix="$acl_final_prefix"
13634 acl_save_exec_prefix="$exec_prefix"
13635 exec_prefix="$acl_final_exec_prefix"
13636 eval x=\"$x\"
13637 exec_prefix="$acl_save_exec_prefix"
13638 prefix="$acl_save_prefix"
13640 if test "X$x" = "X$element"; then
13641 haveit=yes
13642 break
13644 done
13645 if test -z "$haveit"; then
13646 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
13648 done
13651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
13652 $as_echo_n "checking for iconv... " >&6; }
13653 if test "${am_cv_func_iconv+set}" = set; then :
13654 $as_echo_n "(cached) " >&6
13655 else
13657 am_cv_func_iconv="no, consider installing GNU libiconv"
13658 am_cv_lib_iconv=no
13659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13660 /* end confdefs.h. */
13661 #include <stdlib.h>
13662 #include <iconv.h>
13664 main ()
13666 iconv_t cd = iconv_open("","");
13667 iconv(cd,NULL,NULL,NULL,NULL);
13668 iconv_close(cd);
13670 return 0;
13672 _ACEOF
13673 if ac_fn_c_try_link "$LINENO"; then :
13674 am_cv_func_iconv=yes
13676 rm -f core conftest.err conftest.$ac_objext \
13677 conftest$ac_exeext conftest.$ac_ext
13678 if test "$am_cv_func_iconv" != yes; then
13679 am_save_LIBS="$LIBS"
13680 LIBS="$LIBS $LIBICONV"
13681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13682 /* end confdefs.h. */
13683 #include <stdlib.h>
13684 #include <iconv.h>
13686 main ()
13688 iconv_t cd = iconv_open("","");
13689 iconv(cd,NULL,NULL,NULL,NULL);
13690 iconv_close(cd);
13692 return 0;
13694 _ACEOF
13695 if ac_fn_c_try_link "$LINENO"; then :
13696 am_cv_lib_iconv=yes
13697 am_cv_func_iconv=yes
13699 rm -f core conftest.err conftest.$ac_objext \
13700 conftest$ac_exeext conftest.$ac_ext
13701 LIBS="$am_save_LIBS"
13705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
13706 $as_echo "$am_cv_func_iconv" >&6; }
13707 if test "$am_cv_func_iconv" = yes; then
13709 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
13712 if test "$am_cv_lib_iconv" = yes; then
13713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
13714 $as_echo_n "checking how to link with libiconv... " >&6; }
13715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
13716 $as_echo "$LIBICONV" >&6; }
13717 else
13718 CPPFLAGS="$am_save_CPPFLAGS"
13719 LIBICONV=
13720 LTLIBICONV=
13725 if test "$am_cv_func_iconv" = yes; then
13726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
13727 $as_echo_n "checking for iconv declaration... " >&6; }
13728 if test "${am_cv_proto_iconv+set}" = set; then :
13729 $as_echo_n "(cached) " >&6
13730 else
13732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13733 /* end confdefs.h. */
13735 #include <stdlib.h>
13736 #include <iconv.h>
13737 extern
13738 #ifdef __cplusplus
13740 #endif
13741 #if defined(__STDC__) || defined(__cplusplus)
13742 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
13743 #else
13744 size_t iconv();
13745 #endif
13748 main ()
13752 return 0;
13754 _ACEOF
13755 if ac_fn_c_try_compile "$LINENO"; then :
13756 am_cv_proto_iconv_arg1=""
13757 else
13758 am_cv_proto_iconv_arg1="const"
13760 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13761 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);"
13764 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
13765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
13766 }$am_cv_proto_iconv" >&5
13767 $as_echo "${ac_t:-
13768 }$am_cv_proto_iconv" >&6; }
13770 cat >>confdefs.h <<_ACEOF
13771 #define ICONV_CONST $am_cv_proto_iconv_arg1
13772 _ACEOF
13777 all_targets=false
13778 BUILD_NLMCONV=
13779 NLMCONV_DEFS=
13780 BUILD_SRCONV=
13781 BUILD_DLLTOOL=
13782 DLLTOOL_DEFS=
13783 DLLTOOL_DEFAULT=
13784 BUILD_WINDRES=
13785 BUILD_WINDMC=
13786 BUILD_DLLWRAP=
13787 BUILD_MISC=
13788 BUILD_INSTALL_MISC=
13789 OBJDUMP_DEFS=
13791 for targ in $target $canon_targets
13793 if test "x$targ" = "xall"; then
13794 all_targets=true
13795 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
13796 BUILD_SRCONV='$(SRCONV_PROG)'
13797 NLMCONV_DEFS="-DNLMCONV_I386 -DNLMCONV_ALPHA -DNLMCONV_POWERPC -DNLMCONV_SPARC"
13798 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
13799 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13800 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13801 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
13802 if test -z "$DLLTOOL_DEFAULT"; then
13803 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
13805 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
13806 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
13807 else
13808 case $targ in
13809 i[3-7]86*-*-netware*)
13810 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
13811 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_I386"
13813 alpha*-*-netware*)
13814 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
13815 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_ALPHA"
13817 powerpc*-*-netware*)
13818 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
13819 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_POWERPC"
13821 sparc*-*-netware*)
13822 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
13823 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_SPARC"
13825 esac
13826 case $targ in
13827 *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
13828 esac
13829 case $targ in
13830 arm-epoc-pe*)
13831 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
13832 if test -z "$DLLTOOL_DEFAULT"; then
13833 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_EPOC"
13835 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_EPOC -DDLLTOOL_ARM"
13836 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13837 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13839 arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
13840 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
13841 if test -z "$DLLTOOL_DEFAULT"; then
13842 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
13844 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
13845 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13846 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13848 arm-*-pe*)
13849 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
13850 if test -z "$DLLTOOL_DEFAULT"; then
13851 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
13853 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
13854 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13855 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13857 thumb-*-pe*)
13858 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
13859 if test -z "$DLLTOOL_DEFAULT"; then
13860 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
13862 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
13863 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13864 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13866 x86_64-*-mingw*)
13867 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
13868 if test -z "$DLLTOOL_DEFAULT"; then
13869 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
13871 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
13872 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13873 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13874 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
13876 i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
13877 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
13878 if test -z "$DLLTOOL_DEFAULT"; then
13879 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
13881 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
13882 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13883 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13884 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
13886 i[3-7]86-*-interix)
13887 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
13888 if test -z "$DLLTOOL_DEFAULT"; then
13889 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
13891 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
13893 powerpc*-aix5.[01])
13895 powerpc*-aix[5-9].*)
13896 OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
13898 powerpc*-*-pe* | powerpc*-*-cygwin*)
13899 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
13900 if test -z "$DLLTOOL_DEFAULT"; then
13901 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_PPC"
13903 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_PPC"
13904 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13905 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13907 powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
13908 BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
13910 sh*-*-pe)
13911 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
13912 if test -z "$DLLTOOL_DEFAULT"; then
13913 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
13915 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
13916 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13917 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13919 spu-*-*)
13920 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
13922 mips*-*-pe)
13923 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
13924 if test -z "$DLLTOOL_DEFAULT"; then
13925 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
13927 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
13928 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13929 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13931 mcore-*-pe)
13932 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
13933 if test -z "$DLLTOOL_DEFAULT"; then
13934 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
13936 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
13937 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13938 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13940 mcore-*-elf)
13941 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
13942 if test -z "$DLLTOOL_DEFAULT"; then
13943 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
13945 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
13947 mep-*)
13948 OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
13950 esac
13952 done
13954 DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
13956 if test "${with_windres+set}" = set; then
13957 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13960 if test "${with_windmc+set}" = set; then
13961 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13977 cat >>confdefs.h <<_ACEOF
13978 #define TARGET "${target}"
13979 _ACEOF
13982 targ=$target
13983 . $srcdir/../bfd/config.bfd
13984 if test "x$targ_underscore" = "xyes"; then
13985 UNDERSCORE=1
13986 else
13987 UNDERSCORE=0
13990 cat >>confdefs.h <<_ACEOF
13991 #define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
13992 _ACEOF
13995 # Emulation
13996 targ=$target
13997 . ${srcdir}/configure.tgt
13998 EMULATION=$targ_emul
13999 EMULATION_VECTOR=$targ_emul_vector
14004 # Required for html and install-html
14010 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
14012 cat >confcache <<\_ACEOF
14013 # This file is a shell script that caches the results of configure
14014 # tests run on this system so they can be shared between configure
14015 # scripts and configure runs, see configure's option --config-cache.
14016 # It is not useful on other systems. If it contains results you don't
14017 # want to keep, you may remove or edit it.
14019 # config.status only pays attention to the cache file if you give it
14020 # the --recheck option to rerun configure.
14022 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14023 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14024 # following values.
14026 _ACEOF
14028 # The following way of writing the cache mishandles newlines in values,
14029 # but we know of no workaround that is simple, portable, and efficient.
14030 # So, we kill variables containing newlines.
14031 # Ultrix sh set writes to stderr and can't be redirected directly,
14032 # and sets the high bit in the cache file unless we assign to the vars.
14034 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14035 eval ac_val=\$$ac_var
14036 case $ac_val in #(
14037 *${as_nl}*)
14038 case $ac_var in #(
14039 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14040 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14041 esac
14042 case $ac_var in #(
14043 _ | IFS | as_nl) ;; #(
14044 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14045 *) { eval $ac_var=; unset $ac_var;} ;;
14046 esac ;;
14047 esac
14048 done
14050 (set) 2>&1 |
14051 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14052 *${as_nl}ac_space=\ *)
14053 # `set' does not quote correctly, so add quotes: double-quote
14054 # substitution turns \\\\ into \\, and sed turns \\ into \.
14055 sed -n \
14056 "s/'/'\\\\''/g;
14057 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14058 ;; #(
14060 # `set' quotes correctly as required by POSIX, so do not add quotes.
14061 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14063 esac |
14064 sort
14066 sed '
14067 /^ac_cv_env_/b end
14068 t clear
14069 :clear
14070 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14071 t end
14072 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14073 :end' >>confcache
14074 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14075 if test -w "$cache_file"; then
14076 test "x$cache_file" != "x/dev/null" &&
14077 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14078 $as_echo "$as_me: updating cache $cache_file" >&6;}
14079 cat confcache >$cache_file
14080 else
14081 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14082 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14085 rm -f confcache
14087 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14088 # Let make expand exec_prefix.
14089 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14091 DEFS=-DHAVE_CONFIG_H
14093 ac_libobjs=
14094 ac_ltlibobjs=
14095 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14096 # 1. Remove the extension, and $U if already installed.
14097 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14098 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14099 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14100 # will be set to the directory where LIBOBJS objects are built.
14101 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14102 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14103 done
14104 LIBOBJS=$ac_libobjs
14106 LTLIBOBJS=$ac_ltlibobjs
14109 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14110 as_fn_error "conditional \"AMDEP\" was never defined.
14111 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14113 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14114 as_fn_error "conditional \"am__fastdepCC\" was never defined.
14115 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14117 if test -n "$EXEEXT"; then
14118 am__EXEEXT_TRUE=
14119 am__EXEEXT_FALSE='#'
14120 else
14121 am__EXEEXT_TRUE='#'
14122 am__EXEEXT_FALSE=
14125 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14126 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14127 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14129 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
14130 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
14131 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14134 : ${CONFIG_STATUS=./config.status}
14135 ac_write_fail=0
14136 ac_clean_files_save=$ac_clean_files
14137 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14138 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14139 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14140 as_write_fail=0
14141 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14142 #! $SHELL
14143 # Generated by $as_me.
14144 # Run this file to recreate the current configuration.
14145 # Compiler output produced by configure, useful for debugging
14146 # configure, is in config.log if it exists.
14148 debug=false
14149 ac_cs_recheck=false
14150 ac_cs_silent=false
14152 SHELL=\${CONFIG_SHELL-$SHELL}
14153 export SHELL
14154 _ASEOF
14155 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14156 ## -------------------- ##
14157 ## M4sh Initialization. ##
14158 ## -------------------- ##
14160 # Be more Bourne compatible
14161 DUALCASE=1; export DUALCASE # for MKS sh
14162 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14163 emulate sh
14164 NULLCMD=:
14165 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14166 # is contrary to our usage. Disable this feature.
14167 alias -g '${1+"$@"}'='"$@"'
14168 setopt NO_GLOB_SUBST
14169 else
14170 case `(set -o) 2>/dev/null` in #(
14171 *posix*) :
14172 set -o posix ;; #(
14173 *) :
14175 esac
14179 as_nl='
14181 export as_nl
14182 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14183 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14184 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14185 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14186 # Prefer a ksh shell builtin over an external printf program on Solaris,
14187 # but without wasting forks for bash or zsh.
14188 if test -z "$BASH_VERSION$ZSH_VERSION" \
14189 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14190 as_echo='print -r --'
14191 as_echo_n='print -rn --'
14192 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14193 as_echo='printf %s\n'
14194 as_echo_n='printf %s'
14195 else
14196 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14197 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14198 as_echo_n='/usr/ucb/echo -n'
14199 else
14200 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14201 as_echo_n_body='eval
14202 arg=$1;
14203 case $arg in #(
14204 *"$as_nl"*)
14205 expr "X$arg" : "X\\(.*\\)$as_nl";
14206 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14207 esac;
14208 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14210 export as_echo_n_body
14211 as_echo_n='sh -c $as_echo_n_body as_echo'
14213 export as_echo_body
14214 as_echo='sh -c $as_echo_body as_echo'
14217 # The user is always right.
14218 if test "${PATH_SEPARATOR+set}" != set; then
14219 PATH_SEPARATOR=:
14220 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14221 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14222 PATH_SEPARATOR=';'
14227 # IFS
14228 # We need space, tab and new line, in precisely that order. Quoting is
14229 # there to prevent editors from complaining about space-tab.
14230 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14231 # splitting by setting IFS to empty value.)
14232 IFS=" "" $as_nl"
14234 # Find who we are. Look in the path if we contain no directory separator.
14235 case $0 in #((
14236 *[\\/]* ) as_myself=$0 ;;
14237 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14238 for as_dir in $PATH
14240 IFS=$as_save_IFS
14241 test -z "$as_dir" && as_dir=.
14242 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14243 done
14244 IFS=$as_save_IFS
14247 esac
14248 # We did not find ourselves, most probably we were run as `sh COMMAND'
14249 # in which case we are not to be found in the path.
14250 if test "x$as_myself" = x; then
14251 as_myself=$0
14253 if test ! -f "$as_myself"; then
14254 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14255 exit 1
14258 # Unset variables that we do not need and which cause bugs (e.g. in
14259 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14260 # suppresses any "Segmentation fault" message there. '((' could
14261 # trigger a bug in pdksh 5.2.14.
14262 for as_var in BASH_ENV ENV MAIL MAILPATH
14263 do eval test x\${$as_var+set} = xset \
14264 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14265 done
14266 PS1='$ '
14267 PS2='> '
14268 PS4='+ '
14270 # NLS nuisances.
14271 LC_ALL=C
14272 export LC_ALL
14273 LANGUAGE=C
14274 export LANGUAGE
14276 # CDPATH.
14277 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14280 # as_fn_error ERROR [LINENO LOG_FD]
14281 # ---------------------------------
14282 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14283 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14284 # script with status $?, using 1 if that was 0.
14285 as_fn_error ()
14287 as_status=$?; test $as_status -eq 0 && as_status=1
14288 if test "$3"; then
14289 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14290 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14292 $as_echo "$as_me: error: $1" >&2
14293 as_fn_exit $as_status
14294 } # as_fn_error
14297 # as_fn_set_status STATUS
14298 # -----------------------
14299 # Set $? to STATUS, without forking.
14300 as_fn_set_status ()
14302 return $1
14303 } # as_fn_set_status
14305 # as_fn_exit STATUS
14306 # -----------------
14307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14308 as_fn_exit ()
14310 set +e
14311 as_fn_set_status $1
14312 exit $1
14313 } # as_fn_exit
14315 # as_fn_unset VAR
14316 # ---------------
14317 # Portably unset VAR.
14318 as_fn_unset ()
14320 { eval $1=; unset $1;}
14322 as_unset=as_fn_unset
14323 # as_fn_append VAR VALUE
14324 # ----------------------
14325 # Append the text in VALUE to the end of the definition contained in VAR. Take
14326 # advantage of any shell optimizations that allow amortized linear growth over
14327 # repeated appends, instead of the typical quadratic growth present in naive
14328 # implementations.
14329 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14330 eval 'as_fn_append ()
14332 eval $1+=\$2
14334 else
14335 as_fn_append ()
14337 eval $1=\$$1\$2
14339 fi # as_fn_append
14341 # as_fn_arith ARG...
14342 # ------------------
14343 # Perform arithmetic evaluation on the ARGs, and store the result in the
14344 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14345 # must be portable across $(()) and expr.
14346 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14347 eval 'as_fn_arith ()
14349 as_val=$(( $* ))
14351 else
14352 as_fn_arith ()
14354 as_val=`expr "$@" || test $? -eq 1`
14356 fi # as_fn_arith
14359 if expr a : '\(a\)' >/dev/null 2>&1 &&
14360 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14361 as_expr=expr
14362 else
14363 as_expr=false
14366 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14367 as_basename=basename
14368 else
14369 as_basename=false
14372 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14373 as_dirname=dirname
14374 else
14375 as_dirname=false
14378 as_me=`$as_basename -- "$0" ||
14379 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14380 X"$0" : 'X\(//\)$' \| \
14381 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14382 $as_echo X/"$0" |
14383 sed '/^.*\/\([^/][^/]*\)\/*$/{
14384 s//\1/
14387 /^X\/\(\/\/\)$/{
14388 s//\1/
14391 /^X\/\(\/\).*/{
14392 s//\1/
14395 s/.*/./; q'`
14397 # Avoid depending upon Character Ranges.
14398 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14399 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14400 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14401 as_cr_digits='0123456789'
14402 as_cr_alnum=$as_cr_Letters$as_cr_digits
14404 ECHO_C= ECHO_N= ECHO_T=
14405 case `echo -n x` in #(((((
14406 -n*)
14407 case `echo 'xy\c'` in
14408 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14409 xy) ECHO_C='\c';;
14410 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14411 ECHO_T=' ';;
14412 esac;;
14414 ECHO_N='-n';;
14415 esac
14417 rm -f conf$$ conf$$.exe conf$$.file
14418 if test -d conf$$.dir; then
14419 rm -f conf$$.dir/conf$$.file
14420 else
14421 rm -f conf$$.dir
14422 mkdir conf$$.dir 2>/dev/null
14424 if (echo >conf$$.file) 2>/dev/null; then
14425 if ln -s conf$$.file conf$$ 2>/dev/null; then
14426 as_ln_s='ln -s'
14427 # ... but there are two gotchas:
14428 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14429 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14430 # In both cases, we have to default to `cp -p'.
14431 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14432 as_ln_s='cp -p'
14433 elif ln conf$$.file conf$$ 2>/dev/null; then
14434 as_ln_s=ln
14435 else
14436 as_ln_s='cp -p'
14438 else
14439 as_ln_s='cp -p'
14441 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14442 rmdir conf$$.dir 2>/dev/null
14445 # as_fn_mkdir_p
14446 # -------------
14447 # Create "$as_dir" as a directory, including parents if necessary.
14448 as_fn_mkdir_p ()
14451 case $as_dir in #(
14452 -*) as_dir=./$as_dir;;
14453 esac
14454 test -d "$as_dir" || eval $as_mkdir_p || {
14455 as_dirs=
14456 while :; do
14457 case $as_dir in #(
14458 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14459 *) as_qdir=$as_dir;;
14460 esac
14461 as_dirs="'$as_qdir' $as_dirs"
14462 as_dir=`$as_dirname -- "$as_dir" ||
14463 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14464 X"$as_dir" : 'X\(//\)[^/]' \| \
14465 X"$as_dir" : 'X\(//\)$' \| \
14466 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14467 $as_echo X"$as_dir" |
14468 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14469 s//\1/
14472 /^X\(\/\/\)[^/].*/{
14473 s//\1/
14476 /^X\(\/\/\)$/{
14477 s//\1/
14480 /^X\(\/\).*/{
14481 s//\1/
14484 s/.*/./; q'`
14485 test -d "$as_dir" && break
14486 done
14487 test -z "$as_dirs" || eval "mkdir $as_dirs"
14488 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14491 } # as_fn_mkdir_p
14492 if mkdir -p . 2>/dev/null; then
14493 as_mkdir_p='mkdir -p "$as_dir"'
14494 else
14495 test -d ./-p && rmdir ./-p
14496 as_mkdir_p=false
14499 if test -x / >/dev/null 2>&1; then
14500 as_test_x='test -x'
14501 else
14502 if ls -dL / >/dev/null 2>&1; then
14503 as_ls_L_option=L
14504 else
14505 as_ls_L_option=
14507 as_test_x='
14508 eval sh -c '\''
14509 if test -d "$1"; then
14510 test -d "$1/.";
14511 else
14512 case $1 in #(
14513 -*)set "./$1";;
14514 esac;
14515 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14516 ???[sx]*):;;*)false;;esac;fi
14517 '\'' sh
14520 as_executable_p=$as_test_x
14522 # Sed expression to map a string onto a valid CPP name.
14523 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14525 # Sed expression to map a string onto a valid variable name.
14526 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14529 exec 6>&1
14530 ## ----------------------------------- ##
14531 ## Main body of $CONFIG_STATUS script. ##
14532 ## ----------------------------------- ##
14533 _ASEOF
14534 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14536 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14537 # Save the log message, to keep $0 and so on meaningful, and to
14538 # report actual input values of CONFIG_FILES etc. instead of their
14539 # values after options handling.
14540 ac_log="
14541 This file was extended by $as_me, which was
14542 generated by GNU Autoconf 2.64. Invocation command line was
14544 CONFIG_FILES = $CONFIG_FILES
14545 CONFIG_HEADERS = $CONFIG_HEADERS
14546 CONFIG_LINKS = $CONFIG_LINKS
14547 CONFIG_COMMANDS = $CONFIG_COMMANDS
14548 $ $0 $@
14550 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14553 _ACEOF
14555 case $ac_config_files in *"
14556 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14557 esac
14559 case $ac_config_headers in *"
14560 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14561 esac
14564 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14565 # Files that config.status was made for.
14566 config_files="$ac_config_files"
14567 config_headers="$ac_config_headers"
14568 config_commands="$ac_config_commands"
14570 _ACEOF
14572 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14573 ac_cs_usage="\
14574 \`$as_me' instantiates files and other configuration actions
14575 from templates according to the current configuration. Unless the files
14576 and actions are specified as TAGs, all are instantiated by default.
14578 Usage: $0 [OPTION]... [TAG]...
14580 -h, --help print this help, then exit
14581 -V, --version print version number and configuration settings, then exit
14582 -q, --quiet, --silent
14583 do not print progress messages
14584 -d, --debug don't remove temporary files
14585 --recheck update $as_me by reconfiguring in the same conditions
14586 --file=FILE[:TEMPLATE]
14587 instantiate the configuration file FILE
14588 --header=FILE[:TEMPLATE]
14589 instantiate the configuration header FILE
14591 Configuration files:
14592 $config_files
14594 Configuration headers:
14595 $config_headers
14597 Configuration commands:
14598 $config_commands
14600 Report bugs to the package provider."
14602 _ACEOF
14603 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14604 ac_cs_version="\\
14605 config.status
14606 configured by $0, generated by GNU Autoconf 2.64,
14607 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14609 Copyright (C) 2009 Free Software Foundation, Inc.
14610 This config.status script is free software; the Free Software Foundation
14611 gives unlimited permission to copy, distribute and modify it."
14613 ac_pwd='$ac_pwd'
14614 srcdir='$srcdir'
14615 INSTALL='$INSTALL'
14616 MKDIR_P='$MKDIR_P'
14617 AWK='$AWK'
14618 test -n "\$AWK" || AWK=awk
14619 _ACEOF
14621 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14622 # The default lists apply if the user does not specify any file.
14623 ac_need_defaults=:
14624 while test $# != 0
14626 case $1 in
14627 --*=*)
14628 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14629 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14630 ac_shift=:
14633 ac_option=$1
14634 ac_optarg=$2
14635 ac_shift=shift
14637 esac
14639 case $ac_option in
14640 # Handling of the options.
14641 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14642 ac_cs_recheck=: ;;
14643 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14644 $as_echo "$ac_cs_version"; exit ;;
14645 --debug | --debu | --deb | --de | --d | -d )
14646 debug=: ;;
14647 --file | --fil | --fi | --f )
14648 $ac_shift
14649 case $ac_optarg in
14650 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14651 esac
14652 as_fn_append CONFIG_FILES " '$ac_optarg'"
14653 ac_need_defaults=false;;
14654 --header | --heade | --head | --hea )
14655 $ac_shift
14656 case $ac_optarg in
14657 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14658 esac
14659 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14660 ac_need_defaults=false;;
14661 --he | --h)
14662 # Conflict between --help and --header
14663 as_fn_error "ambiguous option: \`$1'
14664 Try \`$0 --help' for more information.";;
14665 --help | --hel | -h )
14666 $as_echo "$ac_cs_usage"; exit ;;
14667 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14668 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14669 ac_cs_silent=: ;;
14671 # This is an error.
14672 -*) as_fn_error "unrecognized option: \`$1'
14673 Try \`$0 --help' for more information." ;;
14675 *) as_fn_append ac_config_targets " $1"
14676 ac_need_defaults=false ;;
14678 esac
14679 shift
14680 done
14682 ac_configure_extra_args=
14684 if $ac_cs_silent; then
14685 exec 6>/dev/null
14686 ac_configure_extra_args="$ac_configure_extra_args --silent"
14689 _ACEOF
14690 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14691 if \$ac_cs_recheck; then
14692 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14693 shift
14694 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14695 CONFIG_SHELL='$SHELL'
14696 export CONFIG_SHELL
14697 exec "\$@"
14700 _ACEOF
14701 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14702 exec 5>>config.log
14704 echo
14705 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14706 ## Running $as_me. ##
14707 _ASBOX
14708 $as_echo "$ac_log"
14709 } >&5
14711 _ACEOF
14712 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14714 # INIT-COMMANDS
14716 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
14719 # The HP-UX ksh and POSIX shell print the target directory to stdout
14720 # if CDPATH is set.
14721 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14723 sed_quote_subst='$sed_quote_subst'
14724 double_quote_subst='$double_quote_subst'
14725 delay_variable_subst='$delay_variable_subst'
14726 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14727 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14728 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14729 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14730 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14731 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14732 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14733 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14734 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14735 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14736 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14737 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14738 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14739 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14740 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14741 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14742 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14743 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14744 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14745 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14746 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14747 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14748 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14749 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14750 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14751 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14752 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14753 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14754 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14755 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14756 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14757 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14758 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14759 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14760 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14761 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14762 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14763 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14764 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14765 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14766 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14767 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14768 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14769 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14770 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14771 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14772 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14773 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14774 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"`'
14775 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14776 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14777 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14778 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14779 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14780 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14781 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14782 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14783 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14784 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14785 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14786 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14787 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14788 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14789 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14790 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14791 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14792 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14793 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14794 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14795 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14796 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14797 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14798 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14799 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14800 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14801 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14802 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14803 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14804 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14805 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14806 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14807 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14808 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14809 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14810 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14811 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14812 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14813 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14814 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14815 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14816 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14817 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14818 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14819 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14820 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14821 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14822 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14823 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14824 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14825 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14826 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14827 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14828 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14829 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14830 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14831 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14832 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14833 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14834 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14835 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14836 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14837 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14838 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14839 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14840 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14841 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14842 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14843 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14844 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14845 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14847 LTCC='$LTCC'
14848 LTCFLAGS='$LTCFLAGS'
14849 compiler='$compiler_DEFAULT'
14851 # A function that is used when there is no print builtin or printf.
14852 func_fallback_echo ()
14854 eval 'cat <<_LTECHO_EOF
14856 _LTECHO_EOF'
14859 # Quote evaled strings.
14860 for var in SHELL \
14861 ECHO \
14862 SED \
14863 GREP \
14864 EGREP \
14865 FGREP \
14866 LD \
14867 NM \
14868 LN_S \
14869 lt_SP2NL \
14870 lt_NL2SP \
14871 reload_flag \
14872 OBJDUMP \
14873 deplibs_check_method \
14874 file_magic_cmd \
14875 AR \
14876 AR_FLAGS \
14877 STRIP \
14878 RANLIB \
14879 CC \
14880 CFLAGS \
14881 compiler \
14882 lt_cv_sys_global_symbol_pipe \
14883 lt_cv_sys_global_symbol_to_cdecl \
14884 lt_cv_sys_global_symbol_to_c_name_address \
14885 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14886 lt_prog_compiler_no_builtin_flag \
14887 lt_prog_compiler_wl \
14888 lt_prog_compiler_pic \
14889 lt_prog_compiler_static \
14890 lt_cv_prog_compiler_c_o \
14891 need_locks \
14892 DSYMUTIL \
14893 NMEDIT \
14894 LIPO \
14895 OTOOL \
14896 OTOOL64 \
14897 shrext_cmds \
14898 export_dynamic_flag_spec \
14899 whole_archive_flag_spec \
14900 compiler_needs_object \
14901 with_gnu_ld \
14902 allow_undefined_flag \
14903 no_undefined_flag \
14904 hardcode_libdir_flag_spec \
14905 hardcode_libdir_flag_spec_ld \
14906 hardcode_libdir_separator \
14907 fix_srcfile_path \
14908 exclude_expsyms \
14909 include_expsyms \
14910 file_list_spec \
14911 variables_saved_for_relink \
14912 libname_spec \
14913 library_names_spec \
14914 soname_spec \
14915 install_override_mode \
14916 finish_eval \
14917 old_striplib \
14918 striplib; do
14919 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14920 *[\\\\\\\`\\"\\\$]*)
14921 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14924 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14926 esac
14927 done
14929 # Double-quote double-evaled strings.
14930 for var in reload_cmds \
14931 old_postinstall_cmds \
14932 old_postuninstall_cmds \
14933 old_archive_cmds \
14934 extract_expsyms_cmds \
14935 old_archive_from_new_cmds \
14936 old_archive_from_expsyms_cmds \
14937 archive_cmds \
14938 archive_expsym_cmds \
14939 module_cmds \
14940 module_expsym_cmds \
14941 export_symbols_cmds \
14942 prelink_cmds \
14943 postinstall_cmds \
14944 postuninstall_cmds \
14945 finish_cmds \
14946 sys_lib_search_path_spec \
14947 sys_lib_dlsearch_path_spec; do
14948 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14949 *[\\\\\\\`\\"\\\$]*)
14950 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14953 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14955 esac
14956 done
14958 ac_aux_dir='$ac_aux_dir'
14959 xsi_shell='$xsi_shell'
14960 lt_shell_append='$lt_shell_append'
14962 # See if we are running on zsh, and set the options which allow our
14963 # commands through without removal of \ escapes INIT.
14964 if test -n "\${ZSH_VERSION+set}" ; then
14965 setopt NO_GLOB_SUBST
14969 PACKAGE='$PACKAGE'
14970 VERSION='$VERSION'
14971 TIMESTAMP='$TIMESTAMP'
14972 RM='$RM'
14973 ofile='$ofile'
14977 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
14978 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
14979 # from automake.
14980 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
14981 # Capture the value of LINGUAS because we need it to compute CATALOGS.
14982 LINGUAS="${LINGUAS-%UNSET%}"
14985 _ACEOF
14987 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14989 # Handling of arguments.
14990 for ac_config_target in $ac_config_targets
14992 case $ac_config_target in
14993 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
14994 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14995 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14996 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
14997 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14998 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
14999 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15001 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15002 esac
15003 done
15006 # If the user did not use the arguments to specify the items to instantiate,
15007 # then the envvar interface is used. Set only those that are not.
15008 # We use the long form for the default assignment because of an extremely
15009 # bizarre bug on SunOS 4.1.3.
15010 if $ac_need_defaults; then
15011 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15012 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15013 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15016 # Have a temporary directory for convenience. Make it in the build tree
15017 # simply because there is no reason against having it here, and in addition,
15018 # creating and moving files from /tmp can sometimes cause problems.
15019 # Hook for its removal unless debugging.
15020 # Note that there is a small window in which the directory will not be cleaned:
15021 # after its creation but before its name has been assigned to `$tmp'.
15022 $debug ||
15024 tmp=
15025 trap 'exit_status=$?
15026 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15028 trap 'as_fn_exit 1' 1 2 13 15
15030 # Create a (secure) tmp directory for tmp files.
15033 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15034 test -n "$tmp" && test -d "$tmp"
15035 } ||
15037 tmp=./conf$$-$RANDOM
15038 (umask 077 && mkdir "$tmp")
15039 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15041 # Set up the scripts for CONFIG_FILES section.
15042 # No need to generate them if there are no CONFIG_FILES.
15043 # This happens for instance with `./config.status config.h'.
15044 if test -n "$CONFIG_FILES"; then
15047 ac_cr=`echo X | tr X '\015'`
15048 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15049 # But we know of no other shell where ac_cr would be empty at this
15050 # point, so we can use a bashism as a fallback.
15051 if test "x$ac_cr" = x; then
15052 eval ac_cr=\$\'\\r\'
15054 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15055 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15056 ac_cs_awk_cr='\r'
15057 else
15058 ac_cs_awk_cr=$ac_cr
15061 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15062 _ACEOF
15066 echo "cat >conf$$subs.awk <<_ACEOF" &&
15067 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15068 echo "_ACEOF"
15069 } >conf$$subs.sh ||
15070 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15071 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15072 ac_delim='%!_!# '
15073 for ac_last_try in false false false false false :; do
15074 . ./conf$$subs.sh ||
15075 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15077 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15078 if test $ac_delim_n = $ac_delim_num; then
15079 break
15080 elif $ac_last_try; then
15081 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15082 else
15083 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15085 done
15086 rm -f conf$$subs.sh
15088 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15089 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15090 _ACEOF
15091 sed -n '
15093 s/^/S["/; s/!.*/"]=/
15096 s/^[^!]*!//
15097 :repl
15098 t repl
15099 s/'"$ac_delim"'$//
15100 t delim
15103 s/\(.\{148\}\).*/\1/
15104 t more1
15105 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15108 b repl
15109 :more1
15110 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15113 s/.\{148\}//
15114 t nl
15115 :delim
15117 s/\(.\{148\}\).*/\1/
15118 t more2
15119 s/["\\]/\\&/g; s/^/"/; s/$/"/
15122 :more2
15123 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15126 s/.\{148\}//
15127 t delim
15128 ' <conf$$subs.awk | sed '
15129 /^[^""]/{
15131 s/\n//
15133 ' >>$CONFIG_STATUS || ac_write_fail=1
15134 rm -f conf$$subs.awk
15135 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15136 _ACAWK
15137 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15138 for (key in S) S_is_set[key] = 1
15139 FS = "\a"
15143 line = $ 0
15144 nfields = split(line, field, "@")
15145 substed = 0
15146 len = length(field[1])
15147 for (i = 2; i < nfields; i++) {
15148 key = field[i]
15149 keylen = length(key)
15150 if (S_is_set[key]) {
15151 value = S[key]
15152 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15153 len += length(value) + length(field[++i])
15154 substed = 1
15155 } else
15156 len += 1 + keylen
15159 print line
15162 _ACAWK
15163 _ACEOF
15164 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15165 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15166 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15167 else
15169 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15170 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15171 _ACEOF
15173 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15174 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15175 # trailing colons and then remove the whole line if VPATH becomes empty
15176 # (actually we leave an empty line to preserve line numbers).
15177 if test "x$srcdir" = x.; then
15178 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15179 s/:*\$(srcdir):*/:/
15180 s/:*\${srcdir}:*/:/
15181 s/:*@srcdir@:*/:/
15182 s/^\([^=]*=[ ]*\):*/\1/
15183 s/:*$//
15184 s/^[^=]*=[ ]*$//
15188 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15189 fi # test -n "$CONFIG_FILES"
15191 # Set up the scripts for CONFIG_HEADERS section.
15192 # No need to generate them if there are no CONFIG_HEADERS.
15193 # This happens for instance with `./config.status Makefile'.
15194 if test -n "$CONFIG_HEADERS"; then
15195 cat >"$tmp/defines.awk" <<\_ACAWK ||
15196 BEGIN {
15197 _ACEOF
15199 # Transform confdefs.h into an awk script `defines.awk', embedded as
15200 # here-document in config.status, that substitutes the proper values into
15201 # config.h.in to produce config.h.
15203 # Create a delimiter string that does not exist in confdefs.h, to ease
15204 # handling of long lines.
15205 ac_delim='%!_!# '
15206 for ac_last_try in false false :; do
15207 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15208 if test -z "$ac_t"; then
15209 break
15210 elif $ac_last_try; then
15211 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15212 else
15213 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15215 done
15217 # For the awk script, D is an array of macro values keyed by name,
15218 # likewise P contains macro parameters if any. Preserve backslash
15219 # newline sequences.
15221 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15222 sed -n '
15223 s/.\{148\}/&'"$ac_delim"'/g
15224 t rset
15225 :rset
15226 s/^[ ]*#[ ]*define[ ][ ]*/ /
15227 t def
15229 :def
15230 s/\\$//
15231 t bsnl
15232 s/["\\]/\\&/g
15233 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15234 D["\1"]=" \3"/p
15235 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15237 :bsnl
15238 s/["\\]/\\&/g
15239 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15240 D["\1"]=" \3\\\\\\n"\\/p
15241 t cont
15242 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15243 t cont
15245 :cont
15247 s/.\{148\}/&'"$ac_delim"'/g
15248 t clear
15249 :clear
15250 s/\\$//
15251 t bsnlc
15252 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15254 :bsnlc
15255 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15256 b cont
15257 ' <confdefs.h | sed '
15258 s/'"$ac_delim"'/"\\\
15259 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15261 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15262 for (key in D) D_is_set[key] = 1
15263 FS = "\a"
15265 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15266 line = \$ 0
15267 split(line, arg, " ")
15268 if (arg[1] == "#") {
15269 defundef = arg[2]
15270 mac1 = arg[3]
15271 } else {
15272 defundef = substr(arg[1], 2)
15273 mac1 = arg[2]
15275 split(mac1, mac2, "(") #)
15276 macro = mac2[1]
15277 prefix = substr(line, 1, index(line, defundef) - 1)
15278 if (D_is_set[macro]) {
15279 # Preserve the white space surrounding the "#".
15280 print prefix "define", macro P[macro] D[macro]
15281 next
15282 } else {
15283 # Replace #undef with comments. This is necessary, for example,
15284 # in the case of _POSIX_SOURCE, which is predefined and required
15285 # on some systems where configure will not decide to define it.
15286 if (defundef == "undef") {
15287 print "/*", prefix defundef, macro, "*/"
15288 next
15292 { print }
15293 _ACAWK
15294 _ACEOF
15295 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15296 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15297 fi # test -n "$CONFIG_HEADERS"
15300 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15301 shift
15302 for ac_tag
15304 case $ac_tag in
15305 :[FHLC]) ac_mode=$ac_tag; continue;;
15306 esac
15307 case $ac_mode$ac_tag in
15308 :[FHL]*:*);;
15309 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15310 :[FH]-) ac_tag=-:-;;
15311 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15312 esac
15313 ac_save_IFS=$IFS
15314 IFS=:
15315 set x $ac_tag
15316 IFS=$ac_save_IFS
15317 shift
15318 ac_file=$1
15319 shift
15321 case $ac_mode in
15322 :L) ac_source=$1;;
15323 :[FH])
15324 ac_file_inputs=
15325 for ac_f
15327 case $ac_f in
15328 -) ac_f="$tmp/stdin";;
15329 *) # Look for the file first in the build tree, then in the source tree
15330 # (if the path is not absolute). The absolute path cannot be DOS-style,
15331 # because $ac_f cannot contain `:'.
15332 test -f "$ac_f" ||
15333 case $ac_f in
15334 [\\/$]*) false;;
15335 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15336 esac ||
15337 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15338 esac
15339 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15340 as_fn_append ac_file_inputs " '$ac_f'"
15341 done
15343 # Let's still pretend it is `configure' which instantiates (i.e., don't
15344 # use $as_me), people would be surprised to read:
15345 # /* config.h. Generated by config.status. */
15346 configure_input='Generated from '`
15347 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15348 `' by configure.'
15349 if test x"$ac_file" != x-; then
15350 configure_input="$ac_file. $configure_input"
15351 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15352 $as_echo "$as_me: creating $ac_file" >&6;}
15354 # Neutralize special characters interpreted by sed in replacement strings.
15355 case $configure_input in #(
15356 *\&* | *\|* | *\\* )
15357 ac_sed_conf_input=`$as_echo "$configure_input" |
15358 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15359 *) ac_sed_conf_input=$configure_input;;
15360 esac
15362 case $ac_tag in
15363 *:-:* | *:-) cat >"$tmp/stdin" \
15364 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15365 esac
15367 esac
15369 ac_dir=`$as_dirname -- "$ac_file" ||
15370 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15371 X"$ac_file" : 'X\(//\)[^/]' \| \
15372 X"$ac_file" : 'X\(//\)$' \| \
15373 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15374 $as_echo X"$ac_file" |
15375 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15376 s//\1/
15379 /^X\(\/\/\)[^/].*/{
15380 s//\1/
15383 /^X\(\/\/\)$/{
15384 s//\1/
15387 /^X\(\/\).*/{
15388 s//\1/
15391 s/.*/./; q'`
15392 as_dir="$ac_dir"; as_fn_mkdir_p
15393 ac_builddir=.
15395 case "$ac_dir" in
15396 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15398 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15399 # A ".." for each directory in $ac_dir_suffix.
15400 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15401 case $ac_top_builddir_sub in
15402 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15403 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15404 esac ;;
15405 esac
15406 ac_abs_top_builddir=$ac_pwd
15407 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15408 # for backward compatibility:
15409 ac_top_builddir=$ac_top_build_prefix
15411 case $srcdir in
15412 .) # We are building in place.
15413 ac_srcdir=.
15414 ac_top_srcdir=$ac_top_builddir_sub
15415 ac_abs_top_srcdir=$ac_pwd ;;
15416 [\\/]* | ?:[\\/]* ) # Absolute name.
15417 ac_srcdir=$srcdir$ac_dir_suffix;
15418 ac_top_srcdir=$srcdir
15419 ac_abs_top_srcdir=$srcdir ;;
15420 *) # Relative name.
15421 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15422 ac_top_srcdir=$ac_top_build_prefix$srcdir
15423 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15424 esac
15425 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15428 case $ac_mode in
15431 # CONFIG_FILE
15434 case $INSTALL in
15435 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15436 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15437 esac
15438 ac_MKDIR_P=$MKDIR_P
15439 case $MKDIR_P in
15440 [\\/$]* | ?:[\\/]* ) ;;
15441 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
15442 esac
15443 _ACEOF
15445 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15446 # If the template does not know about datarootdir, expand it.
15447 # FIXME: This hack should be removed a few years after 2.60.
15448 ac_datarootdir_hack=; ac_datarootdir_seen=
15449 ac_sed_dataroot='
15450 /datarootdir/ {
15454 /@datadir@/p
15455 /@docdir@/p
15456 /@infodir@/p
15457 /@localedir@/p
15458 /@mandir@/p'
15459 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15460 *datarootdir*) ac_datarootdir_seen=yes;;
15461 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15462 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15463 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15464 _ACEOF
15465 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15466 ac_datarootdir_hack='
15467 s&@datadir@&$datadir&g
15468 s&@docdir@&$docdir&g
15469 s&@infodir@&$infodir&g
15470 s&@localedir@&$localedir&g
15471 s&@mandir@&$mandir&g
15472 s&\\\${datarootdir}&$datarootdir&g' ;;
15473 esac
15474 _ACEOF
15476 # Neutralize VPATH when `$srcdir' = `.'.
15477 # Shell code in configure.ac might set extrasub.
15478 # FIXME: do we really want to maintain this feature?
15479 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15480 ac_sed_extra="$ac_vpsub
15481 $extrasub
15482 _ACEOF
15483 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15485 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15486 s|@configure_input@|$ac_sed_conf_input|;t t
15487 s&@top_builddir@&$ac_top_builddir_sub&;t t
15488 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15489 s&@srcdir@&$ac_srcdir&;t t
15490 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15491 s&@top_srcdir@&$ac_top_srcdir&;t t
15492 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15493 s&@builddir@&$ac_builddir&;t t
15494 s&@abs_builddir@&$ac_abs_builddir&;t t
15495 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15496 s&@INSTALL@&$ac_INSTALL&;t t
15497 s&@MKDIR_P@&$ac_MKDIR_P&;t t
15498 $ac_datarootdir_hack
15500 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15501 || as_fn_error "could not create $ac_file" "$LINENO" 5
15503 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15504 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15505 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15506 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15507 which seems to be undefined. Please make sure it is defined." >&5
15508 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15509 which seems to be undefined. Please make sure it is defined." >&2;}
15511 rm -f "$tmp/stdin"
15512 case $ac_file in
15513 -) cat "$tmp/out" && rm -f "$tmp/out";;
15514 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15515 esac \
15516 || as_fn_error "could not create $ac_file" "$LINENO" 5
15520 # CONFIG_HEADER
15522 if test x"$ac_file" != x-; then
15524 $as_echo "/* $configure_input */" \
15525 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15526 } >"$tmp/config.h" \
15527 || as_fn_error "could not create $ac_file" "$LINENO" 5
15528 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15529 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15530 $as_echo "$as_me: $ac_file is unchanged" >&6;}
15531 else
15532 rm -f "$ac_file"
15533 mv "$tmp/config.h" "$ac_file" \
15534 || as_fn_error "could not create $ac_file" "$LINENO" 5
15536 else
15537 $as_echo "/* $configure_input */" \
15538 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15539 || as_fn_error "could not create -" "$LINENO" 5
15541 # Compute "$ac_file"'s index in $config_headers.
15542 _am_arg="$ac_file"
15543 _am_stamp_count=1
15544 for _am_header in $config_headers :; do
15545 case $_am_header in
15546 $_am_arg | $_am_arg:* )
15547 break ;;
15549 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
15550 esac
15551 done
15552 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
15553 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15554 X"$_am_arg" : 'X\(//\)[^/]' \| \
15555 X"$_am_arg" : 'X\(//\)$' \| \
15556 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
15557 $as_echo X"$_am_arg" |
15558 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15559 s//\1/
15562 /^X\(\/\/\)[^/].*/{
15563 s//\1/
15566 /^X\(\/\/\)$/{
15567 s//\1/
15570 /^X\(\/\).*/{
15571 s//\1/
15574 s/.*/./; q'`/stamp-h$_am_stamp_count
15577 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15578 $as_echo "$as_me: executing $ac_file commands" >&6;}
15580 esac
15583 case $ac_file$ac_mode in
15584 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
15585 # Autoconf 2.62 quotes --file arguments for eval, but not when files
15586 # are listed without --file. Let's play safe and only enable the eval
15587 # if we detect the quoting.
15588 case $CONFIG_FILES in
15589 *\'*) eval set x "$CONFIG_FILES" ;;
15590 *) set x $CONFIG_FILES ;;
15591 esac
15592 shift
15593 for mf
15595 # Strip MF so we end up with the name of the file.
15596 mf=`echo "$mf" | sed -e 's/:.*$//'`
15597 # Check whether this is an Automake generated Makefile or not.
15598 # We used to match only the files named `Makefile.in', but
15599 # some people rename them; so instead we look at the file content.
15600 # Grep'ing the first line is not enough: some people post-process
15601 # each Makefile.in and add a new line on top of each file to say so.
15602 # Grep'ing the whole file is not good either: AIX grep has a line
15603 # limit of 2048, but all sed's we know have understand at least 4000.
15604 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
15605 dirpart=`$as_dirname -- "$mf" ||
15606 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15607 X"$mf" : 'X\(//\)[^/]' \| \
15608 X"$mf" : 'X\(//\)$' \| \
15609 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
15610 $as_echo X"$mf" |
15611 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15612 s//\1/
15615 /^X\(\/\/\)[^/].*/{
15616 s//\1/
15619 /^X\(\/\/\)$/{
15620 s//\1/
15623 /^X\(\/\).*/{
15624 s//\1/
15627 s/.*/./; q'`
15628 else
15629 continue
15631 # Extract the definition of DEPDIR, am__include, and am__quote
15632 # from the Makefile without running `make'.
15633 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
15634 test -z "$DEPDIR" && continue
15635 am__include=`sed -n 's/^am__include = //p' < "$mf"`
15636 test -z "am__include" && continue
15637 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
15638 # When using ansi2knr, U may be empty or an underscore; expand it
15639 U=`sed -n 's/^U = //p' < "$mf"`
15640 # Find all dependency output files, they are included files with
15641 # $(DEPDIR) in their names. We invoke sed twice because it is the
15642 # simplest approach to changing $(DEPDIR) to its actual value in the
15643 # expansion.
15644 for file in `sed -n "
15645 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
15646 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
15647 # Make sure the directory exists.
15648 test -f "$dirpart/$file" && continue
15649 fdir=`$as_dirname -- "$file" ||
15650 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15651 X"$file" : 'X\(//\)[^/]' \| \
15652 X"$file" : 'X\(//\)$' \| \
15653 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
15654 $as_echo X"$file" |
15655 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15656 s//\1/
15659 /^X\(\/\/\)[^/].*/{
15660 s//\1/
15663 /^X\(\/\/\)$/{
15664 s//\1/
15667 /^X\(\/\).*/{
15668 s//\1/
15671 s/.*/./; q'`
15672 as_dir=$dirpart/$fdir; as_fn_mkdir_p
15673 # echo "creating $dirpart/$file"
15674 echo '# dummy' > "$dirpart/$file"
15675 done
15676 done
15679 "libtool":C)
15681 # See if we are running on zsh, and set the options which allow our
15682 # commands through without removal of \ escapes.
15683 if test -n "${ZSH_VERSION+set}" ; then
15684 setopt NO_GLOB_SUBST
15687 cfgfile="${ofile}T"
15688 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15689 $RM "$cfgfile"
15691 cat <<_LT_EOF >> "$cfgfile"
15692 #! $SHELL
15694 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15695 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15696 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15697 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
15699 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15700 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15701 # Written by Gordon Matzigkeit, 1996
15703 # This file is part of GNU Libtool.
15705 # GNU Libtool is free software; you can redistribute it and/or
15706 # modify it under the terms of the GNU General Public License as
15707 # published by the Free Software Foundation; either version 2 of
15708 # the License, or (at your option) any later version.
15710 # As a special exception to the GNU General Public License,
15711 # if you distribute this file as part of a program or library that
15712 # is built using GNU Libtool, you may include this file under the
15713 # same distribution terms that you use for the rest of that program.
15715 # GNU Libtool is distributed in the hope that it will be useful,
15716 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15717 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15718 # GNU General Public License for more details.
15720 # You should have received a copy of the GNU General Public License
15721 # along with GNU Libtool; see the file COPYING. If not, a copy
15722 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15723 # obtained by writing to the Free Software Foundation, Inc.,
15724 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15727 # The names of the tagged configurations supported by this script.
15728 available_tags=""
15730 # ### BEGIN LIBTOOL CONFIG
15732 # Which release of libtool.m4 was used?
15733 macro_version=$macro_version
15734 macro_revision=$macro_revision
15736 # Whether or not to build shared libraries.
15737 build_libtool_libs=$enable_shared
15739 # Whether or not to build static libraries.
15740 build_old_libs=$enable_static
15742 # What type of objects to build.
15743 pic_mode=$pic_mode
15745 # Whether or not to optimize for fast installation.
15746 fast_install=$enable_fast_install
15748 # Shell to use when invoking shell scripts.
15749 SHELL=$lt_SHELL
15751 # An echo program that protects backslashes.
15752 ECHO=$lt_ECHO
15754 # The host system.
15755 host_alias=$host_alias
15756 host=$host
15757 host_os=$host_os
15759 # The build system.
15760 build_alias=$build_alias
15761 build=$build
15762 build_os=$build_os
15764 # A sed program that does not truncate output.
15765 SED=$lt_SED
15767 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
15768 Xsed="\$SED -e 1s/^X//"
15770 # A grep program that handles long lines.
15771 GREP=$lt_GREP
15773 # An ERE matcher.
15774 EGREP=$lt_EGREP
15776 # A literal string matcher.
15777 FGREP=$lt_FGREP
15779 # A BSD- or MS-compatible name lister.
15780 NM=$lt_NM
15782 # Whether we need soft or hard links.
15783 LN_S=$lt_LN_S
15785 # What is the maximum length of a command?
15786 max_cmd_len=$max_cmd_len
15788 # Object file suffix (normally "o").
15789 objext=$ac_objext
15791 # Executable file suffix (normally "").
15792 exeext=$exeext
15794 # whether the shell understands "unset".
15795 lt_unset=$lt_unset
15797 # turn spaces into newlines.
15798 SP2NL=$lt_lt_SP2NL
15800 # turn newlines into spaces.
15801 NL2SP=$lt_lt_NL2SP
15803 # An object symbol dumper.
15804 OBJDUMP=$lt_OBJDUMP
15806 # Method to check whether dependent libraries are shared objects.
15807 deplibs_check_method=$lt_deplibs_check_method
15809 # Command to use when deplibs_check_method == "file_magic".
15810 file_magic_cmd=$lt_file_magic_cmd
15812 # The archiver.
15813 AR=$lt_AR
15814 AR_FLAGS=$lt_AR_FLAGS
15816 # A symbol stripping program.
15817 STRIP=$lt_STRIP
15819 # Commands used to install an old-style archive.
15820 RANLIB=$lt_RANLIB
15821 old_postinstall_cmds=$lt_old_postinstall_cmds
15822 old_postuninstall_cmds=$lt_old_postuninstall_cmds
15824 # Whether to use a lock for old archive extraction.
15825 lock_old_archive_extraction=$lock_old_archive_extraction
15827 # A C compiler.
15828 LTCC=$lt_CC
15830 # LTCC compiler flags.
15831 LTCFLAGS=$lt_CFLAGS
15833 # Take the output of nm and produce a listing of raw symbols and C names.
15834 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15836 # Transform the output of nm in a proper C declaration.
15837 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15839 # Transform the output of nm in a C name address pair.
15840 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15842 # Transform the output of nm in a C name address pair when lib prefix is needed.
15843 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15845 # The name of the directory that contains temporary libtool files.
15846 objdir=$objdir
15848 # Used to examine libraries when file_magic_cmd begins with "file".
15849 MAGIC_CMD=$MAGIC_CMD
15851 # Must we lock files when doing compilation?
15852 need_locks=$lt_need_locks
15854 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15855 DSYMUTIL=$lt_DSYMUTIL
15857 # Tool to change global to local symbols on Mac OS X.
15858 NMEDIT=$lt_NMEDIT
15860 # Tool to manipulate fat objects and archives on Mac OS X.
15861 LIPO=$lt_LIPO
15863 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
15864 OTOOL=$lt_OTOOL
15866 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15867 OTOOL64=$lt_OTOOL64
15869 # Old archive suffix (normally "a").
15870 libext=$libext
15872 # Shared library suffix (normally ".so").
15873 shrext_cmds=$lt_shrext_cmds
15875 # The commands to extract the exported symbol list from a shared archive.
15876 extract_expsyms_cmds=$lt_extract_expsyms_cmds
15878 # Variables whose values should be saved in libtool wrapper scripts and
15879 # restored at link time.
15880 variables_saved_for_relink=$lt_variables_saved_for_relink
15882 # Do we need the "lib" prefix for modules?
15883 need_lib_prefix=$need_lib_prefix
15885 # Do we need a version for libraries?
15886 need_version=$need_version
15888 # Library versioning type.
15889 version_type=$version_type
15891 # Shared library runtime path variable.
15892 runpath_var=$runpath_var
15894 # Shared library path variable.
15895 shlibpath_var=$shlibpath_var
15897 # Is shlibpath searched before the hard-coded library search path?
15898 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15900 # Format of library name prefix.
15901 libname_spec=$lt_libname_spec
15903 # List of archive names. First name is the real one, the rest are links.
15904 # The last name is the one that the linker finds with -lNAME
15905 library_names_spec=$lt_library_names_spec
15907 # The coded name of the library, if different from the real name.
15908 soname_spec=$lt_soname_spec
15910 # Permission mode override for installation of shared libraries.
15911 install_override_mode=$lt_install_override_mode
15913 # Command to use after installation of a shared archive.
15914 postinstall_cmds=$lt_postinstall_cmds
15916 # Command to use after uninstallation of a shared archive.
15917 postuninstall_cmds=$lt_postuninstall_cmds
15919 # Commands used to finish a libtool library installation in a directory.
15920 finish_cmds=$lt_finish_cmds
15922 # As "finish_cmds", except a single script fragment to be evaled but
15923 # not shown.
15924 finish_eval=$lt_finish_eval
15926 # Whether we should hardcode library paths into libraries.
15927 hardcode_into_libs=$hardcode_into_libs
15929 # Compile-time system search path for libraries.
15930 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15932 # Run-time system search path for libraries.
15933 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15935 # Whether dlopen is supported.
15936 dlopen_support=$enable_dlopen
15938 # Whether dlopen of programs is supported.
15939 dlopen_self=$enable_dlopen_self
15941 # Whether dlopen of statically linked programs is supported.
15942 dlopen_self_static=$enable_dlopen_self_static
15944 # Commands to strip libraries.
15945 old_striplib=$lt_old_striplib
15946 striplib=$lt_striplib
15949 # The linker used to build libraries.
15950 LD=$lt_LD
15952 # How to create reloadable object files.
15953 reload_flag=$lt_reload_flag
15954 reload_cmds=$lt_reload_cmds
15956 # Commands used to build an old-style archive.
15957 old_archive_cmds=$lt_old_archive_cmds
15959 # A language specific compiler.
15960 CC=$lt_compiler
15962 # Is the compiler the GNU compiler?
15963 with_gcc=$GCC
15965 # Compiler flag to turn off builtin functions.
15966 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15968 # How to pass a linker flag through the compiler.
15969 wl=$lt_lt_prog_compiler_wl
15971 # Additional compiler flags for building library objects.
15972 pic_flag=$lt_lt_prog_compiler_pic
15974 # Compiler flag to prevent dynamic linking.
15975 link_static_flag=$lt_lt_prog_compiler_static
15977 # Does compiler simultaneously support -c and -o options?
15978 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15980 # Whether or not to add -lc for building shared libraries.
15981 build_libtool_need_lc=$archive_cmds_need_lc
15983 # Whether or not to disallow shared libs when runtime libs are static.
15984 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15986 # Compiler flag to allow reflexive dlopens.
15987 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15989 # Compiler flag to generate shared objects directly from archives.
15990 whole_archive_flag_spec=$lt_whole_archive_flag_spec
15992 # Whether the compiler copes with passing no objects directly.
15993 compiler_needs_object=$lt_compiler_needs_object
15995 # Create an old-style archive from a shared archive.
15996 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15998 # Create a temporary old-style archive to link instead of a shared archive.
15999 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16001 # Commands used to build a shared archive.
16002 archive_cmds=$lt_archive_cmds
16003 archive_expsym_cmds=$lt_archive_expsym_cmds
16005 # Commands used to build a loadable module if different from building
16006 # a shared archive.
16007 module_cmds=$lt_module_cmds
16008 module_expsym_cmds=$lt_module_expsym_cmds
16010 # Whether we are building with GNU ld or not.
16011 with_gnu_ld=$lt_with_gnu_ld
16013 # Flag that allows shared libraries with undefined symbols to be built.
16014 allow_undefined_flag=$lt_allow_undefined_flag
16016 # Flag that enforces no undefined symbols.
16017 no_undefined_flag=$lt_no_undefined_flag
16019 # Flag to hardcode \$libdir into a binary during linking.
16020 # This must work even if \$libdir does not exist
16021 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16023 # If ld is used when linking, flag to hardcode \$libdir into a binary
16024 # during linking. This must work even if \$libdir does not exist.
16025 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16027 # Whether we need a single "-rpath" flag with a separated argument.
16028 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16030 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16031 # DIR into the resulting binary.
16032 hardcode_direct=$hardcode_direct
16034 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16035 # DIR into the resulting binary and the resulting library dependency is
16036 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16037 # library is relocated.
16038 hardcode_direct_absolute=$hardcode_direct_absolute
16040 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16041 # into the resulting binary.
16042 hardcode_minus_L=$hardcode_minus_L
16044 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16045 # into the resulting binary.
16046 hardcode_shlibpath_var=$hardcode_shlibpath_var
16048 # Set to "yes" if building a shared library automatically hardcodes DIR
16049 # into the library and all subsequent libraries and executables linked
16050 # against it.
16051 hardcode_automatic=$hardcode_automatic
16053 # Set to yes if linker adds runtime paths of dependent libraries
16054 # to runtime path list.
16055 inherit_rpath=$inherit_rpath
16057 # Whether libtool must link a program against all its dependency libraries.
16058 link_all_deplibs=$link_all_deplibs
16060 # Fix the shell variable \$srcfile for the compiler.
16061 fix_srcfile_path=$lt_fix_srcfile_path
16063 # Set to "yes" if exported symbols are required.
16064 always_export_symbols=$always_export_symbols
16066 # The commands to list exported symbols.
16067 export_symbols_cmds=$lt_export_symbols_cmds
16069 # Symbols that should not be listed in the preloaded symbols.
16070 exclude_expsyms=$lt_exclude_expsyms
16072 # Symbols that must always be exported.
16073 include_expsyms=$lt_include_expsyms
16075 # Commands necessary for linking programs (against libraries) with templates.
16076 prelink_cmds=$lt_prelink_cmds
16078 # Specify filename containing input files.
16079 file_list_spec=$lt_file_list_spec
16081 # How to hardcode a shared library path into an executable.
16082 hardcode_action=$hardcode_action
16084 # ### END LIBTOOL CONFIG
16086 _LT_EOF
16088 case $host_os in
16089 aix3*)
16090 cat <<\_LT_EOF >> "$cfgfile"
16091 # AIX sometimes has problems with the GCC collect2 program. For some
16092 # reason, if we set the COLLECT_NAMES environment variable, the problems
16093 # vanish in a puff of smoke.
16094 if test "X${COLLECT_NAMES+set}" != Xset; then
16095 COLLECT_NAMES=
16096 export COLLECT_NAMES
16098 _LT_EOF
16100 esac
16103 ltmain="$ac_aux_dir/ltmain.sh"
16106 # We use sed instead of cat because bash on DJGPP gets confused if
16107 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16108 # text mode, it properly converts lines to CR/LF. This bash problem
16109 # is reportedly fixed, but why not run on old versions too?
16110 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16111 || (rm -f "$cfgfile"; exit 1)
16113 case $xsi_shell in
16114 yes)
16115 cat << \_LT_EOF >> "$cfgfile"
16117 # func_dirname file append nondir_replacement
16118 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16119 # otherwise set result to NONDIR_REPLACEMENT.
16120 func_dirname ()
16122 case ${1} in
16123 */*) func_dirname_result="${1%/*}${2}" ;;
16124 * ) func_dirname_result="${3}" ;;
16125 esac
16128 # func_basename file
16129 func_basename ()
16131 func_basename_result="${1##*/}"
16134 # func_dirname_and_basename file append nondir_replacement
16135 # perform func_basename and func_dirname in a single function
16136 # call:
16137 # dirname: Compute the dirname of FILE. If nonempty,
16138 # add APPEND to the result, otherwise set result
16139 # to NONDIR_REPLACEMENT.
16140 # value returned in "$func_dirname_result"
16141 # basename: Compute filename of FILE.
16142 # value retuned in "$func_basename_result"
16143 # Implementation must be kept synchronized with func_dirname
16144 # and func_basename. For efficiency, we do not delegate to
16145 # those functions but instead duplicate the functionality here.
16146 func_dirname_and_basename ()
16148 case ${1} in
16149 */*) func_dirname_result="${1%/*}${2}" ;;
16150 * ) func_dirname_result="${3}" ;;
16151 esac
16152 func_basename_result="${1##*/}"
16155 # func_stripname prefix suffix name
16156 # strip PREFIX and SUFFIX off of NAME.
16157 # PREFIX and SUFFIX must not contain globbing or regex special
16158 # characters, hashes, percent signs, but SUFFIX may contain a leading
16159 # dot (in which case that matches only a dot).
16160 func_stripname ()
16162 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16163 # positional parameters, so assign one to ordinary parameter first.
16164 func_stripname_result=${3}
16165 func_stripname_result=${func_stripname_result#"${1}"}
16166 func_stripname_result=${func_stripname_result%"${2}"}
16169 # func_opt_split
16170 func_opt_split ()
16172 func_opt_split_opt=${1%%=*}
16173 func_opt_split_arg=${1#*=}
16176 # func_lo2o object
16177 func_lo2o ()
16179 case ${1} in
16180 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16181 *) func_lo2o_result=${1} ;;
16182 esac
16185 # func_xform libobj-or-source
16186 func_xform ()
16188 func_xform_result=${1%.*}.lo
16191 # func_arith arithmetic-term...
16192 func_arith ()
16194 func_arith_result=$(( $* ))
16197 # func_len string
16198 # STRING may not start with a hyphen.
16199 func_len ()
16201 func_len_result=${#1}
16204 _LT_EOF
16206 *) # Bourne compatible functions.
16207 cat << \_LT_EOF >> "$cfgfile"
16209 # func_dirname file append nondir_replacement
16210 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16211 # otherwise set result to NONDIR_REPLACEMENT.
16212 func_dirname ()
16214 # Extract subdirectory from the argument.
16215 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16216 if test "X$func_dirname_result" = "X${1}"; then
16217 func_dirname_result="${3}"
16218 else
16219 func_dirname_result="$func_dirname_result${2}"
16223 # func_basename file
16224 func_basename ()
16226 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16230 # func_stripname prefix suffix name
16231 # strip PREFIX and SUFFIX off of NAME.
16232 # PREFIX and SUFFIX must not contain globbing or regex special
16233 # characters, hashes, percent signs, but SUFFIX may contain a leading
16234 # dot (in which case that matches only a dot).
16235 # func_strip_suffix prefix name
16236 func_stripname ()
16238 case ${2} in
16239 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16240 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16241 esac
16244 # sed scripts:
16245 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16246 my_sed_long_arg='1s/^-[^=]*=//'
16248 # func_opt_split
16249 func_opt_split ()
16251 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16252 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16255 # func_lo2o object
16256 func_lo2o ()
16258 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16261 # func_xform libobj-or-source
16262 func_xform ()
16264 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16267 # func_arith arithmetic-term...
16268 func_arith ()
16270 func_arith_result=`expr "$@"`
16273 # func_len string
16274 # STRING may not start with a hyphen.
16275 func_len ()
16277 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16280 _LT_EOF
16281 esac
16283 case $lt_shell_append in
16284 yes)
16285 cat << \_LT_EOF >> "$cfgfile"
16287 # func_append var value
16288 # Append VALUE to the end of shell variable VAR.
16289 func_append ()
16291 eval "$1+=\$2"
16293 _LT_EOF
16296 cat << \_LT_EOF >> "$cfgfile"
16298 # func_append var value
16299 # Append VALUE to the end of shell variable VAR.
16300 func_append ()
16302 eval "$1=\$$1\$2"
16305 _LT_EOF
16307 esac
16310 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16311 || (rm -f "$cfgfile"; exit 1)
16313 mv -f "$cfgfile" "$ofile" ||
16314 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16315 chmod +x "$ofile"
16318 "default-1":C)
16319 for ac_file in $CONFIG_FILES; do
16320 # Support "outfile[:infile[:infile...]]"
16321 case "$ac_file" in
16322 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16323 esac
16324 # PO directories have a Makefile.in generated from Makefile.in.in.
16325 case "$ac_file" in */Makefile.in)
16326 # Adjust a relative srcdir.
16327 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
16328 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
16329 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16330 # In autoconf-2.13 it is called $ac_given_srcdir.
16331 # In autoconf-2.50 it is called $srcdir.
16332 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16333 case "$ac_given_srcdir" in
16334 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16335 /*) top_srcdir="$ac_given_srcdir" ;;
16336 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
16337 esac
16338 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16339 rm -f "$ac_dir/POTFILES"
16340 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16341 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16342 POMAKEFILEDEPS="POTFILES.in"
16343 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16344 # on $ac_dir but don't depend on user-specified configuration
16345 # parameters.
16346 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16347 # The LINGUAS file contains the set of available languages.
16348 if test -n "$OBSOLETE_ALL_LINGUAS"; then
16349 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
16351 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16352 # Hide the ALL_LINGUAS assigment from automake.
16353 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16354 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16355 else
16356 # The set of available languages was given in configure.in.
16357 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16359 case "$ac_given_srcdir" in
16360 .) srcdirpre= ;;
16361 *) srcdirpre='$(srcdir)/' ;;
16362 esac
16363 POFILES=
16364 GMOFILES=
16365 UPDATEPOFILES=
16366 DUMMYPOFILES=
16367 for lang in $ALL_LINGUAS; do
16368 POFILES="$POFILES $srcdirpre$lang.po"
16369 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
16370 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
16371 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
16372 done
16373 # CATALOGS depends on both $ac_dir and the user's LINGUAS
16374 # environment variable.
16375 INST_LINGUAS=
16376 if test -n "$ALL_LINGUAS"; then
16377 for presentlang in $ALL_LINGUAS; do
16378 useit=no
16379 if test "%UNSET%" != "$LINGUAS"; then
16380 desiredlanguages="$LINGUAS"
16381 else
16382 desiredlanguages="$ALL_LINGUAS"
16384 for desiredlang in $desiredlanguages; do
16385 # Use the presentlang catalog if desiredlang is
16386 # a. equal to presentlang, or
16387 # b. a variant of presentlang (because in this case,
16388 # presentlang can be used as a fallback for messages
16389 # which are not translated in the desiredlang catalog).
16390 case "$desiredlang" in
16391 "$presentlang"*) useit=yes;;
16392 esac
16393 done
16394 if test $useit = yes; then
16395 INST_LINGUAS="$INST_LINGUAS $presentlang"
16397 done
16399 CATALOGS=
16400 if test -n "$INST_LINGUAS"; then
16401 for lang in $INST_LINGUAS; do
16402 CATALOGS="$CATALOGS $lang.gmo"
16403 done
16405 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
16406 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"
16407 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
16408 if test -f "$f"; then
16409 case "$f" in
16410 *.orig | *.bak | *~) ;;
16411 *) cat "$f" >> "$ac_dir/Makefile" ;;
16412 esac
16414 done
16417 esac
16418 done ;;
16420 esac
16421 done # for ac_tag
16424 as_fn_exit 0
16425 _ACEOF
16426 ac_clean_files=$ac_clean_files_save
16428 test $ac_write_fail = 0 ||
16429 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16432 # configure is writing to config.log, and then calls config.status.
16433 # config.status does its own redirection, appending to config.log.
16434 # Unfortunately, on DOS this fails, as config.log is still kept open
16435 # by configure, so config.status won't be able to write to it; its
16436 # output is simply discarded. So we exec the FD to /dev/null,
16437 # effectively closing config.log, so it can be properly (re)opened and
16438 # appended to by config.status. When coming back to configure, we
16439 # need to make the FD available again.
16440 if test "$no_create" != yes; then
16441 ac_cs_success=:
16442 ac_config_status_args=
16443 test "$silent" = yes &&
16444 ac_config_status_args="$ac_config_status_args --quiet"
16445 exec 5>/dev/null
16446 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16447 exec 5>>config.log
16448 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16449 # would make configure fail if this is the last instruction.
16450 $ac_cs_success || as_fn_exit $?
16452 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16453 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16454 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}